gst-libs/gst/rtp/gstrtcpbuffer.*: Implement gst_rtcp_packet_remove(). Fixes #563174.
[platform/upstream/gstreamer.git] / ChangeLog
1 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
2
3         Patch by: Olivier Crete  <tester at tester ca>
4
5         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_remove):
6         * gst-libs/gst/rtp/gstrtcpbuffer.h:
7         Implement gst_rtcp_packet_remove(). Fixes #563174.
8
9         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
10         Add unit test for some RTCP functions.
11
12 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
13
14         * configure.ac:
15         Apparently AC_CONFIG_MACRO_DIR breaks when using more
16         than one macro directory, reverting last change.
17
18 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
19
20         * configure.ac:
21         Set AC_CONFIG_MACRO_DIR to common/m4 to point autoconf to
22         our M4 macros.
23
24 2008-12-03  Edward Hervey  <edward.hervey@collabora.co.uk>
25
26         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
27         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
28         Clear all flags on buffers returned from the image pool.
29         Fixes #563143
30
31 2008-11-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
32
33         Patch by: Cygwin Ports maintainer
34                   <yselkowitz at users dot sourceforge dot net>
35
36         * autogen.sh:
37         * configure.ac:
38         Require gettext 0.17 because older versions don't mix with libtool
39         2.2. At build time an older gettext version will still work.
40         Fixes bug #556091.
41
42 2008-11-28  Christian Schaller <christian.schaller@collabora.co.uk>
43
44         * gst/speexresample/Makefile.am: fix build by removing -lgstaudio 
45
46 2008-11-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
47
48         * docs/plugins/gst-plugins-base-plugins.args:
49         * docs/plugins/gst-plugins-base-plugins.hierarchy:
50         * docs/plugins/gst-plugins-base-plugins.interfaces:
51         * docs/plugins/gst-plugins-base-plugins.prerequisites:
52         * docs/plugins/inspect/plugin-videorate.xml:
53         * gst/speexresample/gstspeexresample.c:
54         Update documentation of speexresample for the new element name.
55
56 2008-11-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
57
58         * gst/speexresample/README:
59         Update README with the latest diff between the Speex resampler
60         and our copy.
61
62 2008-11-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
63
64         * gst/speexresample/gstspeexresample.c: (plugin_init):
65         Update the debug category from speex_resample to audioresample.
66
67 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
68
69         * gst/audioresample/Makefile.am:
70         * gst/audioresample/buffer.c:
71         * gst/audioresample/buffer.h:
72         * gst/audioresample/debug.c:
73         * gst/audioresample/debug.h:
74         * gst/audioresample/functable.c:
75         * gst/audioresample/functable.h:
76         * gst/audioresample/gstaudioresample.c:
77         * gst/audioresample/gstaudioresample.h:
78         * gst/audioresample/resample.c:
79         * gst/audioresample/resample.h:
80         * gst/audioresample/resample_chunk.c:
81         * gst/audioresample/resample_functable.c:
82         * gst/audioresample/resample_ref.c:
83         * tests/check/elements/audioresample.c:
84         Remove audioresample files.
85
86 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
87
88         * docs/plugins/inspect/plugin-audioresample.xml:
89         Regenerated for library filename change.
90
91 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
92
93         * configure.ac:
94         * docs/plugins/Makefile.am:
95         * docs/plugins/gst-plugins-base-plugins-sections.txt:
96         * docs/plugins/gst-plugins-base-plugins.args:
97         * docs/plugins/gst-plugins-base-plugins.hierarchy:
98         * docs/plugins/gst-plugins-base-plugins.interfaces:
99         * docs/plugins/gst-plugins-base-plugins.prerequisites:
100         * docs/plugins/inspect/plugin-adder.xml:
101         * docs/plugins/inspect/plugin-alsa.xml:
102         * docs/plugins/inspect/plugin-audioconvert.xml:
103         * docs/plugins/inspect/plugin-audiorate.xml:
104         * docs/plugins/inspect/plugin-audioresample.xml:
105         * docs/plugins/inspect/plugin-audiotestsrc.xml:
106         * docs/plugins/inspect/plugin-cdparanoia.xml:
107         * docs/plugins/inspect/plugin-decodebin.xml:
108         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
109         * docs/plugins/inspect/plugin-gdp.xml:
110         * docs/plugins/inspect/plugin-gio.xml:
111         * docs/plugins/inspect/plugin-gnomevfs.xml:
112         * docs/plugins/inspect/plugin-libvisual.xml:
113         * docs/plugins/inspect/plugin-ogg.xml:
114         * docs/plugins/inspect/plugin-pango.xml:
115         * docs/plugins/inspect/plugin-playback.xml:
116         * docs/plugins/inspect/plugin-queue2.xml:
117         * docs/plugins/inspect/plugin-subparse.xml:
118         * docs/plugins/inspect/plugin-tcp.xml:
119         * docs/plugins/inspect/plugin-theora.xml:
120         * docs/plugins/inspect/plugin-typefindfunctions.xml:
121         * docs/plugins/inspect/plugin-uridecodebin.xml:
122         * docs/plugins/inspect/plugin-video4linux.xml:
123         * docs/plugins/inspect/plugin-videorate.xml:
124         * docs/plugins/inspect/plugin-videoscale.xml:
125         * docs/plugins/inspect/plugin-videotestsrc.xml:
126         * docs/plugins/inspect/plugin-volume.xml:
127         * docs/plugins/inspect/plugin-vorbis.xml:
128         * docs/plugins/inspect/plugin-ximagesink.xml:
129         * docs/plugins/inspect/plugin-xvimagesink.xml:
130         * gst/speexresample/gstspeexresample.c: (plugin_init):
131         * gst/speexresample/Makefile.am:
132         * tests/check/Makefile.am:
133         * tests/check/elements/speexresample.c: (setup_speexresample),
134         (GST_START_TEST), (test_pipeline):
135         Rename the moved speexresample to audioresample, integrate into the
136         build system and remove the old audioresample from the build system.
137         Fixes bug #558124, #385061, #346218, #116051.
138
139 2008-11-27  Wim Taymans  <wim.taymans@collabora.co.uk>
140
141         * gst-libs/gst/audio/gstbaseaudiosrc.c:
142         (gst_base_audio_src_get_offset), (gst_base_audio_src_create):
143         Avoid nasty int overflows after about 12 hours and 25 minutes when these
144         code paths are triggered. 
145         A free beer to Håvard Graff for finding this!
146
147 2008-11-27  Wim Taymans  <wim.taymans@collabora.co.uk>
148
149         Patch by: 이문형 <iwings at gmail dot com>
150
151         * gst-libs/gst/rtsp/gstrtspconnection.c:
152         (gst_rtsp_connection_connect):
153         A successful gst_poll_wait() doesn't always mean successful connect() on
154         Windows.  We should check errors by calling gst_poll_fd_has_error().
155         See #561924.
156
157 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
158
159         * gst-libs/gst/rtp/gstrtcpbuffer.c:
160         Fix typo in the docs.
161
162 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
163
164         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_event):
165         If no stream was found before receiving EOS, post an error message.
166         Fixes #561924.
167
168 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
169
170         * ext/theora/gsttheoraenc.h:
171         * ext/theora/theoraenc.c: (gst_theora_enc_init),
172         (theora_buffer_from_packet), (theora_push_packet),
173         (theora_enc_sink_event), (theora_enc_is_discontinuous),
174         (theora_enc_chain):
175         Parse segment events.
176         Pass incomming buffer timestamps to outgoing buffers.
177         Use the running_time to construct the granulepos.
178         Fixes #562163.
179
180 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
181
182         * gst/playback/gstplaybin2.c: (activate_group):
183         Fix buffer-duration property.
184
185 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
186
187         * gst-libs/gst/audio/gstbaseaudiosink.c:
188         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
189         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
190         (gst_base_audio_sink_change_state):
191         Really fix audiosink drain handling by keeping track of the running_time
192         of the last sample.
193
194 2008-11-24  Michael Smith <msmith@songbirdnest.com>
195
196         * gst/playback/gstplaybin2.c:
197           Add notification of current stream. Add ability to configure buffer
198           sizes.
199         * gst/playback/gsturidecodebin.c:
200           Add ability to configure buffer sizes for streaming mode.
201           Bug #561734.
202
203 2008-11-24  Stefan Kost  <ensonic@users.sf.net>
204
205         * gst-libs/gst/audio/gstbaseaudiosink.c:
206           Time is already in running_time. Remove base_time handling. Fixes
207           audiosinks not draining and thus chopping some audio in the end.
208
209 2008-11-24  David Schleef  <ds@schleef.org>
210
211         * ext/ogg/gstoggmux.c:
212         * ext/ogg/gstoggmux.h:
213           If we're muxing a dirac stream, flush the page after every picture.
214
215 2008-11-24  Stefan Kost  <ensonic@users.sf.net>
216
217         * gst-libs/gst/audio/gstbaseaudiosink.c:
218           Add one log message to check for audio_drained. Sync one log message
219           with the condition. Send EOS after draining audio in pull mode.
220
221 2008-11-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
222
223         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
224         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
225         Use gst_buffer_try_new_and_alloc() and fail properly if the
226         allocation failed. This prevents abort() if downstream elements
227         request an insane amount of memory.
228
229 2008-11-24  Wim Taymans  <wim.taymans@collabora.co.uk>
230
231         * gst/volume/gstvolume.c: (volume_choose_func),
232         (volume_update_volume), (gst_volume_set_volume),
233         (gst_volume_get_volume), (gst_volume_set_mute),
234         (gst_volume_class_init), (gst_volume_init),
235         (volume_process_double), (volume_process_float),
236         (volume_process_int32), (volume_process_int32_clamp),
237         (volume_process_int24), (volume_process_int24_clamp),
238         (volume_process_int16), (volume_process_int16_clamp),
239         (volume_process_int8), (volume_process_int8_clamp), (volume_setup),
240         (volume_transform_ip), (volume_set_property),
241         (volume_get_property):
242         * gst/volume/gstvolume.h:
243         Cleanup volume, define and use default values.
244         Recalculate new volume and mute setup before processing. Fixes #561789.
245
246         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
247         Add controller unit test. Patch by: Jonathan Matthew
248         Fix bogus test that messed with basetransform's internal state.
249
250 2008-11-22  Wim Taymans  <wim.taymans@collabora.co.uk>
251
252         * gst/videorate/gstvideorate.c:
253         Add jpeg and png image media types to the caps. Fixes #561436.
254
255 2008-11-22  Wim Taymans  <wim.taymans@collabora.co.uk>
256
257         * gst/playback/gstplaysink.c: (gen_audio_chain):
258         Don't post an error when we can't configure the volume but post a
259         warning instead. Fixes #561780.
260
261 2008-11-21  David Schleef  <ds@schleef.org>
262
263         Patch by: Jonathan Rosser <jonathan.rosser@rd.bbc.co.uk>
264
265         * gst/videotestsrc/gstvideotestsrc.c:
266         * gst/videotestsrc/gstvideotestsrc.h:
267         * gst/videotestsrc/videotestsrc.c:
268         * gst/videotestsrc/videotestsrc.h:
269           Add a zone plate pattern generator based on BBC R&D Report
270           1978/23 (yeah *that* 1978).  Try 'videotestsrc pattern=zone-plate
271           kx2=20 ky2=20 kt=1'.
272
273 2008-11-20  Michael Smith <msmith@songbirdnest.com>
274
275         * gst/playback/gstdecodebin2.c:
276           Fix random fat-fingering making this not compile.
277
278 2008-11-20  Michael Smith <msmith@songbirdnest.com>
279
280         * gst/playback/gstdecodebin2.c:
281           If the top-level type of the stream is plain text, don't try to decode
282           it, matching behaviour of decodebin.
283         * gst/playback/gstplaysink.c:
284           If we fail to generate a text chain (e.g. due to missing optional
285           plugins), don't crash.
286
287 2008-11-20  Michael Smith <msmith@songbirdnest.com>
288
289         * gst-libs/gst/rtsp/gstrtspdefs.c:
290           Fix win32 build. Oops.
291
292 2008-11-20  Michael Smith <msmith@songbirdnest.com>
293
294         * gst-libs/gst/rtsp/gstrtspdefs.c:
295           Use WSAGetLastError() rather than errno/h_errno on win32.
296
297 2008-11-20  Michael Smith <msmith@songbirdnest.com>
298
299         * gst-libs/gst/riff/riff-media.c:
300           Support WMA Lossless properly.
301
302 2008-11-18  David Schleef  <ds@schleef.org>
303
304         * gst/videotestsrc/gstvideotestsrc.c:
305         * gst/videotestsrc/gstvideotestsrc.h:
306         * gst/videotestsrc/videotestsrc.c:
307         * gst/videotestsrc/videotestsrc.h:
308           Add "colorspec" property, specifying whether to generate BT.601
309           or BT.709 video.  This only affects YCbCr values, not RGB, since
310           if you're generating a 709 test pattern, presumably you want
311           709 RGB primaries, not 601.  Also add "smpte75" pattern, which
312           uses 75% colors instead of 100%, since this is often more useful
313           for testing (and also follows the SMPTE EG-1 guideline).
314
315 2008-11-18  Alessandro Decina  <alessandro.d@gmail.com>
316
317         * gst/playback/gstdecodebin.c:
318         Add a "sink-caps" property to decodebin like it's done for decodebin2.
319         Fixes #560380.
320
321 2008-11-14  Jan Schmidt  <jan.schmidt@sun.com>
322
323         * gst/audioresample/gstaudioresample.c:
324         Guard against a NULL dereference I somehow encountered -
325         with a FLUSH_STOP arriving either before basetransform _start(),
326         or after _stop().
327
328         * gst/typefind/gsttypefindfunctions.c:
329         Make sure we never jump backwards when typefinding corrupt mov files.
330
331 2008-11-14  Jan Schmidt  <jan.schmidt@sun.com>
332
333         * gst-libs/gst/interfaces/propertyprobe.c:
334         Fix random type causing a docs warning.
335
336 2008-11-14  Stefan Kost  <ensonic@users.sf.net>
337
338         * sys/v4l/gstv4l.c:
339           Give it a minimal rank for autovideosrc.
340
341 2008-11-13  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
342
343         * gst/typefind/gsttypefindfunctions.c: (jp2_type_find),
344         (plugin_init):
345         Improve typefinding of ISO JPEG2000 mime types.
346
347 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
348
349         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
350         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_setcaps),
351         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
352         * sys/xvimage/xvimagesink.h:
353         Avoid typechecking when we do trivial casts.
354         Move error handling out of the main program flow.
355         Sneak in the display-region caps property, not completely correct yet.
356         Cache the width/height in buffer_alloc instead of parsing it from the
357         caps all the time.
358
359 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
360
361         * gst/playback/gstplaybin2.c: (deactivate_group):
362         don't try to unlink the selector sinkpad when we don't have it yet. This
363         can happen if an error occured before the group was complete.
364
365 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
366
367         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
368         (gst_rtp_buffer_set_packet_len), (gst_rtp_buffer_get_packet_len),
369         (gst_rtp_buffer_get_header_len), (gst_rtp_buffer_get_version),
370         (gst_rtp_buffer_set_version), (gst_rtp_buffer_get_padding),
371         (gst_rtp_buffer_set_padding), (gst_rtp_buffer_pad_to),
372         (gst_rtp_buffer_get_extension), (gst_rtp_buffer_set_extension),
373         (gst_rtp_buffer_get_extension_data),
374         (gst_rtp_buffer_set_extension_data), (gst_rtp_buffer_get_ssrc),
375         (gst_rtp_buffer_set_ssrc), (gst_rtp_buffer_get_csrc_count),
376         (gst_rtp_buffer_get_csrc), (gst_rtp_buffer_set_csrc),
377         (gst_rtp_buffer_get_marker), (gst_rtp_buffer_set_marker),
378         (gst_rtp_buffer_get_payload_type),
379         (gst_rtp_buffer_set_payload_type), (gst_rtp_buffer_get_seq),
380         (gst_rtp_buffer_set_seq), (gst_rtp_buffer_get_timestamp),
381         (gst_rtp_buffer_set_timestamp),
382         (gst_rtp_buffer_get_payload_subbuffer),
383         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload):
384         Avoid expensive type checks we already did as part of the 
385         _validate() function that should be called first.
386
387 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
388
389         * gst-libs/gst/rtp/gstbasertpdepayload.c: (create_segment_event),
390         (gst_base_rtp_depayload_push_full),
391         (gst_base_rtp_depayload_set_gst_timestamp):
392         Fix some cases where a newsegment event was not sent.
393
394 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
395
396         * gst/playback/gstplaybin2.c: (activate_group):
397         Catch state change errors and stop from the uridecodebin elements
398         instead of trying to continue in vain.
399
400 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
401
402         * gst-libs/gst/audio/gstbaseaudiosink.c:
403         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
404         (gst_base_audio_sink_callback):
405         Use gst_base_sink_do_preroll() to wait for PLAYING and before waiting
406         for the latency to expire, fixes #559567.
407
408 2008-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
409
410         * gst/adder/gstadder.c:
411           Change author string after seeing output of gst-inspector.
412
413 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
414
415         * gst/playback/gstplaysink.c: (gst_play_sink_reconfigure):
416         Don't try to do crazy things when we only have a text pad without a
417         video pad. Fixes #559478.
418
419 2008-11-06  Wim Taymans  <wim.taymans@collabora.co.uk>
420
421         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
422         Fix case where we don't have a range for the rates or channels as is the
423         case with truespeech.
424
425 2008-11-05  Wim Taymans  <wim.taymans@collabora.co.uk>
426
427         * gst/volume/gstvolume.c: (volume_update_real_volume),
428         (gst_volume_set_volume), (gst_volume_get_volume),
429         (gst_volume_set_mute), (gst_volume_init), (volume_setup),
430         (volume_transform_ip), (volume_update_mute),
431         (volume_update_volume), (volume_get_property):
432         * gst/volume/gstvolume.h:
433         Keep negotiated state in a separate variable.
434         Protect the volume and mute properties with the object lock.
435         Protect modifying the transform with the transform lock.
436
437 2008-11-05  Wim Taymans  <wim.taymans@collabora.co.uk>
438
439         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
440         (gst_ffmpeg_pixfmt_to_caps):
441         Only convert caps to string when debug is enabled.
442
443 2008-11-04  Wim Taymans  <wim.taymans@collabora.co.uk>
444
445         * ext/theora/gsttheoradec.h:
446         * ext/theora/theoradec.c: (gst_theora_dec_init),
447         (gst_theora_dec_reset), (theora_dec_src_event),
448         (theora_dec_sink_event), (theora_handle_type_packet):
449         Copy seqnum.
450         Keep events in a pending list, like vorbisdec, instead of trying
451         to construct a segment event ourselves.
452
453         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
454         (vorbis_dec_src_event), (vorbis_dec_sink_event):
455         * ext/vorbis/vorbisdec.h:
456         Copy seqnum.
457
458 2008-11-04  Wim Taymans  <wim.taymans@collabora.co.uk>
459
460         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
461         (gst_ogg_demux_deactivate_current_chain),
462         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page),
463         (gst_ogg_demux_loop):
464         * ext/ogg/gstoggdemux.h:
465         Copy seqnums around to track playback segments and messages.
466
467 2008-11-03  Wim Taymans  <wim.taymans@collabora.co.uk>
468
469         Based on patch by: Matthias Kretz <kretz at kde dot org>
470
471         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
472         (gst_alsasink_prepare), (gst_alsasink_unprepare),
473         (gst_alsasink_write):
474         Make all access non-blocking so that we can better handle unplugging
475         of usb devices. Fixes #559111
476
477 2008-11-03  Wim Taymans  <wim.taymans@collabora.co.uk>
478
479         Patch by: Damien Lespiau  <damien.lespiau gmail com>
480
481         * gst-libs/gst/rtsp/gstrtspconnection.c:
482         (gst_rtsp_connection_write):
483         Make the next call to poll not depend on previous calls to poll with or
484         without reading from the active descriptor. Fixes #544293.
485
486 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
487
488         Patch by: Nick Haddad <nick at haddads dot net>
489
490         * gst-libs/gst/riff/riff-ids.h:
491         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
492         Add support for other fourcc codes that are commonly used for
493         'uncompressed RGB', including 'RGB ', 'RAW ', and 0.
494         Fixes #558553.
495
496 2008-10-30  Stefan Kost  <ensonic@users.sf.net>
497
498         * gst/audioresample/gstaudioresample.c:
499           Return the result of parent_class->event().
500
501 2008-10-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
502
503         * gst/audioresample/gstaudioresample.c:
504         (gst_audioresample_class_init), (audioresample_fixate_caps):
505         Fixate the rate to the nearest supported rate instead of
506         the first one. Fixes bug #549510.
507
508 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
509
510         * win32/common/libgstaudio.def:
511         Add new symbols.
512
513 2008-10-23  Wim Taymans  <wim.taymans@collabora.co.uk>
514
515         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
516         Attempt to make obfuscated code clearer.
517
518 2008-10-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
519
520         * docs/libs/gst-plugins-base-libs-sections.txt:
521         * gst-libs/gst/floatcast/floatcast.h:
522         Move float endianness conversion macros to core. Second part of
523         bug ##555196.
524
525 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
526
527         * sys/ximage/ximagesink.h:
528         * sys/xvimage/xvimagesink.h:
529           Don't mark as gtk-doc docs as they aren't public.
530
531 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
532
533         * sys/xvimage/xvimagesink.c:
534         * sys/xvimage/xvimagesink.h:
535         * tests/icles/Makefile.am:
536         * tests/icles/test-colorkey.c:
537           Allow setting colorkey if possible. Implement property probe interface
538           for optional X features (autopaint-colorkey, double-buffer and
539           colorkey). Fixes #554533
540
541 2008-10-22  Sebastian Dröge  <slomo@circular-chaos.org>
542
543         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
544         Remove useless buffer size assignment. It already has this value.
545
546 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
547
548         * gst-libs/gst/audio/gstaudiosink.c:
549         (gst_audioringbuffer_class_init), (gst_audioringbuffer_acquire),
550         (gst_audioringbuffer_activate), (gst_audioringbuffer_release),
551         (gst_audioringbuffer_stop):
552         Implement a separate activate functions to start monitoring the segments
553         or, in pull mode, pulling in data.
554
555         * gst-libs/gst/audio/gstbaseaudiosink.c:
556         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
557         (gst_base_audio_sink_query_pad), (gst_base_audio_sink_query),
558         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_callback),
559         (gst_base_audio_sink_activate_pull),
560         (gst_base_audio_sink_async_play),
561         (gst_base_audio_sink_change_state):
562         Implement pad and element convert query function.
563         Activate the ringbuffer.
564         Use the segment last_stop value as the offset to pull.
565         Use new basesink _do_preroll() method to preroll in the pulling thread.
566         Take appropriate locking in the pulling thread.
567
568         * gst-libs/gst/audio/gstringbuffer.h:
569         Update some docs.
570
571 2008-10-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
572
573         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find):
574         Improve MXF typefinding a bit by searching for a header partition
575         pack instead of just a general partition pack and checking more
576         bytes for valid values.
577
578 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
579
580         * tests/icles/.cvsignore:
581         update ignore file.
582
583         * tests/icles/Makefile.am:
584         * tests/icles/test-box.c: (make_pipeline), (main):
585         Add another interactive command line experimentation suite for
586         dynamically boxing/cropping/saling an input video.
587
588 2008-10-17  Wim Taymans  <wim.taymans@collabora.co.uk>
589
590         * docs/libs/gst-plugins-base-libs-sections.txt:
591         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_convert),
592         (gst_ring_buffer_activate), (gst_ring_buffer_is_active):
593         * gst-libs/gst/audio/gstringbuffer.h:
594         Add methods to more accuratly control the pulling thread of a
595         ringbuffer.
596         Add format conversion helper code to the ringbuffer.
597         API: GstRingBuffer:gst_ring_buffer_activate()
598         API: GstRingBuffer:gst_ring_buffer_is_active()
599         API: GstRingBuffer:gst_ring_buffer_convert()
600
601 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
602
603         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
604         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
605         (gst_audioringbuffer_stop):
606         Signal thread startup earlier so that we can immediatly go into pull
607         mode when we have to and block on preroll.
608
609 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
610
611         * gst-libs/gst/audio/gstringbuffer.c:
612         (gst_ring_buffer_prepare_read):
613         In pull mode we want the callback to prepull a buffer we can preroll on
614         even when we are not yet playing.
615
616 2008-10-16  Stefan Kost  <ensonic@users.sf.net>
617
618         * ext/alsa/Makefile.am:
619         * ext/cdparanoia/Makefile.am:
620         * ext/gio/Makefile.am:
621         * ext/gnomevfs/Makefile.am:
622         * ext/libvisual/Makefile.am:
623         * ext/ogg/Makefile.am:
624         * ext/pango/Makefile.am:
625         * ext/theora/Makefile.am:
626         * ext/vorbis/Makefile.am:
627         * gst/adder/Makefile.am:
628         * gst/audioconvert/Makefile.am:
629         * gst/audiorate/Makefile.am:
630         * gst/audioresample/Makefile.am:
631         * gst/audiotestsrc/Makefile.am:
632         * gst/ffmpegcolorspace/Makefile.am:
633         * gst/gdp/Makefile.am:
634         * gst/playback/Makefile.am:
635         * gst/subparse/Makefile.am:
636         * gst/tcp/Makefile.am:
637         * gst/typefind/Makefile.am:
638         * gst/videorate/Makefile.am:
639         * gst/videoscale/Makefile.am:
640         * gst/videotestsrc/Makefile.am:
641         * gst/volume/Makefile.am:
642         * sys/v4l/Makefile.am:
643         * sys/ximage/Makefile.am:
644         * sys/xvimage/Makefile.am:
645           Don't install static libs for plugins. Fixes #550851 for base.
646
647 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
648
649         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init):
650         Set the default blocksize to -1 because we will then use the configured
651         samplesperbuffer to create our output buffer.
652
653 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
654
655         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
656         (gst_riff_create_video_template_caps):
657         Add mappping for the KMVC (Karl Morton's Video) Codec.
658
659 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
660
661         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
662         Don't forget to advance the offset of what we're matching against, else
663         we end up in a forever loop.
664
665 2008-10-15  Sebastian Dröge  <slomo@circular-chaos.org>
666
667         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
668         Improve typefinding a bit. If we don't have a Unicode charset
669         try GST_SUBTITLE_ENCODING and otherwise try ISO-8859-15.
670
671 2008-10-14  Edward Hervey  <edward.hervey@collabora.co.uk>
672
673         * ext/theora/theoradec.c: (theora_dec_decode_buffer):
674         Fix build on macosx.
675
676 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
677
678         Based on patch by: Robin Stocker <robin at nibor dot org>
679
680         * ext/theora/gsttheoradec.h:
681         * ext/theora/theoradec.c: (gst_theora_dec_init),
682         (theora_dec_setcaps), (theora_handle_type_packet),
683         (theora_dec_decode_buffer), (theora_dec_change_state):
684         Parse input caps and make the PAR override the encoded PAR when
685         specified by a container. Fixes #555699.
686
687 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
688
689         * gst-libs/gst/rtp/gstbasertpdepayload.c:
690         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
691         (gst_base_rtp_depayload_set_gst_timestamp),
692         (gst_base_rtp_depayload_change_state):
693         * gst-libs/gst/rtp/gstbasertpdepayload.h:
694         Add some more G_LIKELY
695         Fail when the setcaps function was not called.
696
697         * gst-libs/gst/rtp/gstbasertppayload.c:
698         (gst_basertppayload_set_outcaps):
699         Propagate return value of setcaps.
700
701 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
702
703         * gst/subparse/Makefile.am:
704         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
705         (gst_sub_parse_class_init), (gst_sub_parse_init),
706         (gst_convert_to_utf8), (detect_encoding), (convert_encoding),
707         (get_next_line), (gst_sub_parse_data_format_autodetect),
708         (feed_textbuf), (handle_buffer), (gst_sub_parse_change_state),
709         (gst_subparse_type_find):
710         * gst/subparse/gstsubparse.h:
711         Add support for UTF16/UTF32 subtitles as long as the first bytes of
712         the first buffer contain the BOM. This also adds support for other
713         encodings that allow NUL bytes via the encoding property.
714         Fixes bugs #552237 and #456788.
715
716 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
717
718         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
719         Don't drop the last byte of image tags if they're not an URI list.
720         Fixes bug #556066.
721
722 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
723
724         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
725         For looking at the 4th byte we have to get 4 bytes of course
726         and not 3.
727
728 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
729
730         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
731         Improve FLAC-without-headers typefinding by looking at most of the
732         frame header and checking if invalid values are used. Should prevent
733         quite some false positives compared to the old version which only
734         check if the first 14 bits are set.
735
736 2008-10-11  Stefan Kost  <ensonic@users.sf.net>
737
738         * sys/xvimage/xvimagesink.c:
739           Don't assert on caps==NULL.
740
741 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
742
743         * gst/subparse/gstsubparse.c:
744         (gst_sub_parse_data_format_autodetect), (handle_buffer),
745         (gst_sub_parse_change_state):
746         * gst/subparse/gstsubparse.h:
747         * tests/check/elements/subparse.c: (GST_START_TEST):
748         Add support for subtitle files with UTF-8 BOM at the beginning
749         by simple stripping it from the first line before passing it
750         to any parsing code. Fixes bug #555257 and playback of files
751         created by Gnome Subtitles.
752
753 2008-10-10  Wim Taymans  <wim.taymans@collabora.co.uk>
754
755         * gst/audiotestsrc/gstaudiotestsrc.c:
756         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
757         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
758         (gst_audio_test_src_start), (gst_audio_test_src_stop),
759         (gst_audio_test_src_do_seek), (gst_audio_test_src_check_get_range),
760         (gst_audio_test_src_create):
761         * gst/audiotestsrc/gstaudiotestsrc.h:
762         Define the default property values in the usual place.
763         Implement start/stop to reset values correctly.
764         Calculate the sample size only once when we negotiate.
765         Rename some values to make more sense.
766         Keep track of our byte range.
767         Add support for pull based scheduling. Disabled for now until we have
768         the whole stack working.
769         Set the BUFFER_OFFSET correctly.
770
771 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
772
773         Based on a patch by: xavierb at gmail dot com
774
775         * gst/subparse/gstsubparse.c:
776         (gst_sub_parse_data_format_autodetect):
777         * tests/check/elements/subparse.c: (GST_START_TEST):
778         Make the detection of the used subtitle a bit less strict
779         for srt subtitles. Fixes bug #555607.
780
781 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
782
783         * ext/vorbis/vorbisenc.c:
784         (gst_vorbis_enc_buffer_check_discontinuous):
785         Fix discontinuity detection which was broken by last commit.
786
787 2008-10-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
788
789         * configure.ac::
790           Require core CVS for ghostpad API additions used by decodebin2.
791
792 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
793
794         * gst-libs/gst/audio/gstbaseaudiosrc.c:
795         (gst_base_audio_src_create):
796         Fix debug statements (space between '%' and actual format).
797
798 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
799
800         * gst/playback/gstdecodebin2.c: (gst_decode_pad_activate):
801         Remove bogus assert, the decodepad could have been created inside an
802         already existing group.
803
804 2008-10-08  Andy Wingo  <wingo@pobox.com>
805
806         * gst/playback/gstdecodebin2.c (expose_pad): Fix typo: unset
807         target instead of setting it.
808         (gst_decode_pad_activate, gst_decode_pad_unblock): This is now the
809         API for a decode pad. The bugfix is that we set the group in
810         activate(), not when the pad was created because it might be NULL
811         then.
812         (gst_decode_group_control_source_pad, gst_decode_group_expose):
813         Update to use the API.
814
815 2008-10-08  Andy Wingo  <wingo@pobox.com>
816
817         * gst/playback/gstdecodebin2.c (struct _GstDecodePad): Change to
818         be a subclass of GstGhostPad.
819         (analyze_new_pad): So, when emitting the signals that determine
820         how we do autoplugging, already create the ghost pad and use it as
821         the pad in the signal arguments. This allows applications to make
822         a connection between the pad passed in e.g. autoplug-continue, and
823         the pad passed in new-decoded-pad.
824         (connect_pad, expose_pad): Update to receive the ghosted decode
825         pad in the args, retargetting it as necessary if we have to plug
826         the target pad through a multiqueue.
827         (gst_decode_group_control_source_pad): Adapt to receive an
828         already-ghosted pad that just needs activation, blocking, and
829         drain notification.
830         (sort_end_pads): Adapt for decode pads actually being pads.
831         (gst_decode_group_expose): Adapt for decode pads actually being
832         pads. Rewrite the decode pad names so they appear in order. Adds a
833         new error case if we couldn't set the name.
834         (gst_decode_group_free, gst_decode_group_hide): Adapt cleanup
835         logic.
836         (gst_decode_pad_set_blocked, gst_decode_pad_add_drained_check):
837         New API for the decode pad, needed because we shouldn't do these
838         things inside gst_decode_pad_new(), but after.
839         (gst_decode_pad_new): Change to actually make the real pad, and
840         delay the blocking/drainage bits.
841
842 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
843
844         Patch by: Daniel Drake <dsd at laptop dot org>
845
846         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear_collectpads):
847         Unref all buffers when clearing collectpads. Fixes bug #546955.
848
849 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
850
851         Based on a patch by: Klaas <klaas at rivercrew dot net>
852
853         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_sink_event),
854         (gst_vorbis_enc_buffer_check_discontinuous),
855         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
856         * ext/vorbis/vorbisenc.h:
857         Keep track of the upstream segments and use the running time on that
858         segment instead of the buffer timestamp everywhere. Fixes bug #525807.
859
860 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
861
862         * gst/audioconvert/audioconvert.c: (audio_convert_convert):
863         Prevent overflows with big buffer when calculating the size of
864         the intermediate buffer by using gst_util_uint64_scale() instead of
865         plain arithmetics. Fixes bug #552801.
866
867 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
868
869         Patch by: Pavel Zeldin <pzeldin at gmail dot com>
870
871         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time),
872         (gst_clock_overlay_class_init), (gst_clock_overlay_finalize),
873         (gst_clock_overlay_init), (gst_clock_overlay_set_property),
874         (gst_clock_overlay_get_property):
875         * ext/pango/gstclockoverlay.h:
876         API: Add ability to specify format for date/time display by
877         adding a "time-format" property.
878         Fixes bug #554879.
879
880 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
881
882         Patch by: Jan Gerber <j at oil21 dot org>
883
884         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
885         (gst_riff_create_video_template_caps):
886         Add FFV1 fourcc to support playback of FFMPEG lossless video
887         in AVI. Fixes bug #555319.
888
889 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
890
891         Patch by: Håvard Graff <havard dot graff at tandberg dot com>
892
893         * gst-libs/gst/audio/gstbaseaudiosrc.c:
894         (gst_base_audio_src_create):
895         Implement skew clock slaving. Fixes #552559.
896
897 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
898
899         * gst-libs/gst/audio/multichannel.c:
900         * gst-libs/gst/audio/testchannels.c:
901         Fix include of config.h
902
903 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
904
905         Based on Patch by: Tero Saarni <tero dot saarni at gmail dot com>
906
907         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_parse_line),
908         (print_media), (gst_sdp_message_dump):
909         Fix parsing of the c= field containing multicast addresses.
910         Fixes #552199.
911         Add the connection info to the session or streams.
912         Fix parsing of the bandwidth.
913         Add debugging for the connections and bandwidths for a media.
914         Add debugging for the bandwidth of the session. 
915
916 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
917
918         * gst-libs/gst/rtp/gstbasertppayload.c:
919         (gst_basertppayload_change_state):
920         Configure the next seqnum and timestamp in the state change so that they
921         can be queried soon after.
922
923 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
924
925         * gst-libs/gst/rtp/gstbasertpdepayload.c:
926         (gst_base_rtp_depayload_chain):
927         Improve debugging of the rtptime.
928
929 2008-10-05  Jan Schmidt  <jan.schmidt@sun.com>
930
931         * configure.ac:
932         Back to development -> 0.10.21.1
933
934 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
935
936         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
937         (plugin_init):
938         Add typefinding for FLAC without headers in the beginning.
939         This is already handled by flacdec and friends.
940
941 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
942
943         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find),
944         (plugin_init):
945         Add typefinder for MXF.
946
947 2008-10-03  Jan Schmidt  <jan.schmidt@sun.com>
948
949         * tests/icles/Makefile.am:
950         Only build test-colorkey if GTK+ is available.
951
952 === release 0.10.21 ===
953
954 2008-10-03  Jan Schmidt <jan.schmidt@sun.com>
955
956         * configure.ac:
957           releasing 0.10.21, "We Could Be Wrong"
958
959 2008-09-28  Jan Schmidt  <jan.schmidt@sun.com>
960
961         * configure.ac:
962         0.10.20.4 pre-release
963
964 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
965
966         Patch by: Vincent Penquerc'h <ogg dot k dot ogg dot k at googlemail dot com>
967
968         * ext/theora/theoraparse.c: (theora_parse_set_streamheader):
969         Set the BOS flag on the BOS packet. Fixes #553244.
970
971 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
972
973         * gst-libs/gst/rtsp/gstrtspmessage.c:
974         (gst_rtsp_message_parse_request),
975         (gst_rtsp_message_parse_response):
976         Fix the g_return_val_if_fail() statements.
977
978 2008-09-22  Michael Smith <msmith@songbirdnest.com>
979
980         * gst-libs/gst/tag/gsttagdemux.c:
981           Fail to activate if there's insufficient data in the file to be usable,
982           preventing an assertion fail later. Fixes #552960
983
984 2008-09-15  Tim-Philipp Müller  <tim.muller at collabora co uk>
985
986         * gst-libs/gst/pbutils/descriptions.c:
987         * gst/typefind/gsttypefindfunctions.c:
988           Recognise Kate subtitle streams (#550582).
989
990 2008-09-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
991
992         * gst-libs/gst/audio/audio.h: (GST_AUDIO_FIELD_SIGNED):
993           Remove trailing comma from enum list, which causes problems
994           with -pendantic (#550729).
995
996 2008-09-10  Jan Schmidt  <jan.schmidt@sun.com>
997
998         * configure.ac:
999         0.10.20.2 pre-release
1000
1001         * po/LINGUAS:
1002         * po/id.po:
1003         * po/pt_BR.po:
1004
1005         New translations.
1006
1007 2008-09-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
1008
1009         * gst-libs/gst/interfaces/propertyprobe.c:
1010           (gst_property_probe_get_properties),
1011           (gst_property_probe_get_property),
1012           (gst_property_probe_probe_property),
1013           (gst_property_probe_probe_property_name),
1014           (gst_property_probe_needs_probe),
1015           (gst_property_probe_needs_probe_name),
1016           (gst_property_probe_get_values),
1017           (gst_property_probe_get_values_name),
1018           (gst_property_probe_probe_and_get_values),
1019           (gst_property_probe_probe_and_get_values_name):
1020           More sanity checks for our second-favourite interface.
1021
1022 2008-09-05  Stefan Kost  <ensonic@users.sf.net>
1023
1024         * gst-libs/gst/interfaces/propertyprobe.c:
1025           Check for NULL pointer, in the hope that this fixes #532864.
1026
1027 2008-09-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
1028
1029         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
1030           No really, the next release is 0.10.21 (fix Since: tags in docs).
1031
1032 2008-09-04  Wim Taymans  <wim.taymans@collabora.co.uk>
1033
1034         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_stop):
1035         Disable a code path that is now called but causes a deadlock for some
1036         reason and is unneeded.
1037
1038 2008-09-04  Stefan Kost  <ensonic@users.sf.net>
1039
1040         * sys/xvimage/xvimagesink.c:
1041         * sys/xvimage/xvimagesink.h:
1042           Add a "draw-border" property that can be set to false to disable
1043           drawing borders.
1044           
1045         * tests/icles/test-colorkey.c:
1046         * tests/icles/Makefile.am:
1047           Add new test application for the colorkey handling.
1048
1049 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
1050
1051         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1052         Use a decent caps for TrueSpeech instead of a ffmpeg-specific one.
1053         This will also be fixed for upcoming gst-ffmpeg release so that once
1054         this release of -base is out, it will work with the latest gst-ffmpeg
1055         release.
1056
1057 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
1058
1059         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
1060         (gst_riff_create_audio_template_caps):
1061         Add Truespeech mapping for RIFF formats (AVI/WAV).
1062         Fixes #550656
1063
1064 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1065
1066         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1067         Typefind video/mj2 and image/jp2 ISO JPEG2000 mime types.
1068         Fixes #550638.
1069
1070 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
1071
1072         * configure.ac:
1073         * gst/subparse/Makefile.am:
1074         * gst/subparse/gstsubparse.c:
1075         * gst/subparse/samiparse.c:
1076         * tests/check/elements/subparse.c:
1077           Rework last change, so that we build subparse, but just disable the
1078           sami parse functionality, if we're configured to not use xml. In the
1079           tests only the sami test is disabled now.
1080
1081 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
1082
1083         * configure.ac:
1084           Disable subparse when xml is disabled. It woundn't work anyway. Fixes
1085           test runs.
1086
1087 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1088
1089         * po/POTFILES.in:
1090           Add some more files with strings for translation.
1091
1092 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
1093
1094         * gst-libs/gst/tag/gstvorbistag.c:
1095         * tests/check/libs/tag.c:
1096           Use new geo location tags from core. Fixes #481169
1097
1098 2008-09-01  Edward Hervey  <edward.hervey@collabora.co.uk>
1099
1100         * tests/check/elements/audioresample.c: (setup_audioresample),
1101         (fail_unless_perfect_stream), (test_perfect_stream_instance),
1102         (test_discont_stream_instance):
1103         Now that GstBaseTransform is 'fixed' ... remove cruft from tests.
1104         Add debugging for coherence.
1105
1106 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1107
1108         Patch by: Jonathan Matthew  <notverysmart gmail com>
1109
1110         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1111           Add typefinder for PDF documents (which is nice to have, since it's a
1112           common format, but also helps prevent false positives). Fixes #549814.
1113
1114 2008-08-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1115
1116         * gst/playback/gstplaybin2.c: (selector_blocked), (pad_added_cb),
1117         (no_more_pads_cb):
1118         Fix nasty race where multiple decodebins could start pushing data before
1119         we manage to configure the sinks, resulting in not-linked errors in
1120         typical RTSP streaming cases.
1121
1122 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1123
1124         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
1125         Since we now call stop, we trigger this code path that causes a deadlock
1126         is apparently not needed.
1127
1128 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1129
1130         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
1131         (gst_ring_buffer_stop):
1132         Also allow the case where the ringbuffer was paused when we try to stop
1133         it so that the basesrc stop function is still called.
1134
1135 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1136
1137         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
1138
1139         * sys/v4l/gstv4lelement.c: (gst_v4l_class_probe_devices):
1140         Reprobe devices again instead of taking a cached list as new
1141         devices could've been plugged in. Fixes bug #549062.
1142
1143 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1144
1145         Patch by: Alessandro Dessina <alessandro nnva org>
1146
1147         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
1148         (gst_ogg_demux_activate_chain):
1149         Don't add pads and activate them for skeleton streams. These are already
1150         handled inside oggdemux. Fixes bug #537599.
1151
1152 2008-08-22  Wim Taymans  <wim.taymans@collabora.co.uk>
1153
1154         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
1155         Reset variable so that query and convert fail after going back to
1156         READY. Fixes #548898.
1157
1158 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1159
1160         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
1161         If a buffer arrives with a timestamp before the timestamp+duration
1162         of the previous buffer clip it instead of dropping it completely.
1163         Slight improvement for the unfixable bug #548913.
1164
1165 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1166
1167         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1168         Take the current timestamp instead of timestamp+duration for the offset.
1169         This offset will later be used for calculating the timestamp and
1170         otherwise vorbisdec will interpolate timestamps wrong if upstream
1171         only sends timestamps and no granulepos.
1172
1173 2008-08-21  Stefan Kost  <ensonic@users.sf.net>
1174
1175         * tests/examples/seek/seek.c:
1176           Don't crash when having no visualisations.
1177
1178 2008-08-16  David Schleef  <ds@schleef.org>
1179
1180         * gst/typefind/gsttypefindfunctions.c: DV typefinding.  Remove
1181           check for a bit that is 0 in IEC 61384, but not SMPTE 314M.
1182           Fixes #548065.
1183
1184 2008-08-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1185
1186         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
1187         When cleaning up the caps fields also remove "depth" for the same
1188         reason we remove "width".
1189
1190 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
1191
1192         * gst-libs/gst/pbutils/descriptions.c: (format_info_get_desc):
1193           Add Lead H.264 here as well.
1194
1195 2008-08-14  Julien Moutte  <julien@fluendo.com>
1196
1197         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1198         (gst_riff_create_video_template_caps): Add Lead H.264 variant.
1199
1200 2008-08-13  Wim Taymans  <wim.taymans@collabora.co.uk>
1201
1202         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1203         (gst_base_audio_src_create):
1204         When not slaved to another clock also subtract the base_time from our
1205         internal clock time to get the running time.
1206
1207 2008-08-12  David Schleef  <ds@schleef.org>
1208
1209         * ext/theora/theoraenc.c: Remove the 2000 kbit limit to bitrate,
1210           since it has no basis in libtheora.
1211
1212 2008-08-12  Stefan Kost  <ensonic@users.sf.net>
1213
1214         * gst-libs/gst/interfaces/propertyprobe.h:
1215           Remove double "interface" from doc-string.
1216
1217         * gst-libs/gst/interfaces/xoverlay.h:
1218           Document interface.
1219
1220         * gst-libs/gst/riff/riff.c:
1221           Add basic doc blobs.
1222
1223 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1224
1225         * gst-libs/gst/audio/Makefile.am:
1226           Don't try to build that example anymore.
1227
1228 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1229
1230         * gst-libs/gst/audio/.cvsignore:
1231         * gst-libs/gst/audio/Makefile.am:
1232         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1233         * gst-libs/gst/audio/make_filter:
1234           Move audiofiltertemplate to gst-template.
1235
1236 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1237
1238         * docs/libs/gst-plugins-base-libs-sections.txt:
1239         * gst-libs/gst/audio/gstaudiosrc.h:
1240           More docs and shuffling. What can we do with the hundreds of #defines.
1241
1242 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1243
1244         * gst-libs/gst/audio/audio.h:
1245         * gst-libs/gst/audio/gstaudiofilter.h:
1246         * gst-libs/gst/audio/gstringbuffer.h:
1247         * gst-libs/gst/interfaces/propertyprobe.h:
1248         * gst-libs/gst/tag/gsttagdemux.h:
1249           Reducing number of dundocumented symbols.
1250
1251 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1252
1253         * gst-libs/gst/audio/audio.c:
1254           Fix doc comment syntax.
1255
1256         * gst-libs/gst/interfaces/propertyprobe.c:
1257           Add more doc-comments and a FIXME: for the signal.    
1258
1259 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1260
1261         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sink_event),
1262         (gst_ogg_mux_request_new_pad):
1263         * ext/ogg/gstoggmux.h:
1264         Don't pretend to support NEWSEGMENT events, instead override the
1265         GstCollectPads event function to return FALSE on NEWSEGMENT events
1266         and do the normal work for other events.
1267
1268         This prevents elements like flacenc to seek to the start and rewrite
1269         some data which then results in a broken Ogg packet.
1270
1271 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
1272
1273         Patch by: Frederic Crozat <fcrozat@mandriva.org>
1274
1275         * ext/alsa/gstalsaplugin.c: (plugin_init):
1276         * ext/cdparanoia/gstcdparanoiasrc.c: (plugin_init):
1277         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
1278         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
1279         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init):
1280         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
1281         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal):
1282         * gst/playback/gstdecodebin.c: (plugin_init):
1283         * gst/playback/gstdecodebin2.c: (gst_decode_bin_plugin_init):
1284         * gst/playback/gstplayback.c: (plugin_init):
1285         * gst/playback/gstqueue2.c: (plugin_init):
1286         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_plugin_init):
1287         * sys/v4l/gstv4l.c: (plugin_init):
1288         Make sure gettext returns translations in UTF-8 encoding rather
1289         than in the current locale encoding (#546822).
1290
1291 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
1292
1293         * gst-libs/gst/pbutils/descriptions.c:
1294           Add audio/x-qdm for qtdemux.
1295
1296 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1297
1298         * ext/vorbis/vorbisdec.c:
1299           Do not leak old taglist.
1300
1301 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1302
1303         * tests/icles/test-scale.c:
1304           Include <stdlib.h> for atoi().
1305
1306 2008-08-04  Andy Wingo  <wingo@pobox.com>
1307
1308         * gst/audiotestsrc/gstaudiotestsrc.c: Very crucial and important
1309         documentation fix.
1310
1311 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
1312
1313         * gst/adder/gstadder.c:
1314           Cleanup lots of empty lines that came from gst-indent going havoc
1315           before I added the INDENT_ON/OFF marker some time agao.
1316
1317 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
1318
1319         * configure.ac:
1320         * gst-libs/gst/riff/riff-read.c:
1321           Bump requirement to latest core and use new tag for riff formats.
1322           Needed for #520694.
1323
1324 2008-08-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1325
1326         * tests/examples/dynamic/Makefile.am:
1327         * tests/examples/dynamic/codec-select.c: (make_encoder),
1328         (make_pipeline), (do_switch), (my_bus_callback), (main):
1329         Add example app that dynamically switches between 3 'encoders'.
1330
1331 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1332
1333         * gst/playback/gstplaysink.c: (gst_play_sink_set_vis_plugin):
1334         Add some more comments.
1335
1336 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1337
1338         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_getcaps),
1339         (gst_video_test_src_create):
1340         Discard buffers of the wrong size after renegotiation, this is perfectly
1341         possible with things like capsfilter that could suggest caps changes
1342         upstream without knowing the size of the buffer.
1343
1344 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1345
1346         * tests/icles/.cvsignore:
1347         * tests/icles/Makefile.am:
1348         * tests/icles/test-scale.c: (make_pipeline), (main):
1349         Add dynamic rescaling tests for the new basetransform.
1350
1351 2008-07-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1352
1353         * gst/audioconvert/Makefile.am:
1354           Dist recently-added gstfastrandom.h.
1355
1356 2008-07-30  Edward Hervey  <edward.hervey@collabora.co.uk>
1357
1358         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1359         Fix a "may be used uninitialized in this function" which weirdly only
1360         appears on macosx (?).
1361
1362 2008-07-30  Stefan Kost  <ensonic@users.sf.net>
1363
1364         * gst-libs/gst/riff/riff-ids.h:
1365           Adding acid chunk for tempo and loop information.
1366
1367 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1368
1369         * sys/xvimage/Makefile.am:
1370           floor() needs linking to $(LIBM).
1371
1372 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1373
1374         * ext/gnomevfs/gstgnomevfssrc.c:
1375           Aggregate short reads and add some comments and debug logging.
1376           Fixes #537380
1377
1378 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1379
1380         * gst/playback/gstplaybasebin.c:
1381           Fix property doc markup (its not a signal).
1382
1383         * sys/xvimage/xvimagesink.c:
1384           Add since tag for new proeprties (also add sice tags fro the last two
1385           other additions).
1386
1387 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1388
1389         * sys/xvimage/xvimagesink.c:
1390         * sys/xvimage/xvimagesink.h:
1391           Add autofill/colorkey properties. Fixes #538656.
1392
1393 2008-07-28  David Schleef  <ds@schleef.org>
1394
1395         * sys/xvimage/xvimagesink.c:
1396           Fix rounding errors when converting colorbalance values
1397           between hardware and object property ranges.  Partial
1398           fix for #537889, however, there still seems to be a small
1399           drift problem that could be totem's fault.
1400
1401 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1402
1403         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
1404         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
1405         Don't use GST_CLOCK_TIME_NONE as start of NEWSEGMENT events.
1406         This fixes a critical warning.
1407
1408 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1409
1410         * ext/ogg/gstoggmux.c:
1411         Allow muxing of CELT into Ogg streams.
1412
1413 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1414
1415         * gst/typefind/gsttypefindfunctions.c: (celt_type_find),
1416         (plugin_init):
1417         Add simple typefinder for the CELT codec (www.celt-codec.org).
1418
1419 2008-07-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1420
1421         Patch by: Jan Gerber <j at oil21 dot org>
1422
1423         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone):
1424         Fix calculation of the start time from skeleton streams.
1425         Fixes bug #530068.
1426
1427 2008-07-24  Stefan Kost  <ensonic@users.sf.net>
1428
1429         * tests/examples/seek/seek.c:
1430           Use 64 bit constant GST_CLOCK_TIME_NONE instead of plain -1.
1431
1432 2008-07-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1433
1434         * gst/audioconvert/audioconvert.h:
1435         * gst/audioconvert/gstaudioquantize.c:
1436         (gst_audio_quantize_setup_dither),
1437         (gst_audio_quantize_free_dither):
1438         * gst/audioconvert/gstfastrandom.h:
1439         Implement a linear congruential generator as pseudo random number
1440         generator for the dither noise. This is about 2 times faster than
1441         using GLib's mersenne twister. Also this uses only integer math for
1442         generating integers while GLib internally uses floating point math.
1443
1444 2008-07-23  Michael Smith <msmith@songbirdnest.com>
1445
1446         * configure.ac:
1447           Remove AC_ISC_POSIX; it breaks on some systems and is not needed.
1448
1449 2008-07-23  Tim-Philipp Müller  <tim.muller at collabora co uk>
1450
1451         Patch by: Damien Lespiau  <damien.lespiau gmail com>
1452
1453         * gst-libs/gst/sdp/gstsdpmessage.c: (print_media):
1454           Use GST_STR_NULL to avoid crashes with libcs that don't
1455           like NULL strings in printf args (such as the win32 one).
1456           Fixes #544306.
1457
1458 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1459
1460         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
1461         Oops - set the size of the image used for probing back to 1x1, for
1462         consistency with ximagesink
1463
1464 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1465
1466         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1467         (gst_ximagesink_ximage_new):
1468         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
1469         (gst_xvimagesink_xvimage_new):
1470
1471         Apparently on Solaris and OS/X (at least), it's not legal to ask the
1472         X server to attach to a shared memory segment after we've deleted it,
1473         with the result that MIT-SHM is disabled. Instead, remove it only after 
1474         X succeeds in attaching too.
1475
1476 2008-07-16  David Schleef  <ds@schleef.org>
1477
1478         * gst/audiotestsrc/gstaudiotestsrc.c:
1479         * gst/audiotestsrc/gstaudiotestsrc.h:
1480           Add 'ticks', a 1/30 second sine wave pulse every second.
1481
1482 2008-07-15  David Schleef  <ds@schleef.org>
1483
1484         * gst-libs/gst/video/video.c: Revert ABI change.
1485
1486 2008-07-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1487
1488         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1489         Make it impossible to have NULL caps at the point where we set
1490         framerate and other things. Also don't return immediately for "3ivd"
1491         video and let framerate, etc be set. Might fix bug #542508.
1492
1493 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1494
1495         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps):
1496         Video format can also be conveniently determined from (many)
1497         non-fixed caps.
1498
1499 2008-07-14  Jan Schmidt  <thaytan@noraisin.net>
1500
1501         * gst/playback/gstplaybasebin.c:
1502         * gst/playback/gstplaybasebin.h:
1503         * gst/playback/gstplaybin.c:
1504         * gst/playback/gststreamselector.c:
1505         First stab at integrating DVD subpicture overlay into
1506         playbin. Successfully plugs and plays, but the queues need
1507         shrinking - 3 seconds of video is too much buffering.
1508
1509 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
1510
1511         * gst/audioconvert/gstaudioconvert.c:
1512           Remove now obsolete note in the docs.
1513
1514 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
1515
1516         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1517         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
1518         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1519         * docs/plugins/gst-plugins-base-plugins.args:
1520         * docs/plugins/gst-plugins-base-plugins.hierarchy:
1521         * docs/plugins/gst-plugins-base-plugins.interfaces:
1522         * docs/plugins/gst-plugins-base-plugins.prerequisites:
1523         * docs/plugins/gst-plugins-base-plugins.signals:
1524         * docs/plugins/inspect/plugin-adder.xml:
1525         * docs/plugins/inspect/plugin-alsa.xml:
1526         * docs/plugins/inspect/plugin-audioconvert.xml:
1527         * docs/plugins/inspect/plugin-audiorate.xml:
1528         * docs/plugins/inspect/plugin-audioresample.xml:
1529         * docs/plugins/inspect/plugin-audiotestsrc.xml:
1530         * docs/plugins/inspect/plugin-cdparanoia.xml:
1531         * docs/plugins/inspect/plugin-decodebin.xml:
1532         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
1533         * docs/plugins/inspect/plugin-gdp.xml:
1534         * docs/plugins/inspect/plugin-gnomevfs.xml:
1535         * docs/plugins/inspect/plugin-libvisual.xml:
1536         * docs/plugins/inspect/plugin-ogg.xml:
1537         * docs/plugins/inspect/plugin-pango.xml:
1538         * docs/plugins/inspect/plugin-playback.xml:
1539         * docs/plugins/inspect/plugin-queue2.xml:
1540         * docs/plugins/inspect/plugin-subparse.xml:
1541         * docs/plugins/inspect/plugin-tcp.xml:
1542         * docs/plugins/inspect/plugin-theora.xml:
1543         * docs/plugins/inspect/plugin-typefindfunctions.xml:
1544         * docs/plugins/inspect/plugin-uridecodebin.xml:
1545         * docs/plugins/inspect/plugin-video4linux.xml:
1546         * docs/plugins/inspect/plugin-videorate.xml:
1547         * docs/plugins/inspect/plugin-videoscale.xml:
1548         * docs/plugins/inspect/plugin-videotestsrc.xml:
1549         * docs/plugins/inspect/plugin-volume.xml:
1550         * docs/plugins/inspect/plugin-vorbis.xml:
1551         * docs/plugins/inspect/plugin-ximagesink.xml:
1552         * docs/plugins/inspect/plugin-xvimagesink.xml:
1553         * ext/alsa/gstalsamixer.c:
1554         * ext/alsa/gstalsasink.c:
1555         * ext/alsa/gstalsasrc.c:
1556         * ext/gio/gstgiosink.c:
1557         * ext/gio/gstgiosrc.c:
1558         * ext/gio/gstgiostreamsink.c:
1559         * ext/gio/gstgiostreamsrc.c:
1560         * ext/gnomevfs/gstgnomevfssink.c:
1561         * ext/gnomevfs/gstgnomevfssrc.c:
1562         * ext/ogg/gstoggdemux.c:
1563         * ext/ogg/gstoggmux.c:
1564         * ext/pango/gstclockoverlay.c:
1565         * ext/pango/gsttextoverlay.c:
1566         * ext/pango/gsttextrender.c:
1567         * ext/pango/gsttimeoverlay.c:
1568         * ext/theora/theoradec.c:
1569         * ext/theora/theoraenc.c:
1570         * ext/theora/theoraparse.c:
1571         * ext/vorbis/vorbisdec.c:
1572         * ext/vorbis/vorbisenc.c:
1573         * ext/vorbis/vorbisparse.c:
1574         * ext/vorbis/vorbistag.c:
1575         * gst/adder/gstadder.c:
1576         * gst/audioconvert/gstaudioconvert.c:
1577         * gst/audioresample/gstaudioresample.c:
1578         * gst/audiotestsrc/gstaudiotestsrc.c:
1579         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1580         * gst/gdp/gstgdpdepay.c:
1581         * gst/gdp/gstgdppay.c:
1582         * gst/playback/gstdecodebin2.c:
1583         * gst/playback/gstplaybin.c:
1584         * gst/playback/gstplaybin2.c:
1585         * gst/playback/gstqueue2.c:
1586         * gst/playback/gsturidecodebin.c:
1587         * gst/tcp/gstmultifdsink.c:
1588         * gst/tcp/gsttcpserversink.c:
1589         * gst/videorate/gstvideorate.c:
1590         * gst/videoscale/gstvideoscale.c:
1591         * gst/videotestsrc/gstvideotestsrc.c:
1592         * gst/volume/gstvolume.c:
1593         * sys/ximage/ximagesink.c:
1594         * sys/xvimage/xvimagesink.c:
1595           Cleanup Plugin docs. Link to signals and properties. Fix sub-section
1596           titles. Drop mentining that all our example pipelines are "simple"
1597           pipelines.
1598
1599 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1600
1601         * tests/examples/seek/Makefile.am:
1602         Fix out of tree build by adding all required CFLAGS.
1603
1604 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1605
1606         * gst/playback/gstdecodebin.c: (add_raw_queue):
1607         And ref the pad before returning it again when linking to the queue
1608         failed. Otherwise we will unref the pad twice later and things break.
1609
1610 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1611
1612         * gst/playback/gstdecodebin.c: (add_raw_queue):
1613         If linking the raw pad with a queue fails, try it without a queue
1614         instead of failing completely. This should never happen.
1615
1616 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1617
1618         Patch by: Evgeniy Stepanov <eugeni dot stepanov at gmail dot com>
1619
1620         * gst/playback/gstdecodebin.c: (add_raw_queue), (close_pad_link):
1621         Add a queue after a demuxer if the demuxer outputs raw data. This was
1622         done before only for non-raw data but is required in this case too.
1623         Fixes bug #540215.
1624
1625         decodebin2 doesn't have this issue because all streams of a group
1626         go through multiqueue.
1627
1628 2008-07-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1629
1630         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
1631
1632         * gst-libs/gst/sdp/gstsdpmessage.c:
1633         Makes libgstsdp compile with mingw32 by defining the right WINVER so
1634         that getaddrinfo() can be used. Fixes #541358.
1635
1636 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1637
1638         * gst/videotestsrc/gstvideotestsrc.c:
1639         (gst_video_test_src_class_init), (gst_video_test_src_init),
1640         (gst_video_test_src_set_property),
1641         (gst_video_test_src_get_property), (gst_video_test_src_create):
1642         * gst/videotestsrc/gstvideotestsrc.h:
1643         Cleanups, use default property values as defines.
1644         Add property to enable/disable peer buffer allocation.
1645
1646 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1647
1648         * tests/check/elements/gdpdepay.c: (gdpdepay_suite):
1649         * tests/check/pipelines/streamheader.c: (streamheader_suite):
1650         Enable unit tests on PPC again as the bugs are now fixed.
1651
1652 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1653
1654         * gst-libs/gst/riff/riff-ids.h:
1655         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
1656         (gst_riff_create_audio_template_caps):
1657         Add support for ADPCM IMA DK3 and DK4 variant in RIFF containers.
1658         Fixes bug #540351.
1659
1660 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1661
1662         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1663         (gst_ffmpeg_pixfmt_to_caps):
1664         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1665         (gst_ffmpegcsp_get_unit_size):
1666         Only set/get on the PAL8 format, ffmpegcolorspace doesn't support
1667         it on other formats. Also adjust the unit size only for that format
1668         to not include the palette. Fixes bug #540497.
1669
1670 2008-06-29  Stefan Kost  <ensonic@users.sf.net>
1671
1672         * gst/adder/gstadder.c:
1673           Use GST_DEBUG_FUNCPTR and remove some extra vlnak lines.
1674
1675 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
1676
1677         * ChangeLog:
1678           ChangeLog surgery.
1679   
1680         * tests/examples/seek/seek.c:
1681           Move variable into ifdef too.
1682         
1683
1684 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
1685
1686         * tests/examples/seek/seek.c:
1687           Include config.h and check if we have X. Remove XInitThread(), don't
1688           think its needed. Fixes: #540334.
1689
1690 2008-06-26  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1691
1692         Patch by: Sam Morris <sam at robots dot org to uk>
1693
1694         * gst-libs/gst/interfaces/mixertrack.c:
1695         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
1696         (gst_mixer_track_set_property):
1697         API: Add "index" property to GstMixerTrack to differantiate between
1698         multiple mixer tracks with the same label.
1699
1700         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
1701         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
1702         Set the "index" property of GstMixerTrack to the index given by ALSA.
1703         Fixes bug #528299.
1704
1705 2008-06-25  Stefan Kost  <ensonic@users.sf.net>
1706
1707         * tests/examples/seek/Makefile.am:
1708         * tests/examples/seek/seek.c:
1709           Remove libgstvideo usage. Use gtk_get_option_group instead of
1710           gtk_init().
1711
1712 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1713
1714         * tests/check/Makefile.am:
1715           Name the test registry format neutral.
1716
1717 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1718
1719         * gst/playback/gstqueue2.c:
1720           Do not double notify. Remove the unsued return value.
1721
1722 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1723
1724         * ext/alsa/gstalsamixer.c:
1725           Also consider "speaker" as a name for master volume. If that doesn't
1726           help look for the first non-mono volume control that also has a
1727           playback switch.
1728
1729 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1730
1731         * ChangeLog:
1732           Forgot to save the ChangeLog :/
1733
1734 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1735
1736         * tests/examples/seek/Makefile.am:
1737         * tests/examples/seek/seek.c:
1738           Embedd the xwindow. Allow to play multiple files.
1739
1740 2008-06-24  Jan Schmidt  <jan.schmidt@sun.com>
1741
1742         * sys/ximage/ximagesink.c (gst_ximagesink_ximage_put),
1743         (gst_ximagesink_setcaps):
1744         * sys/ximage/ximagesink.h:
1745         When the caps change, make sure to re-draw borders in
1746         force-aspect-ratio=true mode.
1747         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_put):
1748         Don't clear the border_draw flag until we actually draw the border.
1749         * tests/check/Makefile.am:
1750         Ignore alsasink/src during the states test too, so it doesn't fail
1751         when running without access to the sound device.
1752
1753 2008-06-22  Stefan Kost  <ensonic@users.sf.net>
1754
1755         * tests/examples/seek/seek.c:
1756           Fix crasher when playing a parse-launch line the 2nd time.
1757
1758 2008-06-21  Thomas Vander Stichele  <thomas at apestaart dot org>
1759
1760         * tests/check/pipelines/oggmux.c:
1761           Properly ifdef tests to fix compilation.
1762
1763 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1764
1765         * gst/playback/gstplay-marshal.list:
1766         * gst/playback/gstplaybin2.c:
1767           Add get-video-pad, get-audio-pad, get-text-pad action signals to
1768           playbin2. This allows the user to get to the selector's sinkpads, and
1769           thus inspect a range of things - caps, tags, etc. 
1770
1771 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1772
1773         * gst/playback/gstplaybin2.c:
1774           Use a different constant for the convert-frame signal id.
1775           Fixes #537009.
1776
1777 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1778
1779         * gst/playback/gstplaybin2.c:
1780         * gst/playback/gstplaysink.c:
1781           Fix a whole bunch of typos in comments and log statements. 
1782
1783 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1784
1785         * sys/xvimage/xvimagesink.c:
1786           Don't set colour balance values on the Xv port if the user hasn't
1787           changed them (via properties or the interface). Avoids accumulating
1788           rounding errors for the common case.
1789           Partial fix for bug #537889.
1790
1791 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1792
1793         * gst/playback/gstdecodebin2.c:
1794           Ensure decodebin2 emits 'drained' signal once, and only once, when all
1795           pads are drained.
1796
1797 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1798
1799         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_get_latency),
1800         (gst_vorbis_enc_src_query), (gst_vorbis_enc_chain):
1801         Report the encoder latency. Fixes #538232.
1802
1803 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1804
1805         * gst/playback/gstplaybin2.c: (gst_play_bin_get_property),
1806         (notify_source), (activate_group):
1807         Implement the source property, emit notify when it changes in the
1808         underlying uridecodebin.
1809
1810 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1811
1812         * tests/examples/seek/seek.c: (stop_cb):
1813         Free and clear the seek element list so that we don't use invalid
1814         references when seeking after recreating a gst-launch line.
1815
1816 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1817
1818         * gst-libs/gst/audio/gstbaseaudiosink.c:
1819         (gst_base_audio_sink_query), (gst_base_audio_sink_skew_slaving),
1820         (gst_base_audio_sink_render):
1821         Report latency even if we are not live instead of hiding it.
1822         Take ts-offset and render-delay of the basesink into account when
1823         scheduling samples.
1824         Rework the clipping code so that we can take the various offsets into
1825         account and still do correct clipping.
1826
1827 2008-06-20  Jan Schmidt  <jan.schmidt@sun.com>
1828
1829         * configure.ac:
1830         Bump verion back to devel -> 0.10.20.1
1831
1832 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
1833
1834         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
1835         Don't increase the size of non-string image buffers by one as this
1836         might in theory confuse decoders. Still increase it by one for string
1837         image buffers to append '\0'.
1838
1839 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
1840
1841         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1842         
1843         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset):
1844         Fix a buffer memleak and remove a confusing and wrong debug output.
1845         Fixes bug #538663.
1846
1847 === release 0.10.20 ===
1848
1849 2008-06-18  Jan Schmidt <jan.schmidt@sun.com>
1850
1851         * configure.ac:
1852           releasing 0.10.20, "Here I Go Again"
1853
1854 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
1855
1856         * configure.ac:
1857         0.10.19.3 pre-release
1858
1859 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
1860
1861         * gst-libs/gst/rtsp/gstrtspconnection.c:
1862         Fix build on win32.
1863         Patch By: David Schleef <ds@schleef.org>
1864         Fixes: #536874
1865
1866 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
1867
1868         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_finalize),
1869         (gst_gio_base_src_create):
1870         * ext/gio/gstgiobasesrc.h:
1871         Try to read the requested number of bytes, even if the first
1872         read returns less than requested, until nothing is read anymore
1873         or we have the requested amount of bytes. This fixes playback of
1874         files via Samba as Samba only allows to read 64k at once.
1875
1876         Implement a caching algorithm that makes sure that we read at
1877         least 4k of data every time. Some elements will try to read a few
1878         bytes, then seek, read again a few bytes and so on and this is
1879         painfully slow as every operation has to go over DBus if GVfs is
1880         used as backend.
1881
1882         Fixes bug #536849 and #536848.
1883
1884         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init),
1885         (gst_gio_src_check_get_range):
1886         Override check_get_range() to blacklist http/https URIs
1887         and whitelist file URIs. More to be added on demand.
1888
1889 2008-06-05  Jan Schmidt  <jan.schmidt@sun.com>
1890
1891         * configure.ac:
1892         0.10.19.2 pre-release
1893
1894 2008-06-04  Jan Schmidt  <jan.schmidt@sun.com>
1895
1896         * win32/common/libgstrtsp.def:
1897         * win32/common/libgsttag.def:
1898         Add new API functions to the dll exports
1899
1900 2008-06-04  Michael Smith <msmith@songbirdnest.com>
1901
1902         * gst/playback/gstplaybasebin.c:
1903           Disconnect signals from decodebins we created before we remove it
1904           from playbin, to avoid crashes if the decodebin is eventually
1905           disposed after the playbin itself (possible if the app takes a
1906           reference on the decodebin).
1907           Fixes #536521.
1908
1909 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
1910
1911         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
1912           (mp3_type_find), (musepack_type_find), (MULTIPART_MAX_HEADER_SIZE),
1913           (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
1914           (h264_video_type_find), (mpeg_video_stream_type_find),
1915           (dv_type_find), (mmsh_type_find):
1916           Bunch of small clean-ups: use gst_type_find_suggest_simple(); don't
1917           copy caps for no good reason (this may be desirable to make it easier
1918           to detect leaks, but then it should probably be done for all caps
1919           in the typefinder somewhere).
1920
1921 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1922
1923         * tests/check/Makefile.am:
1924         Do not try to run the check tests for subparse unless it has been
1925         built.
1926
1927 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1928
1929         * tests/check/pipelines/streamheader.c: (buffer_probe_cb),
1930         (test_multifdsink_gdp_vorbisenc), (streamheader_suite):
1931         Do not try to run a test which requires vorbisenc unless we have
1932         actually built it.
1933
1934 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1935
1936         * gst-libs/gst/rtsp/gstrtspconnection.c:
1937         (gst_rtsp_connection_set_auth), (gst_rtsp_connection_set_auth_param),
1938         (gst_rtsp_connection_clear_auth_params),
1939         (gst_rtsp_connection_set_qos_dscp), (gst_rtsp_connection_get_ip):
1940         * gst-libs/gst/rtsp/gstrtspconnection.h:
1941         Add a couple of missing argument guards.
1942         Add a way of setting the DSCP for an RTSP connection.
1943         Add an accessor method for the ip member of GstRTSPConnection as all
1944         members are supposed to be private.
1945
1946 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1947
1948         * gst/tcp/gstmultifdsink.c: (setup_dscp_client):
1949         Fixed accidental use of IPv4 options for all IPv6 addresses.
1950
1951 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
1952
1953         * gst-libs/gst/interfaces/mixertrack.h:
1954           Document mixer track flags.
1955
1956 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
1957
1958         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1959
1960         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset_streamheader):
1961         Don't set caps on the buffers that contain a copy of the buffer
1962         including the caps of them resulting in an always increasing refcount
1963         of the caps and insanely large caps. Instead include a buffer without
1964         caps in the new caps. Fixes bug #536475.
1965
1966 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
1967
1968         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1969         Transform a given PAR to a range on the struct with the generic
1970         height/width instead of the struct with the possibly restricted
1971         height/width.
1972
1973 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
1974
1975         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1976         Prefer the given format if it contains something stricter than [1,MAX]
1977         for height or width and only put a structure that requires rescaling
1978         as second. This makes it possible to use videoscale in pipelines where
1979         the source can actually produce the wanted height/width but usually
1980         selects a different one from the requested.
1981
1982 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1983
1984         Based on patch by: John Millikin <jmillikin gmail com>
1985
1986         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches), (gst_vorbis_tag_add),
1987           (gst_vorbis_tag_add_coverart):
1988           Retrieve COVERART tags from vorbis comments (#512333)
1989
1990 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1991
1992         * gst-libs/gst/tag/tag.h:
1993         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
1994           Don't forget to add new enum value here too (should probably use
1995           glib-mkenums here...).
1996
1997 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1998
1999         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_add_id3_image):
2000         * gst-libs/gst/tag/tag.h: (GST_TAG_IMAGE_TYPE_NONE),
2001         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
2002           (gst_tag_image_type_get_type), (gst_tag_image_type_is_valid),
2003           (gst_tag_image_data_to_image_buffer):
2004           Add two utility functions to avoid code duplication (#512333):
2005           API: add gst_tag_image_data_to_image_buffer()
2006           API: add gst_tag_list_add_id3_image()
2007           API: add GST_TAG_IMAGE_TYPE_NONE enum value
2008
2009 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
2010
2011         * win32/common/libgstaudio.def:
2012         Add gst_audio_check_channel_positions() to the exported symbols.
2013
2014 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
2015
2016         * docs/libs/gst-plugins-base-libs-sections.txt:
2017         * gst-libs/gst/audio/multichannel.c:
2018         (gst_audio_check_channel_positions):
2019         * gst-libs/gst/audio/multichannel.h:
2020         API: Make gst_audio_check_channel_positions() public.
2021
2022         * tests/check/libs/audio.c: (GST_START_TEST):
2023         Add some simple checks for gst_audio_check_channel_positions().
2024
2025 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
2026
2027         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
2028           minrange and maxrange are scaled according to the frequency
2029           multiplier.
2030
2031 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
2032
2033         * ext/pango/Makefile.am:
2034         * ext/pango/gsttextoverlay.c: (gst_text_overlay_shade_y),
2035           (gst_text_overlay_blit_yuv420), (gst_text_overlay_push_frame):
2036           Use gstvideo functions to calculate strides and plane offsets. Fixes
2037           rendering issue ('ghost' images of the text on the chroma planes)
2038           with widths or heights that are not multiples of 8 (#506659 and
2039           probably also #485729).
2040
2041         * tests/icles/test-textoverlay.c: (show_text), (test_textoverlay),
2042           (main):
2043           Test with odd height/width too.
2044
2045 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
2046
2047         * gst/adder/gstadder.c: (gst_adder_query_duration),
2048         (gst_adder_query_latency):
2049         When using gst_element_iterate_pads() one has to unref every pad
2050         after usage.
2051
2052 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
2053
2054         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2055         (gst_base_audio_src_class_init):
2056         Add a gtk-doc chunk for the new properties to have a Since: indication.
2057
2058 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
2059
2060         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2061         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
2062         (gst_base_audio_src_get_property), (gst_base_audio_src_setcaps),
2063         (gst_base_audio_src_change_state):
2064         Provide readable actual-buffer-time and actual-latency-time properties
2065         that reflect the configured ringbuffer values. Fixes #524724.
2066         API: GstBaseAudioSrc:actual-buffer-time
2067         API: GstBaseAudioSrc:actual-latency-time
2068
2069 2008-05-30  Wim Taymans  <wim.taymans@collabora.co.uk>
2070
2071         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push),
2072         (gst_basertppayload_change_state):
2073         Simply converting the running time into an RTP timestamp by scaling it
2074         based on the clock-rate is good enough for making an RTP timestamp. This
2075         has the added benefit that we can later on expose a property with the
2076         RTP timestamp of running time 0, as is needed for RTSP servers to
2077         generate the response of the PLAY request.
2078
2079 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
2080
2081         * gst/audioconvert/gstaudioconvert.c:
2082         (structure_has_fixed_channel_positions),
2083         (gst_audio_convert_transform_caps):
2084         Allow up to 11 positioned channels now that audioconvert can handle
2085         this but add no default positions for > 8 channels.
2086         
2087         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2088         Add some unit tests for the above change: Test conversion of
2089         11 positioned channels to stereo and the other way around, test
2090         conversion of 15 unpositioned channels in different ways.
2091
2092 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2093
2094         * win32/common/libgstaudio.def:
2095         Add gst_audio_clock_reset to the list of exported symbols.
2096
2097 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2098
2099         * tests/check/elements/vorbisdec.c: (vorbisdec_suite):
2100         Remove wrong_channels_identification_header unit test as we now
2101         support 7 (and more channels).
2102
2103 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2104
2105         * gst/audioconvert/gstchannelmix.c:
2106         (gst_channel_mix_fill_one_other):
2107         If mixing left or right to center (or the other way around) only take
2108         the complete value if we don't already have the original position in
2109         the source.
2110
2111 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2112
2113         * gst-libs/gst/audio/multichannel.c:
2114         (gst_audio_check_channel_positions),
2115         (gst_audio_set_structure_channel_positions_list),
2116         (gst_audio_fixate_channel_positions):
2117         Allow rear center together with rear left/right and other previously
2118         conflicting channel positions. The reason why they weren't allowed
2119         was the channel mixing implementation in audioconvert.
2120         Also take this into account when fixing channel layouts.
2121
2122         Allow setting channel positions for 1/2 channels when using
2123         gst_audio_set_structure_channel_position().
2124
2125         * gst/audioconvert/gstchannelmix.c:
2126         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
2127         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
2128         (gst_channel_mix_fill_special), (gst_channel_mix_fill_matrix):
2129         Major rewrite of the channel mixing.
2130
2131         We now allow previously conflicting channel positions to appear
2132         together (rear center and rear left/right for example).
2133         Fixes bug #533817.
2134
2135         Rework the way channels are mixed together to take more possible
2136         channel positions into account, properly mix from/to side channels
2137         and don't assume that either center, left&right or nothing of a
2138         specific position is available anymore.
2139
2140         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2141         Adjust unit tests with non-standard 1/2 channel layouts to the more
2142         correct new behaviour.
2143
2144         Add a unit test for 5.1->Stereo downmixing.
2145
2146 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2147
2148         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
2149         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps):
2150         Add sane defaults for the 7 and 8 channel layouts as those are
2151         undefined in the Vorbis spec. Use NONE channel layouts when decoding
2152         more than 8 channels instead of erroring out. Fixes bug #535356.
2153
2154 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2155
2156         * docs/plugins/Makefile.am:
2157         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2158         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2159         * ext/theora/theoraparse.c:
2160         Add theoraparse to the docs and fix some docs.
2161
2162 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2163
2164         * gst-libs/gst/cdda/gstcddabasesrc.c:
2165         (gst_cdda_base_src_add_track), (gst_cdda_base_src_create):
2166         Fix EOS condition and track addition check, the track.end sector is
2167         included in the track. Fixes #533265.
2168
2169 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2170
2171         Patch by: Mark Nauwelaerts <manauw at skynet be>
2172
2173         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
2174         (gst_video_rate_flush_prev), (gst_video_rate_event),
2175         (gst_video_rate_chain):
2176         * gst/videorate/gstvideorate.h:
2177         React (more) to NEWSEGMENT
2178         Small adjustment in timestamp calculation to prevent mismatches
2179         Fixes #435633.
2180
2181 2008-05-28  Tim-Philipp Müller  <tim.muller at collabora co uk>
2182
2183         * tests/examples/seek/seek.c: (make_parselaunch_pipeline):
2184           Initialise error to NULL as we should.
2185
2186 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
2187
2188         * gst/adder/gstadder.c: (gst_adder_query_duration),
2189         (gst_adder_query_latency), (gst_adder_query):
2190         Implement latency query.
2191
2192 2008-05-27  Sebastian Dröge  <slomo@circular-chaos.org>
2193
2194         * gst/adder/gstadder.c: (gst_adder_query_duration):
2195         Correctly resync the iterator if gst_iterator_next() returns
2196         GST_ITERATOR_RESYNC.
2197
2198 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2199
2200         * win32/vs6/libgstpbutils.dsp:
2201           Add pbutils-enumtypes.c to sources (#518037).
2202
2203 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
2204
2205         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
2206         (gst_audio_clock_reset), (gst_audio_clock_get_internal_time):
2207         * gst-libs/gst/audio/gstaudioclock.h:
2208         Add method to inform the clock that the time starts from 0 again. We use
2209         this info to calculate a clock offset so that the time we report in
2210         internal_time is monotonically increasing, as required by the clock base
2211         class. Fixes #521761.
2212         API: GstAudioClock::gst_audio_clock_reset()
2213
2214         * gst-libs/gst/audio/gstbaseaudiosink.c:
2215         (gst_base_audio_sink_skew_slaving),
2216         (gst_base_audio_sink_change_state):
2217         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2218         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
2219         Reset reported time when we (re)create the ringbuffer.
2220
2221 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2222
2223         * ext/alsa/gstalsamixertrack.c:
2224           (gst_alsa_mixer_track_update_alsa_capabilities):
2225           Make sure playback volumes aren't accidentally overwritten by
2226           capture volumes if an alsa mixer track has both playback and
2227           capture capabilities: we create two GstMixerTracks in that
2228           case, so make sure we query only the alsa capabilities that
2229           refer to the type of GstMixerTrack we created from the dual
2230           capability alsa element. Should fix issues with Audigy2 sound
2231           cards (#518082).
2232
2233 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2234
2235         * tests/check/pipelines/oggmux.c: (test_pipeline):
2236           Don't use deprecated function.
2237
2238 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
2239
2240         * gst/playback/gstdecodebin2.c:
2241         (gst_decode_group_control_source_pad), (gst_decode_group_expose):
2242         Check for NULL cases and log them, creating ghostpads can, for example,
2243         fail when the pad returns wrong caps.
2244
2245         * gst/playback/gstplaybin2.c: (perform_eos):
2246         When pushing out the EOS event, collect the return value and warn when
2247         something failed.
2248
2249 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
2250
2251         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2252         (gst_riff_create_video_template_caps):
2253         Add support for DVCPRO.
2254
2255 2008-05-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
2256
2257         * gst/videoscale/gstvideoscale.c: (DEFAULT_PROP_METHOD):
2258           Change default scaling method from nearest-neighbour to bilinear.
2259
2260 2008-05-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
2261
2262         * tests/check/libs/video.c:
2263           More checks.
2264
2265 2008-05-25  Tim-Philipp Müller  <tim.muller at collabora co uk>
2266
2267         * gst/subparse/gstsubparse.c: (parser_state_init),
2268           (gst_sub_parse_format_autodetect), (handle_buffer):
2269         * gst/subparse/gstsubparse.h:
2270         * tests/check/elements/subparse.c: (test_tmplayer_style3b):
2271           Limit duration to a maximum of five seconds for tmplayer format where
2272           we can guess the duration only from the timestamp of the next line of
2273           text. We don't want to show a text for eternities just because nothing
2274           else is being said for a while.
2275
2276 2008-05-23  Wim Taymans  <wim.taymans@collabora.co.uk>
2277
2278         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2279         (gst_base_rtp_depayload_chain),
2280         (gst_base_rtp_depayload_handle_sink_event),
2281         (gst_base_rtp_depayload_push_full),
2282         (gst_base_rtp_depayload_change_state):
2283         Check sequence numbers, mark input buffers with a discont flag for the
2284         subclass when we detected a gap, drop duplicate buffers. We do this
2285         because one can use the element without a jitterbuffer in front and we
2286         don't want to feed the subclasses invalid or reordered data.
2287         Do an error when the subclass did not provide a process function instead
2288         of crashing.
2289         Some other small cleanups.
2290
2291 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
2292
2293         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2294           May just as well use the precalculated uvstride here.
2295
2296 2008-05-22  Jan Schmidt  <jan.schmidt@sun.com>
2297
2298         * docs/plugins/Makefile.am:
2299         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
2300         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2301         * docs/plugins/gst-plugins-base-plugins.args:
2302         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2303         * docs/plugins/gst-plugins-base-plugins.interfaces:
2304         * docs/plugins/gst-plugins-base-plugins.prerequisites:
2305         * docs/plugins/inspect/plugin-adder.xml:
2306         * docs/plugins/inspect/plugin-alsa.xml:
2307         * docs/plugins/inspect/plugin-audioconvert.xml:
2308         * docs/plugins/inspect/plugin-audiorate.xml:
2309         * docs/plugins/inspect/plugin-audioresample.xml:
2310         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2311         * docs/plugins/inspect/plugin-cdparanoia.xml:
2312         * docs/plugins/inspect/plugin-decodebin.xml:
2313         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2314         * docs/plugins/inspect/plugin-gdp.xml:
2315         * docs/plugins/inspect/plugin-gio.xml:
2316         * docs/plugins/inspect/plugin-gnomevfs.xml:
2317         * docs/plugins/inspect/plugin-libvisual.xml:
2318         * docs/plugins/inspect/plugin-ogg.xml:
2319         * docs/plugins/inspect/plugin-pango.xml:
2320         * docs/plugins/inspect/plugin-playback.xml:
2321         * docs/plugins/inspect/plugin-queue2.xml:
2322         * docs/plugins/inspect/plugin-subparse.xml:
2323         * docs/plugins/inspect/plugin-tcp.xml:
2324         * docs/plugins/inspect/plugin-theora.xml:
2325         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2326         * docs/plugins/inspect/plugin-uridecodebin.xml:
2327         * docs/plugins/inspect/plugin-video4linux.xml:
2328         * docs/plugins/inspect/plugin-videorate.xml:
2329         * docs/plugins/inspect/plugin-videoscale.xml:
2330         * docs/plugins/inspect/plugin-videotestsrc.xml:
2331         * docs/plugins/inspect/plugin-volume.xml:
2332         * docs/plugins/inspect/plugin-vorbis.xml:
2333         * docs/plugins/inspect/plugin-ximagesink.xml:
2334         * docs/plugins/inspect/plugin-xvimagesink.xml:
2335         * ext/cdparanoia/gstcdparanoiasrc.c:
2336         * ext/ogg/gstoggdemux.c:
2337         * ext/ogg/gstoggdemux.h:
2338         * ext/ogg/gstoggmux.c:
2339         * ext/ogg/gstoggmux.h:
2340         * gst/audioconvert/audioconvert.c:
2341         * gst/audioconvert/audioconvert.h:
2342         * gst/audioconvert/gstaudioconvert.h:
2343         * gst/gdp/gstgdpdepay.h:
2344         * gst/gdp/gstgdppay.h:
2345         * gst/playback/gstdecodebin.c:
2346         * gst/playback/gstdecodebin2.c:
2347         * gst/playback/gstplaybin.c:
2348         * gst/playback/gstplaybin2.c:
2349         * gst/playback/gsturidecodebin.c:
2350         * gst/tcp/gstmultifdsink.c:
2351         * gst/tcp/gstmultifdsink.h:
2352         * gst/tcp/gsttcp.h:
2353
2354         Add some documentation comments, and some new headers to be scanned.
2355         Rename some internal enum declarations (audioconvert's DitherType and
2356         NoiseShapingType, GstUnitType from the TCP elements) to match the
2357         documented GObject type names so that the docs pick them up.
2358         Name the playbin2 docs markups properly so they get picked up. They'll
2359         need renaming back when/if playbin2 becomes playbin.
2360
2361         100% symbol coverage for the plugin docs, booya.
2362
2363 2008-05-22  Sebastian Dröge  <slomo@circular-chaos.org>
2364
2365         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
2366
2367         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2368         Fix generation of NV12/NV21 frames. Fixes bug #532454.
2369
2370 2008-05-22  Wim Taymans  <wim.taymans@collabora.co.uk>
2371
2372         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2373
2374         * gst/playback/gstdecodebin.c: (remove_fakesink):
2375         Lock the fakesink before setting the state to NULL and removing it from
2376         the bin so that a concurrent state change cannot interfere. 
2377         Fixes #534331.
2378
2379 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
2380
2381         * docs/Makefile.am:
2382         Fix installing plugin documentation when gtk-doc is disabled.
2383
2384 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
2385
2386         * gst-libs/gst/rtsp/Makefile.am:
2387         Distribute, don't install md5.h
2388
2389 2008-05-21  Julien Moutte  <julien@fluendo.com>
2390
2391         * gst/tcp/gstmultifdsink.c: (setup_dscp_client): Use IPPROTO_IP
2392         instead of SOL_IP, works on more platforms.
2393         * gst/typefind/gsttypefindfunctions.c: (aac_type_find): Fix printf
2394         arguments.
2395
2396 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2397
2398         * ext/vorbis/vorbisdec.c:
2399         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
2400         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_show_frame):
2401         Some debug and comment fixes.
2402
2403         * tests/examples/dynamic/addstream.c: (main):
2404         Fix , to ;
2405
2406 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2407
2408         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
2409         * gst/playback/decodetest.c: (new_decoded_pad_cb):
2410         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2411         (try_to_link_1), (elem_is_dynamic), (close_link), (type_found),
2412         (cleanup_decodebin):
2413         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
2414         (connect_element), (gst_decode_group_control_demuxer_pad):
2415         * gst/playback/gstplaybasebin.c: (queue_remove_probe),
2416         (queue_out_of_data), (gen_preroll_element), (preroll_unlinked),
2417         (mute_group_type):
2418         * gst/playback/gstplaybin.c: (gst_play_bin_vis_blocked),
2419         (gst_play_bin_set_property), (handoff), (gen_video_element),
2420         (gen_text_element), (gen_audio_element), (gen_vis_element),
2421         (remove_sinks), (add_sink), (setup_sinks):
2422         * gst/playback/gstplaybin2.c: (pad_added_cb), (no_more_pads_cb):
2423         * gst/playback/gstplaysink.c: (gst_play_sink_get_video_sink),
2424         (gst_play_sink_get_audio_sink), (gst_play_sink_vis_unblocked),
2425         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
2426         (gst_play_sink_get_vis_plugin), (gst_play_sink_set_mute),
2427         (gen_video_chain), (gen_text_chain), (gen_audio_chain),
2428         (gen_vis_chain), (gst_play_sink_reconfigure),
2429         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
2430         (gst_play_sink_request_pad):
2431         * gst/playback/gsturidecodebin.c: (type_found), (setup_source):
2432         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
2433         (cb_newpad):
2434         * gst/playback/test6.c: (new_decoded_pad_cb):
2435         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2436         * tests/check/elements/audiorate.c: (test_injector_chain),
2437         (do_perfect_stream_test):
2438         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
2439         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2440         * tests/check/elements/gnomevfssink.c:
2441         * tests/check/elements/textoverlay.c:
2442         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2):
2443         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
2444         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
2445         * tests/check/pipelines/oggmux.c: (test_pipeline):
2446         * tests/check/pipelines/streamheader.c: (GST_START_TEST):
2447         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
2448         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
2449         * tests/examples/seek/scrubby.c: (make_wav_pipeline):
2450         * tests/examples/seek/seek.c: (make_mod_pipeline),
2451         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
2452         (make_sid_pipeline), (make_parse_pipeline), (make_vorbis_pipeline),
2453         (make_theora_pipeline), (make_vorbis_theora_pipeline),
2454         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
2455         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
2456         (update_fill), (msg_buffering):
2457         Don't use bad gst_element_get_pad().
2458
2459 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
2460
2461         * gst-libs/gst/riff/riff-media.c:
2462           Fix wrong method name in docs. Fix calculation of strf fields for
2463           broken mulaw/alaw.
2464   
2465         * gst-libs/gst/riff/riff-read.c:
2466           Whitespace fix and removing double ';'.
2467
2468 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2469
2470         * docs/design/part-playbin2.txt:
2471         Add some leftover doc.
2472
2473 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2474
2475         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2476         Fix copy & paste error in last commit.
2477
2478 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2479
2480         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2481         Add support for mixing GST_AUDIO_CHANNEL_POSITION_SIDE_* from/to
2482         other channel positions when source has SIDE channels and dest doesn't
2483         or the other way around.
2484
2485 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2486
2487         Patch by: Henrik Eriksson <henriken at axis dot com>
2488
2489         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2490         (gst_multi_fd_sink_init), (setup_dscp_client), (setup_dscp),
2491         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_set_property),
2492         (gst_multi_fd_sink_get_property):
2493         * gst/tcp/gstmultifdsink.h:
2494         Add support for DSCP QOS. Fixes #469933.
2495
2496 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2497
2498         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2499         Add another test that checks if conversion between standard 1 and 2
2500         channel layouts with and without positions set is working.
2501
2502 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2503
2504         * gst-libs/gst/audio/multichannel.c:
2505         (gst_audio_check_channel_positions):
2506         Allow non-standard 2 channel layouts.
2507         
2508         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2509         Add some tests for converting and remapping non-standard 1 and 2
2510         channel layouts.
2511
2512 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2513
2514         * gst/audioconvert/gstchannelmix.c:
2515         (gst_channel_mix_fill_normalize):
2516         Prevent division by zero if the channel mix matrix contains only
2517         zeroes.
2518
2519 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2520
2521         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2522
2523         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain):
2524         Close a buffer memory leak. Fixes bug #534071.
2525
2526 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2527
2528         * gst-libs/gst/rtsp/gstrtsptransport.h:
2529         Make the GstRTSPTransport struct members public as there are no
2530         setters/getters and it's supposed to be changed directly.
2531         Fixes bug #533087.
2532
2533 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2534
2535         * gst/adder/gstadder.c:
2536         Adder also doesn't support audio/x-raw-int with width!=depth so don't
2537         claim this on the pad template caps.
2538
2539 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2540
2541         * gst-libs/gst/audio/gstbaseaudiosink.c:
2542         (gst_base_audio_sink_sync_latency):
2543         We can only use our optimal calibration if we prerolled before the
2544         latency expired.
2545
2546 2008-05-20  Tim-Philipp Müller  <tim.muller at collabora co uk>
2547
2548         * configure.ac:
2549           Require core CVS for GstBaseSrc buffer caps setting magic.
2550
2551 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2552
2553         * gst/audioconvert/gstaudioconvert.c:
2554         (gst_audio_convert_fixate_channels):
2555         Fix logic in last commit.
2556
2557 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2558
2559         * gst/audioconvert/gstaudioconvert.c:
2560         (gst_audio_convert_fixate_channels):
2561         Passthrough the channel positions if the number of output channels is
2562         the same as the number of input channels, the input had a channel
2563         layout and downstream requests no special one. We did this already for
2564         > 2 channels but now it's also done for 1 channel. Fixes bug #533617.
2565
2566 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2567
2568         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
2569         (gst_gnome_vfs_src_finalize),
2570         (gst_gnome_vfs_src_received_headers_callback),
2571         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_stop):
2572         * ext/gnomevfs/gstgnomevfssrc.h:
2573         Set the ICY caps on the srcpad from where they get picked up by the base
2574         class now and set on the outgoing buffers.
2575
2576         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2577         (gst_base_audio_src_create):
2578         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
2579         BaseSrc now sets the caps on outgoing buffers automatically.
2580
2581 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2582
2583         * gst-libs/gst/audio/gstbaseaudiosink.c:
2584         (gst_base_audio_sink_resample_slaving),
2585         (gst_base_audio_sink_skew_slaving),
2586         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
2587         (gst_base_audio_sink_async_play),
2588         (gst_base_audio_sink_change_state):
2589         Change the way in which the ringbuffer is started when dealing with a
2590         slaved clock and latency. We now sync to the clock until we reach
2591         upstream latency before starting the ringbuffer. This has the effect
2592         that we can accurately align the master and slave clocks and let the
2593         rate correction code take care of the initial drift or rounding errors
2594         instead of leaving them uncorrected with the old approach.
2595
2596 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2597
2598         * gst/audioconvert/gstaudioconvert.c:
2599         (gst_audio_convert_fixate_channels):
2600         Correctly set the default channel positions when converting to 8
2601         channels.
2602
2603 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2604
2605         * configure.ac:
2606           Error out if we don't have the required version of core.
2607
2608 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2609
2610         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
2611           Use data scan helper in aac typefinder and stop scanning
2612           for headers when we've found a type. Also fix potential invalid
2613           memory access when calculating the frame length.
2614
2615 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2616
2617         * gst/typefind/gsttypefindfunctions.c: (data_scan_ctx_ensure_data),
2618           (mpeg_sys_is_valid_pack):
2619           Don't modify scan context when we return FALSE in ensure_data, so
2620           it's possible to continue scanning, and we don't end up with a NULL
2621           data pointer and a positive size, which might bite us the next time
2622           we're called. Small constification.
2623
2624 2008-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
2625
2626         * gst/adder/gstadder.c:
2627         Adder doesn't support 24 bit samples so don't claim it supports them
2628         in the pad template caps.
2629
2630 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2631
2632         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2633         (gst_base_rtp_depayload_chain):
2634         Validate the RTP packet before further processing it. It's just too
2635         dangerous to accept random packets and people are not forced to use a
2636         jitterbuffer or session manager to filter out the bad packets.
2637
2638         * gst-libs/gst/rtp/gstrtpbuffer.c:
2639         (gst_rtp_buffer_set_extension_data),
2640         (gst_rtp_buffer_get_payload_subbuffer):
2641         Small cleanups.
2642         When setting extension data in a buffer that is too small, we fail and
2643         we should not set the extension bit.
2644         Change GST_WARNINGS into g_warning because they really are
2645         programming errors.
2646
2647         * tests/check/libs/rtp.c: (GST_START_TEST):
2648         Catch the g_warnings now in the unit tests and that fact that failing to
2649         set extension data left the extension bit untouched.
2650
2651 2008-05-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
2652
2653         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2654           Revert previous change which made basetransform handle buffer_alloc
2655           and which breaks things badly in the non-passthrough case since it
2656           returned buffers with a different (ie. sometimes smaller) size than
2657           the size requested.
2658
2659 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2660
2661         Patch by: Bernard B <b-gnome at largestprime dot net>
2662
2663         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum):
2664         Fix seqnum compare function for bordercase values and fix the docs
2665         again. Fixes #533075.
2666
2667         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
2668         Add a testcase for seqnum compare function.
2669
2670 2008-05-14  Sebastian Dröge  <slomo@circular-chaos.org>
2671
2672         * gst/adder/gstadder.c: (gst_adder_setcaps),
2673         (gst_adder_class_init):
2674         Correctly declare the supported endianness on the pad templates
2675         and check for correct endianness in the set caps function. Adder
2676         only supports native endianness.
2677         Also use gst_element_class_set_details_simple().
2678
2679 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
2680
2681         * sys/xvimage/xvimagesink.c:
2682           Better debug logging in port value handling. Merging separate port
2683           value loops into one.
2684
2685 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2686
2687         Patch by: Hannes Bistry <hannesb at gmx dot de>
2688
2689         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
2690         * gst/tcp/gsttcpserversink.c:
2691         (gst_tcp_server_sink_handle_server_read),
2692         (gst_tcp_server_sink_handle_wait), (gst_tcp_server_sink_init_send):
2693         Fix regression in clientsrc because we did not add the fd to the poll
2694         set anymore. Fixes #532364.
2695         Do some cleanups here and there.
2696
2697 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2698
2699         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
2700         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
2701         * gst/playback/gstplay-marshal.list:
2702         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
2703         Use correct marshallers. GstCaps are a boxed type and no GObject
2704         subclass.
2705
2706 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2707
2708         * win32/common/libgstrtsp.def:
2709         Add gst_rtsp_connection_(set|clear)_auth_param() to the exported
2710         symbols.
2711
2712 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2713
2714         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2715
2716         * tests/check/elements/audioresample.c:
2717         (live_switch_alloc_only_48000), (live_switch_get_sink_caps),
2718         (live_switch_push), (GST_START_TEST):
2719         Add unit test for the latest basetransform negotiation changes.
2720         See bug #526768.
2721
2722 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2723
2724         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
2725         Fix nv12<->nv21 conversion if stride is larger than width.
2726
2727 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2728
2729         Patch by: Jan Gerber <j at oil21 dot org>
2730
2731         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
2732         (gst_ogg_pad_parse_skeleton_fisbone):
2733         * ext/ogg/gstoggdemux.h:
2734         Parse presentation time from skeleton streams and use it as offset
2735         for the timestamps. Fixes bug #530068.
2736
2737 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
2738
2739         * gst-libs/gst/audio/gstbaseaudiosink.c:
2740         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
2741         Revert previous patch that attempted to more accurately calculate the
2742         initial offset between master and slave clock. The best thing we can do
2743         in general is take the time of both clocks as the diff since we don't
2744         know when the actual preroll happened.
2745
2746 2008-05-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
2747
2748         * gst-libs/gst/pbutils/install-plugins.c:
2749           Fix docs: type and missing word.
2750
2751 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
2752
2753         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
2754           Don't do lots of 4-byte peeks, but use the 'new' data scan helper
2755           for this instead; don't check if we've found enough markers after
2756           each and every step, it's enough to do that only if we've actually
2757           found a new marker.
2758           Embed a G_UNLIKELY into the IS_MPEG_HEADER macro.
2759
2760 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
2761
2762         * gst/typefind/gsttypefindfunctions.c:
2763           (DATA_SCAN_CTX_CHUNK_SIZE), (DataScanCtx), (data_scan_ctx_advance),
2764           (data_scan_ctx_ensure_data), (GST_MPEGVID_TYPEFIND_TRY_SYNC),
2765           (mpeg_video_stream_type_find):
2766           Move scan helper thingy to the beginning of the file so we can use
2767           it in other typefind functions. Rename it to something more
2768           generic. Also improve handling of things towards the end of the
2769           typefind data: peek as much as we can if we know the size of the
2770           data, rather than just min_size.
2771
2772 2008-05-09  Jan Schmidt  <jan.schmidt@sun.com>
2773
2774         * docs/libs/gst-plugins-base-libs-sections.txt:
2775         * gst-libs/gst/interfaces/colorbalance.c:
2776         * gst-libs/gst/interfaces/colorbalance.h:
2777         * gst-libs/gst/interfaces/colorbalancechannel.c:
2778         * gst-libs/gst/interfaces/colorbalancechannel.h:
2779         * gst-libs/gst/interfaces/tuner.c:
2780         * gst-libs/gst/interfaces/tunerchannel.c:
2781         * gst-libs/gst/interfaces/tunerchannel.h:
2782         * gst-libs/gst/interfaces/tunernorm.c:
2783         * gst-libs/gst/interfaces/tunernorm.h:
2784         * gst-libs/gst/video/video.c:
2785         * gst-libs/gst/video/video.h:
2786         Document the GstTuner and GstColorBalance interfaces, and some
2787         other random API functions that needed it. 70% symbol coverage, woo.
2788
2789 2008-05-09  Wim Taymans  <wim.taymans@collabora.co.uk>
2790
2791         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
2792         Choose to allocate one less segment but require one additional segment
2793         as latency. 
2794
2795         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_acquire):
2796         No need to increment the number of segments in the source.
2797
2798         * gst-libs/gst/audio/gstbaseaudiosink.c:
2799         (gst_base_audio_sink_get_time), (clock_convert_external),
2800         (gst_base_audio_sink_resample_slaving),
2801         (gst_base_audio_sink_skew_slaving),
2802         (gst_base_audio_sink_none_slaving), (gst_base_audio_sink_render),
2803         (gst_base_audio_sink_async_play):
2804         Remove adding latency when returning the internal time while subtracting
2805         it again when we use the value a little later.
2806         When calculating the end timestamp, we are making a rounding error
2807         with the current algorithm. Ensure that we don't accumulate these
2808         rounding errors when aligning samples by not resampling at all if we
2809         don't need to. Fixes #419351.
2810         Make the initial calibration of the clock slaving a little more
2811         predictable and accurate. Also handle the case where we don't do
2812         clock slaving.
2813
2814 2008-05-09  Sebastian Dröge  <slomo@circular-chaos.org>
2815
2816         Based on a patch by:
2817           Björn Benderius <bjoern dot benderius at axis dot com>
2818
2819         * gst/ffmpegcolorspace/avcodec.h:
2820         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2821         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
2822         (gst_ffmpegcsp_avpicture_fill):
2823         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
2824         * gst/ffmpegcolorspace/imgconvert_template.h:
2825         Add conversions from/to NV12 and NV21 and conversions between those
2826         two formats. Fixes bug #532166.
2827
2828 2008-05-08  Edward Hervey  <edward.hervey@collabora.co.uk>
2829
2830         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
2831         Abort the h264 typefinding as soon as _peek() doesn't return anything,
2832         which happens for example with files smaller than 128kb.
2833
2834 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
2835
2836         Patch by: Wouter Cloetens <zombie at e2big dot org>
2837
2838         * gst-libs/gst/rtsp/Makefile.am:
2839         * gst-libs/gst/rtsp/gstrtspconnection.c:
2840         (gst_rtsp_connection_create), (md5_digest_to_hex_string),
2841         (auth_digest_compute_hex_urp), (auth_digest_compute_response),
2842         (add_auth_header), (gst_rtsp_connection_free),
2843         (gst_rtsp_connection_set_auth), (str_case_hash), (str_case_equal),
2844         (gst_rtsp_connection_set_auth_param),
2845         (gst_rtsp_connection_clear_auth_params):
2846         * gst-libs/gst/rtsp/gstrtspconnection.h:
2847         Add Digest authorization support for RTSP connections. See #532065.
2848
2849         * gst-libs/gst/rtsp/md5.c:
2850         * gst-libs/gst/rtsp/md5.h:
2851         Yeap, another md5 implementation until we can depend on a glib that has
2852         support for it.
2853
2854 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
2855
2856         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2857
2858         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2859         Let audioresample use the buffer allocation of basetransform instead
2860         of it's own stuff.
2861
2862         * tests/check/elements/audioresample.c: (alloc_only_48000),
2863         (GST_START_TEST), (audioresample_suite):
2864         Add unit test for the recent basetransform bugfix, where upstream
2865         changes caps to something that can't be passed through anymore.
2866
2867 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
2868
2869         * win32/common/config.h.in:
2870           Don't define GST_FUNCTION, if GLib supports MSVC we'd much rather
2871           use the real thing than having "???" unconditionally.
2872
2873 2008-05-07  Wim Taymans  <wim.taymans@collabora.co.uk>
2874
2875         * gst-libs/gst/audio/gstbaseaudiosink.c:
2876         (gst_base_audio_sink_query):
2877         Report the latency with the new seglatency parameter.
2878
2879         * gst-libs/gst/audio/gstringbuffer.c:
2880         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
2881         (gst_ring_buffer_acquire):
2882         * gst-libs/gst/audio/gstringbuffer.h:
2883         Add new field to the ringbufferspec to specify the expected latency
2884         between the underlying device read/write pointer, this is needed
2885         when writing sinks that sit a little closer to the hardware.
2886         Add some more docs for other fields.
2887
2888 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
2889
2890         * gst/volume/gstvolume.c: (volume_transform_ip):
2891         Return NOT_NEGOTIATED if we didn't set a process function yet for some
2892         reason instead of crashing later. Might fix bug #509125.
2893
2894 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
2895
2896         Based on a patch by: Tim-Philipp Müller  <tim.muller at collabora co uk>
2897
2898         * gst/audioconvert/audioconvert.c: (audio_convert_prepare_context):
2899         * gst/audioconvert/audioconvert.h:
2900         * gst/audioconvert/gstaudioconvert.c:
2901         (gst_audio_convert_parse_caps),
2902         (structure_has_fixed_channel_positions),
2903         (gst_audio_convert_transform_caps):
2904         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_matrix):
2905         Add support for more than 8 channels and NONE channel layouts. For
2906         more than 8 channels no channel conversion is supported yet, only
2907         format conversions are supported. Fixes bug #398033.
2908
2909         * tests/check/elements/audioconvert.c: (verify_convert),
2910         (GST_START_TEST), (audioconvert_suite):
2911         Add some unit tests by Tim for checking the NONE channel layouts
2912         and more than 8 channels and add some more unit tests for channel
2913         conversions.
2914
2915 2008-05-06  Wim Taymans  <wim.taymans@collabora.co.uk>
2916
2917         * gst/playback/gstdecodebin2.c: (connect_pad):
2918         When autoplugging fails, set the element back to NULL before
2919         unreffing it.
2920
2921 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
2922
2923         * win32/common/libgstaudio.def:
2924         Add gst_base_audio_src_[sg]et_slave_method() to the exported
2925         symbols.
2926
2927 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
2928
2929         * gst/subparse/samiparse.c: (handle_start_sync),
2930         (end_sami_element), (characters_sami):
2931         Remove trailing, leading and double whitespaces.
2932         Correctly timestamp buffers and output the last buffer too.
2933
2934         * tests/check/elements/subparse.c: (GST_START_TEST),
2935         (subparse_suite):
2936         Add a simple unit test for SAMI parsing.
2937
2938 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
2939
2940         Patch by: Young-Ho Cha <ganadist at chollian dot net>
2941
2942         * gst/subparse/samiparse.c: (handle_start_sync),
2943         (start_sami_element), (end_sami_element), (characters_sami),
2944         (sami_context_reset):
2945         Only output characters inside the "sync" elements. There could be
2946         other elements like "style" that have some content but should
2947         not be printed. Fixes bug #467911.
2948
2949 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
2950
2951         * gst/playback/gstplaybasebin.c: (set_audio_mute),
2952         (set_active_source):
2953         * gst/playback/gstplaybasebin.h:
2954         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2955         (playbin_set_audio_mute):
2956         Allow setting -1 as current-audio to mute the current audio stream,
2957         similar to what is done for subtitles. Fixes bug #342294.
2958
2959 2008-05-05  Edward Hervey  <edward.hervey at collabora co uk>
2960
2961         * gst-libs/gst/pbutils/descriptions.c: (formats): 
2962         It's SorensOn and not SorensEn.
2963
2964 2008-05-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
2965
2966         * gst-libs/gst/pbutils/descriptions.c: (formats):
2967           Fix description of video/x-flash-video.
2968
2969 2008-05-04  Sebastian Dröge  <slomo@circular-chaos.org>
2970
2971         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
2972         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
2973         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
2974         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps_list):
2975         Remove some unused code.
2976
2977         * gst/audioconvert/gstaudioquantize.c:
2978         (gst_audio_quantize_free_noise_shaping):
2979         Don't return before freeing the noise shaping history.
2980
2981 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2982
2983         * tests/check/elements/subparse.c: (do_test),
2984           (test_tmplayer_style3b), (subparse_suite):
2985           Add unit test for the tmplayer variant from bug #530962.
2986
2987 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2988
2989         * gst/subparse/gstsubparse.c: (handle_buffer),
2990           (gst_sub_parse_sink_event):
2991         * gst/subparse/tmplayerparse.c: (tmplayer_process_buffer),
2992           (tmplayer_parse_line):
2993           Fix parsing of tmplayer subtitle variant where every single line contains
2994           text and there isn't an empty line after each line to determine the
2995           duration (#530962). Improve EOS handling for tmplayer subtitles a bit by
2996           making sure that we push out the last line of text without a duration if
2997           there's still text left in the buffer at the end.
2998
2999 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3000
3001         * gst/subparse/gstsubparse.c: (feed_textbuf):
3002           Fix detection of discontinuities based on the buffer offset (doesn't work
3003           so well if no buffer offset is set) and also check for the DISCONT buffer
3004           flag. This keeps the parser state from being reset after each buffer in
3005           the unit test.
3006
3007 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3008
3009         * gst/typefind/gsttypefindfunctions.c: (mpeg_video_stream_type_find):
3010           Further fine-tuning: don't absolutely require sequence or GOP headers
3011           (as introduced in the previous commit), but adjust the typefind
3012           probabilities returned accordingly if we don't see them. Also make sure
3013           picture header and first slice are somewhat close to each other (which
3014           is not perfect but still better than requiring a fixed offset or having
3015           no limit at all).
3016
3017 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3018
3019         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
3020         (gst_basertppayload_sink_setcaps),
3021         (gst_basertppayload_sink_getcaps):
3022         Rename the setcaps/getcaps function internally to make it clear that
3023         they are called for the sink pad.
3024
3025 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3026
3027         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3028         (gst_base_rtp_depayload_class_init),
3029         (gst_base_rtp_depayload_handle_sink_event), (create_segment_event),
3030         (gst_base_rtp_depayload_packet_lost),
3031         (gst_base_rtp_depayload_set_gst_timestamp):
3032         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3033         Catch packet-lost events from the jitterbuffer and convert them into a
3034         vmethod call (lost-packet) so that depayloaders can do something smart.
3035         Also add a default packet-lost function that sends out a segment update
3036         to the decoders.
3037
3038 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
3039
3040         * gst/playback/test4.c:
3041         * gst/playback/test5.c:
3042         * gst/playback/test6.c:
3043         * gst/playback/test7.c:
3044           Also include config.h when relying on defines from it. Fixes the
3045           build. Its been a please to serve :)
3046
3047 2008-05-02  Thijs Vermeir <thijsvermeir@gmail.com>
3048
3049         * gst/videotestsrc/videotestsrc.c (paint_setup_NV12),
3050         (paint_setup_NV21), (paint_hline_NV12_NV21):
3051         Add support for NV12 and NV21 in videotestsrc
3052
3053 2008-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
3054
3055         * gst/videoscale/gstvideoscale.c:
3056         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
3057         * gst/videoscale/vs_image.c: (vs_image_scale_nearest_RGBA),
3058         (vs_image_scale_linear_RGBA), (vs_image_scale_nearest_RGB),
3059         (vs_image_scale_linear_RGB), (vs_image_scale_nearest_YUYV),
3060         (vs_image_scale_linear_YUYV), (vs_image_scale_nearest_UYVY),
3061         (vs_image_scale_linear_UYVY), (vs_image_scale_nearest_Y),
3062         (vs_image_scale_linear_Y), (vs_image_scale_nearest_RGB565),
3063         (vs_image_scale_linear_RGB565), (vs_image_scale_nearest_RGB555),
3064         (vs_image_scale_linear_RGB555):
3065         Support 1x1 images as input and output as for example the BBC HQ new
3066         streams have 1x1 GIFs in the playlists for some reason.
3067
3068 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
3069
3070         * gst/playback/gstdecodebin.c: (free_pad_probe_for_element),
3071           (try_to_link_1):
3072           If we can't activate one of the decoders we plugged in (such as,
3073           say, musepackdec) for some reason (it might not support push mode,
3074           for example), remove any pad probes that close_pad_link() might
3075           have set up. This makes sure we later don't try to remove a probe
3076           for a pad that doesn't exist any longer, and avoids nast warnings
3077           and probably other things too.
3078
3079 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
3080
3081         * gst/typefind/gsttypefindfunctions.c:
3082           (mpeg_video_stream_ctx_ensure_data), (mpeg_video_stream_type_find),
3083           (plugin_init):
3084           Rework mpeg video stream typefinding a bit more: make sure sequence,
3085           GOP, picture and slice headers appear in the order they should and
3086           that we've in fact at least had one of each; fix picture header
3087           detection; decouple picture and slice header check - don't assume
3088           they're at a fixed offset, there may be extra data in between. Also,
3089           announce varying degrees of probability depending on what we found
3090           exactly (multiple pictures, at least one picture, just sequence and
3091           GOP headers). Finally, in _ensure_data(), take into account that we
3092           might be typefinding smaller amounts of data, such as the first
3093           buffer of a stream, so fall back to the minimum size needed as long
3094           as that's available, instead of erroring out if there's less than
3095           2kB of data. Fixes #526173. Conveniently also doesn't recognise the
3096           fuzzed file from #399342 as valid.
3097
3098 2008-04-30  Michael Smith <msmith@songbirdnest.com>
3099
3100         * ext/theora/theoradec.c:
3101           Cool kids don't divide by zero.
3102           Treat PAR of x:0 as 1:1.
3103           Fixes #530719.
3104
3105 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
3106
3107         * gst/typefind/gsttypefindfunctions.c: (MpegVideoStreamCtx),
3108           (mpeg_video_stream_ctx_advance), (mpeg_video_stream_ctx_ensure_data),
3109           (mpeg_video_stream_type_find):
3110           Refactor a bit: use context structure to track parsing offset and
3111           size of available data and make the code a bit clearer. Fixes bad
3112           memory access in #356937.
3113
3114 2008-04-28  Michael Smith <msmith@songbirdnest.com>
3115
3116         * gst/playback/test4.c:
3117         * gst/playback/test5.c:
3118         * gst/playback/test6.c:
3119         * gst/tcp/gstmultifdsink.c:
3120           Include stdlib.h and unistd.h only if the appropriate HAVE_*_H macro
3121           is defined.
3122
3123 2008-04-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3124
3125         * gst-libs/gst/audio/gstbaseaudiosink.h:
3126         Clarify some docs.
3127
3128         * gst-libs/gst/audio/gstbaseaudiosrc.c: (slave_method_get_type),
3129         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
3130         (gst_base_audio_src_set_slave_method),
3131         (gst_base_audio_src_get_slave_method),
3132         (gst_base_audio_src_set_property),
3133         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
3134         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3135         Add property and methods for selecting the clock slave method in the
3136         source, like in the sink.
3137         We only implement "none" and "re-timestamp" for now.
3138         API: gst_base_audio_src_set_slave_method()
3139         API: gst_base_audio_src_get_slave_method()
3140
3141 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
3142
3143         * gst-libs/gst/rtp/gstrtpbuffer.c:
3144         Fix the docs about the seqnum compare function, it returns a difference.
3145
3146 2008-04-24  Edward Hervey  <edward.hervey@collabora.co.uk>
3147
3148         * ext/alsa/gstalsadeviceprobe.c:
3149         (gst_alsa_get_device_list): Don't return before freeing up
3150         the allocated structures.
3151
3152 2008-04-24  Stefan Kost  <ensonic@users.sf.net>
3153
3154         * gst/playback/gstplaybin.c:
3155           Remove obsolete streaminfo code and fix a leak. Fixes #529546
3156
3157 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
3158
3159         * ext/ogg/gstoggdemux.c:
3160           Revert the event part, that should not go in.
3161
3162 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
3163
3164         * ext/ogg/gstoggdemux.c:
3165           Don't leak GstPluginFeatures when filtering.
3166
3167 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
3168
3169         * sys/xvimage/xvimagesink.c:
3170           Add some logging for cases when grabbing the xv failed.
3171
3172 2008-04-21  David Schleef  <ds@schleef.org>
3173
3174         * ext/ogg/gstoggmux.c:
3175           Update Ogg/Dirac muxing.  Removes the weird "KW-DIRAC" bos
3176           packet.  Should conform to what we currently think is the
3177           final Ogg/Dirac muxing spec.
3178
3179 2008-04-21  David Schleef  <ds@schleef.org>
3180
3181         * sys/xvimage/xvimagesink.c:
3182           Fix typo that causes the overlay keying color to bright green
3183           on a 16-bit display.  Dark grey good.  Bright green bad.
3184
3185 2008-04-21  Stefan Kost  <ensonic@users.sf.net>
3186
3187         * ext/gnomevfs/gstgnomevfsuri.c:
3188           Add  FIXME comment about using uri-list for source and sink.
3189
3190 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3191
3192         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
3193         GST_TYPE_FRACTION contains gints so correctly cast gint64 arguments to
3194         vaargs functions to gint. Otherwise the fractions will get 0 set
3195         instead of the correct value on big endian systems. Fixes bug #529018.
3196
3197 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3198
3199         * ext/gnomevfs/gstgnomevfssink.c:
3200         (gst_gnome_vfs_sink_uri_get_protocols):
3201         * ext/gnomevfs/gstgnomevfssrc.c:
3202         (gst_gnome_vfs_src_uri_get_protocols):
3203         * ext/gnomevfs/gstgnomevfsuri.c: (_internal_get_supported_uris),
3204         (gst_gnomevfs_get_supported_uris):
3205         Get the list of supported URI schemes in a threadsafe way and use the
3206         same list for the source and sink.
3207
3208 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3209
3210         * ext/gio/gstgio.c: (_internal_get_supported_protocols),
3211         (gst_gio_get_supported_protocols):
3212         Don't generate a new supported protocols list on each call but cache
3213         it. It's supposed to be static anyway, this way we only leak it once
3214         per process.
3215
3216         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
3217         (gst_gio_sink_class_init), (gst_gio_sink_finalize),
3218         (gst_gio_sink_set_property), (gst_gio_sink_get_property),
3219         (gst_gio_sink_start):
3220         * ext/gio/gstgiosink.h:
3221         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
3222         (gst_gio_src_class_init), (gst_gio_src_finalize),
3223         (gst_gio_src_set_property), (gst_gio_src_get_property),
3224         (gst_gio_src_start):
3225         * ext/gio/gstgiosrc.h:
3226         API: Add "file" properties where one can set a GFile as
3227         source/destination.
3228
3229         Add locking to the properties and use
3230         gst_element_class_set_details_simple() instead of a static
3231         GstElementDetails struct.
3232
3233 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
3234
3235         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
3236         (plugin_init):
3237         Add "mpp" and "mp+" as possible extensions for MusePack files.
3238
3239         Add typefinding for MusePack StreamVersion 8 files and include the
3240         stream version in the caps.
3241
3242 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
3243
3244         * gst-libs/gst/rtp/gstrtppayloads.c:
3245         (gst_rtp_payload_info_for_name):
3246         Use g_ascii_strcasecmp() instead of the deprecated g_strcasecmp().
3247
3248 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
3249
3250         * configure.ac:
3251           Bump Gtk+ requirement to 2.12.0 for gtk_range_set_fill_level
3252           (NB: this only affects compilation of some of the examples).
3253           Remove some configure.ac cruft that's not needed any longer.
3254
3255 2008-04-18  Edward Hervey  <edward.hervey@collabora.co.uk>
3256
3257         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
3258         Don't validate the payload if there isn't any.
3259         Fixes #525915
3260
3261 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3262
3263         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_may_start):
3264         Use g_atomic_int_set() instead of gst_atomic_int_set().
3265
3266 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3267
3268         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3269         Return NULL instead of a gchar * array with one NULL element if we
3270         don't get any supported URI schemes from GIO.
3271
3272 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
3273
3274         * gst/audiotestsrc/gstaudiotestsrc.c:
3275           Remove cpp style commented old code.
3276
3277 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
3278
3279         * gst/playback/gstdecodebin2.c:
3280           Fix signal docs.
3281
3282 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
3283
3284         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
3285           (gst_text_overlay_init):
3286           Fix textoverlay unit test again by making the supposed default
3287           value for the wait-text property the actual default value.
3288           Also fix Since: tag for new property.
3289
3290 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
3291
3292         * gst-libs/gst/video/video.c: (gst_video_format_new_caps),
3293           (gst_video_format_to_fourcc), (gst_video_format_get_row_stride),
3294           (gst_video_format_get_pixel_stride),
3295           (gst_video_format_get_component_width),
3296           (gst_video_format_get_component_height),
3297           (gst_video_format_get_component_offset), (gst_video_format_get_size),
3298           (gst_video_format_convert):
3299           Add guards to these functions to ensure sane input values.
3300
3301         * tests/check/libs/video.c:
3302           Fix unit test not to create caps with width=0 and height=0.
3303
3304 2008-04-11  Wim Taymans  <wim.taymans@collabora.co.uk>
3305
3306         * docs/design/draft-keyframe-force.txt:
3307         Fix typo.
3308
3309         * gst/playback/gstqueue2.c: (update_buffering),
3310         (gst_queue_handle_src_query):
3311         Set buffering mode in the messages.
3312         Set buffering percent in the query.
3313
3314         * tests/examples/seek/seek.c: (update_fill), (msg_state_changed),
3315         (do_stream_buffering), (do_download_buffering), (msg_buffering):
3316         Do some more fancy things based on the buffering method in use.
3317
3318 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3319
3320         * tests/examples/seek/seek.c: (update_fill), (set_update_fill),
3321         (play_cb), (pause_cb), (stop_cb), (msg_state_changed),
3322         (msg_buffering), (main):
3323         Add basic download reports to seek using the new buffering API.
3324
3325 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3326
3327         * gst/playback/gstqueue2.c: (update_buffering),
3328         (gst_queue_close_temp_location_file), (gst_queue_handle_src_query),
3329         (gst_queue_src_checkgetrange_function):
3330         Include extra buffering stats in the buffering message.
3331         Implement BUFFERING query.
3332
3333         * gst/playback/gsturidecodebin.c: (do_async_start),
3334         (do_async_done), (type_found), (setup_streaming), (setup_source),
3335         (gst_uri_decode_bin_change_state):
3336         Only add decodebin2 when the type is found in streaming mode.
3337         Make uridecodebin async to PAUSED even when we don't have decodebin2
3338         added yet.
3339
3340 2008-04-09  Sebastian Dröge  <slomo@circular-chaos.org>
3341
3342         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3343         Filter cdda from the supported URI schemes. We can't support
3344         musicbrainz tags and everything else one expects from a cdda source
3345         with GIO. Fixes bug #526794.
3346
3347 2008-04-07  Jan Schmidt  <jan.schmidt@sun.com>
3348
3349         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_new),
3350         (gst_xvimagesink_buffer_alloc):
3351         Fix calculation of 'expected size' for YV12 buffers.
3352         Be a little more verbose in the debug output for buffer-alloc'ed
3353         buffers which turn out to have the wrong size.
3354
3355 2008-04-07  Tim-Philipp Müller  <tim at centricular dot net>
3356
3357         * NEWS:
3358         * RELEASE:
3359         * gst-plugins-base.doap:
3360           Merge other changes from 0.10.19 release branch.
3361
3362 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
3363
3364         * gst-libs/gst/audio/gstbaseaudiosink.c:
3365           (gst_base_audio_sink_class_init):
3366         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3367           (gst_base_audio_src_class_init):
3368         * gst/playback/gstplayback.c: (plugin_init):
3369         * gst/volume/gstvolume.c: (plugin_init):
3370           Work around missing bits of thread-safety on older GLibs some
3371           more to avoid assertions when starting up multiple playbin
3372           objects concurrently (see #512382).
3373
3374 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
3375
3376         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
3377           Remove some more fields.
3378
3379 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
3380
3381         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
3382
3383         * configure.ac:
3384         Actually build dlls when cross-compiling with mingw32.
3385         Fixes bug #526247.
3386
3387 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
3388
3389         * configure.ac:
3390           Bump version to 0.10.19.1 after the unplanned 0.10.19 release.
3391
3392 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3393
3394         * tests/examples/seek/seek.c: (play_cb), (pause_cb), (stop_cb),
3395         (msg_buffering), (connect_bus_signals), (main):
3396         Add statusbar.
3397         Add buffering support with feedback in the statusbar.
3398
3399 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
3400
3401         * ext/ogg/gstoggmux.c:
3402           Fix sample pipeline description.
3403
3404 2008-04-03  Stefan Kost  <ensonic@users.sf.net>
3405
3406         * docs/plugins/Makefile.am:
3407         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3408         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
3409         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3410           Add playbin, playbin2, decodebin, decodebin2, uridecodebin and oggmux
3411
3412         * docs/plugins/gst-plugins-base-plugins.args:
3413         * docs/plugins/gst-plugins-base-plugins.hierarchy:
3414         * docs/plugins/gst-plugins-base-plugins.interfaces:
3415         * docs/plugins/gst-plugins-base-plugins.prerequisites:
3416         * docs/plugins/inspect/plugin-adder.xml:
3417         * docs/plugins/inspect/plugin-alsa.xml:
3418         * docs/plugins/inspect/plugin-audioconvert.xml:
3419         * docs/plugins/inspect/plugin-audiorate.xml:
3420         * docs/plugins/inspect/plugin-audioresample.xml:
3421         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3422         * docs/plugins/inspect/plugin-cdparanoia.xml:
3423         * docs/plugins/inspect/plugin-decodebin.xml:
3424         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3425         * docs/plugins/inspect/plugin-gdp.xml:
3426         * docs/plugins/inspect/plugin-gnomevfs.xml:
3427         * docs/plugins/inspect/plugin-libvisual.xml:
3428         * docs/plugins/inspect/plugin-ogg.xml:
3429         * docs/plugins/inspect/plugin-pango.xml:
3430         * docs/plugins/inspect/plugin-playback.xml:
3431         * docs/plugins/inspect/plugin-queue2.xml:
3432         * docs/plugins/inspect/plugin-subparse.xml:
3433         * docs/plugins/inspect/plugin-tcp.xml:
3434         * docs/plugins/inspect/plugin-theora.xml:
3435         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3436         * docs/plugins/inspect/plugin-uridecodebin.xml:
3437         * docs/plugins/inspect/plugin-video4linux.xml:
3438         * docs/plugins/inspect/plugin-videorate.xml:
3439         * docs/plugins/inspect/plugin-videoscale.xml:
3440         * docs/plugins/inspect/plugin-videotestsrc.xml:
3441         * docs/plugins/inspect/plugin-volume.xml:
3442         * docs/plugins/inspect/plugin-vorbis.xml:
3443         * docs/plugins/inspect/plugin-ximagesink.xml:
3444         * docs/plugins/inspect/plugin-xvimagesink.xml:
3445           Update introspection data.
3446
3447         * ext/ogg/gstoggmux.c:
3448           Document oggmux.
3449
3450         * gst/playback/gstdecodebin2.c:
3451           Don't use gtk-doc style comment start for private stuff, but make it
3452           formatted like this for consistency.
3453
3454 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3455
3456         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
3457         (gst_decode_bin_init), (gst_decode_bin_dispose),
3458         (gst_decode_bin_set_sink_caps), (gst_decode_bin_get_sink_caps),
3459         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
3460         (analyze_new_pad), (connect_pad), (expose_pad),
3461         (gst_decode_group_new), (gst_decode_group_control_demuxer_pad),
3462         (gst_decode_group_expose), (gst_decode_group_free),
3463         (do_async_start), (do_async_done), (gst_decode_bin_change_state):
3464         Remove fakesink hack, we can now implement this more elegantly.
3465         Added property to bypass typefinding.
3466         Removed underrun callback and demuxer pad probe, we now use the srcpad
3467         probe to expose groups.
3468         API::sink-caps property
3469
3470         * gst/playback/gstplaybin2.c: (no_more_pads_cb):
3471         Guard against multiple emissions of the no_more_pads signal, which
3472         happens when we are dealing with chained oggs.
3473
3474         * gst/playback/gsturidecodebin.c: (remove_decoders),
3475         (make_decoder), (type_found), (setup_streaming), (source_new_pad),
3476         (setup_source):
3477         For streams, use our own typefind element and plug our queue after it.
3478         We will need this to determine the type of buffering to use for the
3479         queue soon.
3480
3481 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3482
3483         * gst-libs/gst/audio/gstbaseaudiosink.c:
3484         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render):
3485         Guard against over and underflows because of clock slaving.
3486         When we are using our own clock, still compensate for any calibrations
3487         that we might have done to our clock.
3488
3489 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3490
3491         * ext/theora/theoradec.c: (theora_handle_type_packet),
3492         (theora_dec_chain):
3493         Don't try to do anything fancy with the return code from pushing an
3494         event, it does not have enough information to turn it into a
3495         GST_FLOW_ERROR.
3496
3497 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3498
3499         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_reset),
3500         (gst_ogg_demux_chain_elem_pad):
3501         Add small debug line.
3502         Pass return code from the internal decoder instead of the too generic
3503         GST_FLOW_ERROR.
3504
3505 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
3506
3507         * gst-libs/gst/cdda/Makefile.am:
3508         * gst-libs/gst/cdda/base64.c:
3509         * gst-libs/gst/cdda/base64.h:
3510         * gst-libs/gst/cdda/gstcddabasesrc.c:
3511         (gst_cddabasesrc_calculate_musicbrainz_discid):
3512         Use GLib's base64 implementation instead of our own.
3513
3514 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3515
3516         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3517         (gst_ogg_demux_read_chain):
3518         Refix oggdemux, we only have a problem if we failed to find a chain and
3519         we are not EOF.
3520
3521 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3522
3523         Patch by: Victor STINNER <victor dot stinner at haypocalc dot com>
3524
3525         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3526         (gst_ogg_demux_read_chain):
3527         When we fail to find a BOS page and we and up with no chain, error out
3528         properly instead of segfaulting. Fixes #525665.
3529
3530 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3531
3532         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3533         (gst_ogg_demux_read_chain), (gst_ogg_demux_handle_page):
3534         The new-pad-group sequence is add-pads, no-more-pads, add-pads,
3535         no-more-pads...
3536
3537 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3538
3539         * gst/playback/gstqueue2.c: (update_out_rates),
3540         (gst_queue_open_temp_location_file),
3541         (gst_queue_close_temp_location_file), (gst_queue_handle_src_event),
3542         (gst_queue_handle_src_query), (gst_queue_set_property):
3543         Update the estimated input data when we push out a buffer.
3544         Add some debug info about the temp file.
3545         Only forward src events when we are not using a temp file.
3546         Don't block the duration query, we need to find something better.
3547         Don't leak the temp filename.
3548
3549 2008-04-01  Sebastian Dröge  <slomo@circular-chaos.org>
3550
3551         * configure.ac:
3552         Require GLib 2.12 and liboil 0.3.14.
3553
3554         * gst/volume/gstvolume.c: (volume_process_double):
3555         Unconditionally use liboil 0.3.14 function.
3556
3557 2008-03-31  Wim Taymans  <wim.taymans@collabora.co.uk>
3558
3559         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3560         ms-gsm can have arbitrarty sample rates. See #481354.
3561
3562 2008-03-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3563
3564         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3565         MP4S is generic MPEG-4, not a microsoft variant.
3566
3567 2008-03-27  Michael Smith <msmith@fluendo.com>
3568
3569         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
3570           Check the body CRC (if set) when depayloading.
3571           Fixes #522401.
3572
3573 2008-03-24  Tim-Philipp Müller  <tim at centricular dot net>
3574
3575         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
3576           Fix Since: version for new property.
3577
3578 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3579
3580         * gst-libs/gst/rtsp/gstrtspconnection.c:
3581         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
3582         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_poll):
3583         Don't error when poll_wait returns EAGAIN.
3584
3585 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3586
3587         * gst/playback/gstqueue2.c: (gst_queue_is_filled):
3588         The queue is never filled when there are no buffers in the queue at all.
3589         Fixes #523993.
3590
3591 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3592
3593         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
3594         (init_group), (free_group), (gst_play_bin_init),
3595         (gst_play_bin_finalize), (gst_play_bin_set_uri),
3596         (gst_play_bin_set_suburi), (gst_play_bin_get_video_tags),
3597         (gst_play_bin_get_audio_tags), (gst_play_bin_get_text_tags),
3598         (gst_play_bin_set_current_video_stream),
3599         (gst_play_bin_set_current_audio_stream),
3600         (gst_play_bin_set_current_text_stream),
3601         (gst_play_bin_set_encoding), (gst_play_bin_set_property),
3602         (gst_play_bin_get_property), (pad_added_cb), (pad_removed_cb),
3603         (no_more_pads_cb), (perform_eos), (autoplug_select_cb),
3604         (activate_group), (deactivate_group), (setup_next_source),
3605         (save_current_group), (gst_play_bin_change_state):
3606         Update some docs.
3607         Add new locks and conds to protect pipeline creation and group
3608         switching.
3609         Implement the sub-uri property.
3610         Keep track of pending uridecodebin creation and configure the output
3611         pipeline after all streams are configured.
3612         Propagate subtitle encoding to the uridecodebins.
3613         Implement getting the video/audio/visualisation elements.
3614         Use input-selector for stream switching.
3615         If we are asked to do visualisation, prefer to autoplug raw sinks
3616         instead of sinks that accept encoded data.
3617
3618 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3619
3620         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
3621         (gst_play_sink_init), (gst_play_sink_dispose),
3622         (gst_play_sink_set_video_sink), (gst_play_sink_get_video_sink),
3623         (gst_play_sink_set_audio_sink), (gst_play_sink_get_audio_sink),
3624         (gst_play_sink_vis_unblocked), (gst_play_sink_vis_blocked),
3625         (gst_play_sink_set_vis_plugin), (gst_play_sink_get_vis_plugin),
3626         (gst_play_sink_set_volume), (gst_play_sink_get_volume),
3627         (gst_play_sink_set_mute), (gen_video_chain), (gen_text_chain),
3628         (gen_audio_chain), (gen_vis_chain), (gst_play_sink_reconfigure),
3629         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
3630         (gst_play_sink_send_event_to_sink), (gst_play_sink_change_state):
3631         * gst/playback/gstplaysink.h:
3632         Add methods to get audio/video/vis elements.
3633         Add methods to set the font description for the overlay.
3634         Remove properties, we're using this element with its methods only.
3635         Add support for subtitles.
3636         Rearrange the locking a bit to not use the object lock for protecting
3637         the pipeline construction.
3638         Try to use the volume and mute property on the sink when its available.
3639         Implement the mute option with volume when the sink does not have a mute
3640         property.
3641         Only add volume element when the sink has no volume property.
3642         Only do visualisations with raw audio pads.
3643
3644 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3645
3646         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
3647         (gst_text_overlay_init), (gst_text_overlay_set_property),
3648         (gst_text_overlay_get_property), (gst_text_overlay_src_event),
3649         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
3650         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
3651         (gst_text_overlay_change_state):
3652         * ext/pango/gsttextoverlay.h:
3653         Add property to configure waiting for text on the textpad or not, with
3654         the default behaviour being the old one (always wait for text before
3655         rendering the video). This default behaviour is usually not the best one
3656         because the text stream can very sparse and could require queueing a lot
3657         of video.
3658         Fix the flushing and EOS handing so that we don't mix up their meaning.
3659
3660 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3661
3662         * gst/playback/gsturidecodebin.c:
3663         (gst_uri_decode_bin_autoplug_factories),
3664         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
3665         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_encoding),
3666         (gst_uri_decode_bin_set_property),
3667         (gst_uri_decode_bin_get_property), (no_more_pads_full),
3668         (new_decoded_pad_cb), (gen_source_element), (remove_decoders),
3669         (proxy_autoplug_factories_signal), (make_decoder),
3670         (source_new_pad), (setup_source):
3671         Add a readonly source property and notify.
3672         Add new lock for protecting the construction of the pipeline.
3673         Keep track of the decodebins we plugged.
3674         Correctly proxy the autoplug signal so that it actually continues.
3675         Proxy subtitle-encoding to the decodebins.
3676
3677 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3678
3679         * tests/examples/seek/seek.c: (audio_toggle_cb), (video_toggle_cb),
3680         (text_toggle_cb), (update_streams), (main):
3681         Rearrange some buttons in playbin2 and make some other boxes insensitive
3682         when needed.
3683         Add language codes to subtitle selection boxes when we gind the right
3684         tags for the streams.
3685
3686 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3687
3688         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
3689         (gst_decode_bin_set_caps), (gst_decode_bin_get_caps),
3690         (gst_decode_bin_set_subs_encoding),
3691         (gst_decode_bin_get_subs_encoding),
3692         (gst_decode_bin_autoplug_factories), (connect_pad), (are_raw_caps),
3693         (deactivate_free_recursive):
3694         Protect caps property with the object lock.
3695         Protect encoding property with the object lock.
3696         Keep list of elements we added that have the subtitle-encoding property.
3697         Distribute the subtitle-encoding to all of the elements when it
3698         changes.
3699
3700 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3701
3702         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_release):
3703         Small debug improvement.
3704
3705         * gst-libs/gst/audio/gstbaseaudiosink.c:
3706         (gst_base_audio_sink_render):
3707         Fix bug in determining the sample start/stop position, we want to base
3708         this decision on the fact that we are going forwards or backwards, not
3709         slower or faster. This fixes some ugly resync warnings when playing at
3710         very slow speeds.
3711
3712 2008-03-23  Sebastian Dröge  <slomo@circular-chaos.org>
3713
3714         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3715         Correctly set the supported URI schemes and don't leave
3716         some schemes in the middle or at the start at NULL.
3717
3718 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
3719
3720         * tests/check/elements/gdpdepay.c:
3721           Make test compile without unused function/variable warnings on PPC.
3722  
3723 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
3724
3725         * configure.ac:
3726         * ext/alsa/gstalsamixerelement.c:
3727         (gst_alsa_mixer_element_class_init):
3728         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init):
3729         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
3730         * ext/cdparanoia/gstcdparanoiasrc.c:
3731         (gst_cd_paranoia_src_class_init):
3732         * ext/gio/gstgiosink.c: (gst_gio_sink_class_init):
3733         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init):
3734         * ext/gio/gstgiostreamsink.c: (gst_gio_stream_sink_class_init):
3735         * ext/gio/gstgiostreamsrc.c: (gst_gio_stream_src_class_init):
3736         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
3737         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init):
3738         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
3739         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
3740         * ext/pango/gsttextrender.c: (gst_text_render_class_init):
3741         * ext/theora/theoradec.c: (gst_theora_dec_class_init):
3742         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
3743         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
3744         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_class_init):
3745         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3746         (gst_audio_filter_template_class_init):
3747         * gst-libs/gst/audio/gstbaseaudiosink.c:
3748         (gst_base_audio_sink_class_init):
3749         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3750         (gst_base_audio_src_class_init):
3751         * gst-libs/gst/cdda/gstcddabasesrc.c:
3752         (gst_cdda_base_src_class_init):
3753         * gst-libs/gst/interfaces/mixertrack.c:
3754         (gst_mixer_track_class_init):
3755         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3756         (gst_base_rtp_depayload_class_init):
3757         * gst-libs/gst/rtp/gstbasertppayload.c:
3758         (gst_basertppayload_class_init):
3759         * gst/audioconvert/gstaudioconvert.c:
3760         (gst_audio_convert_class_init):
3761         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_class_init):
3762         * gst/audioresample/gstaudioresample.c:
3763         (gst_audioresample_class_init):
3764         * gst/audiotestsrc/gstaudiotestsrc.c:
3765         (gst_audio_test_src_class_init):
3766         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init):
3767         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
3768         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3769         (preroll_unlinked):
3770         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
3771         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init):
3772         * gst/playback/gstplaysink.c: (gst_play_sink_class_init):
3773         * gst/playback/gstqueue2.c: (gst_queue_class_init):
3774         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
3775         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
3776         (gst_stream_selector_class_init):
3777         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
3778         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
3779         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
3780         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
3781         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
3782         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
3783         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
3784         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init):
3785         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
3786         * gst/videotestsrc/gstvideotestsrc.c:
3787         (gst_video_test_src_class_init):
3788         * gst/volume/gstvolume.c: (gst_volume_class_init):
3789         * sys/v4l/gstv4lelement.c: (gst_v4lelement_class_init):
3790         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
3791         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
3792         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
3793         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
3794         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
3795         Use G_PARAM_STATIC_STRINGS everywhere for GParamSpecs that use
3796         static strings (i.e. all). This gives us less memory usage,
3797         fewer allocations and thus less memory defragmentation. Depend
3798         on core CVS for this. Fixes bug #523806.
3799
3800 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
3801
3802         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3803         Filter http and https protocols. GIO/GVfs handles them but it's
3804         impossible to implement iradio/icecast with it. Better use
3805         souphttpsrc or something else for this.
3806
3807         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
3808         If getting the file informations by a query fails try it with the
3809         seek-to-end trick too.
3810
3811 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3812
3813         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
3814         (gst_volume_base_init), (gst_volume_class_init),
3815         (volume_process_double), (volume_process_float),
3816         (volume_transform_ip), (plugin_init):
3817         memset buffers to zero if we get a GAP buffer. We usually see a
3818         buffer as one unit so let's handle it as one and don't care about
3819         volume changes while processing one buffer.
3820         Also clean up some stuff a bit.
3821
3822 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3823
3824         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
3825         (gst_audio_convert_create_silence_buffer),
3826         (gst_audio_convert_transform):
3827         Make audioconvert GAP-aware by outputting silence buffers when the
3828         input has the GAP flag set. This is up to 8x faster.
3829         Based on a patch by Stefan Kost. Fixes bug #517813.
3830
3831 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3832
3833         * gst/volume/gstvolume.c: (volume_process_double):
3834         Use oil_scalarmultiply_f64_ns() for double processing when it's
3835         available at compile time.
3836
3837 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3838
3839         * configure.ac:
3840         Fix lrint/lrintf checks to actually work. These functions are
3841         in libm on Linux at least so try to link to it.
3842
3843 2008-03-21  Jan Schmidt  <jan.schmidt@sun.com>
3844
3845         * configure.ac:
3846         Back to development - 0.10.18.1
3847
3848 === release 0.10.18 ===
3849
3850 2008-03-20  Jan Schmidt <jan.schmidt@sun.com>
3851
3852         * configure.ac:
3853           releasing 0.10.18, "I will follow"
3854
3855 2008-03-18  Jan Schmidt  <jan.schmidt@sun.com>
3856
3857         * configure.ac:
3858         * win32/common/config.h:
3859         0.10.17.4 pre-release
3860
3861 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3862
3863         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_dump):
3864         Use GST_STR_NULL when trying to print strings that could be NULL because
3865         this might crash on some platforms. See #520808.
3866
3867 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3868
3869         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
3870
3871         * gst-libs/gst/rtsp/gstrtspconnection.c:
3872         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
3873         (read_line), (gst_rtsp_connection_read_internal):
3874         Generic Windows fixes that makes libgstrtsp work on Windows when
3875         coupled with the new GstPoll API. See #520808.
3876
3877 2008-03-17  Sebastian Dröge  <slomo@circular-chaos.org>
3878
3879         Patch by: Milosz Derezynski <internalerror at gmail dot com>
3880
3881         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
3882           If seeking to a new position succeeds don't simply return from
3883           create() without creating a buffer. Do this only in the case
3884           seeking to the new position fails. Fixes bug #523054.
3885
3886 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
3887
3888         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps),
3889           (gst_video_format_from_rgba32_masks):
3890           Fix gst_video_format_parse_caps() for RGB caps with alpha channel
3891           (#522635).
3892
3893         * tests/check/libs/video.c: (test_parse_caps_rgb), (video_suite):
3894           Add unit test for the RGB caps parsing and creation, checking for
3895           internal consistency of the new API and consistency of the API with
3896           the old GST_VIDEO_CAPS_* defines.
3897
3898 2008-03-14  David Schleef  <ds@schleef.org>
3899
3900         * gst/videotestsrc/videotestsrc.c:  Oops, revert last change
3901           because -base is in freeze.
3902
3903 2008-03-14  David Schleef  <ds@schleef.org>
3904
3905         Patch by: William M. Brack
3906
3907         * gst/videotestsrc/videotestsrc.c: Fix Bayer pattern generation.
3908
3909 2008-03-14  Wim Taymans  <wim.taymans@collabora.co.uk>
3910
3911         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
3912         (gst_selector_pad_chain):
3913         * gst/playback/gststreamselector.h:
3914         Revert change that caused regression until a real fix is found.
3915         Fixes #522203.
3916
3917 2008-03-12  Michael Smith <msmith@fluendo.com>
3918
3919         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
3920         * gst-libs/gst/audio/gstringbuffer.h:
3921           Rename recently added buffer types to make more sense.
3922         * ext/alsa/gstalsasink.c: (alsasink_parse_spec),
3923         (gst_alsasink_write):
3924           Adapt for above API changes.
3925           Fixes bug #520523.
3926
3927 2008-03-11  Sebastian Dröge  <slomo@circular-chaos.org>
3928
3929         * win32/common/libgstnetbuffer.def:
3930         Add new symbol gst_netaddress_equal. Fixes bug #521743.
3931
3932 2008-03-11  Jan Schmidt  <jan.schmidt@sun.com>
3933
3934         * configure.ac:
3935         * win32/common/config.h:
3936         0.10.17.3 pre-release
3937
3938 2008-03-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3939
3940         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3941         (gst_base_audio_src_create):
3942         Fix duration when no clock was provided. Fixes #520300.
3943
3944 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3945
3946         Patch by: Olivier Crete  <tester at tester ca>
3947
3948         * docs/libs/gst-plugins-base-libs-sections.txt:
3949         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netaddress_equal):
3950         * gst-libs/gst/netbuffer/gstnetbuffer.h:
3951         Add trivial function to compare GstNetAddress. See #520626.
3952         API: GstNetBuffer::gst_netaddress_equal
3953
3954 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3955
3956         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
3957         Update mode property docs, it's deprecated now.
3958
3959 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3960
3961         * gst-libs/gst/rtsp/gstrtspconnection.c:
3962         (gst_rtsp_connection_create):
3963         * gst/tcp/gstmultifdsink.c: (gst_fdset_mode_get_type),
3964         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_start):
3965         * gst/tcp/gstmultifdsink.h:
3966         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
3967         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_start):
3968         Remove GstPollMode from gstpoll constructor.
3969
3970 2008-03-04  Jan Schmidt  <jan.schmidt@sun.com>
3971
3972         * configure.ac:
3973         * win32/common/config.h:
3974         0.10.17.2 pre-release
3975
3976 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
3977
3978         * gst/Makefile.am:
3979         GST_PLUGINS_ALL correctly lists subparse and tcp now, don't distclean
3980         them twice
3981
3982         * win32/common/libgstinterfaces.def:
3983         * win32/common/libgstrtp.def:
3984         Add new API to the defs
3985
3986 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
3987
3988         Patch by: Mersad Jelacic  <mersad at axis dot com>
3989
3990         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3991         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
3992         API: add gst_base_rtp_audio_payload_set_samplebits_options() to make it
3993         possible to specify the sample size in bits. (#509637)
3994
3995 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
3996
3997         * tests/check/libs/mixer.c:
3998           Add a few simple checks for the new message types.
3999
4000 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
4001
4002         * docs/libs/gst-plugins-base-libs-sections.txt:
4003         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_option_changed),
4004           (gst_mixer_options_list_changed), (gst_mixer_mixer_changed),
4005           (gst_mixer_message_get_type),
4006           (gst_mixer_message_parse_option_changed),
4007           (gst_mixer_message_parse_options_list_changed):
4008         * gst-libs/gst/interfaces/mixer.h: (GstMixerType),
4009           (GST_MIXER_MESSAGE_OPTION_CHANGED),
4010           (GST_MIXER_MESSAGE_OPTIONS_LIST_CHANGED),
4011           (GST_MIXER_MESSAGE_MIXER_CHANGED):
4012           API: add gst_mixer_options_list_changed(), gst_mixer_mixer_changed()
4013           and gst_mixer_message_parse_options_list_changed(). Fixes #519916.
4014
4015 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
4016
4017         * gst-libs/gst/interfaces/mixeroptions.c: (gst_mixer_options_init),
4018           (gst_mixer_options_get_values):
4019         * gst-libs/gst/interfaces/mixeroptions.h:
4020           (GST_MIXER_OPTIONS_GET_CLASS), (GstMixerOptionsClass),
4021           (_GstMixerOptions), (_GstMixerOptionsClass):
4022           API: add GstMixerOptions::get_values vfunc (#519906)
4023
4024 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
4025
4026         * configure.ac:
4027         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
4028         plug-ins are included/excluded. (#498222)
4029
4030 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
4031
4032         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4033         Add typefinder for IMelody files, using audio/x-imelody.
4034         See bug #519516.
4035
4036 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
4037
4038         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_get_type):
4039         * ext/alsa/gstalsasink.c: (set_hwparams):
4040         * ext/alsa/gstalsasrc.c: (set_hwparams):
4041         * ext/gio/gstgio.c: (gst_gio_uri_handler_get_uri):
4042         * ext/ogg/gstoggmux.h:
4043         * ext/ogg/gstogmparse.c:
4044         * gst-libs/gst/audio/audio.c:
4045         * gst-libs/gst/fft/kiss_fft_f64.c: (kiss_fft_f64_alloc):
4046         * gst-libs/gst/pbutils/missing-plugins.c:
4047         (gst_missing_uri_sink_message_new),
4048         (gst_missing_element_message_new),
4049         (gst_missing_decoder_message_new),
4050         (gst_missing_encoder_message_new):
4051         * gst-libs/gst/rtp/gstbasertppayload.c:
4052         * gst-libs/gst/rtp/gstrtcpbuffer.c:
4053         (gst_rtcp_packet_bye_get_reason):
4054         * gst/audioconvert/gstaudioconvert.c:
4055         * gst/audioresample/gstaudioresample.c:
4056         * gst/ffmpegcolorspace/imgconvert.c:
4057         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
4058         * gst/typefind/gsttypefindfunctions.c:
4059         * gst/videoscale/vs_4tap.c:
4060         * gst/videoscale/vs_4tap.h:
4061         * sys/v4l/gstv4lelement.c:
4062         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_any_caps):
4063         * sys/v4l/v4l_calls.c:
4064         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
4065         (gst_v4lsrc_try_capture):
4066         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
4067         (gst_ximagesink_ximage_new):
4068         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
4069         (gst_xvimagesink_xvimage_new):
4070         * tests/check/elements/audioconvert.c:
4071         * tests/check/elements/audioresample.c:
4072         (fail_unless_perfect_stream):
4073         * tests/check/elements/audiotestsrc.c: (setup_audiotestsrc):
4074         * tests/check/elements/decodebin.c:
4075         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
4076         (setup_gdpdepay_streamheader):
4077         * tests/check/elements/gdppay.c: (setup_gdppay), (GST_START_TEST),
4078         (setup_gdppay_streamheader):
4079         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink):
4080         * tests/check/elements/multifdsink.c: (setup_multifdsink):
4081         * tests/check/elements/textoverlay.c:
4082         * tests/check/elements/videorate.c: (setup_videorate):
4083         * tests/check/elements/videotestsrc.c: (setup_videotestsrc):
4084         * tests/check/elements/volume.c: (setup_volume):
4085         * tests/check/elements/vorbisdec.c: (setup_vorbisdec):
4086         * tests/check/elements/vorbistag.c:
4087         * tests/check/generic/clock-selection.c:
4088         * tests/check/generic/states.c: (setup), (teardown):
4089         * tests/check/libs/cddabasesrc.c:
4090         * tests/check/libs/video.c:
4091         * tests/check/pipelines/gio.c:
4092         * tests/check/pipelines/oggmux.c:
4093         * tests/check/pipelines/simple-launch-lines.c:
4094         (simple_launch_lines_suite):
4095         * tests/check/pipelines/streamheader.c:
4096         * tests/check/pipelines/theoraenc.c:
4097         * tests/check/pipelines/vorbisdec.c:
4098         * tests/check/pipelines/vorbisenc.c:
4099         * tests/examples/seek/scrubby.c:
4100         * tests/examples/seek/seek.c: (query_positions_elems),
4101         (query_positions_pads):
4102         * tests/icles/stress-xoverlay.c: (myclock):
4103         Correct all relevant warnings found by the sparse semantic code
4104         analyzer. This include marking several symbols static, using
4105         NULL instead of 0 for pointers and using "foo (void)" instead
4106         of "foo ()" for declarations.
4107
4108         * win32/common/libgstrtp.def:
4109         Add gst_rtp_buffer_set_extension_data to the symbol definition file.
4110
4111 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4112
4113         Patch by: José Alburquerque <jaalburqu svn gnome org>
4114
4115         * gst/playback/gstplaybin2.c:
4116           Make the function signature of the _get_*_tags() functions match
4117           the signature of the vfuncs they implement, ie. return a
4118           GstTagList rather than a GstStructure, which is more correct,
4119           even if one is typedef'ed to the other (#518940).
4120
4121 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4122
4123         * gst-libs/gst/rtsp/gstrtspconnection.c:
4124           Don't include unix headers unconditionally (fixes #518037).
4125
4126 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4127
4128         * tests/check/libs/video.c: (paintinfo), (paintinfo_struct),
4129           (fourcc_list_struct), (fourcc_list), (fourcc_get_size),
4130           (paint_setup_I420), (paint_setup_YV12), (paint_setup_AYUV),
4131           (paint_setup_YUY2), (paint_setup_UYVY), (paint_setup_YVYU),
4132           (paint_setup_IYU2), (paint_setup_Y41B), (paint_setup_Y42B),
4133           (paint_setup_Y800), (paint_setup_YVU9), (paint_setup_YUV9),
4134           (gst_video_format_is_packed), (video_format_is_packed):
4135           Add unit test that makes sure that the strides, offsets and
4136           sizes returned for the various YUV formats by the new video API
4137           match the old reference implementation in videotestsrc.
4138
4139 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4140
4141         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio),
4142           (gst_video_format_from_fourcc), (gst_video_format_to_fourcc),
4143           (gst_video_format_is_rgb), (gst_video_format_is_yuv),
4144           (gst_video_format_has_alpha), (gst_video_format_get_row_stride),
4145           (gst_video_format_get_pixel_stride),
4146           (gst_video_format_get_component_width),
4147           (gst_video_format_get_component_height),
4148           (gst_video_format_get_component_offset), (gst_video_format_get_size):
4149         * gst-libs/gst/video/video.h: (GST_VIDEO_FORMAT_Y41B),
4150           (GST_VIDEO_FORMAT_Y42B):
4151           API: add GST_VIDEO_FORMAT_Y41B and GST_VIDEO_FORMAT_Y42B.
4152
4153 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4154
4155         * gst-libs/gst/video/video.c: (gst_video_format_get_component_offset):
4156           YV12 is I420 with swapped components 1 and 2, so the offset of
4157           component 1 for I420 should be the offset for component 2 for YV12
4158           and vice versa.
4159
4160 2008-02-29  Rene Stadler  <mail@renestadler.de>
4161
4162         * sys/v4l/gstv4lelement.c:
4163         Add missing semicolon to fix indentation.
4164
4165 2008-02-29  Julien Moutte  <julien@fluendo.com>
4166
4167         * ext/alsa/gstalsa.c: (gst_alsa_open_iec958_pcm),
4168         (gst_alsa_probe_supported_formats): Probe for IEC958 pcm to detect
4169         if we can do SPDIF output.
4170         * ext/alsa/gstalsa.h:
4171         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec),
4172         (gst_alsasink_prepare), (gst_alsasink_close), (gst_alsasink_write):
4173         * ext/alsa/gstalsasink.h: Initial support for SPDIF.
4174         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
4175         * gst-libs/gst/audio/gstringbuffer.h: Add non linear buffer types
4176         to support AC3, EC3 and IEC958 buffers.
4177
4178 2008-02-29  Tim-Philipp Müller  <tim at centricular dot net>
4179
4180         * gst-libs/gst/interfaces/mixer.c: (GST_MIXER_MESSAGE_HAS_TYPE),
4181           (gst_mixer_message_parse_mute_toggled),
4182           (gst_mixer_message_parse_record_toggled),
4183           (gst_mixer_message_parse_volume_changed),
4184           (gst_mixer_message_parse_option_changed):
4185           De-cruft and fix message type assertions (NULL is not a really
4186           valid mixer message type string).
4187
4188 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4189
4190         * ext/libvisual/visual.c: (gst_vis_src_negotiate):
4191         When negotiating, actually start from a format that we can support
4192         instead of from the too generic template.
4193
4194 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4195
4196         * gst/playback/gstplaybin2.c: (gst_play_bin_set_property):
4197         Enable vis setting.
4198
4199         * gst/playback/gstplaysink.c: (gst_play_sink_init),
4200         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
4201         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
4202         (gen_vis_chain):
4203         Implement vis switching while playing.
4204
4205 2008-02-28  David Schleef  <ds@schleef.org>
4206
4207         * gst-libs/gst/riff/riff-media.c: Add Dirac mapping
4208
4209 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4210
4211         Patch by: Peter Kjellerstedt  <pkj at axis com>
4212
4213         * gst/tcp/Makefile.am:
4214         * gst/tcp/fdsetstress.c:
4215         * gst/tcp/gstfdset.c:
4216         * gst/tcp/gstfdset.h:
4217         Removed fdset and stress test, they are now known as GstPoll in
4218         core. 
4219
4220         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
4221         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_remove),
4222         (gst_multi_fd_sink_clear), (gst_multi_fd_sink_remove_client_link),
4223         (gst_multi_fd_sink_handle_client_write),
4224         (gst_multi_fd_sink_queue_buffer),
4225         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_start),
4226         (gst_multi_fd_sink_stop):
4227         * gst/tcp/gstmultifdsink.h:
4228         * gst/tcp/gsttcp.c: (gst_tcp_socket_read), (gst_tcp_socket_close),
4229         (gst_tcp_read_buffer), (gst_tcp_gdp_read_buffer),
4230         (gst_tcp_gdp_read_caps):
4231         * gst/tcp/gsttcp.h:
4232         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_init),
4233         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
4234         (gst_tcp_client_sink_start), (gst_tcp_client_sink_stop):
4235         * gst/tcp/gsttcpclientsink.h:
4236         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_init),
4237         (gst_tcp_client_src_create), (gst_tcp_client_src_start),
4238         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
4239         * gst/tcp/gsttcpclientsrc.h:
4240         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_handle_wait),
4241         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
4242         * gst/tcp/gsttcpserversink.h:
4243         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_init),
4244         (gst_tcp_server_src_create), (gst_tcp_server_src_start),
4245         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
4246         * gst/tcp/gsttcpserversrc.h:
4247         Port to GstPoll. See #505417.
4248
4249 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4250
4251         Patch by: Peter Kjellerstedt  <pkj at axis com>
4252
4253         * gst-libs/gst/rtsp/gstrtspconnection.c:
4254         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
4255         (gst_rtsp_connection_write), (gst_rtsp_connection_read_internal),
4256         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
4257         (gst_rtsp_connection_free), (gst_rtsp_connection_poll),
4258         (gst_rtsp_connection_flush):
4259         * gst-libs/gst/rtsp/gstrtspconnection.h:
4260         Use GstPoll for the rtsp connection. See #505417.
4261
4262 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
4263
4264         * tests/examples/seek/seek.c: (vis_toggle_cb), (filter_features),
4265         (init_visualization_features), (vis_combo_cb), (shot_cb), (main):
4266         Add combo box for visualisations, populate it with a factory list
4267         of all visualisation plugins, configure vis plugin instance in
4268         playbin2. 
4269
4270 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
4271
4272         * tests/check/libs/rtp.c: (GST_START_TEST):
4273         Add check for RTP buffer defaults, padding and marker bit API.
4274
4275 2008-02-27  Sebastian Dröge  <slomo@circular-chaos.org>
4276
4277         * gst-libs/gst/cdda/sha1.c: (sha_transform):
4278         Use memcpy() instead of upcasting a byte array to long *. This
4279         fixes an unaligned memory access, resulting in SIGBUS on IA64.
4280         This should be ported to GCheckSum once we can use GLib 2.16.
4281         Partially fixes bug #500833.
4282
4283 2008-02-27  Tim-Philipp Müller  <tim at centricular dot net>
4284
4285         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_chain):
4286           Push tag event after the newsegment event. Log the pointer of
4287           the buffer we're actually going to push rather than the buffer
4288           we're feeding to _make_metadata_writable().
4289
4290 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4291
4292         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4293         Comment smoke typefinder for now. The smokedec plugin needs one
4294         frame per buffer but we have no parser yet, thus it simply crashes
4295         in most situations.
4296
4297 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4298
4299         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4300         Add typefinder for the smoke video codec. Copied from the jpeg plugin.
4301
4302 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4303
4304         * gst/typefind/gsttypefindfunctions.c: (mid_type_find),
4305         (plugin_init):
4306         Add midi typefinder, copied from the timidity plugin.
4307
4308 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
4309
4310         Based on patch by: Tomasz Sałaciński <tsalacinski gmail com>
4311
4312         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
4313         * tests/check/elements/subparse.c: (test_microdvd_with_italics),
4314           (subparse_suite):
4315           Forward slashes at the beginning and end of a line also signify
4316           italics (Fixes: #518162).
4317
4318 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4319
4320         * tests/check/gst-plugins-base.supp:
4321         Add a suppression for a cached value in GIO that wasn't moved
4322         while moving gio from -bad to -base.
4323
4324 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4325
4326         Patch by: Brian Cameron <brian dot cameron at sun dot com>
4327
4328         * configure.ac:
4329         Don't hardcode -Wall and -Werror for configure checks, this fails
4330         with non-GCC compilers. Fixes bug #517991.
4331
4332 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
4333
4334         * gst/audioconvert/gstaudioconvert.c:
4335         * gst/audioconvert/gstaudioquantize.c:
4336         * gst/audioconvert/gstaudioquantize.h:
4337           Make audioconvert gap aware. If noiseshaping is used, wait for
4338           noiseshaping to converge before marking as GAP. Fixes #517813.
4339
4340 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
4341
4342         * gst/audiotestsrc/gstaudiotestsrc.c:
4343           Mark buffers as GAP,if volume is 0.0 and fix the previous logic.
4344
4345 2008-02-20  Sebastian Dröge  <slomo@circular-chaos.org>
4346
4347         * ext/gnomevfs/gstgnomevfssink.c:
4348         (gst_gnome_vfs_sink_handle_event):
4349         Return FALSE when seeking for a new segment fails instead
4350         of silently ignoring the failure and appending every buffer
4351         that comes for the new segment.
4352
4353 2008-02-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4354
4355         * gst/playback/gstplaysink.c: (find_property),
4356         (gst_play_sink_find_property), (gen_video_chain),
4357         (gst_play_sink_reconfigure), (gst_play_sink_get_last_frame):
4358         Recursively search the sink element for a last-frame property so that we
4359         can also find the property in autovideosink and friends that don't
4360         always proxy the internal sink properties.
4361
4362 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4363
4364         * gst-libs/gst/audio/multichannel.c:
4365           (GST_AUDIO_CHANNEL_POSITIONS_FIELD_NAME),
4366           (gst_audio_get_channel_positions), (gst_audio_set_channel_positions),
4367           (gst_audio_set_structure_channel_positions_list),
4368           (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
4369           (gst_audio_fixate_channel_positions):
4370           Fix confusing terminology in docs and code: structure fields are
4371           'fields' and not 'properties'.
4372
4373 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4374
4375         * gst-libs/gst/audio/multichannel.c:
4376           (gst_audio_check_channel_positions), (add_list_to_struct):
4377           Give more useful warning messages if one of the channel
4378           layout enums passed to us is invalid and if the "channels"
4379           field in the caps has a GType we don't expect.
4380
4381 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4382
4383         * gst-libs/gst/audio/multichannel.c:
4384           Fix typo in docs blurb.
4385
4386 2008-02-19  Julien Moutte  <julien@fluendo.com>
4387
4388         Patch by: Josep Torra Valles <josep@fluendo.com>
4389
4390         * gst/typefind/gsttypefindfunctions.c: Increase the MPEG PS
4391         typefind lookup to fix typefinding on HD clips.
4392
4393 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4394
4395         * gst/playback/gstscreenshot.c:
4396         * gst/playback/gstscreenshot.h:
4397           Fix up copyright (I rewrote the GStreamer-0.10 code for
4398           this from scratch back in the days).
4399
4400 2008-02-19  Wim Taymans  <wim.taymans@collabora.co.uk>
4401
4402         * gst/playback/Makefile.am:
4403         * gst/playback/gstscreenshot.c: (feed_fakesrc), (save_result),
4404         (create_element), (gst_play_frame_conv_convert):
4405         * gst/playback/gstscreenshot.h:
4406         Add screenshot conversion code from totem.
4407
4408         * gst/playback/gstplay-marshal.list:
4409         * gst/playback/gstplaybin2.c: (gst_play_marshal_BUFFER__BOXED),
4410         (gst_play_bin_class_init), (gst_play_bin_convert_frame),
4411         (gst_play_bin_get_property), (no_more_pads_cb), (activate_group):
4412         Implement frame property to get a color-unconverted snapshot.
4413         Implement convert-frame action signal to get a converted snapshot image.
4414         Configure connection speed in uridecodebin.
4415         Document some more properties.
4416
4417         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
4418         (gen_video_chain), (gen_audio_chain), (gst_play_sink_reconfigure),
4419         (gst_play_sink_get_last_frame):
4420         * gst/playback/gstplaysink.h:
4421         Use last-buffer property of the video sink to get a video snapshot.
4422
4423         * tests/examples/seek/seek.c: (shot_cb), (main):
4424         Add snapshot button for playbin2 and use the frame property to save the
4425         frame as a png in the current directory.
4426
4427 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
4428
4429         Patch by: Josep Torra Valles <josep at fluendo dot com>
4430
4431         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find),
4432         (plugin_init):
4433         Add typefinding support for h264 elementary streams.
4434         Fixes bug #517420.
4435
4436 2008-02-18  Stefan Kost  <ensonic@users.sf.net>
4437
4438         * configure.ac:
4439           Require CVS of core for new API in collectpads.
4440
4441         * gst/adder/gstadder.c:
4442           Use new API to make adder sparse stream aware.
4443
4444 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4445
4446         * gst/playback/gstplaybin2.c: (pad_added_cb), (pad_removed_cb),
4447         (no_more_pads_cb):
4448         Get the object data correct so that we can remove our channels
4449         correctly.
4450
4451         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
4452         (gen_vis_chain), (gst_play_sink_reconfigure),
4453         (gst_play_sink_request_pad):
4454         Add option to disable async behaviour in the sinks when possible. This
4455         makes it possible to avoid an audio queue when dealing with
4456         visualisations.
4457         Add option to add a queue for the audio path.
4458
4459         * tests/examples/seek/seek.c: (clear_streams), (update_streams),
4460         (main):
4461         Disable the vis checkbox to match the defaults of playbin2.
4462         Only get the stream info when we need to.
4463
4464 2008-02-17  Sebastian Dröge  <slomo@circular-chaos.org>
4465
4466         * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_stop),
4467         (gst_gio_base_sink_set_stream):
4468         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_stop),
4469         (gst_gio_base_src_set_stream):
4470         * ext/gio/gstgiosink.c: (gst_gio_sink_start):
4471         * ext/gio/gstgiosrc.c: (gst_gio_src_start):
4472         Don't use async operations as they require a running main loop.
4473         This makes us block again when closing streams and unable
4474         to mount the enclosing volume of an URI if it isn't yet.
4475
4476 2008-02-15  Wim Taymans  <wim.taymans@collabora.co.uk>
4477
4478         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4479         (gst_play_sink_get_mute), (gen_video_chain), (gen_audio_chain),
4480         (gen_vis_chain), (gst_play_sink_reconfigure),
4481         (gst_play_sink_request_pad):
4482         Move tee in front of the audio and vis pipelines.
4483         Add queue for audio for now.
4484         Add visualisation support.
4485
4486         * tests/examples/seek/seek.c: (main):
4487         Visualisation is by default disabled.
4488
4489 2008-02-15  Sebastian Dröge  <slomo@circular-chaos.org>
4490
4491         * ext/gio/gstgiobasesink.c: (close_stream_cb):
4492         * ext/gio/gstgiobasesrc.c: (close_stream_cb):
4493         Improve debugging a bit.
4494
4495         * ext/gio/gstgiosink.c: (mount_cb), (gst_gio_sink_start):
4496         * ext/gio/gstgiosink.h:
4497         * ext/gio/gstgiosrc.c: (mount_cb), (gst_gio_src_start):
4498         * ext/gio/gstgiosrc.h:
4499         Try to mount the enclosing volume of a GFile if it isn't mounted
4500         yet. This requires us to wait for an async operation to finish, done
4501         with an nested GMainLoop. Authentication is not supported yet, will
4502         come later.
4503
4504 2008-02-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4505
4506         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4507         (gst_play_bin_set_property), (gst_play_bin_get_property),
4508         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb):
4509         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4510         (gst_play_sink_get_mute), (gen_audio_chain):
4511         * gst/playback/gstplaysink.h:
4512         Add mute property.
4513
4514         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
4515         (gst_selector_pad_chain):
4516         * gst/playback/gststreamselector.h:
4517         Make sure we forward the event only once.
4518
4519         * tests/examples/seek/seek.c: (stop_cb), (mute_toggle_cb), (main):
4520         Add and implement the mute button for playbin2.
4521
4522 2008-02-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4523
4524         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
4525
4526         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_delay):
4527         Add some more debug info.
4528         Make sure we never return a negative delay. Fixes #516246.
4529
4530 2008-02-12  Tim-Philipp Müller  <tim at centricular dot net>
4531
4532         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
4533           Revert patch that makes the sink hold the object lock when
4534           calling snd_pcm_delay(), since it breaks playback for me.
4535
4536 2008-02-12  Julien Moutte  <julien@fluendo.com>
4537
4538         * tests/examples/seek/seek.c: (rate_spinbutton_changed_cb): Add
4539         some seek flags when changing rate.
4540
4541 2008-02-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4542
4543         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4544         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
4545         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
4546         Fix potential leaks.
4547
4548         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_chain):
4549         Fix leak when there is no function configured.
4550
4551 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4552
4553         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_class_init),
4554         (gst_v4lsrc_buffer_finalize):
4555         Correctly chain up the finalize method.
4556
4557 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4558
4559         * ext/gio/gstgiostreamsink.c:
4560         * ext/gio/gstgiostreamsrc.c:
4561         Add documentation and example code for giostreamsink/giostreamsrc.
4562
4563         * tests/check/pipelines/gio.c: (GST_START_TEST):
4564         Ask the GMemoryOutputStream for the data instead of assuming that
4565         the pointer to the data stayed the same. It could've been realloc'ed.
4566
4567 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4568
4569         * ext/gio/gstgiosink.c:
4570         * ext/gio/gstgiosrc.c:
4571         Make the documentation of giosink/giosrc complete, large parts
4572         are based on the gnomevfssink/gnomevfssrc docs.
4573
4574 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4575
4576         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4577         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4578         * docs/plugins/gst-plugins-base-plugins.args:
4579         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4580         * docs/plugins/gst-plugins-base-plugins.interfaces:
4581         * docs/plugins/gst-plugins-base-plugins.prerequisites:
4582         * docs/plugins/gst-plugins-base-plugins.signals:
4583         * docs/plugins/inspect/plugin-adder.xml:
4584         * docs/plugins/inspect/plugin-audioconvert.xml:
4585         * docs/plugins/inspect/plugin-audiorate.xml:
4586         * docs/plugins/inspect/plugin-audioresample.xml:
4587         * docs/plugins/inspect/plugin-decodebin.xml:
4588         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4589         * docs/plugins/inspect/plugin-gdp.xml:
4590         * docs/plugins/inspect/plugin-gio.xml:
4591         * docs/plugins/inspect/plugin-gnomevfs.xml:
4592         * docs/plugins/inspect/plugin-libvisual.xml:
4593         * docs/plugins/inspect/plugin-ogg.xml:
4594         * docs/plugins/inspect/plugin-pango.xml:
4595         * docs/plugins/inspect/plugin-playback.xml:
4596         * docs/plugins/inspect/plugin-queue2.xml:
4597         * docs/plugins/inspect/plugin-subparse.xml:
4598         * docs/plugins/inspect/plugin-theora.xml:
4599         * docs/plugins/inspect/plugin-uridecodebin.xml:
4600         * docs/plugins/inspect/plugin-videorate.xml:
4601         * docs/plugins/inspect/plugin-videoscale.xml:
4602         * docs/plugins/inspect/plugin-volume.xml:
4603         * docs/plugins/inspect/plugin-vorbis.xml:
4604         Add the GIO documentation again and while at that run make update.
4605
4606 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4607
4608         * ext/alsa/gstalsa.h: (GST_CHECK_ALSA_VERSION):
4609         * ext/alsa/gstalsasink.c: (set_swparams):
4610         * ext/alsa/gstalsasrc.c: (set_swparams), (gst_alsasrc_open):
4611           Don't use snd_pcm_sw_params_set_xfer_align() if we're compiling
4612           against libasound >= 1.0.16, since it's been deprecated in
4613           0.10.16, and alignment is always 1 then, apparently. (#512899)
4614
4615 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4616
4617         * gst/playback/gstplaybin.c: (gen_audio_element):
4618         * gst/playback/gstplaysink.c: (gen_audio_chain):
4619           Handle case where we can't create the volume element a bit
4620           better (#514307).
4621
4622 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4623
4624         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_check_get_range):
4625         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
4626           Add support for https protocol. Fixes #510229.
4627
4628 2008-02-11  Julien Moutte  <julien@fluendo.com>
4629         
4630         Patch by: Alan Peevers <peeves@pacbell.net>
4631
4632         * ext/alsa/gstalsasink.c: (gst_alsasink_delay): Take appropriate
4633         lock when calling alsa methods.
4634
4635 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4636
4637         * gst/typefind/gsttypefindfunctions.c:
4638           Bump rank of jpeg and png typefinders, which will return maximum
4639           probability in the most common cases (thus short-circuiting more
4640           expensive typefinders like the mp3 one for these two quite common
4641           image types).
4642
4643 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
4644
4645         * ext/theora/theoraparse.c:
4646         Fix long description of the theora parser to be more verbose than just
4647         the type name.
4648
4649 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
4650
4651         Patch by: Branko Čibej <brane at xbc dot nu>
4652
4653         * sys/xvimage/xvimagesink.c:
4654         Fix build of xvimagesink if we don't have XShm, e.g. on Mac OS X.
4655         Fixes bug #515654.
4656
4657 2008-02-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4658
4659         * gst/playback/gstplaybasebin.c:
4660         Set is_dynamic as True if there are elements with both request
4661         and sometimes src pad templates instead of breaking out when it
4662         finds the first pad template that is a src.
4663
4664 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4665
4666         * tests/examples/seek/seek.c: (stop_cb), (clear_streams),
4667         (update_streams), (video_combo_cb), (audio_combo_cb),
4668         (text_combo_cb), (volume_spinbutton_changed_cb), (main):
4669         Add some stream switching and volume gui for playbin2.
4670
4671 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4672
4673         * gst/playback/gstplay-marshal.list:
4674         Added marshal for streamselector Tags.
4675
4676         * gst/playback/gstplaybasebin.c: (set_active_source):
4677         Streamselector now selects pads based on the pad object instead of its
4678         name.
4679
4680         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4681         (init_group), (gst_play_bin_init), (get_group), (get_tags),
4682         (gst_play_bin_get_video_tags), (gst_play_bin_get_audio_tags),
4683         (gst_play_bin_get_text_tags),
4684         (gst_play_bin_set_current_video_stream),
4685         (gst_play_bin_set_current_audio_stream),
4686         (gst_play_bin_set_current_text_stream),
4687         (gst_play_bin_set_property), (gst_play_bin_get_property),
4688         (pad_added_cb), (pad_removed_cb), (autoplug_select_cb):
4689         Remove option to mute streams with the current-a/v/t property, we have
4690         this functionality in the flags.
4691         Add signals to notify when the number of A/V/T channels changed.
4692         Add action signals to get tags for the A/V/T streams.
4693         Implement setting the current A/V/T stream.
4694         Rearrange some things to simplify stream selection.
4695         Implement volume.
4696
4697         * gst/playback/gstplaysink.c: (gst_play_sink_set_volume),
4698         (gst_play_sink_get_volume), (gst_play_sink_set_property),
4699         (gst_play_sink_get_property), (gen_video_chain), (gen_audio_chain),
4700         (activate_vis), (gst_play_sink_reconfigure):
4701         * gst/playback/gstplaysink.h:
4702         Add and implement volume setting methods.
4703
4704         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
4705         (gst_selector_pad_finalize), (gst_selector_pad_get_property),
4706         (gst_selector_pad_event), (gst_stream_selector_class_init),
4707         (gst_stream_selector_init), (gst_stream_selector_finalize),
4708         (gst_stream_selector_set_property),
4709         (gst_stream_selector_get_property),
4710         (gst_stream_selector_get_linked_pad),
4711         (gst_stream_selector_request_new_pad):
4712         * gst/playback/gststreamselector.h:
4713         Add pad properties for tags and status of pads.
4714         Keep tags on pads.
4715         Make active pad selection based on pad object instead of name.
4716
4717 2008-02-08  Stefan Kost  <ensonic@users.sf.net>
4718
4719         * configure.ac:
4720           Revert last change as we now check in gtk-doc.m4 for sed.
4721
4722 2008-02-08  Jan Schmidt  <Jan.Schmidt@sun.com>
4723
4724         * configure.ac:
4725         Find and subst SED when building the docs.
4726
4727 2008-02-08  Julien Moutte  <julien@fluendo.com>
4728
4729         * tests/examples/seek/seek.c: (stop_cb), (connect_bus_signals),
4730         (main): Make sure bus signals are reconnected when pressing STOP
4731         and then PLAY again for a parse launch pipeline. Fix a ref leak
4732         on the bus.
4733         * win32/common/config.h: Updated.
4734
4735 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4736
4737         * configure.ac:
4738         Make DISABLE_DEPRECATED defined *only* during CVS, not during
4739         pre-releases or releases.
4740
4741 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4742
4743         * configure.ac:
4744         * ext/gio/Makefile.am:
4745         Subst GIO_LDFLAGS to avoid undefined Makefile var error Zaheer is
4746         reporting
4747
4748 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4749
4750         * docs/plugins/Makefile.am:
4751         Add the headers which need scanning for the GIO plugin. The rest of
4752         the docs still need migrating.
4753
4754 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4755
4756         * ext/Makefile.am:
4757         * tests/check/Makefile.am:
4758         * tests/check/pipelines/.cvsignore:
4759         Add gio in a few more places.
4760
4761 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4762
4763         * configure.ac:
4764         * ext/Makefile.am:
4765         * tests/check/Makefile.am:
4766         Move gio plugin from -bad and mark as experimental.
4767
4768 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4769
4770         * gst-libs/gst/interfaces/mixeroptions.c:
4771         * gst-libs/gst/interfaces/mixertrack.c:
4772         Comment out a couple of other things which break the build when
4773         GST_DISABLE_DEPRECATED isn't on but -Werror is.
4774
4775 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
4776
4777         * docs/libs/gst-plugins-base-libs-sections.txt:
4778           Fix pbutils header.
4779
4780 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4781
4782         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
4783         Fix compiler warning.
4784
4785 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4786
4787         Patch by: Peter Kjellerstedt  <pkj at axis com>
4788
4789         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
4790         Clear the addrinfo struct using memset. Fixes #514937.
4791
4792 2008-02-06  Wim Taymans  <wim.taymans@collabora.co.uk>
4793
4794         * gst/tcp/gstfdset.h:
4795         Remove unused field to same some memory.
4796
4797         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4798         Mark action signals as such.
4799
4800 2008-02-06  Michael Smith <msmith@fluendo.com>
4801
4802         * ext/theora/theoradec.c: (_theora_granule_frame),
4803         (_inc_granulepos):
4804           Increment granulepos for new-bitstream versions appropriately.
4805           Fixes #514623.
4806
4807 2008-02-04  Wim Taymans  <wim.taymans@collabora.co.uk>
4808
4809         * tests/examples/seek/seek.c: (do_seek),
4810         (rate_spinbutton_changed_cb), (update_streams), (main):
4811         Remove obsolete stream_time reset after flushing seek, core does that
4812         automatically now.
4813         Improve accuracy of speed spinbutton.
4814         Only do playbin2 stuff when we actually use it.
4815
4816 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
4817
4818         * tests/check/Makefile.am:
4819           Revert previous change of the test environment's GST_PLUGIN_PATH.
4820           The problem is not with the plugins, but with element factories
4821           and only occurs if elements are split out from existing plugins
4822           or if plugins change name (see #512740).
4823
4824 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
4825
4826         * tests/check/Makefile.am:
4827           Fix the tests environment's GST_PLUGIN_PATH: we want the directory
4828           with the core's plugins first and our local build directories last,
4829           since we might be building against an installed core, and that
4830           core's plugin directory may contain older or other versions of
4831           our own -base plugins, but we really do want to test our local
4832           ones (if there are multiple plugins or element factories with the
4833           same name, those inspected last will trump those read in earlier).
4834           Fixes #512740 for the most part.
4835
4836 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
4837
4838         * configure.ac:
4839         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4840         Use gmtime_r if available as gmtime is not MT-safe.
4841         Fixes bug #511810.
4842
4843 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
4844
4845         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4846         Cast glong to time_t as time_t might have a different type on
4847         other platforms, like FreeBSD, and we get a compiler warning
4848         otherwise. Fixes bug #511825.
4849
4850 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
4851
4852         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4853         (get_group), (get_n_pads), (gst_play_bin_get_property),
4854         (pad_added_cb), (no_more_pads_cb), (perform_eos),
4855         (autoplug_select_cb), (deactivate_group):
4856         Remove stream-info, we going for something easier.
4857         Refactor getting the current group.
4858         Implement getting the number of audio/video/text streams.
4859
4860         * gst/playback/gststreamselector.c:
4861         (gst_stream_selector_class_init), (gst_stream_selector_init),
4862         (gst_stream_selector_get_property),
4863         (gst_stream_selector_request_new_pad),
4864         (gst_stream_selector_release_pad):
4865         * gst/playback/gststreamselector.h:
4866         Add property for number of pads.
4867
4868         * tests/examples/seek/seek.c: (set_scale), (update_flag),
4869         (vis_toggle_cb), (audio_toggle_cb), (video_toggle_cb),
4870         (text_toggle_cb), (update_streams), (msg_async_done),
4871         (msg_state_changed), (main):
4872         Block slider callback when updating the slider position.
4873         Add gui elements for controlling playbin2.
4874         Add callback for async_done that updates position/duration.
4875
4876 2008-02-01  Stefan Kost  <ensonic@users.sf.net>
4877
4878         * docs/plugins/Makefile.am:
4879         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4880         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4881         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4882         * docs/plugins/gst-plugins-base-plugins.interfaces:
4883         * docs/plugins/gst-plugins-base-plugins.prerequisites:
4884           First round of plugin docs cleansups.
4885
4886         * docs/plugins/inspect/plugin-adder.xml:
4887         * docs/plugins/inspect/plugin-alsa.xml:
4888         * docs/plugins/inspect/plugin-audioconvert.xml:
4889         * docs/plugins/inspect/plugin-audiorate.xml:
4890         * docs/plugins/inspect/plugin-audioresample.xml:
4891         * docs/plugins/inspect/plugin-audiotestsrc.xml:
4892         * docs/plugins/inspect/plugin-cdparanoia.xml:
4893         * docs/plugins/inspect/plugin-decodebin.xml:
4894         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4895         * docs/plugins/inspect/plugin-gdp.xml:
4896         * docs/plugins/inspect/plugin-gnomevfs.xml:
4897         * docs/plugins/inspect/plugin-libvisual.xml:
4898         * docs/plugins/inspect/plugin-ogg.xml:
4899         * docs/plugins/inspect/plugin-pango.xml:
4900         * docs/plugins/inspect/plugin-subparse.xml:
4901         * docs/plugins/inspect/plugin-tcp.xml:
4902         * docs/plugins/inspect/plugin-theora.xml:
4903         * docs/plugins/inspect/plugin-typefindfunctions.xml:
4904         * docs/plugins/inspect/plugin-video4linux.xml:
4905         * docs/plugins/inspect/plugin-videorate.xml:
4906         * docs/plugins/inspect/plugin-videoscale.xml:
4907         * docs/plugins/inspect/plugin-videotestsrc.xml:
4908         * docs/plugins/inspect/plugin-volume.xml:
4909         * docs/plugins/inspect/plugin-vorbis.xml:
4910         * docs/plugins/inspect/plugin-ximagesink.xml:
4911         * docs/plugins/inspect/plugin-xvimagesink.xml:
4912           Regenerate.
4913
4914         * ext/ogg/Makefile.am:
4915         * ext/ogg/gstoggmux.c:
4916         * ext/ogg/gstoggmux.h:
4917           Add header for oggmux. the c-file needs a doc blob still.
4918
4919 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
4920
4921         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4922
4923         * gst-libs/gst/rtp/gstrtpbuffer.c:
4924         (gst_rtp_buffer_set_extension_data):
4925         * gst-libs/gst/rtp/gstrtpbuffer.h:
4926         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
4927         Add gst_rtp_buffer_set_extension_data() 
4928         Add a unit test for this addition. Fixes #511478.
4929         API: GstRTPBuffer:gst_rtp_buffer_set_extension_data()
4930
4931 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4932
4933         * configure.ac:
4934         Back to CVS
4935
4936 === release 0.10.17 ===
4937
4938 2008-01-30  Jan Schmidt <jan.schmidt@sun.com>
4939
4940         * configure.ac:
4941           releasing 0.10.17, "Peanut Butter and Jelly"
4942
4943 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4944
4945         * gst-libs/gst/interfaces/mixeroptions.c:
4946         * gst-libs/gst/interfaces/mixertrack.c:
4947         Also remove the conditional registration of the signals
4948         that disappeared with the ABI change in 0.10.14
4949
4950 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4951
4952         * gst-libs/gst/rtsp/gstrtspconnection.c:
4953         Revert patch to gstrtspconnection.c for brown paper bag
4954         release of -base. Re-opens: #511825
4955
4956 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4957
4958         * gst-libs/gst/interfaces/mixeroptions.h:
4959         * gst-libs/gst/interfaces/mixertrack.h:
4960         Change the way these deprecated function pointers are removed
4961         so that the compiled ABI is unconditionally smaller. This 
4962         sets in stone an ABI break that actually occurred when the
4963         things were deprecated in 0.10.14, which seems to be the best
4964         fix as the only known users are oss-mixer and sunaudio-mixer in 
4965         gst-plugins-good.
4966         Fixes: #513018
4967
4968 2008-01-30  Tim-Philipp Müller  <tim at centricular dot net>
4969
4970         * win32/common/libgstpbutils.def:
4971           Export the two new _get_type() functions which are needed
4972           by the python bindings.
4973
4974 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
4975
4976         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4977         Cast glong to time_t as time_t might have a different type on
4978         other platforms, like FreeBSD, and we get a compiler warning
4979         otherwise. Fixes bug #511825.
4980
4981 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
4982
4983         * gst-libs/gst/audio/gstaudiofilter.c:
4984         (gst_audio_filter_class_init):
4985         Initialize the GstRingerBuffer class to get it's debug category
4986         initialized. gst_ring_buffer_parse_caps() uses the ringbuffer debug
4987         category and otherwise we get some g_critical(). Fixes bug #512334.
4988
4989 2008-01-28  Jan Schmidt  <jan.schmidt@sun.com>
4990
4991         * configure.ac:
4992         Back to CVS
4993
4994 === release 0.10.16 ===
4995
4996 2008-01-28  Jan Schmidt <jan.schmidt@sun.com>
4997
4998         * configure.ac:
4999           releasing 0.10.16, "Scheduled Interruption"
5000
5001 2008-01-22  Wim Taymans  <wim.taymans@collabora.co.uk>
5002
5003         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5004
5005         * gst-libs/gst/rtp/gstrtpbuffer.c:
5006         (gst_rtp_buffer_get_extension_data):
5007         Fix typos and wrong extension check. Fixes #511274.
5008
5009 2008-01-18  Jan Schmidt  <jan.schmidt@sun.com>
5010
5011         * po/sk.po:
5012         Oops - add new sk.po mentioned in the LINGUAS I just committed
5013
5014 2008-01-17  Jan Schmidt  <jan.schmidt@sun.com>
5015
5016         * po/LINGUAS:
5017         Add ca translation to the disted list.
5018
5019         * win32/vs6/libgstsdp.dsp:
5020         Convert line endings to CRLF
5021
5022 2008-01-17  Sebastien Moutte <sebastien@moutte.net>
5023
5024         * win32/MANIFEST:
5025         Add win32/vs6/libgstrtsp.dsp to MANIFEST
5026
5027 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
5028
5029         * win32/common/libgstsdp.def:
5030         * win32/common/libgstvideo.def:
5031         Add new API declarations
5032
5033 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
5034
5035         * ext/theora/gsttheoradec.h:
5036         * ext/theora/gsttheoraparse.h:
5037         * ext/theora/theoradec.c:
5038         * ext/theora/theoraparse.c:
5039         Take a 2nd stab at handling libtheora granulepos changes in the decoder
5040         and parser by inspecting the bitstream version of the incoming data.
5041
5042 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
5043
5044         * configure.ac:
5045         * pkgconfig/Makefile.am:
5046         * pkgconfig/gstreamer-audio-uninstalled.pc.in:
5047         * pkgconfig/gstreamer-audio.pc.in:
5048         * pkgconfig/gstreamer-cdda-uninstalled.pc.in:
5049         * pkgconfig/gstreamer-cdda.pc.in:
5050         * pkgconfig/gstreamer-fft-uninstalled.pc.in:
5051         * pkgconfig/gstreamer-fft.pc.in:
5052         * pkgconfig/gstreamer-floatcast-uninstalled.pc.in:
5053         * pkgconfig/gstreamer-floatcast.pc.in:
5054         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
5055         * pkgconfig/gstreamer-interfaces.pc.in:
5056         * pkgconfig/gstreamer-netbuffer-uninstalled.pc.in:
5057         * pkgconfig/gstreamer-netbuffer.pc.in:
5058         * pkgconfig/gstreamer-pbutils-uninstalled.pc.in:
5059         * pkgconfig/gstreamer-pbutils.pc.in:
5060         * pkgconfig/gstreamer-riff-uninstalled.pc.in:
5061         * pkgconfig/gstreamer-riff.pc.in:
5062         * pkgconfig/gstreamer-rtp-uninstalled.pc.in:
5063         * pkgconfig/gstreamer-rtp.pc.in:
5064         * pkgconfig/gstreamer-rtsp-uninstalled.pc.in:
5065         * pkgconfig/gstreamer-rtsp.pc.in:
5066         * pkgconfig/gstreamer-sdp-uninstalled.pc.in:
5067         * pkgconfig/gstreamer-sdp.pc.in:
5068         * pkgconfig/gstreamer-tag-uninstalled.pc.in:
5069         * pkgconfig/gstreamer-tag.pc.in:
5070         * pkgconfig/gstreamer-video-uninstalled.pc.in:
5071         * pkgconfig/gstreamer-video.pc.in:
5072         Provide one pkg-config file for every gst-plugins-base library.
5073         This makes linking to those libraries much more intuitive and
5074         provides standard pkg-config behaviour for them. Fixes bug #499697.
5075
5076 2008-01-13  David Schleef  <ds@schleef.org>
5077
5078         * gst/videoscale/vs_4tap.c:
5079           Fix valgrind error on 4tap scaling method.
5080
5081 2008-01-13  Sebastien Moutte  <sebastien@moutte.net>
5082
5083         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
5084         Include Winsock2.h for VS6 and use a different way initialize
5085         hints structure so it can build with VS6.
5086         * win32/MANIFEST:
5087         * win32/vs6/libgstsdp.dsp:
5088         * win32/common/libgstsdp.def:
5089         Add new files for libgstsdp.
5090         * win32/vs6/grammar.dsp:
5091         Copy pbutils-enumtypes* from win32/common to pbutils sources folder.
5092         * win32/vs6/gst_plugins_base.dsw:
5093         * win32/vs6/libgstdecodebin.dsp:
5094         * win32/vs6/libgstdecodebin2.dsp:
5095         * win32/vs6/libgstplaybin.dsp:
5096         * win32/vs6/libgstvolume.dsp:
5097         Add new dependencies to the link list.
5098
5099 2008-01-13  Julien Moutte  <julien@fluendo.com>
5100
5101         * win32/common/config.h:
5102         * win32/common/gstrtsp-enumtypes.c: (gst_rtsp_result_get_type),
5103         (gst_rtsp_event_get_type), (gst_rtsp_family_get_type),
5104         (gst_rtsp_state_get_type), (gst_rtsp_version_get_type),
5105         (gst_rtsp_method_get_type), (gst_rtsp_auth_method_get_type),
5106         (gst_rtsp_header_field_get_type), (gst_rtsp_status_code_get_type):
5107         * win32/common/interfaces-enumtypes.c:
5108         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
5109         (gst_mixer_message_type_get_type), (gst_mixer_flags_get_type),
5110         (gst_mixer_track_flags_get_type),
5111         (gst_tuner_channel_flags_get_type):
5112         * win32/common/multichannel-enumtypes.c:
5113         (gst_audio_channel_position_get_type):
5114         * win32/common/pbutils-enumtypes.c:
5115         (gst_install_plugins_return_get_type):
5116         * win32/common/pbutils-enumtypes.h: Update/Add generated files
5117         in the win32 build directory.
5118
5119 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5120
5121         * tests/check/Makefile.am:
5122         Fix CFLAGS to also pull in the gstcheck cflags from AM_CFLAGS.
5123
5124         * tests/check/elements/audiorate.c: (do_perfect_stream_test):
5125         * tests/check/elements/playbin.c:
5126         * tests/check/libs/mixer.c: (test_element_interface_supported),
5127         (gst_implements_interface_init):
5128         * tests/check/libs/rtp.c: (GST_START_TEST):
5129         Fix various assignment type mismatches.
5130
5131 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5132
5133         * configure.ac:
5134         * gst-libs/gst/rtsp/Makefile.am:
5135         Add test to see if hstrerror is available or if we need libresolv
5136         (Solaris) for it, then use it in libgstrtsp.
5137
5138 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5139
5140         * gst-libs/gst/tag/Makefile.am:
5141         Fix include path order
5142
5143 2008-01-11  Edward Hervey  <edward.hervey@collabora.co.uk>
5144
5145         * gst-libs/gst/pbutils/install-plugins.c:
5146         (gst_install_plugins_context_copy),
5147         (gst_install_plugins_context_get_type):
5148         * gst-libs/gst/pbutils/install-plugins.h:
5149         Add GBoxed GType for GstInstallPluginsContext, this eases the wrapping
5150         for bindings.
5151
5152 2008-01-11  Michael Smith <msmith@fluendo.com>
5153
5154         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
5155         (_theora_granule_frame), (_theora_granule_start_time),
5156         (theora_dec_sink_convert), (theora_dec_decode_buffer):
5157           Adapt for post-alpha meaning of granulepos, when we
5158           have a newer version of libtheora.
5159         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
5160         (theora_enc_get_ogg_packet_end_time), (theora_enc_sink_event),
5161         (theora_enc_is_discontinuous), (theora_enc_chain):
5162           Likewise.
5163         * tests/check/Makefile.am:
5164           Link libtheora into theoraenc test so we can check which version of
5165           libtheora we're testing against.
5166         * tests/check/pipelines/theoraenc.c: (check_libtheora),
5167         (check_buffer_granulepos),
5168         (check_buffer_granulepos_from_starttime), (GST_START_TEST),
5169         (theoraenc_suite):
5170           Adapt tests to check the values that are now defined for theora; make
5171           the tests backwards-adapt the passed values if we're running against an
5172           old libtheora.
5173           Fixes #497964
5174
5175 2008-01-10  Tim-Philipp Müller  <tim at centricular dot net>
5176
5177         * gst-libs/gst/audio/gstbaseaudiosink.c:
5178           (gst_base_audio_sink_class_init):
5179         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5180           (gst_base_audio_src_class_init):
5181           Ref audio clock class from a thread-safe context to make sure
5182           we're not bit by GObjects lack of thread-safety here (#349410),
5183            however unlikely that may be in practice.
5184
5185 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
5186
5187         * autogen.sh:
5188           Add -Wno-portability to the automake parameters to stop warnings
5189           about GNU make extensions being used. We require GNU make in almost
5190           every Makefile anyway.
5191           
5192         * configure.ac:
5193           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
5194           at the same time is required for per target flags.
5195
5196 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5197
5198         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_pull_start_tag):
5199           Post an error message if we can't pull as many bytes as we need
5200           for the tag. This makes sure the user gets to see a proper error
5201           message if a file with a partial ID3 tag is fed to decodebin, and
5202           not a 'no ID3 tag demuxer' error, which would be confusing
5203           (see #508138).
5204
5205 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5206
5207         * gst-libs/gst/pbutils/descriptions.c: (formats):
5208           Add description strings for ID3, APE, and ICY tags.
5209
5210 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5211
5212         * gst/playback/gstdecodebin.c: (try_to_link_1):
5213           Make sure we error out correctly if we can't activate one of
5214           the elements we've added.  Fixes #508138.
5215           
5216 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
5217
5218         Patch by: Bastien Nocera <hadess at hadess net>
5219
5220         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
5221           (check_if_volumes_are_the_same), (gst_alsa_mixer_set_volume):
5222           Use snd_mixer_selem_set_{playback|capture}_volume_all() if
5223           the volume is the same for all channels. This works around
5224           some problem in alsa that leaves us with inconsistent state
5225           for some reason (#486840).
5226
5227 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
5228
5229         Patch by: Jerone Young <jerone at gmail com>
5230
5231         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer):
5232           If there's no mixer track by the name of 'Master' or 'Front',
5233           check if there's one called 'PCM' before trying the generic
5234           fallback logic (fixes #506928, where we pick 'Mic' as master
5235           track for the AD1984 card in a Thinkpad T61/X61 laptop).
5236
5237 2008-01-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5238
5239         * gst/playback/gstplay-enum.c:
5240         (register_gst_autoplug_select_result),
5241         (gst_autoplug_select_result_get_type), (register_gst_play_flags),
5242         (gst_play_flags_get_type):
5243         * gst/playback/gstplay-enum.h:
5244         Add enums for configuration flags.
5245
5246         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5247         (init_group), (gst_play_bin_init), (gst_play_bin_set_property),
5248         (gst_play_bin_get_property), (no_more_pads_cb),
5249         (autoplug_select_cb), (gst_play_bin_change_state):
5250         Merge mode with flags.
5251         Add more property getters/setters, defaults and docs.
5252         Add properties to get number of audio/video/text streams.
5253         Create sink object in _init so that we can always rely on it being
5254         there.
5255
5256         * gst/playback/gstplaysink.c: (gst_play_sink_init),
5257         (gen_video_chain), (gen_audio_chain), (gen_vis_chain),
5258         (activate_vis), (gst_play_sink_reconfigure),
5259         (gst_play_sink_set_flags), (gst_play_sink_get_flags),
5260         (gst_play_sink_change_state):
5261         * gst/playback/gstplaysink.h:
5262         Use flags to configure the sink pipelines.
5263         Add tee before audio pipeline so that we can use it for visualisations.
5264         Start working on integrating visualisations.
5265         Remove mode, we can do everything with the flags now.
5266         Add method to configue the sink pipeline.
5267
5268 2008-01-06  Tim-Philipp Müller  <tim at centricular dot net>
5269
5270         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
5271           (check_buffer_timestamp), (check_buffer_duration):
5272           Turn these functions into macros so we can see right away
5273           where the failure occured.
5274
5275 2008-01-05  Julien Moutte  <julien@fluendo.com>
5276
5277         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Add
5278         debugging information to understand how X calculates the stride
5279         for XvImages.
5280
5281 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
5282
5283         * gst/volume/Makefile.am:
5284         * gst/volume/gstvolume.c: (volume_choose_func),
5285         (gst_volume_base_init), (gst_volume_class_init), (gst_volume_init),
5286         (volume_setup):
5287         * gst/volume/gstvolume.h:
5288         Use GstAudioFilter as base class for the volume element instead of
5289         plain GstBaseTransform.
5290
5291 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
5292
5293         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type):
5294         Don't set element details for the abstract GstAudioFilter class.
5295
5296 2008-01-02  Sebastian Dröge  <slomo@circular-chaos.org>
5297
5298         * gst-libs/gst/audio/gstaudiofilter.c:
5299         (gst_audio_filter_class_init), (gst_audio_filter_get_unit_size):
5300         Implement get_unit_size() vmethod of GstBaseTransform.
5301
5302 2008-01-01  Edward Hervey  <edward.hervey@collabora.co.uk>
5303
5304         * gst-libs/gst/pbutils/Makefile.am:
5305         * gst-libs/gst/pbutils/pbutils.h:
5306         Use glib-enum generator to have a proper enum GType for
5307         GST_TYPE_INSTALL_PLUGINS_RETURN so we can easily wrap it in bindings.
5308
5309 2007-12-31  David Schleef  <ds@schleef.org>
5310
5311         * tests/check/Makefile.am:
5312         * tests/check/pipelines/theoraenc.c:
5313           Reenable theoraenc test, which fails on the buildbot but
5314           not locally.
5315
5316 2007-12-31  David Schleef  <ds@schleef.org>
5317
5318         * docs/libs/.cvsignore:
5319         * docs/plugins/.cvsignore:
5320           Add *-undeclared.txt to fix buildbot.
5321
5322 2007-12-31  David Schleef  <ds@schleef.org>
5323
5324         * tests/check/Makefile.am:
5325           Second attempt at disabling theoraenc test long enough to
5326           get buildbot to compile -base.
5327
5328 2007-12-31  David Schleef  <ds@schleef.org>
5329
5330         * tests/check/pipelines/theoraenc.c:
5331           Disable theoraenc test long enough to get the buildbot to
5332           compile a recent -base.
5333
5334 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
5335
5336         * tests/examples/seek/seek.c: (stop_cb):
5337         Make sure we reset the slider value to 0.0 without racing against a
5338         possible g_idle that sets it to something else.
5339
5340 2007-12-31  Thijs Vermeir  <thijsvermeir@gmail.com>
5341
5342         * sys/ximage/ximagesink.c:
5343         fix typo
5344
5345 2007-12-30  Wim Taymans  <wim.taymans@collabora.co.uk>
5346
5347         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
5348         * gst-libs/gst/rtsp/gstrtspdefs.h:
5349         Add Location header so that we can start implementing redirects.
5350         See #506025.
5351
5352 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
5353
5354         * gst/subparse/gstssaparse.c:
5355         combine if's
5356
5357 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
5358
5359         * gst/subparse/gstssaparse.c:
5360         remove duplicate log message
5361
5362 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
5363
5364         * ext/libvisual/visual.c: (gst_visual_chain):
5365         Fix 'xyz may be used uninitialized' compiler warnings caused
5366         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
5367         abort() in any case but properly report the error.
5368
5369 2007-12-28  Wim Taymans  <wim.taymans@collabora.co.uk>
5370
5371         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5372         (gst_play_bin_finalize), (gst_play_bin_set_uri),
5373         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
5374         (gst_play_bin_get_property), (pad_removed_cb), (drained_cb),
5375         (autoplug_select_cb), (activate_group), (deactivate_group),
5376         (setup_next_source), (save_current_group),
5377         (gst_play_bin_change_state):
5378         Code cleanups.
5379         Remove next-uri, we can use the uri property just fine.
5380         Fix some crasher.
5381         Unref uridecodebin when switching.
5382         Fix going to READY.
5383
5384         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
5385         (gst_play_sink_init), (gst_play_sink_dispose),
5386         (gst_play_sink_finalize), (gst_play_sink_vis_unblocked),
5387         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
5388         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
5389         (gst_play_sink_set_property), (gst_play_sink_get_property),
5390         (gen_video_chain), (gen_text_element), (gen_audio_chain),
5391         (gen_vis_element), (gst_play_sink_get_mode),
5392         (gst_play_sink_set_mode), (gst_play_sink_set_flags),
5393         (gst_play_sink_get_flags), (gst_play_sink_request_pad),
5394         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
5395         (gst_play_sink_change_state):
5396         * gst/playback/gstplaysink.h:
5397         Add some locking to make things threadsafe.
5398
5399         * gst/playback/test7.c: (about_to_finish_cb):
5400         Fix test.
5401
5402 2007-12-22  Tim-Philipp Müller  <tim at centricular dot net>
5403
5404         * gst/videoscale/gstvideoscale.c: (gst_video_scale_set_property),
5405           (gst_video_scale_get_property), (gst_video_scale_transform_caps),
5406           (gst_video_scale_transform):
5407           Don't claim to be able to handle/transform caps that can't really
5408           be handled by the currently selected scaling method (here: RGB or
5409           packed YUV with 4-tap method). Also add locking to method property.
5410
5411         * tests/check/pipelines/simple-launch-lines.c: (setup_pipeline),
5412           (test_basetransform_based):
5413           Some test pipelines for the above (not entirely valgrind clean yet
5414           apparently).
5415
5416 2007-12-21  David Schleef  <ds@schleef.org>
5417
5418         * gst-libs/gst/video/video.c:
5419         * gst-libs/gst/video/video.h:
5420           Add additional RGBA and RGB-24 video formats.
5421
5422 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
5423
5424         * tests/check/elements/playbin.c: (test_sink_usage_video_only_stream),
5425           (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
5426           (test_suburi_error_wrongproto), (test_missing_primary_decoder):
5427         * tests/check/libs/cddabasesrc.c: (GST_START_TEST), (GST_START_TEST),
5428           (cddabasesrc_suite):
5429           Don't use GST_PLUGIN_DEFINE_STATIC, it's not portable and will be
5430           deprecated in the future (see #498924).
5431
5432 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
5433
5434         * gst/playback/gststreamselector.c: (gst_selector_pad_event):
5435           Don't leak event.
5436
5437 2007-12-20  Thijs Vermeir <thijsvermeir@gmail.com>
5438
5439         * gst-libs/gst/riff/riff-read.c:
5440         Use GST_ROUND_UP_2 macro
5441
5442 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
5443
5444         * gst/playback/.cvsignore:
5445           Ignore more.
5446
5447 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
5448
5449         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
5450         * gst/playback/gstplaybasebin.c: (set_subtitles_visible),
5451           (set_active_source):
5452         * gst/playback/gstplaybasebin.h:
5453         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5454           (setup_sinks), (playbin_set_subtitles_visible):
5455           Make switching off of subtitles work. To avoid all kind of
5456           problems with unlinking of the subtitle input, we just keep
5457           the subtitle inputs linked as they are and tell textoverlay
5458           not to render them. Fixes #373011.
5459           Other subtitle switching issues (esp. when there are both
5460           external and in-stream subtitles) remain. They'll be solved
5461           in playbin2.
5462
5463 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5464
5465         * gst/playback/gststreamselector.c: (gst_selector_pad_init):
5466         Init the pad segment too.
5467
5468 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5469
5470         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
5471         (gst_audioringbuffer_open_device),
5472         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
5473         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
5474         (gst_audioringbuffer_pause), (gst_audioringbuffer_stop),
5475         (gst_audio_sink_create_ringbuffer):
5476         Improve debug output.
5477
5478         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
5479         (gst_ring_buffer_pause), (gst_ring_buffer_delay):
5480         Prevent some functions from doing things and failing when the
5481         ringbuffer is not yet acquired.
5482
5483 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
5484
5485         * gst-libs/gst/interfaces/interfaces.h:
5486           Also remove interfaces.h from CVS as it is not needed anymore.
5487
5488 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
5489
5490         * gst-libs/gst/interfaces/Makefile.am:
5491           interfaces.h is not used anymore so remove it from the build
5492           process.
5493
5494 2007-12-17  David Schleef  <ds@schleef.org>
5495
5496         * gst/videotestsrc/gstvideotestsrc.c:
5497         * gst/videotestsrc/gstvideotestsrc.h:
5498           Add a "blink" pattern.  Turn on the pain.  Apologies.  It's useful
5499           for testing vertical refresh synchronization.
5500
5501 2007-12-17  David Schleef  <ds@schleef.org>
5502
5503         * docs/libs/gst-plugins-base-libs-sections.txt:
5504         * gst-libs/gst/video/video.c:
5505         * gst-libs/gst/video/video.h:
5506           Add new GstVideFormat enum and write a bunch of helper functions
5507           based around it.
5508
5509 2007-12-17  Tim-Philipp Müller  <tim at centricular dot net>
5510
5511         * Makefile.am:
5512           Use new common/win32.mak.
5513
5514 2007-12-17  Wim Taymans  <wim.taymans@collabora.co.uk>
5515
5516         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5517         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
5518         Add debug info.
5519         When going from PLAYING to PAUSED, pause the ringbuffer before calling
5520         the parent state change function, just like the audiosink, because the
5521         parent waits for the element to finish its processing before completing
5522         the state change. This makes going to PAUSED a lot snappier.
5523         When going from READY to PAUSED, don't allow the ringbuffer to start
5524         yet.
5525
5526 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5527
5528         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5529         Yet another fix for broken software that produce files with an empty
5530         blockalign field. Instead of completely failing, make a second attempt
5531         at guessing the width/depth by looking at strf->size.
5532
5533 2007-12-16  Tim-Philipp Müller  <tim at centricular dot net>
5534
5535         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_do_seek),
5536           (gst_cdda_base_src_handle_track_seek), (gst_cdda_base_src_create):
5537         * gst-libs/gst/pbutils/install-plugins.c:
5538           (gst_install_plugins_spawn_child), (gst_install_plugins_supported):
5539         * gst-libs/gst/pbutils/missing-plugins.c:
5540           (gst_missing_plugin_message_get_installer_detail),
5541           (gst_missing_encoder_installer_detail_new):
5542         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_send):
5543         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
5544           Turn a few g_assert_not_reached() into g_return_val_if_reached() to
5545           avoid compiler warnings (#503930).
5546
5547 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5548
5549         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5550         Be apologetic of software that use the 'jpeg' instead of 'JPEG' FOURCC
5551         for jpeg video streams.
5552         Add the 'avc1'/'AVC1' fourcc mapping for h264, same software-comment as
5553         for the above modification.
5554
5555 2007-12-15  Tim-Philipp Müller  <tim at centricular dot net>
5556
5557         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_expose),
5558           (gst_x_overlay_handle_events):
5559           More guards (we don't want klass to end up being NULL).
5560
5561 2007-12-14  Sebastian Dröge  <slomo@circular-chaos.org>
5562
5563         * configure.ac:
5564         * gst/volume/gstvolume.c: (gst_volume_init):
5565           Use new gst_base_transform_set_gap_aware() function as volume
5566           correctly handles GST_BUFFER_FLAG_GAP. Require core 0.10.15.1 
5567           for this.
5568
5569 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5570
5571         * tests/examples/seek/seek.c: (msg_segment_done), (main):
5572         Don't go to READY on EOS as this avoids testing of seeking and
5573         restarting after EOS, use the stop button when you want to READY.
5574         Don't try to do a flushing seek in segment-done, it does not make
5575         sense to use this for gapless playback and is not needed.
5576
5577 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5578
5579         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_finalize),
5580         (reset_rate_timer), (update_in_rates), (update_out_rates),
5581         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
5582         (gst_queue_chain), (gst_queue_loop):
5583         Use separate timers for input and output rates.
5584         Pause measuring the output rate when we block for more data.
5585         See #503262.
5586
5587 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5588
5589         * gst/playback/gstqueue2.c: (gst_queue_chain):
5590         Pause the timer to measure the input rate when we block because the
5591         queue is filled. See #503262.
5592
5593 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5594
5595         Patch by: Peter Kjellerstedt  <pkj at axis com>
5596
5597         * gst-libs/gst/rtsp/gstrtspconnection.c:
5598         (gst_rtsp_connection_free):
5599         Close control sockets. Fixes #503440.
5600
5601 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5602
5603         * gst/playback/gstdecodebin2.c: (analyze_new_pad), (connect_pad):
5604         Expose the right pad in the right place with the right element.
5605
5606 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
5607
5608         * gst-libs/gst/pbutils/descriptions.c: (formats):
5609           Add description for 'private' dts caps (who come up with that name?).
5610
5611 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
5612
5613         * Makefile.am:
5614           Add check-exports target and run it with 'make check'.
5615
5616         * configure.ac:
5617           Be stricter about what we export in our libraries: change regexp so that
5618           we only export _gst_foo(), but not __gst_foo().
5619
5620         * gst-libs/gst/cdda/base64.h: (rfc822_binary):
5621         * gst-libs/gst/cdda/sha1.h: (sha_init), (sha_update), (sha_final):
5622           Change internal functions to __gst_foo so they dont' get exported.
5623
5624         * win32/common/libgstaudio.def:
5625           Add missing symbols.
5626
5627 2007-12-11  David Schleef  <ds@schleef.org>
5628
5629         * ChangeLog: remove conflict markers
5630
5631 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
5632
5633         * ext/gnomevfs/Makefile.am:
5634         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_unicodify):
5635           Use gst_tag_freeform_string_to_utf8() here, which also takes
5636           into account any character sets specified by the user via
5637           environment variables.
5638
5639 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
5640
5641         * gst/audioconvert/Makefile.am:
5642         Also link to libm.
5643
5644 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
5645
5646         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5647         No need for floating point operations here. avoids having to link
5648         against the math library too.
5649
5650 2007-12-10  Tim-Philipp Müller  <tim at centricular dot net>
5651
5652         * gst-libs/gst/pbutils/descriptions.c: (formats),
5653           (format_info_get_desc):
5654         * tests/check/libs/pbutils.c: (GST_START_TEST), (caps_strings),
5655           (GST_START_TEST):
5656           Add one or two missing formats.  Generate ADPCM description
5657           dynamically depending on layout/format.
5658
5659 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
5660
5661         * configure.ac:
5662           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
5663
5664 2007-12-08  Tim-Philipp Müller  <tim at centricular dot net>
5665
5666         Patch by: Robin Stocker <robin dot stocker at gmx dot ch>
5667
5668         * gst/subparse/gstsubparse.c: (gst_sub_parse_data_format_autodetect):
5669           Some .srt files start with chunk number 0 and not chunk number 1,
5670           recognise and accept those as well (fixes #502497).
5671
5672         * tests/check/elements/subparse.c: (srt_input), (srt_input0),
5673           (test_src):
5674           Add unit test for the above.
5675
5676 2007-12-06  Wim Taymans  <wim.taymans@gmail.com>
5677
5678         * gst/playback/gstplay-enum.c:
5679         (register_gst_autoplug_select_result),
5680         (gst_autoplug_select_result_get_type):
5681         * gst/playback/gstplay-enum.h:
5682         Add missing files.
5683
5684 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
5685
5686         * gst/playback/Makefile.am:
5687         Group decodebin2 and uridecodebin into the same plugin so that they
5688         can share the GEnumType.
5689
5690         * gst/playback/gstdecodebin2.c: (_gst_array_accumulator),
5691         (_gst_select_accumulator), (gst_decode_bin_class_init),
5692         (gst_decode_bin_init), (gst_decode_bin_autoplug_sort),
5693         (gst_decode_bin_autoplug_select), (gst_decode_bin_autoplug_add),
5694         (analyze_new_pad), (connect_pad), (gst_decode_bin_plugin_init):
5695         Add signal to sort factories instead of the more awkward autoplug-select
5696         signal.
5697         Modify autoplug_select so that we can try, skip or expose the
5698         autopluggin of an element on a pad.
5699
5700         * gst/playback/gstfactorylists.c: (compare_ranks),
5701         (decoders_filter), (sinks_filter), (gst_factory_list_is_type),
5702         (element_filter), (gst_factory_list_get_elements),
5703         (gst_factory_list_debug), (gst_factory_list_filter):
5704         * gst/playback/gstfactorylists.h:
5705         Simplify the API, allow getting elements based on mask.
5706
5707         * gst/playback/gstplay-marshal.list:
5708         Add some more marshallers.
5709
5710         * gst/playback/gstplaybin2.c: (init_group), (gst_play_bin_init),
5711         (gst_play_bin_finalize), (pad_removed_cb), (autoplug_factories_cb),
5712         (autoplug_select_cb), (activate_group):
5713         Add support for managing non-raw sinks by providing a custom element and
5714         sink list to decodebin2.
5715         Try to plug non-raw sinks when decodebin2 using autoplug-select of
5716         decodebin2.
5717
5718         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
5719         (gst_play_sink_set_mode), (gst_play_sink_request_pad):
5720         * gst/playback/gstplaysink.h:
5721         Add support for raw and non-raw sinks. 
5722         Add support to force sinks selected by playbin2.
5723         Don't plug raw converters for non-raw sinks.
5724
5725         * gst/playback/gsturidecodebin.c: (_gst_array_accumulator),
5726         (_gst_select_accumulator), (gst_uri_decode_bin_class_init),
5727         (proxy_autoplug_select_signal), (gst_uri_decode_bin_plugin_init),
5728         (plugin_init):
5729         Use right accumulators.
5730         Proxy new signal.
5731
5732 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
5733
5734         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
5735         Use runnning time as the base time instead of the timestamp.
5736         Spotted by Saur on IRC.
5737
5738 2007-12-03  Edward Hervey  <bilboed@bilboed.com>
5739
5740         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5741         Add 'WVC1' codec mapping for Windows Media VC-1 video codec.
5742
5743 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
5744
5745         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_bisect_forward_serialno),
5746         (gst_ogg_demux_read_chain):
5747         If we find a new serial number but it does not contain a BOS page, make
5748         sure we initialize the chain to NULL because else we will try to scan it
5749         and crash. Fixes #500763
5750
5751 2007-11-30  Wim Taymans  <wim.taymans@gmail.com>
5752
5753         * gst/playback/Makefile.am:
5754         * gst/playback/gstfactorylists.c: (compare_ranks), (print_feature),
5755         (get_feature_array), (decoders_filter), (sinks_filter),
5756         (gst_factory_list_get_decoders), (gst_factory_list_get_sinks),
5757         (gst_factory_list_filter):
5758         * gst/playback/gstfactorylists.h:
5759         Refactor some common code to filter factories and check caps compat.
5760
5761         * gst/playback/gstdecodebin.c:
5762         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5763         (gst_decode_bin_init), (gst_decode_bin_dispose),
5764         (gst_decode_bin_autoplug_continue),
5765         (gst_decode_bin_autoplug_factories),
5766         (gst_decode_bin_autoplug_select), (analyze_new_pad),
5767         (find_compatibles):
5768         * gst/playback/gstplaybin.c:
5769         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5770         (gst_play_bin_init), (gst_play_bin_finalize),
5771         (autoplug_factories_cb), (activate_group):
5772         * gst/playback/gstqueue2.c:
5773         * gst/playback/gsturidecodebin.c: (proxy_unknown_type_signal),
5774         (proxy_autoplug_continue_signal),
5775         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
5776         (proxy_drained_signal):
5777         Add some more debug info and use factor filtering code.
5778
5779 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
5780
5781         * gst/audiotestsrc/gstaudiotestsrc.c:
5782         * gst/volume/gstvolume.c:
5783         * gst/volume/gstvolume.h:
5784           Add GAP-flag support.
5785
5786 2007-11-24  Julien MOUTTE  <julien@moutte.net>
5787
5788         * tests/examples/seek/seek.c: (main): Increase the range of the
5789         rate selector as I would like to test QOS behavior at higher
5790         forward and reverse playback speed like say 64x.
5791
5792 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
5793
5794         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
5795         (audioresample_query), (audioresample_query_type),
5796         (gst_audioresample_set_property):
5797         Implement latency query.
5798
5799 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
5800
5801         * gst-libs/gst/audio/gstbaseaudiosink.c:
5802         (gst_base_audio_sink_drain):
5803         Our EOS time contains the base_time, _wait_eos() expects a running_time
5804         so we have to subtract the base_time again before calling the function.
5805         This fixes an EOS regression where the base_time was added twice and EOS
5806         took longer and longer in certain situations.
5807         Fixes #498767.
5808
5809 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
5810
5811         * docs/libs/gst-plugins-base-libs-sections.txt:
5812         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
5813         (gst_base_audio_sink_set_provide_clock),
5814         (gst_base_audio_sink_get_provide_clock),
5815         (gst_base_audio_sink_set_slave_method),
5816         (gst_base_audio_sink_get_slave_method),
5817         (gst_base_audio_sink_set_property),
5818         (gst_base_audio_sink_get_property), (gst_base_audio_sink_drain),
5819         (gst_base_audio_sink_none_slaving),
5820         (gst_base_audio_sink_handle_slaving):
5821         * gst-libs/gst/audio/gstbaseaudiosink.h:
5822         Expose methods for some object properties so that subclasses can more
5823         easily configure them.
5824         Added slave method none, that completely disables slaving to the
5825         internal clock.
5826         API: gst_base_audio_sink_set_provide_clock()
5827         API: gst_base_audio_sink_get_provide_clock()
5828         API: gst_base_audio_sink_set_slave_method()
5829         API: gst_base_audio_sink_get_slave_method()
5830
5831         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5832         (gst_base_audio_src_set_provide_clock),
5833         (gst_base_audio_src_get_provide_clock),
5834         (gst_base_audio_src_set_property),
5835         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
5836         * gst-libs/gst/audio/gstbaseaudiosrc.h:
5837         Expose methods for some object properties so that subclasses can more
5838         easily configure them.
5839         API: gst_base_audio_src_set_provide_clock()
5840         API: gst_base_audio_src_get_provide_clock()
5841
5842 2007-11-20  Wim Taymans  <wim.taymans@gmail.com>
5843
5844         Patch by: Joe Peterson <lavajoe at gentoo dot org>
5845
5846         * gst-libs/gst/sdp/gstsdpmessage.c:
5847         Fix compilation on FreeBSD (Gentoo). Fixes #498228.
5848
5849 2007-11-19  Sebastian Dröge  <slomo@circular-chaos.org>
5850
5851         * tests/check/libs/fft.c: (GST_START_TEST):
5852         Fix scaling to really have dB instead of something else.
5853
5854 2007-11-19  Julien MOUTTE  <julien@moutte.net>
5855
5856         * tests/examples/seek/seek.c: (main): There's a nice macro to check
5857         GTK version, use it.
5858
5859 2007-11-19  Julien MOUTTE  <julien@moutte.net>
5860
5861         * tests/examples/seek/seek.c: (main): Try to support stable version
5862         of GTK.
5863
5864 2007-11-17  Stefan Kost  <ensonic@users.sf.net>
5865
5866         * gst/playback/README:
5867         * gst/playback/test7.c:
5868           Fix the build + little README update.
5869
5870 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5871
5872         * tests/examples/seek/seek.c: (make_playerbin2_pipeline), (main):
5873         Add playbin2 seek pipeline.
5874
5875 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5876
5877         * gst/playback/Makefile.am:
5878         * gst/playback/gstplayback.c: (plugin_init):
5879         * gst/playback/test7.c: (update_scale), (warning_cb), (error_cb),
5880         (eos_cb), (about_to_finish_cb), (main):
5881         Add playbin2.
5882         Added gapless playback example.
5883
5884         * gst/playback/gstplaybasebin.c:
5885         * gst/playback/gstplaybasebin.h:
5886         * gst/playback/gstplaybin.c: (gst_play_bin_plugin_init):
5887         * gst/playback/gstqueue2.c:
5888         * gst/playback/test.c:
5889         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
5890         (pad_removed_cb):
5891         * gst/playback/gststreaminfo.h:
5892         Change email.
5893
5894         * gst/playback/gstplaybin2.c: (gst_play_bin_get_type),
5895         (gst_play_bin_class_init), (init_group), (gst_play_bin_init),
5896         (gst_play_bin_dispose), (gst_play_bin_set_uri),
5897         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
5898         (gst_play_bin_get_property), (gst_play_bin_handle_message),
5899         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb), (perform_eos),
5900         (drained_cb), (unlink_group), (activate_group),
5901         (setup_next_source), (gst_play_bin_change_state),
5902         (gst_play_bin2_plugin_init):
5903         Added raw first version of playbin2. Does chained oggs and gapless
5904         playback fine. No support for raw sinks yet. No visualisations or
5905         subtitles yet.
5906
5907         * gst/playback/gstplaysink.c: (gst_play_sink_get_type),
5908         (gst_play_sink_class_init), (gst_play_sink_init),
5909         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
5910         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
5911         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
5912         (gst_play_sink_set_property), (gst_play_sink_get_property),
5913         (post_missing_element_message), (free_chain), (add_chain),
5914         (activate_chain), (gen_video_chain), (gen_text_element),
5915         (gen_audio_chain), (gen_vis_element), (gst_play_sink_get_mode),
5916         (gst_play_sink_set_mode), (gst_play_sink_request_pad),
5917         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
5918         (gst_play_sink_send_event), (gst_play_sink_change_state):
5919         * gst/playback/gstplaysink.h:
5920         Added Element that abstracts the sinks and their pipelines for playbin2.
5921
5922 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5923
5924         * gst/playback/gststreamselector.c: (gst_selector_pad_get_type),
5925         (gst_selector_pad_class_init), (gst_selector_pad_init),
5926         (gst_selector_pad_finalize), (gst_selector_pad_reset),
5927         (gst_selector_pad_get_linked_pads), (gst_selector_pad_event),
5928         (gst_selector_pad_getcaps), (gst_selector_pad_bufferalloc),
5929         (gst_selector_pad_chain), (gst_stream_selector_get_type),
5930         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
5931         (gst_stream_selector_init), (gst_stream_selector_set_property),
5932         (gst_stream_selector_get_linked_pad),
5933         (gst_stream_selector_getcaps),
5934         (gst_stream_selector_is_active_sinkpad),
5935         (gst_stream_selector_activate_sinkpad),
5936         (gst_stream_selector_get_linked_pads),
5937         (gst_stream_selector_request_new_pad),
5938         (gst_stream_selector_release_pad):
5939         * gst/playback/gststreamselector.h:
5940         Improve streamselector, make it select and unselect the current pad more
5941         intelligently. 
5942         Subclass GstPad for the sinkpads of the selector.
5943         Handle segments more correctly.
5944         Fix caps negotiation.
5945         Implement release_pad.
5946
5947 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5948
5949         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5950         (gst_decode_group_check_if_drained), (source_pad_event_probe),
5951         (remove_fakesink):
5952         Add drained signal fired when decodebin finishes decoding the data.
5953         Remove deprecated STATE_DIRTY message.
5954
5955         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
5956         (unknown_type_cb), (new_decoded_pad_cb), (pad_removed_cb),
5957         (analyse_source), (proxy_drained_signal), (make_decoder),
5958         (source_new_pad), (value_list_append_structure_list),
5959         (handle_redirect_message), (handle_message):
5960         Proxy the new drained signal.
5961         Handle pad removed from decodebin.
5962         Handle redirect messages by sorting multiple redirections based on the
5963         connection speed.
5964
5965 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5966
5967         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
5968
5969         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
5970         Fix leaking headers. Fixes #496761.
5971
5972 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5973
5974         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
5975
5976         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
5977         (gst_ximagesink_change_state):
5978         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
5979         Don't leak the PAR on errors. Fixes #496731.
5980
5981 2007-11-16  Tim-Philipp Müller  <tim at centricular dot net>
5982
5983         * gst-libs/gst/tag/gstid3tag.c: (user_tag_matches),
5984           (gst_tag_from_id3_user_tag):
5985           Add mapping for audio cd discid tags, so we can extract
5986           them from tags as well (see #347848). Also compare identifiers
5987           in ID3v2 TXXX frames in a case-insensitive way to increase
5988           compatibility when reading tags (discid vs. DiscID vs. DiscId).
5989
5990 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
5991
5992         * gst-plugins-base.doap:
5993         Oops, fix the release name.
5994
5995 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
5996
5997         * gst-plugins-base.doap:
5998         Add 0.10.15 release
5999
6000 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
6001
6002         * configure.ac:
6003         Back to CVS
6004
6005 === release 0.10.15 ===
6006
6007 2007-11-15  Jan Schmidt <jan.schmidt@sun.com>
6008
6009         * configure.ac:
6010           releasing 0.10.15, "No need to argue"
6011
6012 2007-11-15  Jan Schmidt  <jan.schmidt@sun.com>
6013
6014         * win32/vs6/libgstfft.dsp:
6015         Convert line endings to DOS.
6016
6017 2007-11-15  Sebastien Moutte <sebastien@moutte.net>
6018
6019         * win32/vs6/gst_plugins_base.dsw:
6020         * win32/vs6/libgstfft.dsp:
6021         * win32/MANIFEST:
6022         Add a project file for fft plugin and remove socket
6023         based plugin which don't build from the workspace.
6024         * win32/vs6/libgstaudio.dsp:
6025         * win32/vs6/libgstrtp.dsp:
6026         * win32/vs6/libgsttag.dsp:
6027         Convert line endings back to DOS.
6028         Fixes #496724
6029
6030 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
6031
6032         * win32/vs6/libgstinterfaces.dsp:
6033         * win32/vs6/libgstrtsp.dsp:
6034         Convert line endings back to DOS
6035
6036 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
6037
6038         * gst-libs/gst/fft/kiss_fft_f32.h:
6039         * gst-libs/gst/fft/kiss_fft_f64.h:
6040         * gst-libs/gst/fft/kiss_fft_s16.h:
6041         * gst-libs/gst/fft/kiss_fft_s32.h:
6042         Don't include malloc.h which doesn't exist on Mac OSX.
6043         Instead, pull in glib.h and use g_malloc/g_free for 
6044         consistency. Fixes: #496548
6045
6046 2007-11-09  Stefan Kost  <ensonic@users.sf.net>
6047
6048         * gst/playback/gstdecodebin2.c:
6049           Dont leak ghostpad. Fixes #475451.
6050
6051 2007-11-09  Wim Taymans  <wim.taymans@gmail.com>
6052
6053         * docs/design/design-decodebin.txt:
6054         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
6055         Update some more docs and comments.
6056
6057 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
6058
6059         Patch by: Sebastien Moutte  <sebastien moutte net>
6060
6061         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
6062           (gst_rtcp_unix_to_ntp):
6063         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_name):
6064           Fix some C99-isms and and a missing function that some versions of
6065           MSVC don't like too much (#494346).
6066
6067         * win32/vs6/gst_plugins_base.dsw:
6068         * win32/vs6/libgstaudio.dsp:
6069         * win32/vs6/libgstrtp.dsp:
6070         * win32/vs6/libgsttag.dsp:
6071           Update vs6 projects files (#494346).
6072
6073 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
6074
6075         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6076
6077         * win32/common/libgstaudio.def:
6078         * win32/common/libgstcdda.def:
6079         * win32/common/libgstinterfaces.def:
6080         * win32/common/libgstnetbuffer.def:
6081         * win32/common/libgstpbutils.def:
6082         * win32/common/libgstrtp.def:
6083         * win32/common/libgstrtsp.def:
6084         * win32/common/libgsttag.def:
6085         * win32/common/libgstvideo.def:
6086           More missing symbols to export (fixes #493986).
6087
6088 2007-11-06  Sebastian Dröge  <slomo@circular-chaos.org>
6089
6090         * docs/libs/gst-plugins-base-libs-sections.txt:
6091         * gst-libs/gst/fft/gstfftf32.c:
6092         * gst-libs/gst/fft/gstfftf32.h:
6093         * gst-libs/gst/fft/gstfftf64.c:
6094         * gst-libs/gst/fft/gstfftf64.h:
6095         * gst-libs/gst/fft/gstffts16.c:
6096         * gst-libs/gst/fft/gstffts16.h:
6097         * gst-libs/gst/fft/gstffts32.c:
6098         * gst-libs/gst/fft/gstffts32.h:
6099         * tests/check/libs/fft.c: (GST_START_TEST):
6100         Remove the magnitude and phase calculation functions as these have
6101         very special use cases and can't even be used for the spectrum
6102         element. Also adjust the docs to mention some properties of the used
6103         FFT implemention, i.e. how the values are scaled. Fixes #492098.
6104
6105 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
6106
6107         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
6108           (finish_source):
6109           Avoid crash when there are external subtitles (fixes #491722).
6110
6111 2007-11-03  Tim-Philipp Müller  <tim at centricular dot net>
6112
6113         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
6114         * ext/alsa/gstalsasrc.c: (gst_alsasrc_open):
6115           'Could not open resource for writing' is not an acceptable
6116           error message when we can't open the audio device (see #492334),
6117           even less so when we're trying to open it to record something.
6118
6119 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6120
6121         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6122
6123         * win32/common/libgstrtp.def:
6124           Add some more missing symbols (#492813).
6125
6126 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6127
6128         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
6129
6130         * tests/check/elements/audioconvert.c: (verify_convert):
6131           Add check to make sure that the out caps have a channel layout
6132           set on them where they should have one.
6133
6134 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
6135
6136         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
6137
6138         * gst-libs/gst/fft/kiss_fft_s16.h: (KISS_FFT_S16_MALLOC):
6139         * gst-libs/gst/fft/kiss_fft_s32.h: (KISS_FFT_S32_MALLOC):
6140           Include our own _stdint.h instead of sys/types.h, makes MingW happy
6141           (#492306).
6142
6143         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_create):
6144           Use _pipe directly, GLib doesn't have a pipe() macro any longer
6145           (it disappeared in GLib 2.14.0) (#492306).
6146
6147         * gst-libs/gst/sdp/Makefile.am:
6148         * gst-libs/gst/sdp/gstsdpmessage.c:
6149           Fix includes and LIBS for win32/Mingw (#492306).
6150
6151         * tests/examples/dynamic/addstream.c (pause_play_stream):
6152           Use more portable g_usleep() instead of sleep() (#492306).
6153
6154 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
6155
6156         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6157
6158         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
6159           (gst_ring_buffer_parse_caps):
6160           Return NULL instead of an enum that happens to be 0, fixes warning
6161           on MSVC (#492114).
6162
6163         * gst-libs/gst/audio/gstringbuffer.h:
6164           No trailing commas in enum list (for gcc-2.9x).
6165
6166         * gst/videotestsrc/videotestsrc.c: (random_char):
6167           Make information loss explicit instead of implicitly truncating to
6168           eight bits via the return value.  Fixes runtime error on MSVC when
6169           using the debug CRT (#492114).
6170
6171         * win32/common/config.h.in:
6172           Fix a bunch of '#undef FOO bar', which MSVC doesn't like (#492114).
6173
6174         * win32/common/libgstinterfaces.def:
6175         * win32/common/libgstrtp.def:
6176           Export a few more symbols (#492114).
6177
6178 2007-11-01  Stefan Kost  <ensonic@users.sf.net>
6179
6180         * gst-libs/gst/audio/audio.c:
6181         * gst-libs/gst/audio/audio.h:
6182           Readd the deprecation guards, but preserve compilability.
6183
6184 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6185
6186         * gst/audioconvert/gstaudioconvert.c: (find_suitable_channel_layout),
6187           (gst_audio_convert_fixate_channels), (gst_audio_convert_fixate_caps):
6188           Preserve channel layout when fixating the number of channels in the
6189           output caps, or make sure there's a suitable channel position layout
6190           set on the caps if required. Fixes #430677.
6191
6192 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6193
6194         * tests/check/elements/decodebin.c: (test_text_plain_streams):
6195           Make sure the pipeline really operates in push mode as it should
6196           in this case.
6197
6198 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6199
6200         * gst-libs/gst/audio/audio.h:
6201           Don't guard deprecated enum with #ifndef DISABLE_DEPRECATED, or
6202           compilation with DISABLE_DEPRECATED and without REMOVE_DEPRECATED
6203           (ie. normal cvs builds) will fail.
6204
6205 2007-10-31  Stefan Kost  <ensonic@users.sf.net>
6206
6207         * docs/libs/Makefile.am:
6208         * gst-libs/gst/audio/audio.c:
6209         * gst-libs/gst/audio/audio.h:
6210         * gst-libs/gst/interfaces/mixer.c:
6211           tell gtk-doc about the deprecation guard. Apply more doc fixes.
6212
6213 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6214
6215         * tests/check/libs/audio.c: (init_value_to_channel_layout),
6216           (test_channel_layout_value_intersect), (audio_suite):
6217           Add simple unit test to make sure GstValue intersection
6218           of channel layouts works the way I think it does.
6219
6220 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
6221
6222         * docs/libs/gst-plugins-base-libs-sections.txt:
6223         * gst-libs/gst/audio/gstaudiofilter.h:
6224         * gst-libs/gst/interfaces/mixer.h:
6225         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6226         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6227         * gst-libs/gst/sdp/gstsdpmessage.c:
6228           Fix the docs according to what gtk-doc complained about.
6229
6230 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
6231
6232         * tests/icles/stress-playbin.c:
6233           Fix the build.
6234
6235 2007-10-30  Tim-Philipp Müller  <tim at centricular dot net>
6236
6237         * gst/playback/gstdecodebin.c: (close_pad_link), (type_found):
6238         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
6239           Post nice/more useful error message if we don't have a decoder for
6240           the primary type.
6241
6242 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
6243
6244         * gst/playback/gstdecodebin2.c: (gst_decode_group_expose):
6245         Be a bit more useful, unblock the pads after we fired the no-more-pads
6246         signal so that we can use the signal to inspect and connect all pads
6247         without having to keep extra state outside of decodebin.
6248
6249 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
6250
6251         * gst/playback/gsturidecodebin.c:
6252         (gst_uri_decode_bin_autoplug_continue),
6253         (gst_uri_decode_bin_class_init), (no_more_pads_full):
6254         Implement default signal handler so that we return TRUE when nothing is
6255         connected.
6256
6257 2007-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
6258
6259         * gst-libs/gst/riff/riff-media.c:
6260         (gst_riff_wavext_add_channel_layout),
6261         (gst_riff_wave_add_default_channel_layout),
6262         (gst_riff_wavext_get_default_channel_mask),
6263         (gst_riff_create_audio_caps):
6264         Use the ALSA channel layout as default for wav files without channel
6265         layout information. This fixes playback of chan-id.wav on 5.1 systems
6266         for example. Also refactor the channel layout setting a bit and add
6267         more default channel orders. Fixes #489010.
6268
6269 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
6270
6271         * tests/check/libs/tag.c: (test_musicbrainz_tag_registration):
6272           GST_TAG_MUSICBRAINZ_SORTNAME is deprecated and we compile with
6273           -DGST_DISABLE_DEPRECATED, so use new GST_TAG_ARTIST_SORTNAME
6274           instead.
6275
6276 2007-10-25  Wim Taymans  <wim.taymans@gmail.com>
6277
6278         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6279         (gst_decode_bin_dispose), (gst_decode_bin_set_caps),
6280         (gst_decode_bin_set_subs_encoding),
6281         (gst_decode_bin_get_subs_encoding), (gst_decode_bin_set_property),
6282         (gst_decode_bin_get_property), (analyze_new_pad):
6283         Move subtitle encoding property to decodebin2 so that it can set the
6284         property value on all elements that it autoplugs and that require it.
6285         Make caps refcounting more consistent in get/set.
6286
6287         * gst/playback/gsturidecodebin.c: (_gst_boolean_accumulator),
6288         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
6289         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
6290         (gst_uri_decode_bin_get_property), (proxy_unknown_type_signal),
6291         (proxy_autoplug_continue_signal),
6292         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
6293         (make_decoder):
6294         Proxy properties and relevant signals from the internal decodebin.
6295         Make properties MT safe.
6296
6297 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
6298
6299         * gst-libs/gst/tag/tag.h: (GST_TAG_MUSICBRAINZ_SORTNAME):
6300         * gst-libs/gst/tag/tags.c:
6301           Deprecate GST_TAG_MUSICBRAINZ_SORTNAME, replaced by the newly-added
6302           GST_TAG_ARTIST_SORTNAME (in an API and ABI compatible way).
6303
6304         * gst-libs/gst/tag/gstid3tag.c: (tag_matches):
6305           Map ID3v2 TSOP, TSOA and TSOT frames to new SORTNAME tags (#414539).
6306
6307         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches),
6308           (gst_tag_to_vorbis_comments):
6309           Map new SORTNAME tags (these tags aren't even semi-official, so I'm
6310           just mapping everything I found in the wild) (#414539).
6311
6312 2007-10-24  Wim Taymans  <wim.taymans@gmail.com>
6313
6314         Inspired by patch of: René Stadler <mail at renestadler dot de>
6315
6316         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6317         (gst_decode_bin_autoplug_continue),
6318         (gst_decode_bin_autoplug_factories),
6319         (gst_decode_bin_autoplug_select), (analyze_new_pad), (connect_pad),
6320         (find_compatibles):
6321         * gst/playback/gstplay-marshal.list:
6322         Remove the autoplug-sort signal and replace it with a binding friendly
6323         autoplug-select signal.
6324         Add an autoplug-factories signal that can be used to generate a list of
6325         factories to try to autoplug.
6326         Add the GstPad to the autoplugging signal args as it might be needed to
6327         make a good factory selection.
6328         Fix up the marshallers for this. Fixes #407282.
6329
6330 2007-10-23  Tim-Philipp Müller  <tim at centricular dot net>
6331
6332         * gst-libs/gst/tag/gsttagdemux.c:
6333           Don't abort with an assertion if we receive a seek event with
6334           a start type of NONE (see launchpad bug #155878).
6335
6336 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
6337
6338         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
6339         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
6340         (gst_ximagesink_change_state), (gst_ximagesink_reset):
6341         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_event_thread),
6342         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_xcontext_clear),
6343         (gst_xvimagesink_change_state), (gst_xvimagesink_reset):
6344         Make sure that before we clean up the X resources, we shutdown and join
6345         the event thread.
6346         Also make sure the event thread does not shut down immediatly after
6347         startup because the running variable is not yet correctly set.
6348         Fixes #378770. 
6349
6350 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
6351
6352         * gst/playback/gstdecodebin.c: (new_pad), (type_found):
6353         Make the window for a race in typefind and shutting down smaller until
6354         we figure out the right locking here. Avoids #485753 usually.
6355
6356         * gst/playback/gstdecodebin2.c: (type_found), (pad_added_group_cb):
6357         Remove unneeded lock causing a race in typefind and shutting down.
6358         Fixes #485753.
6359
6360         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
6361         Also remove sinks when going to NULL because we might not complete the
6362         state change to PAUSED, causing the PAUSED->READY state change not to
6363         happen.
6364
6365 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
6366
6367         * gst-libs/gst/audio/gstbaseaudiosink.c:
6368         (gst_base_audio_sink_drain), (gst_base_audio_sink_change_state):
6369         Also explicitly release the ringbuffer when going to NULL because it
6370         is required in the setcaps function, before the state change to PAUSED
6371         completes.
6372
6373 2007-10-16  Tim-Philipp Müller  <tim at centricular dot net>
6374
6375         * tests/icles/.cvsignore:
6376         * tests/icles/Makefile.am:
6377         * tests/icles/stress-playbin.c:
6378           Does what it says on the tin.
6379
6380 2007-10-15  Wim Taymans  <wim.taymans@gmail.com>
6381
6382         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_push_one):
6383         Fix queue negotiation. See #486758.
6384
6385 2007-10-12  Jan Schmidt  <Jan.Schmidt@sun.com>
6386
6387         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
6388         (gst_xvimagesink_xwindow_new),
6389         (gst_xvimagesink_update_colorbalance),
6390         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get):
6391
6392         Fix handling of some of the X atoms. If the last parameter is True,
6393         XInternAtom won't create the atom if it doesn't exist, and therefore
6394         might return None. This causes X errors on Xv implementations that
6395         don't provide the colour balance attributes.
6396
6397 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6398
6399         * gst-libs/gst/tag/gstvorbistag.c:
6400         * tests/check/libs/tag.c:
6401           Extract vorbis comment LICENSE tags correctly.
6402
6403 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6404
6405         Patch by: Jason Kivlighn  <jkivlighn gmail com>
6406
6407         * gst-libs/gst/tag/gstid3tag.c:
6408         * tests/check/libs/tag.c:
6409           Map ID3v2 WCOP frame to GST_TAG_COPYRIGHT_URI (#447000).
6410
6411 2007-10-10  Tim-Philipp Müller  <tim at centricular dot net>
6412
6413         * gst-libs/gst/tag/gsttagdemux.c:
6414           Don't error out when a buggy downstream element doesn't
6415           handle the newsegment event we send properly (especially
6416           not without posting a meaningful error message on the
6417           bus). See bug #471370 and launchpad bug #136264.
6418
6419 2007-10-10  Wim Taymans  <wim.taymans@gmail.com>
6420
6421         * gst-libs/gst/audio/gstbaseaudiosink.c:
6422         (gst_base_audio_sink_drain):
6423         Use new basesink method to make our EOS drain interruptable.
6424
6425 2007-10-10  Jan Schmidt  <Jan.Schmidt@sun.com>
6426
6427         * gst-libs/gst/rtp/gstrtppayloads.c:
6428         Fix silly search-replace oversight.
6429
6430 2007-10-09  Wim Taymans  <wim.taymans@gmail.com>
6431
6432         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
6433
6434         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
6435         (gst_basertppayload_set_outcaps):
6436         Fix caps memleak. Fixes #484989.
6437
6438
6439 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6440
6441         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6442         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain):
6443         Fix debug output.
6444
6445 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6446
6447         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6448         (gst_base_audio_src_create):
6449         Also handle the case where there is no clock set on the audio source,
6450         like in the unit tests.
6451
6452 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
6453
6454         * gst-libs/gst/rtp/gstrtppayloads.c:
6455         Use unsigned G_MAXUINT8 instead of -1 to initialise a guint8
6456         to avoid compiler warnings
6457
6458 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6459
6460         * gst/playback/gstdecodebin.c: (type_found),
6461         (gst_decode_bin_change_state):
6462         * gst/playback/gstdecodebin2.c: (type_found),
6463         (gst_decode_bin_change_state):
6464         Don't disconnect the have_type signal because we never reconnect it
6465         later on. Instead keep a variable to see if we already detected a type.
6466
6467 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6468
6469         * gst/playback/gstdecodebin.c: (add_fakesink), (type_found):
6470         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
6471         (type_found):
6472         Unlink the signal handler when we found the type, we're not going to do
6473         anything sensible with more type_found signals anyway.
6474
6475 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6476
6477         * gst-libs/gst/tag/gsttagdemux.c:
6478           Don't leak caps.
6479
6480 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6481
6482         * gst-libs/gst/tag/Makefile.am:
6483         * gst-libs/gst/tag/gsttagdemux.c:
6484         * gst-libs/gst/tag/gsttagdemux.h:
6485           API: add GstTagDemux base class for simple tag demuxers.
6486
6487         * docs/libs/gst-plugins-base-libs-docs.sgml:
6488         * docs/libs/gst-plugins-base-libs-sections.txt:
6489           Add GstTagDemux to docs.
6490
6491 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
6492
6493         * gst-libs/gst/rtp/gstrtpbuffer.c:
6494         (gst_rtp_buffer_get_payload_subbuffer):
6495         Fix bug introduced with last commit which inverted the logic and
6496         caused all buffers to be dropped. Fixes #483620.
6497         Thanks to Laurent Glayal <spglegle at yahoo dot fr> for noticing.
6498
6499 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
6500
6501         * gst-libs/gst/rtp/gstrtpbuffer.c:
6502           Replace g_return_if_val (as it could be disabled), with regular return
6503           and warning.
6504
6505 2007-10-03  Stefan Kost  <ensonic@users.sf.net>
6506
6507         * tests/check/pipelines/simple-launch-lines.c:
6508           Print message name and not just number.
6509
6510 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
6511
6512         * gst-libs/gst/audio/gstbaseaudiosink.c:
6513         (gst_base_audio_sink_async_play):
6514         When slaved to the clock, don't try to align a sample with the previous
6515         one when going to PLAYING again.
6516
6517 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
6518
6519         * tests/examples/snapshot/snapshot.c:
6520           Fix the build.
6521
6522 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6523
6524         * gst-libs/gst/sdp/gstsdpmessage.h:
6525         Add RFC 3556 bandwidth modifiers.
6526
6527 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6528
6529         * docs/libs/gst-plugins-base-libs-docs.sgml:
6530         * docs/libs/gst-plugins-base-libs-sections.txt:
6531         * gst-libs/gst/rtp/gstrtppayloads.c:
6532         Update documentation.
6533
6534 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6535
6536         * gst-libs/gst/rtp/Makefile.am:
6537         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_pt),
6538         (gst_rtp_payload_info_for_name):
6539         * gst-libs/gst/rtp/gstrtppayloads.h:
6540         Added new file and header to deal with payload info.
6541
6542         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
6543         (gst_rtp_buffer_default_clock_rate):
6544         * gst-libs/gst/rtp/gstrtpbuffer.h:
6545         Payload specific stuff is move to new headers.
6546         Implement _default_clock rate using the new payload function.
6547
6548         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address),
6549         (gst_sdp_parse_line):
6550         * gst-libs/gst/sdp/gstsdpmessage.h:
6551         Add some more comments.
6552
6553 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6554
6555         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
6556         (sdp_check_header), (sdp_type_find), (plugin_init):
6557         Add typefind function for application/sdp.
6558         Remove some old dirac typefind code that was ifdeffed out.
6559
6560 2007-09-29  Sebastien Moutte <sebastien@moutte.net>
6561
6562         * win32/common/libgstaudio.def:
6563         Add new exported functions.
6564         * win32/vs6/grammar.dsp:
6565         Add autogeneration and copy of some autegenerated files from win32/common
6566         for rtsp library.
6567         * win32/vs6/libgstaudioconvert.dsp:
6568         Add gstaudioquantize.c to the build.
6569         * win32/vs6/libgstinterfaces.dsp:
6570         Add videoorientation.c to the build.
6571         * win32/vs6/libgstriff.dsp:
6572         Add libgsttag to the link libraries list.
6573         * win32/vs6/libgstvolume.dsp:
6574         Add liboil to the link.
6575         * win32/vs6/gst_plugins_base.dsw:
6576         * win32/vs6/libgstrtsp.dsp:
6577         * win32/common/libgstrtsp.def:
6578         Add files to build libgstrtsp library.
6579         
6580 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
6581
6582         * tests/examples/snapshot/snapshot.c: (main):
6583         Print error when pipeline failed to construct.
6584
6585 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6586
6587         * configure.ac:
6588         * gst-libs/gst/tag/gstid3tag.c:
6589         * gst-libs/gst/tag/gstvorbistag.c:
6590           Add mappings for the new GST_TAG_COMPOSER for vorbis comments
6591           and ID3v2 tags.
6592
6593 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6594
6595         * gst-libs/gst/floatcast/floatcast.h:
6596           Don't include config.h in an installed public header, this
6597           might break compilation of applications that don't have such
6598           a header and doesn't necessarily do what it's supposed to do
6599           anyway (ie. check for the lrint/lrintf defines) (#442065).
6600           Add docs for the various macros and document how this header
6601           has to be used (link against libm, etc.); add a few FIXMEs;
6602           include math.h for non-c99 code path.  Based on patch by
6603           Jan Schmidt.
6604           
6605 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
6606
6607         * configure.ac:
6608         Use AG_GST_ARG_WITH_PLUGINS and AG_GST_ARG_ENABLE_EXTERNAL instead
6609         of duplicating these macros in configure.ac.
6610
6611 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6612
6613         * po/hu.po:
6614         * po/sv.po:
6615         * po/uk.po:
6616           Updated translations to 0.10.14
6617
6618 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6619
6620         translated by: Jakub Bogusz <qboosh@pld-linux.org>
6621
6622         * po/pl.po:
6623           Added Polish translation.
6624
6625 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6626
6627         translated by: Ilkka Tuohela <hile@iki.fi>
6628
6629         * po/fi.po:
6630           Added Finnish translation.
6631
6632 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6633
6634         translated by: Jorge González González <aloriel@gmail.com>
6635
6636         * po/es.po:
6637           Added Spanish translation.
6638
6639 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6640
6641         translated by: Mogens Jaeger <mogens@jaeger.tf>
6642
6643         * po/da.po:
6644           Added Danish translation.
6645
6646 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6647
6648         translated by: Funda Wang <fundawang@linux.net.cn>
6649
6650         * po/zh_CN.po:
6651           Added Chinese (simplified) translation.
6652
6653 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6654
6655         translated by: Alexander Shopov <ash@contact.bg>
6656
6657         * po/bg.po:
6658           Added Bulgarian translation.
6659
6660 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
6661
6662         * gst/playback/gstqueue2.c: (gst_queue_push_one):
6663         Fix compilation wrt printf arguments.
6664
6665 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
6666
6667         * configure.ac:
6668         * tests/examples/Makefile.am:
6669         * tests/examples/snapshot/.cvsignore:
6670         * tests/examples/snapshot/Makefile.am:
6671         * tests/examples/snapshot/snapshot.c: (main):
6672         Add simple snapshot example program using appsink.
6673
6674 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
6675
6676         * tests/check/generic/states.c:
6677           Improved state change unit test.
6678
6679 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
6680
6681         * docs/plugins/.cvsignore:
6682         * tests/check/.cvsignore:
6683           Ignore registries in any format.
6684
6685 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
6686
6687         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6688         (gst_base_rtp_depayload_chain),
6689         (gst_base_rtp_depayload_set_gst_timestamp):
6690         Only copy timestamp on outgoing packets if the depayloader did not set
6691         one.
6692         Also copy duration on outgoing packets.
6693
6694 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
6695
6696         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
6697         (gst_basertppayload_set_outcaps):
6698         Fix compilation because of missing %d in printf.
6699         When fixating caps, fixate what we can and throw away all remaining
6700         unfixed caps, subclasses should do something smart if they need to.
6701
6702 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
6703
6704         * ext/gnomevfs/gstgnomevfssrc.c:
6705           Improve debug logs a bit and be more verbose if things go wrong.
6706
6707 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
6708
6709         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6710         (gst_text_overlay_set_property):
6711         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
6712         * gst-libs/gst/audio/gstbaseaudiosink.c:
6713         (gst_base_audio_sink_render):
6714         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
6715         (gst_rtcp_unix_to_ntp):
6716         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_get_type):
6717         * gst/playback/gstqueue2.c:
6718         * tests/examples/seek/seek.c: (set_scale):
6719         Fix a bunch of compile warnings shown with Forte.
6720
6721         * gst/audiorate/gstaudiorate.c:
6722         Always pull in config.h before including any system headers.
6723
6724 2007-09-17  Wim Taymans  <wim.taymans@gmail.com>
6725
6726         * gst/playback/gstqueue2.c: (update_buffering),
6727         (gst_queue_locked_flush), (gst_queue_locked_enqueue),
6728         (gst_queue_handle_sink_event), (gst_queue_chain),
6729         (gst_queue_push_one), (gst_queue_sink_activate_push),
6730         (gst_queue_src_activate_push), (gst_queue_src_activate_pull):
6731         Also fix #476514 for queue2.
6732
6733 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
6734
6735         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6736         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_setcaps),
6737         (gst_base_rtp_depayload_chain),
6738         (gst_base_rtp_depayload_handle_sink_event),
6739         (gst_base_rtp_depayload_push_full),
6740         (gst_base_rtp_depayload_set_gst_timestamp),
6741         (gst_base_rtp_depayload_change_state):
6742         Remove code to deal with RTP to GST time conversion, we now just copy
6743         the GST timestamp we receive to the outgoing buffers.
6744         Handle segment and flushes correctly.
6745
6746         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
6747         When we have no valid input timestamp, use the previous rtp timestamp on
6748         the outgoing RTP packet instead of the RTP base time.
6749
6750 2007-09-15  David Schleef  <ds@schleef.org>
6751
6752         * ext/alsa/gstalsa.c:
6753         * ext/alsa/gstalsadeviceprobe.c:
6754         * ext/alsa/gstalsamixer.c:
6755         * ext/alsa/gstalsasink.c:
6756         * ext/alsa/gstalsasrc.c:
6757           Change alsa alloca's to malloc to fix warnings on gcc-4.2.
6758
6759 2007-09-15  Wim Taymans  <wim.taymans@gmail.com>
6760
6761         * gst-libs/gst/rtp/gstbasertppayload.c:
6762         (gst_basertppayload_set_outcaps), (gst_basertppayload_push):
6763         Add some debug info when negotiating caps.
6764
6765 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6766
6767         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
6768         A buffer with an empty payload is also a valid buffer.
6769
6770 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6771
6772         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_event),
6773         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
6774         (gst_basertppayload_change_state):
6775         Make sure we start our RTP timestamp from the random base RTP
6776         timestamp even if the buffer timestamp starts from some random value.
6777
6778 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6779
6780         * configure.ac:
6781         * tests/examples/Makefile.am:
6782         * tests/examples/dynamic/.cvsignore:
6783         * tests/examples/dynamic/Makefile.am:
6784         * tests/examples/dynamic/addstream.c: (create_stream),
6785         (pause_play_stream), (message_received), (eos_message_received),
6786         (perform_step), (main):
6787         Add simple exmple app to demonstrate starting and pausing live and
6788         non-live bins in a PLAYING pipeline.
6789
6790 2007-09-14  Julien MOUTTE  <julien@moutte.net>
6791
6792         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add some
6793         typefind for QCP files (RFC #3625)
6794
6795 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
6796
6797         * gst-libs/gst/audio/gstbaseaudiosink.c:
6798         (gst_base_audio_sink_init):
6799         Disable pull mode scheduling, we're not ready for it yet and it subtly
6800         breaks a lot of things.
6801
6802 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
6803
6804         * tests/check/elements/libvisual.c:
6805           Test all libvisual plugins, not just the first one; this reproduces
6806           bug #450336 quite easily.  Looks like a problem with the 'jess'
6807           visualisation.
6808
6809 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
6810
6811         * tests/check/Makefile.am:
6812         * tests/check/elements/.cvsignore:
6813         * tests/check/elements/libvisual.c:
6814           Add basic libvisual test case in an attempt to reproduce bug #450336.
6815           Doesn't reproduce that bug, but some other crasher instead (invalid
6816           free), at least with make elements/libvisual.forever and the bumscope
6817           plugin on x86-64/gutsy. Leaving test disabled for now.
6818
6819 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
6820
6821         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6822
6823         * gst-libs/gst/rtsp/gstrtspconnection.c:
6824         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_read),
6825         (read_body), (gst_rtsp_connection_receive):
6826         Make sure we can not cancel in the middle of receiving a message.
6827         Fixes #475731.
6828
6829 2007-09-11  Tim-Philipp Müller  <tim at centricular dot net>
6830
6831         Patch by: Josep Torra Valles <josep@fluendo.com>
6832
6833         * gst/playback/gstplaybasebin.c:
6834           Increase upper limit for audio queue a bit; fixes preroll problem
6835           with playbin and decodebin2 when playing a quicktime trailer with
6836           multichannel audio via http (#464666).
6837
6838 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
6839
6840         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6841         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
6842         (gst_base_audio_src_provide_clock),
6843         (gst_base_audio_src_set_property),
6844         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
6845         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6846         Allow othe clocks than the internal clock to be used for the pipeline.
6847         Add property to disable clock provide.
6848         API: GstBaseAudioSrc::provide-clock
6849
6850 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
6851
6852         * gst/playback/gstdecodebin2.c:
6853           Don't leak request pads. Fixes #475395.
6854
6855 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
6856
6857         Patch by: René Stadler <mail at renestadler dot de>
6858
6859         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
6860         (gst_ximage_buffer_class_init):
6861         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
6862         (gst_xvimage_buffer_class_init):
6863         Correctly chain up finalize with the parent class to prevent
6864         memory leaks. Fixes #474880.
6865
6866 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
6867
6868         * gst/volume/gstvolume.c: (volume_choose_func):
6869         * tests/check/elements/volume.c: (GST_START_TEST):
6870         Revert the latest change: floating point samples are allowed to
6871         have any value, not only values in the range [-1,1]. Thanks to Andy
6872         Wingo for noticing.
6873         Also fix processing of int32 samples with volumes > 4 by making the
6874         unity value smaller which prevents overflows.
6875
6876 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
6877
6878         * gst-libs/gst/rtp/gstrtpbuffer.c:
6879         * tests/check/libs/rtp.c:
6880           Fix gst_rtp_buffer_set_csrc() and enable csrc-related unit test checks.
6881
6882 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
6883
6884         Based on patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
6885
6886         * gst-libs/gst/rtp/gstrtpbuffer.c:
6887           Fix up GstRTPHeader helper struct so that compilers will not under
6888           any circumstances add padding in between our fields, as currently
6889           happens with MSVC on win32, because that would lead to us sending
6890           out RTP payloads with broken RTP headers (#471194).
6891           Fix assertion guards for gst_rtp_buffer_get_csrc() and _set_csrc().
6892           
6893         * tests/check/Makefile.am:
6894         * tests/check/libs/.cvsignore:
6895         * tests/check/libs/rtp.c:
6896           Add some simple unit tests for GstRTPBuffer. Some are disabled
6897           because the code tested still needs fixing (set_csrc() does not work).
6898
6899 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
6900
6901         * win32/MANIFEST:
6902         * win32/common/gstrtsp-enumtypes.c:
6903         * win32/common/gstrtsp-enumtypes.h:
6904         * win32/common/interfaces-enumtypes.c:
6905         * win32/common/interfaces-enumtypes.h:
6906         * win32/common/multichannel-enumtypes.c:
6907           Add rtsp enumtypes (#474384) and update others.
6908
6909 2007-09-06  Stefan Kost  <ensonic@users.sf.net>
6910
6911         * configure.ac:
6912           Fix configure check for HAVE_LIBXML_HTML.
6913
6914 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
6915
6916         * tests/check/libs/.cvsignore:
6917           Ignore more, in case the build bots work again one day.
6918
6919 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
6920
6921         Reviewed by:  Stefan Kost  <ensonic@users.sf.net>
6922
6923         * configure.ac:
6924         * gst-libs/gst/Makefile.am:
6925         * gst-libs/gst/fft/Makefile.am:
6926         * gst-libs/gst/fft/_kiss_fft_guts_f32.h:
6927         * gst-libs/gst/fft/_kiss_fft_guts_f64.h:
6928         * gst-libs/gst/fft/_kiss_fft_guts_s16.h:
6929         * gst-libs/gst/fft/_kiss_fft_guts_s32.h:
6930         * gst-libs/gst/fft/gstfft.c: (gst_fft_next_fast_length):
6931         * gst-libs/gst/fft/gstfft.h:
6932         * gst-libs/gst/fft/gstfftf32.c: (gst_fft_f32_new),
6933         (gst_fft_f32_fft), (gst_fft_f32_inverse_fft), (gst_fft_f32_free),
6934         (gst_fft_f32_window), (gst_fft_f32_magnitude), (gst_fft_f32_phase):
6935         * gst-libs/gst/fft/gstfftf32.h:
6936         * gst-libs/gst/fft/gstfftf64.c: (gst_fft_f64_new),
6937         (gst_fft_f64_fft), (gst_fft_f64_inverse_fft), (gst_fft_f64_free),
6938         (gst_fft_f64_window), (gst_fft_f64_magnitude), (gst_fft_f64_phase):
6939         * gst-libs/gst/fft/gstfftf64.h:
6940         * gst-libs/gst/fft/gstffts16.c: (gst_fft_s16_new),
6941         (gst_fft_s16_fft), (gst_fft_s16_inverse_fft), (gst_fft_s16_free),
6942         (gst_fft_s16_window), (gst_fft_s16_magnitude), (gst_fft_s16_phase):
6943         * gst-libs/gst/fft/gstffts16.h:
6944         * gst-libs/gst/fft/gstffts32.c: (gst_fft_s32_new),
6945         (gst_fft_s32_fft), (gst_fft_s32_inverse_fft), (gst_fft_s32_free),
6946         (gst_fft_s32_window), (gst_fft_s32_magnitude), (gst_fft_s32_phase):
6947         * gst-libs/gst/fft/gstffts32.h:
6948         * gst-libs/gst/fft/kiss_fft_f32.c: (kf_bfly2), (kf_bfly4),
6949         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6950         (kiss_fft_f32_alloc), (kiss_fft_f32_stride), (kiss_fft_f32),
6951         (kiss_fft_f32_cleanup), (kiss_fft_f32_next_fast_size):
6952         * gst-libs/gst/fft/kiss_fft_f32.h:
6953         * gst-libs/gst/fft/kiss_fft_f64.c: (kf_bfly2), (kf_bfly4),
6954         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6955         (kiss_fft_f64_alloc), (kiss_fft_f64_stride), (kiss_fft_f64),
6956         (kiss_fft_f64_cleanup), (kiss_fft_f64_next_fast_size):
6957         * gst-libs/gst/fft/kiss_fft_f64.h:
6958         * gst-libs/gst/fft/kiss_fft_s16.c: (kf_bfly2), (kf_bfly4),
6959         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6960         (kiss_fft_s16_alloc), (kiss_fft_s16_stride), (kiss_fft_s16),
6961         (kiss_fft_s16_cleanup), (kiss_fft_s16_next_fast_size):
6962         * gst-libs/gst/fft/kiss_fft_s16.h:
6963         * gst-libs/gst/fft/kiss_fft_s32.c: (kf_bfly2), (kf_bfly4),
6964         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6965         (kiss_fft_s32_alloc), (kiss_fft_s32_stride), (kiss_fft_s32),
6966         (kiss_fft_s32_cleanup), (kiss_fft_s32_next_fast_size):
6967         * gst-libs/gst/fft/kiss_fft_s32.h:
6968         * gst-libs/gst/fft/kiss_fftr_f32.c: (kiss_fftr_f32_alloc),
6969         (kiss_fftr_f32), (kiss_fftri_f32):
6970         * gst-libs/gst/fft/kiss_fftr_f32.h:
6971         * gst-libs/gst/fft/kiss_fftr_f64.c: (kiss_fftr_f64_alloc),
6972         (kiss_fftr_f64), (kiss_fftri_f64):
6973         * gst-libs/gst/fft/kiss_fftr_f64.h:
6974         * gst-libs/gst/fft/kiss_fftr_s16.c: (kiss_fftr_s16_alloc),
6975         (kiss_fftr_s16), (kiss_fftri_s16):
6976         * gst-libs/gst/fft/kiss_fftr_s16.h:
6977         * gst-libs/gst/fft/kiss_fftr_s32.c: (kiss_fftr_s32_alloc),
6978         (kiss_fftr_s32), (kiss_fftri_s32):
6979         * gst-libs/gst/fft/kiss_fftr_s32.h:
6980         * gst-libs/gst/fft/kiss_version:
6981         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
6982         * pkgconfig/gstreamer-plugins-base.pc.in:
6983         Add libgstfft, a FFT library based on Kiss FFT which is
6984         BSD licensed. Supported sample formats are int16, int32,
6985         float and double. For those formats a real FFT and IFFT
6986         can be done, different windowing functions can be applied
6987         and functions for extracting the magnitude and phase exist.
6988         Fixes #468619.
6989
6990         * docs/libs/Makefile.am:
6991         * docs/libs/gst-plugins-base-libs-docs.sgml:
6992         * docs/libs/gst-plugins-base-libs-sections.txt:
6993         Integrate libgstfft into the docs.
6994
6995         * tests/check/Makefile.am:
6996         * tests/check/libs/fft.c: (GST_START_TEST), (fft_suite), (main):
6997         Add unit tests for libgstfft, currently only testing the FFT.
6998         Unit tests for IFFT will follow soon.
6999
7000 2007-09-05  Wim Taymans  <wim.taymans@gmail.com>
7001
7002         Patch by: Peter Kjellerstedt  <pkj at axis com>
7003
7004         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_time_init),
7005         (gst_sdp_message_init), (gst_sdp_message_uninit),
7006         (is_multicast_address), (gst_sdp_message_as_text),
7007         (gst_sdp_message_get_origin), (gst_sdp_message_set_connection),
7008         (gst_sdp_message_get_connection), (gst_sdp_message_add_bandwidth),
7009         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
7010         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
7011         (gst_sdp_message_get_attribute_val), (gst_sdp_message_add_media),
7012         (gst_sdp_media_init), (gst_sdp_media_uninit),
7013         (gst_sdp_media_as_text), (gst_sdp_media_set_port_info),
7014         (gst_sdp_media_connections_len), (gst_sdp_media_add_connection),
7015         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_bandwidth),
7016         (gst_sdp_media_add_bandwidth), (gst_sdp_media_attributes_len),
7017         (gst_sdp_parse_line), (print_media), (gst_sdp_message_dump):
7018         * gst-libs/gst/sdp/gstsdpmessage.h:
7019         Separate INIT_ARRAY() and related macros into two versions, one for
7020         structures and one for pointers (e.g., INIT_ARRAY() and
7021         INIT_PTR_ARRAY()). This fixes a segmentation error on freeing the
7022         lists of emails and phone numbers.
7023         Add missing const as appropriate.
7024         Change all gint to guint since they all actually represent unsigned
7025         values.
7026         Do not use time as a variable name as it shadows the global time().
7027         Add gst_sdp_message_as_text() and gst_sdp_media_as_text().
7028         Actually implement gst_sdp_message_add_time().
7029         Make gst_sdp_message_add_time() take repeat times as an argument.
7030         Store repeat times in GstSDPTime as a GArray rather than as gchar**.
7031         Corrected the definition of gst_sdp_media_get_bandwidth() (was
7032         misspelled as badwidth).
7033         gst-indented and a little clean up. Fixes #471067.
7034
7035 2007-09-05  Sebastian Dröge  <slomo@circular-chaos.org>
7036
7037         * gst/volume/gstvolume.c: (volume_choose_func),
7038         (volume_process_double), (volume_process_double_clamp),
7039         (volume_process_float_clamp):
7040         Correctly clamp float/double samples in the [-1.0,1.0] range to
7041         prevent weird effects.
7042         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
7043         Add unit tests for all samples types that had none before.
7044
7045 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7046
7047         * gst-libs/gst/rtp/gstrtpbuffer.c:
7048           Need to include stdlib.h for abs() here too.
7049
7050 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7051
7052         * gst/playback/gststreaminfo.c:
7053           Fix build.
7054
7055 2007-09-05  Stefan Kost  <ensonic@users.sf.net>
7056
7057         * gst/playback/gststreaminfo.c:
7058           Clean up some half-disabled code and comment.
7059
7060 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7061
7062         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
7063
7064         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7065         (gst_base_rtp_payload_audio_handle_event):
7066         Return FALSE from the event handler to let the parent class handle the
7067         event. Fixes #446766.
7068
7069         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7070         (gst_base_rtp_depayload_chain), (gst_base_rtp_depayload_push_full):
7071         Mark outgoing buffers as DISCONT if the incomming buffer was DISCONT.
7072
7073         * gst-libs/gst/rtp/gstbasertppayload.c:
7074         Bump the MTU to 1400.
7075
7076 2007-09-03  Johan Dahlin  <jdahlin@async.com.br>
7077
7078         * gst/typefind/gsttypefindfunctions.c (plugin_init): 
7079         Add an audio/x-nsf typefind function for the nsfdec element.
7080
7081 2007-09-03  Renato Filho  <renato.filho@indt.org.br>
7082         * gst/playback/gstplaybasebin.c:
7083         Included "myth://" on stream_uris list for enable buffering to mythtv files
7084
7085 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
7086
7087         * docs/libs/gst-plugins-base-libs-sections.txt:
7088         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
7089         (gst_rtcp_packet_sdes_copy_entry), (gst_rtcp_ntp_to_unix),
7090         (gst_rtcp_unix_to_ntp):
7091         * gst-libs/gst/rtp/gstrtcpbuffer.h:
7092         Fix parsing of RB blocks.
7093         Fix docs.
7094         Added helper functions to convert to/from UNIX and NTP time.
7095         API: gst_rtcp_ntp_to_unix()
7096         API: gst_rtcp_unix_to_ntp()
7097
7098         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
7099         (gst_rtp_buffer_get_header_len),
7100         (gst_rtp_buffer_get_extension_data),
7101         (gst_rtp_buffer_get_payload_subbuffer),
7102         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload),
7103         (gst_rtp_buffer_ext_timestamp):
7104         * gst-libs/gst/rtp/gstrtpbuffer.h:
7105         Fix some more docs.
7106         Implement handling of packets with extensions.
7107         Fix padding check in _validate().
7108         Added function to get extension data.
7109         API: gst_rtp_buffer_get_header_len()
7110         API: gst_rtp_buffer_get_extension_data()
7111
7112 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
7113
7114         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7115         (gst_base_rtp_depayload_class_init),
7116         (gst_base_rtp_depayload_set_gst_timestamp):
7117         Add some more docs for the queue-delay property and fix a typo in a
7118         comment.
7119
7120         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
7121         Fix typo.
7122
7123 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
7124
7125         * gst-libs/gst/audio/gstbaseaudiosink.c:
7126         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render),
7127         (gst_base_audio_sink_change_state):
7128         When skew slaving, try to hover around the middle of a segment so that
7129         we at most drift by half a segment.
7130         If we are aligning in the oposite direction of the clock skew, we don't
7131         have to resync.
7132
7133 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
7134
7135         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7136         (gst_base_rtp_depayload_setcaps),
7137         (gst_base_rtp_depayload_set_gst_timestamp):
7138         Be less silly with the segment start, just apply the clock-base to the
7139         timestamp.
7140
7141 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
7142
7143         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7144         (gst_base_rtp_depayload_class_init),
7145         (gst_base_rtp_depayload_finalize),
7146         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
7147         (gst_base_rtp_depayload_handle_sink_event),
7148         (gst_base_rtp_depayload_set_gst_timestamp),
7149         (gst_base_rtp_depayload_change_state):
7150         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7151         Deprecate the queue handling thread thing and remove the code.
7152         Use new method to calculate the extended timestamp.
7153
7154 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
7155
7156         * gst-libs/gst/rtp/gstrtcpbuffer.c:
7157         (gst_rtcp_packet_sdes_copy_entry):
7158         Use g_strndup which does exactly what we want.
7159
7160         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum),
7161         (gst_rtp_buffer_ext_timestamp):
7162         * gst-libs/gst/rtp/gstrtpbuffer.h:
7163         Add helper function to compare seqnums.
7164         Add helper function to calculate extended timestamps.
7165         API: gst_rtp_buffer_compare_seqnum()
7166         API: gst_rtp_buffer_ext_timestamp()
7167
7168 2007-08-30  Wim Taymans  <wim.taymans@gmail.com>
7169
7170         * gst-libs/gst/rtp/gstrtcpbuffer.c:
7171         (gst_rtcp_packet_sdes_get_entry),
7172         (gst_rtcp_packet_sdes_copy_entry):
7173         * gst-libs/gst/rtp/gstrtcpbuffer.h:
7174         Fix and document SDES item data function.
7175         Add new function that makes a proper copy of SDES item data.
7176         API: gst_rtcp_packet_sdes_copy_entry()
7177
7178 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
7179
7180         * configure.ac:
7181         * gst/Makefile.am:
7182           The tcp and subparse plugins are under gst, but not totaly free of
7183           dependencies. Handle selection inconfigure.ac, so that they show up
7184           on the final list of what is build and what is not. Maybe they should
7185           better be moved to ext.
7186
7187 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
7188
7189         Patch by: Daniel Díaz  <yosoy@danieldiaz.org>
7190
7191         * configure.ac:
7192         * gst/Makefile.am:
7193           Check if libxml provides HTML parser which subparse needs.
7194           Fixes #451970.
7195
7196 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
7197
7198         * ext/alsa/gstalsa.c:
7199           Fix typo and compilation on big endian systems.
7200
7201 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
7202
7203         * gst/subparse/gstssaparse.c:
7204           Convert SSA newline codes into actual newline characters (#470766).
7205
7206 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
7207
7208         * docs/libs/gst-plugins-base-libs-sections.txt:
7209         * gst-libs/gst/pbutils/install-plugins.c:
7210         * gst-libs/gst/pbutils/install-plugins.h:
7211         * tests/check/libs/pbutils.c:
7212           API: also add gst_install_plugins_supported() while we're at it
7213           (see #470456).
7214
7215 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
7216
7217         * docs/libs/gst-plugins-base-libs-sections.txt:
7218         * gst-libs/gst/pbutils/missing-plugins.c:
7219         * gst-libs/gst/pbutils/missing-plugins.h:
7220         * tests/check/libs/pbutils.c:
7221           API: add gst_missing_*_installer_detail_new() convenience API so
7222           that applications that know exactly what they're missing can request
7223           installer detail strings for those items directly instead of having
7224           to first create a dummy missing-plugin message and then get the
7225           installer detail string from that.  Fixes #470456.
7226
7227 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
7228
7229         * gst/playback/gstdecodebin.c: (close_pad_link):
7230         We need to set up delayed-linking whenever the caps are non-fixed,
7231         not just when there are multiple types - use gst_pad_is_fixed()
7232         to test.
7233
7234 2007-08-26  Tim-Philipp Müller  <tim at centricular dot net>
7235
7236         * gst-libs/gst/pbutils/missing-plugins.c:
7237           (gst_missing_plugin_message_get_installer_detail):
7238           Add missing separator in PID fallback case.
7239
7240 2007-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
7241
7242         * ext/alsa/Makefile.am:
7243         There is no GST_PLUGINS_BASE_LIBS defined.
7244         
7245         * ext/alsa/gstalsa.c:
7246         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
7247         * ext/alsa/gstalsasrc.c: (gst_alsasrc_delay):
7248         Add support for ALSA 24-bit formats.
7249         snd_pcm_delay can return an error code, especially
7250         during XRUNS. In that case, the best we can do is assume
7251         delay = 0.
7252
7253         * gst/audioconvert/Makefile.am:
7254         Add flags from -base before any more-remote dependencies.
7255
7256 2007-08-23  Sebastian Dröge  <slomo@circular-chaos.org>
7257
7258         Based on a patch by: Davyd Madeley <davyd at madeley dot id dot au>
7259
7260         * gst/volume/gstvolume.c: (volume_choose_func),
7261         (volume_update_real_volume), (gst_volume_set_volume),
7262         (gst_volume_init), (volume_process_int32),
7263         (volume_process_int32_clamp), (volume_process_int24),
7264         (volume_process_int24_clamp), (volume_process_int16),
7265         (volume_process_int16_clamp), (volume_process_int8),
7266         (volume_process_int8_clamp), (volume_update_volume), (plugin_init):
7267         * gst/volume/gstvolume.h:
7268         Add support for int32, int24 and int8 to the volume element.
7269         Fixes #445529.
7270
7271 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
7272
7273         * tests/examples/Makefile.am:
7274           Fix even more.
7275
7276 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
7277
7278         * configure.ac:
7279         * docs/libs/Makefile.am:
7280         * docs/libs/gst-plugins-base-libs-docs.sgml:
7281         * docs/libs/gst-plugins-base-libs-sections.txt:
7282         * ext/gnomevfs/gstgnomevfssrc.c:
7283         * ext/gnomevfs/gstgnomevfssrc.h:
7284         * gst-libs/gst/Makefile.am:
7285         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7286         * pkgconfig/gstreamer-plugins-base.pc.in:
7287         * sys/v4l/v4lsrc_calls.c:
7288         * tests/examples/Makefile.am:
7289         * win32/common/config.h:
7290           Revert unwanted commit. many thanks to moap. I want a fix for 
7291           https://thomas.apestaart.org/moap/trac/ticket/239
7292
7293 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
7294
7295         * gst/volume/gstvolume.c:
7296           Move passthrough below gst_object_sync_values(). Fixes #442654.
7297
7298 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
7299
7300         * gst-libs/gst/audio/audio.c:
7301         Clarify the docs a little.
7302
7303 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
7304
7305         * gst/volume/gstvolume.c:
7306           Enable liboil for float and add more details about problems with
7307           int16.
7308
7309 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7310
7311         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
7312         Fix RGB24 masks as spotted by _ke (Daniel G. Siegel) on IRC.
7313
7314 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7315
7316         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
7317         When calculating the first timestamp of the buffers, don't go below 0
7318         and clip the samples because the offset was on the eos page.
7319         Fixes #466717.
7320
7321 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7322
7323         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain),
7324         (gst_ogg_demux_collect_chain_info):
7325         Also submit the eos page when trying to find the first timestamp.
7326         See #466717.
7327
7328 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
7329
7330         * gst-libs/gst/audio/audio.h:
7331         Use gst_util_uint64_scale() instead of doing the math
7332         with double for GST_FRAMES_TO_CLOCK_TIME() and
7333         GST_CLOCK_TIME_TO_FRAMES(). For large timestamps this
7334         prevents rounding errors. Fixes #467667.
7335
7336 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7337
7338         * gst-libs/gst/rtsp/gstrtspconnection.c:
7339         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
7340         (gst_rtsp_connection_read), (gst_rtsp_connection_poll):
7341         * gst-libs/gst/rtsp/gstrtspconnection.h:
7342         Small cleanups.
7343         On shutdown, don't read the control socket yet.
7344         Set timeout value correctly in all cases.
7345         Add function to check if the server accepts reads or writes.
7346         API: gst_rtsp_connection_poll()
7347
7348         * gst-libs/gst/rtsp/gstrtspdefs.h:
7349         Fix compilation with -pedantic.
7350         Add enum for _poll.
7351
7352 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7353
7354         Patch by: Olivier Crete  <tester at tester ca>
7355
7356         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
7357         (gst_basertppayload_getcaps):
7358         * gst-libs/gst/rtp/gstbasertppayload.h:
7359         Add getcaps vfunc to basertppayload. See #465146.
7360
7361 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7362
7363         * gst/playback/gstplaybasebin.c: (queue_threshold_reached):
7364         Only post buffering messages when we are a stream.
7365
7366 2007-08-15  Tim-Philipp Müller  <tim at centricular dot net>
7367
7368         * gst-libs/gst/pbutils/install-plugins.c:
7369         * gst-libs/gst/pbutils/missing-plugins.c:
7370           Small docs fix and addition.
7371
7372 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
7373
7374         * tests/icles/.cvsignore:
7375         * tests/icles/Makefile.am:
7376         * tests/icles/test-textoverlay.c:
7377           Add a dumb little test for textoverlay alignments.
7378
7379 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
7380
7381         Patch by: Dan Williams  <dcbw redhat com>
7382
7383         * ext/pango/gsttextoverlay.c:
7384         * ext/pango/gsttextoverlay.h:
7385           API: add "line-alignment" property (#459334). Add gtk-doc blurb for
7386           "silent" property so there's a Since tag in the API reference.
7387
7388 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
7389
7390         * gst-libs/gst/rtp/gstbasertppayload.c:
7391         (gst_basertppayload_set_outcaps):
7392         * gst-libs/gst/rtp/gstbasertppayload.h:
7393         Improve caps negotiation so that downstream elements can confiure
7394         certain RTP properties by fixing them on the caps. See #465146.
7395         Add docs.
7396
7397 2007-08-11  Tim-Philipp Müller  <tim at centricular dot net>
7398
7399         * docs/libs/gst-plugins-base-libs-sections.txt:
7400         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7401         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7402           Mark as deprecated some macros which were presumably meant to be
7403           private API and accidentally exposed in the public header file.
7404           Also actually _init() lock (only works at the moment because the
7405           struct is zeroed out when created and the initial values in the
7406           mutex struct are zeroes too). (#459585)
7407
7408 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
7409
7410         * docs/libs/Makefile.am:
7411           Remove cruft and do some cleanups.
7412
7413         * docs/libs/gst-plugins-base-libs-docs.sgml:
7414           Prepare for comming gtkdoc features (rebase against online docs).
7415
7416 2007-08-10  Michael Smith <msmith@fluendo.com>
7417
7418         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7419           Debug output fixes.
7420         * tests/check/elements/audiorate.c: (do_perfect_stream_test),
7421         (GST_START_TEST):
7422           Change the number of buffers used; 500 is too many and leads to
7423           timeouts.
7424
7425 2007-08-10  Tim-Philipp Müller  <tim at centricular dot net>
7426
7427         * gst/playback/gstqueue2.c:
7428         * gst/videorate/gstvideorate.c:
7429           Printf format fixes (#465028).
7430
7431 2007-08-09  Michael Smith <msmith@fluendo.com>
7432
7433         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7434           If we have a large (> 1 second) discontinuity, push a series of
7435           smaller buffers rather than a single very large buffer. Avoids
7436           unreasonably large single buffer allocations when encountering a
7437           large gap.
7438         * tests/check/elements/audiorate.c: (GST_START_TEST),
7439         (audiorate_suite):
7440           Add a test for this.
7441
7442 2007-08-09  Jan Schmidt  <thaytan@mad.scientist.com>
7443
7444         * gst/playback/gstplaybasebin.c: (group_commit),
7445         (queue_remove_probe), (queue_threshold_reached):
7446
7447         Patch by: Josep Torra Valles <josep@fluendo.com>
7448         Fixes: #465015
7449         Make sure we remove the check_queues buffer probe from the 
7450         correct queue to avoid racily going back to "buffering 99%" when
7451         buffering is actually complete.
7452
7453         Also, fix the spelling of Josep's surname in the ChangeLog.
7454
7455 2007-08-09  Stefan Kost  <ensonic@users.sf.net>
7456
7457         * ext/ogg/gstoggmux.c:
7458           Do not leak oggmux instance.
7459         
7460         * ext/vorbis/vorbisenc.c:
7461           Also log values.
7462
7463 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7464
7465         * po/hu.po:
7466         * po/it.po:
7467         * po/nl.po:
7468         * po/uk.po:
7469         * po/vi.po:
7470           Updated translations.
7471
7472 2007-08-08  Stefan Kost  <ensonic@users.sf.net>
7473
7474         patch by: Yang Hong <hongyang@redflag-linux.com>
7475
7476         * ext/pango/gsttextoverlay.c:
7477         * ext/pango/gsttextoverlay.h:
7478           Add 'silent' property to GstTimeOverlay. Fixes #462979
7479
7480 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
7481
7482         Patch by: Josep Torra Valles <josep@fluendo.com>
7483
7484         * docs/plugins/gst-plugins-base-plugins.args:
7485         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
7486         (gst_uri_decode_bin_init), (gst_uri_decode_bin_set_property),
7487         (gst_uri_decode_bin_get_property), (gen_source_element):
7488         Add connection-speed property. Fixes #464690.
7489
7490 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
7491
7492         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
7493
7494         * configure.ac:
7495         * gst-libs/gst/rtsp/Makefile.am:
7496         * gst-libs/gst/rtsp/gstrtspconnection.c:
7497         (gst_rtsp_connection_connect):
7498         Fix compilation on windows. Fixes #464320.
7499
7500 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
7501
7502         Patch by: Josep Torra Valles <josep@fluendo.com>
7503
7504         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7505         (gst_play_base_bin_init), (queue_threshold_reached),
7506         (gen_source_element), (setup_substreams),
7507         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
7508         (gst_play_base_bin_get_streaminfo_value_array):
7509         * gst/playback/gstplaybasebin.h:
7510         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7511         (gst_play_bin_set_property), (gst_play_bin_get_property),
7512         (gst_play_bin_handle_redirect_message):
7513         Move connection-speed property from playbin to playbasebin so that we
7514         can also configure it in source elements that have the connection-speed
7515         property. Fixes #464028.
7516         Add some debug info here and there.
7517
7518 2007-08-06  Sebastian Dröge  <slomo@circular-chaos.org>
7519
7520         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
7521         Properly respond to conversion queries. Fixes #464079.
7522
7523 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
7524
7525         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init),
7526         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
7527         (gst_audio_test_src_init_sine_table),
7528         (gst_audio_test_src_change_wave), (gst_audio_test_src_create):
7529         * gst/audiotestsrc/gstaudiotestsrc.h:
7530         Add float/double and int32 support to audiotestsrc. Fixes #460422.
7531         Also set the default volume to the default value specified in the
7532         GParamSpec.
7533
7534 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
7535
7536         Patch by: Jens Granseuer <jensgr at gmx dot net>
7537
7538         * gst/audioconvert/gstaudioquantize.c:
7539         Fix C89 incompatibilities and spelling of explanations. Fixes #463215.
7540
7541 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
7542
7543         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_parse):
7544         Add rdt manager for rdt transport.
7545         Fix parsing of RDT transport.
7546
7547 2007-08-03  Jan Schmidt  <thaytan@mad.scientist.com>
7548
7549         * configure.ac:
7550         Back to CVS
7551
7552 === release 0.10.14 ===
7553
7554 2007-08-03  Jan Schmidt <thaytan@mad.scientist.com>
7555
7556         * configure.ac:
7557           releasing 0.10.14, "Light Years Ahead"
7558
7559 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7560
7561         * tests/check/libs/audio.c: (GST_START_TEST):
7562         Fix the test to reflect the behaviour of gst_audio_clip_buffer.
7563
7564 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7565
7566         * gst-libs/gst/audio/audio.c:
7567         When clipping a buffer with no timestamp, assume it is
7568         within the segment without warnings.
7569
7570         Fixes: #460978
7571
7572 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7573
7574         * gst-libs/gst/rtsp/gstrtspextension.c: (gst_rtsp_extension_send):
7575         Fire the signal on the object, not the interface.
7576
7577 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7578
7579         * gst-libs/gst/rtsp/.cvsignore:
7580         Ber. Don't include the full path, idiot.
7581
7582 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7583
7584         * gst-libs/gst/rtsp/.cvsignore:
7585         Ignore generated files.
7586
7587 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7588
7589         * gst-libs/gst/interfaces/Makefile.am:
7590         * gst-libs/gst/interfaces/interfaces-marshal.list:
7591         * gst-libs/gst/interfaces/rtspextension.c:
7592         * gst-libs/gst/interfaces/rtspextension.h:
7593         * gst-libs/gst/rtsp/Makefile.am:
7594         * gst-libs/gst/rtsp/gstrtsp.h:
7595         * gst-libs/gst/rtsp/gstrtspextension.c:
7596         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
7597         (gst_rtsp_extension_detect_server),
7598         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
7599         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
7600         (gst_rtsp_extension_configure_stream),
7601         (gst_rtsp_extension_get_transports),
7602         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7603         * gst-libs/gst/rtsp/gstrtspextension.h:
7604         * gst-libs/gst/rtsp/rtsp-marshal.list:
7605         Move the rtspextension.h interface into gstrtspextension.h
7606         as part of libgstrtsp instead of libgstinterfaces, because it's
7607         only for use within plugins, not applications. 
7608         Add stuff to do the enum & marshal generation needed in libgstrtsp now.
7609         Use the GST_TYPE_RTSP_RESULT enum type for the return value of the 
7610         signal that the GstRTSPExtension interface emits, since G_TYPE_ENUM
7611         is abstract.
7612
7613 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7614
7615         * gst-libs/gst/interfaces/Makefile.am:
7616         * gst-libs/gst/interfaces/interfaces-marshal.list:
7617         * gst-libs/gst/interfaces/rtspextension.c:
7618         (gst_rtsp_extension_iface_init),
7619         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7620         * gst-libs/gst/interfaces/rtspextension.h:
7621         Fix marshaller for the send signal.
7622         Add URL to stream selection interface method.
7623
7624 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7625
7626         * gst-libs/gst/riff/Makefile.am:
7627         Pull in our dependencies from -base before those from outside.
7628
7629 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7630
7631         * docs/libs/gst-plugins-base-libs-sections.txt:
7632         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_decode_ip):
7633         * gst-libs/gst/rtsp/gstrtspbase64.h:
7634         API: gst_rtsp_base64_decode_ip()
7635         Added function to decode Base64 in-place.
7636
7637 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7638
7639         * tests/check/libs/.cvsignore:
7640         Ignore the mixer test binary.
7641
7642 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7643
7644         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
7645         Gratuitous comment change to trigger a rebuild on the buildbots.
7646
7647 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7648
7649         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_media_get_media),
7650         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
7651         (gst_sdp_media_get_proto), (gst_sdp_media_formats_len),
7652         (gst_sdp_media_get_format), (gst_sdp_media_get_information),
7653         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
7654         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_badwidth),
7655         (gst_sdp_media_get_key), (gst_sdp_media_attributes_len),
7656         (gst_sdp_media_get_attribute), (gst_sdp_media_get_attribute_val_n),
7657         (gst_sdp_media_get_attribute_val):
7658         * gst-libs/gst/sdp/gstsdpmessage.h:
7659         Constify args where we can.
7660
7661 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7662
7663         * gst-libs/gst/interfaces/Makefile.am:
7664         * gst-libs/gst/interfaces/rtspextension.c:
7665         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
7666         (gst_rtsp_extension_detect_server),
7667         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
7668         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
7669         (gst_rtsp_extension_configure_stream),
7670         (gst_rtsp_extension_get_transports),
7671         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7672         * gst-libs/gst/interfaces/rtspextension.h:
7673         Move interface for RTSP extensions from -good to here.
7674         Added helper methods to invoke interface methods.
7675
7676 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7677
7678         * docs/libs/gst-plugins-base-libs-sections.txt:
7679         * gst-libs/gst/rtsp/gstrtspdefs.h:
7680         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
7681         (gst_rtsp_message_get_type), (gst_rtsp_message_parse_request),
7682         (gst_rtsp_message_init_response),
7683         (gst_rtsp_message_parse_response), (gst_rtsp_message_new_data),
7684         (gst_rtsp_message_parse_data), (gst_rtsp_message_add_header),
7685         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
7686         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
7687         (gst_rtsp_message_get_body), (dump_key_value):
7688         * gst-libs/gst/rtsp/gstrtspmessage.h:
7689         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7690         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7691         (gst_rtsp_range_parse):
7692         * gst-libs/gst/rtsp/gstrtsprange.h:
7693         * gst-libs/gst/rtsp/gstrtsptransport.c:
7694         * gst-libs/gst/rtsp/gstrtspurl.c:
7695         Fix some more RTSP docs.
7696         Add some missing methods for dealing with messages.
7697
7698 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7699
7700         * docs/libs/gst-plugins-base-libs-docs.sgml:
7701         * docs/libs/gst-plugins-base-libs-sections.txt:
7702         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
7703         * gst-libs/gst/rtsp/gstrtspbase64.h:
7704         * gst-libs/gst/rtsp/gstrtspconnection.c:
7705         (gst_rtsp_connection_connect), (add_auth_header),
7706         (gst_rtsp_connection_write), (gst_rtsp_connection_send),
7707         (read_body), (gst_rtsp_connection_receive),
7708         (gst_rtsp_connection_next_timeout),
7709         (gst_rtsp_connection_reset_timeout),
7710         (gst_rtsp_connection_set_auth):
7711         * gst-libs/gst/rtsp/gstrtspconnection.h:
7712         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
7713         * gst-libs/gst/rtsp/gstrtspdefs.h:
7714         * gst-libs/gst/rtsp/gstrtspmessage.h:
7715         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7716         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7717         (gst_rtsp_range_parse):
7718         * gst-libs/gst/rtsp/gstrtspurl.h:
7719         Added beginnings of RTSP documentation.
7720
7721 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7722
7723         * docs/libs/Makefile.am:
7724         * docs/libs/gst-plugins-base-libs-docs.sgml:
7725         * docs/libs/gst-plugins-base-libs-sections.txt:
7726         * gst-libs/gst/sdp/gstsdp.h:
7727         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_set_origin),
7728         (gst_sdp_message_set_connection), (gst_sdp_message_add_bandwidth),
7729         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
7730         (gst_sdp_message_set_key), (gst_sdp_message_get_attribute_val_n),
7731         (gst_sdp_message_get_attribute_val),
7732         (gst_sdp_message_add_attribute), (gst_sdp_media_new),
7733         (gst_sdp_media_init), (gst_sdp_media_uninit), (gst_sdp_media_free),
7734         (gst_sdp_media_get_media), (gst_sdp_media_set_media),
7735         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
7736         (gst_sdp_media_set_port_info), (gst_sdp_media_get_proto),
7737         (gst_sdp_media_set_proto), (gst_sdp_media_formats_len),
7738         (gst_sdp_media_get_format), (gst_sdp_media_add_format),
7739         (gst_sdp_media_get_information), (gst_sdp_media_set_information),
7740         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
7741         (gst_sdp_media_add_connection), (gst_sdp_media_bandwidths_len),
7742         (gst_sdp_media_get_badwidth), (gst_sdp_media_add_bandwidth),
7743         (gst_sdp_media_set_key), (gst_sdp_media_get_key),
7744         (gst_sdp_media_attributes_len), (gst_sdp_media_add_attribute),
7745         (gst_sdp_media_get_attribute_val_n),
7746         (gst_sdp_media_get_attribute_val), (gst_sdp_message_parse_buffer),
7747         (print_media), (gst_sdp_message_dump):
7748         * gst-libs/gst/sdp/gstsdpmessage.h:
7749         Document the SDP library.
7750         Add some of the missing SDPMedia methods.
7751
7752 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7753
7754         * configure.ac:
7755         * gst-libs/gst/Makefile.am:
7756         * gst-libs/gst/rtsp/Makefile.am:
7757         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
7758         * gst-libs/gst/rtsp/gstrtspbase64.h:
7759         * gst-libs/gst/rtsp/gstrtspconnection.c: (inet_aton),
7760         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
7761         (add_auth_header), (add_date_header), (gst_rtsp_connection_write),
7762         (gst_rtsp_connection_send), (read_line), (read_string), (read_key),
7763         (parse_response_status), (parse_request_line), (parse_line),
7764         (gst_rtsp_connection_read), (read_body),
7765         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
7766         (gst_rtsp_connection_free), (gst_rtsp_connection_next_timeout),
7767         (gst_rtsp_connection_reset_timeout), (gst_rtsp_connection_flush),
7768         (gst_rtsp_connection_set_auth):
7769         * gst-libs/gst/rtsp/gstrtspconnection.h:
7770         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status),
7771         (gst_rtsp_strresult), (gst_rtsp_method_as_text),
7772         (gst_rtsp_version_as_text), (gst_rtsp_header_as_text),
7773         (gst_rtsp_status_as_text), (gst_rtsp_find_header_field),
7774         (gst_rtsp_find_method):
7775         * gst-libs/gst/rtsp/gstrtspdefs.h:
7776         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
7777         (gst_rtsp_message_new), (gst_rtsp_message_init),
7778         (gst_rtsp_message_new_request), (gst_rtsp_message_init_request),
7779         (gst_rtsp_message_new_response), (gst_rtsp_message_init_response),
7780         (gst_rtsp_message_init_data), (gst_rtsp_message_unset),
7781         (gst_rtsp_message_free), (gst_rtsp_message_add_header),
7782         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
7783         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
7784         (gst_rtsp_message_take_body), (gst_rtsp_message_get_body),
7785         (gst_rtsp_message_steal_body), (dump_mem), (dump_key_value),
7786         (gst_rtsp_message_dump):
7787         * gst-libs/gst/rtsp/gstrtspmessage.h:
7788         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7789         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7790         (gst_rtsp_range_parse), (gst_rtsp_range_free):
7791         * gst-libs/gst/rtsp/gstrtsprange.h:
7792         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_new),
7793         (gst_rtsp_transport_init), (gst_rtsp_transport_get_mime),
7794         (gst_rtsp_transport_get_manager), (parse_mode), (parse_range),
7795         (range_as_text), (rtsp_transport_mode_as_text),
7796         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
7797         (gst_rtsp_transport_parse), (gst_rtsp_transport_as_text),
7798         (gst_rtsp_transport_free):
7799         * gst-libs/gst/rtsp/gstrtsptransport.h:
7800         * gst-libs/gst/rtsp/gstrtspurl.c: (gst_rtsp_url_parse),
7801         (gst_rtsp_url_free), (gst_rtsp_url_set_port),
7802         (gst_rtsp_url_get_port), (gst_rtsp_url_get_request_uri):
7803         * gst-libs/gst/rtsp/gstrtspurl.h:
7804         * gst-libs/gst/sdp/Makefile.am:
7805         * gst-libs/gst/sdp/gstsdp.h:
7806         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_origin_init),
7807         (gst_sdp_connection_init), (gst_sdp_bandwidth_init),
7808         (gst_sdp_time_init), (gst_sdp_zone_init), (gst_sdp_key_init),
7809         (gst_sdp_attribute_init), (gst_sdp_message_new),
7810         (gst_sdp_message_init), (gst_sdp_message_uninit),
7811         (gst_sdp_message_free), (gst_sdp_media_new), (gst_sdp_media_init),
7812         (gst_sdp_media_uninit), (gst_sdp_media_free),
7813         (gst_sdp_message_set_origin), (gst_sdp_message_get_origin),
7814         (gst_sdp_message_set_connection), (gst_sdp_message_get_connection),
7815         (gst_sdp_message_add_bandwidth), (gst_sdp_message_add_time),
7816         (gst_sdp_message_add_zone), (gst_sdp_message_set_key),
7817         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
7818         (gst_sdp_message_get_attribute_val),
7819         (gst_sdp_message_add_attribute), (gst_sdp_message_add_media),
7820         (gst_sdp_media_add_attribute), (gst_sdp_media_add_bandwidth),
7821         (gst_sdp_media_add_format), (gst_sdp_media_get_attribute),
7822         (gst_sdp_media_get_attribute_val_n),
7823         (gst_sdp_media_get_attribute_val), (gst_sdp_media_get_format),
7824         (read_string), (read_string_del), (gst_sdp_parse_line),
7825         (gst_sdp_message_parse_buffer), (print_media),
7826         (gst_sdp_message_dump):
7827         * gst-libs/gst/sdp/gstsdpmessage.h:
7828         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7829         Move SDP and RTSP from helper objects in -good to a reusable library.
7830         Use a proper gst_ namespace.
7831
7832 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
7833
7834         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
7835         (vorbis_dec_flush_decode):
7836         Use the new buffer clipping function from gstaudio here.
7837
7838 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
7839
7840         * docs/libs/gst-plugins-base-libs-sections.txt:
7841         * gst-libs/gst/audio/audio.c: (gst_audio_buffer_clip):
7842         * gst-libs/gst/audio/audio.h:
7843         * tests/check/libs/audio.c: (GST_START_TEST), (audio_suite):
7844         API: Add buffer clipping function for raw audio buffers. Fixes #456656.
7845         Also add deprecation guards for gst_audio_structure_set_int() to the
7846         header.
7847
7848 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
7849
7850         * docs/libs/gst-plugins-base-libs-sections.txt:
7851           Cleanup the docs.
7852
7853 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
7854
7855         Patch by: Dan Williams <dcbw at redhat dot com>
7856
7857         * gst/playback/gstplaybasebin.c:
7858         (gst_play_base_bin_get_streaminfo_value_array):
7859         Don't return NULL when querying the stream info value array but instead
7860         return an empty array. Fixes #459204.
7861
7862 2007-07-23  Tim-Philipp Müller  <tim at centricular dot net>
7863
7864         * gst/playback/gsturidecodebin.c:
7865           Init debug category before using it.
7866
7867 2007-07-21  Jan Schmidt  <thaytan@noraisin.net>
7868
7869         * gst-libs/gst/interfaces/mixer.h:
7870         Add padding vars in place of the signal pointers
7871         when building with DISABLE_DEPRECATED so that the
7872         interface structure doesn't change size.
7873
7874 2007-07-20  Jan Schmidt  <thaytan@noraisin.net>
7875
7876         * docs/libs/gst-plugins-base-libs-sections.txt:
7877         * ext/alsa/gstalsamixer.c:
7878         * ext/alsa/gstalsamixer.h:
7879         * ext/alsa/gstalsamixerelement.c:
7880         * ext/alsa/gstalsamixertrack.c:
7881         * gst-libs/gst/interfaces/mixer.c:
7882         * gst-libs/gst/interfaces/mixer.h:
7883         * gst-libs/gst/interfaces/mixeroptions.c:
7884         * gst-libs/gst/interfaces/mixeroptions.h:
7885         * gst-libs/gst/interfaces/mixertrack.c:
7886         * gst-libs/gst/interfaces/mixertrack.h:
7887         * tests/check/Makefile.am:
7888         * tests/check/libs/mixer.c:
7889
7890         Patch By: Marc-Andre Lureau <marcandre.lureau@gmail.com>
7891         Fixes: #152864 
7892
7893         Add support for notifying mixer changes on the message bus, and
7894         implement it in alsamixer.
7895
7896         API: gst_mixer_get_mixer_flags
7897         API: gst_mixer_message_parse_mute_toggled
7898         API: gst_mixer_message_parse_record_toggled
7899         API: gst_mixer_message_parse_volume_changed
7900         API: gst_mixer_message_parse_option_changed
7901         API: GstMixerMessageType
7902         API: GstMixerFlags
7903
7904 2007-07-20  Michael Smith <msmith@fluendo.com>
7905
7906         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7907         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps):
7908           xcontext->im_format is only for testing XShm support (as the header
7909           file comments document). Use xvimage->im_format for everything else.
7910           Avoids spurious warnings on buffer allocation before setcaps.
7911
7912 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
7913
7914         * tests/examples/volume/Makefile.am:
7915         * tests/icles/Makefile.am:
7916           We should use $(LIBM).
7917
7918 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
7919
7920         * tests/icles/Makefile.am:
7921           This needs -lm.
7922
7923 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
7924
7925         * gst-libs/gst/rtp/gstbasertppayload.c:
7926         (gst_basertppayload_class_init), (gst_basertppayload_init),
7927         (gst_basertppayload_set_property),
7928         (gst_basertppayload_get_property):
7929         Don't break ABI, restore previous ranges. Keep the default random
7930         selection of timestamp and seqnum offset but as soon as the app sets a
7931         specific value, use that one.
7932
7933 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
7934
7935         Patch by: Bastien Nocera <hadess at hadess dot net>
7936
7937         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
7938         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
7939         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
7940         * sys/xvimage/xvimagesink.h:
7941         Add option to turn off double-buffering for debugging purposes.
7942         Fixes #437169.
7943
7944 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
7945
7946         Patch by: Jorn Baayen <jorn at openedhand dot com>
7947
7948         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
7949         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
7950         (gst_ximagesink_init), (gst_ximagesink_class_init):
7951         * sys/ximage/ximagesink.h:
7952         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
7953         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
7954         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
7955         * sys/xvimage/xvimagesink.h:
7956         add 'handle-expose' property. Useful for video widgets which may want to
7957         be in control of Expose behaviour. Fixes #380625
7958
7959 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
7960
7961         * gst-libs/gst/rtp/gstbasertppayload.c:
7962         (gst_basertppayload_class_init), (gst_basertppayload_init),
7963         (gst_basertppayload_event), (gst_basertppayload_push),
7964         (gst_basertppayload_set_property),
7965         (gst_basertppayload_get_property),
7966         (gst_basertppayload_change_state):
7967         * gst-libs/gst/rtp/gstbasertppayload.h:
7968         Fix ranges of rtp payloader properties so that the full range can be
7969         used in addition to -1 (random).
7970         Fix wrong seqnum reporting in caps.
7971         Fixes #420326.
7972
7973 2007-07-13  Wim Taymans  <wim.taymans@gmail.com>
7974
7975         * gst/videorate/gstvideorate.c: (gst_video_rate_init),
7976         (gst_video_rate_query):
7977         Use boilerplate.
7978         Add latency query, might not be perfect yet but already works a lot
7979         better. Fixes #442557.
7980
7981 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7982
7983         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
7984         (gst_xvimagesink_setcaps):
7985         * sys/xvimage/xvimagesink.h:
7986         After a caps change, redraw our borders to avoid garbage left there
7987         when the image format changes to a smaller size, like 16:9 -> 4:3
7988         Also, hold the flow_lock a bit longer in the set_caps while we're
7989         fiddling with the xcontext.
7990
7991 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7992
7993         * Makefile.am:
7994         * configure.ac:
7995         * tests/Makefile.am:
7996         Remove bogus check for libcheck, since we check for
7997         gstreamer-check and it pulls in the required info from there, and we
7998         weren't actually _using_ the information for libcheck ourselves
7999         anyway.
8000
8001 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8002
8003         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8004         (gst_ffmpeg_caps_to_pixfmt):
8005         Fix the r_mask test for RGBA32 on little-endian.
8006         Fix a stupid typo that would have obviously broken 
8007         compilation on big-endian, if anyone was testing.
8008
8009 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
8010
8011         * gst/videotestsrc/videotestsrc.c: (paint_hline_AYUV),
8012         (paint_hline_str4):
8013         * gst/videotestsrc/videotestsrc.h:
8014         Add alpha to the color struct.
8015         Use a default alpha value of 255 instead of 128.
8016
8017 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
8018
8019         * gst/playback/gstplaybasebin.c: (no_more_pads_full),
8020         (setup_source):
8021         Clear the dynamic pads counter when starting a new uri. This makes
8022         reusing playbin work again.
8023         Fixes #454264.
8024
8025 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
8026
8027         * configure.ac:
8028           Use pkg-config to locate check.
8029
8030 2007-07-12  Tim-Philipp Müller  <tim at centricular dot net>
8031
8032         * configure.ac:
8033         * tests/check/elements/volume.c: (GST_START_TEST):
8034           Fix 'make check' build against core CVS.
8035
8036 2007-07-10  Stefan Kost  <ensonic@users.sf.net>
8037
8038         * gst-libs/gst/interfaces/propertyprobe.c:
8039         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8040         * gst-libs/gst/tag/gstvorbistag.c:
8041           Make gtk-doc happy.
8042
8043 2007-07-08  Tim-Philipp Müller  <tim at centricular dot net>
8044
8045         * gst-libs/gst/audio/gstbaseaudiosink.c:
8046         (gst_base_audio_sink_callback):
8047           Quick hack to make audiosinks stop at EOS when operating in
8048           pull-mode; needs to be fixed properly some day.
8049
8050 2007-07-06  Stefan Kost  <ensonic@users.sf.net>
8051
8052         * docs/libs/gst-plugins-base-libs-sections.txt:
8053           Fix location of includes in the docs.
8054
8055 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
8056
8057         * gst/ffmpegcolorspace/avcodec.h:
8058         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8059         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
8060         (gst_ffmpegcsp_avpicture_fill):
8061         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
8062         (img_get_alpha_info):
8063         Add 2 new pixel formats - ABGR32 and ARGB32, which are reflections
8064         of the existing BGRA32 and RGBA32 formats with the alpha at the other
8065         end of the word. Partially fixes #451908
8066
8067 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
8068
8069         * docs/libs/Makefile.am:
8070         * docs/plugins/Makefile.am:
8071           Simplify --extra-dir as gtkdoc scans recursively.
8072
8073 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
8074
8075         * gst/adder/gstadder.c: (gst_adder_sink_getcaps),
8076         (gst_adder_request_new_pad):
8077         Make getcaps more robust by not using the proxycaps function. This makes
8078         sure that we don't end up recursively calling getcaps upstream.
8079         See #316248.
8080
8081 2007-06-29  Wim Taymans  <wim.taymans@gmail.com>
8082
8083         * gst/audioconvert/audioconvert.c:
8084         Include math.h to fix compilation.
8085
8086 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
8087
8088         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8089         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
8090         Add a mapping for YUV format "IYU1", which is a 4:1:1 packed pixel
8091         format, as produced by some dc1394 cameras like the iSight.
8092         See http://www.fourcc.org/yuv.php#IYU1
8093
8094 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
8095
8096         * gst/audioconvert/Makefile.am:
8097         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
8098         (check_default), (audio_convert_prepare_context),
8099         (audio_convert_clean_context), (audio_convert_convert):
8100         * gst/audioconvert/audioconvert.h:
8101         * gst/audioconvert/gstaudioconvert.c:
8102         (gst_audio_convert_dithering_get_type),
8103         (gst_audio_convert_ns_get_type), (gst_audio_convert_class_init),
8104         (gst_audio_convert_init), (gst_audio_convert_set_caps),
8105         (gst_audio_convert_set_property), (gst_audio_convert_get_property):
8106         * gst/audioconvert/gstaudioconvert.h:
8107         * gst/audioconvert/gstaudioquantize.c:
8108         (gst_audio_quantize_setup_noise_shaping),
8109         (gst_audio_quantize_free_noise_shaping),
8110         (gst_audio_quantize_setup_dither),
8111         (gst_audio_quantize_free_dither),
8112         (gst_audio_quantize_setup_quantize_func),
8113         (gst_audio_quantize_setup), (gst_audio_quantize_free):
8114         * gst/audioconvert/gstaudioquantize.h:
8115         Implement dithering and noise shaping in audioconvert. By default now
8116         TPDF dithering (and no noise shaping) will be used when converting
8117         from a higher bit depth to 20 bit depth or smaller, otherwise
8118         everything will be as it is now.
8119         For the last audioconvert in a pipeline it would make sense to
8120         use some kind of noise shaping, enabling it by default for all
8121         conversions would give undesired results though. Fixes #360246.
8122         * tests/check/elements/audioconvert.c: (setup_audioconvert),
8123         (GST_START_TEST):
8124         Adjust unit test for the new audioconvert.
8125
8126 2007-06-28  Wim Taymans  <wim@fluendo.com>
8127
8128         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering):
8129         Use other metrics as well when estimating the buffer level.
8130
8131 2007-06-28  Wim Taymans  <wim@fluendo.com>
8132
8133         * gst/playback/gstplaybasebin.c: (make_decoder), (setup_source):
8134         Small debug improvement.
8135
8136         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering),
8137         (plugin_init):
8138         Tweak the rate estimation period.
8139         When calculating the buffer filledness in rate estimation mode, don't
8140         mix it with other metrics.
8141
8142 2007-06-28  Wim Taymans  <wim@fluendo.com>
8143
8144         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
8145         (gst_decode_group_expose), (gst_decode_group_free), (add_fakesink):
8146         When creating the groups, allow for a 5 second, unlimited buffers
8147         preroll phase after which we expose the group.
8148         When the group is exposed, use a small number of buffers up to a 2
8149         second limit. Also disconnect the overrun signal from multiqueue when we
8150         exposed the group because it is not needed anymore.
8151
8152 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
8153
8154         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
8155           Don't pass trailing zeroes in fixed-size string arrays in ID3v1 tags
8156           to utf8-validate; fixes recognition of ID3v1 tags in UTF-8 encoding
8157           (#451707); also, output some debugging info when dealing with
8158           freeform strings.
8159
8160         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite):
8161           Add unit test for the above.
8162
8163 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
8164
8165         * gst-libs/gst/pbutils/descriptions.c: (caps_are_rtp_caps):
8166           Add description for Windows Media RTP caps.
8167
8168         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
8169           Remove RTP fields that don't define the format from caps.
8170
8171 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
8172
8173         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
8174           Skip empty buffers, but not empty header buffers. That way the original
8175           vorbisdec unit test still passes (#451145); also, take into account
8176           that those empty packets might carry a granulepos.
8177
8178         * tests/check/Makefile.am:
8179         * tests/check/elements/vorbisdec.c:
8180         (_create_codebook_header_buffer), (_create_audio_buffer),
8181         (GST_START_TEST), (vorbisdec_suite):
8182           Add unit test that sends an empty packet.
8183
8184 2007-06-27  Wim Taymans  <wim@fluendo.com>
8185
8186         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
8187         Don't error out on 0-sized packets, just emit a warning because this is
8188         not a fatal error. Fixes #451145.
8189
8190 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
8191
8192         * docs/plugins/gst-plugins-base-plugins.args:
8193         * docs/plugins/gst-plugins-base-plugins.signals:
8194         * docs/plugins/inspect/plugin-adder.xml:
8195         * docs/plugins/inspect/plugin-alsa.xml:
8196         * docs/plugins/inspect/plugin-audioconvert.xml:
8197         * docs/plugins/inspect/plugin-audiorate.xml:
8198         * docs/plugins/inspect/plugin-audioresample.xml:
8199         * docs/plugins/inspect/plugin-audiotestsrc.xml:
8200         * docs/plugins/inspect/plugin-cdparanoia.xml:
8201         * docs/plugins/inspect/plugin-decodebin.xml:
8202         * docs/plugins/inspect/plugin-decodebin2.xml:
8203         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
8204         * docs/plugins/inspect/plugin-gdp.xml:
8205         * docs/plugins/inspect/plugin-gnomevfs.xml:
8206         * docs/plugins/inspect/plugin-libvisual.xml:
8207         * docs/plugins/inspect/plugin-ogg.xml:
8208         * docs/plugins/inspect/plugin-pango.xml:
8209         * docs/plugins/inspect/plugin-playbin.xml:
8210         * docs/plugins/inspect/plugin-subparse.xml:
8211         * docs/plugins/inspect/plugin-tcp.xml:
8212         * docs/plugins/inspect/plugin-theora.xml:
8213         * docs/plugins/inspect/plugin-typefindfunctions.xml:
8214         * docs/plugins/inspect/plugin-video4linux.xml:
8215         * docs/plugins/inspect/plugin-videorate.xml:
8216         * docs/plugins/inspect/plugin-videoscale.xml:
8217         * docs/plugins/inspect/plugin-videotestsrc.xml:
8218         * docs/plugins/inspect/plugin-volume.xml:
8219         * docs/plugins/inspect/plugin-vorbis.xml:
8220         * docs/plugins/inspect/plugin-ximagesink.xml:
8221         * docs/plugins/inspect/plugin-xvimagesink.xml:
8222           Update docs with caps info.
8223
8224 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
8225
8226         * po/POTFILES.in:
8227           Add more files with translatable strings (#450875).
8228
8229 2007-06-23  Edward Hervey  <edward@fluendo.com>
8230
8231         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_find_chains):
8232         The chain should be freed if we error out here, else it will leak.
8233         * gst/playback/gstdecodebin.c: (disconnect_unlinked_signals),
8234         (cleanup_decodebin):
8235         Don't forget to *properly* remove the signals, else it will leak.
8236
8237 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
8238
8239         * MAINTAINERS:
8240         Updating all the maintainers files
8241
8242 2007-06-21  Stefan Kost  <ensonic@users.sf.net>
8243
8244         * tests/examples/seek/seek.c: (update_scale), (play_cb), (stop_cb),
8245         (main):
8246           Destroy and recreate parse-launch based pipeline after stop to be able
8247           to play again. Reorder some code and add more comments.
8248
8249 2007-06-20  Jan Schmidt  <thaytan@mad.scientist.com>
8250
8251         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
8252         When handling a delayed-caps notification case, mark
8253         the group as dynamic so that the nbdynamic count is
8254         incremented and decremented correctly. Fixes: #449156
8255         Patch by: Wim Taymans <wim@fluendo.com>
8256
8257 2007-06-19  Andy Wingo  <wingo@pobox.com>
8258
8259         * gst-libs/gst/audio/gstbaseaudiosink.c
8260         (gst_base_audio_sink_init): Enable pull-mode operation.
8261
8262 2007-06-19  Michael Smith <msmith@fluendo.com>
8263
8264         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8265           Change minimum rate back to 1000 to allow low-sample-rate wav files
8266           to play back.
8267
8268 2007-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
8269
8270         * po/vi.po:
8271           Update translations.
8272
8273 2007-06-15  David Schleef  <ds@schleef.org>
8274
8275         * gst/playback/gstqueue2.c:
8276           Fix compile error from ignored return value.
8277
8278 2007-06-15  Michael Smith <msmith@fluendo.com>
8279
8280         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
8281           Update tmpbuf for all neccesary rows, not just one, as is required
8282           when downscaling.
8283           Fixes #402076.
8284
8285 2007-06-15  Michael Smith <msmith@fluendo.com>
8286
8287         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (is_video),
8288         (eos_buffer_probe):
8289           Add a test that ensures we set DELTA_UNIT on all non-header,
8290           non-video buffers, if we have a video stream.
8291         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
8292         (gst_ogg_mux_process_best_pad):
8293           Move setting delta_pad to earlier, where we inspect all pads, so
8294           that leading audio pages don't get DELTA_UNIT unset if they come
8295           before the first DELTA_UNIT from video pages. Fixes the newly-added
8296           test. Fixes #385527.
8297
8298 2007-06-14  Tim-Philipp Müller  <tim at centricular dot net>
8299
8300         * tests/check/pipelines/streamheader.c: (streamheader_suite):
8301           Disable test_multifdsink_gdp_vorbisenc() on ppc64 since it
8302           fails on the p5-ppc64 build bot and the failure looks like it is due
8303           to the same issue as #348114, ie. a compiler bug.
8304
8305 2007-06-13  Edward Hervey  <edward@fluendo.com>
8306
8307         * gst/playback/gstqueue2.c: (gst_queue_create_read):
8308         Fix build on MacOSX.
8309
8310 2007-06-13  Wim Taymans  <wim@fluendo.com>
8311
8312         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8313         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain):
8314         Fix compilation on mingw. Fixes #446972.
8315
8316 2007-06-12  Wim Taymans  <wim@fluendo.com>
8317
8318         Patches by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8319
8320         * gst/playback/gstqueue2.c: (update_buffering),
8321         (gst_queue_locked_enqueue):
8322         Fix a division by zero when the max percent is <= 0. Fixes #446572.
8323         also update the buffering status when receiving events. Fixes #446551.
8324
8325 2007-06-11  Wim Taymans  <wim@fluendo.com>
8326
8327         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8328
8329         * gst/playback/gstqueue2.c: (gst_queue_peer_query),
8330         (gst_queue_handle_src_query):
8331         Wait for preroll before attempting to forward a duration query upstream.
8332         Fixes #445505.
8333
8334 2007-06-07  Sebastien Moutte  <sebastien@moutte.net>
8335
8336         * gst-libs/gst/rtp/gstbasertpdepayload.c: 
8337         (gst_base_rtp_depayload_set_gst_timestamp):
8338         Use G_GINT64_CONSTANT macro for int64 constant.
8339         * win32/common/libgstinterfaces.def:
8340         * win32/common/libgsttag.def:
8341         Add new exported functions.
8342
8343 2007-06-07  Tim-Philipp Müller  <tim at centricular dot net>
8344
8345         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
8346           The BOS page of the first Dirac video stream needs to come before
8347           the BOS page of any Vorbis streams or other audio streams, just like
8348           it is with Theora.
8349
8350 2007-06-07  Wim Taymans  <wim@fluendo.com>
8351
8352         * gst/playback/gstqueue2.c: (gst_queue_get_range):
8353         Fix compilation.
8354
8355 2007-06-06  Wim Taymans  <wim@fluendo.com>
8356
8357         Patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8358
8359         * gst/playback/gstqueue2.c: (gst_queue_init),
8360         (gst_queue_handle_sink_event), (gst_queue_chain),
8361         (gst_queue_get_range), (gst_queue_src_checkgetrange_function),
8362         (gst_queue_sink_activate_push), (gst_queue_src_activate_push),
8363         (gst_queue_src_activate_pull):
8364         Add pull based scheduling and fix some deadlocks. Fixes #444523.
8365         Does not yet completely work because duration queries upstream won't
8366         block yet.
8367
8368 2007-06-06  Wim Taymans  <wim@fluendo.com>
8369
8370         * configure.ac:
8371         * gst/playback/gstqueue2.c: (gst_queue_create_read):
8372         Some more fseeko checks.
8373
8374 2007-06-06  Wim Taymans  <wim@fluendo.com>
8375
8376         * configure.ac:
8377         check for large file support.
8378
8379 2007-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
8380
8381         Based on a patch by Sven Arvidsson <sa at whiz dot se>:
8382
8383         * gst/subparse/gstsubparse.c: (parse_subrip),
8384         (subviewer_unescape_newlines), (parse_subviewer),
8385         (gst_sub_parse_data_format_autodetect),
8386         (gst_sub_parse_format_autodetect), (gst_subparse_type_find):
8387         * gst/subparse/gstsubparse.h:
8388         Add support for SubViewer version 1 and 2 subtitles. Fixes #394061.
8389         * tests/check/elements/subparse.c: (GST_START_TEST),
8390         (subparse_suite):
8391         Add a unit test for both SubViewer formats.
8392
8393 2007-06-01  Michael Smith <msmith@fluendo.com>
8394
8395         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
8396           Don't overflow intermediate values when seeking to large time values
8397           in audiotestsrc.
8398
8399 2007-06-05  Wim Taymans  <wim@fluendo.com>
8400
8401         * gst/playback/gstqueue2.c: (gst_queue_have_data),
8402         (gst_queue_create_read), (gst_queue_read_item_from_file),
8403         (gst_queue_open_temp_location_file), (gst_queue_locked_enqueue):
8404         Include stdio to define fseeko.
8405
8406 2007-06-05  Wim Taymans  <wim@fluendo.com>
8407
8408         Patch by: Edward Hervey  <edward@fluendo.com>
8409
8410         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
8411         (gst_v4lsrc_query):
8412         Make v4lsrc output segments in GST_FORMAT_TIME. Fixes #442553.
8413
8414 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
8415
8416         * gst-libs/gst/riff/Makefile.am:
8417         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_info):
8418           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
8419           our own implementation.
8420
8421 2007-06-05  Wim Taymans  <wim@fluendo.com>
8422
8423         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8424         (gst_base_rtp_depayload_setcaps),
8425         (gst_base_rtp_depayload_set_gst_timestamp),
8426         (gst_base_rtp_depayload_change_state):
8427         Handle timestamp wraparound.
8428
8429 2007-06-05  Wim Taymans  <wim@fluendo.com>
8430
8431         * gst/playback/gsturidecodebin.c: (no_more_pads_full),
8432         (new_decoded_pad), (remove_pads), (make_decoder), (setup_source),
8433         (gst_uri_decode_bin_change_state):
8434         Make sure we name srcpads uniquely even when using different internal
8435         decodebins.
8436         Signal no-more-pads when no more dynamic elements exist.
8437         Remove pads on cleanup.
8438
8439 2007-06-05  Wim Taymans  <wim@fluendo.com>
8440
8441         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8442
8443         * gst/playback/gstqueue2.c: (gst_queue_class_init),
8444         (gst_queue_init), (gst_queue_finalize),
8445         (gst_queue_write_buffer_to_file), (gst_queue_have_data),
8446         (gst_queue_create_read), (gst_queue_read_item_from_file),
8447         (gst_queue_open_temp_location_file),
8448         (gst_queue_close_temp_location_file), (gst_queue_locked_flush),
8449         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8450         (gst_queue_is_empty), (gst_queue_is_filled),
8451         (gst_queue_change_state), (gst_queue_set_temp_location),
8452         (gst_queue_set_property):
8453         Add support for filebased buffering. Fixes #441264.
8454
8455 2007-06-05  Wim Taymans  <wim@fluendo.com>
8456
8457         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter),
8458         (analyze_new_pad), (connect_pad), (expose_pad), (caps_notify_cb),
8459         (caps_notify_group_cb), (gst_decode_group_new),
8460         (gst_decode_group_free):
8461         Add support for delayed caps fixation when autoplugging.
8462         Optimize cases where a multiqueue is not needed/wanted, like right after
8463         anything that is not a demuxer.
8464
8465 2007-06-05  Wim Taymans  <wim@fluendo.com>
8466
8467         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone),
8468         (gst_ogg_pad_submit_packet), (gst_ogg_demux_perform_seek),
8469         (gst_ogg_demux_read_chain), (gst_ogg_demux_collect_chain_info):
8470         consideratly speedup ogg chain detection by not trying to find a base
8471         timestamp for skeleton streams. 
8472
8473 2007-06-05  Wim Taymans  <wim@fluendo.com>
8474
8475         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
8476         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_add_full),
8477         (gst_multi_fd_sink_remove_flush),
8478         (gst_multi_fd_sink_remove_client_link),
8479         (gst_multi_fd_sink_handle_client_write),
8480         (gst_multi_fd_sink_handle_clients):
8481         * gst/tcp/gstmultifdsink.h:
8482         Add support for remove_flush.
8483
8484 2007-06-05  Wim Taymans  <wim@fluendo.com>
8485
8486         * docs/design/draft-keyframe-force.txt:
8487         * ext/theora/theoraenc.c: (theora_enc_sink_event),
8488         (theora_enc_chain):
8489         Add draft design for forcing keyframes in encoders and implement in
8490         theoraenc.
8491
8492 2007-06-05  Jan Schmidt  <thaytan@mad.scientist.com>
8493
8494         * configure.ac:
8495           Back to CVS
8496
8497 === release 0.10.13 ===
8498
8499 2007-06-05  Jan Schmidt <thaytan@mad.scientist.com>
8500
8501         * configure.ac:
8502           releasing 0.10.13, "What's Going on?"
8503
8504 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
8505
8506         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8507         In riff, the depth is stored in the size field but it just means that
8508         the least significant bits are cleared. We can therefore just play
8509         the sample as if it had a depth == width. Fixes: #440997
8510
8511         Patch by: Wim Taymans <wim@fluendo.com> 
8512         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
8513
8514 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
8515
8516         * gst-libs/gst/floatcast/floatcast.h:
8517         Define inline when needed on win32 builds. Fixes: #441295
8518         Patch by: Sebastien Moutte  <sebastien@moutte.net>
8519
8520 2007-05-29  Wim Taymans  <wim@fluendo.com>
8521
8522         * gst/playback/gstplaybasebin.c: (queue_overrun),
8523         (no_more_pads_full):
8524         Stop buffering when the group is commited because the queues filled up.
8525         Fixes #442024.
8526
8527 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
8528
8529         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
8530         (gst_alsa_mixer_free), (gst_alsa_mixer_update),
8531         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
8532         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
8533         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
8534         * ext/alsa/gstalsamixer.h:
8535         * ext/alsa/gstalsamixerelement.c:
8536         (gst_alsa_mixer_element_interface_supported),
8537         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
8538         (gst_alsa_mixer_element_set_property),
8539         (gst_alsa_mixer_element_get_property),
8540         (gst_alsa_mixer_element_change_state):
8541         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_update):
8542         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_volume_changed),
8543         (gst_mixer_option_changed):
8544         * gst-libs/gst/interfaces/mixer.h:
8545         Revert commits towards #152864 made so far. We'll pick it up again
8546         after the 0.10.13 release.
8547
8548 2007-05-24  Wim Taymans  <wim@fluendo.com>
8549
8550         * gst-libs/gst/audio/gstbaseaudiosink.c:
8551         (gst_base_audio_sink_render):
8552         After an interrupt (PAUSED/flush) assume that the next sample should not
8553         be aligned to the previous sample. Fixes #417992.
8554
8555 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
8556
8557         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8558           Don't add channels and rate fields to the template caps for
8559           audio/x-dts, as wavparse might not always be able to set them,
8560           which would then lead to 'caps are not a real subset of the
8561           template caps' warnings.
8562
8563 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
8564
8565         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
8566         Handle unknown or invalid pads without crashing, as might occur if
8567         a media file like an mp3 is specified as a subtitle file.
8568         Fixes: #410039
8569
8570 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
8571
8572         * gst/playback/gstplaybin.c: (add_sink), (dummy_blocked_cb),
8573         (setup_sinks):
8574         Block the subtitle bin output queue before ghosting it and linking,
8575         then unblock after. This avoids spurious not-linked errors caused 
8576         by the queue starting up (because it gets linked when it is ghosted). 
8577         Fixes: #350299
8578
8579 2007-05-23  Jan Schmidt  <thaytan@mad.scientist.com>
8580
8581         * tests/check/elements/playbin.c: (test_suburi_error_unknowntype):
8582         Use /dev/zero instead of /dev/urandom to produce an invalid subtitle
8583         file. Avoids flukes where the input gets typefound to some valid but
8584         useless type.
8585
8586 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8587
8588         * tests/check/Makefile.am:
8589         * tests/check/elements/.cvsignore:
8590         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink),
8591         (cleanup_gnomevfssink), (GST_START_TEST), (gnomevfssink_suite):
8592           Add unit test for gnomevfssink seeking and position reporting for
8593           file:// URIs.
8594
8595 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8596
8597         Patch by: Mark Nauwelaerts <manauw at skynet be>
8598
8599         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_init),
8600         (gst_gnome_vfs_sink_open_file), (gst_gnome_vfs_sink_handle_event),
8601         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render):
8602         * ext/gnomevfs/gstgnomevfssink.h:
8603           Fix position reporting, especially after a seek (from upstream),
8604           see #412648.
8605
8606 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8607
8608         * ext/cdparanoia/gstcdparanoiasrc.c:
8609           Repair umlaut.
8610
8611 2007-05-22  Jan Schmidt  <thaytan@mad.scientist.com>
8612
8613         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8614         Specify the full valid range for MP3 samplerates. Fixes a regression
8615         caused by extra header checks since the last release.
8616
8617 2007-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
8618
8619         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
8620         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
8621         Fix a locking-order bug I introduced with my changes the other day.
8622         Patch by Mike Smith.
8623
8624 2007-05-21  Michael Smith <msmith@fluendo.com>
8625
8626         * ext/theora/theoradec.c: (theora_handle_data_packet):
8627           Don't look inside 0-length packets (which indicate duplicated
8628           frames)
8629
8630 2007-05-21  Wim Taymans  <wim@fluendo.com>
8631
8632         * ext/cdparanoia/gstcdparanoiasrc.c:
8633         (gst_cd_paranoia_src_read_sector):
8634         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8635         (gst_base_audio_src_create):
8636         Small cleanups.
8637
8638         * ext/theora/theoradec.c: (theora_dec_sink_event):
8639         Fix typo.
8640
8641         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8642         (gst_base_rtp_depayload_set_gst_timestamp):
8643         Add some FIXME
8644
8645         * gst/playback/gstdecodebin.c: (queue_underrun_cb):
8646         And some debug info when a FIXME path is hit.
8647
8648 2007-05-21  Wim Taymans  <wim@fluendo.com>
8649
8650         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8651         (gst_base_rtp_audio_payload_class_init),
8652         (gst_base_rtp_audio_payload_init),
8653         (gst_base_rtp_audio_payload_finalize),
8654         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
8655         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
8656         (gst_base_rtp_payload_audio_handle_event):
8657         Some cleanups, remove minptime property as it is now in the parent
8658         class.
8659         Override parent class event function.
8660
8661         * gst-libs/gst/rtp/gstbasertppayload.c:
8662         (gst_basertppayload_class_init), (gst_basertppayload_init),
8663         (gst_basertppayload_event), (gst_basertppayload_set_property),
8664         (gst_basertppayload_get_property):
8665         * gst-libs/gst/rtp/gstbasertppayload.h:
8666         Add min-ptime property.
8667         Add handle-event vmethod. Fixes #415001.
8668
8669 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
8670
8671         * gst-libs/gst/audio/gstbaseaudiosink.c
8672           (gst_base_audio_sink_change_state):
8673           Fix typo in comment.
8674
8675         * gst/playback/gstdecodebin.c (gst_decode_bin_class_init,
8676           free_dynamics, pad_probe, close_pad_link, try_to_link_1,
8677           get_our_ghost_pad, remove_element_chain, queue_underrun_cb,
8678           close_link):
8679         * gst/playback/gstplaybin.c (gst_play_bin_set_property,
8680           gen_audio_element, remove_sinks, gst_play_bin_send_event_to_sink):
8681           Remove trailing whitespaces in comments.
8682
8683         * gst/volume/Makefile.am:
8684           Fix tabs.
8685
8686 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
8687
8688         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8689
8690         * gst-libs/gst/interfaces/mixer.h (mixer_type, option_changed,
8691           set_option, get_option, _gst_reserved):
8692           Revert reordering functions (keep ABI).
8693
8694 2007-05-17  Jan Schmidt  <thaytan@mad.scientist.com>
8695
8696         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
8697         (gst_ximagesink_xwindow_new), (gst_ximagesink_handle_xevents),
8698         (gst_ximagesink_show_frame):
8699         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8700         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_handle_xevents),
8701         (gst_xvimagesink_show_frame):
8702         When we create our own window, indicate that we handle the 
8703         WM_DELETE client message from the window manager, so that it won't 
8704         kill our window (and our app) along with it. Handle ClientMessage,
8705         post an error on the bus, and close the window. Further buffers
8706         arriving will result in a FlowError because the window has been
8707         destroyed.
8708
8709         Fixes: #393975
8710
8711         Clean up the X event handling loop and make them the same for
8712         both xvimagesink and ximagesink while I'm at it.
8713
8714 2007-05-17  Wim Taymans  <wim@fluendo.com>
8715
8716         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter):
8717         Make decodebin2 autoplug depayloaders too.
8718
8719         * gst/playback/gsturidecodebin.c: (source_new_pad):
8720         Set the newly created decoder in a usable state when autoplugging a
8721         dynamic source such as RTSP.
8722
8723 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
8724
8725         * gst/playback/gststreaminfo.c: (cb_probe):
8726           Ignore video-codec tag for audio streams and ignore audio-codec tags
8727           for video streams. Should make codec name collection a bit more
8728           robust against sloppy demuxers that send tag events containing both
8729           tags down each pad.
8730
8731 2007-05-17  Wim Taymans  <wim@fluendo.com>
8732
8733         * gst/playback/gstqueue2.c: (update_rates):
8734         Tweak the buffering thresholds a little.
8735         Update the buffer size with the previously calculate rate instead of
8736         only when we calculate a new rate so that we get smoother buffering
8737         updates.
8738
8739         * gst/playback/Makefile.am:
8740         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_base_init),
8741         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
8742         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
8743         (gst_uri_decode_bin_get_property), (unknown_type),
8744         (add_element_stream), (no_more_pads_full), (no_more_pads),
8745         (source_no_more_pads), (new_decoded_pad), (array_has_value),
8746         (gen_source_element), (has_all_raw_caps), (analyse_source),
8747         (remove_decoders), (make_decoder), (remove_source),
8748         (source_new_pad), (setup_source), (decoder_query_init),
8749         (decoder_query_duration_fold), (decoder_query_duration_done),
8750         (decoder_query_position_fold), (decoder_query_position_done),
8751         (decoder_query_latency_fold), (decoder_query_latency_done),
8752         (decoder_query_seeking_fold), (decoder_query_seeking_done),
8753         (decoder_query_generic_fold), (gst_uri_decode_bin_query),
8754         (gst_uri_decode_bin_change_state), (plugin_init):
8755         New element that intergrates a source, optional buffering element and
8756         decodebin.
8757
8758 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
8759
8760         * configure.ac:
8761           Bump libtheora requirement to 1.0alpha5 for the pixformat check
8762           (also has a .pc file, so we don't need the fallback check any
8763           longer). Fixes #438840.
8764
8765 2007-05-17  Wim Taymans  <wim@fluendo.com>
8766
8767         * gst/playback/gstqueue2.c: (gst_queue_get_type),
8768         (gst_queue_class_init), (gst_queue_finalize), (update_time_level),
8769         (apply_segment), (apply_buffer), (update_buffering),
8770         (reset_rate_timer), (update_rates), (gst_queue_locked_flush),
8771         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8772         (gst_queue_handle_sink_event), (gst_queue_is_filled),
8773         (gst_queue_chain), (gst_queue_push_one), (gst_queue_loop),
8774         (plugin_init):
8775         fix build.
8776
8777 2007-05-17  Wim Taymans  <wim@fluendo.com>
8778
8779         * gst/playback/Makefile.am:
8780         * gst/playback/gstqueue2.c: (gst_queue_get_type),
8781         (gst_queue_class_init), (gst_queue_init), (gst_queue_finalize),
8782         (gst_queue_getcaps), (gst_queue_bufferalloc),
8783         (gst_queue_acceptcaps), (update_time_level), (apply_segment),
8784         (apply_buffer), (update_buffering), (reset_rate_timer),
8785         (update_rates), (gst_queue_locked_flush),
8786         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8787         (gst_queue_handle_sink_event), (gst_queue_is_empty),
8788         (gst_queue_is_filled), (gst_queue_chain), (gst_queue_push_one),
8789         (gst_queue_loop), (gst_queue_handle_src_event),
8790         (gst_queue_handle_src_query), (gst_queue_sink_activate_push),
8791         (gst_queue_src_activate_push), (gst_queue_change_state),
8792         (gst_queue_set_property), (gst_queue_get_property), (plugin_init):
8793         On our way to playbin2 this is the new network queue that does buffering
8794         all by itself using high and low watermarks. It can also measure up and
8795         downstream bandwidth to optimally size the queue.
8796
8797 2007-05-17  Michael Smith <msmith@fluendo.com>
8798
8799         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
8800         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_do_seek):
8801           Use the segment->last_stop value to calculate the next timestamp to
8802           generate after a seek; not the segment->start value.
8803
8804 2007-05-15  David Schleef  <ds@schleef.org>
8805
8806         * docs/Makefile.am: Install docs even when --disable-gtk-doc
8807           is disabled.  This matches the behavior of gtk+.  Fixes #349099.
8808
8809 2007-05-15  Wim Taymans  <wim@fluendo.com>
8810
8811         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8812         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
8813         Some more chained streaming ogg timestamp fixes.
8814
8815 2007-05-15  Wim Taymans  <wim@fluendo.com>
8816
8817         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8818         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
8819         (gst_ogg_demux_handle_page):
8820         Add some FIXMEs.
8821         Fix chain start/stop segment handling based on patch by
8822         <ahalda at cs dot mcgill dot ca> see #320984.
8823
8824 2007-05-15  Michael Smith <msmith@fluendo.com>
8825
8826         * configure.ac:
8827           We don't require a C++ compiler. So don't require one.
8828
8829 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8830
8831         * ext/alsa/gstalsamixer.c (source, n_poll_fds, poll_fds,
8832           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
8833           gst_alsa_mixer_finalize, gst_alsa_mixer_handle_source_callback,
8834           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
8835           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_update_option,
8836           gst_alsa_mixer_update_track):
8837           Apply some of the cleanup Tim suggested in #152864 afterwards.
8838
8839 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8840
8841         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8842
8843         * ext/alsa/gstalsamixer.c (main_context, GstAlsaMixerWatch,
8844           _GstAlsaMixerWatch, source, n_poll_fds, poll_fds,
8845           gst_alsa_mixer_watch_funcs, gst_alsa_mixer_prepare,
8846           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
8847           gst_alsa_mixer_finalize, gst_alsa_mixer_find_master_mixer,
8848           gst_alsa_mixer_handle_source_callback,
8849           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
8850           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_free,
8851           gst_alsa_mixer_get_volume, gst_alsa_mixer_set_volume,
8852           gst_alsa_mixer_set_mute, gst_alsa_mixer_set_record,
8853           gst_alsa_mixer_get_option, gst_alsa_mixer_update_option,
8854           gst_alsa_mixer_update_track, _gst_alsa_mixer_set_interface):
8855         * ext/alsa/gstalsamixer.h (handle_source, interface, dir):
8856         * ext/alsa/gstalsamixerelement.c (gst_alsa_mixer_element_details,
8857           gst_alsa_mixer_element_interface_supported,
8858           gst_alsa_mixer_element_finalize, gst_alsa_mixer_element_init,
8859           gst_alsa_mixer_element_set_property,
8860           gst_alsa_mixer_element_get_property,
8861           gst_alsa_mixer_element_change_state):
8862         * ext/alsa/gstalsamixertrack.c (gst_alsa_mixer_track_update):
8863         * gst-libs/gst/interfaces/mixer.c (gst_mixer_volume_changed,
8864           gst_mixer_option_changed):
8865         * gst-libs/gst/interfaces/mixer.h (set_option, get_option,
8866           volume_changed, option_changed, _gst_reserved):
8867           Implement notification for alsamixer. Fixes #152864
8868
8869 2007-05-14  David Schleef  <ds@schleef.org>
8870
8871         * gst/videotestsrc/videotestsrc.c:
8872         * gst/videotestsrc/videotestsrc.h:
8873           Add support for video/x-raw-bayer.
8874
8875 2007-05-12  David Schleef  <ds@schleef.org>
8876
8877         * sys/xvimage/xvimagesink.c:
8878           Add some sanity checking for the XVImage size returned by X.
8879           Related to #377400.
8880
8881 2007-05-12  Wim Taymans  <wim@fluendo.com>
8882
8883         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8884         (gst_base_rtp_depayload_setcaps),
8885         (gst_base_rtp_depayload_set_gst_timestamp):
8886         Parse and use additional caps fields as described in updated
8887         application/x-rtp caps spec.
8888
8889 2007-05-12  Wim Taymans  <wim@fluendo.com>
8890
8891         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8892         (gst_ogg_demux_collect_chain_info):
8893         If there is a stream in a chain without any data packets, ignore the
8894         stream in the total length calculations. Might be related to #436820.
8895
8896 2007-05-11  Jan Schmidt  <thaytan@mad.scientist.com>
8897
8898         * gst/typefind/gsttypefindfunctions.c: (mpeg_sys_is_valid_pack),
8899         (mpeg_sys_is_valid_pes), (mpeg_sys_is_valid_sys),
8900         (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
8901         (mpeg_video_type_find), (mpeg_video_stream_type_find),
8902         (plugin_init):
8903
8904         Consolidate and re-work our mpeg system stream detection to probe
8905         more packets and produce a higher confidence result. Fixes a
8906         regression caused by lowering the typefind probability last year
8907         - related to bug #397810. Remove the redundant MPEG-1 specific 
8908         typefind function, as the new one detects both MPEG-1 & MPEG-2
8909         happily.
8910
8911         Also cleanup the MPEG elementary and MPEG-TS detection functions a
8912         little. 
8913
8914         Tested against my media test directory, with some improvements and
8915         no regressions.
8916
8917 2007-05-10  Wim Taymans  <wim@fluendo.com>
8918
8919         * gst/playback/gstplaybasebin.c: (fill_buffer), (check_queue),
8920         (queue_out_of_data):
8921         Connect to the new queue "pushing" signal instead of the broken
8922         "running" one.
8923
8924 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
8925
8926         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8927         (gst_base_rtp_audio_payload_handle_frame_based_buffer):
8928         Move variable declaration before the first instruction.
8929         * gst/videotestsrc/videotestsrc.c:
8930         Define M_PI if it's not defined yet.
8931         * win32/common/libgstrtp.def:
8932         Add new exported functions.
8933
8934 2007-05-09  Michael Smith <msmith@fluendo.com>
8935
8936         * ext/theora/theoradec.c: (theora_handle_type_packet):
8937           gst_pad_push_event() does not return a GstFlowReturn!
8938
8939 2007-05-09  Wim Taymans  <wim@fluendo.com>
8940
8941         * tests/examples/seek/scrubby.c: (stop_cb), (main):
8942         * tests/examples/seek/seek.c: (do_seek):
8943         Some small cosmetic changes.
8944
8945 2007-05-08  Stefan Kost  <ensonic@users.sf.net>
8946
8947         * gst/adder/gstadder.c (gst_adder_src_event, gst_adder_collected,
8948           gst_adder_change_state):
8949         * gst/adder/gstadder.h (bps, offset, collect_event, segment,
8950           segment_pending, segment_position, segment_rate):
8951           Handle playback-rate on adder.
8952
8953 2007-05-07  Michael Smith <msmith@fluendo.com>
8954
8955         * ext/theora/gsttheoradec.h:
8956         * ext/theora/theoradec.c: (gst_theora_dec_reset),
8957         (theora_dec_sink_event), (theora_handle_comment_packet),
8958         (theora_handle_type_packet), (theora_dec_change_state):
8959           Don't push events (newsegment, tags) before initialising the
8960           decoder.
8961           This is neccesary for seeking to work correctly in gnonlin.
8962
8963 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
8964
8965         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8966         * gst/adder/gstadder.c:
8967         * gst/audiotestsrc/gstaudiotestsrc.c
8968           (gst_audio_test_src_create_white_noise):
8969         * gst/videotestsrc/gstvideotestsrc.c:
8970         * gst/volume/gstvolume.c (VOLUME_UNITY_INT16,
8971           VOLUME_UNITY_INT16_BIT_SHIFT, VOLUME_MAX_DOUBLE,
8972           volume_sink_template, volume_src_template, gst_volume_init,
8973           volume_process_double, volume_process_int16,
8974           volume_process_int16_clamp):
8975           Doc fixes and formatting.
8976
8977 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
8978
8979         * tests/check/Makefile.am:
8980         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
8981           Minimal check for volume's GstController usability; also another
8982           test for #422295.
8983
8984 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
8985
8986         * gst-libs/gst/cdda/gstcddabasesrc.c:
8987         (gst_cdda_base_src_add_track):
8988           Fix it so that it (a) makes sense and (b) doesn't break
8989           everything cdda-related including the unit test.
8990
8991 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
8992
8993         * gst-libs/gst/cdda/gstcddabasesrc.c:
8994         (gst_cdda_base_src_add_track):
8995           Fix build when disabling asserts.
8996
8997 2007-05-03  Tim-Philipp Müller  <tim at centricular dot net>
8998
8999         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
9000           When XShm is not available, we might get row strides that are not
9001           rounded up to multiples of four; this is bad, because virtually
9002           every RGB-processing element in GStreamer assumes rowstrides are
9003           rounded up to multiples of four, so let's allocate at least enough
9004           memory to avoid crashes in this case. The image will still be
9005           displayed distorted though if this happens, so that still needs
9006           fixing (maybe by allocating a bigger image with an 'even' width
9007           and then clipping it appropriately when rendering - something for
9008           Xlib aficionados in any case).
9009
9010 2007-05-03  Michael Smith <msmith@fluendo.com>
9011
9012         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
9013           If a buffer doesn't have a timestamp, assume it's contiguous with
9014           the previous buffer, and synthesise timestamps appropriately.
9015
9016 2007-05-03  Edward Hervey  <edward@fluendo.com>
9017
9018         * tests/check/elements/videorate.c: (GST_START_TEST):
9019         Set buffer timestamp to a valid value in order to test the buffer
9020         really does stay in videorate.
9021
9022 2007-05-03  Edward Hervey  <edward@fluendo.com>
9023
9024         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
9025         There is no sensible way to handle incoming buffers which don't have a
9026         valid timestamp. We therefore discard them and wait for the next one.
9027
9028 2007-05-01  Tim-Philipp Müller  <tim at centricular dot net>
9029
9030         * gst/playback/gstdecodebin.c: (type_found), (plugin_init):
9031         * gst/playback/gstdecodebin2.c: (plugin_init):
9032           Better error message for text files.
9033
9034 2007-04-29  Wim Taymans  <wim@fluendo.com>
9035
9036         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_add_rb):
9037         Fix offset bug in generation RR packets.
9038
9039 2007-04-27  Julien MOUTTE  <julien@moutte.net>
9040
9041         * ext/theora/theoradec.c: (_theora_granule_time),
9042         (theora_dec_push_forward), (theora_handle_data_packet),
9043         (theora_dec_decode_buffer): Calculate buffer duration correctly
9044         to generate a perfect stream (#433888).
9045         * gst/audioresample/gstaudioresample.c:
9046         (audioresample_check_discont): Glib provides ABS.
9047
9048 2007-04-27  Wim Taymans  <wim@fluendo.com>
9049
9050         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
9051         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_sdes_add_item),
9052         (gst_rtcp_packet_sdes_add_entry), (gst_rtcp_packet_bye_add_ssrc),
9053         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
9054         (gst_rtcp_packet_bye_set_reason):
9055         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9056         Fix RB block parsing and writing.
9057         Add support for constructing BYE packets.
9058
9059 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
9060
9061         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init),
9062         (gst_base_audio_src_create):
9063         * po/POTFILES.in:
9064           When posting a warning message because samples were dropped, post
9065           something more intelligible than he default error message for clock
9066           errors which is just confusing in this context (#432984).
9067
9068 2007-04-25  Wim Taymans  <wim@fluendo.com>
9069
9070         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_buffer_new),
9071         (gst_rtcp_buffer_end), (gst_rtcp_buffer_get_packet_count),
9072         (read_packet_header), (gst_rtcp_packet_move_to_next),
9073         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_sr_set_sender_info),
9074         (gst_rtcp_packet_rr_set_ssrc), (gst_rtcp_packet_add_rb),
9075         (gst_rtcp_packet_sdes_get_item_count),
9076         (gst_rtcp_packet_sdes_first_item),
9077         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_ssrc),
9078         (gst_rtcp_packet_sdes_first_entry),
9079         (gst_rtcp_packet_sdes_next_entry),
9080         (gst_rtcp_packet_sdes_get_entry), (gst_rtcp_packet_sdes_add_item),
9081         (gst_rtcp_packet_sdes_add_entry):
9082         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9083         Implement code to write SR, RR and SDES packets.
9084
9085 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
9086
9087         Patch by: Christian Kirbach <Christian dot Kirbach at googlemail com>
9088
9089         * sys/ximage/ximagesink.c:
9090           Fix build if XShm is not available (#432362).
9091
9092 2007-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
9093
9094         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init):
9095         Initalize the AudioConvertCtx with zeroes, otherwise it will contain
9096         pointers to random memory which are passed to g_free() when
9097         audio_convert_prepare_context() is called the first time.
9098
9099 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
9100
9101         Patch by: Dan Williams <dcbw redhat com>
9102
9103         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
9104           Don't leak incoming buffer if gst_pad_push() returns a
9105           non-OK flow. Fixes #432755.
9106          
9107         * tests/check/elements/videorate.c: (GST_START_TEST),
9108         (videorate_suite):
9109           Unit test for the above by Yours Truly.
9110
9111 2007-04-23  Stefan Kost  <ensonic@users.sf.net>
9112
9113         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
9114         (gst_adder_sink_event), (gst_adder_collected):
9115           Fix non-flushing segmented seeks, Fixes #340060 for me
9116
9117 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9118
9119         Patch by: Olivier Crete  <tester at tester ca>
9120
9121         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9122         (gst_base_rtp_audio_payload_class_init),
9123         (gst_base_rtp_audio_payload_init),
9124         (gst_base_rtp_audio_payload_dispose):
9125           Chain up to parent class in dispose function; get rid of
9126           unnecessary 'diposed' flag in private structure (#415001).
9127
9128 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9129
9130         * docs/libs/gst-plugins-base-libs.types:
9131         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9132         (gst_base_rtp_audio_payload_class_init):
9133         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9134         * gst-libs/gst/rtp/gstbasertppayload.c:
9135           Some minor docs fixes and additions; also add missing 'Since' bits.
9136
9137 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9138
9139         Patch by: Zeeshan Ali  <zeenix gmail com>
9140
9141         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9142         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
9143         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
9144         (gst_base_rtp_audio_payload_push):
9145         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9146           The recently-added gst_base_rtp_audio_payload_push() should take an
9147           object of type GstBaseRTPAudioPayload as first argument (#431672).
9148
9149 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9150
9151         * gst/audioresample/gstaudioresample.c:
9152           Make more functions static, just because we can.
9153
9154 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9155
9156         * tests/check/elements/audioresample.c:
9157           Add unit test for audioresample shutdown crasher (#420106).
9158
9159 2007-04-20  Stefan Kost  <ensonic@users.sf.net>
9160
9161         * gst/subparse/gstsubparse.c:
9162         * gst/subparse/samiparse.c:
9163           Use GST_DISABLE_XML here
9164
9165         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9166         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_get_xv_support),
9167         (gst_xvimagesink_buffer_alloc),
9168         (gst_xvimagesink_navigation_send_event):
9169         * sys/xvimage/xvimagesink.h:
9170           Include stdlib.h when using atoi.
9171           
9172         * tests/check/elements/playbin.c: (playbin_suite):
9173           Use GST_DISABLE_REGISTRY here
9174
9175 2007-04-19  Michael Smith  <msmith@fluendo.com>
9176
9177         * ext/theora/gsttheoraenc.h:
9178         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
9179         (theora_enc_sink_event), (theora_enc_change_state):
9180           Track initialisation state; don't try to use encoder state if we're
9181           not initialised (it'll segfault).
9182
9183 2007-04-18  Stefan Kost  <ensonic@users.sf.net>
9184
9185         * tests/check/pipelines/.cvsignore:
9186         Fix build.
9187
9188 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9189
9190         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9191         Allow random depths between 1 and 32 instead of only multiplies of 8.
9192
9193 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9194
9195         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9196         Set the maximum number of channels for PCM and float in the correct
9197         place to have it also used when creating the template caps.
9198
9199 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9200
9201         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9202         Correctly support 4, 6 and 8 channels with normal PCM and float
9203         wav files.
9204
9205         Fix the depth and signedness calculation in extensible wav files and
9206         also handle 1, 2, 4, 6, 8 channels here when a file without channel
9207         mask is found.
9208
9209         Add support for float, alaw and mulaw in extensible wav files.
9210
9211         This allows correct playback of all but 5 files from
9212         http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Samples.html
9213         
9214         (gst_riff_create_audio_template_caps):
9215         Add voxware and float formats to the template caps.     
9216
9217 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9218
9219         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
9220
9221         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
9222         Fix unused variable warning if HAVE_LOCALTIME_R is undefinied
9223
9224         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9225         * gst/audioresample/gstaudioresample.c: (audioresample_do_output):
9226         Use the correct format strings for integer formats.
9227
9228 2007-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
9229
9230         * ext/theora/theoraenc.c (theora_buffer_from_packet, theora_enc_chain):
9231           Don't use pad_alloc_buffer_and_set_caps to create a small header
9232           packet, or, worse, to create a big temporary video buffer using the
9233           src pad.
9234
9235 2007-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9236
9237         * gst/gdp/gstgdppay.c (gst_gdp_pay_chain):
9238         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
9239           GST_START_TEST, buffer_probe_cb, GST_START_TEST):
9240           Fix a bug where serialized IN_CAPS buffers needed to be set IN_CAPS.
9241
9242 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9243
9244         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
9245           GST_START_TEST, n_in_caps, buffer_probe_cb, GST_START_TEST,
9246           streamheader_suite):
9247           Add another test set up for failure
9248
9249 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9250
9251         * tests/check/Makefile.am:
9252         * tests/check/pipelines/streamheader.c (n_tags, tag_event_probe_cb,
9253           GST_START_TEST, streamheader_suite, main):
9254           Add a test for the streamheader bug Wim fixed.
9255
9256 2007-04-13  Jan Schmidt  <thaytan@mad.scientist.com>
9257
9258         * ext/theora/theoradec.c: (theora_dec_sink_event):
9259         Fix misleading comment.
9260
9261 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
9262
9263         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9264           More sanity checks for the header fields.
9265
9266 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
9267
9268         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
9269           Try encodings from all environment variables, not just those in the
9270           first environment variable that is set.
9271
9272 2007-04-12  Wim Taymans  <wim@fluendo.com>
9273
9274         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
9275         (gst_video_rate_chain):
9276         Add some debug.
9277
9278         * tests/check/elements/videorate.c: (GST_START_TEST),
9279         (videorate_suite):
9280         Added check for videorate changing caps handling. Closes #421834.
9281
9282 2007-04-12  Michael Smith  <msmith@fluendo.com>
9283
9284         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9285           Use scale functions to avoid overflow when calculating duration of 
9286           vorbis buffers.
9287
9288 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
9289
9290         * docs/libs/gst-plugins-base-libs-sections.txt:
9291         * gst-libs/gst/tag/tag.h:
9292         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
9293           API: add gst_tag_freeform_string_to_utf8() (#405072).
9294
9295         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_extract_id3v1_string):
9296           Use gst_tag_freeform_string_to_utf8() here.
9297
9298 2007-04-12  Wim Taymans  <wim@fluendo.com>
9299
9300         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain),
9301         (gst_gdp_pay_sink_event):
9302         Make sure we set the IN_CAPS flag correctly.
9303
9304         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
9305         Get the IN_CAPS flag before we call functions that mess with the flags.
9306
9307 2007-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
9308
9309         * gst/gdp/gstgdppay.c (gst_gdp_pay_reset_streamheader,
9310           gst_gdp_pay_chain, gst_gdp_pay_sink_event):
9311           Only stamp buffers with offset/offset_end right before they get
9312           pushed.  This ensures offset continuity, which was not the case
9313           before as shown by
9314           gst-launch -v -m audiotestsrc num-buffers=10 ! audioconvert ! vorbisenc ! gdppay ! identity check-imperfect-offset=TRUE ! fakesink silent=TRUE
9315
9316 2007-04-06  Wim Taymans  <wim@fluendo.com>
9317
9318         * gst/playback/gstplaybin.c: (add_sink),
9319         (gst_play_bin_change_state):
9320         Activate sync in playbin, we are ready to handle it for live streams.
9321
9322 2007-04-06  Tim-Philipp Müller  <tim at centricular dot net>
9323
9324         * tests/check/elements/playbin.c:
9325         (test_sink_usage_video_only_stream), (playbin_suite):
9326           Add small test for stream-info-value-array code paths.
9327
9328 2007-04-05  Wim Taymans  <wim@fluendo.com>
9329
9330         * gst-libs/gst/audio/gstbaseaudiosink.c:
9331         (gst_base_audio_sink_skew_slaving):
9332         Don't try to create invalid calibration parameters by making the
9333         internal time go backwards, instead make external time go forward.
9334
9335 2007-04-05  Wim Taymans  <wim@fluendo.com>
9336
9337         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9338
9339         * gst/playback/gstplaybasebin.c: (add_stream):
9340         Fix leak in add_stream(), when g_value_set_object() increases the
9341         refcount of streaminfo object. Fixes #426250.
9342
9343 2007-04-03  David Schleef  <ds@schleef.org>
9344
9345         * gst/videotestsrc/gstvideotestsrc.c:
9346         * gst/videotestsrc/gstvideotestsrc.h:
9347         * gst/videotestsrc/videotestsrc.c:
9348         * gst/videotestsrc/videotestsrc.h:
9349           Add a test pattern called "circular", which has concentric
9350           rings with varying radial frequency.  The main purpose of this
9351           pattern is to test fidelity loss in a filter or scaler element.
9352           Notably, this pattern is scale invariant, and is optimally viewed
9353           with a width (and height) of 400.
9354
9355 2007-04-03  Wim Taymans  <wim@fluendo.com>
9356
9357         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9358
9359         * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
9360         (deactivate_free_recursive):
9361         Decodebin2 doesn't unref pads it obtains in some occasions:
9362         - multiqueue src pads, when either connecting further or exposing
9363         - sink pads of new autoplugged elements
9364         - peer pads when recursively freeing elements
9365         Fixes #425455.
9366
9367 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
9368
9369         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9370         Add audio/x-raw-float support, now that audioconvert support
9371         non-native endianness floats.
9372
9373 2007-03-30  Tim-Philipp Müller  <tim at centricular dot net>
9374
9375         * docs/libs/gst-plugins-base-libs-docs.sgml:
9376           gstreamer-plugins-base.pc doesn't exist, it's
9377           gstreamer-plugins-base-0.10.pc.
9378
9379 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9380
9381         Patch by: René Stadler <mail at renestadler dot de>
9382         with some minor changes
9383
9384         * gst-libs/gst/floatcast/floatcast.h:
9385         Use more efficient float endianness conversion functions that don't
9386         involve 2 function calls per value.
9387         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
9388         (check_default), (audio_convert_prepare_context):
9389         * gst/audioconvert/gstaudioconvert.c:
9390         (gst_audio_convert_parse_caps), (make_lossless_changes):
9391         Support non-native endianness floats as input and output.
9392         Fixes #339838.
9393         * tests/check/elements/audioconvert.c: (verify_convert),
9394         (GST_START_TEST):
9395         Add unit tests for the non-native endianness float conversions.
9396
9397 2007-03-29  Wim Taymans  <wim@fluendo.com>
9398
9399         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9400         (gst_base_rtp_depayload_base_init),
9401         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
9402         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
9403         (gst_base_rtp_depayload_set_gst_timestamp),
9404         (gst_base_rtp_depayload_change_state),
9405         (gst_base_rtp_depayload_set_property),
9406         (gst_base_rtp_depayload_get_property):
9407         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9408         Add Private structure.
9409         Bring element code to 2007.
9410         Parse clock-base caps param and use it when generating the
9411         newsegment.
9412         Reset variables before going to PAUSED.
9413         Fix some docs.
9414
9415 2007-03-29  Wim Taymans  <wim@fluendo.com>
9416
9417         * docs/libs/gst-plugins-base-libs-docs.sgml:
9418         * docs/libs/gst-plugins-base-libs-sections.txt:
9419         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9420         (gst_base_rtp_audio_payload_get_adapter):
9421         Add RTCP docs.
9422         Fix some more docs.
9423
9424         * gst-libs/gst/rtp/Makefile.am:
9425         * gst-libs/gst/rtp/gstrtcpbuffer.c:
9426         (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
9427         (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
9428         (gst_rtcp_buffer_get_packet_count), (read_packet_header),
9429         (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
9430         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
9431         (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
9432         (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
9433         (gst_rtcp_packet_sr_get_sender_info),
9434         (gst_rtcp_packet_sr_set_sender_info),
9435         (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
9436         (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
9437         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
9438         (gst_rtcp_packet_sdes_get_chunk_count),
9439         (gst_rtcp_packet_sdes_first_chunk),
9440         (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
9441         (gst_rtcp_packet_sdes_first_item),
9442         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
9443         (gst_rtcp_packet_bye_get_ssrc_count),
9444         (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
9445         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
9446         (gst_rtcp_packet_bye_get_reason_len),
9447         (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
9448         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9449         Add new helper object for parsing and creating RTCP messages.
9450
9451 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9452
9453         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9454         PCM samples with width=8 must be always unsigned, no matter what
9455         depth they have.
9456
9457 2007-03-29  Andy Wingo  <wingo@pobox.com>
9458
9459         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
9460         perfect offsets also, not just timestamps.
9461
9462         * tests/check/elements/videorate.c (test_more): Test that given
9463         any incoming offsets, that videorate produces perfect offsets.
9464
9465 2007-03-29  Wim Taymans  <wim@fluendo.com>
9466
9467         * gst-libs/gst/riff/riff-ids.h:
9468         Add some more RIFF formats.
9469
9470 2007-03-29  Wim Taymans  <wim@fluendo.com>
9471
9472         * gst-libs/gst/rtp/gstrtpbuffer.c:
9473         (gst_rtp_buffer_default_clock_rate):
9474         * gst-libs/gst/rtp/gstrtpbuffer.h:
9475         Fix fixed payload names and docs.
9476         Added method to get the default clock rates of fixed payload types.
9477         API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
9478
9479 2007-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9480
9481         * tests/check/pipelines/.cvsignore:
9482         Add new vorbisdec test to cvsignore.
9483
9484 2007-03-28  Wim Taymans  <wim@fluendo.com>
9485
9486         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
9487         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
9488         (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
9489         (gst_base_audio_sink_set_property),
9490         (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
9491         (clock_convert_external), (gst_base_audio_sink_resample_slaving),
9492         (gst_base_audio_sink_skew_slaving),
9493         (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
9494         (gst_base_audio_sink_async_play):
9495         * gst-libs/gst/audio/gstbaseaudiosink.h:
9496         Store private stuff in GstBaseAudioSinkPrivate.
9497         Add configurable clock slaving modes property.
9498         API:: GstBaseAudioSink::slave-method property
9499         Some more latency reporting tweaks.
9500         Added skew based clock slaving correction and make it the default until
9501         the resampling method is more robust.
9502
9503 2007-03-27  Sebastian Dröge  <slomo@circular-chaos.org>
9504
9505         * gst/audioconvert/audioconvert.c:
9506         Add docs to the integer pack functions and implement proper
9507         rounding. Before we had rounding towards negative infinity, i.e.
9508         always the smaller number was taken. Now we use natural rounding,
9509         i.e. rounding to the nearest integer and to the one with the largest
9510         absolute value for X.5. The old rounding introduced some minor
9511         distortions. Fixes #420079
9512         * tests/check/elements/audioconvert.c: (GST_START_TEST):
9513         Fix one unit test that assumed the old rounding and added unit tests
9514         for checking signed/unsigned int16 <-> signed/unsigned int16 with
9515         depth 8, one for signed int16 <-> unsigned int16 and one for the new
9516         rounding from signed int32 to signed/unsigned int16.
9517
9518 2007-03-27  Michael Smith  <msmith@fluendo.com>
9519
9520         * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
9521         (gst_audio_convert_transform_caps):
9522           Fix typo in debug line introduced recently, as pointed out on irc.
9523
9524 2007-03-27  Tim-Philipp Müller  <tim at centricular dot net>
9525
9526         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9527         * tests/check/libs/tag.c: (GST_START_TEST):
9528           Make sure we parse floating-point numbers in vorbis comments
9529           correctly with either '.' or ',' as separator, no matter what
9530           the current locale is. Add unit test for this too.
9531
9532 2007-03-26  Tim-Philipp Müller  <tim at centricular dot net>
9533
9534         Patch by: René Stadler  <mail at renestadler de>
9535
9536         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
9537           When writing out floating-point numbers to vorbis comment tags, always
9538           use the same character as separator no matter what the current locale is
9539           (fixes #423051).
9540
9541         * tests/check/libs/tag.c: (GST_START_TEST):
9542           Add unit tests for replaygain tags in vorbis comments (closes #423055).
9543
9544 2007-03-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9545
9546         * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
9547           vorbis_handle_data_packet):
9548           Correctly set DURATION to generate a timestamp-continuous stream.
9549           One bug left at the end; see
9550           ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
9551         * tests/check/Makefile.am:
9552         * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
9553           Add a test to check this.  Without the above patch this test fails.
9554
9555 2007-03-26  Jan Schmidt  <thaytan@mad.scientist.com>
9556
9557         * gst-libs/gst/rtp/Makefile.am:
9558         The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
9559
9560 2007-03-23  Michael Smith  <msmith@fluendo.com>
9561
9562         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
9563         (gst_video_rate_reset), (gst_video_rate_chain):
9564           If videorate changes caps, we can no longer use the old buffer
9565           (which may have a different size, incompatible with our caps).
9566           So don't do that; just duplicate the new frame more times.
9567
9568 2007-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
9569
9570         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
9571         Remove playbin's override of the set_clock vmethod. It's irrelevant
9572         after Wim's commit on the 19th.
9573
9574 2007-03-22  Wim Taymans  <wim@fluendo.com>
9575
9576         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
9577         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
9578         * ext/gnomevfs/gstgnomevfssrc.h:
9579         Don't cache file sizes. Fixes #341078.
9580
9581 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9582
9583         * gst/playback/gstplaybin.c: (add_sink):
9584           Use GST_PTR_FORMAT to log caps. 
9585
9586 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9587
9588         Patch by: Young-Ho Cha <ganadist at chollian net>
9589
9590         * gst/subparse/samiparse.c: (handle_start_font):
9591           Special-case some more colour names that pango doesn't handle by
9592           default. Fixes #420578.
9593
9594 2007-03-20  Michael Smith  <msmith@fluendo.com>
9595
9596         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
9597           If we get a zero-sized input buffer, don't pass it to libvorbis, as
9598           that marks EOS internally. After that, libvorbis will buffer all
9599           input data, and encode none of it, eventually leading to memory
9600           exhaustion.
9601
9602 2007-03-19  Wim Taymans  <wim@fluendo.com>
9603
9604         * gst/playback/gstdecodebin.c: (remove_fakesink):
9605         Don't post STATE_DIRTY anymore.
9606
9607         * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
9608         (gst_play_bin_change_state):
9609         Remove stream_time reset in seek handling, core does that now.
9610         Disable clocking for live pipelines by forcing a NULL clock to the
9611         complete pipeline, core is too smart now for our previous hack.
9612         We can always autoplug in PAUSED now.
9613
9614 2007-03-17  David Schleef  <ds@schleef.org>
9615
9616         * REQUIREMENTS:  Update this file, change the formatting to make
9617         it more consistent, plus more machine readable.
9618
9619 2007-03-16  Michael Smith  <msmith@fluendo.com>
9620
9621         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9622         (strip_width_64), (append_with_other_format):
9623           Previous fix was too simplistic, and broke the tests. Use a better
9624           approach; only strip 64 from widths for integer audio.
9625
9626 2007-03-16  Michael Smith  <msmith@fluendo.com>
9627
9628         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9629         (gst_audio_convert_transform_caps):
9630           We don't support 64 bit integer audio, so don't try to claim we can.
9631           Stops us producing caps don't match our template caps.
9632           Update comments.
9633
9634 2007-03-15  Michael Smith  <msmith@fluendo.com>
9635
9636         * gst/audioresample/gstaudioresample.c:
9637         (audioresample_check_discont), (audioresample_transform):
9638           Don't trigger discontinuities for very small imperfections; a filter
9639           flush will sound bad, and many plugins have rounding errors leading
9640           to these.
9641
9642 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
9643
9644         Patch by: Olivier Crete <olivier.crete@collabora.co.uk>
9645
9646         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9647         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9648         API: add "min-ptime" property to RTP base audio payloader.
9649         API: add gst_base_rtp_audio_payload_push().
9650         API: add gst_base_rtp_audio_payload_get_adapter().
9651         Fixes #415001
9652         Indentation/whitespace/documentation fixes.
9653
9654 2007-03-14  Julien MOUTTE  <julien@moutte.net>
9655
9656         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
9657         (audioresample_transform_size), (audioresample_do_output),
9658         (audioresample_transform), (audioresample_pushthrough): Handle
9659         discontinuous streams.
9660         * gst/audioresample/gstaudioresample.h:
9661         * tests/check/elements/audioresample.c:
9662         (test_discont_stream_instance), (GST_START_TEST),
9663         (audioresample_suite): Add a test for discontinuous streams.
9664         * win32/common/config.h: Updated.
9665
9666 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9667
9668         * po/af.po:
9669         * po/az.po:
9670         * po/cs.po:
9671         * po/en_GB.po:
9672         * po/it.po:
9673         * po/nb.po:
9674         * po/nl.po:
9675         * po/or.po:
9676         * po/sq.po:
9677         * po/sr.po:
9678         * po/sv.po:
9679         * po/uk.po:
9680         * po/vi.po:
9681           Update translations from translation project.
9682
9683 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9684
9685         * gst/audioresample/debug.h:
9686         * gst/audioresample/resample.c: (resample_init):
9687           Since I really am not interested in a debug line for each sample
9688           being processed, move the library's debugging to its own category,
9689           libaudioresample
9690
9691 2007-03-13  Michael Smith  <msmith@fluendo.com>
9692
9693         * ext/theora/theoradec.c: (theora_handle_type_packet):
9694           Since the plugin doesn't support anything other than 4:2:0 right
9695           now, post an error and fail if we get something else. Won't matter
9696           until libtheora supports the other pixel formats, but hopefully
9697           that'll be soon...
9698
9699 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
9700
9701         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
9702         Use gst_guint64_to_gdouble for conversion.
9703         * win32/MANIFEST:
9704         Add new files to the win32 MANIFEST.
9705         * win32/common/libgstaudio.def:
9706         * win32/common/libgstpbutils.def:
9707         Add new exported functions.
9708         * win32/vs6/gst_plugins_base.dsw:
9709         * win32/vs6/libgstdecodebin.dsp:
9710         * win32/vs6/libgstplaybin.dsp:
9711         Change the link to libgstpbutils.lib.
9712         * win32/vs6/libgstdecodebin2.dsp:
9713         Add a new project for decodebin2.
9714         * win32/vs6/libgstpbutils.dsp:
9715         Add a new project for pbutils.
9716
9717 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9718
9719         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9720           Also accept partial dates with only year and month,
9721           like 1999-12-00 (fixes #410396 even more).
9722
9723         * tests/check/libs/tag.c: (GST_START_TEST):
9724           Add unit test for the above.
9725
9726 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9727
9728         * tests/check/elements/subparse.c: (GST_START_TEST),
9729         (subparse_suite):
9730           Add unit test for MPL2 subtitle format (#413799).
9731
9732 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9733
9734         Patch by: Kamil Pawlowski  <kamilpe gmail com>
9735
9736         * gst/subparse/Makefile.am:
9737         * gst/subparse/gstsubparse.c:
9738         (gst_sub_parse_data_format_autodetect),
9739         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
9740         (gst_subparse_type_find):
9741         * gst/subparse/gstsubparse.h:
9742         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
9743         * gst/subparse/mpl2parse.h:
9744           Add support for MPL2 subtitle format (#413799).
9745
9746 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9747
9748         * configure.ac:
9749           We require core CVS for the new buffer metadata copy functions.
9750
9751 2007-03-09  Wim Taymans  <wim@fluendo.com>
9752
9753         * gst-libs/gst/tag/gstid3tag.c:
9754         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
9755         Fixes #414496.
9756
9757         Patch by: Alex Lancaster <alexl at users sourceforge net>
9758
9759 2007-03-09  Wim Taymans  <wim@fluendo.com>
9760
9761         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
9762         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
9763         Improve adapter usage and comments.
9764
9765 2007-03-09  Wim Taymans  <wim@fluendo.com>
9766
9767         * ext/pango/gsttextrender.c: (gst_text_render_chain):
9768         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
9769         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
9770         Use new metadata copy function.
9771
9772         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9773         (gst_ffmpegcsp_transform):
9774         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
9775         Basetransform copied the metadata for us.
9776
9777 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9778
9779         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
9780         (gst_text_overlay_video_event):
9781           Some more logging. Only accept newsegment events in TIME format and
9782           send a WARNING message if they are not in TIME format.
9783
9784         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
9785         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
9786         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
9787         * gst/subparse/gstsubparse.h:
9788           No need to allocate GstSegment structure dynamically, just put it
9789           into the instance structure; ignore newsegment events in BYTE
9790           format and in particular don't let it overwrite our saved TIME
9791           segment from the last seek.
9792
9793 2007-03-09  Michael Smith  <msmith@fluendo.com>
9794
9795         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
9796           Replace AC3 typefinder with one that isn't terrible, and actually
9797           works usefully.
9798
9799 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9800
9801         * gst/audioconvert/gstaudioconvert.c:
9802         (gst_audio_convert_transform):
9803           fix error category and translatable string
9804           
9805
9806 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9807
9808         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
9809         * pkgconfig/gstreamer-plugins-base.pc.in:
9810           Fix up utils => pbutils here too.
9811
9812 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9813
9814         * gst/subparse/gstsubparse.c: (handle_buffer):
9815           Break out of loop in chain function as soon as possible if we get
9816           a non-OK flow return.
9817
9818 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9819
9820         * tests/check/elements/alsa.c: (GST_START_TEST):
9821         Unref the mixer if the state change fails too (if the
9822         alsa devices are inaccessible, for example)
9823
9824 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9825
9826         * tests/check/Makefile.am:
9827         Don't test libvisual elements in the states check, because libvisual
9828         seems to leak internally.
9829
9830         Re-enable the alsa and states tests now that there's new suppressions
9831         in gst.supp.
9832
9833         * tests/check/elements/alsa.c: (GST_START_TEST):
9834         Don't leak the alsamixer we instantiated.
9835
9836 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9837
9838         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
9839         (gst_ximagesink_change_state), (gst_ximagesink_reset),
9840         (gst_ximagesink_finalize):
9841         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
9842         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
9843         Move some cleanup stuff from the state change handler into a _reset()
9844         function that can be called from _finalize(). This ensures that things
9845         get freed even if (for some reason) the NULL->READY state transition
9846         fails in the parent class.
9847         Even if a parent state change fails, process our downward state change
9848         logic instead of bailing out early.
9849         Free the correct xcontext pointer in ximagesink's xcontext_clear.
9850
9851 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9852
9853         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
9854         Extra log line.
9855
9856         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
9857         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
9858         Use pango_font_description_set_family_static instead of 
9859         pango_font_description_set_family to save a string copy (it was
9860         leaking due to the strdup anyway)
9861
9862         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
9863         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
9864         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
9865         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
9866         Chain up in finalize.
9867
9868 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
9869
9870         * gst-libs/gst/interfaces/mixertrack.c:
9871         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
9872         (gst_mixer_track_set_property):
9873           API: add "untranslated-label" property which should be set by
9874           implementations at construct time (#414645).
9875
9876         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
9877         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
9878           Set "untranslated-label" when constructing mixer track objects.
9879
9880         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
9881           Unit test to check the above.
9882
9883 2007-03-07  Wim Taymans  <wim@fluendo.com>
9884
9885         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
9886         Fix confusing debug message.
9887
9888 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
9889
9890         * gst-plugins-base.doap:
9891         update doap file with new version
9892
9893 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
9894
9895         * configure.ac:
9896         Back to CVS
9897
9898 === release 0.10.12 ===
9899
9900 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
9901
9902         * configure.ac:
9903           releasing 0.10.12, "Zombie Horde"
9904
9905 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
9906
9907         * configure.ac:
9908         Bump version to 0.10.11.4 pre-release
9909
9910 2007-03-06  Wim Taymans  <wim@fluendo.com>
9911
9912         * gst-libs/gst/audio/gstbaseaudiosink.c:
9913         (gst_base_audio_sink_async_play):
9914         Fix regression that made GStreamer skip the first samples of audio.
9915         Fixes #414684.
9916
9917 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
9918
9919         * configure.ac:
9920         Bump version to 0.10.11.3 pre-release
9921
9922 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
9923
9924         * po/POTFILES.in:
9925           Update paths for the rename from utils to pbutils to fix the build.
9926
9927 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
9928
9929         * gst-libs/gst/pbutils/Makefile.am:
9930           Change directory to install headers in from gst/utils to gst/pbutils
9931           as well.
9932
9933 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
9934
9935         * configure.ac:
9936         * docs/libs/gst-plugins-base-libs-docs.sgml:
9937         * docs/libs/gst-plugins-base-libs-sections.txt:
9938         * gst-libs/gst/Makefile.am:
9939         * gst-libs/gst/interfaces/mixer.c:
9940         * gst-libs/gst/pbutils/Makefile.am:
9941         * gst-libs/gst/pbutils/descriptions.c:
9942         (gst_pb_utils_get_source_description),
9943         (gst_pb_utils_get_sink_description),
9944         (gst_pb_utils_get_decoder_description),
9945         (gst_pb_utils_get_encoder_description),
9946         (gst_pb_utils_get_element_description),
9947         (gst_pb_utils_add_codec_description_to_tag_list),
9948         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
9949         * gst-libs/gst/pbutils/descriptions.h:
9950         * gst-libs/gst/pbutils/install-plugins.c:
9951         * gst-libs/gst/pbutils/install-plugins.h:
9952         * gst-libs/gst/pbutils/missing-plugins.c:
9953         (gst_missing_uri_source_message_new),
9954         (gst_missing_uri_sink_message_new),
9955         (gst_missing_element_message_new),
9956         (gst_missing_decoder_message_new),
9957         (gst_missing_encoder_message_new),
9958         (gst_missing_plugin_message_get_description):
9959         * gst-libs/gst/pbutils/missing-plugins.h:
9960         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
9961         * gst-libs/gst/pbutils/pbutils.h:
9962         * gst-libs/gst/utils/Makefile.am:
9963         * gst-libs/gst/utils/base-utils.c:
9964         * gst-libs/gst/utils/base-utils.h:
9965         * gst-libs/gst/utils/descriptions.c:
9966         * gst-libs/gst/utils/descriptions.h:
9967         * gst-libs/gst/utils/install-plugins.c:
9968         * gst-libs/gst/utils/install-plugins.h:
9969         * gst-libs/gst/utils/missing-plugins.c:
9970         * gst-libs/gst/utils/missing-plugins.h:
9971         * gst-plugins-base.spec.in:
9972         * gst/playback/Makefile.am:
9973         * gst/playback/gstdecodebin.c:
9974         * gst/playback/gstdecodebin2.c:
9975         * gst/playback/gstplaybasebin.c: (setup_subtitle),
9976         (gen_source_element):
9977         * gst/playback/gstplaybin.c: (plugin_init):
9978         * tests/check/Makefile.am:
9979         * tests/check/libs/pbutils.c: (GST_START_TEST),
9980         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
9981         * tests/check/libs/utils.c:
9982           rename utils to pbutils
9983
9984 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
9985
9986         * docs/plugins/Makefile.am:
9987         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9988         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9989         * docs/plugins/inspect/plugin-decodebin2.xml:
9990         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
9991         Add documentation for decodebin2 that indicates that the API
9992         is still unstable.
9993
9994 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
9995
9996         * configure.ac:
9997         Update to 0.10.11.2 (0.10.12 pre-release)
9998
9999 2007-03-01  Wim Taymans  <wim@fluendo.com>
10000
10001         * gst-libs/gst/audio/gstbaseaudiosink.c:
10002         (gst_base_audio_sink_async_play):
10003         base time is irrelevant here.
10004
10005 2007-03-01  Wim Taymans  <wim@fluendo.com>
10006
10007         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
10008         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
10009         Improve debugging.
10010
10011         * gst-libs/gst/audio/gstbaseaudiosink.c:
10012         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
10013         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
10014         Improve latency and clock slaving calculations.
10015         Improve slave clock calibration.
10016
10017         * gst-libs/gst/audio/gstringbuffer.c:
10018         (gst_ring_buffer_commit_full):
10019         When we are asked to render N sample to 0 bytes, return N.
10020
10021 2007-03-01  Wim Taymans  <wim@fluendo.com>
10022
10023         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
10024         (gst_alsasink_write), (gst_alsasink_reset):
10025         * ext/alsa/gstalsasink.h:
10026         Remove unused dispose function.
10027         Rename lock to not interfere with alsasrc lock.
10028
10029         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
10030         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
10031         (gst_alsasrc_read), (gst_alsasrc_reset):
10032         * ext/alsa/gstalsasrc.h:
10033         Implement finalize function.
10034         Use lock to protect alsa access.
10035         Implement _reset.
10036         Fine tune sw params.
10037
10038 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10039
10040         * configure.ac:
10041           Convert to new AG_GST style.
10042
10043 2007-02-28  Wim Taymans  <wim@fluendo.com>
10044
10045         Patch by: Ed Catmur <ed at catmur dot co dot uk>
10046
10047         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
10048         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
10049         Fix race condition when rapidly switching visualisations in playbin.
10050         Fixes #401029.
10051
10052 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
10053
10054         * tests/check/Makefile.am:
10055         Include local stuff before system installed things in LDFLAGS and
10056         CFLAGS.
10057
10058 2007-02-28  Wim Taymans  <wim@fluendo.com>
10059
10060         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
10061         Improve debugging.
10062
10063 2007-02-28  Wim Taymans  <wim@fluendo.com>
10064
10065         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
10066         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
10067         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
10068         Fix duration and timestamping, taking latency into account.
10069         Implement latency query.
10070
10071 2007-02-28  Wim Taymans  <wim@fluendo.com>
10072
10073         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
10074         (gst_audio_clock_new):
10075         Fix clock name.
10076
10077         * gst-libs/gst/audio/gstbaseaudiosink.c:
10078         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
10079         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
10080         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
10081         (gst_base_audio_src_create):
10082         Improve latency query code.
10083         Use proper clock names.
10084
10085 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10086
10087         * tests/check/generic/states.c: (GST_START_TEST):
10088           Copy the states.c test from core again
10089         * tests/check/Makefile.am:
10090           ignore cdio and cdparanoiasrc
10091
10092 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
10093
10094         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10095         (double_hq), (audio_convert_get_func_index), (check_default),
10096         (audio_convert_prepare_context), (audio_convert_convert):
10097           Also make valgrind happy and avoid copying data in some cases.
10098
10099 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
10100
10101         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10102         (double_hq), (audio_convert_get_func_index),
10103         (audio_convert_prepare_context), (audio_convert_convert):
10104         * gst/audioconvert/gstaudioconvert.c:
10105         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
10106         (gst_audio_convert_transform_caps):
10107         * tests/check/elements/audioconvert.c: (GST_START_TEST),
10108         (audioconvert_suite):
10109           Don't run inplace if that overwrites source data as we go. Add more
10110           tests. Fixes #339837 even more.
10111
10112 2007-02-27  Julien MOUTTE  <julien@moutte.net>
10113
10114         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
10115         (msg_segment_done): Fix various seeking bugs (Slider was not
10116         updating when doing a non flushing seek, Reverse playback 
10117         on segment seek was wrong).
10118
10119 2007-02-26  Wim Taymans  <wim@fluendo.com>
10120
10121         * tests/examples/seek/seek.c: (stop_seek):
10122         When we stop scrubbing, don't leave the pipeline PLAYING when we
10123         requested a PAUSED state.
10124
10125 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
10126
10127         Patch by: René Stadler <mail at renestadler de>
10128
10129         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
10130           Parse date strings in vorbis comments that have an invalid (zero)
10131           month or day (#410396).
10132
10133         * tests/check/libs/tag.c: (GST_START_TEST):
10134           Test case for the above.
10135
10136 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10137
10138         Patch by: Loïc Minier <lool+gnome at via ecp fr>
10139
10140         * configure.ac:
10141         * ext/alsa/Makefile.am:
10142         * gst/audiotestsrc/Makefile.am:
10143           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
10144
10145 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
10146
10147         * gst/playback/gstplaybin.c:
10148           Improve docs: point out that the application needs to assist playbin
10149           with buffering.
10150
10151 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
10152
10153         * gst-libs/gst/utils/install-plugins.c:
10154         * gst-libs/gst/utils/missing-plugins.c:
10155         * tests/check/libs/utils.c: (missing_msg_check_getters):
10156           Change GStreamer marker prefix in detail string from 'gstreamer.net'
10157           to just 'gstreamer'. Document the caps string component of the
10158           decoder/encoder detail a bit better, since not everyone will be
10159           familiar with the GStreamer media type/caps system (but they better
10160           enjoy nested itemized lists).
10161
10162 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
10163
10164         * gst-libs/gst/netbuffer/gstnetbuffer.c:
10165         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
10166           Fix copying of GstNetBuffer (would crash before, or at least lead to
10167           invalid memory access, #410772), for now by copying the GstBuffer copy
10168           code from the core over here so we can copy the GstBuffer fields on a
10169           provided buffer instance (of type GstNetBuffer in this case). Would be
10170           better to fix this with some support by the core though (and in the long
10171           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
10172
10173         * tests/check/Makefile.am:
10174           Enable unit test for GstNetBuffer.
10175
10176 2007-02-22  Andy Wingo  <wingo@pobox.com>
10177
10178         * gst-libs/gst/audio/gstbaseaudiosink.c
10179         (gst_base_audio_sink_init): Disable pull-mode activation until we
10180         figure out how to make audio sinks go to PLAYING.
10181
10182 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
10183
10184         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10185         (double_hq), (audio_convert_get_func_index),
10186         (audio_convert_prepare_context), (audio_convert_convert):
10187         * gst/audioconvert/audioconvert.h:
10188         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
10189         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
10190         * gst/audioconvert/gstchannelmix.h:
10191         * tests/check/elements/audioconvert.c: (GST_START_TEST):
10192           Add float as an intermediate format, as well as float mixing. Enable
10193           test that was failing before. Fixes #339837
10194
10195 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
10196
10197         * tests/examples/seek/seek.c: (do_seek):
10198         Undo the previous commit: -1 as a stop time implies that the stop
10199         time is the end of file, clearing any previously configured segment.
10200
10201 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
10202
10203         * tests/examples/seek/seek.c: (do_seek):
10204         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
10205
10206 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
10207
10208         * gst/volume/gstvolume.c: (volume_process_int16),
10209         (volume_process_int16_clamp), (volume_set_caps):
10210           Unbreak volume, value remains gint.
10211
10212 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
10213
10214         * gst/volume/gstvolume.c: (volume_choose_func),
10215         (volume_update_real_volume), (gst_volume_set_volume),
10216         (gst_volume_init), (volume_process_double), (volume_process_float),
10217         (volume_process_int16), (volume_process_int16_clamp),
10218         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
10219         * gst/volume/gstvolume.h:
10220           Extend float audio support (double) and some int->uint cleanups.
10221
10222 2007-02-20  Edward Hervey  <edward@fluendo.com>
10223
10224         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
10225         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
10226         (sort_end_pads), (gst_decode_group_expose),
10227         (gst_decode_group_hide):
10228         Don't free groups from the streaming threads. Just put them aside and
10229         free them in dispose.
10230
10231 2007-02-20  Edward Hervey  <edward@fluendo.com>
10232
10233         * gst/playback/gstdecodebin2.c: (connect_element),
10234         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
10235         (sort_end_pads), (gst_decode_group_expose):
10236         Handle dynamic pads within groups.
10237         Sort pads before exposing them in order to make playbin happy.
10238         There still is a race with the multiqueue filling up. This should be
10239         solved separately.
10240         Fixes #398721
10241
10242 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10243
10244         * gst-libs/gst/utils/base-utils.c:
10245         * gst-libs/gst/utils/descriptions.c:
10246         * gst-libs/gst/utils/install-plugins.c:
10247         * gst-libs/gst/utils/missing-plugins.c:
10248           Some more docs (and descriptions for two subtitle formats).
10249
10250 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10251
10252         * gst-libs/gst/audio/audio.c:
10253           Fix documentation.
10254
10255 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10256
10257         Patch by: Yves Lefebvre  <ivanohe abacom com>
10258
10259         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
10260           Don't leak caps. Fixes #408278.
10261
10262 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
10263
10264         * ext/cdparanoia/gstcdparanoiasrc.h:
10265         * ext/ogg/gstoggdemux.h:
10266         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
10267         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
10268         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
10269         * gst-libs/gst/audio/audio.h:
10270         * gst-libs/gst/audio/gstaudiofilter.h:
10271         * gst-libs/gst/interfaces/videoorientation.h:
10272         * gst/adder/gstadder.h:
10273           More docs coverage and some ChangeLog surgery (add missing names)
10274
10275 2007-02-15  Wim Taymans  <wim@fluendo.com>
10276
10277         * sys/ximage/ximagesink.c:
10278         (gst_ximagesink_calculate_pixel_aspect_ratio):
10279         * sys/xvimage/xvimagesink.c:
10280         (gst_xvimagesink_calculate_pixel_aspect_ratio):
10281         Small constifications.
10282
10283 2007-02-15  Wim Taymans  <wim@fluendo.com>
10284
10285         * gst-libs/gst/audio/gstbaseaudiosink.c:
10286         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
10287         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
10288         (gst_base_audio_sink_async_play),
10289         (gst_base_audio_sink_change_state):
10290         Answer latency query.
10291         Use configured latency when syncing.
10292         Fix clock slaving.
10293
10294         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10295         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
10296         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
10297         Fix possible memleak.
10298         Implement latency query.
10299         Small cleanups.
10300
10301 2007-02-15  Wim Taymans  <wim@fluendo.com>
10302
10303         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
10304         Ignore errors in reset, these are not fatal. They also grab the element
10305         lock which is already taking when this function is called. Fixes
10306         #405451.
10307
10308 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10309
10310         * configure.ac:
10311           Remove 'tests/examples/xerror/Makefile' from output files again.
10312
10313 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10314
10315         * configure.ac:
10316         * docs/plugins/Makefile.am:
10317           Also crossref against gst-plugins-base-libs.
10318
10319 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
10320
10321         * configure.ac:
10322         * docs/libs/Makefile.am:
10323         * docs/plugins/Makefile.am:
10324           Add crossreferences to glib/gobject/gstream docs.
10325
10326         * gst-libs/gst/audio/audio.h:
10327           Source formatting.
10328
10329         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
10330           Add own debug category.
10331
10332 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
10333
10334         Patch by: René Stadler <mail at renestadler de>
10335
10336         * gst-libs/gst/tag/gstvorbistag.c:
10337           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
10338           (#403597).
10339
10340 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
10341
10342         * gst/playback/gstplaybasebin.c: (setup_source):
10343           When we have external subtitles and wait for the subtitle decodebin
10344           to get up and running, we set up a (sync) bus handler for the
10345           subtitle decodebin, so we can stop waiting when it posts an error
10346           message. However, we should do that before we set the subtitle
10347           decodebin's state to playing, otherwise things are racy and we might
10348           miss error messages posted before we had a chance to set up the bus.
10349           This should finally fix totem hanging on .txt pseudo-subtitle files.
10350           
10351 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
10352
10353         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
10354           Use gst_gdouble_to_guint64 for conversions.
10355         * win32/common/config.h.in:
10356           Add a define for GST_INSTALL_PLUGINS_HELPER
10357         * win32/common/libgstaudio.def:
10358         * win32/common/libgstcdda.def:
10359         * win32/common/libgstnetbuffer.def:
10360         * win32/common/libgstrtp.def:
10361         * win32/common/libgutils.def:
10362           Add new exported functions.
10363         * win32/vs6/gst_plugins_base.dsw:
10364         * win32/vs6/libgstdecodebin.dsp:
10365         * win32/vs6/libgstnetbuffer.dsp:
10366         * win32/vs6/libgstplaybin.dsp:
10367         * win32/vs6/libgstrtp.dsp:
10368         * win32/vs6/libgstvorbis.dsp:
10369         * win32/vs6/libgstcdda.dsp:
10370         * win32/vs6/libgstgdp.dsp:
10371         * win32/vs6/libgstutils.dsp:
10372           Update and add new project files.
10373
10374 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
10375
10376         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
10377         (subrip_remove_unhandled_tags), (parse_subrip):
10378           For SubRip (.srt) subtitles, ignore all markup tags we don't
10379           handle (like font tags, for example).
10380
10381         * tests/check/elements/subparse.c:
10382           Add test for this.
10383
10384 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
10385
10386         * gst/playback/gstdecodebin.c: (add_fakesink),
10387         (gst_decode_bin_change_state):
10388         * gst/playback/gstdecodebin2.c: (add_fakesink),
10389         (gst_decode_bin_change_state):
10390           Don't error out if there is no fakesink in the NULL to READY state
10391           change, since when decodebin is re-used, we're only adding the
10392           fakesink element in READY to PAUSED.
10393
10394         * tests/check/elements/decodebin.c:
10395         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
10396         (decodebin_suite):
10397           Minimal unit test to make sure we can use the same decodebin
10398           instance twice (at least with audiotestsrc input).
10399
10400 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
10401
10402         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
10403           Try to get devic-name from device string first, and from handle only
10404           as fallback (seems to yield better results and is more robust
10405           against buggy probing code on the application side).
10406
10407 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
10408
10409         Based on patch by: Julien Puydt <julien.puydt at laposte net>
10410
10411         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
10412         (gst_alsa_find_device_name):
10413         * ext/alsa/gstalsa.h:
10414         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
10415         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
10416           Improve device-name detection a bit, especially in the case where
10417           the device is not actually open (#405020, #405024). Move common code
10418           into gstalsa.c instead of duplicating it.
10419
10420 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10421
10422         * gst/audioconvert/gstaudioconvert.c:
10423           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
10424
10425 2007-02-06  Julien MOUTTE  <julien@moutte.net>
10426
10427         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
10428         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
10429         (gst_xvimagesink_interface_supported),
10430         (gst_xvimagesink_probe_get_properties),
10431         (gst_xvimagesink_probe_probe_property),
10432         (gst_xvimagesink_probe_needs_probe),
10433         (gst_xvimagesink_probe_get_values),
10434         (gst_xvimagesink_property_probe_interface_init),
10435         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
10436         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
10437         (gst_xvimagesink_get_type):
10438         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
10439         for XVAdaptors so that one can choose the adaptor to use with 
10440         gstreamer-properties.
10441
10442 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
10443
10444         * gst/audioconvert/gstaudioconvert.c:
10445           Also mention that a conversion from double to float is suboptimal still.
10446
10447 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
10448
10449         * gst-libs/gst/audio/gstaudiofilter.c:
10450         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
10451           Clear our formats structure and free the caps contained in it when
10452           shutting down.
10453
10454 2007-02-05  Andy Wingo  <wingo@pobox.com>
10455
10456         * gst-libs/gst/audio/gstbaseaudiosink.c
10457         (gst_base_audio_sink_callback): Update basesink->offset so that we
10458         pull monotonically increasing offsets instead of, um, seeking back
10459         to 0 each time. Fixes alsasrc ! alsasink!
10460
10461 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
10462
10463         * gst/videoscale/gstvideoscale.c:
10464           A width and height of 1 makes us crash, so increase minimum size to
10465           2x2 pixels until someone feels like fixing this (#404512).
10466
10467 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
10468
10469         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
10470           Add small test to make sure request pads are cleaned up properly
10471           even if oggmux never changes state out of NULL.
10472
10473 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
10474
10475         * tests/check/libs/utils.c: (GST_START_TEST):
10476           Fix unit test. Turns out things work much better when you
10477           NULL-terminate string arrays. Should make p5 build bot happy again.
10478
10479 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10480
10481         * gst-libs/gst/audio/Makefile.am:
10482         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
10483         (gst_audio_filter_template_base_init),
10484         (gst_audio_filter_template_class_init),
10485         (gst_audio_filter_template_init),
10486         (gst_audio_filter_template_set_property),
10487         (gst_audio_filter_template_get_property),
10488         (gst_audio_filter_template_setup),
10489         (gst_audio_filter_template_filter),
10490         (gst_audio_filter_template_filter_inplace), (plugin_init):
10491           Oops, forgot to commit fixed-up example.
10492
10493 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10494
10495         * docs/libs/gst-plugins-base-libs-sections.txt:
10496         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
10497         (gst_audio_filter_class_init), (gst_audio_filter_init),
10498         (gst_audio_filter_set_caps),
10499         (gst_audio_filter_class_add_pad_templates):
10500         * gst-libs/gst/audio/gstaudiofilter.h:
10501           Port GstAudioFilter to 0.10. This change technically breaks
10502           API and ABI (and thus also every library developer's heart),
10503           but seems justifiable on the grounds that the base class was
10504           completely unusable before (ie. would crash immediately when
10505           actually used). Fixes #403963 (and eventually also #403572).
10506           Also document all of this a bit.
10507
10508 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10509
10510         * gst-libs/gst/utils/install-plugins.c:
10511         (gst_install_plugins_spawn_child):
10512         * tests/check/libs/utils.c:
10513         (test_base_utils_install_plugins_do_callout):
10514           Lowering log level to see why things fail on the p5 build bot;
10515           fix some typos in unit test messages.
10516
10517 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10518
10519         * tests/check/libs/utils.c:
10520         (test_base_utils_install_plugins_do_callout):
10521           Don't hard-code temp directory for test helper; use GLib functions
10522           to write out file and do error checking etc.
10523
10524 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10525
10526         * gst-libs/gst/utils/Makefile.am:
10527         * gst-libs/gst/utils/base-utils.h:
10528         * gst-libs/gst/utils/install-plugins.c:
10529         (gst_install_plugins_context_set_xid),
10530         (gst_install_plugins_context_new),
10531         (gst_install_plugins_context_free),
10532         (gst_install_plugins_get_helper),
10533         (gst_install_plugins_spawn_child),
10534         (gst_install_plugins_return_from_status),
10535         (gst_install_plugins_installer_exited),
10536         (gst_install_plugins_async), (gst_install_plugins_sync),
10537         (gst_install_plugins_return_get_name),
10538         (gst_install_plugins_installation_in_progress):
10539         * gst-libs/gst/utils/install-plugins.h:
10540           API: add API for applications to initiate installation of missing
10541           plugins, ie. gst_install_plugins_async() primarily.
10542           Based on libgimme-codec by Ryan Lortie.
10543
10544         * configure.ac:
10545           Add --with-install-plugins-helper configure option so distros can specify
10546           the path of the helper script or program to call when plugin installation
10547           is requested (distros: please do any argument munging in this helper
10548           script instead of patching GStreamer to pass arguments differently
10549           to another program directly).
10550
10551         * docs/libs/gst-plugins-base-libs-docs.sgml:
10552         * docs/libs/gst-plugins-base-libs-sections.txt:
10553           Build and document new API.
10554
10555         * tests/check/libs/utils.c: (result_cb),
10556         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
10557         (libgstbaseutils_suite):
10558           Some simple checks for the new API.
10559
10560 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10561
10562         * tests/check/elements/audioconvert.c: (test_float_conversion):
10563           Add small test for 32bit float <=> 64bit float conversion (works
10564           only one way so far, 32=>64 produces structured noise).
10565
10566 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10567
10568         * gst/audioconvert/gstaudioconvert.c:
10569         (set_structure_widths_32_and_64), (make_lossless_changes):
10570           We don't support floats with a width of 40, 48 or 56 bits.
10571
10572 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
10573
10574         * gst/audioconvert/audioconvert.c: (float), (double),
10575         (audio_convert_get_func_index):
10576         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
10577         (make_lossless_changes):
10578           Support for 64-bit float audio in audioconvert (#339837)
10579
10580 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
10581
10582         Patch by: Holger Wansing  <linux wansing-online de>
10583
10584         * po/LINGUAS:
10585         * po/de.po:
10586           Add German translation (#352069).
10587
10588 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
10589
10590         reviewed by: Wim Taymans <wim@fluendo.com>
10591
10592         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
10593         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
10594         Use newly added GstCollectPads API to free the allocated resources in
10595         the GstOggPad structures (#402393).
10596
10597 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
10598
10599         * gst/playback/gstplaybin.c: (gen_vis_element):
10600           Add audioresample+audioconvert in front of the visualisation
10601           element, so that elements like libvisual 0.4 that don't support all
10602           samplerates can work.
10603
10604           Fixes: #402505
10605
10606 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
10607
10608         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
10609         (gst_play_base_bin_get_streaminfo_value_array):
10610           Take some locks and make a copy of the streaminfo value array we
10611           maintain while holding the lock, so that the application can
10612           retrieve the stream-info as a value array in a thread-safe way.
10613
10614 2007-01-30  Wim Taymans  <wim@fluendo.com>
10615
10616         * gst/audioconvert/gstaudioconvert.c:
10617         Don't fail on 0 sized buffers. Fixes #396835.
10618
10619 2007-01-29  David Schleef  <ds@schleef.org>
10620
10621         * gst/typefind/gsttypefindfunctions.c:
10622           Detect BBCD as video/x-dirac, so we can play raw dirac
10623           streams.
10624
10625 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
10626
10627         * ext/theora/theoraenc.c: (theora_enc_chain):
10628           Check return value of theora_encode_header(), or we might try to
10629           allocate a random number of bytes. theora_encode_header() can fail
10630           if libtheora has been compiled with encoding support disabled.
10631           Fixes #398110.
10632
10633 2007-01-29  Wim Taymans  <wim@fluendo.com>
10634
10635         * tests/check/gst/.cvsignore:
10636         Do as buildbot says.
10637
10638 2007-01-29  Wim Taymans  <wim@fluendo.com>
10639
10640         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
10641         Fix strides in libvisual. Gst uses X strides.
10642         Inspired by: <ed at catmur dot co dot uk> and 
10643         <tim at centricular dot net>
10644         Fixes #401118.
10645
10646 2007-01-27  Wim Taymans  <wim@fluendo.com>
10647
10648         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
10649         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
10650         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
10651         (gst_ogg_demux_perform_seek),
10652         (gst_ogg_demux_bisect_forward_serialno),
10653         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10654         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
10655         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
10656         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
10657         * ext/ogg/gstoggdemux.h:
10658         Properly propagate streaming errors when we are scanning the file for
10659         chains so that we don't crash when shut down. Might fix some crashers
10660         when quickly switching oggs in RB such as #332503 and #378436.
10661
10662 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
10663
10664         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
10665           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
10666           error code as well.
10667
10668 2007-01-25  Wim Taymans  <wim@fluendo.com>
10669
10670         * gst/playback/gstplaybasebin.c: (remove_source):
10671         Don't try to disconnect a signal from a finalized object.
10672
10673 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10674
10675         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
10676           Cast lock macro parameters to make sure we're actually accessing the
10677           lock member at the right class level. Free list itself in _dispose()
10678           as well and NULL it in case dispose gets called multiple times.
10679
10680 2007-01-25  Edward Hervey  <edward@fluendo.com>
10681
10682         * gst/playback/gstdecodebin2.c:
10683         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
10684         Free GstDecodeGroups no longer used.
10685         (gst_decode_group_expose):
10686         Don't unlock too many times !
10687         (deactivate_free_recursive):
10688         Free iterator once we're done with it.
10689         Fix for recursively deactivating elements (stop at ghostpads).
10690
10691 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10692
10693         * gst/playback/gstplaybin.c: (handoff):
10694           Fix up caps on the frame buffer before we save it and potentially
10695           make it accessible to other threads via g_object_get; also use
10696           gst_buffer_replace() instead of gst_mini_object_replace().
10697
10698 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10699
10700         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
10701           Make getting the current frame thread-safe.
10702
10703 2007-01-25  Edward Hervey  <edward@fluendo.com>
10704
10705         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
10706         (gst_decode_group_new), (gst_decode_group_free):
10707         Set queues to bigger sizes to cope with HD contents.
10708         Fix some mutex freeing and add comment about MT safe methods.
10709
10710 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
10711
10712         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
10713         (gst_text_overlay_text_event):
10714           Don't unnecessarily ref (and then leak) upstream events if the text
10715           pad is not linked. Fixes #399948.
10716
10717         * tests/check/gst-plugins-base.supp:
10718           Add suppression for pango on edgy/x86 for textoverlay test.
10719
10720 2007-01-24  Wim Taymans  <wim@fluendo.com>
10721
10722         * gst-libs/gst/rtp/gstrtpbuffer.h:
10723         Add some more fixed payloads.
10724
10725 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
10726
10727         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
10728           Error out properly if we get an error from libogg while reading the
10729           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
10730
10731 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
10732
10733         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
10734           Don't leak mutex.
10735
10736         * tests/check/elements/playbin.c:
10737         (test_sink_usage_video_only_stream),
10738         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
10739         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
10740         (test_missing_suburisource_handler),
10741         (test_missing_primary_decoder), (playbin_suite):
10742           Run all tests once with decodebin and once with decodebin2.
10743           One test does not pass yet with decodebin2.
10744
10745 2007-01-23  Edward Hervey  <edward@fluendo.com>
10746
10747         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
10748         Fix the cases where oggmux doesn't properly figure out that all
10749         sinkpads have gone EOS, and therefore doesn't push out the remaining
10750         buffers and the final EOS event.
10751         Fixes #363379
10752
10753 2007-01-23  Julien MOUTTE  <julien@moutte.net>
10754
10755         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10756         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10757         Don't lock on navigation event push, just on keysym to string.
10758         Fixes #397673 again.
10759
10760 2007-01-22  Edward Hervey  <edward@fluendo.com>
10761
10762         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
10763         (get_current_group), (group_demuxer_event_probe),
10764         (gst_decode_group_expose), (deactivate_free_recursive),
10765         (gst_decode_group_free):
10766         Cleanups.
10767         Don't forget to emit 'no-more-pads' once a group is exposed.
10768         Cleanup elements from a DecodeGroup once we remove it.
10769         Protect call to gst_decode_group_expose() with the decodebin lock.
10770
10771 2007-01-22  Julien MOUTTE  <julien@moutte.net>
10772
10773         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10774         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10775         Looking at Xorg code i can't figure out if that XKeysymToString
10776         function is thread sensible or not. Lock it just in case as
10777         recommended by Radek Doulik <rodo at ximian dot com>.
10778
10779 2007-01-22  Julien MOUTTE  <julien@moutte.net>
10780
10781         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10782         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10783         Lock that X Call as well. Fixes #397673.
10784
10785 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10786
10787         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
10788           Don't go into an endless loop if the file starts with 00 00 01 2X,
10789           like quicktime redirect files might. Fixes #396042.
10790
10791         * tests/check/Makefile.am:
10792         * tests/check/gst/.cvsignore:
10793         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
10794         (typefindfunctions_suite):
10795           Add unit test for the above.
10796
10797 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10798
10799         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10800           On second thought, use "depth" field rather than "bpp" field.
10801
10802 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10803
10804         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10805           Camtasia caps apparently need a bpp field (#398875).
10806
10807 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10808
10809         * gst/playback/gstplaybasebin.c: (setup_subtitle),
10810         (gen_source_element), (gst_play_base_bin_change_state):
10811           Attempt at a better error message in case we don't have the required
10812           URI handler installed; post missing-plugin message also when we're
10813           missing an URI handler for the subtitle URI; clean up properly also
10814           when an error occurs and we never made it to PAUSED state.
10815
10816         * tests/check/elements/playbin.c: (GST_START_TEST),
10817         (playbin_suite):
10818           Check that we're also getting a missing-plugin messsage for a
10819           missing subtitle URI handler (and clean up properly).
10820
10821 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10822
10823         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
10824           Plug a few reference leaks.
10825
10826 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10827
10828         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
10829           Lower probability a bit if the marker isn't right at the start,
10830           to decrease the chance of false positives.
10831
10832 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10833
10834         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
10835           Small mpeg2 system stream typefinding improvement: make typefinder
10836           probe a bit into the stream instead of just looking for a marker
10837           at the beginning. Fixes #397810.
10838
10839 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
10840
10841         * gst/audioconvert/gstchannelmix.c:
10842           Remove compatibility cruft for prehistoric GLib versions.
10843
10844 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
10845
10846         * gst/playback/Makefile.am:
10847         * gst/playback/gstdecodebin.c: (close_pad_link):
10848         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
10849         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10850         (gst_play_base_bin_handle_message_func), (unknown_type):
10851           Let decodebin be the element to post missing-plugin messages for
10852           missing decoders (rather than playbin); make playbin implement
10853           GstBin::handle_message so we can suppress missing-plugin messages
10854           for types we're not handling on purpose (don't want to bring up an
10855           installer in those cases).
10856
10857 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
10858
10859         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10860         * gst-libs/gst/tag/gstvorbistag.c:
10861         (gst_tag_list_to_vorbiscomment_buffer):
10862         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
10863           Fix potentially unaligned access (#397207).
10864
10865 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
10866
10867         * tests/examples/seek/seek.c: (set_scale), (update_scale),
10868         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
10869         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
10870         (main):
10871           Allow to toggle looping while it plays. Fix callback prototype. Clean
10872           up code a bit more. Add copyright header.
10873
10874 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
10875
10876         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
10877           Red and blue mask was swapped (spotted by Dan Williams).
10878
10879 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
10880
10881         * gst-libs/gst/tag/gstid3tag.c:
10882         * gst-libs/gst/tag/gstvorbistag.c:
10883           Use new beats-per-minute tag from core.
10884
10885 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
10886
10887         * po/POTFILES.in:
10888           Add new files with translatable strings, so they actually make it
10889           into the template file one day.
10890
10891 2007-01-12  Andy Wingo  <wingo@pobox.com>
10892
10893         * gst-libs/gst/audio/gstbaseaudiosink.c
10894         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
10895         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
10896         stuff, as the base class handles this now. Actually tell the ring
10897         buffer to start.
10898         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
10899         How did this work before? Maybe I'm not as awesome a programmer as
10900         I think.
10901
10902         * gst-libs/gst/audio/gstbaseaudiosrc.c
10903         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
10904         of a pad function.
10905
10906 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
10907
10908         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
10909           Remove more fields so that the application can better blacklist
10910           formats that have been tried before.
10911
10912 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
10913
10914         * gst-libs/gst/audio/mixerutils.h:
10915           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
10916           used when compiling with c++ compilers as well.
10917
10918 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
10919
10920         * gst/typefind/gsttypefindfunctions.c:
10921           Fix comment.
10922
10923 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
10924
10925         * gst/playback/gstplaybin.c: (post_missing_element_message),
10926         (gen_video_element), (gen_text_element), (gen_audio_element),
10927         (gen_vis_element):
10928           Post missing-plugin messages also when we error out because
10929           converters, textoverlay or auto*sinks are missing (#161922).
10930
10931 2007-01-10  Wim Taymans  <wim@fluendo.com>
10932
10933         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
10934         (is_demuxer_element), (new_caps):
10935         * gst/playback/gstplaybasebin.c: (source_new_pad):
10936         Fix the case where we try to ref a NULL element when we delay a link
10937         because of unfixed caps.
10938         Set the state of autoplugged decodebins to PAUSED.
10939         RTSP now works in playbin, we can remove it from the blacklist.
10940
10941 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
10942
10943         * gst/playback/Makefile.am:
10944         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
10945         (unknown_type), (setup_subtitle), (gen_source_element):
10946         * gst/playback/gstplaybin.c: (plugin_init):
10947           Post missing-plugin messages on the bus for missing sources and
10948           missing decoders/demuxers/depayloaders; fix error code used when
10949           we're missing an URI handler source; for media types that we are not
10950           handling on purpose at the moment, don't print "don't know how to
10951           handle xyz" messages to the terminal or post missing-plugin
10952           messages on the bus.
10953
10954         * tests/check/elements/playbin.c: (create_playbin),
10955         (GST_START_TEST), (gst_codec_src_uri_get_type),
10956         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
10957         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
10958         (gst_codec_src_init_type), (gst_codec_src_base_init),
10959         (gst_codec_src_create), (gst_codec_src_class_init),
10960         (gst_codec_src_init), (plugin_init), (playbin_suite):
10961           Add some tests for the missing-plugin stuff.
10962
10963 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
10964
10965         * configure.ac:
10966         * gst-libs/gst/Makefile.am:
10967         * gst-libs/gst/utils/Makefile.am:
10968         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
10969         * gst-libs/gst/utils/base-utils.h:
10970         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
10971         (find_format_info), (caps_are_rtp_caps),
10972         (gst_base_utils_get_source_description),
10973         (gst_base_utils_get_sink_description),
10974         (gst_base_utils_get_decoder_description),
10975         (gst_base_utils_get_encoder_description),
10976         (gst_base_utils_get_element_description),
10977         (gst_base_utils_add_codec_description_to_tag_list),
10978         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
10979         * gst-libs/gst/utils/descriptions.h:
10980         * gst-libs/gst/utils/missing-plugins.c:
10981         (missing_structure_get_type), (copy_and_clean_caps),
10982         (gst_missing_uri_source_message_new),
10983         (gst_missing_uri_sink_message_new),
10984         (gst_missing_element_message_new),
10985         (gst_missing_decoder_message_new),
10986         (gst_missing_encoder_message_new),
10987         (missing_structure_get_string_detail),
10988         (missing_structure_get_caps_detail),
10989         (gst_missing_plugin_message_get_installer_detail),
10990         (gst_missing_plugin_message_get_description),
10991         (gst_is_missing_plugin_message):
10992         * gst-libs/gst/utils/missing-plugins.h:
10993           API: add new libgstbaseutils library with functions
10994           - to create and parse missing-plugins messages
10995           - that provide (translated) descriptions for caps/decoders/sources/etc.
10996           Closes #392393.
10997
10998         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
10999         * pkgconfig/gstreamer-plugins-base.pc.in:
11000           Add new lib.
11001
11002         * docs/libs/gst-plugins-base-libs-docs.sgml:
11003         * docs/libs/gst-plugins-base-libs-sections.txt:
11004           Generate docs for new lib and API.
11005
11006         * tests/check/Makefile.am:
11007         * tests/check/libs/.cvsignore:
11008         * tests/check/libs/utils.c: (missing_msg_check_getters),
11009         (GST_START_TEST), (libgstbaseutils_suite):
11010           Add some basic unit tests.
11011
11012 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11013
11014         * ext/ogg/Makefile.am:
11015           Dist gstoggdemux.h to fix 'make distcheck'.
11016
11017         * sys/v4l/Makefile.am:
11018           Fix 'make distcheck' even more.
11019
11020 2007-01-09  Wim Taymans  <wim@fluendo.com>
11021
11022         * docs/plugins/Makefile.am:
11023         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11024         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11025         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
11026         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
11027         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
11028         (gst_ogg_demux_perform_seek):
11029         * ext/ogg/gstoggdemux.h:
11030         Added docs.
11031         Add some more comments.
11032         Small cleanups.
11033
11034 2007-01-09  Wim Taymans  <wim@fluendo.com>
11035
11036         * ext/theora/theoradec.c:
11037         * ext/vorbis/vorbisdec.c:
11038         * gst-libs/gst/audio/gstringbuffer.c:
11039         (gst_ring_buffer_commit_full):
11040         * gst-libs/gst/audio/gstringbuffer.h:
11041         * gst-libs/gst/rtp/gstrtpbuffer.c:
11042         * gst-libs/gst/tag/gstvorbistag.c:
11043         Small documentation updates/fixes
11044
11045 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11046
11047         * configure.ac:
11048           Require core CVS HEAD for Andy's basesrc/sink API additions.
11049
11050 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11051
11052         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
11053
11054         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
11055         (plugin_init):
11056           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
11057           on flac.sf.net (there appear to be other versions of the first
11058           ogg page in the wild) (#391365).
11059
11060 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11061
11062         * configure.ac:
11063           Check if localtime_r() is available.
11064
11065         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
11066           If localtime_r() is not available, fall back to localtime(). Should
11067           fix build on MingW (#393310).
11068
11069 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11070
11071         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
11072         * gst/subparse/gstsubparse.h:
11073           Remove spurious 1000 subtrahend when calculating the timestamp from
11074           the frame number and the frame rate . Also, use the frames/second
11075           value specified in the first line of the file, if one is specified
11076           there. Should fix #357503.
11077
11078         * tests/check/elements/subparse.c: (do_test),
11079         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
11080         (subparse_suite):
11081           Add some basic unit tests for the microdvd subtitle format.
11082
11083 2007-01-07  Julien MOUTTE  <julien@moutte.net>
11084
11085         Patch by: Young-Ho Cha <ganadist at chollian dot net>
11086
11087         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11088         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
11089         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
11090         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
11091         (gst_xvimagesink_set_xwindow_id),
11092         (gst_xvimagesink_set_event_handling),
11093         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
11094         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
11095         Fixes: #390076.
11096         Add an adaptor property to select a specific XV adaptor.
11097         * sys/xvimage/xvimagesink.h:
11098
11099 2007-01-07  Julien MOUTTE  <julien@moutte.net>
11100
11101         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
11102         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
11103         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
11104         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
11105         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
11106         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
11107         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11108         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
11109         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
11110         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
11111         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
11112         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
11113         Use flow_lock much more to protect every access to xwindow.
11114         Try to catch erros while creating images in case some drivers are
11115         just generating an XError when the requested image is too big.
11116         Should fix : #354698, #384008, #384060.
11117         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
11118         Implement some stress testing of setting window xid.
11119
11120 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
11121
11122         * win32/common/libgsaudio.def:
11123           Add new exported function.
11124         * win32/common/libgstogg.dsp:
11125           Add gstoggaviparse.c to the build.
11126         * win32/common/libgstvideoscale.dsp:
11127           Add vs_4tap.c to the build.
11128         * win32/common/libgstvorbis.dsp:
11129           Add vorbistag.c to the build.
11130         
11131 2007-01-06  Andy Wingo  <wingo@pobox.com>
11132
11133         * gst-libs/gst/audio/gstbaseaudiosink.c
11134         (gst_base_audio_sink_class_init)
11135         (gst_base_audio_sink_init): 
11136         (gst_base_audio_sink_activate_pull): Add an activate_pull function
11137         to baseaudiosink, and tell basesink that we can work in pull mode.
11138         This way the ring buffer thread drives the pipeline directly, if
11139         pull mode is possible. There is some lingering nastiness regarding
11140         capsnego, however.
11141         (gst_base_audio_sink_callback): Implement the callback to pull
11142         data. This interface is a bit light, though -- it should get a
11143         GstFlowReturn return value at least.
11144
11145 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11146
11147         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
11148         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11149         * gst/playback/gstdecodebin2.c:
11150         (gst_decode_group_check_if_blocked):
11151           Printf format and missing argument fixes.
11152
11153 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
11154
11155         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
11156         (gst_ogm_parse_change_state):
11157         Activate pads before adding them to the element.
11158
11159 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11160
11161         * tests/examples/seek/scrubby.c: (main):
11162         * tests/examples/seek/seek.c: (main):
11163           Call g_thread_init() first thing in main() (see #391278).
11164
11165 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11166
11167         * tests/check/Makefile.am:
11168         * tests/check/libs/.cvsignore:
11169         * tests/check/libs/netbuffer.c: (GST_START_TEST),
11170         (netbuffer_suite):
11171           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
11172           for the time being, since it's broken, see #393099.
11173
11174 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11175
11176         * tests/check/Makefile.am:
11177           Update to use GST_PLUGINS_BASE_CFLAGS as well.
11178
11179 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
11180
11181         * configure.ac:
11182           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
11183           so that GST_BASE_CFLAGS can go inbetween them, making sure
11184           we use uninstalled gst-libs headers
11185         * docs/libs/Makefile.am:
11186         * ext/alsa/Makefile.am:
11187         * ext/cdparanoia/Makefile.am:
11188         * ext/gnomevfs/Makefile.am:
11189         * ext/libvisual/Makefile.am:
11190         * ext/ogg/Makefile.am:
11191         * ext/theora/Makefile.am:
11192         * ext/vorbis/Makefile.am:
11193         * gst-libs/gst/audio/Makefile.am:
11194         * gst-libs/gst/cdda/Makefile.am:
11195         * gst-libs/gst/interfaces/Makefile.am:
11196         * gst-libs/gst/riff/Makefile.am:
11197         * gst-libs/gst/rtp/Makefile.am:
11198         * gst-libs/gst/tag/Makefile.am:
11199         * gst/adder/Makefile.am:
11200         * gst/audioconvert/Makefile.am:
11201         * gst/audiorate/Makefile.am:
11202         * gst/audioresample/Makefile.am:
11203         * gst/playback/Makefile.am:
11204         * gst/tcp/Makefile.am:
11205         * gst/videoscale/Makefile.am:
11206         * gst/volume/Makefile.am:
11207         * sys/ximage/Makefile.am:
11208         * sys/xvimage/Makefile.am:
11209         * tests/icles/Makefile.am:
11210           adapt
11211
11212 2007-01-04  Julien MOUTTE  <julien@moutte.net>
11213
11214         * gst-libs/gst/interfaces/xoverlay.c:
11215         (gst_x_overlay_handle_events):
11216         * gst-libs/gst/interfaces/xoverlay.h:
11217         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
11218         (gst_ximagesink_set_xwindow_id),
11219         (gst_ximagesink_set_event_handling),
11220         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
11221         (gst_ximagesink_get_property), (gst_ximagesink_init),
11222         (gst_ximagesink_class_init):
11223         * sys/ximage/ximagesink.h:
11224         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
11225         (gst_xvimagesink_set_xwindow_id),
11226         (gst_xvimagesink_set_event_handling),
11227         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
11228         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
11229         (gst_xvimagesink_class_init):
11230         * sys/xvimage/xvimagesink.h:
11231         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
11232         Add a method to the XOverlay interface to allow disabling of 
11233         event handling in x[v]imagesink elements. This will let X events
11234         propagate to parent windows which can be usefull in some cases.
11235         Be carefull that the application is then responsible of pushing
11236         navigation events and expose events to the video sink.
11237         Fixes: #387138.
11238
11239 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
11240
11241         * gst-libs/gst/tag/gstvorbistag.c:
11242         * tests/check/libs/tag.c: (GST_START_TEST):
11243           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
11244           (fixes #392070).
11245
11246 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
11247
11248         * configure.ac:
11249         * docs/Makefile.am:
11250         * docs/design/Makefile.am:
11251           Dist design docs.
11252
11253 2006-12-27  Julien MOUTTE  <julien@moutte.net>
11254
11255         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
11256         typo. Fixes: #390063.
11257
11258 2006-12-27  Julien MOUTTE  <julien@moutte.net>
11259
11260         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11261         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
11262         caps leak.
11263         * win32/common/config.h: Updated.
11264
11265 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
11266
11267         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
11268         (setup_gdpdepay_streamheader):
11269         * tests/check/elements/gdppay.c: (cleanup_gdppay),
11270         (setup_gdppay_streamheader):
11271           Fix the dp tests, but activating the pads for the streamheader tests
11272           too and cleaning up conditionaly
11273
11274 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
11275
11276         * gst/ffmpegcolorspace/avcodec.h:
11277         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11278         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
11279         (gst_ffmpegcsp_avpicture_fill):
11280         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
11281         (img_get_alpha_info):
11282         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
11283         other end of the word. Fixes: #387073.
11284
11285         Add some inconsequential branch hints in a couple of places.
11286
11287 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
11288
11289         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11290         (gst_ffmpeg_caps_to_smpfmt):
11291           The "signed" field in raw audio caps is of boolean type, trying to
11292           extract the value with _get_int() will fail (fix to keep in sync with
11293           the copy in gst-ffmpeg)
11294
11295 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
11296
11297         * tests/check/elements/audioresample.c: (cleanup_audioresample):
11298         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
11299         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
11300         (cleanup_gdpdepay):
11301         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
11302         * tests/check/elements/subparse.c: (teardown_subparse):
11303         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
11304         * tests/check/elements/videorate.c: (cleanup_videorate):
11305         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
11306         * tests/check/elements/volume.c: (cleanup_volume):
11307         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
11308         (cleanup_vorbisdec):
11309         * tests/check/elements/vorbistag.c: (setup_vorbistag),
11310         (cleanup_vorbistag):
11311           consistent pad (de)activation
11312
11313 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
11314
11315         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11316           Forgot to register the extensions.
11317
11318 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
11319
11320         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
11321         (plugin_init):
11322           Add typefinder for VIVO files (my christmas present to the 90s).
11323
11324 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11325
11326         * gst/playback/gstdecodebin.c: (type_found):
11327           Special-case the text/plain media type: we only want to recognise it
11328           as a 'raw' decoded media type if it comes from a demuxer or subtitle
11329           parser, but not if the entire stream is of text/plain type. If the
11330           entire stream is text/plain, we should just error out.
11331
11332           This fixes playback of audio files with lyrics in totem. Totem can't
11333           distinguish between text files and subtitle files and passes any
11334           .txt file with the same basename as the main file to playbin as
11335           suburi, and playbin will then throw a 'subtitle found, but no video
11336           stream' error, which isn't entirely helpful. See #380342.
11337
11338           Also, with this change we'll show a slightly more correct error
11339           message in case totem passes a playlist file to us (although a
11340           custom error message wording instead of the default text would
11341           probably not be a bad idea either).
11342
11343           Same problem also needs to be fixed for playbin+decodebin2.
11344
11345         * tests/check/Makefile.am:
11346         * tests/check/elements/decodebin.c: (src_handoff_cb),
11347         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
11348         (decodebin_suite):
11349           Add simple unit test for decodebin for the above.
11350
11351 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11352
11353         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
11354         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
11355           Refuse to change state to READY when we failed to create any of the
11356           required elements in our instance init function.
11357
11358 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
11359
11360         * docs/libs/gst-plugins-base-libs-sections.txt:
11361           Small docs fixes/updates.
11362
11363         * gst-libs/gst/video/gstvideosink.h:
11364           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
11365           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
11366           removed from the base sink API between 0.9.6 and 0.9.7).
11367           API: add GST_VIDEO_SINK_CAST and use it for the height/width
11368           accessor macros, so we don't do a runtime GObject type check every
11369           time we use them.
11370
11371 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11372
11373         * Makefile.am:
11374         * gst-plugins-base.doap:
11375         * gst-plugins-base.spec.in:
11376           add doap file
11377
11378 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
11379
11380         Patch by: Jens Granseuer <jensgr at gmx net>
11381
11382         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
11383         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11384         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
11385         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
11386         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
11387           Declare variables at the beginning of a block. Fixes #383195.
11388
11389 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
11390
11391         * configure.ac:
11392         Bump version nano - back to CVS.
11393
11394
11395 === release 0.10.11 ===
11396
11397 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
11398
11399         * configure.ac:
11400           releasing 0.10.11, "Dumb things"
11401
11402 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
11403
11404         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
11405         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
11406         Handle the case where an element has multiple pads with 
11407         unfixed caps as well as still possibly producing more dynamic 
11408         pads by storing each case as a distinct entry in the dynamic list.
11409         Fixes #38223 again.
11410
11411 2006-12-04  Wim Taymans  <wim@fluendo.com>
11412
11413         * gst/playback/gstdecodebin.c: (close_pad_link):
11414         Fix #382223, add more dynamic caps handling.
11415
11416 2006-12-04  Wim Taymans  <wim@fluendo.com>
11417
11418         * gst-libs/gst/audio/gstringbuffer.h:
11419         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
11420         (gst_netaddress_set_ip4_interface),
11421         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
11422         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
11423         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
11424         (gst_netaddress_get_ttl):
11425         * gst-libs/gst/netbuffer/gstnetbuffer.h:
11426         * gst/playback/gstdecodebin.c: (close_pad_link):
11427         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
11428         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
11429         * win32/common/config.h:
11430
11431 2006-12-01  Michael Smith  <msmith@fluendo.com>
11432
11433         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
11434           Delete bad debug code.
11435           Fixes #381219
11436
11437 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
11438
11439         * gst/videoscale/vs_4tap.c:
11440         * win32/MANIFEST:
11441         * win32/common/config.h:
11442         * win32/vs8/libgstvideoscale.vcproj:
11443         Fix compilation on win32 under VS8
11444         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
11445         Partially fixes #381175
11446
11447 2006-11-30  Michael Smith  <msmith@fluendo.com>
11448
11449         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11450         (GST_START_TEST):
11451           It would be very bad if, after a discont buffer, we thought every
11452           single following buffer was also discont. So, add to the test to
11453           ensure that this isn't the case.
11454           
11455         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
11456           ... it was the case. So fix it.
11457
11458 2006-11-28  Wim Taymans  <wim@fluendo.com>
11459
11460         * gst/playback/gstplaybasebin.c: (check_queue_event):
11461         Improve debug.
11462
11463         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
11464         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
11465         padtemplate caps. Refixes #357577.
11466
11467 2006-11-28  Wim Taymans  <wim@fluendo.com>
11468
11469         * gst/playback/gstplaybasebin.c: (check_queue_event),
11470         (queue_threshold_reached), (queue_out_of_data),
11471         (gen_preroll_element):
11472         Add event probe to see when EOS is in a queue and we can disable the
11473         underrun signals. Fixes #357577.
11474
11475 2006-11-28  Edward Hervey  <edward@fluendo.com>
11476
11477         * gst/playback/Makefile.am:
11478         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
11479         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
11480         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
11481         (gst_decode_bin_init), (gst_decode_bin_dispose),
11482         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
11483         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
11484         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
11485         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
11486         (connect_element), (expose_pad), (type_found),
11487         (pad_added_group_cb), (pad_removed_group_cb),
11488         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
11489         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
11490         (are_raw_caps), (multi_queue_overrun_cb),
11491         (multi_queue_underrun_cb), (gst_decode_group_new),
11492         (get_current_group), (group_demuxer_event_probe),
11493         (gst_decode_group_control_demuxer_pad),
11494         (gst_decode_group_control_source_pad),
11495         (gst_decode_group_check_if_blocked),
11496         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
11497         (gst_decode_group_hide), (gst_decode_group_free),
11498         (gst_decode_group_set_complete), (source_pad_blocked_cb),
11499         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
11500         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
11501         (plugin_init):
11502         New decodebin2 element.
11503         Closes #370092
11504         * gst/playback/gstplay-marshal.list:
11505         Added marshallers for new signals in decodebin2
11506         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
11507         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
11508         is set.
11509
11510 2006-11-28  Wim Taymans  <wim@fluendo.com>
11511
11512         * gst/playback/gstplaybasebin.c: (setup_source),
11513         (gst_play_base_bin_change_state):
11514         Disable rtsp:// uris for the release, it's not good enough yet.
11515         Remove unused var.
11516
11517 2006-11-26  Wim Taymans  <wim@fluendo.com>
11518
11519         * ext/theora/theoradec.c: (gst_theora_dec_reset),
11520         (theora_dec_push_forward), (theora_dec_push_reverse),
11521         (theora_handle_data_packet), (theora_dec_decode_buffer),
11522         (theora_dec_flush_decode), (theora_dec_chain_reverse),
11523         (theora_dec_chain_forward), (theora_dec_chain):
11524         Implement reverse playback.
11525
11526         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
11527         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
11528         (vorbis_dec_chain_forward):
11529         Clear buffers used for reverse playback in _reset.
11530         No need to set the eos flag, we clip samples using the segment.
11531
11532 2006-11-24  Wim Taymans  <wim@fluendo.com>
11533
11534         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
11535         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
11536         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
11537         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
11538         Some cleanups.
11539         Handle continued pages in reverse mode.
11540
11541 2006-11-24  Wim Taymans  <wim@fluendo.com>
11542
11543         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
11544         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
11545         (vorbis_dec_flush_decode):
11546         Small cleanups.
11547         Don't try to add invalid timestamps.
11548         Clipping will unref the buffer.
11549
11550 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11551
11552         * gst/adder/gstadder.h:
11553         * gst/audiotestsrc/gstaudiotestsrc.h:
11554           remove obsolete _factory_init protos
11555
11556 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11557
11558         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
11559           Fix spacing in debug message.
11560
11561 2006-11-23  Wim Taymans  <wim@fluendo.com>
11562
11563         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
11564         (gst_ogg_demux_chain):
11565         Don't just ignore return values from _pad_push().
11566         Small debug improvements.
11567
11568 2006-11-23  Michael Smith  <msmith@fluendo.com>
11569
11570         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
11571           If our incoming buffer is marked as DISCONT, then increment the page
11572           number (so that the discontinuity is marked in the final ogg
11573           bitstream) and flush the previous page.
11574
11575 2006-11-22  Michael Smith  <msmith@fluendo.com>
11576
11577         * ext/theora/gsttheoraenc.h:
11578         * ext/theora/theoraenc.c: (gst_theora_enc_init),
11579         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
11580         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
11581         (theora_enc_chain), (theora_enc_change_state):
11582           Mark discontinuities of > 3/4 of a frame, reinit encoder.
11583
11584         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11585         (GST_START_TEST), (theoraenc_suite):
11586           Enable discontinuity test, fix it.
11587
11588 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11589
11590         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
11591         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
11592         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
11593         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
11594         (gst_text_overlay_change_state):
11595         * ext/pango/gsttextoverlay.h:
11596           Some textoverlay fixes: for one, in the video chain function,
11597           actually wait for a text buffer to come in if there is none at the
11598           moment and there should be one; also, deal more gracefully with
11599           incoming buffers that do not have a timestamp or duration; discard
11600           text buffer when not needed any longer. Fixes #341681.
11601
11602         * tests/check/Makefile.am:
11603         * tests/check/elements/.cvsignore:
11604         * tests/check/elements/textoverlay.c:
11605         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
11606         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
11607         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
11608         (test_video_waits_for_text_send_text_newsegment_thread),
11609         (test_video_waits_for_text_shutdown_element),
11610         (test_render_continuity_push_video_buffers_thread),
11611         (textoverlay_suite):
11612           Add some unit tests for textoverlay.
11613
11614 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11615
11616         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
11617           Avoid integer underflow when the found probability for mp3 is
11618           smaller than the 'penalty' we subtract if there's not a clean
11619           mp3 header sync at offset 0.
11620
11621 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
11622
11623         * docs/libs/gst-plugins-base-libs-sections.txt:
11624           Add some new symbols to the docs
11625
11626 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
11627
11628         * tests/check/Makefile.am:
11629         * tests/check/elements/ffmpegcolorspace.c:
11630         (ffmpegcolorspace_suite):
11631           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
11632           (for now not for valgrinding though, since it takes too long).
11633
11634 2006-11-20  Wim Taymans  <wim@fluendo.com>
11635
11636         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11637         (gst_ffmpeg_pixfmt_to_caps):
11638         Fix RGBA32 caps. Fixes #357038.
11639
11640 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
11641
11642         * gst-libs/gst/interfaces/mixertrack.h:
11643           Add FIXME so we can add some padding here in 0.11
11644
11645 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
11646
11647         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
11648           Fix GstBaseRTPAudioPayload structure so the whole GObject
11649           inheritance business actually works (parent class instance structure
11650           must always come first in the derived class instance structure).
11651
11652 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
11653
11654         * gst/videotestsrc/Makefile.am:
11655         * tests/check/Makefile.am:
11656           Make sure our checks and the videotestsrc plugin link against the
11657           local uninstalled gst libs and not any installed gst libs that
11658           might happen to exist as well.
11659
11660         * tests/check/elements/adder.c: (message_received),
11661         (test_event_message_received), (test_play_twice_message_received):
11662         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
11663           Fix compiler warnings when compiling against core with disabled
11664           debugging system.
11665
11666 2006-11-16  Michael Smith  <msmith@fluendo.com>
11667
11668         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
11669         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
11670           Fix audiorate, so that it accurately sets offsets and timestamps.
11671           Doesn't change the fundamental algorithmic decisions; so should be
11672           safe.
11673
11674         * tests/check/Makefile.am:
11675           Enable audiorate test now that it passes.
11676
11677 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
11678
11679         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
11680           clear xv when going to NULL, remove // commented non-existant proto
11681
11682         * tests/examples/seek/seek.c: (main):
11683           add missing tooltip description for scrub and play_scrub
11684
11685 2006-11-14  David Schleef  <ds@schleef.org>
11686
11687         * configure.ac:
11688           Bump liboil requirement to 0.3.8.
11689         * gst-libs/gst/riff/riff-media.c:
11690           Add Dirac fourcc.
11691         * gst/videoscale/vs_image.h:
11692         * gst/videoscale/vs_scanline.h:
11693           Use liboil's stdint.h.
11694         * gst/videotestsrc/videotestsrc.c:
11695           Remove liboil related ifdef's, since they aren't needed now, and
11696           won't work with future versions.
11697
11698 2006-11-14  David Schleef  <ds@schleef.org>
11699
11700         * gst/videoscale/Makefile.am:
11701         * gst/videoscale/gstvideoscale.c:
11702         * gst/videoscale/gstvideoscale.h:
11703         * gst/videoscale/vs_4tap.c:
11704         * gst/videoscale/vs_4tap.h:
11705         * gst/videoscale/vs_image.c:
11706         * gst/videoscale/vs_image.h:
11707         * gst/videoscale/vs_scanline.c:
11708         * gst/videoscale/vs_scanline.h:
11709           Add a 4-tap image scaler.  Theoretically looks much prettier.
11710           The tap calculation could use some improvement.
11711
11712 2006-11-14  Wim Taymans  <wim@fluendo.com>
11713
11714         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
11715
11716         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
11717         (gst_riff_parse_strf_iavs):
11718         * gst/subparse/gstsubparse.c: (convert_encoding):
11719         * gst/tcp/gstmultifdsink.c:
11720         (gst_multi_fd_sink_handle_client_write):
11721         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
11722         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
11723         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
11724         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
11725         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
11726         (gst_ximagesink_ximage_new):
11727         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
11728         Various gsize and gssize printf fixes. Fixes #372507.
11729
11730 2006-11-13  Wim Taymans  <wim@fluendo.com>
11731
11732         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11733         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
11734         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
11735         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
11736         (vorbis_dec_chain_forward), (vorbis_dec_chain):
11737         * ext/vorbis/vorbisdec.h:
11738         First stab at vorbis reverse playback.
11739
11740 2006-11-13  Wim Taymans  <wim@fluendo.com>
11741
11742         * gst-libs/gst/audio/gstbaseaudiosink.c:
11743         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11744         * gst-libs/gst/audio/gstbaseaudiosink.h:
11745         Make the clock sync code more accurate wrt resampling and playback
11746         at different rates.
11747         
11748         * gst-libs/gst/audio/gstringbuffer.c:
11749         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
11750         * gst-libs/gst/audio/gstringbuffer.h:
11751         Use better algorithm to interpolate sample rates. 
11752
11753 2006-11-13  Michael Smith  <msmith@fluendo.com>
11754
11755         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
11756           Improve a debug line slightly.
11757
11758         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
11759           Call gst_riff_init() in plugin_init, to avoid getting errors from
11760           the debug system (unrelated changes to another plugin made this turn
11761           up; not sure why).
11762
11763 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
11764
11765         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
11766
11767         * win32/common/libgsttag.def:
11768           Add missing symbol (#366492).
11769
11770 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
11771
11772         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
11773           Don't unref a NULL pad.
11774
11775 2006-11-09  Wim Taymans  <wim@fluendo.com>
11776
11777         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
11778         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
11779         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
11780         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
11781         (gst_ogg_demux_loop):
11782         Implement first stab at reverse playback.
11783
11784 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
11785
11786         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11787         (gst_riff_create_video_template_caps):
11788           add h263/h264 variants to the caps, Fixes #363118
11789
11790 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
11791
11792         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
11793         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
11794           Use g_strerror instead of strerror so we get UTF-8.
11795
11796 2006-11-03  David Schleef  <ds@schleef.org>
11797
11798         * ext/ogg/gstoggdemux.c:
11799         * ext/ogg/gstoggmux.c:
11800           Add/remove KW-DIRAC header here, since it is ogg-specific.
11801
11802 2006-11-03  Michael Smith  <msmith@fluendo.com>
11803
11804         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
11805           Recognise more mpeg4 elementary video streams.
11806
11807 2006-11-02  Edward Hervey  <edward@fluendo.com>
11808
11809         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
11810         Lower the probability of mp3 typefinding functions if we don't find a
11811         valid mp3 header at the start of the file.
11812         Closes #369482
11813
11814 2006-11-02  Wim Taymans  <wim@fluendo.com>
11815
11816         * ext/theora/gsttheoradec.h:
11817         * ext/theora/theoradec.c: (gst_theora_dec_init),
11818         (theora_dec_sink_event), (theora_dec_chain_forward),
11819         (theora_dec_flush_decode), (theora_dec_chain_reverse),
11820         (theora_dec_chain):
11821         Document and partially implement an algorithm for doing reverse playback
11822         of theora video.
11823
11824 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
11825
11826         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
11827
11828         * win32/common/config.h:
11829         * win32/common/interfaces-enumtypes.c:
11830         * win32/common/libgsttag.def:
11831         * win32/vs8/gst-plugins-base.sln:
11832         * win32/vs8/libgstaudioresample.vcproj:
11833         * win32/vs8/libgstinterfaces.vcproj:
11834         * win32/vs8/libgstogg.vcproj:
11835         * win32/vs8/libgstriff.vcproj:
11836         * win32/vs8/libgsttag.vcproj:
11837         * win32/vs8/libgsttheora.vcproj:
11838         * win32/vs8/libgstvideoscale.vcproj:
11839         * win32/vs8/libgstvorbis.vcproj:
11840           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
11841           to libgsttag.def; add missing dependencies for some vs8 projects;
11842           re-arrange placement of .def files in vs8 projects (#366334).
11843
11844 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
11845
11846         * ext/ogg/gstogg.c:
11847           Remove unused variable.
11848
11849         * ext/ogg/gstoggdemux.c:
11850           Fix Wim's surname in plugin description.
11851
11852 2006-10-31  Wim Taymans  <wim@fluendo.com>
11853
11854         * gst-plugins-base.spec.in:
11855         spec new .h file. Fixes #368310.
11856
11857 2006-10-31  Michael Smith  <msmith@fluendo.com>
11858
11859         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
11860         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
11861         (gst_multi_fd_sink_get_stats),
11862         (gst_multi_fd_sink_remove_client_link),
11863         (gst_multi_fd_sink_queue_buffer),
11864         (gst_multi_fd_sink_handle_clients):
11865         * gst/tcp/gstmultifdsink.h:
11866           Make using the remove or clear signals threadsafe.
11867           Make calling get-stats with an invalid fd not segfault.
11868           Fixes 368273.
11869
11870 2006-10-31  Wim Taymans  <wim@fluendo.com>
11871
11872         * gst-libs/gst/rtp/Makefile.am:
11873         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11874         (gst_base_rtp_audio_payload_init):
11875         Fix and activate base audio payloader.
11876
11877 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
11878
11879         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
11880         (plugin_init):
11881           Add typefinder for QuickTime Image Files (see #366156).
11882
11883 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
11884
11885         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
11886           Another typo fix (#366212).
11887
11888 2006-10-27  Wim Taymans  <wim@fluendo.com>
11889
11890         * gst/volume/gstvolume.c: (volume_transform_ip):
11891         Use stream time to synchronize volume property instead of rather random
11892         timestamps. This is needed when gnonlin does its time shifting.
11893
11894 2006-10-27  Wim Taymans  <wim@fluendo.com>
11895
11896         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
11897
11898         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
11899         Remove the pad from the element in release_pad. Fixes #364812.
11900
11901 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
11902
11903         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
11904         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
11905           Explicitly create our custom buffer classes at a thread-safe
11906           location as well, since g_type_class_ref() doesn't seem to be
11907           entirely thread-safe either (#365501; also see #349410).
11908
11909 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
11910
11911         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
11912         (gst_riff_parse_info):
11913           If strings in INFO chunk are not UTF-8, do something similar to
11914           what we do for ID3v1 tags: check a number of environment variables
11915           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
11916           character sets to try, otherwise try the current locale and/or fall
11917           back on ISO-8859-1. Fixes #360552.
11918
11919 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
11920
11921         * gst/videotestsrc/gstvideotestsrc.c:
11922         (gst_video_test_src_pattern_get_type),
11923         (gst_video_test_src_set_pattern):
11924         * gst/videotestsrc/gstvideotestsrc.h:
11925         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
11926         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
11927         (gst_video_test_src_checkers8):
11928         * gst/videotestsrc/videotestsrc.h:
11929           Add a bunch of exciting new checkers patterns.
11930
11931 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
11932
11933         * gst/subparse/Makefile.am:
11934         * gst/subparse/gstsubparse.c:
11935         (gst_sub_parse_data_format_autodetect),
11936         (gst_sub_parse_format_autodetect), (handle_buffer),
11937         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
11938         * gst/subparse/gstsubparse.h:
11939         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
11940         (parse_tmplayer):
11941         * gst/subparse/tmplayerparse.h:
11942           Add support for TMPlayer-type subtitles (#362845).
11943
11944         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
11945         (GST_START_TEST), (subparse_suite):
11946           Add some basic unit tests for the above.
11947
11948 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
11949
11950         * tests/check/elements/audiorate.c: (test_injector_base_init),
11951         (test_injector_class_init), (test_injector_chain),
11952         (test_injector_init), (probe_cb), (do_perfect_stream_test),
11953         (GST_START_TEST), (audiorate_suite):
11954           More tests for audiorate: inject buffers to check behaviour when
11955           buffers overlap.
11956
11957 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
11958
11959         * tests/check/Makefile.am:
11960         * tests/check/elements/.cvsignore:
11961         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
11962         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
11963           Add some basic unit tests for audiorate. Disabled at the moment
11964           since it doesn't pass yet (see bug #363119).
11965
11966 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11967
11968         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
11969         (parse_subrip), (handle_buffer):
11970           Add missing closing tags for markup and fix broken markup,
11971           otherwise pango won't render anything (fixes #357531). Also,
11972           make sure the text we send out is always NUL-terminated
11973           (better safe than sorry etc.).
11974
11975         * tests/check/elements/subparse.c: (test_srt_do_test),
11976         (test_srt):
11977           Some more tests for .srt incl. tests for the above stuff.
11978
11979 2006-10-20  Julien MOUTTE  <julien@moutte.net>
11980
11981         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
11982         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
11983         Patch by: Stefan Kost  <ensonic@users.sf.net>
11984         Try to redraw borders only when needed. Apparently this consumes
11985         resources on small devices... :-O (#363607)
11986
11987 2006-10-20  Michael Smith  <msmith@fluendo.com>
11988
11989         * gst/tcp/gstmultifdsink.c:
11990         (gst_multi_fd_sink_client_queue_buffer):
11991           If caps change, then update the client's idea of the caps so that we
11992           don't end up re-sending streamheaders for every single buffer after
11993           the caps change.
11994
11995 2006-10-20  Michael Smith  <msmith@fluendo.com>
11996
11997         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
11998         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
11999           Set caps on pushed buffers; fix up refcounting of caps objects.
12000
12001 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
12002
12003         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
12004         (plugin_init):
12005           Typefind mmsh header data packet to application/x-mmsh (#362625).
12006
12007 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
12008
12009         * tests/check/Makefile.am:
12010         * tests/check/elements/.cvsignore:
12011         * tests/check/elements/subparse.c: (buffer_from_static_string),
12012         (setup_subparse), (teardown_subparse), (test_srt_do_test),
12013         (GST_START_TEST), (subparse_suite):
12014           Add very simple unit test for subparse.
12015
12016 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
12017
12018         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
12019         (parse_subrip):
12020           Strip trailing newlines from subtitle text output.
12021
12022 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12023
12024         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
12025         (gst_sub_parse_change_state):
12026           Fix memleak; clear subparse->textbuf n state change function.
12027
12028 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12029
12030         * gst/subparse/gstsubparse.c:
12031         (gst_sub_parse_data_format_autodetect):
12032           Don't require subrip (.srt) files to start with a chunk number of 1.
12033
12034 2006-10-18  Wim Taymans  <wim@fluendo.com>
12035
12036         * gst-libs/gst/audio/gstbaseaudiosink.c:
12037         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12038         * gst-libs/gst/audio/gstbaseaudiosink.h:
12039         Extract rate from the NEWSEGMENT event.
12040         Use commit_full to also take rate adjustment into account when writing
12041         samples to the ringbuffer.
12042         
12043         * gst-libs/gst/audio/gstringbuffer.c:
12044         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
12045         (gst_ring_buffer_read):
12046         * gst-libs/gst/audio/gstringbuffer.h:
12047         Added _commit_full() to also take rate into account.
12048         Use simple interpolation algorithm to resample audio.
12049         API: gst_ring_buffer_commit_full()
12050
12051         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
12052         * tests/examples/seek/seek.c: (segment_done):
12053         Don't try to seek with 0.0 rate, just pause instead.
12054         Remove bogus debug line.
12055
12056 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12057
12058         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
12059         (setup_source):
12060           Catch async errors when starting up the subtitle bin, so we can
12061           stop waiting and continue with the main film instead of hanging
12062           forever. Fixes #339366.
12063
12064         * tests/check/elements/playbin.c: (playbin_suite):
12065           Enable unit test for the above.
12066
12067 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12068
12069         * tests/check/Makefile.am:
12070         * tests/check/elements/.cvsignore:
12071         * tests/check/elements/playbin.c: (GST_START_TEST),
12072         (gst_red_video_src_uri_get_type),
12073         (gst_red_video_src_uri_get_protocols),
12074         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
12075         (gst_red_video_src_uri_handler_init),
12076         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
12077         (gst_red_video_src_create), (gst_red_video_src_class_init),
12078         (gst_red_video_src_init), (plugin_init), (playbin_suite):
12079           Some small and basic unit tests for playbin; not very useful yet,
12080           but at least a start.
12081
12082 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12083
12084         * gst/playback/gstplaybin.c: (setup_sinks):
12085           The old pad activation spiel.
12086
12087 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12088
12089         * gst/playback/gstplaybasebin.c: (setup_source):
12090           Don't hang forever if the subbin already fails to start up in 
12091           the state change to PAUSED (#339366).
12092
12093 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
12094
12095         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
12096         (gst_tuner_set_channel), (gst_tuner_get_channel),
12097         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
12098         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
12099         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
12100         (gst_tuner_find_channel_by_name):
12101           Fix some function guards, add some more function guards.
12102
12103 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
12104
12105         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
12106         (remove_element_chain):
12107         Don't return a pad from get_our_ghost_pad unless it is actually the
12108         one we want.
12109         Change a cast in remove_element_chain slightly.
12110
12111 2006-10-13  Julien MOUTTE  <julien@moutte.net>
12112
12113         * tests/examples/seek/seek.c: (do_seek), (start_seek),
12114         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
12115         Segment seeking needs to use the rate and set stop to -1.
12116
12117 2006-10-13  Wim Taymans  <wim@fluendo.com>
12118
12119         * gst-libs/gst/audio/gstbaseaudiosink.c:
12120         (gst_base_audio_sink_setcaps):
12121         Don't crash when ringbuffer is not yet created.
12122         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
12123         Fixes #361634.
12124
12125         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
12126         * gst/playback/gststreamselector.c:
12127         (gst_stream_selector_request_new_pad):
12128         Activate pads befre adding them to running elements.
12129
12130 2006-10-13  Julien MOUTTE  <julien@moutte.net>
12131
12132         * tests/examples/seek/seek.c: (do_seek), (start_seek),
12133         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
12134         updater when we start grabing the slider. Don't wait for the
12135         pipeline to be PAUSED.
12136
12137 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
12138
12139         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
12140         (gst_mixer_set_volume), (gst_mixer_get_volume),
12141         (gst_mixer_set_mute), (gst_mixer_set_option),
12142         (gst_mixer_get_option), (gst_mixer_mute_toggled),
12143         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
12144         (gst_mixer_option_changed):
12145           Guard mixer interface functions against bogus arguments.
12146
12147 2006-10-12  Julien MOUTTE  <julien@moutte.net>
12148
12149         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
12150         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
12151         (msg_state_changed), (main): Use state-changed messages to trigger
12152         start/stop of scale update timer. Indeed the scale slider was
12153         jumping here and there because the update timer was activated 
12154         before seek completed. This fixes instant applying of rate changes
12155         by pressing the spinbutton like a crazy man !
12156
12157 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
12158
12159         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
12160
12161         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
12162         (gst_basertppayload_finalize):
12163           Fix two small memory leaks (#361456).
12164
12165 2006-10-10  Julien MOUTTE  <julien@moutte.net>
12166
12167         * tests/examples/seek/seek.c: (do_seek),
12168         (rate_spinbutton_changed_cb): When changing spinbutton we try
12169         to change the rate on the fly.
12170
12171 2006-10-10  Wim Taymans  <wim@fluendo.com>
12172
12173         * gst-libs/gst/riff/riff-ids.h:
12174         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12175         (gst_riff_create_audio_template_caps):
12176         Add WMS caps.
12177
12178 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12179
12180         Patch by: Josep Torra Valles <josep@fluendo.com>
12181
12182         * ext/gnomevfs/gstgnomevfssink.c:
12183         * ext/gnomevfs/gstgnomevfssrc.c:
12184         Fix URI interface implementation return type.
12185         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
12186         Fix what looks like a copy/paste issue when assigning values.
12187         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
12188         (gst_audio_filter_template_get_type):
12189         Cast to prevent Forte warnings.
12190         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
12191         Fix URI interface implementation return type.
12192         gst_pad_query_position requires a signed integer pointer as
12193         3rd parameter, GstClockTime is unsigned.
12194         * gst/audioconvert/audioconvert.c:
12195         Fix integer overflow when treated as signed.
12196         * gst/audioresample/resample.c: (resample_add_input_data):
12197         Cast to prevent warnings on Forte.
12198         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
12199         Fix integer overflow when treated as signed.
12200         * gst/ffmpegcolorspace/imgconvert_template.h:
12201         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
12202         * gst/playback/gstdecodebin.c: (queue_filled_cb),
12203         (cleanup_decodebin):
12204         Who initialises a guint to -1!
12205         Cast function pointers to prevent warnings on Forte.
12206         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
12207         (queue_threshold_reached):
12208         Cast function pointers correctly to prevent warnings on Forte.
12209         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
12210         Cast function pointers correctly to prevent warnings on Forte.
12211         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
12212         Obvious change to unsigned, 0xEF > max signed char.
12213         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
12214         GstClockTime is unsigned, initialise correctly.
12215         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
12216         Cast so pointer arithemetic doesn't cause warnings on Forte.
12217         * gst/videorate/gstvideorate.c:
12218         Use correct return value.
12219         * tests/examples/seek/scrubby.c:
12220         GstClockTime is unsigned, initialise correctly.
12221
12222 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
12223
12224         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
12225
12226         * gst/typefind/gsttypefindfunctions.c:
12227           Recognise XML files and XML-like files shorter than 256 bytes as
12228           well (fixes #359237).
12229
12230 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
12231
12232         Patch by: Renato Filho <renato.filho@indt.org.br>
12233         
12234         * gst/typefind/gsttypefindfunctions.c:
12235         Added typefind functions to video/x-nuv media.
12236         
12237 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
12238
12239         * gst-libs/gst/interfaces/xoverlay.c:
12240         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
12241           Some more guards against invalid input.
12242
12243 2006-10-07  Julien MOUTTE  <julien@moutte.net>
12244
12245         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
12246         Useless goto.
12247         * tests/examples/seek/seek.c: (do_seek),
12248         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
12249         seek example to experiment with rates != 1.0 (reverse playback !)
12250
12251 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
12252
12253         * gst-libs/gst/interfaces/xoverlay.c:
12254           Unref message in doc-example (spotted by Robert McQueen)
12255
12256 2006-10-06  Wim Taymans  <wim@fluendo.com>
12257
12258         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12259         (mpeg1_parse_header), (mpeg1_sys_type_find):
12260         printf fix.
12261
12262 2006-10-06  Wim Taymans  <wim@fluendo.com>
12263
12264         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
12265         (close_pad_link):
12266         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
12267         Activate dynamic pads before adding them to the element.
12268
12269 2006-10-06  Michael Smith  <msmith@fluendo.com>
12270
12271         * gst-libs/gst/floatcast/floatcast.h:
12272           Fix obviously-bogus macros; use the correct types.
12273
12274 2006-10-06  Wim Taymans  <wim@fluendo.com>
12275
12276         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12277         (gst_base_rtp_depayload_change_state):
12278         Also call parent state change function to activate pads.
12279
12280         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12281         (mpeg1_parse_header), (mpeg1_sys_type_find):
12282         Add some more debug info in mpeg typefinding.
12283
12284 2006-10-06  Michael Smith  <msmith@fluendo.com>
12285
12286         * ext/theora/theoradec.c: (theora_dec_chain):
12287           Zero byte theora packets are valid and well-defined; don't warn on
12288           them.
12289
12290 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12291
12292         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
12293         (gst_multi_fd_sink_get_stats), (find_limits),
12294         (gst_multi_fd_sink_queue_buffer):
12295           API: add dropped_buffers to the get-stats GValueArray
12296
12297 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
12298
12299         * ext/alsa/gstalsadeviceprobe.c:
12300         (gst_alsa_device_property_probe_get_values):
12301         * ext/alsa/gstalsasink.c: (set_hwparams):
12302         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
12303         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
12304         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
12305         (gst_ogg_mux_process_best_pad):
12306         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
12307         (gst_ogg_parse_chain):
12308         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
12309         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12310         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
12311         (gst_vorbis_enc_buffer_check_discontinuous):
12312         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
12313         * gst-libs/gst/audio/gstbaseaudiosink.c:
12314         (gst_base_audio_sink_render):
12315         * gst-libs/gst/cdda/gstcddabasesrc.c:
12316         (gst_cdda_base_src_handle_track_seek):
12317         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12318         (gst_base_rtp_depayload_push_full):
12319         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
12320         * gst/audioresample/resample.c: (resample_input_pushthrough):
12321         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
12322         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12323         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12324         (wavpack_type_find):
12325         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
12326         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12327         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
12328         * tests/check/elements/volume.c: (GST_START_TEST):
12329           Printf format fixes.
12330
12331 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12332
12333         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
12334           Fix a simple mistake (see the docs)
12335           Fixes #359580
12336
12337 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12338
12339         * docs/plugins/Makefile.am:
12340         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12341         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12342         * docs/plugins/gst-plugins-base-plugins.args:
12343         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12344         * docs/plugins/inspect/plugin-adder.xml:
12345         * docs/plugins/inspect/plugin-alsa.xml:
12346         * docs/plugins/inspect/plugin-audioconvert.xml:
12347         * docs/plugins/inspect/plugin-audiorate.xml:
12348         * docs/plugins/inspect/plugin-audioresample.xml:
12349         * docs/plugins/inspect/plugin-audiotestsrc.xml:
12350         * docs/plugins/inspect/plugin-cdparanoia.xml:
12351         * docs/plugins/inspect/plugin-decodebin.xml:
12352         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12353         * docs/plugins/inspect/plugin-gdp.xml:
12354         * docs/plugins/inspect/plugin-gnomevfs.xml:
12355         * docs/plugins/inspect/plugin-libvisual.xml:
12356         * docs/plugins/inspect/plugin-ogg.xml:
12357         * docs/plugins/inspect/plugin-pango.xml:
12358         * docs/plugins/inspect/plugin-playbin.xml:
12359         * docs/plugins/inspect/plugin-subparse.xml:
12360         * docs/plugins/inspect/plugin-tcp.xml:
12361         * docs/plugins/inspect/plugin-theora.xml:
12362         * docs/plugins/inspect/plugin-typefindfunctions.xml:
12363         * docs/plugins/inspect/plugin-video4linux.xml:
12364         * docs/plugins/inspect/plugin-videorate.xml:
12365         * docs/plugins/inspect/plugin-videoscale.xml:
12366         * docs/plugins/inspect/plugin-videotestsrc.xml:
12367         * docs/plugins/inspect/plugin-volume.xml:
12368         * docs/plugins/inspect/plugin-vorbis.xml:
12369         * docs/plugins/inspect/plugin-ximagesink.xml:
12370         * docs/plugins/inspect/plugin-xvimagesink.xml:
12371           Add vorbistag element to docs; update version numbers to 0.10.10.1.
12372
12373 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12374
12375         Patch by: James "Doc" Livingston <doclivingston at gmail com>
12376
12377         * ext/vorbis/Makefile.am:
12378         * ext/vorbis/vorbis.c: (plugin_init):
12379         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
12380         (vorbis_parse_parse_packet), (vorbis_parse_chain):
12381         * ext/vorbis/vorbisparse.h:
12382         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
12383         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
12384         (gst_vorbis_tag_parse_packet):
12385         * ext/vorbis/vorbistag.h:
12386           Add new vorbistag element which derives from vorbisparse
12387           and is essentially the same as well, only that it implements
12388           the GstTagSetter interface and can modify the stream's
12389           vorbiscomment on the fly (#335635).
12390
12391         * tests/check/Makefile.am:
12392         * tests/check/elements/.cvsignore:
12393         * tests/check/elements/vorbistag.c: (setup_vorbistag),
12394         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
12395         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
12396         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
12397           Add unit test for new vorbistag element.
12398
12399 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12400
12401         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
12402         (vorbis_parse_push_headers), (vorbis_parse_chain):
12403           Set BOS flag in packet structure to fix 'jump depends
12404           on unitialized value' errors in valgrind; various minor
12405           clean-ups.
12406
12407 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
12408
12409         * gst/playback/gstdecodebin.c: (close_pad_link):
12410         Fix typo in a debug statement.
12411
12412         * gst/playback/gstplaybasebin.c: (probe_triggered),
12413         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
12414         (gen_source_element), (source_new_pad), (analyse_source),
12415         (setup_source):
12416         When handling no_more_pads in new_decoded_pad, make sure to treat
12417         subtitle pads correctly. Fixes playback with subtitle files.
12418
12419         Move a recurring message to LOG level.
12420
12421         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
12422         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
12423         which ends up as -1 when cast to an int. Make the logic handle the
12424         max value as an unsigned mask and only change the colorkey when it's
12425         a value we recognise.
12426
12427 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12428
12429         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12430         Removed empty * between paragraphs
12431
12432 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12433
12434         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12435         * gst-libs/gst/rtp/README:
12436         Moved some documentation into .c file
12437
12438 2006-09-29  Wim Taymans  <wim@fluendo.com>
12439
12440         * gst/playback/gstdecodebin.c: (no_more_pads):
12441         Fix compilation.
12442
12443 2006-09-29  Wim Taymans  <wim@fluendo.com>
12444
12445         * gst/playback/gstdecodebin.c: (new_caps):
12446         Remove g_print
12447
12448         * gst/playback/gstplaybin.c:
12449         Add some docs.
12450
12451 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12452
12453         * tests/check/Makefile.am:
12454           Re-enable cddabasesrc test to see if it works again
12455           now.
12456
12457 2006-09-29  Wim Taymans  <wim@fluendo.com>
12458
12459         * gst/playback/gstplaybasebin.c: (setup_subtitle),
12460         (gen_source_element):
12461         Handle invalid URIs a bit more gracefully.
12462
12463 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12464
12465         * tests/check/pipelines/oggmux.c:
12466           Remove obsolete comment.
12467
12468 2006-09-29  Michael Smith  <msmith@fluendo.com>
12469
12470         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
12471         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
12472         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
12473         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
12474         (gst_ogg_mux_collected):
12475           Commit patch from James "Doc" Livingston, adds proper EOS handling
12476           in oggmux. GStreamer can, for the first time ever, create a valid
12477           Ogg file! Yay!
12478
12479         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
12480         (oggmux_suite):
12481           Reenable tests now that they pass.
12482
12483 2006-09-29  Wim Taymans  <wim@fluendo.com>
12484
12485         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12486         Stop reading commands when EOF (we read 0) as well.
12487
12488 2006-09-28  Wim Taymans  <wim@fluendo.com>
12489
12490         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
12491         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
12492         (find_dynamic), (unlinked), (close_link):
12493         Implement delayed caps linking needed for element with a lot of
12494         different caps on the src pads that get fixed at runtime.
12495         Improve management of dynamic elements.
12496
12497         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
12498         (group_destroy), (group_commit), (check_queue), (queue_overrun),
12499         (gen_preroll_element), (remove_groups), (unknown_type),
12500         (add_element_stream), (no_more_pads_full), (no_more_pads),
12501         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
12502         (new_decoded_pad), (setup_subtitle), (array_has_value),
12503         (gen_source_element), (source_new_pad), (has_all_raw_caps),
12504         (analyse_source), (remove_decoders), (make_decoder),
12505         (remove_source), (setup_source), (finish_source), (prepare_output),
12506         (gst_play_base_bin_change_state):
12507         * gst/playback/gstplaybasebin.h:
12508         Use more _CAST instead of full type checking casts.
12509         Small cleanups, plug some leaks.
12510         Handle dynamic sources.
12511         Add some helper functions to create lists of strings used for
12512         blacklisting and other stuff.
12513         Refactor some code dealing with analysing the source.
12514         Re-enable sources without pads (like cd:// or other selfcontained
12515         elements).
12516
12517 2006-09-28  Wim Taymans  <wim@fluendo.com>
12518
12519         * gst-libs/gst/audio/gstbaseaudiosink.c:
12520         (gst_base_audio_sink_render):
12521         When we have a timestamp, we can still perform clipping.
12522         When we have no clock, we must play the sample ASAP.
12523
12524 2006-09-28  Wim Taymans  <wim@fluendo.com>
12525
12526         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
12527         Set caps on outgoing buffers.
12528
12529         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
12530         (gst_video_rate_event), (gst_video_rate_chain):
12531         * gst/videorate/gstvideorate.h:
12532         Fix videorate some more. Fixes #357977
12533
12534 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
12535
12536         * tests/check/elements/adder.c: (adder_suite):
12537           Don't set timeout to 6 seconds when we're running
12538           in valgrind ... (and how is 6 seconds longer than
12539           the default anyway?)
12540
12541 2006-09-28  Wim Taymans  <wim@fluendo.com>
12542
12543         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
12544         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
12545         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
12546         Keep sink and src segment to keep track of time and support more
12547         input formats.
12548         Fix bogus next_offset and run_time calculation, don't understand how
12549         this could have worked before. Fixes #357976.
12550         Remove some unneeded vars.
12551
12552 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
12553
12554         * gst/playback/gstplaybin.c: (remove_sinks):
12555           Only remove visualisation from visbin if there is a visbin (or:
12556           don't throw warnings when closing totem without playing a file).
12557
12558 2006-09-27  Wim Taymans  <wim@fluendo.com>
12559
12560         * gst-libs/gst/audio/gstbaseaudiosink.c:
12561         (gst_base_audio_sink_render):
12562         Add some more info in a WARNING.
12563
12564         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12565         (gst_base_audio_src_create):
12566         Handle PAUSE in create function, use new -core addition to
12567         wait for playing. Fixes pausing and resuming capture from an
12568         audiosrc.
12569
12570         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
12571         (gst_ring_buffer_read):
12572         Constify some more.
12573         Caller supports interrupted reads now.
12574
12575 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12576
12577         * tests/check/Makefile.am:
12578           Another attempt to make the gen64 buildbot happy.
12579
12580 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
12581
12582         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
12583
12584         * ext/libvisual/visual.c: (gst_visual_clear_actors),
12585         (gst_visual_chain), (gst_visual_change_state):
12586           Libvisual plugin was not passing audio data to libvisual 0.4.0 
12587           correctly. Fixes #357800
12588
12589 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12590
12591         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
12592           Add timeout to _get_state() so we see which pipeline it is
12593           that causes trouble on the gen64 build bot.
12594
12595 2006-09-27  Wim Taymans  <wim@fluendo.com>
12596
12597         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12598         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
12599         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
12600         (gst_base_rtp_depayload_set_gst_timestamp):
12601         the source pad always uses fixed caps.
12602
12603 2006-09-27  Wim Taymans  <wim@fluendo.com>
12604
12605         * docs/libs/gst-plugins-base-libs-docs.sgml:
12606         * docs/libs/gst-plugins-base-libs-sections.txt:
12607         * gst-libs/gst/audio/gstaudioclock.c:
12608         * gst-libs/gst/audio/gstaudioclock.h:
12609         * gst-libs/gst/audio/gstaudiosink.c:
12610         * gst-libs/gst/audio/gstaudiosink.h:
12611         * gst-libs/gst/audio/gstaudiosrc.c:
12612         * gst-libs/gst/audio/gstbaseaudiosink.c:
12613         (gst_base_audio_sink_render):
12614         * gst-libs/gst/audio/gstbaseaudiosink.h:
12615         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
12616         * gst-libs/gst/audio/gstbaseaudiosrc.h:
12617         * gst-libs/gst/audio/gstringbuffer.h:
12618         Added docs for the audio libs.
12619
12620 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12621
12622         * tests/check/Makefile.am:
12623           Temporarily disable test that fails on the bots for unknown reasons.
12624
12625 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12626
12627         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12628         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
12629         Moved AudioCodecType into priv
12630         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
12631
12632 2006-09-25  Wim Taymans  <wim@fluendo.com>
12633
12634         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
12635         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
12636         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
12637         (new_pad):
12638         Cleanups and small leak fixes.
12639         Added Depayloaders to valid list of autopluggable elements.
12640
12641 2006-09-25  Wim Taymans  <wim@fluendo.com>
12642
12643         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12644         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
12645         (gen_video_element), (gen_text_element), (gen_audio_element),
12646         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
12647         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
12648         Detect NO_PREROLL state change returns and disable clock distribution to
12649         the sinks so that sync is disabled.
12650         Avoid some type checking and do simple casts instead.
12651         Small cleanups, fix some FIXMEs.
12652         Be more robust when linking user specified elements, catch an report
12653         errors. Fixes #357404.
12654         Fix some leaks in the error paths.
12655
12656 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
12657
12658         * ChangeLog:
12659           ChangeLog surgery for missing bug-number
12660
12661 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12662
12663         Patch by: Peter Kjellerstedt  <pkj at axis com>
12664
12665         * gst/playback/test.c:
12666           Fix compilation with uClibc and -Werror (#357591).
12667
12668 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12669
12670         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
12671           Parse dates that are followed by a time as well (#357532).
12672
12673         * tests/check/libs/tag.c: (test_vorbis_tags):
12674           Add unit test for this.
12675
12676 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12677
12678         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
12679         (gst_audio_convert_transform_caps):
12680         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
12681         * gst/videotestsrc/videotestsrc.h:
12682           A few array const-ifications.
12683
12684 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12685
12686         * tests/check/Makefile.am:
12687           See if this makes the build bots happy.
12688
12689         * tests/check/libs/cddabasesrc.c:
12690           UTF8-ise my name.
12691
12692 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12693
12694         Patch by: Young-Ho Cha <ganadist at chollian dot net>
12695
12696         * gst/subparse/samiparse.c: (handle_start_font),
12697         (fix_invalid_entities):
12698           More case-insensitivity for certain tags; recognise entities with
12699           decimal codes as special entities as well (#357330).
12700
12701 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12702
12703         * gst-libs/gst/Makefile.am:
12704           Need to build tag directory before cdda.
12705
12706 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12707
12708         * docs/libs/gst-plugins-base-libs-sections.txt:
12709         * gst-libs/gst/cdda/Makefile.am:
12710         * gst-libs/gst/cdda/gstcddabasesrc.c:
12711         (gst_cdda_base_src_base_init):
12712         * gst-libs/gst/cdda/gstcddabasesrc.h:
12713         * gst-libs/gst/tag/tag.h:
12714         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
12715         (gst_tag_register_musicbrainz_tags):
12716           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
12717           depend on libgsttag. This is required so we can extract/read tags like
12718           DISCID without depending on libgstcddabasesrc (which used to register
12719           them).
12720
12721         * gst-libs/gst/tag/gstvorbistag.c:
12722           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
12723           tags (also see #347848).
12724
12725         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
12726           Log vorbis comments we are actually writing. Const-ify array.
12727
12728 2006-09-23  Wim Taymans  <wim@fluendo.com>
12729
12730         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
12731         Improve buffering a bit by avoiding a deadlock because we cannot assume
12732         the underrun is always called.
12733
12734 2006-09-23  Wim Taymans  <wim@fluendo.com>
12735
12736         Patch by: Young-Ho Cha <ganadist at chollian dot net>
12737
12738         * gst-libs/gst/riff/riff-ids.h:
12739         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12740         (gst_riff_create_audio_template_caps):
12741         Added MPEG-4 AAC and id and caps. Fixes #357289
12742         Added WMA9 Lossless id.
12743
12744 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
12745
12746         * ext/gnomevfs/gstgnomevfssrc.c:
12747           Fix misleading docs addition.
12748
12749         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
12750           Get rid of compiler warning the right way.
12751
12752 2006-09-22  Wim Taymans  <wim@fluendo.com>
12753
12754         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12755         (gst_base_rtp_depayload_finalize),
12756         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
12757         (gst_base_rtp_depayload_push_full),
12758         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
12759         (gst_base_rtp_depayload_process),
12760         (gst_base_rtp_depayload_set_gst_timestamp),
12761         (gst_base_rtp_depayload_queue_release):
12762         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12763         Small cleanups.
12764         Fix some leaks.
12765         Refactored the process method and added methods to push from the process
12766         vmethod.
12767         Use _scale functions.
12768         API: gst_base_rtp_depayload_push_ts
12769         API: gst_base_rtp_depayload_push
12770
12771         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
12772         timestamps are uint.
12773
12774 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
12775
12776         * gst-libs/gst/interfaces/xoverlay.c:
12777           Remove unused statement from doc example.
12778
12779 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
12780
12781         * gst-libs/gst/interfaces/videoorientation.c:
12782         (gst_video_orientation_iface_init),
12783         (gst_video_orientation_get_hflip),
12784         (gst_video_orientation_get_vflip),
12785         (gst_video_orientation_get_hcenter),
12786         (gst_video_orientation_get_vcenter),
12787         (gst_video_orientation_set_hflip),
12788         (gst_video_orientation_set_vflip),
12789         (gst_video_orientation_set_hcenter),
12790         (gst_video_orientation_set_vcenter):
12791           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
12792           in ChangeLog)
12793
12794 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
12795
12796         * tests/check/Makefile.am:
12797         * tests/check/elements/.cvsignore:
12798         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
12799         (create_rgb_conversions), (rgb_conversion_free),
12800         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
12801         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
12802           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
12803           but disable for now since it doesn't pass (something wrong with
12804           RGBA somewhere).
12805
12806 2006-09-21  Wim Taymans  <wim@fluendo.com>
12807
12808         * gst/playback/gstplaybasebin.c: (group_commit),
12809         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
12810         (queue_out_of_data), (gen_preroll_element),
12811         (preroll_remove_overrun), (probe_triggered):
12812         Refactor handling of overrun detection.
12813         Separate handling of group completion and deadlock detection when doing
12814         network buffering. This should fix some deadlocks that were not detected
12815         because the group was completed.
12816         Add more comments, improve debugging.
12817
12818 2006-09-21  Wim Taymans  <wim@fluendo.com>
12819
12820         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
12821         * tests/check/libs/audio.c:
12822         Some more compilation fixes.
12823
12824 2006-09-21  Wim Taymans  <wim@fluendo.com>
12825
12826         * gst-libs/gst/audio/gstringbuffer.c:
12827         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
12828         (gst_ring_buffer_read):
12829         Early morning compilation fix.
12830
12831 2006-09-20  Wim Taymans  <wim@fluendo.com>
12832
12833         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
12834         * tests/check/elements/multifdsink.c: (GST_START_TEST):
12835         * tests/check/elements/videorate.c: (GST_START_TEST):
12836         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
12837         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
12838         Fix some warnings.
12839
12840 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
12841
12842         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12843         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
12844         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
12845           Handcrafted merge to help CVS understanding what I changed and what
12846           not.
12847
12848 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
12849
12850         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
12851         (gst_xvimagesink_get_times):
12852           change colorkey behaviour back according to #354773 comment 6/7
12853
12854 2006-09-19  Michael Smith  <msmith@fluendo.com>
12855
12856         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
12857         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
12858         (gst_multi_fd_sink_recover_client),
12859         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
12860         (gst_multi_fd_sink_get_property):
12861         * gst/tcp/gstmultifdsink.h:
12862           Implement stubbed out properties unit-type, units-soft-max,
12863           units-max, to allow specifying maximum sizes in units other than
12864           buffers.
12865           Fixes #355935
12866
12867 2006-09-19  Wim Taymans  <wim@fluendo.com>
12868
12869         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12870         (gst_riff_create_audio_template_caps):
12871         Reorder the audio formats a bit for clarity.
12872         Detect and create caps for MSGSM and MSN (WAV49).
12873         Fixes #356596.
12874
12875         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12876         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
12877         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
12878         Small cleanups, move error handling out of normal flow for clarity.
12879
12880 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12881
12882         * docs/libs/gst-plugins-base-libs-docs.sgml:
12883         * docs/libs/gst-plugins-base-libs.types:
12884         * gst-libs/gst/interfaces/Makefile.am:
12885         * gst-libs/gst/interfaces/videoorientation.c:
12886         (gst_video_orientation_get_type),
12887         (gst_video_orientation_iface_init),
12888         (gst_video_orientation_get_hflip),
12889         (gst_video_orientation_get_vflip),
12890         (gst_video_orientation_get_hcenter),
12891         (gst_video_orientation_get_vcenter),
12892         (gst_video_orientation_set_hflip),
12893         (gst_video_orientation_set_vflip),
12894         (gst_video_orientation_set_hcenter),
12895         (gst_video_orientation_set_vcenter):
12896         * gst-libs/gst/interfaces/videoorientation.h:
12897           API: Add new interface to control video orientation (fixes #354908)
12898
12899 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12900
12901         * gst/videotestsrc/gstvideotestsrc.c:
12902           Use G_UNLIKELY in _create and log one more detail.
12903           
12904         (gst_video_test_src_get_times), (gst_video_test_src_create):
12905         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
12906           Use gst_util_uint64_scale_int in _get_times().
12907
12908 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12909
12910         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
12911           Give better warning message (add object and detail).
12912
12913 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12914
12915         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
12916         (gst_xvimagesink_get_times):
12917           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
12918           #354773), use gst_util_uint64_scale_int in _get_times()
12919
12920 2006-09-18  Michael Smith  <msmith@fluendo.com>
12921
12922         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
12923           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
12924           always true, leading to dropping all timestamps.
12925
12926 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12927
12928         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
12929         (gst_visual_chain), (gst_visual_change_state):
12930           update to work also with libvisual 0.4 API, fix double unref (#355914)
12931           
12932         * tools/gst-launch-ext.1.in:
12933         * tools/gst-visualise.1.in:
12934           remove references to old man-pages
12935
12936         * tests/examples/seek/seek.c: (main):
12937           add real meadi-buttons, add tool-tips for the seek-options, arrange
12938           seek options in a table
12939
12940 2006-09-18  Michael Smith  <msmith@fluendo.com>
12941
12942         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
12943         (gst_ogg_mux_push_buffer):
12944           Don't generate out-of-order timestamps from oggmux, instead clamp
12945           output timestamps to be >= the previously output ts.
12946           Fixes #355595
12947
12948 2006-09-18  Michael Smith  <msmith@fluendo.com>
12949
12950         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
12951         (gst_multi_fd_sink_class_init):
12952           Updates, fixes, and typo corrections for multifdsink. No functional
12953           changes.
12954
12955 2006-09-17  Michael Smith  <msmith@fluendo.com>
12956
12957         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
12958           Don't crash on truncated files - check that we got an 8 byte buffer
12959           before trying to memcmp it.
12960
12961 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
12962
12963         * gst/playback/gstplaybasebin.c: (get_active_source):
12964           Make stream-switching appear instant to the application
12965           (ie. make sure that a g_object_get on 'current-foo' returns
12966           the stream previously set with g_object_set(). Totem needs
12967           this to update stream-related meta-info (like audio-codec)
12968           correctly when switching streams.
12969
12970 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
12971
12972         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
12973         (gst_alsa_mixer_ensure_track_list):
12974           Try harder to guess which mixer track is the master mixer
12975           track (instead of just taking the first one that has a pvolume).
12976           Fixes #342228.
12977
12978 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12979
12980         reviewed by: <delete if not using a buddy>
12981
12982         * gst-libs/gst/audio/audio.h:
12983         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
12984
12985 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12986
12987         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
12988         (gst_audio_convert_transform_caps):
12989           Get structure-name just once.
12990
12991 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12992
12993         * tests/check/elements/audioresample.c: (GST_START_TEST):
12994         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
12995         * tests/check/elements/volume.c: (GST_START_TEST):
12996         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
12997         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
12998         (test_pipeline), (GST_START_TEST):
12999         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
13000         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
13001           Fix big batch of compiler warnings.
13002
13003 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13004
13005         * ext/gnomevfs/gstgnomevfssrc.c:
13006           Add docs about icydemux usage in connection with gnomevfssrc
13007
13008         * ext/libvisual/visual.c:
13009         * ext/ogg/gstoggaviparse.c:
13010         * ext/ogg/gstoggdemux.c:
13011         * ext/ogg/gstoggmux.c:
13012         * ext/ogg/gstoggparse.c:
13013         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
13014         * gst-libs/gst/audio/gstaudiosink.c:
13015         * gst-libs/gst/audio/gstaudiosrc.c:
13016         * gst/audiorate/gstaudiorate.c:
13017           More G_OBJECT macro fixing.
13018
13019         * gst/audiotestsrc/gstaudiotestsrc.h:
13020           Fix wrong info in header due to copy & paste
13021
13022 2006-09-15  Wim Taymans  <wim@fluendo.com>
13023
13024         * gst-libs/gst/audio/gstbaseaudiosink.c:
13025         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
13026         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13027         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
13028         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
13029         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
13030         Do the delay calculation in the source/sink base classes as this is
13031         specific for the capture/playback mode.
13032         Try to fixate a bit better, like round depth up to a multiple of 8
13033         bigger than width.
13034         Handle underruns correctly by marking DISCONT on buffers and adjusting
13035         timestamps to handle the gap.
13036         Set offset/offset_end correctly on buffers.
13037
13038         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
13039         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
13040         (gst_ring_buffer_read):
13041         Remove resync and underrun recovery from the ringbuffer.
13042         Fix ringbuffer read code on under/overrun.
13043
13044 2006-09-15  Wim Taymans  <wim@fluendo.com>
13045
13046         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
13047         (gst_play_base_bin_init), (fill_buffer), (check_queue),
13048         (queue_threshold_reached), (gst_play_base_bin_set_property),
13049         (gst_play_base_bin_get_property):
13050         * gst/playback/gstplaybasebin.h:
13051         Don't use a 0 low watermark when buffering, it is catching starvation
13052         way too late. Instead, use a 3 second queue with 30 and 95
13053         percent low/high watermarks. 
13054         Added queue-min-threshold property to configure low watermark.
13055         Use new _buffering message API.
13056         Make queue_threshold variable big enough to store a uint64 time value.
13057         API: playbin::queue-min-threshold property.
13058
13059 2006-09-15  Wim Taymans  <wim@fluendo.com>
13060
13061         * configure.ac:
13062         We require 0.10.10.1 now because of _wait_preroll().
13063
13064         * gst-libs/gst/audio/gstbaseaudiosink.c:
13065         (gst_base_audio_sink_render):
13066         Use gst_base_sink_wait_preroll().
13067
13068 2006-09-15  Wim Taymans  <wim@fluendo.com>
13069
13070         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
13071         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
13072         Use DEBUG_OBJECT more.
13073
13074 === release 0.10.10 ===
13075
13076 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
13077
13078         patch by: Michael Smith <msmith at fluendo dot com>
13079
13080         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
13081         (gst_multi_fd_sink_client_queue_buffer),
13082         (gst_multi_fd_sink_new_client):
13083         * tests/check/elements/multifdsink.c: (GST_START_TEST),
13084         (multifdsink_suite):
13085           Fix implementation of sync-method 'next-keyframe'
13086           Closes #354594
13087
13088 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
13089
13090         patch by: Wim Taymans <wim at fluendo dot com>
13091
13092         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
13093         This patch removes the RANDOM flag that was incorrectly introduced with
13094         revision 1.91.  Fixes #354590
13095
13096 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
13097
13098         * tests/check/Makefile.am:
13099           Random variation in Makefile line to see if it makes the
13100           gen64-base-full bot any happier.
13101
13102 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13103
13104         * tests/check/pipelines/oggmux.c: (oggmux_suite):
13105           Disable test that fails at the moment (killed after timeout).
13106
13107 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13108
13109         Patch by: James Livingston  <doclivingston at gmail.com>
13110
13111         * tests/check/Makefile.am:
13112         * tests/check/pipelines/.cvsignore:
13113         * tests/check/pipelines/oggmux.c: (get_page_codec),
13114         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
13115         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
13116         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
13117         (test_theora_vorbis), (oggmux_suite):
13118           Add simple unit test for oggmux from #337026 with checking for the
13119           EOS flags disabled for the time being.
13120
13121 2006-09-04  Wim Taymans  <wim@fluendo.com>
13122
13123         patch by: Alessandro Dessina <alessandro nnva org>
13124
13125         * ext/ogg/gstoggmux.c:
13126         Add cmml caps to oggmux. Fixes #353912
13127
13128 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
13129
13130         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
13131           Returning a return value often helps. In this case, we
13132           don't need the return value anyway, so just get rid of it.
13133           Should make build bots much happier.
13134
13135 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
13136
13137         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
13138         (paint_get_structure), (gst_video_test_src_get_size),
13139         (gst_video_test_src_smpte), (gst_video_test_src_snow),
13140         (gst_video_test_src_unicolor), (paint_setup_AYUV),
13141         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
13142         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
13143         * gst/videotestsrc/videotestsrc.h:
13144           Add support for AYUV and the various RGBA formats. Initialise
13145           fields of paintinfo structs allocated on the stack.
13146
13147         * tests/check/elements/videotestsrc.c: (right_shift_colour),
13148         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
13149         (check_rgb_buf), (videotestsrc_suite):
13150           Add unit tests for videotestsrc's RGB output.
13151
13152 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
13153
13154         * gst/videotestsrc/gstvideotestsrc.c:
13155         (gst_video_test_src_pattern_get_type),
13156         (gst_video_test_src_set_pattern):
13157         * gst/videotestsrc/gstvideotestsrc.h:
13158         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
13159         (gst_video_test_src_black), (gst_video_test_src_white),
13160         (gst_video_test_src_red), (gst_video_test_src_green),
13161         (gst_video_test_src_blue):
13162         * gst/videotestsrc/videotestsrc.h:
13163           Add more uni-colour patterns ("white", "red", "green", and "blue").
13164
13165 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
13166
13167         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
13168           Fix stride for YVYU, should be word-aligned (#353658).
13169
13170 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
13171
13172         * gst/adder/gstadder.c: (gst_adder_src_event):
13173           Fix build.
13174
13175 2006-08-31  Edward Hervey  <edward@fluendo.com>
13176
13177         * gst/adder/gstadder.c: (forward_event_func),
13178         (gst_adder_src_event), (gst_adder_collected),
13179         (gst_adder_change_state):
13180         * gst/adder/gstadder.h:
13181         Remember the start position asked in the incoming seeks, so we can
13182         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
13183         of assuming it will always be 0).
13184
13185 2006-08-31  Edward Hervey  <edward@fluendo.com>
13186
13187         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
13188         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
13189         (gst_ogg_demux_loop):
13190         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
13191
13192 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
13193
13194         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13195         (gst_ffmpegcsp_get_unit_size):
13196           Return FALSE instead of returning a random false unit
13197           size when the format isn't known/supported (even if
13198           this shouldn't happen under normal circumstances).
13199
13200 2006-08-29  Wim Taymans  <wim@fluendo.com>
13201
13202         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
13203
13204         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
13205         (gst_gnome_vfs_src_start):
13206         Try harder to get the size from a uri by using _info_uri() when
13207         _info_from_handle() does not give us enough info. 
13208         Also follow symlinks when getting the size.
13209         Partially Fixes #332864.
13210
13211 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
13212
13213         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
13214
13215         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
13216         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
13217         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
13218         (gst_alsa_mixer_set_record):
13219         * ext/alsa/gstalsamixertrack.c:
13220         (gst_alsa_mixer_track_update_alsa_capabilities),
13221         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
13222         (gst_alsa_mixer_track_update):
13223         * ext/alsa/gstalsamixertrack.h:
13224           Improve and fix mixer track handling, in particular better handling
13225           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
13226           separate track objects for tracks that have both capture and playback
13227           volume (and label them differently as well so they're not mistakenly
13228           assumed to be duplicates); classify mixer tracks that only affect
13229           the audible volume of something (rather than the capture volume)
13230           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
13231           for capture tracks to correspond to alsa-pswitch alsa-cswitch
13232           (following the meaning documented in the mixer interface header
13233           file); add support for alsa's exclusive cswitch groups; update/sync
13234           state/flags better if mixer settings are changed by another
13235           application. Fixes #336075.
13236
13237 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
13238
13239         * gst/playback/gstplaybin.c:
13240           Improve docs: add section about BUFFERING messages sent by playbin.
13241
13242 2006-08-29  Michael Smith  <msmith@fluendo.com>
13243
13244         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
13245         (gst_vorbis_enc_buffer_check_discontinuous),
13246         (gst_vorbis_enc_chain):
13247           Ignore explicit DISCONT marked on buffers (which is often spurious,
13248           particularly when using multiple segments), in favour of solely
13249           using the timestamps/durations.
13250
13251 2006-08-29  Edward Hervey  <edward@fluendo.com>
13252
13253         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
13254         Don't rely on incoming buffers offset anymore, since it is completely
13255         broken when using multiple segments.
13256         Instead convert the incoming buffers timestamp to running time, and
13257         then convert that value to the offsets.
13258         Also inform GstSegment of the last outputted stop position, which is
13259         needed if we received several segments with an unknown stop value.
13260
13261 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13262
13263         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
13264           fix buffer unreffing on a header push failure
13265
13266 2006-08-28  Wim Taymans  <wim@fluendo.com>
13267
13268         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
13269         (gst_audio_rate_chain):
13270         Make the metadata of the buffer writable before changing its
13271         flags.
13272
13273 2006-08-28  Wim Taymans  <wim@fluendo.com>
13274
13275         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
13276         (gst_audio_rate_setcaps), (gst_audio_rate_init),
13277         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
13278         (gst_audio_rate_chain), (gst_audio_rate_change_state):
13279         Fix audiorate some more.
13280         Reset and resync counters on flush and READY.
13281         Handle the DISCONT flag correctly.
13282         Use GstSegment to track position.
13283         Fail when not negotiated.
13284         Fixes #353234.
13285
13286 2006-08-25  Michael Smith  <msmith@fluendo.com>
13287
13288         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
13289           Fix spelling.
13290           Remove accidently included debug line.
13291
13292 2006-08-25  Wim Taymans  <wim@fluendo.com>
13293
13294         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
13295         Small cleanups.
13296         If a buffer is received with no caps, make the buffer metadata
13297         writable and set the caps, making sure that we don't screw up the
13298         refcounts.
13299
13300 2006-08-25  Michael Smith  <msmith@fluendo.com>
13301
13302         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
13303         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
13304           Fix memory leaks and misleading debug messages, add a couple of
13305           comments.
13306
13307         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
13308         (gst_multi_fd_sink_render):
13309           Do not use gst_buffer_make_writable() in a basesink render method,
13310           as it may incorrectly unref the buffer. Instead, use convoluted
13311           dance to avoid copying the buffer except when we need to.
13312
13313 2006-08-25  Michael Smith  <msmith@fluendo.com>
13314
13315         * ext/vorbis/vorbisenc.c:
13316         (gst_vorbis_enc_buffer_check_discontinuous):
13317           Allow very small discontinuities in the timestamps. These we can't
13318           do anything useful with anyway (because vorbis's timestamps have
13319           only sample granularity), and are commonly produced by elements with
13320           minor bugs. Allow up to 1/2 a sample out.
13321           Fixes #351742.
13322
13323 2006-08-24  Wim Taymans  <wim@fluendo.com>
13324
13325         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
13326         (play_scrub_toggle_cb), (main):
13327         Add a checkbox to enable play scrubbing. Makes it possible to disable
13328         normal scrubbing.
13329
13330 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
13331
13332         * tests/check/elements/.cvsignore:
13333           make buildbot happy
13334
13335 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13336
13337         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
13338         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
13339         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
13340         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
13341         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
13342         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
13343         (gst_ogm_text_parse_strip_trailing_zeroes),
13344         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
13345         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
13346           Refactor ogm parse, do better input checking, misc. clean-ups.
13347           Cache incoming events and push them once the source pad has
13348           been created. Don't pass unterminated strings to sscanf().
13349           Strip trailing zeroes from subtitle text output, since they
13350           are not valid UTF-8. Don't push vorbiscomment packets on
13351           the subtitle text pad. Output perfect streams if possible.
13352
13353 2006-08-23  Wim Taymans  <wim@fluendo.com>
13354
13355         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
13356         Waits for tasks to settle down so that we clean up correctly for 
13357         valgrind.
13358
13359 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13360
13361         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
13362           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
13363           actually return return value in taglists_are_equal.
13364
13365 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13366
13367         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
13368           Fix crash due to broken bitstream parsing on x86-64: can't make
13369           any assumptions about sizeof(struct) due to alignment/packing
13370           differences on different architectures. Fixes #351790.
13371
13372 2006-08-22  Wim Taymans  <wim@fluendo.com>
13373
13374         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
13375         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
13376         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
13377         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
13378         (gst_riff_parse_info):
13379         Protect public functions against bad input.
13380         Do some cleanups.
13381         Fix documentation.
13382
13383 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13384
13385         * gst-libs/gst/riff/riff-ids.h:
13386         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
13387           Add voxware audio IDs (even if we can't play it) (#351795).
13388
13389 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13390
13391         * gst-libs/gst/riff/riff-media.c:
13392         (gst_riff_create_video_template_caps),
13393         (gst_riff_create_audio_template_caps),
13394         (gst_riff_create_iavs_template_caps):
13395           Const-ify some arrays and use G_N_ELEMENTS instead
13396           of wasting oodles of RAM on terminator bits.
13397
13398 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13399
13400         * gst-libs/gst/tag/gstvorbistag.c:
13401         (gst_tag_list_to_vorbiscomment_buffer):
13402         * tests/check/libs/tag.c: (GST_START_TEST):
13403           And the same for _to_vorbiscomment_buffer(): allow
13404           id_data_len == 0 for speex.
13405
13406 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13407
13408         * configure.ac:
13409         * docs/plugins/Makefile.am:
13410         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13411         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13412         * docs/plugins/inspect/plugin-gdp.xml:
13413         * gst/gdp/Makefile.am:
13414         * tests/check/Makefile.am:
13415           Move GDP plugin to -base from -bad.  Closes #347783.
13416
13417 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
13418
13419         * gst-libs/gst/tag/gstvorbistag.c:
13420         (gst_tag_list_from_vorbiscomment_buffer):
13421           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
13422           Also add some checks to make sure we don't memcmp() beyond the end of
13423           vorbiscomment buffer if the ID to check for is larger than the buffer.
13424
13425         * tests/check/libs/tag.c: (GST_START_TEST):
13426           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
13427
13428 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
13429
13430         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
13431         (gst_vorbis_enc_set_metadata):
13432           Use vorbis comment utility functions from libgsttag
13433           instead of re-inventing the wheel (partially fixes #347091).
13434
13435 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
13436
13437         * tests/check/elements/audioconvert.c: (GST_START_TEST):
13438         Fix leaks. Wait for state transitions that might happen ASYNC, as well
13439         as some that won't.
13440
13441 2006-08-21  Wim Taymans  <wim@fluendo.com>
13442
13443         * docs/libs/Makefile.am:
13444         * docs/libs/gst-plugins-base-libs-sections.txt:
13445         * docs/libs/gst-plugins-base-libs.types:
13446         Don't try to GObject scan the netbuffer as it's not a GObject.
13447         Fixes #351308.
13448
13449         * gst-libs/gst/netbuffer/gstnetbuffer.c:
13450         * gst-libs/gst/netbuffer/gstnetbuffer.h:
13451         Document GstNetBuffer.
13452
13453 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
13454
13455         * tests/check/elements/audioconvert.c: (GST_START_TEST),
13456         (audioconvert_suite):
13457           Add testcase for caps-size-explosion
13458
13459 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13460
13461         * gst/audioconvert/gstaudioconvert.c:
13462         (gst_audio_convert_get_unit_size), (set_structure_widths):
13463           Lower debug, use g_assert in _get_unit_size
13464
13465         * gst/audioresample/gstaudioresample.c:
13466         (audioresample_get_unit_size):
13467         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13468         (gst_ffmpegcsp_get_unit_size):
13469         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
13470           use g_assert in _get_unit_size
13471
13472 2006-08-18  Wim Taymans  <wim@fluendo.com>
13473
13474         * docs/libs/gst-plugins-base-libs-sections.txt:
13475         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
13476         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
13477         (gst_rtp_buffer_get_payload_buffer):
13478         * gst-libs/gst/rtp/gstrtpbuffer.h:
13479         Document GstRTPBuffer.
13480         Added function to efficiently strip payload headers.
13481         API: gst_rtp_buffer_get_payload_subbuffer()
13482
13483 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
13484
13485         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
13486         (gst_tag_to_vorbis_comments):
13487           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
13488           tags and deserialise them properly as well (#347091).
13489           Add some more gtk-doc blurbs and also some g_return_if_fail().
13490
13491         * tests/check/libs/tag.c: (GST_START_TEST),
13492         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
13493           More tests.
13494
13495 2006-08-17  Wim Taymans  <wim@fluendo.com>
13496
13497         * ext/ogg/Makefile.am:
13498         * ext/ogg/gstogg.c: (plugin_init):
13499         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
13500         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
13501         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
13502         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
13503         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
13504         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
13505         Added ogg-in-avi parser element. Fixes #140139.
13506
13507         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
13508         Fixed a bug in oggdemux debug code.
13509
13510         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13511         (gst_riff_create_audio_template_caps):
13512         Recognise Ogg in the AVI extensible wave format.
13513
13514 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
13515
13516         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
13517           Make buffer durations add up (duration should be next_ts-ts for
13518           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
13519           from CVS.
13520
13521         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
13522         (test_buffer_timestamps), (cddabasesrc_suite):
13523           Add unit test for the above.
13524
13525         * tests/check/Makefile.am:
13526           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
13527           to see what happens.
13528
13529 2006-08-16  Wim Taymans  <wim@fluendo.com>
13530
13531         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
13532         (gst_alsasink_open):
13533         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
13534         (gst_alsasrc_open):
13535         Avoid setting and using a NULL device name.
13536         Print more info when we fail to open a device.
13537
13538 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13539
13540         * docs/libs/gst-plugins-base-libs-sections.txt:
13541         * gst-libs/gst/tag/tag.h:
13542         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
13543           API: add gst_tag_parse_extended_comment() (#351426).
13544
13545         * tests/check/Makefile.am:
13546         * tests/check/libs/.cvsignore:
13547         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
13548           Add unit test for gst_tag_parse_extended_comment().
13549
13550 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
13551
13552         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
13553         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
13554           Fix leak (#351502).
13555
13556 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
13557
13558         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13559         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13560         * docs/plugins/gst-plugins-base-plugins.args:
13561         * gst/playback/gstplaybin.c:
13562           Document playbin.
13563           
13564         * docs/plugins/inspect/plugin-adder.xml:
13565         * docs/plugins/inspect/plugin-alsa.xml:
13566         * docs/plugins/inspect/plugin-audioconvert.xml:
13567         * docs/plugins/inspect/plugin-audiorate.xml:
13568         * docs/plugins/inspect/plugin-audioresample.xml:
13569         * docs/plugins/inspect/plugin-audiotestsrc.xml:
13570         * docs/plugins/inspect/plugin-cdparanoia.xml:
13571         * docs/plugins/inspect/plugin-decodebin.xml:
13572         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
13573         * docs/plugins/inspect/plugin-gnomevfs.xml:
13574         * docs/plugins/inspect/plugin-ogg.xml:
13575         * docs/plugins/inspect/plugin-pango.xml:
13576         * docs/plugins/inspect/plugin-playbin.xml:
13577         * docs/plugins/inspect/plugin-subparse.xml:
13578         * docs/plugins/inspect/plugin-tcp.xml:
13579         * docs/plugins/inspect/plugin-theora.xml:
13580         * docs/plugins/inspect/plugin-typefindfunctions.xml:
13581         * docs/plugins/inspect/plugin-video4linux.xml:
13582         * docs/plugins/inspect/plugin-videorate.xml:
13583         * docs/plugins/inspect/plugin-videoscale.xml:
13584         * docs/plugins/inspect/plugin-videotestsrc.xml:
13585         * docs/plugins/inspect/plugin-volume.xml:
13586         * docs/plugins/inspect/plugin-vorbis.xml:
13587         * docs/plugins/inspect/plugin-ximagesink.xml:
13588         * docs/plugins/inspect/plugin-xvimagesink.xml:
13589           Update to CVS version.
13590
13591 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
13592
13593         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
13594         (gst_play_bin_set_property), (gst_play_bin_get_property),
13595         (value_list_append_structure_list),
13596         (gst_play_bin_handle_redirect_message),
13597         (gst_play_bin_handle_message):
13598           API: GstPlayBin::connection-speed
13599           Add "connection-speed" property; re-order redirect messages with
13600           multiple redirect locations depending on the minimum bitrate if
13601           that information is available and a connection speed is set
13602           (#350399).
13603
13604 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
13605
13606         * gst/playback/gstplaybin.c:
13607           Update max volume to the same value that the volume element uses.
13608
13609 2006-08-14  Wim Taymans  <wim@fluendo.com>
13610
13611         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
13612         Less uglyness..
13613
13614 2006-08-14  Wim Taymans  <wim@fluendo.com>
13615
13616         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
13617         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
13618         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
13619         Add some more debug info.
13620         Don't crash when a seek failed.
13621         Actually return the result of the seek instead of TRUE.
13622         Ignore multiple BOS pages with the same serial so that we don't create
13623         the same stream multiple times.
13624         Post an error when we fail to do the initial seek.
13625
13626 2006-08-13  Wim Taymans  <wim@fluendo.com>
13627
13628         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
13629         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
13630         Small code cleanup.
13631
13632         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
13633         (gst_alsa_mixer_new):
13634         Remove hack that always set the device to hw:0*.
13635         Properly find the card name for whatever device was configured.
13636         Do some better debugging.
13637         Fixes #350784.
13638
13639         * ext/alsa/gstalsamixerelement.c:
13640         (gst_alsa_mixer_element_set_property),
13641         (gst_alsa_mixer_element_change_state):
13642         Cleanups.
13643         Handle setting of a NULL device name better.
13644
13645 2006-08-11  Wim Taymans  <wim@fluendo.com>
13646
13647         * gst/adder/gstadder.c:
13648         Don't clip float values. Fixes #350900.
13649
13650 2006-08-11  Andy Wingo  <wingo@pobox.com>
13651
13652         * gst/tcp/gsttcp.c: Really fix the build?
13653
13654         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
13655         fixes the build.
13656
13657 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
13658
13659         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
13660           Float caps shouldn't have a "signed" field.
13661
13662 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
13663
13664         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
13665           Implement SEEKING query in its most basic form, so that we can
13666           at least check if we're seekable or not (#350655).
13667
13668 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
13669
13670         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
13671           The checks here are not even close to anything that would
13672           justify MAXIMUM probability, lowering to POSSIBLE until someone
13673           fixes the checks (case at hand: quicktime redirection files
13674           might start with 00 00 01 XX and pass the checks here just
13675           fine, see #350399).
13676
13677 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
13678
13679         Patch by: Sjoerd Simons  <sjoerd at luon net>
13680
13681         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
13682           Better detection for multipart/x-mixed-replace: accept leading
13683           whitespaces before the boundary marker as well (as our very own
13684           multipartmux used to produce) (#349068).
13685
13686 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
13687
13688         Patch by: Young-Ho Cha  <ganadist at chollian net>
13689
13690         * gst-libs/gst/riff/riff-ids.h:
13691         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13692         (gst_riff_create_audio_template_caps):
13693           Detect DTS audio streams (#350157).
13694
13695 2006-08-05  Andy Wingo  <wingo@pobox.com>
13696
13697         * ext/theora/gsttheoraparse.h:
13698         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
13699         (theora_parse_dispose, theora_parse_set_property)
13700         (theora_parse_get_property, theora_parse_munge_granulepos)
13701         (theora_parse_push_buffer, theora_parse_change_state):
13702         API: GstTheoraParse::synchronization-points
13703         Add a property 'synchronization-points' to fix badly synchronized oggs.
13704
13705 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13706
13707         * tests/check/Makefile.am:
13708         * tests/check/libs/.cvsignore:
13709         * tests/check/libs/audio.c: (structure_contains_channel_positions),
13710         (fixed_caps_have_channel_positions), (GST_START_TEST),
13711         (audio_suite), (main):
13712           Add a few tests for the channel position stuff in libgstaudio.
13713
13714 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13715
13716         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
13717         (gst_alsa_detect_channels):
13718         * ext/alsa/gstalsasink.c:
13719           Add support for cards that (only) do more than 8 channels,
13720           like the Delta 44 (#345188).
13721
13722         * gst-libs/gst/audio/multichannel.c:
13723         (gst_audio_check_channel_positions):
13724         * gst-libs/gst/audio/multichannel.h:
13725           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
13726           unspecified channel position and cannot be combined with any
13727           of the other audio channel positions; adjust position layout
13728           checks accordingly (#345188).
13729
13730 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13731
13732         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13733           Recognise ancient RealAudio files (see #349779).
13734
13735 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13736
13737         Patch by: Jens Granseuer  <jensgr at gmx net>
13738
13739         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13740           Add typefinder for Interplay's MVE format (#348973).
13741
13742 2006-08-02  Wim Taymans  <wim@fluendo.com>
13743
13744         Patch by: Marcel Moreaux <marcelm at luon dot net>
13745
13746         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13747         (gst_base_rtp_depayload_add_to_queue):
13748         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13749         Handle RTP sequence number rollover.
13750         Disable jitterbuffer by default.
13751
13752 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
13753
13754         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
13755         (audioresample_set_caps):
13756         Don't leak references to the incoming caps. Clean them up when
13757         stopping.
13758
13759         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
13760         (gst_video_scale_finalize):
13761         Don't leak our temporary pixel buffer.
13762
13763         * tests/check/Makefile.am:
13764         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
13765         (GST_START_TEST), (simple_launch_lines_suite):
13766
13767         Fix leaks and re-enable the test for valgrind checking.
13768
13769 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13770
13771         Patch by: Sjoerd Simons  <sjoerd at luon net>
13772
13773         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
13774         (plugin_init):
13775           Add typefind function for multipart/x-mixed-replace (#348916).
13776
13777 2006-07-28  Wim Taymans  <wim@fluendo.com>
13778
13779         * gst/adder/gstadder.c: (gst_adder_setcaps),
13780         (gst_adder_query_duration):
13781         Fix leak in duration query.
13782         Reflow some docs and notes.
13783
13784 2006-07-28  Michael Smith  <msmith@fluendo.com>
13785
13786         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
13787         (vorbisenc_suite):
13788           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
13789           aspect of it.
13790
13791 2006-07-28  Michael Smith  <msmith@fluendo.com>
13792
13793         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
13794         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
13795         (gst_vorbis_enc_push_buffer),
13796         (gst_vorbis_enc_buffer_check_discontinuous),
13797         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
13798         * ext/vorbis/vorbisenc.h:
13799           Handle discontinuities in the input vorbis stream correctly,
13800           so that the output is properly timestamped (and has good granulepos
13801           values). Needs some oggmux fixes too.
13802
13803 2006-07-27  Wim Taymans  <wim@fluendo.com>
13804
13805         patch by: Kai Vehmanen <kv2004 eca cx>
13806
13807         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13808         (gst_base_rtp_depayload_chain),
13809         (gst_base_rtp_depayload_handle_sink_event),
13810         (gst_base_rtp_depayload_change_state):
13811         Don't send multiple newsegments with different formats.
13812         Fixes #348677.
13813
13814 2006-07-26  Wim Taymans  <wim@fluendo.com>
13815
13816         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
13817         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
13818         Make seeking in ogg more accurate again by doing the more correct
13819         granuletime to stream time conversion.
13820
13821 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13822
13823         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
13824         (gst_multi_fd_sink_new_client):
13825           debug a little more understandably
13826           do not use goto as a substitute for break, especially if
13827           break is also being used
13828
13829 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
13830
13831         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
13832         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
13833           Remove GLib-2.6 compatibility cruft.
13834
13835 2006-07-24  Wim Taymans  <wim@fluendo.com>
13836
13837         * gst-libs/gst/audio/gstbaseaudiosink.c:
13838         (gst_base_audio_sink_render):
13839         Don't try to align a sample to an unknown value.
13840
13841 2006-07-24  Wim Taymans  <wim@fluendo.com>
13842
13843         * gst-libs/gst/audio/gstbaseaudiosink.c:
13844         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
13845         When the audio clock is slaved to another clock, never try to align
13846         samples but trust the rate interpolation algorithm.
13847
13848 2006-07-24  Wim Taymans  <wim@fluendo.com>
13849
13850         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
13851         Don't try to calculate silence samples, base class does this much
13852         better now.
13853
13854         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13855         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
13856         (gst_ring_buffer_acquire):
13857         Calculate silence samples correctly.
13858
13859         * gst-libs/gst/audio/gstringbuffer.h:
13860         Add _CAST macro.
13861
13862 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
13863
13864         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
13865           Limit search for the first markup tag to the first few kB of
13866           the file. If we don't find one there, it's highly unlikely that
13867           this is an XML(-ish) file.
13868
13869 2006-07-21  Andy Wingo  <wingo@pobox.com>
13870
13871         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
13872         test to the one in vorbisenc. Also commented out.
13873
13874         * tests/check/pipelines/vorbisenc.c: 
13875         (test_discontinuity): New test, commented out until Mike lands
13876         some elite vorbisenc patches.
13877
13878         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
13879         Bufferstraw was actually factored out of these tests. Now we share
13880         code yay.
13881
13882         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
13883         for bufferstraw addition to gstcheck.
13884
13885 2006-07-21  Wim Taymans  <wim@fluendo.com>
13886
13887         * ext/theora/theoradec.c: (clip_buffer):
13888         Better clipping.
13889
13890 2006-07-21  Wim Taymans  <wim@fluendo.com>
13891
13892         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
13893         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
13894         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
13895         Fix leak.
13896         Avoid type casting when we can.
13897
13898         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
13899         Fix mem leak.
13900
13901 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
13902
13903         * ext/alsa/gstalsamixerelement.c:
13904         (gst_alsa_mixer_element_change_state):
13905           Make state change fail if the specified device can't be opened
13906           for some reason.
13907
13908 2006-07-20  Wim Taymans  <wim@fluendo.com>
13909
13910         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
13911         (cb_newpad), (main):
13912         Example of a small audio/video player using decodebin.
13913
13914 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
13915
13916         * gst-libs/gst/riff/riff-ids.h:
13917           Add 'fact' chunk id
13918
13919 2006-07-19  Wim Taymans  <wim@fluendo.com>
13920
13921         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13922         (gst_base_rtp_depayload_chain),
13923         (gst_base_rtp_depayload_change_state):
13924         Don't assert when not negotiated but post a meaningfull 
13925         error message. Fixes #347918.
13926
13927         * gst-libs/gst/rtp/gstbasertppayload.c:
13928         Add comment about better default MTU size.
13929
13930         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
13931         Small cleanups, start docs.
13932
13933 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
13934
13935         Patch by: Martin Szulecki
13936
13937         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
13938           If "device-name" is requested and the device is not
13939           open, try to temporarily open it to obtain this
13940           information (#342494).
13941
13942 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
13943
13944         * gst-libs/gst/tag/gstid3tag.c:
13945           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
13946
13947         * gst-libs/gst/tag/gsttageditingprivate.h:
13948         * gst-libs/gst/tag/gstvorbistag.c:
13949           Some more random const-ifications.
13950
13951 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
13952
13953         * gst-libs/gst/riff/riff-ids.h:
13954         * gst-libs/gst/riff/riff-media.c:
13955         (gst_riff_create_video_template_caps):
13956           Add more FOURCCs (sort list to make stuff easier to find),
13957           add comment what those 16 bytes in struct _gst_riff_strh according to
13958           one avi-dumper are
13959
13960 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
13961
13962         * gst-libs/gst/audio/multichannel.c:
13963         (gst_audio_check_channel_positions),
13964         (gst_audio_fixate_channel_positions):
13965           Const-ify two arrays.
13966
13967 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
13968
13969         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
13970           Fix typo, so that alsasink also advertises 8 channels
13971           if that's supported (tags: can, worms, open, alsa, ph34r).
13972
13973 2006-07-17  Wim Taymans  <wim@fluendo.com>
13974
13975         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
13976         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
13977         *sigh*, when is the compiler going to warn when the comments
13978         are out-of-sync with the code.. Refix case of busted theora
13979         headers with 0 granule pos.
13980
13981 2006-07-14  Wim Taymans  <wim@fluendo.com>
13982
13983         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13984         (gst_base_rtp_depayload_wait),
13985         (gst_base_rtp_depayload_change_state),
13986         (gst_base_rtp_depayload_set_property),
13987         (gst_base_rtp_depayload_get_property):
13988         Fix 99% cpu load by waiting for absolute times on the
13989         clock. Fixes #347300.
13990
13991 2006-07-14  Andy Wingo  <wingo@pobox.com>
13992
13993         * ext/theora/gsttheoraparse.h: 
13994         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
13995         (theora_parse_push_headers, theora_parse_clear_queue)
13996         (theora_parse_drain_queue_prematurely, )
13997         (theora_parse_sink_event, theora_parse_change_state): Queue events
13998         until we initialized our state, like in vorbisparse.
13999
14000         * ext/vorbis/vorbisparse.h: 
14001         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
14002         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
14003         (vorbis_parse_drain_queue_prematurely, )
14004         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
14005         until we have initialized our state. Fixes seeking after an
14006         initial pad block.
14007
14008 2006-07-14  Andy Wingo  <wingo@pobox.com>
14009
14010         Patch by: Iain Holmes <iaingnome@gmail.com>
14011         
14012         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
14013
14014 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
14015
14016         * configure.ac:
14017         Bump nano back to CVS
14018
14019 === release 0.10.9 ===
14020
14021 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
14022
14023         * configure.ac:
14024           releasing 0.10.9, "I walk the line"
14025
14026 2006-07-14  Michael Smith  <msmith@fluendo.com>
14027
14028         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
14029           Move a g_cond_signal to earlier to avoid sometimes deadlocking
14030           (commonly happens when running this test under valgrind) when trying
14031           to remove the buffer probe.
14032
14033 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
14034
14035         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
14036         Fix missing g_unlock from the previous commit
14037
14038 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
14039
14040         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14041         (gst_ximagesink_change_state):
14042         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14043         (gst_xvimagesink_change_state):
14044         Implement a locking order to ensure we always take the object lock
14045         before the x_lock and never vice-versa.
14046
14047 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
14048
14049         * gst/playback/gstdecodebin.c: (find_compatibles):
14050         Fix a caps leak when linking (#347304)
14051
14052         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14053         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
14054         (gst_ximagesink_change_state):
14055         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14056         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
14057         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14058         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
14059         Don't leak shared memory resources. Use the object lock to protect
14060         against the xcontext disappearing while returning a buffer from the
14061         pipeline. (#347304)
14062
14063 2006-07-12  Edward Hervey  <edward@fluendo.com>
14064
14065         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
14066         (vorbis_handle_comment_packet):
14067         gst_tag_list_merge() returns a new object. Take that into account when
14068         using it. This avoids memleak.
14069         Revert previous commit which is not needed.
14070
14071 2006-07-12  Edward Hervey  <edward@fluendo.com>
14072
14073         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
14074         Reset the decoder in finalize so that all fields get cleared.
14075
14076 2006-07-12  Wim Taymans  <wim@fluendo.com>
14077
14078         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14079         (gst_base_audio_src_set_clock),
14080         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
14081         Don't try to post an error message when setting the clock fails
14082         as this can happen when adding an element to a bin which will then
14083         deadlock. Fixes #347296.
14084
14085 2006-07-12  Edward Hervey  <edward@fluendo.com>
14086
14087         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
14088         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
14089         (vorbis_handle_type_packet):
14090         Post tag messages on the bus even if we're not initialized.
14091         If we're not initialized, we still postpone the event pushing of tags.
14092
14093 2006-07-12  Wim Taymans  <wim@fluendo.com>
14094
14095         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
14096         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14097         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
14098         Revert last two changes that broke the freeze.
14099
14100 2006-07-12  Wim Taymans  <wim@fluendo.com>
14101
14102         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
14103         basesink calculates silence sample correctly for us.
14104
14105 2006-07-12  Wim Taymans  <wim@fluendo.com>
14106
14107         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14108         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
14109         Calculate correct silence samples so we don't fill our ringbuffer
14110         with noise.
14111
14112 2006-07-12  Edward Hervey  <edward@fluendo.com>
14113
14114         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
14115         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
14116         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
14117         * ext/vorbis/vorbisdec.h:
14118         Delay sending events (newsegment, tags) until the decoder is properly
14119         initialized.
14120         Fixes #347295
14121
14122 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
14123
14124         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
14125         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
14126           Patch from #347221 adding a test for audioconvert
14127           channel remappings.
14128
14129 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
14130
14131         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
14132         (gst_ssa_parse_parse_line):
14133           Don't include the terminating NUL in the buffer size,
14134           it's only there for extra paranoia (would add random
14135           '*' characters at the end of each subtitle since the
14136           terminator itself is not valid UTF-8 technically).
14137           Also fix indenting after boilerplate macro.
14138
14139 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
14140
14141         * gst/playback/gstdecodebin.c: (close_pad_link):
14142           Also emit 'unknown-type' signal (which should really be
14143           called unhandled-type) if we found potential decoders/demuxers
14144           in the registry but none of them worked in the end (as in the
14145           case where the plugins don't exist any longer but are still
14146           listed in the registry). Fixes #329798.
14147
14148 2006-07-08  Andy Wingo  <wingo@pobox.com>
14149
14150         * theoraparse.c (theora_parse_push_buffer)
14151         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
14152         Add some more debugging. Fix granulepos reconstruction in the face
14153         of discontinuities.
14154
14155 2006-07-06  Wim Taymans  <wim@fluendo.com>
14156
14157         * gst-libs/gst/audio/gstbaseaudiosink.c:
14158         (gst_base_audio_sink_class_init),
14159         (gst_base_audio_sink_provide_clock):
14160         Use gobject_class instead of G_OBJECT_CLASS (klass)
14161
14162         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14163         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
14164         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
14165         (gst_base_audio_src_get_time),
14166         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
14167         (gst_base_audio_src_create_ringbuffer):
14168         Fix latency and buffer-time constants and properties ala basesink.
14169         Implement pull based scheduling. Fixes #346527.
14170         Set default blocksize in GstBaseSrc to 0, we default to pushing out
14171         one segment.
14172         Refuse slaving to another clock instead of silently not working.
14173         Only provide a clock when we are actually able to do so.
14174         Various small cleanups and compiler hints.
14175
14176 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
14177
14178         Patch by: Lutz Mueller <lutz at topfrose de>
14179
14180         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
14181         (plugin_init):
14182           Add typefinding for text/html (#346581).
14183
14184 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
14185
14186         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
14187         (xml_check_first_element), (xml_type_find), (smil_type_find):
14188           Fix SMIL typefinding, make xml_check_first_element() more
14189           useful.
14190
14191 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
14192
14193         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14194         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
14195         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
14196         * gst/playback/gstplaybasebin.h:
14197           Protect list of elements with a subtitle-encoding property and
14198           the subtitle encoding member itself with a lock of their own
14199           instead of using the object lock. This prevents a dead-lock in
14200           the element-remove callback in some circumstances when shutting
14201           down playbin.
14202
14203 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
14204
14205         * win32/common/libgsttag.def:
14206         Export some new functions.
14207         * win32/vs6/libgstogg.dsp:
14208         Add a link to libgsttag-0.10.lib.
14209
14210 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
14211
14212         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
14213           Some const-ification.
14214
14215 2006-07-04  Wim Taymans  <wim@fluendo.com>
14216
14217         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
14218         Improve checking if we are dealing with a stream. Added some
14219         more uris that need buffering.
14220
14221 2006-07-03  Edward Hervey  <edward@fluendo.com>
14222
14223         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
14224         Remove unused variable.
14225
14226 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14227
14228         * Makefile.am:
14229           include lcov.mak
14230         * configure.ac:
14231           add GCOV_LIBS to GST_LIBS
14232
14233 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
14234
14235         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
14236
14237         * ext/alsa/gstalsasrc.c:
14238           Add 32 bps to template caps and increase channels range
14239           from [1,2] to [1,MAX]. See #346326.
14240
14241 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
14242
14243         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
14244           Recognise 'WMVA' video codec fourcc (#345879).
14245           
14246 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
14247          
14248         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
14249           Fixed nasty memory leak
14250
14251 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14252
14253         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
14254         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
14255           fix logging
14256
14257 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
14258
14259         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14260         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
14261         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
14262         Protect remove_fakesink using a mutex, so that we don't try and
14263         remove the fakesink simultaneously from multiple threads.
14264
14265         When going from READY to PAUSED, restore the fakesink, so that
14266         it is there when decodebin gets reused.
14267
14268 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
14269
14270         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
14271         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14272         * gst-libs/gst/rtp/gstbasertppayload.c:
14273         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14274         * gst/tcp/gstmultifdsink.c:
14275         * gst/tcp/gsttcpclientsink.c:
14276         * gst/tcp/gsttcpclientsrc.c:
14277         * gst/tcp/gsttcpserversink.c:
14278         * gst/tcp/gsttcpserversrc.c:
14279         * gst/videorate/gstvideorate.c:
14280         * gst/videotestsrc/gstvideotestsrc.c:
14281         * sys/v4l/gstv4ljpegsrc.c:
14282         * sys/v4l/gstv4lmjpegsink.c:
14283         * sys/v4l/gstv4lsrc.c:
14284         * tests/examples/seek/scrubby.c:
14285         * tests/examples/seek/seek.c:
14286           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
14287
14288 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14289
14290         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
14291           Second field in GEnumValue shouldn't be a description,
14292           but a stringified version of the enum value.
14293
14294 2006-06-22  Wim Taymans  <wim@fluendo.com>
14295
14296         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14297         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
14298         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14299         Avoid type checking in buffer casts.
14300         Avoid caps copy in buffer_alloc when we can.
14301         Use pad_peer_accept.
14302
14303 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14304
14305         * gst-libs/gst/tag/tag.h:
14306           Oops, make that 'Since: 0.10.9'.
14307
14308 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14309
14310         * docs/libs/gst-plugins-base-libs-sections.txt:
14311         * gst-libs/gst/tag/tag.h:
14312         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
14313         (gst_tag_image_type_get_type):
14314           API: add GstTagImageType enum to describe images contained
14315           in image tags (#345641).
14316
14317 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14318
14319         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14320           Fix warnings with gst-inspect: "buffers-min" property
14321           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
14322           typo in property description.
14323
14324 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14325
14326         Patch by: Cody Russell <bratsche at gnome org>
14327
14328         * gst/audioresample/gstaudioresample.c:
14329         (gst_audioresample_class_init):
14330         * gst/playback/gststreamselector.c:
14331         (gst_stream_selector_class_init):
14332         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
14333         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14334         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
14335         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
14336         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
14337         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
14338         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
14339         * gst/videotestsrc/gstvideotestsrc.c:
14340         (gst_video_test_src_class_init):
14341         * gst/volume/gstvolume.c: (gst_volume_class_init):
14342           Avoid unnecessary class cast check in class_init
14343           functions (#337747).
14344
14345 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
14346
14347         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
14348         (gst_text_overlay_video_chain):
14349           g_markup_escape_text() REALLY doesn't like non-UTF8 input
14350           and doesn't validate its input either (and neither did
14351           textoverlay it seems). Let's do that then and fix #345206.
14352
14353 2006-06-19  Wim Taymans  <wim@fluendo.com>
14354
14355         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
14356         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
14357         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
14358         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
14359         (find_syncframe), (find_limits), (assign_value),
14360         (count_burst_unit), (gst_multi_fd_sink_new_client),
14361         (gst_multi_fd_sink_handle_client_write),
14362         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
14363         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
14364         (gst_multi_fd_sink_change_state):
14365         * gst/tcp/gstmultifdsink.h:
14366         Added shiny new burst-on-connect methods.
14367         Add properties to control the minimal amount of data queued.
14368         Small cleanups.
14369         API: bytes-min property
14370         API: time-min property
14371         API: buffers-min property
14372         API: burst-unit property
14373         API: burst-value property
14374         API: add-full signal
14375
14376         * gst/tcp/gsttcp-marshal.list:
14377         Added new marshaller code for the new signal.
14378
14379         * tests/check/elements/multifdsink.c: (GST_START_TEST),
14380         (multifdsink_suite):
14381         Added testcases for new burst methods.
14382
14383 2006-06-19  Edward Hervey  <edward@fluendo.com>
14384
14385         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
14386         Implement clipping for accurate seeking.
14387         Closes #345225
14388
14389 2006-06-19  Wim Taymans  <wim@fluendo.com>
14390
14391         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
14392
14393         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
14394         (gst_video_scale_transform):
14395         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
14396
14397 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
14398
14399         * configure.ac:
14400           Fix --disable-external (can't set conditionals conditionally,
14401           #343602).
14402
14403 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14404
14405         * tests/check/elements/audioresample.c: (test_reuse),
14406         (audioresample_suite):
14407           Add test case for bug #342789 fixed below.
14408
14409 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14410
14411         * gst/audioresample/gstaudioresample.c:
14412         (gst_audioresample_class_init), (gst_audioresample_init),
14413         (audioresample_start), (audioresample_stop),
14414         (gst_audioresample_set_property), (gst_audioresample_get_property):
14415           Implement GstBaseTransform::start and ::stop so that audioresample
14416           can clear its internal state properly and be reused instead of
14417           causing non-negotiated errors with playbin under some circumstances
14418           (#342789).
14419
14420         * tests/check/elements/audioresample.c: (setup_audioresample),
14421         (cleanup_audioresample):
14422           Need to set element state here so that ::start and ::stop are
14423           called.
14424
14425 2006-06-16  Wim Taymans  <wim@fluendo.com>
14426
14427         Patch by: Young-Ho Cha <ganadist at chollian dot net>
14428
14429         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
14430         Parse extra data better, apparently it's right behind
14431         the normal strf header size. Fixes #343500.
14432
14433 2006-06-16  Wim Taymans  <wim@fluendo.com>
14434
14435         * ext/alsa/gstalsasink.c: (set_hwparams):
14436         If we fail to set the buffer_time and period_time alsa
14437         parameters, post a warning and leave alsa select a 
14438         default instead of failing. Fixes #342085
14439
14440 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14441
14442         * docs/libs/gst-plugins-base-libs-sections.txt:
14443         * gst-libs/gst/cdda/gstcddabasesrc.h:
14444           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
14445           out in the header file and shouldn't be listed in the docs.
14446
14447         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14448           Must dereference pointer to fourcc in the debug statement.
14449
14450 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
14451
14452         * docs/libs/Makefile.am:
14453         * docs/libs/gst-plugins-base-libs-docs.sgml:
14454         * docs/libs/gst-plugins-base-libs-sections.txt:
14455         * docs/libs/gst-plugins-base-libs.types:
14456         add remaining symbols into correct setions
14457         
14458         * gst-libs/gst/audio/gstringbuffer.c:
14459         fix incomplete docs
14460         
14461         * gst-libs/gst/audio/gstringbuffer.h:
14462         comment out not yet implemented function
14463         
14464         
14465         * gst-libs/gst/floatcast/floatcast.h:
14466         * gst-libs/gst/netbuffer/gstnetbuffer.c:
14467         add short descriptions
14468         
14469         
14470         * gst-libs/gst/interfaces/propertyprobe.c:
14471         fix return value docs   
14472         
14473         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14474         simplify debug logging
14475         
14476         * gst-libs/gst/riff/riff-read.h:
14477         sync function prototype and docs
14478         
14479         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
14480         remove left over symbol
14481
14482 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14483
14484         * autogen.sh:
14485         * configure.ac:
14486         * docs/Makefile.am:
14487           Use GST_PLUGIN_DOCS macro in configure.ac, add
14488           --enable-plugin-docs default to autogen.sh and use
14489           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
14490
14491 2006-06-15  Wim Taymans  <wim@fluendo.com>
14492
14493         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
14494         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
14495         (gst_ogg_demux_loop):
14496         Combine GstFlowReturn from the source pads to give a
14497         meaningfull result to the upstream peer or to stop the
14498         processing task in case of errors.
14499
14500 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14501
14502         * gst/playback/gststreaminfo.c: (cb_probe):
14503           Try GST_TAG_CODEC as fallback when extracting the
14504           codec name; more debug info.
14505
14506 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14507
14508         * ext/ogg/Makefile.am:
14509         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14510           Extract language tags from ogm subtitle streams, so that
14511           the subtitle menu choices are labelled correctly in
14512           Totem (fixes #344708).
14513
14514 2006-06-14  Wim Taymans  <wim@fluendo.com>
14515
14516         Patch by: Alessandro Decina <alessandro at nnva dot org>
14517
14518         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
14519         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
14520         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
14521         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
14522         Fix various leaks. Fixes #343699.
14523         Add x-smoke mime type.
14524
14525 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14526
14527         * gst-libs/gst/riff/riff-ids.h:
14528           Add IDs for 'bext' chunks (see #343837).
14529
14530 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
14531
14532         Patch by: Young-Ho Cha  <ganadist at chollian net>
14533
14534         * gst/subparse/samiparse.c: (sami_context_pop_state),
14535         (handle_start_font), (end_sami_element):
14536           Honour font face tags in SAMI subtitles (#344503).
14537
14538 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14539
14540         * po/POTFILES.in:
14541           add missing files containing translatable strings
14542
14543 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14544
14545         * docs/libs/tmpl/.cvsignore:
14546           we don't want those *.sgml files in CVS either
14547
14548 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14549
14550         * docs/libs/.cvsignore:
14551         * tests/check/elements/.cvsignore:
14552         * tests/check/libs/.cvsignore:
14553           ignore more
14554
14555 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14556
14557         * docs/libs/Makefile.am:
14558           also commiting the changed Makefile.am (added more libs to the
14559           doc-build)
14560
14561 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14562
14563         * docs/libs/gst-plugins-base-libs-docs.sgml:
14564         * docs/libs/gst-plugins-base-libs-sections.txt:
14565         * docs/libs/gst-plugins-base-libs.types:
14566           first batch of reordering things, add index & hierarchy
14567
14568 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14569
14570         * configure.ac:
14571           use GST_PKG_CHECK_MODULES, cleans up output
14572
14573 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
14574
14575         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
14576           Add support for burn:// URIs (#343385); const-ify things a bit,
14577           use G_N_ELEMENTS instead of hard-coded array size.
14578
14579 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
14580
14581         Patch by: Young-Ho Cha  <ganadist at chollian net>
14582
14583         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
14584           Fix up broken entities before passing them to libxml *sigh*.
14585           (#343303).
14586           
14587 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14588
14589         * configure.ac:
14590           back to TRUNK
14591
14592 === release 0.10.8 ===
14593
14594 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
14595
14596         * configure.ac:
14597           releasing 0.10.8, "Moar gij ziet mij nie"
14598
14599 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
14600
14601         * configure.ac:
14602         * po/af.po:
14603         * po/az.po:
14604         * po/cs.po:
14605         * po/en_GB.po:
14606         * po/hu.po:
14607         * po/it.po:
14608         * po/nb.po:
14609         * po/nl.po:
14610         * po/or.po:
14611         * po/sq.po:
14612         * po/sr.po:
14613         * po/sv.po:
14614         * po/uk.po:
14615         * po/vi.po:
14616         * win32/common/config.h:
14617           0.10.7.2 prerelease
14618
14619 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
14620
14621         * docs/libs/tmpl/gstaudio.sgml:
14622         * docs/libs/tmpl/gstcolorbalance.sgml:
14623         * docs/libs/tmpl/gstmixer.sgml:
14624         * docs/libs/tmpl/gstringbuffer.sgml:
14625         * docs/libs/tmpl/gsttuner.sgml:
14626         * docs/libs/tmpl/gstxoverlay.sgml:
14627         * gst-libs/gst/audio/audio.c:
14628         * gst-libs/gst/audio/gstringbuffer.c:
14629         * gst-libs/gst/interfaces/colorbalance.c:
14630         * gst-libs/gst/interfaces/mixer.c:
14631         * gst-libs/gst/interfaces/tuner.c:
14632         * gst-libs/gst/interfaces/xoverlay.c:
14633           move last template doc snippets to source code and delete them
14634
14635 2006-06-06  Michael Smith  <msmith@fluendo.com>
14636
14637         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
14638         (theora_parse_drain_queue):
14639           Mark DELTA_UNIT on non-keyframes.
14640
14641 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
14642
14643         * gst-libs/gst/audio/gstbaseaudiosink.c:
14644         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
14645         * gst-libs/gst/audio/gstbaseaudiosink.h:
14646         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
14647         (gst_ring_buffer_samples_done):
14648         * gst-libs/gst/audio/gstringbuffer.h:
14649         Document better the fact that latency_time and buffer_time are values
14650         stored in microseconds, and not the usual GStreamer nanoseconds.
14651         Change the variables (compatibly) that store them from GstClockTime 
14652         to guint64 to make it more clear that they're not storing clock times.
14653         Also, remove the bogus property description that says the user can
14654         specify -1 to get the default value, since that's never been the case.
14655
14656         When computing the default segment size for the ring buffer, make it
14657         an integer number of samples.
14658
14659         When the sub-class indicates a delay greater than the number of
14660         samples we've written return 0 from the audio sink get_time method.
14661
14662 2006-06-02  Michael Smith  <msmith@fluendo.com>
14663
14664         * tests/check/elements/audioconvert.c: (set_channel_positions),
14665         (get_float_mc_caps), (get_int_mc_caps):
14666         * tests/check/elements/audioresample.c:
14667         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
14668         * tests/check/elements/videorate.c:
14669         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
14670         * tests/check/elements/volume.c:
14671         * tests/check/elements/vorbisdec.c:
14672         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
14673           Don't busy-wait in tests; this was causing test timeouts very
14674           frequently when running under valgrind.
14675
14676 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14677
14678         * gst/tcp/README:
14679         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
14680         (gst_multi_fd_sink_remove_client_link),
14681         (gst_multi_fd_sink_client_queue_caps),
14682         (gst_multi_fd_sink_client_queue_buffer),
14683         (gst_multi_fd_sink_handle_client_write),
14684         (gst_multi_fd_sink_render):
14685         * gst/tcp/gstmultifdsink.h:
14686           make multifdsink properly deal with streamheader:
14687           - streamheader is taken from caps
14688           - buffers marked with IN_CAPS are not sent
14689           - streamheaders are sent, on connection, from the caps of the
14690             buffer where the client gets positioned to
14691           - further streamheader changes are done every time the client
14692             will receive a buffer with different caps
14693         * tests/check/elements/multifdsink.c: (GST_START_TEST),
14694         (gst_multifdsink_create_streamheader):
14695           add tests for this
14696
14697 2006-06-02  Michael Smith  <msmith@fluendo.com>
14698
14699         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
14700           Reinstate limit on channel count. Vorbis does not define the meaning
14701           of > 6 channels, so they're just independent channels. Gstreamer
14702           currently has no mechanism to represent N independent channels.
14703
14704 2006-06-02  Michael Smith  <msmith@fluendo.com>
14705
14706         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
14707           Don't arbitrarily restrict channel counts and rate in vorbis.
14708           In terms of effects likely on real-world files, this fixes 96kHz
14709           playback of vorbis.
14710
14711 2006-06-02  Michael Smith  <msmith@fluendo.com>
14712
14713         * gst/audioconvert/audioconvert.c: (float):
14714           More correct float->int conversion.
14715
14716 2006-06-02  Michael Smith  <msmith@fluendo.com>
14717
14718         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
14719           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
14720           value. Fixes g-critical on trying to play back ogg containing
14721           unknown codec.
14722
14723 2006-06-02  Wim Taymans  <wim@fluendo.com>
14724
14725         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
14726         (setup_source):
14727         * gst/playback/gstplaybasebin.h:
14728         Make the subtitle detection work from any thread so we don't
14729         deadlock. Fixes #343397.
14730
14731 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14732
14733         * gst/volume/Makefile.am:
14734           Seriously, it's not *that* hard to get compilation right.  Even
14735           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
14736
14737 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
14738
14739         * gst/volume/gstvolume.c: (volume_choose_func),
14740         (volume_update_real_volume), (gst_volume_class_init),
14741         (gst_volume_init), (volume_process_float), (volume_process_int16),
14742         (volume_process_int16_clamp), (volume_set_caps),
14743         (volume_transform_ip), (plugin_init):
14744         * gst/volume/gstvolume.h:
14745         rewrite the passthrough check, split _int16 and _int16_clamp, fix
14746         another property desc., remove unused param from process function
14747         
14748         * tests/check/elements/volume.c: (volume_suite):
14749         reactivate the passthrough test
14750
14751 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
14752
14753         * ext/alsa/gstalsamixerelement.h:
14754         * ext/alsa/gstalsamixeroptions.h:
14755         * ext/alsa/gstalsamixertrack.h:
14756         * ext/gnomevfs/gstgnomevfssink.h:
14757         * ext/gnomevfs/gstgnomevfssrc.h:
14758         * ext/theora/gsttheoradec.h:
14759         * ext/theora/gsttheoraenc.h:
14760         * ext/theora/gsttheoraparse.h:
14761         * ext/vorbis/vorbisparse.h:
14762         * gst-libs/gst/audio/gstaudioclock.h:
14763         * gst-libs/gst/audio/gstaudiofilter.h:
14764         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
14765         * gst/audioconvert/gstaudioconvert.h:
14766         * gst/audioresample/gstaudioresample.h:
14767         * gst/audiotestsrc/gstaudiotestsrc.h:
14768         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
14769         * gst/playback/gststreamselector.h:
14770         * gst/tcp/gstmultifdsink.h:
14771         * gst/tcp/gsttcpclientsink.h:
14772         * gst/tcp/gsttcpclientsrc.h:
14773         * gst/tcp/gsttcpserversink.h:
14774         * gst/tcp/gsttcpserversrc.h:
14775         * gst/videorate/gstvideorate.h:
14776         * gst/videoscale/gstvideoscale.h:
14777         * gst/videotestsrc/gstvideotestsrc.h:
14778         * gst/volume/gstvolume.h:
14779         * sys/v4l/gstv4ljpegsrc.h:
14780         * sys/v4l/gstv4lmjpegsink.h:
14781         * sys/v4l/gstv4lmjpegsrc.h:
14782         * sys/v4l/gstv4lsrc.h:
14783         * sys/ximage/ximagesink.h:
14784         * sys/xvimage/xvimagesink.h:
14785         * tests/old/testsuite/alsa/sinesrc.h:
14786         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
14787
14788 2006-05-31  Wim Taymans  <wim@fluendo.com>
14789
14790         * ext/libvisual/visual.c: (gst_visual_reset),
14791         (gst_visual_sink_setcaps), (gst_visual_sink_event),
14792         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
14793         Handle DISCONT.
14794         Use running time before doing QoS.
14795         Handle mono too.
14796
14797 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
14798
14799         * docs/libs/Makefile.am:
14800           set a magic variable to indicate we know the docs are incomplete
14801
14802 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
14803
14804         * win32/common/libgstvideo.def:
14805           export gst_video_calculate_display_ratio
14806         * win32/vs6/libgstvideoscale.dsp:
14807           add link to libgstvideo-0.10.lib
14808
14809 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
14810
14811         * gst/playback/gstplaybasebin.c: (gen_source_element):
14812           Throw a more comprehensible error for rtsp:// URIs (rather
14813           than erroring out with a negotiation error later on) until
14814           we fix playbin to handle rtspsrc etc.
14815
14816 2006-05-30  Wim Taymans  <wim@fluendo.com>
14817
14818         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
14819         (gst_text_overlay_text_event):
14820         Added some FIXMEs.
14821
14822 2006-05-30  Wim Taymans  <wim@fluendo.com>
14823
14824         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
14825         (gst_adder_request_new_pad), (gst_adder_release_pad):
14826         * gst/adder/gstadder.h:
14827         Implement release_request_pad.
14828         Make padcounter atomic.
14829
14830         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
14831         Added check for release_pad in adder.
14832
14833 2006-05-30  Wim Taymans  <wim@fluendo.com>
14834
14835         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
14836         Fix build again.
14837
14838 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14839
14840         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
14841         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
14842         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
14843         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
14844         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
14845         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
14846         (gst_ogg_demux_bisect_forward_serialno),
14847         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
14848         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
14849           add more debugging
14850           clean up printf formats for granulepos and serialno
14851
14852 2006-05-30  Michael Smith  <msmith@fluendo.com>
14853
14854         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
14855         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
14856         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
14857         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
14858         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
14859         * ext/vorbis/vorbisenc.h:
14860           Multi-channel caps negotiation, so we can do proper multichannel
14861           vorbis encoding, negotiated through audioconvert.
14862
14863 2006-05-30  Wim Taymans  <wim@fluendo.com>
14864
14865         * tests/check/elements/adder.c: (test_event_message_received),
14866         (test_play_twice_message_received), (GST_START_TEST),
14867         (adder_suite):
14868         Added check to show that #339935 is fixed with ongoing
14869         adder and collectpads fixes.
14870
14871 2006-05-29  Wim Taymans  <wim@fluendo.com>
14872
14873         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
14874         Don't leak pad name.
14875
14876 2006-05-29  Wim Taymans  <wim@fluendo.com>
14877
14878         * gst/adder/gstadder.c: (gst_adder_query_duration),
14879         (forward_event_func), (forward_event), (gst_adder_src_event):
14880         Fix adder seeking.
14881         Make query/seeking code threadsafe.
14882
14883         * tests/check/Makefile.am:
14884         * tests/check/elements/adder.c: (test_event_message_received),
14885         (GST_START_TEST), (test_play_twice_message_received):
14886         Fix adder test case.
14887
14888 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
14889
14890         Patch by: Young-Ho Cha  <ganadist at chollian net>
14891
14892         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14893         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
14894         (set_encoding_element), (decodebin_element_added_cb),
14895         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
14896         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
14897         * gst/playback/gstplaybasebin.h:
14898           Add 'subtitle-encoding' property to playbin, so applications can
14899           force a subtitle encoding for non-UTF8 subtitles (#342268).
14900
14901         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
14902         (gst_sub_parse_set_property):
14903           Rename recently-added 'encoding' property to 'subtitle-encoding'
14904           (so it can be proxied by playbin/decodebin in a generic way
14905           with less danger of false positives).
14906
14907 2006-05-29  Michael Smith  <msmith@fluendo.com>
14908
14909         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
14910         (append_with_other_format), (set_structure_widths),
14911         (gst_audio_convert_transform_caps):
14912           Patch from #341562: give more specific audio caps in get_caps, so
14913           that basetransform  can make better decisions on what caps to
14914           negotiate.
14915
14916 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
14917
14918         * tests/check/elements/volume.c:
14919         make it compile again
14920
14921 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
14922
14923         * tests/check/elements/volume.c: (volume_suite):
14924         disable test until #343196 gets resolved
14925
14926 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
14927
14928         * gst/adder/gstadder.c: (gst_adder_get_type):
14929         Make it easier to copy&paste
14930         
14931         * gst/volume/Makefile.am:
14932         * gst/volume/gstvolume.c: (volume_update_real_volume),
14933         (gst_volume_set_volume), (gst_volume_set_mute),
14934         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
14935         (volume_transform_ip), (volume_update_mute),
14936         (volume_update_volume):
14937         * gst/volume/gstvolume.h:
14938         Add own debug category, move duplicate code to helper function, fix
14939         property texts, add more comments and prepare ffor liboil-goodness
14940         
14941         * tests/check/Makefile.am:
14942         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
14943         add test for mute and passtrough case, be a bit more verbose to track
14944         failure
14945         
14946         * tests/check/generic/states.c: (GST_START_TEST):
14947         catch elements that fail to instantiate
14948
14949 2006-05-28  Edward Hervey  <edward@fluendo.com>
14950
14951         * tests/check/pipelines/simple-launch-lines.c:
14952         * tests/check/pipelines/theoraenc.c:
14953         * tests/check/pipelines/vorbisenc.c:
14954         Comment out tests using parse_launch() if core was built without
14955         parsing capabilities.
14956
14957 2006-05-27  Edward Hervey  <edward@fluendo.com>
14958
14959         * tests/check/Makefile.am:
14960         Extra bonus points for whoever explains to ensonic that you are meant
14961         to test unit tests thoroughly before commiting them, especially if
14962         you know it's going to break.
14963         De-activated element/adder tests.
14964
14965 2006-05-27  Edward Hervey  <edward@fluendo.com>
14966
14967         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14968         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
14969         Marking caps conversion issues as GST_WARNING is way too verbose,
14970         Moving them to GST_LOG.
14971
14972 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
14973
14974         * README:
14975           Replace current README (containing the release notes from
14976           some 0.9.x version) with a proper README taken from the core.
14977
14978 2006-05-26  Wim Taymans  <wim@fluendo.com>
14979
14980         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
14981         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
14982         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
14983         (vorbis_dec_change_state):
14984         Small cleanups.
14985         Add some FIXMEs
14986         Clip output samples to segment boundaries.
14987
14988 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
14989
14990         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14991         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
14992         Improve the errors produced on bad output, including some human
14993         readable description strings.
14994         Handle the (theoretical for ximagesink) case where the XServer 
14995         has a different idea about the size required for a particular 
14996         frame and gives us too small a memory allocation.
14997
14998 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
14999
15000         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
15001         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
15002         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
15003         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
15004         Improve the errors produced on bad output, including some human 
15005         readable description strings.
15006         Handle RGB Xv formats properly by transforming them into our 
15007         big-endian caps description.
15008         Use gst_caps_truncate to ensure that we never try and choose a
15009         non-fixed caps in buffer_alloc.
15010         Handle the case where the XServer has a different idea about the size
15011         required for a particular frame and gives us too small a memory
15012         allocation.
15013         Use -1 to indicate 'no image format', because 0 is a valid XServer
15014         image format number.
15015         Put RGB Xv formats at the end of the caps, so that we always prefer
15016         YUV format frames.
15017         Iterate the available Xv Encodings to determine the maximum width and
15018         height, and then return that in our caps.
15019         (Closes #315312, #337544)
15020
15021 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
15022
15023         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
15024         When there is only one unfinished pad and it receives an event that
15025         doesn't match our requirements, we need to set alldone=FALSE so that
15026         the fakesink is not removed yet.
15027
15028 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
15029
15030         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
15031           Use gst_type_find_helper_for_buffer() to find the type
15032           of stream from the first packet.
15033
15034         * configure.ac:
15035           Bump requirements to core CVS (needed for vorbis
15036           typefinding to work).
15037
15038 2006-05-24  Edward Hervey  <edward@fluendo.com>
15039
15040         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
15041         Added the 'prfl' atom type which MQV (no, it's not a typo) files
15042         contain.  Else they play perfectly fine with qtdemux.
15043
15044 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
15045
15046         * ext/theora/theoradec.c:
15047         * ext/theora/theoraenc.c:
15048         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
15049         * gst/audiorate/gstaudiorate.c:
15050           make more debug catagories static
15051         
15052         * tests/check/Makefile.am:
15053         * tests/check/elements/adder.c: (message_received),
15054         (test_event_message_received), (GST_START_TEST),
15055         (test_play_twice_message_received), (adder_suite):
15056           added test case for using element twice, extra bonus points for anyone
15057           who can make these test run reliably
15058
15059 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15060
15061         * ext/theora/theoradec.c: (theora_dec_chain):
15062           Make work with time-stamped input buffers that do not
15063           have a granulepos in BUFFER_OFFSET_END (like theora
15064           buffers coming from matroskademux). Fixes #342448.
15065
15066 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
15067
15068         Patch by: Peter Kjellerstedt  <pkj at axis com>
15069
15070         * gst/tcp/Makefile.am:
15071           fdstresstest doesn't need Gtk+, fix compilation if 
15072           gtk is not available (#342566).
15073
15074 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
15075          
15076         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
15077           80 line columns
15078           Removed redundant floor()
15079
15080 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
15081
15082         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
15083           On second thought, just skip JUNK chunks automatically, so
15084           the caller doesn't have to handle this. Fixes #342345.
15085           Also, return GST_FLOW_UNEXPECTED if we get a short read,
15086           not GST_FLOW_ERROR.
15087
15088 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
15089
15090         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
15091           Don't bail out on JUNK chunks with a size of 0 (would try to
15092           pull_range 0 bytes before, which sources don't like too much).
15093           See #342345.
15094
15095 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
15096
15097         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15098         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15099         Use the gstutil scaling function to preserve 64 bits while calculating
15100         output width and height from the display-aspect-ratio. (A continuation
15101         of #341542)
15102
15103 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
15104
15105         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
15106         (gst_xvimagesink_buffer_alloc):
15107         * sys/xvimage/xvimagesink.h:
15108         When performing buffer allocations, remember the caps and image format
15109         we return so that if the same caps are asked for next time we can
15110         return them immediately without doing any caps intersections.
15111
15112 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
15113          
15114         * gst-libs/gst/rtp/README:
15115           Some new documentation
15116         * gst-libs/gst/rtp/gstrtpbuffer.h:       
15117           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
15118         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
15119         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
15120           New RTP audio base payloader class. Supports frame or sample based
15121           codecs.  Not enabled in Makefile.am until approved.
15122
15123 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15124
15125         * tests/check/elements/alsa.c: (test_device_property_probe):
15126           Fix test case: don't try to free NULL GValueArray when there
15127           are no devices.
15128
15129 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15130
15131         * tests/check/Makefile.am:
15132         * tests/check/elements/alsa.c: (test_device_property_probe),
15133         (alsa_suite), (main):
15134           Add simple test that runs a device property probe on alsasrc,
15135           alsasink and alsamixer. Disable valgrind check for now (too
15136           many leaks in libasound, and valgrind ignored my suppressions
15137           additions).
15138
15139 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15140
15141         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
15142         (gst_alsa_device_property_probe_probe_property),
15143         (gst_alsa_device_property_probe_needs_probe),
15144         (gst_alsa_device_property_probe_get_values),
15145         (gst_alsa_type_add_device_property_probe_interface):
15146         * ext/alsa/gstalsadeviceprobe.h:
15147         * ext/alsa/gstalsamixerelement.c:
15148         (gst_alsa_mixer_element_init_interfaces):
15149         * ext/alsa/gstalsamixerelement.h:
15150           Clean up and simplify alsa device probing. Make it actually work
15151           for multiple classes. Don't cache results any longer.
15152
15153         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
15154         (gst_alsasink_init):
15155         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
15156         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
15157         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
15158           Make alsasink and alsasrc implement the GstPropertyProbe interface
15159           for device probing (#342181).
15160           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
15161
15162 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15163
15164         * gst/subparse/samiparse.c: (handle_start_font):
15165           Don't ignore return value of strtol (++compiler_happiness).
15166
15167 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
15168
15169         Patch by: Young-Ho Cha  <ganadist chollian net>
15170
15171         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
15172         (gst_sub_parse_class_init), (gst_sub_parse_init),
15173         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
15174         (convert_encoding):
15175         * gst/subparse/gstsubparse.h:
15176           Add 'encoding' property (#341681).
15177
15178         * gst/subparse/samiparse.c: (characters_sami):
15179           Output is pango markup, so we need to escape text
15180           between tags (#342143).
15181
15182 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
15183
15184         * gst-libs/gst/audio/multichannel.c:
15185         (gst_audio_check_channel_positions):
15186           It's okay to have caps with channels=1 and a channel position
15187           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
15188           (deinterleavers might want to keep the position in the caps,
15189           so that they can be re-interleaved again properly later).
15190           Leave check for unexpected 2-channel layouts intact for now.
15191
15192 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15193
15194         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
15195         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
15196         basesrc can do its job correctly.
15197
15198 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
15199
15200         * ext/alsa/Makefile.am:
15201         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
15202         (gst_alsa_detect_formats), (get_channel_free_structure),
15203         (caps_add_channel_configuration), (gst_alsa_detect_channels),
15204         (gst_alsa_probe_supported_formats):
15205         * ext/alsa/gstalsa.h:
15206         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
15207           Refactor and improve caps probing code: probe signedness
15208           when we probe the supported formats/widths; set endianness
15209           to the one we actually probed for (ie. cpu endianness).
15210           
15211         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
15212         (gst_alsasrc_close):
15213         * ext/alsa/gstalsasrc.h:
15214           Implement caps probing for alsasrc.
15215
15216 2006-05-15  Wim Taymans  <wim@fluendo.com>
15217
15218         * ext/theora/theoradec.c: (gst_theora_dec_reset),
15219         (theora_dec_src_query), (theora_dec_src_event),
15220         (theora_dec_sink_event), (theora_handle_comment_packet),
15221         (theora_handle_data_packet), (theora_dec_change_state):
15222         Cleanups, add some G_LIKELY.
15223         Use segment helpers instead of our own wrong code.
15224         Clear queued buffers on seek and READY.
15225
15226         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
15227         (vorbis_dec_convert), (vorbis_dec_src_query),
15228         (vorbis_dec_src_event), (vorbis_dec_sink_event),
15229         (vorbis_handle_comment_packet), (vorbis_dec_push),
15230         (vorbis_handle_data_packet), (vorbis_dec_chain),
15231         (vorbis_dec_change_state):
15232         * ext/vorbis/vorbisdec.h:
15233         Remove old useless packetno variable.
15234         Do position query properly.
15235         Add some G_LIKELY.
15236         Do cleanup of queued buffers in new helper function
15237         and use it.
15238
15239 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15240
15241         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
15242           Query supported sample rates. Fixes #341732.
15243
15244 2006-05-15  Julien MOUTTE  <julien@moutte.net>
15245
15246         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
15247         (gst_decode_bin_change_state): Make decodebin reusable
15248         when going from PAUSE_TO_READY and then back to PAUSED.
15249         Fixes #331678.
15250
15251 2006-05-15  Wim Taymans  <wim@fluendo.com>
15252
15253         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
15254         (vorbis_dec_convert), (vorbis_dec_src_query),
15255         (vorbis_dec_sink_query), (vorbis_dec_src_event),
15256         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
15257         (vorbis_dec_clean_queued), (vorbis_dec_push),
15258         (vorbis_handle_data_packet), (vorbis_dec_change_state):
15259         Cleanups. Use refcounting and DEBUG_OBJECT.
15260         Reset segment on flush, use code methods instead of our
15261         own wrong version.
15262         Fix potential memleak.
15263
15264 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15265
15266         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
15267         (gst_alsasink_init):
15268         * ext/alsa/gstalsasink.h:
15269           Don't leak allocated snd_output_t structure if there's
15270           more than one alsasink instance at a time (#341873).
15271           Also fix GObject macros in header file.
15272           
15273 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15274
15275         * gst/subparse/gstsubparse.c:
15276         (gst_sub_parse_data_format_autodetect):
15277           Don't use libxml functions in the typefinding code.
15278
15279 2006-05-15  Wim Taymans  <wim@fluendo.com>
15280
15281         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
15282         Fix seeking performance in the case where a non-header 
15283         packet has a 0 granulepos (busted theora case). 
15284         Fixes #341719
15285         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
15286          the first place, you limelight stealer you)
15287
15288 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15289
15290         * gst/subparse/gstsubparse.c:
15291         (gst_sub_parse_data_format_autodetect):
15292           Improve SAMI typefinding: handle case where there are
15293           whitespaces or newlines in front of the first <SAMI>
15294           tag (#169936).
15295
15296 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15297
15298         * configure.ac:
15299           Build video4linux plugin even if there's no XVIDEO, just
15300           without implementing the GstXOverlay interface (#334002).
15301          
15302 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15303
15304         * configure.ac:
15305         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
15306         (plugin_init):
15307           Add tentative support for libvisual-0.4 (#336881).
15308
15309 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15310
15311         Patch by: Young-Ho Cha <ganadist at chollian net>
15312
15313         * gst/subparse/samiparse.c: (handle_start_font):
15314           Need to map "silver" colour explicitly (#169936).
15315
15316 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15317
15318         Patch by: Young-Ho Cha  <ganadist at chollian net>
15319
15320         * gst/subparse/Makefile.am:
15321         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
15322         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
15323         (gst_sub_parse_format_autodetect), (feed_textbuf),
15324         (gst_subparse_type_find), (plugin_init):
15325         * gst/subparse/gstsubparse.h:
15326         * gst/subparse/samiparse.c:
15327         * gst/subparse/samiparse.h:
15328           Add support for SAMI subtitles (#169936).
15329
15330 2006-05-14  Michael Smith  <msmith@fluendo.com>
15331
15332         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
15333           Fix #341696: crash when mixing L+R+C to mono or stereo.
15334         * tests/check/Makefile.am:
15335         * tests/check/elements/audioconvert.c: (set_channel_positions),
15336         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
15337         (audioconvert_suite):
15338           Add test for the above, including some generic framework bits for
15339           testing multichannel things.
15340
15341 === release 0.10.7 ===
15342
15343 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
15344
15345         * configure.ac:
15346           releasing 0.10.7, "Leave the gun"
15347
15348 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
15349
15350         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15351         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15352         Fix the build.
15353
15354 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
15355
15356         * docs/libs/gst-plugins-base-libs-docs.sgml:
15357         * docs/libs/gst-plugins-base-libs-sections.txt:
15358         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
15359         * gst-libs/gst/video/video.h:
15360         * gst/videoscale/Makefile.am:
15361         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15362         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15363         * tests/check/Makefile.am:
15364         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
15365         (main):
15366           Fix integer overflow problem with pixel-aspect-ratio calculations
15367           in videoscale and xvimagesink (#341542)
15368
15369 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
15370
15371         * gst-libs/gst/tag/gstid3tag.c:
15372           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
15373
15374 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
15375
15376         * win32/MANIFEST:
15377           update win32 files listing
15378
15379 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15380
15381         patch by: Sjoerd Simons (sjoerd@luon.net)
15382
15383         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15384         (group_create), (group_destroy), (add_stream),
15385         (gst_play_base_bin_get_property),
15386         (gst_play_base_bin_get_streaminfo_value_array):
15387         * gst/playback/gstplaybasebin.h:
15388           API: GstPlayBaseBin::stream-info-value-array property
15389           use a more bindings-friendly way of exposing streaminfo
15390           using a GValueArray.  Tested in ipython.
15391           Closes #341114
15392
15393 2006-05-11  Wim Taymans  <wim@fluendo.com>
15394
15395         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
15396         (queue_underrun_cb), (queue_filled_cb):
15397         Also catch queue underruns but don't do anything yet.
15398         Refactor and comment queue enlarging code a bit.
15399
15400         * gst/playback/gstplaybasebin.c: (queue_overrun),
15401         (queue_threshold_reached), (queue_out_of_data),
15402         (gen_preroll_element):
15403         If a queue over/underruns check that we don't create nasty
15404         deadlocks when the min-threshold is not reached but the
15405         max-bytes is. In those cases disable max-bytes when we
15406         know that the queue is fed timed data.
15407         Add more comments.
15408
15409 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
15410
15411         * gst/playback/gstplaybin.c: (gen_audio_element):
15412           Make playbin automatically plug an 'audioresample'
15413           element before the audio sink as well. This solves
15414           problems with sinks that only accept a very specific
15415           sample rate, like esdsink (e.g. #340379).
15416
15417 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
15418
15419         * gst/playback/gstplaybasebin.c: (gen_source_element):
15420           Make http sources send special headers so that we receive
15421           icecast metadata if the http stream is an icecast stream
15422           (otherwise the server will just ignore them). This also
15423           means that from now on users will need the 'icydemux'
15424           element from gst-plugins-good installed if they want to
15425           listen to icecast radio streams. (#341432, #333657).
15426
15427 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15428
15429         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
15430         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
15431           remove stupid example from docs - it should come with a simple
15432           C program instead.
15433           Clean up/fix docs
15434         * tests/check/elements/multifdsink.c: (wait_bytes_served),
15435         (fail_if_can_read), (GST_START_TEST),
15436         (gst_multifdsink_create_streamheader), (multifdsink_suite):
15437           add a test for changing streamheader which exposes a bug in
15438           multifdsink
15439
15440 2006-05-11  Michael Smith  <msmith@fluendo.com>
15441
15442         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
15443         (gst_gnome_vfs_src_received_headers_callback):
15444         * ext/gnomevfs/gstgnomevfssrc.h:
15445           Don't set icy-caps unless we have a sane interval value. Move
15446           interval to a local variable; we never use it outside this function.
15447
15448 2006-05-11  Wim Taymans  <wim@fluendo.com>
15449
15450         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
15451         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
15452         Register special buffer types along with the objects so
15453         that they are not registered at runtime from N different
15454         streaming threads since they are not threadsafe.
15455
15456 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15457
15458         * tests/check/elements/multifdsink.c: (wait_bytes_served),
15459         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
15460           add two more tests, one doing streamheader
15461
15462 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15463
15464         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
15465           clean up the bufqueue when shutting down
15466         * tests/check/Makefile.am:
15467         * tests/check/elements/multifdsink.c: (setup_multifdsink),
15468         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
15469         (main):
15470           add a test for the leak that was just fixed
15471
15472 2006-05-10  Wim Taymans  <wim@fluendo.com>
15473
15474         * gst/adder/gstadder.c: (gst_adder_setcaps),
15475         (gst_adder_query_duration), (gst_adder_query), (forward_event),
15476         (gst_adder_src_event), (gst_adder_sink_event),
15477         (gst_adder_class_init), (gst_adder_finalize),
15478         (gst_adder_request_new_pad), (gst_adder_collected):
15479         * gst/adder/gstadder.h:
15480         Updated some docs. Added comments and FIXMEs all over the place.
15481         Improve debugging info.
15482         Fix leak on finalize by not calling the parent.
15483         Implement duration query.
15484         Make event forwarding threadsafe.
15485         Correctly send NEWSEGMENT at start and after flush.
15486         Handle EOS correctly.
15487         Post error when not negotiated.
15488
15489         * tests/check/elements/adder.c: (GST_START_TEST):
15490         Added FIXME in the test.
15491
15492 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15493
15494         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
15495         (gst_text_overlay_halign_get_type),
15496         (gst_text_overlay_wrap_mode_get_type):
15497         * ext/theora/theoradec.c: (theora_handle_type_packet),
15498         (theora_handle_data_packet):
15499         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
15500         (theora_enc_sink_setcaps), (theora_enc_chain):
15501         * gst-libs/gst/cdda/gstcddabasesrc.c:
15502         (gst_cdda_base_src_mode_get_type):
15503         * gst/audiotestsrc/gstaudiotestsrc.c:
15504         (gst_audiostestsrc_wave_get_type):
15505         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
15506         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
15507         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
15508         (gst_sync_method_get_type), (gst_unit_type_get_type),
15509         (gst_client_status_get_type):
15510         * gst/videoscale/gstvideoscale.c:
15511         (gst_video_scale_method_get_type):
15512         * gst/videotestsrc/gstvideotestsrc.c:
15513         (gst_video_test_src_pattern_get_type):
15514         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
15515         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
15516         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
15517         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
15518         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
15519         (paint_setup_RGB565), (paint_setup_xRGB1555):
15520           Const-ify GEnumValue and GFlagsValue arrays. Use
15521           GST_ROUND_UP_* macros instead of home-made ones.
15522
15523 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15524
15525         * configure.ac:
15526           Require core CVS for the new newsegment stuff.
15527
15528 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15529
15530         Patch by: Sjoerd Simons  <sjoerd at luon net>
15531
15532         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
15533           Register nick for enum value (#341160).
15534
15535 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
15536
15537         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
15538         (plugin_init):
15539          backout typefind patch #340375
15540          
15541         * tests/check/elements/adder.c: (message_received),
15542         (GST_START_TEST), (adder_suite):
15543           redo, signal-handling of test
15544
15545 2006-05-09  Wim Taymans  <wim@fluendo.com>
15546
15547         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
15548         (gst_adder_collected):
15549         * gst/adder/gstadder.h:
15550         Remove bogus segment merging and forwarding, we don't
15551         care about timestamps anyway and we just produce a
15552         continuous stream. 
15553         Also create a nice NEWSEGMENT event when we start.
15554         Use _scale_int some more.
15555
15556 2006-05-09  Edward Hervey  <edward@fluendo.com>
15557
15558         * tests/icles/stress-xoverlay.c:
15559         Fix if core was built without parsing support.
15560
15561 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15562
15563         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15564           Add SEDG (Samsung MPEG-4) fourcc.
15565
15566 2006-05-09  Edward Hervey  <edward@fluendo.com>
15567
15568         * tests/icles/stress-xoverlay.c:
15569         * tests/examples/volume/volume.c:
15570         Fix if core was built without parsing support.
15571
15572         * tests/examples/seek/seek.c:
15573         Disable the parse_launch example if core was built without parsing
15574         support.
15575
15576 2006-05-08  Edward Hervey  <edward@fluendo.com>
15577
15578         * autogen.sh: (CONFIGURE_DEF_OPT): 
15579         libtoolize on Darwin/MacOSX is called glibtoolize
15580
15581 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15582
15583         * tests/check/Makefile.am:
15584         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
15585           Disable the adder test, until the build-slaves posses the kindness to 
15586           either like it or to give valid reason for not doing so 
15587
15588 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15589
15590         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
15591         (adder_suite):
15592           Shuffle NULL state change around and raise timeout more
15593
15594 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15595
15596         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
15597         (mp4_type_find), (plugin_init):
15598           Add typefind to distinguish between "audio/x-m4a" and new type
15599           "video/mp4". Fixes #340375
15600
15601         * tests/check/elements/adder.c: (adder_suite):
15602           Raise timeout to make buildbot happy
15603
15604 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15605
15606         * gst/adder/gstadder.c: (gst_adder_sink_event),
15607         (gst_adder_request_new_pad), (gst_adder_change_state):
15608         * gst/adder/gstadder.h:
15609         * tests/check/Makefile.am:
15610         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
15611         (adder_suite), (main):
15612           Add sink-event handling to adder. It tries to merge incomming
15613           newsegment-events. Added test to check if segment_done is comming
15614           through. Fixes #340060
15615
15616 2006-05-05  Andy Wingo  <wingo@pobox.com>
15617
15618         * ext/theora/theoraparse.c (gst_theora_parse_init)
15619         (theora_parse_src_convert, theora_parse_src_query):
15620         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
15621         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
15622         query functions on the source pads of the theora and vorbis parse
15623         elements. Fixes position querying when doing a remux.
15624
15625 2006-05-05  Michael Smith  <msmith@fluendo.com>
15626
15627         * ext/theora/theoraparse.c: (parse_granulepos),
15628         (theora_parse_drain_queue_prematurely),
15629         (theora_parse_queue_buffer), (theora_parse_sink_event):
15630           Fix flushing.
15631           Fix invalid granulepos outputs when starting with a non-keyframe.
15632
15633 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
15634
15635         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
15636         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
15637         Rearrange MPEG system stream detection, fixing some memleaks in the
15638         process.
15639         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
15640         they clean up their data correctly.
15641         Remove unused ogganx caps and move the 'is_annodex' check to inside
15642         the 'is_ogg' if statement.
15643
15644 2006-05-05  Wim Taymans  <wim@fluendo.com>
15645
15646         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
15647         Properly remove ghostpads. Fixes #340392
15648
15649 2006-05-04  David Schleef  <ds@schleef.org>
15650
15651         * gst/typefind/gsttypefindfunctions.c:
15652
15653 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
15654
15655         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
15656         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
15657
15658         When typefinding an MP3 in push-based mode, don't penalise the
15659         probability down to 74% when we found 5 valid frames just because we
15660         can't peek the end of the file.
15661
15662         Make the probability for detecting MPEG Transport Streams based on the
15663         number of sequential headers we successfully detected.
15664
15665 2006-05-03  Wim Taymans  <wim@fluendo.com>
15666
15667         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
15668         (vorbis_dec_push), (vorbis_dec_chain):
15669         Still produce an error when we receive an empty packet.
15670
15671 2006-05-03  Wim Taymans  <wim@fluendo.com>
15672
15673         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
15674         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
15675         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
15676         Mark buffers with DISCONT after seek and after activating new
15677         chains.
15678
15679         * ext/theora/gsttheoradec.h:
15680         * ext/theora/theoradec.c: (gst_theora_dec_reset),
15681         (theora_get_query_types), (theora_dec_sink_event),
15682         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
15683         (theora_dec_change_state):
15684         Fix frame counter.
15685         Detect and mark DISCONT buffers.
15686
15687         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15688         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
15689         (vorbis_dec_change_state):
15690         * ext/vorbis/vorbisdec.h:
15691         Use GstSegment.
15692         Detect and mark DISCONT buffers.
15693         Don't crash on 0 sized buffers.
15694
15695 2006-05-03  Wim Taymans  <wim@fluendo.com>
15696
15697         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
15698         (volume_transform_ip):
15699         Increase "volume" property to 10.0. Fixes #340369.
15700         Set the process function to NULL when capsnego fails so that
15701         we properly error out.
15702
15703 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
15704
15705         * gst/playback/gstplaybin.c: (add_sink):
15706         * gst/playback/test.c: (main):
15707         * gst/playback/test5.c: (dump_element_stats):
15708         * gst/playback/test6.c: (main):
15709           free caps using gst_caps_unref, don't leak caps-strings
15710
15711 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
15712
15713         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
15714         (plugin_init):
15715           Refine musepack typefinding a bit. Return MAXIMUM
15716           probability when we detect stream version 7 to make
15717           sure the mpeg audio typefinder doesn't trump us.
15718
15719 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
15720
15721         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
15722           Protect against unexpected NULL strf_data buffer.
15723
15724 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15725
15726         * tests/check/elements/audioconvert.c: (verify_convert),
15727         (GST_START_TEST):
15728           interpret the out[] buffer in the order the bytes are actually
15729           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
15730           Other tests should use BYTE_ORDER since the array is filled in
15731           with actual values
15732
15733 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15734
15735         * tests/check/elements/audioconvert.c: (verify_convert),
15736         (GST_START_TEST):
15737           when a test fails, give an indication of which it is
15738
15739 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15740
15741         * gst-libs/gst/cdda/gstcddabasesrc.c:
15742           compile fix; strtol() needs <stdlib.h>
15743
15744 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15745
15746         * ext/alsa/gstalsamixerelement.c:
15747         * ext/alsa/gstalsasrc.c:
15748         * ext/cdparanoia/gstcdparanoiasrc.c:
15749         * ext/gnomevfs/gstgnomevfssink.c:
15750         * ext/gnomevfs/gstgnomevfssrc.c:
15751         * ext/ogg/gstoggdemux.c:
15752         * ext/ogg/gstoggmux.c:
15753         * ext/ogg/gstoggparse.c:
15754         * ext/ogg/gstogmparse.c:
15755         * ext/pango/gstclockoverlay.c:
15756         * ext/pango/gsttextoverlay.c:
15757         * ext/pango/gsttextrender.c:
15758         * ext/pango/gsttimeoverlay.c:
15759         * ext/theora/theoradec.c:
15760         * ext/theora/theoraenc.c:
15761         * ext/vorbis/vorbisdec.c:
15762         * ext/vorbis/vorbisenc.c:
15763         * gst-libs/gst/audio/gstaudiofilter.c:
15764         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
15765         * gst/audioconvert/gstaudioconvert.c:
15766         * gst/audiorate/gstaudiorate.c:
15767         * gst/audioresample/gstaudioresample.c:
15768         * gst/audiotestsrc/gstaudiotestsrc.c:
15769         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15770         * gst/playback/gstdecodebin.c:
15771         * gst/playback/gstplaybin.c:
15772         * gst/playback/gststreamselector.c:
15773         * gst/subparse/gstsubparse.c:
15774         * gst/tcp/gstmultifdsink.c:
15775         * gst/tcp/gsttcpclientsink.c:
15776         * gst/tcp/gsttcpclientsrc.c:
15777         * gst/tcp/gsttcpserversink.c:
15778         * gst/tcp/gsttcpserversrc.c:
15779         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
15780         * gst/videorate/gstvideorate.c:
15781         * gst/videoscale/gstvideoscale.c:
15782         * gst/videotestsrc/gstvideotestsrc.c:
15783         * gst/volume/gstvolume.c:
15784         * sys/v4l/gstv4ljpegsrc.c:
15785         * sys/v4l/gstv4lmjpegsink.c:
15786         * sys/v4l/gstv4lmjpegsrc.c:
15787         * sys/v4l/gstv4lsrc.c:
15788         * sys/ximage/ximagesink.c:
15789         * sys/xvimage/xvimagesink.c:
15790         * tests/check/libs/cddabasesrc.c:
15791           make GstElementDetails const
15792
15793 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15794
15795         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
15796         (gst_adder_init):
15797           send events from src-pad to all sink-pads fixes #338657
15798
15799 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15800
15801         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
15802         (alsasink_parse_spec):
15803           query width capabilities from alsa, fixes #338919
15804
15805 2006-04-28  Wim Taymans  <wim@fluendo.com>
15806
15807         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
15808         (gst_multi_fd_sink_remove_client_link):
15809         * gst/tcp/gstmultifdsink.h:
15810         Fix race condition in multifdsink that can lead to spurious 
15811         duplicate clients. this patch adds a new signal that is fired when
15812         multifdsink has removed all references to the fd.
15813         Fixes #339574.
15814         Updated documentation.
15815         API: client-fd-removed signal added
15816
15817 2006-04-28  Michael Smith  <msmith@fluendo.com>
15818
15819         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
15820           When asking g_value_array_new to prealloc elements, we may as well
15821           ask for the right number of elements.
15822
15823 2006-04-28  Wim Taymans  <wim@fluendo.com>
15824
15825         * gst-libs/gst/audio/gstbaseaudiosink.c:
15826         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
15827         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
15828         patch to make timestamp checking more tollerant to rounding 
15829         errors given that real discontinuities are to be marked on
15830         buffers. Fixes some asf files and #338778.
15831         Also avoid some crashers when we receive an event in the 
15832         NULL state.
15833
15834 2006-04-28  Michael Smith  <msmith@fluendo.com>
15835
15836         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
15837         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
15838         (gst_gnome_vfs_src_get_property),
15839         (gst_gnome_vfs_src_send_additional_headers_callback),
15840         (gst_gnome_vfs_src_received_headers_callback),
15841         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
15842         (gst_gnome_vfs_src_stop):
15843         * ext/gnomevfs/gstgnomevfssrc.h:
15844           Remove ICY handling (mostly) from gnomevfssrc, in favour of
15845           proper shared support within icydemux.
15846
15847 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15848
15849         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
15850         (gst_video_rate_swap_prev), (gst_video_rate_chain):
15851           fix up docs
15852           fix a leak when no caps negotiated
15853           fix counting of input frames
15854         * tests/check/elements/.cvsignore:
15855         * tests/check/elements/videorate.c: (assert_videorate_stats),
15856         (GST_START_TEST), (videorate_suite):
15857           add tests for these
15858
15859 2006-04-28  Wim Taymans  <wim@fluendo.com>
15860
15861         * gst-libs/gst/audio/gstringbuffer.c:
15862         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
15863         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
15864         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
15865         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
15866         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
15867         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
15868         (gst_ring_buffer_commit), (gst_ring_buffer_read),
15869         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
15870         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
15871         Check arguments passed to public functions instead of
15872         crashing.
15873
15874 2006-04-28  Wim Taymans  <wim@fluendo.com>
15875
15876         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
15877         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
15878         GstBaseAudioSrc must be live or it does not work.
15879
15880         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
15881         Don't set live to TRUE as this is the default in the parentclass.
15882
15883 2006-04-28  Wim Taymans  <wim@fluendo.com>
15884
15885         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
15886         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
15887         Videoscale doesn't pass on pixel-aspect ratio. Handle all
15888         fixation cases better. Fixes #338991
15889
15890 2006-04-28  Wim Taymans  <wim@fluendo.com>
15891
15892         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
15893         Handle 0/1 framerate correctly Fixes #331901.
15894
15895 2006-04-28  Wim Taymans  <wim@fluendo.com>
15896
15897         * tests/check/elements/audioconvert.c: (get_float_caps),
15898         (GST_START_TEST), (audioconvert_suite):
15899         Added check for correct clipping when doing float samples
15900         in audioconvert.
15901
15902 2006-04-28  Wim Taymans  <wim@fluendo.com>
15903
15904         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
15905         (gst_video_rate_chain):
15906         Print more debugging info.
15907
15908 2006-04-28  Wim Taymans  <wim@fluendo.com>
15909
15910         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
15911         (resample_set_state_from_caps):
15912         Add support for other formats audioresample can handle such as
15913         32 bits in and float and 64 bits float. Fixes #301759
15914
15915 2006-04-28  Wim Taymans  <wim@fluendo.com>
15916
15917         * gst/audioconvert/audioconvert.c: (float):
15918         correctly clip float samples > 1.0. Fixes #338718
15919
15920 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
15921
15922         Patch by: Young-Ho Cha  <ganadist at chollian net>
15923
15924         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
15925         (gst_text_overlay_render_text):
15926           Don't strip newlines from the text. Also, center lines
15927           within multi-line paragraphs (#339405).
15928
15929 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
15930
15931         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
15932           Fix wavpack typefinding to work in more cases (don't peek
15933           for chunks of multiple hundred kBs at once, but process
15934           things step-by-step in smaller units). Fixes #339786.
15935
15936 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15937
15938         * configure.ac:
15939           back to HEAD
15940
15941 === release 0.10.6 ===
15942
15943 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
15944
15945         * configure.ac:
15946           releasing 0.10.6, "Chao"
15947
15948 2006-04-26  David Schleef  <ds@schleef.org>
15949
15950         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
15951           Fixes #338897.
15952
15953 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15954
15955         * configure.ac:
15956         * win32/common/config.h:
15957           new prerelease
15958
15959 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15960
15961         patch by: Wim Taymans
15962
15963         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
15964         (gst_ogg_demux_perform_seek):
15965           make sure correct newsegments are sent, so that the decoder
15966           and the demuxer agree on timestamps.  Fixes playback of a lot
15967           of Ogg files that do not start from 0.  Fixes #339833.
15968
15969 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15970
15971         Patch by: Edward Hervey  <edward@fluendo.com>
15972
15973         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
15974         * tests/check/Makefile.am:
15975         * tests/check/elements/videorate.c: (assert_videorate_stats),
15976         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
15977         (videorate_suite), (main):
15978           Fix an infinite loop if frames are passed in with wrongly ordered
15979           timestamps.  Fixes #339013.
15980
15981 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15982
15983         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
15984
15985         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
15986           fix typefinding on some ISO files.  Fixes #339212.
15987
15988 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15989
15990         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
15991
15992         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15993           add another H264 fourcc.  Fixes #339047.
15994
15995 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15996
15997         Patch by: Jan Schmidt
15998
15999         * gst/playback/gststreamselector.c:
16000         (gst_stream_selector_bufferalloc):
16001           Restore old StreamSelector behaviour.
16002           Fixes #338419.
16003
16004 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
16005
16006         * configure.ac:
16007         * win32/common/config.h:
16008           prerelease
16009
16010 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16011
16012         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
16013
16014         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16015         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
16016           Fix some memory leaks: on finalize, free buffers left in the queue
16017           before destroying the queue; in _push(), unref rtp_buf even if
16018           the process vfunc returned a NULL buffer as output buffer (#337548);
16019           demote some recuring debug messages to LOG level.
16020
16021 2006-04-11  Wim Taymans  <wim@fluendo.com>
16022
16023         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16024         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16025         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
16026         (gst_ogg_demux_loop):
16027         More cleanups.
16028         Respect segment stop when emiting EOS or SEGMENT_DONE.
16029         Fixes (#337945).
16030
16031 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16032
16033         * gst/playback/gststreamselector.c:
16034         (gst_stream_selector_get_property):
16035           Don't leak pad name.
16036
16037 2006-04-10  Michael Smith  <msmith@fluendo.com>
16038
16039         * tests/check/Makefile.am:
16040         * tests/check/gst-plugins-base.supp:
16041           Suppress an old libtheora bug (fixed in more recent versions), so 
16042           that FC4 buildslaves can pass.
16043
16044 2006-04-10  Wim Taymans  <wim@fluendo.com>
16045
16046         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16047         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
16048         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
16049         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
16050         (gst_ogg_demux_loop):
16051         Don't leak events.
16052         Remember what error we got when finding chains, if we
16053         were shutdown, that would not be an error.
16054
16055 2006-04-10  Wim Taymans  <wim@fluendo.com>
16056
16057         * gst-libs/gst/audio/gstbaseaudiosink.c:
16058         (gst_base_audio_sink_event):
16059         Starting the ringbuffer when we did not acquire it can cause
16060         a deadlock, is pointless and causes nasty things for
16061         subclasses. 
16062         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
16063
16064 2006-04-10  Wim Taymans  <wim@fluendo.com>
16065
16066         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16067         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
16068         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16069         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
16070         (gst_ogg_demux_deactivate_current_chain),
16071         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
16072         (gst_ogg_demux_bisect_forward_serialno),
16073         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
16074         Add some more debugging.
16075
16076 2006-04-10  Wim Taymans  <wim@fluendo.com>
16077
16078         * ext/theora/theoradec.c: (theora_dec_src_event),
16079         (theora_handle_data_packet):
16080         Some more debug info.
16081
16082         * tests/examples/seek/seek.c: (start_seek), (main):
16083         Print element messages too.
16084
16085 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
16086
16087         * gst/audioresample/debug.h:
16088           replace debug macros with variable number of parameters
16089           by a simple alias to gstreamer standard debug macros 
16090          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
16091           supported by MSVC 6.0 and 7.1)
16092         * gst/audioresample/resample.h:
16093           define M_PI and rint for WIN32
16094         * win32/common/libgstaudio.def:
16095         * win32/common/libgstriff.def:
16096         * win32/common/libgsttag.def:
16097         * win32/common/libgstvideo.def:
16098           add new exported functions
16099         * win32/vs6:
16100           update project files
16101
16102 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16103
16104         * ext/alsa/gstalsamixeroptions.c:
16105         (gst_alsa_mixer_options_class_init):
16106         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
16107         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
16108         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
16109         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
16110         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
16111         * gst-libs/gst/audio/gstaudiofilter.c:
16112         (gst_audio_filter_class_init):
16113         * gst-libs/gst/audio/gstaudiosink.c:
16114         (gst_audioringbuffer_class_init):
16115         * gst-libs/gst/audio/gstaudiosrc.c:
16116         (gst_audioringbuffer_class_init):
16117         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
16118         * gst-libs/gst/interfaces/colorbalancechannel.c:
16119         (gst_color_balance_channel_class_init):
16120         * gst-libs/gst/interfaces/mixeroptions.c:
16121         (gst_mixer_options_class_init):
16122         * gst-libs/gst/interfaces/mixertrack.c:
16123         (gst_mixer_track_class_init):
16124         * gst-libs/gst/interfaces/tunerchannel.c:
16125         (gst_tuner_channel_class_init):
16126         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
16127         * gst-libs/gst/netbuffer/gstnetbuffer.c:
16128         (gst_netbuffer_class_init):
16129         * gst-libs/gst/rtp/gstbasertppayload.c:
16130         (gst_basertppayload_class_init):
16131         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
16132         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
16133         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
16134         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
16135         * gst/playback/gststreamselector.c:
16136         (gst_stream_selector_class_init):
16137         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
16138         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
16139         * sys/v4l/gstv4lcolorbalance.c:
16140         (gst_v4l_color_balance_channel_class_init):
16141         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
16142         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
16143         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
16144         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
16145         (gst_v4l_tuner_norm_class_init):
16146         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
16147         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
16148         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
16149         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
16150
16151 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16152
16153         * ext/pango/gsttextrender.h:
16154         * gst-libs/gst/audio/gstaudiosink.h:
16155         * gst-libs/gst/audio/gstaudiosrc.h:
16156         * gst-libs/gst/audio/gstbaseaudiosink.h:
16157         * gst-libs/gst/audio/gstbaseaudiosrc.h:
16158         * gst-libs/gst/audio/gstringbuffer.h:
16159         * gst-libs/gst/rtp/gstbasertpdepayload.h:
16160         * gst-libs/gst/rtp/gstbasertppayload.h:
16161         * gst-libs/gst/video/gstvideofilter.h:
16162         * gst-libs/gst/video/gstvideosink.h:
16163         * gst/playback/gstplaybasebin.h:
16164         * gst/tcp/gstmultifdsink.h:
16165         * sys/v4l/gstv4lelement.h:
16166         Fix broken GObject macros
16167
16168 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16169
16170         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
16171         More debug to trace why my USB headset is not working with gst
16172
16173 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
16174
16175         * gst/playback/gstplaybasebin.c: (group_destroy):
16176         Clean up our group elements properly in the case where it never 
16177         got committed - it still got added unconditionally to the bin.
16178
16179 2006-04-07  Wim Taymans  <wim@fluendo.com>
16180
16181         * ext/theora/theoradec.c: (theora_dec_sink_event),
16182         (theora_handle_data_packet), (theora_dec_chain):
16183         Unref unhandled events.
16184         Protect against empty buffers.
16185         Perform QoS on running time.
16186
16187 2006-04-07  Michael Smith  <msmith@fluendo.com>
16188
16189         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
16190         (gst_vorbis_enc_chain):
16191           Remove leaks from vorbisenc.
16192           Mostly minor changes, the only significant one is that now the
16193           buffers we set as 'streamheader' on the caps are copies of the
16194           original buffers, to avoid circular refcounting problems.
16195
16196 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
16197
16198         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
16199           Don't remove our mute-probe if someone else already did so.
16200           Don't set a 2nd one if there is already one pending on the pad.
16201
16202         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
16203         (do_playbin_seek):
16204           When a seek fails, ensure that playbin is still set back to playing.
16205           
16206         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
16207         (mpeg_ts_type_find), (plugin_init):
16208           Add a typefind function for mpeg-ts streams. (Closes: #336617)
16209
16210 2006-04-06  Andy Wingo  <wingo@pobox.com>
16211
16212         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
16213         (gst_video_rate_init): Caps-related parameters should not be reset
16214         by a flush -- move their inits to the instance init function.
16215         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
16216         is not OK, just return the result.
16217
16218         * gst/audiotestsrc/gstaudiotestsrc.c
16219         (gst_audio_test_src_class_init)
16220         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
16221         broken by Stefan's commit on 24 March.
16222
16223         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
16224         buffers being pushed out. Fixes oggmux ! multifdsink.
16225
16226 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
16227
16228         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
16229         (gst_vorbis_dec_init), (vorbis_dec_finalize):
16230         * ext/vorbis/vorbisdec.h:
16231         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
16232         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
16233         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
16234         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
16235         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
16236         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
16237         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
16238         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
16239         (gst_vorbis_enc_buffer_from_packet),
16240         (gst_vorbis_enc_buffer_from_header_packet),
16241         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
16242         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
16243         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
16244         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
16245         (gst_vorbis_enc_change_state):
16246         * ext/vorbis/vorbisenc.h:
16247           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
16248           vorbisenc adhere to the official nomenclature; use boilerplate
16249           macro.
16250
16251 2006-04-04  Andy Wingo  <wingo@pobox.com>
16252
16253         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
16254         Whoops, fix bug introduced. Bad hacker!
16255         
16256         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
16257         Properly handle the case where you get EOS before any buffers are
16258         received. Use gst_buffer_make_metadata_writable where appropriate.
16259
16260         * ext/theora/theoradec.c (theora_handle_data_packet): This value
16261         is often negative -- make it signed so as not to wrap around.
16262         Fixes segfaults introduced on 9 March.
16263
16264 2006-04-03  Wim Taymans  <wim@fluendo.com>
16265
16266         * ext/theora/gsttheoradec.h:
16267         * ext/theora/theoradec.c: (theora_dec_src_event):
16268         Don't try to store a gdouble in a gboolean.
16269         Small cleanups.
16270
16271 2006-04-03  Michael Smith  <msmith@fluendo.com>
16272
16273         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
16274           Oggmux sucks.
16275           Make it suck slightly less by writing out the final page.
16276           Still can't encode a vorbis-in-ogg file correctly, though.
16277
16278 2006-04-03  Andy Wingo  <wingo@pobox.com>
16279
16280         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
16281         a g_print.
16282
16283         * ext/theora/theora.c (plugin_init): Register theoraparse.
16284
16285         * ext/theora/gsttheoraparse.h: 
16286         * ext/theora/theoraparse.c: New files implementing a theora
16287         parser. Now we can properly remux ogg/theora+vorbis, yay.
16288
16289         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
16290
16291 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16292
16293         * gst/audiotestsrc/gstaudiotestsrc.c:
16294           Fixed the sample pipeline (see #323798)
16295
16296 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16297
16298         * configure.ac:
16299         * win32/common/config.h:
16300         * win32/common/config.h.in:
16301           use AS_VERSION and AS_NANO
16302           more cleanups
16303
16304 2006-03-31  Andy Wingo  <wingo@pobox.com>
16305
16306         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
16307         uninitialized variable return that would happen.
16308         
16309         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
16310         uninitialized variable return that would never happen.
16311
16312         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
16313         (vorbis_parse_sink_event): Add an event function to flush our
16314         state on a seek, and to drain buffers on a premature EOS.
16315         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
16316         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
16317         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
16318         (vorbis_parse_drain_queue): Queue up buffers until we can set
16319         their timestamps and granulepos values.
16320
16321         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
16322         and keep track of data needed for deriving granulepos and
16323         timestamps for buffers.
16324
16325 2006-03-29  Wim Taymans  <wim@fluendo.com>
16326
16327         Patch by: j^ <j at bootlab dot org>
16328
16329         * ext/alsa/gstalsamixerelement.c:
16330         (gst_alsa_mixer_element_class_init):
16331         * ext/alsa/gstalsasink.c:
16332         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
16333         * ext/ogg/gstoggdemux.c:
16334         * ext/ogg/gstoggmux.c:
16335         * ext/ogg/gstoggparse.c:
16336         * ext/pango/gstclockoverlay.c:
16337         * ext/pango/gsttextoverlay.c:
16338         * ext/pango/gsttextrender.c:
16339         * ext/pango/gsttimeoverlay.c:
16340         * ext/theora/theoradec.c:
16341         * ext/theora/theoraenc.c:
16342         * ext/vorbis/vorbisdec.c:
16343         * ext/vorbis/vorbisenc.c:
16344         * gst/audioconvert/gstaudioconvert.c:
16345         * gst/subparse/gstsubparse.c:
16346         * gst/tcp/gstmultifdsink.c:
16347         * gst/tcp/gsttcpclientsink.c:
16348         * gst/tcp/gsttcpclientsrc.c:
16349         * gst/tcp/gsttcpserversink.c:
16350         * gst/tcp/gsttcpserversrc.c:
16351           better/unified long descriptions
16352           Fixes #336477
16353
16354 2006-03-29  Wim Taymans  <wim@fluendo.com>
16355
16356         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
16357         (stop_seek):
16358         Don't let double and triple clicks mess up our state.
16359
16360 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
16361
16362         * gst/playback/gstplaybin.c: (gen_video_element),
16363         (gen_text_element), (gen_audio_element), (gen_vis_element):
16364           Error out gracefully when we can't create any of the usual
16365           conversion elements for some reason. Also, don't try to
16366           create an audioscale (sic) element that's not used anyway.
16367
16368 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
16369
16370         * gst/playback/gstplaybasebin.c: (setup_source):
16371           Don't post RESOURCE_NOT_FOUND error when we can't find a source
16372           element for a particular protocol, that's confusing for users.
16373           Instead, post a RESOURCE_FAILED error, so that our own error
16374           message is actually shown in totem etc. (#336303).
16375
16376 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
16377
16378         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16379
16380         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
16381         (gst_gnome_vfs_src_get_icy_metadata):
16382           Fix some minor memory leaks (#336194).
16383
16384 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
16385
16386         * ext/gnomevfs/gstgnomevfs.c:
16387         (gst_gnome_vfs_location_to_uri_string):
16388         * ext/gnomevfs/gstgnomevfs.h:
16389         * ext/gnomevfs/gstgnomevfssink.c:
16390         (gst_gnome_vfs_sink_set_property):
16391         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
16392           Make gnomevfssink accept filenames as well as URIs for the
16393           "location" property, just like gnomevfssrc does (and
16394           filesrc/filesink do) (#336190).
16395
16396 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
16397
16398         * tests/check/generic/clock-selection.c: (GST_START_TEST):
16399           set to NULL before unreffing, fixes a valgrind leak.
16400           Why was this not triggering the error that an object needs to
16401           be NULL before unreffing ?
16402         * win32/common/config.h:
16403           update
16404
16405 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
16406
16407         * gst/subparse/gstsubparse.c: (convert_encoding),
16408         (gst_sub_parse_change_state):
16409         * gst/subparse/gstsubparse.h:
16410           Text subtitle files may or may not be UTF-8. If it's not, we
16411           don't really want to see '?' characters in place of non-ASCII
16412           characters like accented characters. So let's assume the input
16413           is UTF-8 until we come across text that is clearly not. If it's
16414           not UTF-8, we don't really know what it is, so try the following:
16415           (a) see whether the GST_SUBTITLE_ENCODING environment variable
16416           is set; if not, check (b) if the current locale encoding is
16417           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
16418           the current locale encoding is UTF-8 and the environment variable
16419           was not set to any particular encoding. Not perfect, but better
16420           than nothing (and better than before, I think) (fixes #172848).
16421
16422 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
16423
16424         * configure.ac:
16425           update core requirement to 0.10.4.1 because of async_playback
16426           vmethod on GstBaseSink
16427
16428 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16429
16430         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
16431         * gst/adder/gstadder.c: (gst_adder_init):
16432         use DEBUG_FUNCPTR for collectpads
16433
16434 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16435
16436         * docs/plugins/Makefile.am:
16437         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16438         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16439         * ext/cdparanoia/gstcdparanoiasrc.c:
16440         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
16441         (gst_gnome_vfs_sink_class_init):
16442         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
16443         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
16444         * ext/ogg/gstoggmux.c:
16445         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
16446         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
16447         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
16448         * ext/pango/gsttextoverlay.c:
16449         * ext/pango/gsttextrender.c:
16450         * ext/theora/theoradec.c:
16451         * ext/theora/theoraenc.c:
16452         * ext/vorbis/vorbisdec.c:
16453         * ext/vorbis/vorbisenc.c:
16454         * gst-libs/gst/audio/gstaudiofilter.c:
16455         (gst_audio_filter_base_init):
16456         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
16457         (gst_audio_filter_template_base_init):
16458         * gst/adder/gstadder.c: (gst_adder_get_type):
16459         * gst/adder/gstadder.h:
16460         * gst/audioconvert/gstaudioconvert.c:
16461         * gst/audiotestsrc/gstaudiotestsrc.c:
16462         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
16463         (gst_audio_test_src_create):
16464         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16465         * gst/playback/gstdecodebin.c:
16466         * gst/playback/gstplaybin.c:
16467         * gst/playback/gststreamselector.c:
16468         (gst_stream_selector_base_init):
16469         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
16470         * gst/volume/gstvolume.c:
16471         * sys/v4l/gstv4lmjpegsink.c:
16472         * sys/v4l/gstv4lmjpegsrc.c:
16473         * tests/check/libs/cddabasesrc.c:
16474         * tests/old/examples/gob/gst-identity2.gob:
16475           Add docs for adder, use GST_ELEMENT_DETAILS macro,
16476           define GstElementDetails at the top
16477
16478 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
16479
16480         * win32/common/libgstinterfaces.def:
16481         Add a lot of export functions for gst-python
16482         * win32/vs6/libgstinterfaces.dsp:
16483         Add a missing include folder in the project configuration
16484         
16485 2006-03-23  Wim Taymans  <wim@fluendo.com>
16486
16487         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16488         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16489         (gst_base_audio_src_change_state):
16490         Fix audio sources, forgot to make the ringbuffer
16491         startable...
16492
16493 2006-03-23  Wim Taymans  <wim@fluendo.com>
16494
16495         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16496         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16497         (gst_base_audio_src_change_state):
16498         unparent instead of unref the ringbuffer.
16499
16500 2006-03-23  Wim Taymans  <wim@fluendo.com>
16501
16502         * gst-libs/gst/audio/gstbaseaudiosink.c:
16503         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
16504         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
16505         Implement new async_play vmethod to start slaving and allow
16506         playback start in case of async PLAY state changes. 
16507
16508         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16509         Enable QoS with new method in base class.
16510
16511 2006-03-23  Wim Taymans  <wim@fluendo.com>
16512
16513         Patch by: Julien MOUTTE <julien at moutte dot net>
16514
16515         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
16516         (gst_video_test_src_do_seek), (gst_video_test_src_create):
16517         Partially handle 0 framerate, only EOS after the first frame
16518         is missing.
16519
16520 2006-03-23  Wim Taymans  <wim@fluendo.com>
16521
16522         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
16523
16524         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16525         (gst_riff_create_video_template_caps):
16526         * gst/ffmpegcolorspace/avcodec.h:
16527         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16528         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
16529         (gst_ffmpegcsp_avpicture_fill):
16530         * gst/ffmpegcolorspace/imgconvert.c:
16531         Patch for support of YVU9 AVI files (#334822)
16532
16533 2006-03-22  Edward Hervey  <edward@fluendo.com>
16534
16535         * docs/design/design-decodebin.txt:
16536         Added design document for new decodebin
16537         (Target Caps): text/x-pango-markup is also a default target caps.
16538
16539 2006-03-22  Wim Taymans  <wim@fluendo.com>
16540
16541         * gst-libs/gst/audio/gstbaseaudiosink.c:
16542         (gst_base_audio_sink_dispose):
16543         Since we _parent the ringbuffer, we also need to
16544         _unparent instead of a plain _unref.
16545
16546 2006-03-22  Wim Taymans  <wim@fluendo.com>
16547
16548         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
16549         (stop_seek), (scrub_toggle_cb), (main):
16550         Add scrub checkbox.
16551
16552 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
16553
16554         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
16555         (gst_ogg_parse_chain):
16556           Fix very inefficient usage of linked lists (#335365).
16557
16558 2006-03-21  Edward Hervey  <edward@fluendo.com>
16559
16560         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
16561         * gst/playback/gstplaybin.c: (handoff):
16562         * gst/playback/gststreamselector.c:
16563         (gst_stream_selector_set_property):
16564         gcc 4.1 unreferenced pointer fixes.
16565         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
16566         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
16567         gst_buffer_ref() now takes a GstBuffer*.
16568
16569 2006-03-20  Julien MOUTTE  <julien@moutte.net>
16570
16571         * sys/xvimage/xvimagesink.c:
16572         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
16573         by Jan Schmidt.
16574
16575 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
16576
16577         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
16578         (id3v1_type_find), (apetag_type_find), (plugin_init):
16579           Can't do tag preferences via probability, as tags would then
16580           lose against types that are recognised with MAXIMUM probability
16581           (like .wav); so let all tag typefinders return MAXIMUM themselves
16582           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
16583           that we can prefer APE to ID3v1 (fixes #335028).
16584           
16585 2006-03-17  Wim Taymans  <wim@fluendo.com>
16586
16587         * gst-libs/gst/audio/gstbaseaudiosink.c:
16588         (gst_base_audio_sink_change_state):
16589         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
16590         (gst_ring_buffer_may_start):
16591         * gst-libs/gst/audio/gstringbuffer.h:
16592         Only start playback if we are playing.
16593         should fix #330748.
16594
16595 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
16596
16597         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
16598         * win32/common/config.h:
16599           Revert accidental commits to these files.
16600
16601 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
16602
16603         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
16604
16605         * tests/Makefile.am:
16606           Don't try to build tests in tests/icles if we
16607           don't have X (#323852)
16608
16609 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
16610
16611         * gst-libs/gst/tag/gstid3tag.c:
16612           Add TXXX frame identifiers for replaygain stuff as used
16613           by some taggers (see #323721).
16614
16615 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
16616
16617         * gst/playback/gststreamselector.c:
16618         (gst_stream_selector_set_property),
16619         (gst_stream_selector_bufferalloc):
16620           Preserve the existing buggy streamselector behaviour by performing
16621           a fallback buffer allocation when downstream isn't linked yet.
16622           This should really be fixed in playbin by blocking pads until it's
16623           linked them.
16624           Also, use gst_pad_alloc_buffer instead of
16625           gst_pad_alloc_buffer_and_set.
16626
16627 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16628
16629         * gst-libs/gst/tag/gstid3tag.c:
16630           Don't crash on unknown ID3v2 TXXX frames.
16631           
16632 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
16633
16634         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
16635           Chain up to the parent finalize method.
16636           Add 32-bit sample size to the template caps.
16637
16638         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16639         (gst_riff_create_video_template_caps):
16640           Add the fourcc that the VMWare codec uses.
16641           
16642         * gst/playback/gststreamselector.c:
16643         (gst_stream_selector_set_property),
16644         (gst_stream_selector_bufferalloc),
16645         (gst_stream_selector_request_new_pad):
16646           For the active pad, forward buffer-alloc requests, otherwise
16647           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
16648           having to memcpy every frame when used by playbin.
16649
16650         * gst/tcp/gstmultifdsink.c:
16651         (gst_multi_fd_sink_handle_client_write):
16652           Get negotiated caps from the sink pad, rather than the sink
16653           pad's peer.
16654
16655 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16656
16657         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16658         
16659         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
16660           Don't forget to set src->callbacks_pushed to FALSE again when
16661           popping them, otherwise re-activation in a different mode won't
16662           work (#334620).
16663
16664 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16665
16666         Patch by: Sebastien Moutte  <sebastien moutte net>
16667
16668         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
16669         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
16670         (gst_ffmpeg_smpfmt_to_caps):
16671           Replace __VA_ARGS__ caps creation macros with varargs functions.
16672           Makes things compile on MSVC (#320765), looks nicer, and we can
16673           tell the compiler to check for the NULL terminator.
16674
16675 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16676
16677         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
16678
16679         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16680           Make sure the buffer we copy into is really always big
16681           enough, this time for real (#333488).
16682           
16683 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16684
16685         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16686           Add support for 24bpp DIB (#305279).
16687
16688 2006-03-14  Wim Taymans  <wim@fluendo.com>
16689
16690         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
16691         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16692         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
16693         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
16694         (gst_video_scale_init), (gst_video_scale_src_event):
16695         Re-enable QoS after the release.
16696         Rework videoscale to use the base class src_event handler.
16697
16698 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16699
16700         * configure.ac:
16701           back to CVS.
16702
16703 === release 0.10.5 ===
16704
16705 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
16706
16707         * configure.ac:
16708           releasing 0.10.5, "Net"
16709
16710 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
16711
16712         * docs/plugins/Makefile.am:
16713           Part of previous cdparanoiasrc docs fixes, forgot to commit.
16714           
16715 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
16716
16717         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16718         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16719         * docs/plugins/gst-plugins-base-plugins.hierarchy:
16720           Add cdparanoiasrc to docs.
16721
16722         * gst-libs/gst/cdda/gstcddabasesrc.c:
16723           More GstCddaBaseSrc docs.
16724
16725 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
16726
16727         * docs/libs/gst-plugins-base-libs-sections.txt:
16728         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
16729         * gst-libs/gst/tag/tag.h:
16730           API: libgsttag: new method gst_tag_from_id3_user_tag().
16731
16732 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
16733
16734         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16735           NULL-terminate array of mpeg4 video file extensions.
16736           Fixes crash on PPC (#334226).
16737
16738 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
16739
16740         * ext/gnomevfs/gstgnomevfssrc.c:
16741         (gst_gnome_vfs_src_check_get_range):
16742           gnome_vfs_uri_is_local() alone is not a good indicator
16743           whether we can operate in pull-mode with a specific URI,
16744           as it returns FALSE for file:// URIs that point to an
16745           NFS-mounted path. Be more conservative here: whitelist
16746           local files, blacklist http URIs and use the old
16747           mechanism for anything else (fixes #334216).
16748
16749 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16750
16751         * configure.ac:
16752           back to trunk
16753
16754 === release 0.10.4 ===
16755
16756 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
16757
16758         * configure.ac:
16759           releasing 0.10.4, "Power"
16760
16761 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
16762
16763         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16764         Disable max-lateness by setting it to -1 for now, so that 
16765         we can bed QoS stuff in thoroughly between now and the next
16766         release.
16767
16768 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
16769
16770         Patch by: Fabrizio Gennari
16771
16772         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16773           Make sure we don't read beyond the palette buffer in case of
16774           broken or manipulated files (#333488)
16775
16776 2006-03-10  Edward Hervey  <edward@fluendo.com>
16777
16778         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
16779         Fix for variable not initialized.
16780
16781 2006-03-09  Wim Taymans  <wim@fluendo.com>
16782
16783         * ext/libvisual/visual.c: (gst_visual_get_type),
16784         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
16785         (gst_visual_chain):
16786         Small cleanups.
16787
16788         * ext/theora/gsttheoradec.h:
16789         * ext/theora/theoradec.c: (gst_theora_dec_init),
16790         (gst_theora_dec_reset), (_theora_granule_time),
16791         (theora_dec_src_convert), (theora_dec_sink_convert),
16792         (theora_dec_src_query), (theora_dec_src_event),
16793         (theora_dec_sink_event), (theora_handle_comment_packet),
16794         (theora_handle_header_packet), (theora_dec_push),
16795         (theora_handle_data_packet), (theora_dec_chain),
16796         (theora_dec_change_state):
16797         Add simple QoS.
16798
16799 2006-03-09  Wim Taymans  <wim@fluendo.com>
16800
16801         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
16802         (audiocast_register_listener), (gst_gnome_vfs_src_start):
16803         Some cleanups.
16804
16805 2006-03-09  Wim Taymans  <wim@fluendo.com>
16806
16807         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
16808         Don't try to activate NULL chains.
16809
16810 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16811
16812         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
16813           Fix invalid memory access to region before peek'd data (#332964).
16814
16815 2006-03-09  Wim Taymans  <wim@fluendo.com>
16816
16817         Patch by: Christophe Fergeau
16818
16819         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
16820         * ext/pango/gsttextrender.c: (gst_text_render_init):
16821         * gst/adder/gstadder.c: (gst_adder_init):
16822         Don't leak padtemplates, closes #333510.
16823
16824 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16825
16826         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
16827           Fix invalid memory access: make sure string passed to
16828           regexec() is NUL-termianted.
16829
16830 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16831
16832         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
16833         (mp3_type_find):
16834           Refactor mpeg/audio typefinding to make it more maintainable
16835           and easier to fine-tune. Make probing into middle of the file
16836           work properly (fixes #333900, also see #152688).
16837
16838 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16839
16840         * gst/typefind/gsttypefindfunctions.c:
16841         (utf8_type_find_have_valid_utf8_at_offset):
16842           Remove part from previous commit that was bogus:
16843           g_utf8_validate() does in fact not accept embedded
16844           zeroes, so we don't need to check for those (thanks
16845           to Mike for the hint).
16846
16847 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
16848
16849         * gst/typefind/gsttypefindfunctions.c:
16850         (utf8_type_find_count_embedded_zeroes),
16851         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
16852           Make plain/text typefinder more conservative: firstly, check
16853           for embedded zeroes, which are perfectly valid UTF-8 characters,
16854           but also a fairly good sign that something is not a plain text
16855           file; secondly, probe into the middle of the file if possible.
16856           If we can't probe into the middle, limit the probability value
16857           to be returned to TYPE_FIND_POSSIBLE (see #333900).
16858
16859 2006-03-08  Michael Smith  <msmith@fluendo.com>
16860
16861         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16862           Make typefind function name for mpeg4 video unique.
16863
16864 2006-03-08  Wim Taymans  <wim@fluendo.com>
16865
16866         * ext/libvisual/visual.c: (gst_visual_init),
16867         (gst_visual_clear_actors), (gst_visual_dispose),
16868         (gst_visual_reset), (gst_visual_src_setcaps),
16869         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
16870         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
16871         (gst_visual_chain), (gst_visual_change_state):
16872         Cleanups, post nice errors.
16873         Handle sink and src events.
16874         Implement simple QoS.
16875
16876         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16877         Use new basesink methods to configure max-lateness.
16878         Small doc update.
16879
16880         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16881         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
16882         Debug statement cleanups.
16883
16884         * gst/volume/gstvolume.c: (gst_volume_class_init):
16885         Simple cleanup.
16886
16887 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
16888
16889         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
16890         (gst_text_overlay_init), (gst_text_overlay_set_property),
16891         (gst_text_overlay_get_property):
16892           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
16893           as string type properties, but mark them deprecated. Add
16894           'halignment' and 'valignment' properties that use enums
16895           instead of strings.
16896
16897 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
16898
16899         Patch by: Fabrizio Gennari
16900
16901         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16902           Allow palettes with less than 256 colours in AVI files
16903           (#333488)
16904
16905 2006-03-07  Julien MOUTTE  <julien@moutte.net>
16906
16907         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
16908         (gst_text_overlay_video_event): Fix wrong EOS handling on text
16909         pad. We were releasing the queued text buffer when we should keep
16910         it until video pad gets EOS or discard the text buffer because it's
16911         too old. That was eating the last subtitle buffer. Add some more
16912         debug.
16913
16914 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
16915
16916         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
16917         (gst_text_overlay_video_chain):
16918           Fix invalid memory access (we can't access a buffer after it's been
16919           pushed downstream without taking a reference); fix memory leak (if
16920           there's no text to render, bail out before allocating stuff).
16921
16922 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
16923
16924         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
16925         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
16926         * ext/pango/gsttextoverlay.h:
16927           If input is plain text, escape it before passing it to
16928           pango_layout_set_markup().
16929
16930 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
16931
16932         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
16933           Don't ignore flow return from gst_pad_push().
16934
16935 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
16936
16937         Patch by: Fabrizio Gennari
16938
16939         * ext/libvisual/visual.c: (gst_visual_getcaps),
16940         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
16941         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
16942         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
16943         (gst_vorbisenc_convert_sink):
16944         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
16945         (gst_audio_duration_from_pad_buffer):
16946         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
16947         (gst_audio_filter_chain):
16948         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16949         (gst_base_rtp_depayload_setcaps):
16950         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
16951         (gst_video_get_size):
16952         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
16953           Don't leak references returned by gst_pad_get_parent()
16954           (#333663)
16955
16956 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
16957
16958         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
16959           change location param details
16960         * gst/volume/gstvolume.c: (plugin_init):
16961           correct plugin description
16962
16963 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
16964
16965         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
16966         (gst_gnome_vfs_src_check_get_range):
16967           Override GstBaseSrc::check_get_range() in order to avoid opening
16968           the resource just to check whether we can operate in pull-mode or
16969           not - we can predict that pretty well from the URI alone. Should
16970           fix problems with last.fm (#331690). (Requires latest core CVS).
16971
16972 2006-03-06  Wim Taymans  <wim@fluendo.com>
16973
16974         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
16975         (gst_video_sink_class_init):
16976         Throw away frames that are later than 20 ms.
16977
16978 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
16979
16980         Patch by: Fabrizio Gennari
16981
16982         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
16983           Set depth on WMA caps (#333545)
16984
16985 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
16986
16987         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
16988         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
16989           put Theora BOS pages before others.  This hardcodes
16990           the Ogg/Theora I profile, but hey.
16991
16992 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16993
16994         * ext/ogg/README:
16995           updated with some examples
16996         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
16997         (granulepos_add), (theora_buffer_from_packet):
16998         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
16999         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
17000         (gst_vorbisenc_chain):
17001           implement strategy from ext/ogg/README
17002         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
17003         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
17004         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
17005         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
17006           Fix muxer so that oggz-validate is happy with all streams;
17007           except for no eos mark, and the BOS page ordering
17008         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
17009         (check_buffer_granulepos):
17010         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
17011           update tests to check for OFFSET being set as requested
17012           fixed type of granulepos, it's not a ClockTime
17013
17014 2006-03-05  Julien MOUTTE  <julien@moutte.net>
17015
17016         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17017         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
17018         Check that the xvimage we are creating has a correct size
17019         before returning it. (#314897)
17020
17021 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
17022
17023         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17024           Give id3 and ape tag typefinders a rank slightly higher
17025           than PRIMARY to ensure they're always run before any of
17026           the other typefinders (in particular wav and mp3) (#324186).
17027
17028 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
17029
17030         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17031           Add support for '3IVD' fourcc (#333403).
17032
17033 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17034
17035         * configure.ac:
17036           Bump requirements to GStreamer CVS for the new error enum.
17037
17038         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
17039           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
17040           space left on the device (fixes #333352).
17041
17042 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
17043
17044         * win32/vs6:
17045           add a project file for libgstvolume
17046           update the workspace
17047
17048 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17049
17050         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
17051         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
17052         (GST_START_TEST):
17053           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
17054           Set IN_CAPS on header buffers
17055
17056 2006-03-02  Wim Taymans  <wim@fluendo.com>
17057
17058         * docs/plugins/Makefile.am:
17059         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17060         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17061         Add audioresample to docs.
17062
17063         * gst/audioconvert/gstaudioconvert.c:
17064         Add revision date.
17065
17066         * gst/audioresample/gstaudioresample.c:
17067         (gst_audioresample_base_init), (gst_audioresample_class_init),
17068         (gst_audioresample_init), (gst_audioresample_dispose),
17069         (audioresample_get_unit_size), (audioresample_transform_caps),
17070         (resample_set_state_from_caps), (audioresample_transform_size),
17071         (audioresample_set_caps), (audioresample_event),
17072         (audioresample_do_output), (audioresample_transform),
17073         (audioresample_pushthrough), (gst_audioresample_set_property),
17074         (gst_audioresample_get_property), (plugin_init):
17075         * gst/audioresample/gstaudioresample.h:
17076         Added docs.
17077         Small code cleanups.
17078
17079 2006-03-02  Wim Taymans  <wim@fluendo.com>
17080
17081         * docs/plugins/Makefile.am:
17082         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17083         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17084         Added videoscale to docs.
17085
17086         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
17087         (gst_video_rate_swap_prev), (gst_video_rate_event),
17088         (gst_video_rate_chain):
17089         Fix typo in docs.
17090
17091         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
17092         (gst_video_scale_init), (gst_video_scale_prepare_size),
17093         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
17094         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
17095         * gst/videoscale/gstvideoscale.h:
17096         Added docs, examples.
17097         Some code cleanups.
17098         Post errors instead of g_warning.
17099
17100 2006-03-02  Wim Taymans  <wim@fluendo.com>
17101
17102         * docs/libs/gst-plugins-base-libs-docs.sgml:
17103         * docs/libs/gst-plugins-base-libs-sections.txt:
17104         * docs/libs/gst-plugins-base-libs.types:
17105         * docs/plugins/Makefile.am:
17106         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17107         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17108         Added some more docs to libs and plugins.
17109
17110         * gst-libs/gst/audio/gstringbuffer.c:
17111         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
17112         * gst-libs/gst/audio/gstringbuffer.h:
17113         Document ringbuffer some more.
17114
17115         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
17116         (gst_video_rate_setcaps), (gst_video_rate_reset),
17117         (gst_video_rate_init), (gst_video_rate_flush_prev),
17118         (gst_video_rate_swap_prev), (gst_video_rate_event),
17119         (gst_video_rate_chain), (gst_video_rate_change_state):
17120         * gst/videorate/gstvideorate.h:
17121         Fix videorate to use segments.
17122         Make it work with 0/1 framerates (closes #331903)
17123         Handle EOS correctly.
17124         Added docs.
17125
17126 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
17127
17128         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
17129         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
17130         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
17131           In state change function, first chain up to parent class,
17132           then handle downwards state change stuff. Remove some
17133           commented out cruft from 0.8 code.
17134
17135 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
17136
17137         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
17138         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
17139         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
17140         (gst_ogm_parse_chain):
17141           Don't remove/re-add source pad if the new caps are the same as
17142           the old caps anyway (#333042). When removing source pad, don't
17143           unref it afterwards - we didn't ref it when adding. Sprinkle some
17144           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
17145           after using gst_pad_get_parent(). Return downstream flow return
17146           value in chain function.
17147
17148 2006-03-02  Wim Taymans  <wim@fluendo.com>
17149
17150         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17151         * docs/plugins/gst-plugins-base-plugins.args:
17152         * docs/plugins/gst-plugins-base-plugins.hierarchy:
17153         * docs/plugins/gst-plugins-base-plugins.interfaces:
17154         * docs/plugins/gst-plugins-base-plugins.signals:
17155         Fix hierarchy, added some more elements to the docs.
17156
17157         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17158         (gst_ffmpegcsp_get_type):
17159         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
17160         Fix docs for ffmpegcolorspace.
17161
17162 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
17163
17164         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
17165         (apetag_type_find), (ape_type_find), (plugin_init):
17166           Some typefinding fine-tuning:
17167           - rank ID3/APE tags in order of preference via probabilities, so that
17168             ID3v2 > APEv2 > APEv1 > ID3v1.
17169           - three or four bytes don't really justify MAXIMUM probability,
17170             change those to 'very likely' (musepack and monkeysaudio).
17171
17172 2006-03-01  Wim Taymans  <wim@fluendo.com>
17173
17174         * docs/plugins/Makefile.am:
17175         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17176         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17177         * ext/alsa/gstalsamixer.c:
17178         * ext/alsa/gstalsamixer.h:
17179         * ext/alsa/gstalsamixerelement.c:
17180         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
17181         * ext/alsa/gstalsamixerelement.h:
17182         * ext/alsa/gstalsasink.c:
17183         * ext/alsa/gstalsasink.h:
17184         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
17185         (gst_alsasrc_init):
17186         * ext/alsa/gstalsasrc.h:
17187         Added alsa docs.
17188         Small code cleanups.
17189
17190 2006-03-01  Wim Taymans  <wim@fluendo.com>
17191
17192         * ext/theora/Makefile.am:
17193         Dist new header too,
17194
17195 2006-03-01  Wim Taymans  <wim@fluendo.com>
17196
17197         * docs/plugins/Makefile.am:
17198         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17199         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17200         * ext/gnomevfs/gstgnomevfssink.h:
17201         * ext/gnomevfs/gstgnomevfssrc.h:
17202         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
17203         * ext/vorbis/vorbisdec.h:
17204         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
17205         * ext/vorbis/vorbisenc.h:
17206         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
17207         (vorbis_parse_chain), (vorbis_parse_change_state):
17208         * ext/vorbis/vorbisparse.h:
17209         * gst/audioconvert/gstaudioconvert.h:
17210         * gst/tcp/gsttcpserversink.h:
17211         * gst/videotestsrc/gstvideotestsrc.c:
17212         * gst/videotestsrc/gstvideotestsrc.h:
17213         * gst/volume/gstvolume.c:
17214         * gst/volume/gstvolume.h:
17215         Fix some more docs.
17216         Added docs for vorbisdec and vorbisparse.
17217         Fix vorbisparse.
17218
17219 2006-03-01  Wim Taymans  <wim@fluendo.com>
17220
17221         * docs/plugins/Makefile.am:
17222         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17223         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17224         * ext/pango/gstclockoverlay.h:
17225         * ext/pango/gsttextoverlay.h:
17226         * ext/pango/gsttextrender.h:
17227         * ext/pango/gsttimeoverlay.h:
17228         * ext/theora/gsttheoradec.h:
17229         * ext/theora/gsttheoraenc.h:
17230         * ext/theora/theoradec.c:
17231         * ext/theora/theoraenc.c:
17232         * gst/audioconvert/gstaudioconvert.h:
17233         * gst/audiotestsrc/gstaudiotestsrc.h:
17234         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
17235         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
17236         * gst/tcp/gstmultifdsink.h:
17237         Updated/added documentation.
17238
17239         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
17240         (gst_text_overlay_halign_get_type),
17241         (gst_text_overlay_wrap_mode_get_type),
17242         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
17243         (gst_text_overlay_init), (gst_text_overlay_set_property),
17244         (gst_text_overlay_get_property):
17245         Fix up properties to be enums instead of string to make bindings,
17246         introspection and automatic GUI creation possible.
17247         Add getters for the properties.
17248
17249 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
17250
17251         * gst/audiotestsrc/gstaudiotestsrc.c:
17252           added defines of M_PI and M_PI_2
17253         * gst/ffmpegcolorspace/avcodec.h:
17254           removed #include "stdint.h" for win32 as _stdint.h is 
17255           autogenerated to win32/common
17256         * win32/common/libgstaudio.def:
17257         * win32/common/libgsttag.def:
17258           added some exports
17259         * win32/vs6:
17260           some project files bugs corrected
17261         * win32/vs7:
17262           project files are reset to the default vs7 configuration 
17263           (they link to msvcr71.dll using default optimizations)
17264           
17265 2006-02-28  Wim Taymans  <wim@fluendo.com>
17266
17267         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
17268         Fix some docs.
17269
17270 2006-02-28  Edward Hervey  <edward@fluendo.com>
17271
17272         * ext/alsa/gstalsasrc.c:
17273         Set proper class on the ElementDetails:
17274         Source/Audio instead of Src/Audio/
17275
17276 2006-02-28  Edward Hervey  <edward@fluendo.com>
17277
17278         * gst/videoscale/vs_scanline.c:
17279         (vs_scanline_resample_nearest_RGBA):
17280         Revert optimization in videoscale. It should go in liboil and have
17281         an appropriate liboil function.
17282
17283 2006-02-28  Wim Taymans  <wim@fluendo.com>
17284
17285         * gst-libs/gst/audio/gstbaseaudiosink.c:
17286         (gst_base_audio_sink_provide_clock):
17287         Don't try to provide a clock in the NULL state.
17288
17289 2006-02-28  Wim Taymans  <wim@fluendo.com>
17290
17291         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
17292         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
17293         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17294         (gst_ogg_demux_deactivate_current_chain),
17295         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
17296         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
17297         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
17298         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
17299         Use GstSegment infrastructure to remove duplicated code
17300         and handle more seek cases correctly.
17301
17302 2006-02-28  Wim Taymans  <wim@fluendo.com>
17303
17304         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17305         (gst_ffmpegcsp_transform):
17306         Don't ignore return code from ffmpeg convert function.
17307
17308         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
17309         Split out some long statements to ease debugging.
17310
17311 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
17312
17313         * ext/libvisual/visual.c: (gst_visual_init),
17314         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
17315         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
17316         being able to renegotiate the size. Instead, use the negotiation
17317         algorithm from the goom plugin to pick an initial output caps. 
17318
17319         Also, allow theoretical libvisual plugins that might support non-GL 
17320         output even if they also do GL.
17321
17322 2006-02-26  Julien MOUTTE  <julien@moutte.net>
17323
17324         * ext/libvisual/visual.c: (gst_visual_init),
17325         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
17326         (plugin_init): Load only non GL plugins. Fix some memleaks and 
17327         possible negotiation issues.
17328
17329 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17330
17331         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
17332
17333 2006-02-24  Michael Smith  <msmith@fluendo.com>
17334
17335         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
17336         (cmml_type_find), (plugin_init):
17337           Fix CMML type find function to not require a specific minor version
17338           of the CMML header.
17339
17340           Add an MPEG4 video elementary stream typefind function.
17341
17342 2006-02-04  Michael Smith  <msmith@fluendo.com>
17343
17344         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
17345         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
17346         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17347         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
17348         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
17349         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
17350           Annodex support in ogg demuxer. Doesn't do very much without the
17351           other annodex patches (to come).
17352
17353 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17354
17355         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
17356
17357         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17358           Pick up palette for MS video v1 (#327028)
17359
17360 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17361
17362         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17363         (gst_ffmpegcsp_caps_remove_format_info),
17364         (gst_ffmpegcsp_get_unit_size):
17365           The 'palette_data' field from incoming RGB caps shouldn't be
17366           proxied on outgoing YUV caps; also, restrict unit size
17367           adjustment in case of paletted data only to the unit that
17368           actually has a palette. Fixes #330711.
17369
17370 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17371
17372         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17373         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
17374         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
17375         (gst_ffmpegcsp_get_unit_size):
17376           Plug some memory leaks.
17377
17378 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17379
17380         * sys/ximage/Makefile.am:
17381         * sys/xvimage/Makefile.am:
17382           Add some _CFLAGS and _LIBS that seem to be missing
17383           and/or required for Cygwin (see #317048).
17384
17385 2006-02-22  Wim Taymans  <wim@fluendo.com>
17386
17387         * ext/alsa/gstalsasrc.c:
17388         Fix description as pointed out by caugier.
17389
17390 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
17391
17392         Reviewed by : Edward Hervey  <edward@fluendo.com>
17393
17394         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17395         (qt_type_find):
17396         Better 3gp typefinding (#331526).
17397
17398 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
17399
17400         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
17401           Don't send EOS event here, the base class will send one for us.
17402
17403         * gst/playback/gstplaybasebin.c: (prepare_output):
17404           Subpictures without video stream aren't allowed either.
17405         
17406         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
17407           Fix debug statement copy'n'paste-o.
17408
17409 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
17410
17411         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
17412           Fix issues with mixer keeping state when muting/unmuting
17413           and when changing the volume whilst muted (see #331763
17414           and #331765).
17415
17416 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
17417
17418         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
17419         (parse_subrip), (gst_sub_parse_format_autodetect):
17420           Set right caps given that we send escaped text. Also,
17421           honour <i></i>, <b></b> and <u></u> markers that can be found
17422           in .srt files (fixes #310202).
17423
17424 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
17425
17426         * gst-libs/gst/audio/mixerutils.c:
17427         (element_factory_rank_compare_func):
17428           Make order in which elements are tried more determinable.
17429
17430 2006-02-20  Julien MOUTTE  <julien@moutte.net>
17431
17432         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
17433         (remove_element_chain), (cleanup_decodebin),
17434         (gst_decode_bin_change_state): Make decodebin reusable by
17435         fixing remove_element_chain first and then introduce a
17436         cleaner in state change to ->NULL. (Closes #331678)
17437
17438 2006-02-19  Wim Taymans  <wim@fluendo.com>
17439
17440         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
17441         use 0666 mask when creating files so umask gets applied
17442         correctly. Fixes #331295.
17443
17444 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
17445
17446         * gst/subparse/Makefile.am:
17447         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
17448         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
17449         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
17450         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
17451         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
17452         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
17453         * gst/subparse/gstssaparse.h:
17454         * gst/subparse/gstsubparse.c: (plugin_init):
17455           Add very basic parser for SSA subtitle streams (as often
17456           found in matroska files).
17457
17458 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
17459
17460         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
17461           That should be text/x-pango-markup, not text/x-pango-layout.
17462
17463 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17464
17465         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
17466         Polishing.
17467
17468 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17469
17470         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17471         (gst_text_overlay_finalize), (gst_text_overlay_init),
17472         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17473         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17474         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17475         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17476         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17477         Fix state change deadlock.
17478
17479 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17480
17481         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17482         (gst_text_overlay_finalize), (gst_text_overlay_init),
17483         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17484         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17485         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17486         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17487         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17488         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
17489         and subtitles files.
17490
17491 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17492
17493         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
17494         should be considered as raw.
17495
17496 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17497
17498         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
17499         (cb_probe):
17500         * gst/playback/gststreaminfo.h: Introduce language informations.
17501
17502 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
17503
17504         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
17505         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
17506         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
17507         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
17508         Set shared memory segments to be deleted as soon as we have attached,
17509         that way they get cleaned up automatically if we crash.
17510
17511 2006-02-18  Julien MOUTTE  <julien@moutte.net>
17512
17513         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
17514         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
17515         functions are called with lock held.
17516
17517 2006-02-18  Julien MOUTTE  <julien@moutte.net>
17518
17519         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17520         (gst_text_overlay_finalize), (gst_text_overlay_init),
17521         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17522         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17523         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
17524         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
17525         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
17526         (gst_text_overlay_change_state): Refactoring of textoverlay
17527         without collectpads. This now supports sparse subtitles coming
17528         from a demuxer instead of a sub file. Seeking is still broken 
17529         though. Need to discuss with wtay some more on how to handle
17530         seeking correctly.
17531         * ext/pango/gsttextoverlay.h:
17532         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
17533         subtitles coming from the demuxer.
17534
17535 2006-02-17  Wim Taymans  <wim@fluendo.com>
17536
17537         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
17538         (gst_vorbisenc_convert_sink):
17539         Use some more scaling functions.
17540
17541 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
17542
17543         * ext/cdparanoia/gstcdparanoiasrc.c:
17544         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
17545         (gst_cd_paranoia_paranoia_callback),
17546         (gst_cd_paranoia_src_signal_is_being_watched),
17547         (gst_cd_paranoia_src_read_sector):
17548         * ext/cdparanoia/gstcdparanoiasrc.h:
17549           Add back 'transport-error' and 'uncorrected-error' signals and
17550           make them actually be fired when bad stuff happens (#319340).
17551
17552 2006-02-17  Wim Taymans  <wim@fluendo.com>
17553
17554         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
17555         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
17556         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
17557         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
17558         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
17559         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
17560         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
17561         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
17562         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
17563         (gst_ring_buffer_clear):
17564         Small cleanups.
17565         Added some G_LIKELY.
17566
17567 2006-02-17  Wim Taymans  <wim@fluendo.com>
17568
17569         * gst-libs/gst/audio/TODO:
17570         Update TODO
17571
17572         * gst-libs/gst/audio/gstbaseaudiosink.c:
17573         (gst_base_audio_sink_get_offset):
17574         When trying to play samples ASAP and we don't have a
17575         previous sample, try to play at position 0 instead of
17576         an invalid position.
17577
17578 2006-02-17  Wim Taymans  <wim@fluendo.com>
17579
17580         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
17581         (gst_alsasink_reset):
17582         Also release lock when we get an error in _reset();
17583         fix an error message.
17584
17585 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17586
17587         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
17588         (gst_alsasink_init), (get_channel_free_structure),
17589         (caps_add_channel_configuration), (gst_alsasink_getcaps),
17590         (gst_alsasink_close):
17591         * ext/alsa/gstalsasink.h:
17592           Add support for more than 2 channels (#326720).
17593
17594 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17595
17596         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
17597           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
17598           with 4 or 6 channels, assume a default channel layout to make things
17599           work (not sure there's anything else we can do in those cases).
17600
17601 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17602
17603         * gst-libs/gst/audio/multichannel.c:
17604           Minor docs fix.
17605
17606         * gst-libs/gst/riff/Makefile.am:
17607         * gst-libs/gst/riff/riff-ids.h:
17608         * gst-libs/gst/riff/riff-media.c:
17609         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
17610           Add support for WAVEFORMATEX, eg. PCM audio with more than two
17611           channels and a channel layout map.
17612           
17613 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
17614
17615         Reviewed by Edward Hervey  <edward@fluendo.com>
17616
17617         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
17618         C-level optimization of the RGBA nearest neighbour function.
17619         Eventually this might end up in liboil with vectorized versions.
17620
17621 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17622
17623         * gst-libs/gst/audio/multichannel.c:
17624         (gst_audio_get_channel_positions):
17625           When we have more than 2 channels, but no channel layout is
17626           specified in the caps, return some default channel layout
17627           to the caller and warn about about a possibly buggy element
17628           (could be buggy filtercaps as well of course) (#317038).
17629
17630 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17631
17632         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
17633           Add gst-libs/gst/cdda to list of lib search paths.
17634
17635 2006-02-15  Andy Wingo  <wingo@pobox.com>
17636
17637         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
17638         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
17639         to the Lord Jesus that I do not have to touch the ogg muxer ever
17640         again.
17641
17642 2006-02-15  Edward Hervey  <edward@fluendo.com>
17643
17644         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
17645         quicktime movie files can also contain 'uuid' atoms.
17646
17647 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
17648
17649         * gst/audioconvert/plugin.c: (plugin_init):
17650           Register the GstAudioChannelPosition enum type with the type
17651           system in the plugin_init function, so that it is known before
17652           any element actually makes use of multi-channel stuff. This is
17653           required for example if one wants to be able to deserialise/use
17654           a caps string with channel positions before any pipeline has
17655           been setup and started, like with gst-launch.
17656
17657 2006-02-14  Wim Taymans  <wim@fluendo.com>
17658
17659         * gst-libs/gst/audio/gstringbuffer.c:
17660         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
17661         (gst_ring_buffer_samples_done), (wait_segment),
17662         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
17663         Add some compiler G_(UN_)LIKELY help.
17664         SIGNAL the ringbuffer waiters when going to PAUSED as well to
17665         make sure they can exit their functions. Should fix #330748
17666
17667 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17668
17669         * Makefile.am:
17670         * configure.ac:
17671         * win32/MANIFEST:
17672         * win32/common/_stdint.h:
17673           Windows does not have long long; copy the generated _stdint.h
17674         * win32/common/interfaces-enumtypes.c:
17675         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
17676         (gst_mixer_track_flags_get_type),
17677         (gst_tuner_channel_flags_get_type):
17678         * win32/common/multichannel-enumtypes.c:
17679         (gst_audio_channel_position_get_type):
17680           update
17681
17682 2006-02-13  Wim Taymans  <wim@fluendo.com>
17683
17684         * gst-libs/gst/audio/gstbaseaudiosink.c:
17685         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
17686         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17687         Always sync on first sample we receive when starting.
17688
17689 2006-02-13  Wim Taymans  <wim@fluendo.com>
17690
17691         * gst/playback/gstplaybin.c: (gen_vis_element):
17692         Update vis bin docs.
17693         Move queue after tee so we don't queue video buffers but
17694         audio samples instead. Fixes problems where the video queue
17695         is filled and the audio queue empty.
17696
17697 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
17698
17699         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
17700           No need to push an EOS event here, GstBaseSrc will do that for us
17701           when we return FLOW_UNEXPECTED.
17702           
17703 2006-02-12  Wim Taymans  <wim@fluendo.com>
17704
17705         * gst-libs/gst/audio/gstbaseaudiosink.c:
17706         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
17707         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
17708         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17709         Use scale functions when possible.
17710         Fix error messages.
17711         Free clockid when after waiting for EOS.
17712         Use G_(UN_)LIKLY when it makes sense.
17713         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
17714
17715 2006-02-12  Edward Hervey  <edward@fluendo.com>
17716
17717         * gst/playback/gstplaybasebin.c: (prepare_output): 
17718         Remove stray semi-colon (fixes #330888).
17719
17720 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
17721
17722         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
17723         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
17724         Fix up the XShm call testing so that we catch errors, and don't
17725         cause new ones by attempting to detach from a segment we failed
17726         to attach to. Fixes #312439.
17727
17728 2006-02-10  Edward Hervey  <edward@fluendo.com>
17729
17730         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17731         Added flv file typefind (video/x-flv).
17732
17733 2006-02-10  Edward Hervey  <edward@fluendo.com>
17734
17735         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
17736         (gst_riff_create_video_template_caps):
17737         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
17738         Also added the caps to the default set of riff video caps.
17739
17740 2006-02-09  Andy Wingo  <wingo@pobox.com>
17741
17742         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
17743         time and the end time of the last packet in the page.
17744         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
17745         on the pages in our queue, set the duration as well. Reflow a
17746         debug statement.
17747         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
17748         Fixes bad muxing order.
17749
17750 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17751
17752         * gst-libs/gst/rtp/gstbasertppayload.c:
17753         (gst_basertppayload_setcaps), (gst_basertppayload_push):
17754           update seqnum before setting it on the packet; this makes sure
17755           that the timestamp and seqnum properties match after pushing
17756           a buffer
17757
17758 2006-02-09  Andy Wingo  <wingo@pobox.com>
17759
17760         * gst-libs/gst/audio/gstringbuffer.c
17761         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
17762         overflow after 13.5 hours of recording. Kapow!
17763
17764         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
17765         the buffer size -- we don't care about underrun/overrun reporting
17766         right now, just need to return a useful value.
17767
17768 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
17769
17770         * configure.ac:
17771           Back to CVS
17772
17773 === release 0.10.3 ===
17774
17775 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
17776
17777         * configure.ac:
17778           releasing 0.10.3, "Under Pressure"
17779
17780 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17781
17782         * configure.ac:
17783         Drat. Bump libtool version number for new API.
17784         Prelease 0.10.2.3 (of 0.10.3)
17785
17786 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17787
17788         * configure.ac:
17789         * win32/common/config.h:
17790         0.10.2.2 prerelease (of 0.10.3).
17791
17792 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17793
17794         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
17795           Revert Andy's newsegment change pending a more correct
17796           fix.
17797
17798 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17799
17800         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17801         (qt_type_find), (plugin_init):
17802           detect more files as 3gp
17803           group and reorder the iso file formats
17804
17805 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17806
17807         * ext/vorbis/vorbis.c: (plugin_init):
17808           Register musicbrainz tags, so apps don't have to.
17809
17810 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17811
17812         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
17813         (gst_tag_to_vorbis_tag):
17814           Make sure we called gst_tag_register_musicbrainz_tags()
17815           before possibly mapping a vorbiscomment string from/to a
17816           musicbrainz tag.
17817
17818 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17819
17820         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
17821           In case we can't find the required number of consecutive
17822           mpeg audio frames to positively identify an MPEG audio
17823           stream, check if there's at least a valid mpeg audio
17824           frame right at offset 0 and if so suggest mpeg/audio
17825           caps with a very low probability (#153004).
17826
17827 2006-02-07  Andy Wingo  <wingo@pobox.com>
17828
17829         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
17830         a TIME segment if we get timestamped buffers. Requires recent
17831         fixes in core to work properly.
17832
17833 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17834
17835         * gst/playback/gstplaybasebin.c: (prepare_output):
17836           Don't print the URI as part of the error message, it
17837           makes error dialogs look rather ugly, especially if
17838           the URI is very long or has characters in it that
17839           need escaping.
17840
17841 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17842
17843         * gst/playback/gstplaybasebin.c: (prepare_output):
17844           Error out if we have only text or subtitles, but nothing
17845           else. Also error out if we have subtitles but no video
17846           stream.
17847
17848 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17849
17850         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
17851           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
17852           Post an error message on the bus when we encounter an
17853           error, which will hopefully be more meaningful than the
17854           'Internal Flow Error' message users get to see if we
17855           just return GST_FLOW_ERROR.
17856
17857 2006-02-07  Andy Wingo  <wingo@pobox.com>
17858
17859         * configure.ac (GST_MAJORMINOR): Update core version req to
17860         0.10.2.2, for the collectpads API addition (#330244).
17861
17862 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17863
17864         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
17865           Return FALSE from plugin_init() when GnomeVFS can't
17866           be initialised for some reason (#328423).
17867
17868 2006-02-06  Julien MOUTTE  <julien@moutte.net>
17869
17870         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
17871         Stick to seeking theory until i find the bug.
17872         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
17873
17874 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
17875
17876         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17877         (theora_enc_finalize), (theora_enc_sink_setcaps),
17878         (theora_set_header_on_caps), (theora_enc_chain),
17879         (theora_enc_change_state):
17880         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
17881           Make theoraenc and the tests leak free. Like, really.
17882
17883 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
17884
17885         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17886         (theora_enc_finalize), (theora_enc_sink_setcaps):
17887           Add a finalize method to ensure we clean up state even if
17888           someone omitted the state change back to NULL.
17889
17890         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
17891         (gst_vorbisenc_chain):
17892           Free some more leaked bits.
17893
17894         * tests/check/pipelines/theoraenc.c: (start_pipeline),
17895         (stop_pipeline):
17896           Wait for state changes to happen if they're ASYNC.
17897
17898           This ought to teach those fancy pants buildbots a lesson.
17899
17900 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
17901
17902         * gst-libs/gst/tag/gstid3tag.c:
17903           Add mapping for ID3 International Standard Recording Code
17904           tag "TSRC"
17905
17906 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
17907
17908         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
17909           Don't leak tag names.
17910
17911 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17912
17913         * docs/libs/gst-plugins-base-libs-docs.sgml:
17914         * docs/libs/gst-plugins-base-libs-sections.txt:
17915         * gst-libs/gst/tag/gstid3tag.c:
17916         * gst-libs/gst/tag/gstvorbistag.c:
17917         * gst-libs/gst/tag/tags.c:
17918           Split libgsttag docs into multiple sections.
17919
17920 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17921
17922         * docs/libs/Makefile.am:
17923         * docs/libs/gst-plugins-base-libs-docs.sgml:
17924         * docs/libs/gst-plugins-base-libs-sections.txt:
17925         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
17926         * gst-libs/gst/tag/gstvorbistag.c:
17927         * gst-libs/gst/tag/tag.h:
17928         * gst-libs/gst/tag/tags.c:
17929           Add libgsttag to the docs.
17930
17931 2006-02-05  Julien MOUTTE  <julien@moutte.net>
17932
17933         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
17934         (gst_text_overlay_init), (gst_text_overlay_src_event),
17935         (gst_text_overlay_collected): Fix clockoverlay.
17936
17937 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17938
17939         * docs/libs/compiling.sgml:
17940           Fix typo: it's pkg-config, not pkg-gconfig
17941
17942         * docs/libs/gst-plugins-base-libs-docs.sgml:
17943         * docs/libs/gst-plugins-base-libs-sections.txt:
17944         * docs/libs/tmpl/gstgconf.sgml:
17945           There is no libgstgconf in 0.10, remove it
17946           from the docs.
17947
17948 2006-02-05  Julien MOUTTE  <julien@moutte.net>
17949
17950         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
17951         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
17952         (gst_text_overlay_src_event), (gst_text_overlay_collected):
17953         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
17954         (gst_sub_parse_class_init), (gst_sub_parse_init),
17955         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
17956         (parse_mpsub), (parser_state_init), (handle_buffer),
17957         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
17958         * gst/subparse/gstsubparse.h: Introduce seeking code.
17959
17960 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17961
17962         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
17963           Add comment about LANGUAGE tag inconsistency (we want
17964           ISO-639-1, but extract three-letter identifiers?)
17965
17966         * po/POTFILES.in:
17967           Add two translatable files.
17968
17969 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17970
17971         * gst-libs/gst/tag/Makefile.am:
17972         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
17973         * gst-libs/gst/tag/tag.h:
17974         * gst-libs/gst/tag/tags.c:
17975         (gst_tag_register_musicbrainz_tags_internal),
17976         (gst_tag_register_musicbrainz_tags):
17977           Forward-port some tags stuff from the 0.8 branch. This is
17978           mostly the addition of musicbrainz tags and their mapping
17979           to vorbistags, and a vorbistag mapping of the language tag.
17980
17981 2006-02-05  Julien MOUTTE  <julien@moutte.net>
17982
17983         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
17984         refactoring.
17985
17986 2006-02-04  David Schleef  <ds@schleef.org>
17987
17988         * ext/ogg/gstoggmux.c:
17989         * gst/typefind/gsttypefindfunctions.c:
17990           Add Dirac typefinding and add dirac format to oggmux.
17991
17992 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
17993
17994         * gst/playback/gstdecodebin.c: (try_to_link_1):
17995           Don't put essential function call into
17996           g_return_*() macro, otherwise it'll all be
17997           replaced by NOOPs when compiling with
17998           G_DISABLE_CHECKS defined.
17999
18000 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18001
18002         * ext/ogg/gstoggdemux.c:
18003         * ext/ogg/gstoggparse.c:
18004         * gst/tcp/gsttcpserversink.c:
18005         * sys/v4l/v4lsrc_calls.c:
18006         * sys/v4l/v4lsrc_calls.h:
18007         Just make it compile with --disable-gst-debug.
18008
18009 2006-02-03  Wim Taymans  <wim@fluendo.com>
18010
18011         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
18012         (gst_alsasink_class_init), (gst_alsasink_init),
18013         (gst_alsasink_write), (gst_alsasink_reset):
18014         * ext/alsa/gstalsasink.h:
18015         Add lock to protect alsa calls.
18016         Implement reset to flush samples ASAP, does not work
18017         with dmix though.
18018
18019 2006-02-02  Wim Taymans  <wim@fluendo.com>
18020
18021         * gst-libs/gst/audio/gstbaseaudiosink.c:
18022         (gst_base_audio_sink_provide_clock):
18023         Ugh.. getting late I guess...
18024
18025 2006-02-02  Wim Taymans  <wim@fluendo.com>
18026
18027         * gst-libs/gst/audio/gstbaseaudiosink.c:
18028         (gst_base_audio_sink_provide_clock),
18029         (gst_base_audio_sink_set_property),
18030         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
18031         Don't try to provide a clock when we are not negotiated since
18032         we might not be able to make it run.
18033
18034 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18035
18036         * gst/playback/gstdecodebin.c: (try_to_link_1):
18037           Unlinking two source pads is ... hard.
18038
18039 2006-02-02  Wim Taymans  <wim@fluendo.com>
18040
18041         * gst-libs/gst/audio/TODO:
18042         Updated.
18043
18044         * gst-libs/gst/audio/gstbaseaudiosink.c:
18045         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
18046         On EOS, wait till the last sample is played before posting EOS.
18047
18048 2006-02-01  Philippe Kalaf <burger at speedy dot org>
18049
18050         Patch by: Kai Vehmanen
18051         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18052           Adds ability to enable newsegment bypass by setting queue_delay to
18053           zero. Also avoid thread being started if queue_delay is zero.
18054
18055 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18056
18057         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
18058           Make test work again by connecting fakesinks to each decoded pad,
18059           which makes the pipeline wait until each fakesink has a buffer
18060           queued before going to PAUSED state. At that point we know the
18061           decodebin pads are negotiated.
18062
18063 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18064
18065         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
18066         (gst_cdda_base_src_handle_event):
18067         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
18068           Pass unhandled queries to the parent class's query function.
18069
18070 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18071
18072         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
18073         (gst_ogg_pad_src_query):
18074         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
18075         * ext/theora/theoradec.c: (theora_dec_src_query),
18076         (theora_dec_sink_query):
18077         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
18078         (vorbis_dec_sink_query):
18079         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
18080         (gst_vorbisenc_sink_query):
18081         * gst/adder/gstadder.c: (gst_adder_query):
18082           Pass unhandled queries upstream instead of just
18083           dropping them (#326447). Also, fix supported
18084           query types list for some elements.
18085
18086 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18087
18088         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
18089         (paris_type_find), (ilbc_type_find), (plugin_init):
18090           Fix typefinding for audio/x-au, audio/x-paris and
18091           audio/iLBC-sh. We cannot use the START_WITH macros
18092           here, because there can only be one typefind factory
18093           with the same name (caps), so the second one would
18094           replace the first one and the first one would never
18095           be called when doing typefinding (see #161712).
18096           
18097
18098 2006-01-31  Wim Taymans  <wim@fluendo.com>
18099
18100         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
18101         (vorbis_handle_header_packet), (vorbis_dec_push),
18102         (vorbis_handle_data_packet):
18103         Use scale_int when we can, add some more scaling.
18104         Check packettype before parsing it.
18105
18106 2006-01-31  Wim Taymans  <wim@fluendo.com>
18107
18108         * ext/theora/theoradec.c: (_theora_granule_time),
18109         (theora_dec_src_convert), (theora_dec_sink_convert):
18110         Call right _scale functions.
18111         Use parameter instead of some other random value.
18112
18113 2006-01-31  Wim Taymans  <wim@fluendo.com>
18114
18115         * ext/theora/theoradec.c: (_theora_granule_frame),
18116         (_theora_granule_time), (_inc_granulepos),
18117         (theora_dec_src_convert), (theora_dec_sink_convert),
18118         (theora_handle_type_packet), (theora_handle_data_packet),
18119         (theora_dec_chain):
18120         Use higher precision timestamps calculation.
18121         Convert some other conversions to _scale.
18122
18123 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
18124
18125         * gst/audiotestsrc/gstaudiotestsrc.c:
18126         (gst_audio_test_src_create_sine_table), (plugin_init):
18127         * gst/volume/gstvolume.c: (plugin_init):
18128           initialize gst_controller before using
18129
18130 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
18131
18132         * tests/check/pipelines/theoraenc.c:
18133         * tests/check/pipelines/vorbisenc.c:
18134         Define constant using G_GINT64_CONSTANT to avoid errors when
18135         passing it around - otherwise it gets truncated to 32 bits.
18136
18137         Fixes failing tests.
18138
18139 2006-01-31  Andy Wingo  <wingo@pobox.com>
18140
18141         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
18142         caps being set doesn't have a framerate value. Basically a stopgap
18143         measure.
18144
18145         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
18146         technically correct enough to put into core though.
18147         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
18148         DURATION. Fixes theoraenc ! oggmux.
18149
18150         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
18151         fraction, not double.
18152
18153 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
18154
18155         * win32/vs7:
18156         add vs7 project files created by Sergey Scobich
18157
18158 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
18159
18160         * win32/vs8:
18161         add vs8 project files created by Sergey Scobich
18162         
18163 2006-01-30  Andy Wingo  <wingo@pobox.com>
18164
18165         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
18166         timestamp + duration, not just timestamp -- ogg pages should be
18167         ordered by stop time. Necessary fix given the change in vorbis
18168         timestamps.
18169
18170         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
18171         (gst_theora_enc_init): Pull the granule shift out of the encoder.
18172         (granulepos_add): New function, handles the messiness of adjusting
18173         granulepos values.
18174         (theora_buffer_from_packet):
18175         (theora_enc_chain):
18176         (theora_enc_sink_event): Use granulepos_add, not +.
18177
18178         * tests/check/pipelines/theoraenc.c
18179         (check_buffer_granulepos_from_starttime): Just check the frame
18180         count, not the actual granulepos -- we can't dictate to the
18181         encoder when it should be placing keyframes.
18182
18183 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18184
18185         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
18186           SERVICE_NOT_AVAILABLE happens for example when you're trying to
18187           play an http:// stream from a server that's not serving
18188
18189 2006-01-30  Andy Wingo  <wingo@pobox.com>
18190
18191         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
18192         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
18193         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
18194         available.
18195
18196         * ext/theora/gsttheoraenc.h:
18197         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
18198         although theoraenc was timestamping correctly. Added handling of
18199         streams that start with nonzero timestamps.
18200
18201         * tests/check/Makefile.am:
18202         * tests/check/pipelines/theoraenc.c: New file, basically does same
18203         tests as vorbisenc.
18204
18205         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
18206
18207 2006-01-30  Wim Taymans  <wim@fluendo.com>
18208
18209         * gst-libs/gst/audio/gstaudiosink.c:
18210         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
18211         (gst_audioringbuffer_pause):
18212         Implement pause that does not wait for completion.
18213
18214         * gst-libs/gst/audio/gstbaseaudiosink.c:
18215         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18216         Don't drop buffers when going to PAUSED but perform preroll on
18217         remaining samples now that core base class supports this.
18218
18219         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
18220         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
18221         (gst_ring_buffer_commit):
18222         Pause should not signal waiters.
18223         Implement return value of _commit correctly.
18224
18225 2006-01-30  Andy Wingo  <wingo@pobox.com>
18226
18227         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
18228
18229         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
18230         updated to timestamp from the first sample, not the last.
18231         (gst_vorbisenc_buffer_from_header_packet): New function, takes
18232         special care of granulepos and timestamp for header packets.
18233         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
18234         when the first buffer has a nonzero timestamp.
18235
18236         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
18237         (GstVorbisEnc.subgranule_offset): New members. Take care of the
18238         case when the first audio buffer we get has a nonzero timestamp.
18239         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
18240         properly timestamp vorbis buffers with the time of the first
18241         sample, not the last.
18242         
18243         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
18244         vorbis_granule_time_copy -- now it takes the granule/subgranule
18245         offset into account.
18246
18247         * tests/check/pipelines/vorbisenc.c: New test for correctness of
18248         timestamps, durations, and granulepos on buffers produced by
18249         vorbisenc.
18250
18251 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
18252
18253         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18254         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
18255           Patch from Eric Jonas to support conversions to/from UYVY 
18256           (Fixes: #324626)
18257
18258 2006-01-30  Julien MOUTTE  <julien@moutte.net>
18259
18260         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
18261         (setup_subtitle), (setup_source), (set_active_source):
18262         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
18263         (gen_text_element), (gen_audio_element), (gen_vis_element),
18264         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
18265
18266 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
18267
18268         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
18269         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
18270                 use gst_guint64_to_gdouble to be compliant with vs6
18271         * gst/playback/gstdecodebin.c: (try_to_link_1)
18272         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
18273                 use G_GINT64_CONSTANT for int64 constants
18274         * win32/common/libgstinterfaces.def:
18275                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
18276         * win32/vs6:
18277                 update and add new project files
18278                 
18279 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18280
18281         * Makefile.am:
18282         * win32/MANIFEST:
18283         * win32/common/interfaces-enumtypes.c:
18284         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
18285         (gst_mixer_track_flags_get_type),
18286         (gst_tuner_channel_flags_get_type):
18287         * win32/common/interfaces-enumtypes.h:
18288         * win32/common/multichannel-enumtypes.c:
18289         (gst_audio_channel_position_get_type):
18290         * win32/common/multichannel-enumtypes.h:
18291           add a win32-update rule like in core, and copy over enumtypes files
18292
18293 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18294
18295         * win32/MANIFEST:
18296         * win32/common/config.h:
18297         * win32/common/config.h.in:
18298           add config files just like in core
18299
18300 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
18301
18302         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
18303           Make gcc-4.1 happy (part of #327357).
18304
18305 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
18306
18307         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
18308         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
18309         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
18310         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
18311         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
18312         (gst_alsasrc_unprepare), (gst_alsasrc_read):
18313           Update all error messages.  All of them should either use
18314           the default translated message, or actually provide a
18315           translatable string.
18316           Make the string for channel count problems meaningful.
18317
18318 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
18319
18320         * sys/v4l/v4l_calls.c: (gst_v4l_open):
18321           check for and throw RESOURCE_BUSY
18322
18323 2006-01-27  David Schleef  <ds@schleef.org>
18324
18325         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
18326           checked in this change -- it requires liboil features not
18327           in 0.3.6.  Revert parts.
18328
18329 2006-01-27  David Schleef  <ds@schleef.org>
18330
18331         * REQUIREMENTS:
18332         * configure.ac: update liboil requirement to 0.3.6
18333         * gst/videoscale/Makefile.am:
18334         * gst/videoscale/vs_scanline.c: liboilify
18335
18336 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18337
18338         * ext/libvisual/visual.c: (get_buffer):
18339           When pad_alloc returns a GstFlowReturn other
18340           than GST_FLOW_OK, make sure it is passed upstream.
18341
18342 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18343
18344         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
18345         (gst_alsasink_class_init):
18346           Free the device name string.
18347
18348         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
18349         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
18350         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
18351           Don't remove a pad from the collectpads structure until it
18352           is released - it's a request pad, and may receive data again
18353           if the element gets moved back to PLAYING state.
18354
18355         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
18356           Ensure we turn on double buffering on the Xv port, and
18357           set the colour key to something dark and mysterious that
18358           isn't black.
18359
18360 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
18361
18362         * ext/alsa/gstalsaplugin.c: (plugin_init):
18363         * ext/cdparanoia/gstcdparanoiasrc.c:
18364         (gst_cd_paranoia_src_base_init), (plugin_init):
18365         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18366         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
18367           - a library should not call setlocale. see "Libraries" node in
18368             gettext manual
18369           - make sure all plugins that use translation do bindtextdomain
18370             to point to the localedir
18371         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
18372         (setup_sinks), (plugin_init):
18373           all this, and check for NULL when creating sinks
18374
18375 2006-01-27  Julien MOUTTE  <julien@moutte.net>
18376
18377         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
18378         (plugin_init): Make typefinding of subtitles work again.
18379
18380 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
18381
18382         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
18383         (mp3_type_frame_length_from_header), (mp3_type_find),
18384         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
18385         (plugin_init):
18386           Backport a bunch of typefinding fixes from the 0.8 branch.
18387           Also, improve wavpack typefinding: if we can't peek the
18388           entire wavpack block, try to parse the bits we can get and
18389           see if we find what we're looking for in those.
18390
18391 2006-01-26  Julien MOUTTE  <julien@moutte.net>
18392
18393         * sys/ximage/ximagesink.c:
18394         (gst_ximagesink_calculate_pixel_aspect_ratio):
18395         * sys/xvimage/xvimagesink.c:
18396         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
18397         more cases of pixel aspect ratio.
18398
18399 2006-01-26  Edward Hervey  <edward@fluendo.com>
18400
18401         * gst/playback/gstdecodebin.c: (pad_probe):
18402         Also consider the flush-start and tag events as unblockers
18403         for the pad probes.
18404
18405 2006-01-26  Julien MOUTTE  <julien@moutte.net>
18406
18407         * gst/playback/gstplaybin.c: (gst_play_bin_init),
18408         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
18409         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
18410         On the fly visualisation switch, works disabling, enabling as
18411         well but it won't be able to enable vis in a playbin that was
18412         created with no visualisation.
18413
18414 2006-01-25  Wim Taymans  <wim@fluendo.com>
18415
18416         * gst-libs/gst/audio/gstbaseaudiosink.c:
18417         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18418         Undo previous commit that returned WRONG_STATE sooner, it breaks 
18419         resume after pause.
18420
18421 2006-01-25  Wim Taymans  <wim@fluendo.com>
18422
18423         * gst-libs/gst/audio/gstbaseaudiosink.c:
18424         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
18425         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
18426         Improve debugging.
18427         Post error when caps cannot be parsed.
18428         Resync on discontinuity in the stream.
18429         Clip samples to segment boundaries.
18430         return WRONG_STATE sooner when we are flushing.
18431
18432         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
18433         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
18434         Make audiosrc operate in TIME.
18435         Set TIMESTAMP and DURATION on buffers.
18436
18437 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
18438
18439         * tests/examples/seek/seek.c: (main):
18440           Output tag messages as well.
18441
18442 2006-01-23  Edward Hervey  <edward@fluendo.com>
18443
18444         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
18445         (free_pad_probes), (remove_fakesink), (pad_probe),
18446         (close_pad_link), (gst_decode_bin_change_state):
18447         Replace GstPadBlockCallback with pad probes that detect
18448         first buffer AND eos before removing fakesink.
18449         Fixes hang with demuxers doing EOS while pre-rolling.
18450         Solves #328279
18451
18452 2006-01-23  Andy Wingo  <wingo@pobox.com>
18453
18454         * ext/alsa/gstalsasink.c:
18455         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18456         (gst_base_rtp_depayload_setcaps),
18457         (gst_base_rtp_depayload_add_to_queue),
18458         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
18459         
18460         Patch by: Jens Granseuer <jensgr at gmx dot net>
18461
18462 2006-01-22  Julien MOUTTE  <julien@moutte.net>
18463
18464         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
18465         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
18466         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
18467         frames. We might get a frame destroyed after changing state to
18468         NULL, adding a safety check on xcontext.
18469
18470 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
18471
18472         * gst-libs/gst/interfaces/xoverlay.c:
18473           Fix prepare-xwindow-id code example in the docs - we need to
18474           ignore all messages that aren't element messages as well.
18475           
18476 2006-01-21  Julien MOUTTE  <julien@moutte.net>
18477
18478         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
18479           I think one day i'll completely undestand how caps negotiation
18480           is supposed to work. This refactoring handles buffer_alloc
18481           called with caps we can't handle. We definitely don't want a
18482           set_caps with those caps, so we define and allocate a buffer
18483           we would like to receive.
18484
18485 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18486
18487         * gst/playback/gstplaybasebin.c: (setup_source):
18488           Free iterator when done.
18489
18490 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
18491
18492         * gst-libs/gst/audio/gstbaseaudiosink.c:
18493         (gst_base_audio_sink_render):
18494           Fix playback of non-synchronised streams by assuming a rate
18495           of 1.0 instead of a random one.
18496
18497           Makes this work again:
18498
18499           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
18500           endianness=(int)4321, signed=(boolean)true, width=(int)16,
18501           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
18502           audioresample ! alsasink
18503
18504 === release 0.10.2 ===
18505
18506 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
18507
18508         * configure.ac:
18509           releasing 0.10.2, "Then the devil is six"
18510
18511 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
18512
18513         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18514         * gst/playback/gststreamselector.c:
18515         (gst_stream_selector_set_property):
18516           Comment out broken code that connects to the state-changed signal.
18517           At this point, changing current stream selection is broken, but 
18518           stuff like gst-launch playbin current-audio=1 works and filters
18519           to the chosen stream.
18520
18521 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18522
18523         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
18524           Fix #327216 (null dereference in vorbisdec)
18525
18526 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
18527
18528         * ext/theora/theoradec.c: (theora_handle_comment_packet):
18529           Post taglist actually on bus instead of just freeing it
18530           (fixes #327114 and totem bug #327080).
18531
18532         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
18533           Use gst_element_found_tags_for_pad(), so that the tags
18534           are sent downstream as an event as well.
18535
18536 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
18537
18538         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
18539         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
18540         (gst_ximagesink_buffer_alloc):
18541         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
18542         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
18543         (gst_xvimagesink_buffer_alloc):
18544           move all regularly occurring messages to GST_LOG level
18545           add some more object logs
18546
18547 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
18548
18549         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
18550           fix a silly segfault
18551
18552 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
18553
18554         * docs/libs/gst-plugins-base-libs-docs.sgml:
18555         * docs/libs/gst-plugins-base-libs-sections.txt:
18556         * gst-libs/gst/audio/mixerutils.c:
18557         * gst-libs/gst/audio/mixerutils.h:
18558           Add docs for mixerutils stuff.
18559
18560 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
18561
18562         * gst/playback/gstplaybasebin.c: (setup_source):
18563           Fix playback for sources that emit raw audio or
18564           raw video streams (e.g.: cd audio sources) (#325984).
18565
18566 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18567
18568         * gst-libs/gst/audio/mixerutils.c:
18569         (gst_audio_mixer_filter_do_filter):
18570           actually save the element we create
18571
18572 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
18573
18574         * gst-libs/gst/cdda/gstcddabasesrc.c:
18575         (gst_cdda_base_src_handle_track_seek):
18576           No need to post a tag message on the bus when seeking
18577           within the same track, only post it when the current
18578           track changes.
18579
18580 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
18581
18582         * gst/playback/gstplaybasebin.c: (group_destroy),
18583         (probe_triggered), (new_decoded_pad), (mute_group_type),
18584         (set_active_source):
18585         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18586         * gst/playback/gststreamselector.c:
18587         (gst_stream_selector_base_init),
18588         (gst_stream_selector_set_property),
18589         (gst_stream_selector_request_new_pad):
18590           Reenable stream selection. These mechanisms need a complete overhaul
18591           in the face of 0.8->0.10 changes though.
18592
18593 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
18594
18595         * ext/ogg/gstoggdemux.c:
18596           Change the pad template to src_%d to match the pads that 
18597           are created from it. decodebin needs this information in order
18598           to decide that oggdemux is capable of producing multiple pads
18599           (and hence needs queues inserted).
18600
18601         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
18602         (gst_ogg_mux_collected):
18603           Make debug output more useful by using GST_PTR_FORMAT.
18604
18605 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
18606
18607         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18608
18609         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
18610           Set depth and width for alaw/mulaw (fixes #326601).
18611
18612 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18613
18614         * tests/icles/Makefile.am:
18615           don't build the tests if we don't have the libs
18616
18617 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18618
18619         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
18620         (gst_cd_paranoia_paranoia_callback):
18621           Don't try to free NULL pointers.
18622
18623 2006-01-10  Edward Hervey  <edward@fluendo.com>
18624
18625         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
18626         (gst_audio_rate_change_state), (plugin_init):
18627         Add debugging category.
18628         Fix type issues.
18629         Add case for incoming buffers without valid offset/offset_end.
18630
18631 2006-01-10  Michael Smith  <msmith@fluendo.com>
18632
18633         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
18634           Don't leak GCond in audio sources.
18635
18636 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
18637
18638         * gst/playback/gstplaybin.c: (gen_audio_element):
18639           Don't leak an autoaudiosink/alsasink when we generate
18640           a new audio element. (old code, I guess)
18641
18642 2006-01-10  Michael Smith  <msmith@fluendo.com>
18643
18644         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
18645           Support float audio in audiorate.
18646           Use width rather than depth for selecting sample width.
18647
18648 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18649
18650         * gst/videotestsrc/videotestsrc.h:
18651           Use GLib types here (that way we don't have to include the
18652           generated _stdint.h header, which makes life easier for win32
18653           folks that don't use autotools for the build) (#325990, patch
18654           by: Sergey Scobich).
18655
18656 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18657
18658         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
18659         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
18660         (gst_ring_buffer_pause), (wait_segment):
18661         * gst-libs/gst/audio/gstringbuffer.h:
18662           Name (private) union, makes Forte compiler happy (this time
18663           for real) (#324900).
18664
18665 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
18666
18667         * gst-libs/gst/audio/Makefile.am:
18668           Link against libgstinterfaces, needed for mixer
18669           and property probe stuff.
18670
18671 2006-01-09  Edward Hervey  <edward@fluendo.com>
18672
18673         * gst-libs/gst/Makefile.am:
18674
18675 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
18676
18677         * gst-libs/gst/audio/Makefile.am:
18678         * gst-libs/gst/audio/mixerutils.c:
18679         (gst_audio_mixer_filter_do_filter),
18680         (gst_audio_mixer_filter_check_element),
18681         (gst_audio_mixer_filter_probe_feature),
18682         (element_factory_rank_compare_func),
18683         (gst_audio_default_registry_mixer_filter):
18684         * gst-libs/gst/audio/mixerutils.h:
18685           Add gst_audio_default_registry_mixer_filter() utility
18686           function.
18687
18688 2006-01-03  Michael Smith  <msmith@fluendo.com>
18689
18690         * gst/audioresample/resample.h:
18691           As before, but for o_buf
18692
18693 2006-01-03  Michael Smith  <msmith@fluendo.com>
18694
18695         * gst/audioresample/resample.h:
18696           Declare struct _ResampleState.buffer as unsigned char *, not void *,
18697           since we do arithmetic on it.
18698
18699 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
18700
18701         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
18702         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
18703         (gst_ring_buffer_pause), (wait_segment):
18704         * gst-libs/gst/audio/gstringbuffer.h:
18705           Sun's Forte compiler doesn't seem to like anonymous structs,
18706           so use same setup as in GstBaseSrc (fixes #324900).
18707
18708 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18709
18710         * configure.ac:
18711         * gst/volume/Makefile.am:
18712         * gst/volume/demo.c:
18713           move old example to tests/examples/volume/volune.c
18714         * tests/examples/Makefile.am:
18715         * tests/examples/seek/seek.c: (main):
18716           change window-close event from "delete-event" to "destroy"
18717         * tests/examples/volume/Makefile.am:
18718         * tests/examples/volume/volume.c: (value_changed_callback),
18719         (setup_gui), (message_received), (eos_message_received), (main):
18720           fix event handling and bus usage
18721
18722 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
18723
18724         * gst/audiotestsrc/gstaudiotestsrc.c:
18725         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
18726         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
18727         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
18728         (gst_audio_test_src_create_square),
18729         (gst_audio_test_src_create_saw),
18730         (gst_audio_test_src_create_triangle),
18731         (gst_audio_test_src_create_silence),
18732         (gst_audio_test_src_create_white_noise),
18733         (gst_audio_test_src_create_pink_noise),
18734         (gst_audio_test_src_init_sine_table),
18735         (gst_audio_test_src_create_sine_table),
18736         (gst_audio_test_src_change_wave),
18737         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
18738         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
18739         * gst/audiotestsrc/gstaudiotestsrc.h:
18740           update to basesrc changes, implement segmented seeking and eos
18741           handling, add a 'sine-tab' waveform for performance critical playback
18742
18743 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18744
18745         * po/POTFILES.in:
18746           ... and this time the other modified file that I missed last time.
18747
18748 2005-12-29  Michael Smith  <msmith@fluendo.com>
18749
18750         * gst/playback/gstdecodebin.c: (new_pad):
18751           Fix non-C89 variable declaration not at the start of a block. Should
18752           help some compilers.
18753
18754 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18755
18756         * tests/check/Makefile.am:
18757           And now fix 'make distcheck' (builddir != srcdir)
18758
18759 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18760
18761         * configure.ac:
18762         * ext/cdparanoia/Makefile.am:
18763         * ext/cdparanoia/gstcdparanoia.c:
18764         * ext/cdparanoia/gstcdparanoia.h:
18765         * ext/cdparanoia/gstcdparanoiasrc.c:
18766         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
18767         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
18768         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
18769         (gst_cd_paranoia_paranoia_callback),
18770         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
18771         (gst_cd_paranoia_src_set_property),
18772         (gst_cd_paranoia_src_get_property), (plugin_init):
18773         * ext/cdparanoia/gstcdparanoiasrc.h:
18774           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
18775           plugin again (there are still fixes required to playbin to make
18776           cdda:// uris work there).
18777
18778 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18779
18780         * tests/check/Makefile.am:
18781           Fix test case compilation.
18782
18783 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18784
18785         * gst-libs/gst/cdda/gstcddabasesrc.c:
18786         (gst_cdda_base_src_update_duration),
18787         (gst_cdda_base_src_calculate_cddb_id):
18788           An integer is not a string. Fix access to uninitialised variable.
18789
18790         * tests/check/Makefile.am:
18791           Add cddabasesrc unit test; also actually enable the vorbis test.
18792
18793         * tests/check/generic/states.c:
18794           Blacklist new cd audio elements as well.
18795
18796         * tests/check/libs/cddabasesrc.c:
18797           Unit test for GstCddaBaseSrc (discid calculation mostly).
18798
18799 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
18800
18801         * docs/libs/Makefile.am:
18802         * docs/libs/gst-plugins-base-libs-docs.sgml:
18803         * docs/libs/gst-plugins-base-libs-sections.txt:
18804         * docs/libs/gst-plugins-base-libs.types:
18805           Add docs for libgstcdda/GstCddaBaseSrc.
18806
18807         * gst-libs/gst/interfaces/mixertrack.h:
18808           Do one struct member per line with a semicolon at the end, that way
18809           even gtk-doc might parse it without complaining.
18810
18811 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
18812
18813         * configure.ac:
18814         * gst-libs/gst/Makefile.am:
18815         * gst-libs/gst/cdda/Makefile.am:
18816         * gst-libs/gst/cdda/base64.c:
18817         * gst-libs/gst/cdda/base64.h:
18818         * gst-libs/gst/cdda/gstcddabasesrc.c:
18819         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
18820         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
18821         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
18822         (gst_cdda_base_src_get_property),
18823         (gst_cdda_base_src_get_track_from_sector),
18824         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
18825         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
18826         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
18827         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
18828         (gst_cdda_base_src_uri_get_protocols),
18829         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
18830         (gst_cdda_base_src_uri_handler_init),
18831         (gst_cdda_base_src_setup_interfaces),
18832         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
18833         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
18834         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
18835         (gst_cdda_base_src_add_tags),
18836         (gst_cdda_base_src_add_index_associations),
18837         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
18838         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
18839         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
18840         (gst_cdda_base_src_create):
18841         * gst-libs/gst/cdda/gstcddabasesrc.h:
18842         * gst-libs/gst/cdda/sha1.c:
18843         * gst-libs/gst/cdda/sha1.h:
18844           Add new libgstcdda with GstCddaBaseSrc class.
18845
18846 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
18847
18848         * ext/gnomevfs/gstgnomevfssink.h:
18849           Use GstBaseSinkClass as parent_class member for class struct, not
18850           GstBaseSink.
18851
18852 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
18853
18854         Patch by: Michael Benes
18855
18856         * gst/videotestsrc/gstvideotestsrc.c:
18857         (gst_video_test_src_class_init), (gst_video_test_src_start):
18858           Add start method to reset running time and number of frames sent
18859           when starting up (fixes #324696)
18860
18861 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
18862
18863         * docs/plugins/Makefile.am:
18864         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
18865         * docs/plugins/gst-plugins-base-plugins-sections.txt:
18866         * docs/plugins/gst-plugins-base-plugins.args:
18867         * docs/plugins/gst-plugins-base-plugins.hierarchy:
18868         * docs/plugins/gst-plugins-base-plugins.signals:
18869           Add docs stuff for gnomevfssrc and gnomevfssink.
18870
18871         * ext/gnomevfs/gstgnomevfssrc.c:
18872           Fix example pipeline in gtk-doc blurb.
18873
18874 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
18875
18876         * ext/gnomevfs/Makefile.am:
18877         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
18878         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
18879         (gst_gnome_vfs_handle_get_type), (plugin_init):
18880         * ext/gnomevfs/gstgnomevfs.h:
18881         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
18882         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
18883         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
18884         (gst_gnome_vfs_sink_set_property),
18885         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
18886         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
18887         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
18888         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
18889         (gst_gnome_vfs_sink_uri_get_type),
18890         (gst_gnome_vfs_sink_uri_get_protocols),
18891         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
18892         (gst_gnome_vfs_sink_uri_handler_init):
18893         * ext/gnomevfs/gstgnomevfssink.h:
18894           Port gnomevfssink; add gtk-doc blurb.
18895
18896         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
18897         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
18898         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
18899         (gst_gnome_vfs_src_uri_get_type),
18900         (gst_gnome_vfs_src_uri_get_protocols),
18901         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
18902         (gst_gnome_vfs_src_uri_handler_init),
18903         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
18904         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
18905         (gst_gnome_vfs_src_send_additional_headers_callback),
18906         (gst_gnome_vfs_src_received_headers_callback),
18907         (gst_gnome_vfs_src_push_callbacks),
18908         (gst_gnome_vfs_src_pop_callbacks),
18909         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
18910         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
18911         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
18912         * ext/gnomevfs/gstgnomevfssrc.h:
18913           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
18914           file; add gtk-doc blurb with example pipelines.
18915
18916 === release 0.10.1 ===
18917
18918 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
18919
18920         * configure.ac:
18921           releasing 0.10.1, "Dobro Dedek"
18922
18923 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
18924
18925         * gst/typefind/gsttypefindfunctions.c:
18926         iLBC30 and iLBC20 added to typefind.
18927
18928 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18929
18930         * gst-libs/gst/audio/gstbaseaudiosink.c:
18931         (gst_base_audio_sink_class_init):
18932         * gst-libs/gst/audio/gstbaseaudiosrc.c:
18933         (gst_base_audio_src_class_init):
18934           update strings, values are in microseconds
18935           change the default sink buffer time to something that is smaller
18936           (to help software volume mixing have a slightly lower delay) but
18937           still be acceptable on Wim's laptop
18938
18939 2005-12-20  Edward Hervey  <edward@fluendo.com>
18940
18941         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
18942         Made a quack, forgot to add DUCK to the riff video template.
18943
18944 2005-12-19  Edward Hervey  <edward@fluendo.com>
18945
18946         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
18947         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
18948         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
18949         (gst_ogm_parse_chain):
18950         Make sure pads are initialized correctly.
18951         * gst-libs/gst/riff/riff-ids.h:
18952         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
18953         (gst_riff_create_video_template_caps):
18954         Add a whole bunch of FOURCC <=> MimeType.
18955         Extend the riff video pad template to support the newly added fourcc.
18956
18957 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
18958
18959         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
18960         (gst_ogg_demux_activate_chain):
18961           Extra debug output when activating/deactivating chains.
18962
18963         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
18964         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
18965         (unlinked):
18966           Remove a queue from our list when it becomes unlinked.
18967           Don't add queues to elements in class 'Demux' if they
18968           can only produce one pad 
18969
18970 2005-12-18  Julien MOUTTE  <julien@moutte.net>
18971
18972         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
18973         (gst_video_sink_get_type): Add a debug category.
18974
18975 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
18976
18977         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18978         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
18979           Handle downstream newsegment by sending our own newsegment before the
18980           next buffer to be released. (#323900)
18981
18982 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
18983
18984         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18985         (gst_base_rtp_depayload_set_gst_timestamp):
18986           add queue delay to new segment as well (as opposed to just the first
18987           buffer). (bug #322347)
18988
18989 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
18990
18991         * ext/libvisual/visual.c: (make_valid_name):
18992           change some char* into char[]
18993         * gst/audiotestsrc/gstaudiotestsrc.c:
18994         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
18995         (gst_audio_test_src_create):
18996         * gst/audiotestsrc/gstaudiotestsrc.h:
18997           prepare to handle EOS and SEGMENT_DONE
18998
18999 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
19000
19001         * tests/check/generic/states.c: (GST_START_TEST):
19002           Blacklist cdparanoia element in state test.
19003
19004 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
19005
19006           Patch by: Benjamin Pineau
19007
19008         * gst/tcp/gsttcp.c:
19009         * gst/tcp/gsttcpclientsink.c:
19010         * gst/tcp/gsttcpserversink.c:
19011         * gst/tcp/gsttcpserversrc.c:
19012           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
19013
19014 2005-12-15  Michael Smith  <msmith@fluendo.com>
19015
19016         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
19017         (gst_video_rate_chain):
19018           Fix timestamping for videorate when the first buffer it sees has a
19019           non-zero timestamp. Fix some misleading debug output.
19020
19021 2005-12-15  Michael Smith  <msmith@fluendo.com>
19022
19023         * gst/audioresample/gstaudioresample.c:
19024           Don't leak all input buffers to audioresample.
19025
19026 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
19027
19028         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
19029           Don't operate on empty text buffers. Strip newlines and
19030           tabs only from the end of the text, but leave them intact
19031           in the middle. Fix typo in gtk-doc description.
19032
19033 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
19034
19035         * gst/playback/gstplaybasebin.c:
19036         * gst/playback/gstplaybin.c: (handoff):
19037           Make sure the video frame buffer we return to apps via the
19038           "frame" property always has caps set on it. Modify
19039           _gst_gvalue_set_object() macro to handle NULL objects
19040           gracefully too.
19041
19042 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
19043
19044         * gst/audiotestsrc/gstaudiotestsrc.c:
19045         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
19046         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
19047         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
19048         (gst_audio_test_src_create):
19049         * gst/audiotestsrc/gstaudiotestsrc.h:
19050         Adjust to some recent api changes and add wtays new cool seeking
19051         capabillities
19052
19053 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
19054
19055         * ext/alsa/Makefile.am:
19056         * ext/alsa/gstalsadeviceprobe.c:
19057         * ext/alsa/gstalsadeviceprobe.h:
19058           Helper functions to add device probing via the GstPropertyProbe
19059           interface to a class.
19060
19061         * ext/alsa/gstalsamixer.h:
19062           Comment out GST_ALSA_MIXER, it returns a struct that's not
19063           used.
19064
19065         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
19066           Add some debug info. 
19067
19068         * ext/alsa/gstalsamixerelement.c:
19069         (gst_alsa_mixer_element_interface_supported),
19070         (gst_implements_interface_init),
19071         (gst_alsa_mixer_element_init_interfaces),
19072         (gst_alsa_mixer_element_class_init),
19073         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
19074         (gst_alsa_mixer_element_set_property),
19075         (gst_alsa_mixer_element_get_property),
19076         (gst_alsa_mixer_element_change_state):
19077         * ext/alsa/gstalsamixerelement.h:
19078           Add 'device' and 'device-name' properties. Add GstPropertyProbe
19079           for device handling (gnome-volume-control will need that).
19080
19081 2005-12-12  Christian Schaller  <uraeus@gnome.org>
19082
19083         * ext/Makefile.am: fix cdparanoia entry
19084         * gst-plugins-base.spec.in: add cdparanoia
19085
19086 2005-12-12  Michael Smith  <msmith@fluendo.com>
19087
19088         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
19089           Use the correct function to free list of typefind factories.
19090
19091 2005-12-12  Wim Taymans  <wim@fluendo.com>
19092
19093         * gst/videotestsrc/gstvideotestsrc.c:
19094         (gst_video_test_src_class_init), (gst_video_test_src_init),
19095         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
19096         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
19097         (gst_video_test_src_create):
19098         * gst/videotestsrc/gstvideotestsrc.h:
19099         Implement seeking in videotestsrc.
19100         Small cleanups.
19101
19102 2005-12-12  Wim Taymans  <wim@fluendo.com>
19103
19104         * ext/cdparanoia/Makefile.am:
19105         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
19106         (gst_paranoia_endian_get_type), (_do_init),
19107         (cdparanoia_class_init), (cdparanoia_init),
19108         (cdparanoia_set_property), (cdparanoia_get_property),
19109         (cdparanoia_do_seek), (cdparanoia_is_seekable),
19110         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
19111         (cdparanoia_convert), (cdparanoia_get_query_types),
19112         (cdparanoia_query), (cdparanoia_set_index),
19113         (cdparanoia_uri_set_uri):
19114         * ext/cdparanoia/gstcdparanoia.h:
19115         Partially ported cdparanoia now that basesrc can support a
19116         plugin like this..
19117
19118 2005-12-12  Wim Taymans  <wim@fluendo.com>
19119
19120         * tests/examples/seek/scrubby.c: (main):
19121         Set higher priority for bus events so they don't get reordered with
19122         gtk gui events.
19123
19124         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
19125         (flush_toggle_cb), (main):
19126         Added checkbox to disable flushing seeks. 
19127         Disable scrubbing when doing non flushing seeks.
19128
19129 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
19130
19131         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
19132         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
19133         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
19134         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
19135           Implement some sort of event handling that doesn't rely on
19136           g_return_if_fail; make sure we always push the last chunk of an 
19137           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
19138           state change function; remove some old cruft. Seeking is still
19139           rather unlikely to work though.
19140
19141         * tools/.cvsignore:
19142           Ignore more.
19143
19144 2005-12-11  Julien MOUTTE  <julien@moutte.net>
19145
19146         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
19147         Fixed a leak of the current image reference when cleaning up.
19148         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
19149
19150 2005-12-09  Michael Smith  <msmith@fluendo.com>
19151
19152         * tools/Makefile.am:
19153         * tools/gst-launch-ext-m.m:
19154           Remove gst-launch-ext. It doesn't work, and is no longer
19155           particularly useful.
19156
19157 2005-12-08  Luca Ognibene  <luogni@tin.it>
19158
19159         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
19160           don't pass random values to ogmparse convert function.
19161           Make seeking possible in the exile1.ogm file.
19162
19163 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
19164
19165         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
19166         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
19167           Work around refcount problem with g_value_set_object() that occur
19168           if the core has been compiled against GLib-2.6 (g_value_set_object()
19169           will only g_object_ref() the element, but the caller will
19170           gst_object_unref() it and bad things will happen due to the way
19171           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
19172           totem for people on FC4 using Thomas's 0.10 RPMs.
19173           
19174 2005-12-07  Edward Hervey  <edward@fluendo.com>
19175
19176         Time to welcome ogm to 0.10 :)
19177         
19178         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
19179         (gst_ogg_pad_typefind):
19180         Oggdemux can now properly typefind elements with dynamic pads.
19181         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
19182         Properly set caps on src pad, and set caps on outgoing buffers.
19183
19184 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19185
19186         * ext/alsa/gstalsamixer.h:
19187         * ext/alsa/gstalsamixerelement.h:
19188         * ext/alsa/gstalsamixeroptions.h:
19189         * ext/alsa/gstalsamixertrack.h:
19190         * ext/alsa/gstalsasink.c:
19191         * ext/alsa/gstalsasink.h:
19192         * ext/alsa/gstalsasrc.c:
19193         * ext/alsa/gstalsasrc.h:
19194         * ext/cdparanoia/gstcdparanoia.h:
19195         * ext/gnomevfs/gstgnomevfsuri.h:
19196         * ext/ogg/gstoggdemux.c:
19197         * ext/ogg/gstoggmux.c:
19198         * ext/pango/gsttextoverlay.h:
19199         * ext/theora/theoradec.c:
19200         * ext/theora/theoraenc.c:
19201         * ext/vorbis/vorbisdec.h:
19202         * ext/vorbis/vorbisenc.c:
19203         * ext/vorbis/vorbisenc.h:
19204         * ext/vorbis/vorbisparse.h:
19205         * gst-libs/gst/audio/gstaudioclock.h:
19206         * gst-libs/gst/audio/gstaudiosink.c:
19207         * gst-libs/gst/audio/gstaudiosink.h:
19208         * gst-libs/gst/audio/gstaudiosrc.c:
19209         * gst-libs/gst/audio/gstaudiosrc.h:
19210         * gst-libs/gst/audio/gstbaseaudiosink.c:
19211         * gst-libs/gst/audio/gstbaseaudiosink.h:
19212         * gst-libs/gst/audio/gstbaseaudiosrc.c:
19213         * gst-libs/gst/audio/gstbaseaudiosrc.h:
19214         * gst-libs/gst/audio/gstringbuffer.h:
19215         * gst-libs/gst/audio/multichannel.h:
19216         * gst-libs/gst/floatcast/floatcast.h:
19217         * gst-libs/gst/interfaces/colorbalance.c:
19218         * gst-libs/gst/interfaces/colorbalance.h:
19219         * gst-libs/gst/interfaces/colorbalancechannel.h:
19220         * gst-libs/gst/interfaces/mixer.h:
19221         * gst-libs/gst/interfaces/mixeroptions.h:
19222         * gst-libs/gst/interfaces/mixertrack.h:
19223         * gst-libs/gst/interfaces/navigation.h:
19224         * gst-libs/gst/interfaces/propertyprobe.h:
19225         * gst-libs/gst/interfaces/tuner.h:
19226         * gst-libs/gst/interfaces/tunerchannel.h:
19227         * gst-libs/gst/interfaces/tunernorm.h:
19228         * gst-libs/gst/interfaces/xoverlay.h:
19229         * gst-libs/gst/netbuffer/gstnetbuffer.h:
19230         * gst-libs/gst/riff/riff-ids.h:
19231         * gst-libs/gst/riff/riff-media.h:
19232         * gst-libs/gst/riff/riff-read.h:
19233         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19234         * gst-libs/gst/rtp/gstbasertppayload.c:
19235         * gst-libs/gst/rtp/gstbasertppayload.h:
19236         * gst-libs/gst/rtp/gstrtpbuffer.c:
19237         * gst-libs/gst/rtp/gstrtpbuffer.h:
19238         * gst-libs/gst/tag/gsttageditingprivate.h:
19239         * gst-libs/gst/tag/gstvorbistag.c:
19240         (gst_tag_list_from_vorbiscomment_buffer):
19241         * gst-libs/gst/tag/tag.h:
19242         * gst-libs/gst/video/video.h:
19243         * gst/adder/gstadder.c:
19244         * gst/adder/gstadder.h:
19245         * gst/audioconvert/audioconvert.c:
19246         * gst/audioconvert/audioconvert.h:
19247         * gst/audioconvert/gstaudioconvert.c:
19248         * gst/audioconvert/gstchannelmix.c:
19249         * gst/audioconvert/gstchannelmix.h:
19250         * gst/audiorate/gstaudiorate.c:
19251         * gst/audioresample/buffer.h:
19252         * gst/audioresample/functable.h:
19253         * gst/audioresample/gstaudioresample.c:
19254         * gst/audioresample/resample.h:
19255         * gst/ffmpegcolorspace/avcodec.h:
19256         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19257         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19258         * gst/ffmpegcolorspace/imgconvert.c:
19259         * gst/ffmpegcolorspace/imgconvert_template.h:
19260         * gst/playback/gstdecodebin.c:
19261         * gst/playback/gstplaybasebin.h:
19262         * gst/playback/gstplaybin.c:
19263         * gst/playback/gststreaminfo.h:
19264         * gst/tcp/gstfdset.c:
19265         * gst/tcp/gstfdset.h:
19266         * gst/tcp/gstmultifdsink.c:
19267         * gst/tcp/gstmultifdsink.h:
19268         * gst/tcp/gsttcp.h:
19269         * gst/tcp/gsttcpclientsrc.c:
19270         * gst/tcp/gsttcpclientsrc.h:
19271         * gst/tcp/gsttcpplugin.h:
19272         * gst/tcp/gsttcpserversink.c:
19273         * gst/tcp/gsttcpserversrc.c:
19274         * gst/typefind/gsttypefindfunctions.c:
19275         * gst/videorate/gstvideorate.c:
19276         * gst/videotestsrc/gstvideotestsrc.h:
19277         * gst/videotestsrc/videotestsrc.h:
19278         * sys/v4l/gstv4lcolorbalance.h:
19279         * sys/v4l/gstv4ltuner.h:
19280         * sys/v4l/gstv4lxoverlay.h:
19281         * sys/v4l/v4l_calls.h:
19282         * sys/v4l/videodev_mjpeg.h:
19283         * tests/check/elements/audioconvert.c:
19284         * tests/check/elements/audioresample.c:
19285         * tests/check/elements/audiotestsrc.c:
19286         * tests/check/elements/videotestsrc.c:
19287         * tests/check/elements/volume.c:
19288         * tests/examples/seek/scrubby.c:
19289         * tests/examples/seek/seek.c:
19290           expand tabs
19291
19292 === release 0.10.0 ===
19293
19294 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19295
19296         * configure.ac:
19297           releasing 0.10.0, "Mont-d'or"
19298
19299 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
19300
19301         * tests/examples/seek/Makefile.am:
19302         Build fix for when gtk is not available.
19303
19304 2005-12-05  Andy Wingo  <wingo@pobox.com>
19305
19306         * ext/libvisual/visual.c: (get_buffer):
19307         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
19308         * ext/pango/gsttextrender.c: (gst_text_render_chain):
19309         * ext/theora/theoradec.c: (theora_handle_data_packet):
19310         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
19311         (theora_enc_chain):
19312         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19313         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
19314         Update for alloc_buffer changes.
19315
19316 2005-12-05  Andy Wingo  <wingo@pobox.com>
19317
19318         patch by: Kai Vehmanen <kv2004 eca cx>
19319         
19320         * gst-libs/gst/rtp/gstbasertpdepayload.c
19321         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
19322
19323 2005-12-04  Andy Wingo  <wingo@pobox.com>
19324
19325         patch by: Sebastien Cote <sebas642 yahoo ca>
19326         
19327         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
19328         Fixes #319172.
19329
19330 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
19331
19332         * docs/plugins/Makefile.am:
19333         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19334         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19335         * docs/plugins/gst-plugins-base-plugins.hierarchy:
19336         * ext/pango/gstclockoverlay.c:
19337         * ext/pango/gsttextoverlay.c: 
19338         * ext/pango/gsttextrender.c:
19339         * ext/pango/gsttimeoverlay.c:
19340           Add gtk-doc blurbs to pango elements.
19341
19342 2005-12-02  Wim Taymans  <wim@fluendo.com>
19343
19344         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
19345         * gst/audioresample/buffer.h:
19346         * gst/audioresample/gstaudioresample.c:
19347         * gst/audioresample/gstaudioresample.h:
19348         * gst/audioresample/resample.c: (resample_input_flush),
19349         (resample_input_pushthrough), (resample_input_eos),
19350         (resample_get_output_size_for_input),
19351         (resample_get_input_size_for_output), (resample_get_output_size),
19352         (resample_get_output_data):
19353         * gst/audioresample/resample.h:
19354         * gst/audioresample/resample_ref.c: (resample_scale_ref):
19355         Fix audioresample, seek torture, new segments, reverse negotiation
19356         etc.. work fine.
19357
19358 2005-12-02  Wim Taymans  <wim@fluendo.com>
19359
19360         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19361         Small cleanups.
19362
19363 2005-12-02  Wim Taymans  <wim@fluendo.com>
19364
19365         * gst/audioconvert/gstaudioconvert.c:
19366         (gst_audio_convert_transform):
19367         Post errors.
19368
19369 === release 0.9.7 ===
19370
19371 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19372
19373         * configure.ac:
19374           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
19375
19376 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19377
19378         * Makefile.am:
19379         * po/hu.po:
19380         * win32/MANIFEST:
19381         * win32/gst.sln:
19382           add win32 MANIFEST file
19383           do something to the hungarian translation
19384
19385 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
19386
19387         * ext/Makefile.am:
19388           Add $(PANGO_DIR) to SUBDIRS
19389
19390         * ext/pango/gstclockoverlay.c:
19391         * ext/pango/gsttimeoverlay.c:
19392           Fix and improve element descriptions.
19393
19394 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19395
19396         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19397         * docs/plugins/inspect/plugin-libvisual.xml:
19398         * docs/plugins/inspect/plugin-pango.xml:
19399           add pango plugin to docs
19400
19401 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19402
19403         * configure.ac:
19404         * ext/Makefile.am:
19405           moved pango to base
19406
19407 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19408
19409         * configure.ac:
19410         * tests/Makefile.am:
19411         * tests/icles/.cvsignore:
19412         * tests/icles/Makefile.am:
19413         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
19414         (close_display), (resize_window), (move_window), (create_window),
19415         (terminate_playback), (pause_playback), (start_playback), (main):
19416           add stress test for xoverlay from Julien
19417
19418 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19419
19420         * docs/libs/tmpl/gstcolorbalance.sgml:
19421         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19422         * gst-libs/gst/rtp/gstbasertppayload.c:
19423         * gst-libs/gst/rtp/gstrtpbuffer.c:
19424         * gst-libs/gst/rtp/gstrtpbuffer.h:
19425           Do burger's rename for rtp payloaders and depayloaders
19426
19427 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19428
19429         * win32/:
19430           add Visual Studio 6 build files
19431
19432 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19433
19434         * docs/libs/gst-plugins-base-libs-docs.sgml:
19435         * docs/libs/gst-plugins-base-libs-sections.txt:
19436         * docs/libs/tmpl/gstaudio.sgml:
19437         * docs/libs/tmpl/gstringbuffer.sgml:
19438         * gst-libs/gst/interfaces/xoverlay.c:
19439         * gst-libs/gst/video/gstvideofilter.c:
19440         * gst-libs/gst/video/gstvideosink.c:
19441           update documentation
19442
19443 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19444
19445         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
19446         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
19447         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
19448         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
19449         (gst_multi_fd_sink_get_stats),
19450         (gst_multi_fd_sink_remove_client_link),
19451         (gst_multi_fd_sink_handle_client_read),
19452         (gst_multi_fd_sink_client_queue_data),
19453         (gst_multi_fd_sink_client_queue_caps),
19454         (gst_multi_fd_sink_client_queue_buffer),
19455         (gst_multi_fd_sink_new_client),
19456         (gst_multi_fd_sink_handle_client_write),
19457         (gst_multi_fd_sink_recover_client),
19458         (gst_multi_fd_sink_queue_buffer),
19459         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
19460         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
19461         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
19462         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
19463         * gst/tcp/gstmultifdsink.h:
19464         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
19465         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
19466         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
19467         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
19468         (gst_tcp_client_sink_set_property),
19469         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
19470         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
19471         * gst/tcp/gsttcpclientsink.h:
19472         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
19473         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
19474         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
19475         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
19476         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
19477         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
19478         * gst/tcp/gsttcpclientsrc.h:
19479         * gst/tcp/gsttcpplugin.c: (plugin_init):
19480         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
19481         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
19482         (gst_tcp_server_sink_finalize),
19483         (gst_tcp_server_sink_handle_server_read),
19484         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
19485         (gst_tcp_server_sink_set_property),
19486         (gst_tcp_server_sink_get_property),
19487         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
19488         * gst/tcp/gsttcpserversink.h:
19489         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
19490         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
19491         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
19492         (gst_tcp_server_src_set_property),
19493         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
19494         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
19495         * gst/tcp/gsttcpserversrc.h:
19496           more borgifying
19497
19498 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19499
19500         * docs/plugins/Makefile.am:
19501         * docs/plugins/gst-plugins-base-plugins.args:
19502         * docs/plugins/inspect/plugin-libvisual.xml:
19503         * gst/audioconvert/plugin.h:
19504         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
19505         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
19506         (gst_audio_rate_setcaps), (gst_audio_rate_init),
19507         (gst_audio_rate_chain), (gst_audio_rate_set_property),
19508         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
19509         (plugin_init):
19510         * gst/audiotestsrc/gstaudiotestsrc.c:
19511         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
19512         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
19513         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
19514         (gst_audio_test_src_get_query_types),
19515         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
19516         (gst_audio_test_src_create_square),
19517         (gst_audio_test_src_create_saw),
19518         (gst_audio_test_src_create_triangle),
19519         (gst_audio_test_src_create_silence),
19520         (gst_audio_test_src_create_white_noise),
19521         (gst_audio_test_src_init_pink_noise),
19522         (gst_audio_test_src_generate_pink_noise_value),
19523         (gst_audio_test_src_create_pink_noise),
19524         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
19525         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
19526         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
19527         (plugin_init):
19528         * gst/audiotestsrc/gstaudiotestsrc.h:
19529         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
19530         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
19531         (gst_sub_parse_init), (gst_sub_parse_formats),
19532         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
19533         (convert_encoding), (get_next_line),
19534         (gst_sub_parse_data_format_autodetect),
19535         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
19536         (gst_sub_parse_loop), (gst_sub_parse_chain),
19537         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
19538         (plugin_init):
19539         * gst/subparse/gstsubparse.h:
19540         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
19541         (gst_video_rate_base_init), (gst_video_rate_class_init),
19542         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
19543         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
19544         (gst_video_rate_init), (gst_video_rate_event),
19545         (gst_video_rate_chain), (gst_video_rate_set_property),
19546         (gst_video_rate_get_property), (gst_video_rate_change_state),
19547         (plugin_init):
19548         * gst/videoscale/gstvideoscale.c:
19549         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
19550         (gst_video_scale_src_template_factory),
19551         (gst_video_scale_sink_template_factory),
19552         (gst_video_scale_get_type), (gst_video_scale_base_init),
19553         (gst_video_scale_class_init), (gst_video_scale_init),
19554         (gst_video_scale_set_property), (gst_video_scale_get_property),
19555         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
19556         (gst_video_scale_prepare_size), (parse_caps),
19557         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
19558         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
19559         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
19560         (plugin_init):
19561         * gst/videoscale/gstvideoscale.h:
19562         * gst/videotestsrc/gstvideotestsrc.c:
19563         (gst_video_test_src_pattern_get_type),
19564         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
19565         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
19566         (gst_video_test_src_set_pattern),
19567         (gst_video_test_src_set_property),
19568         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
19569         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
19570         (gst_video_test_src_event), (gst_video_test_src_get_times),
19571         (gst_video_test_src_create), (plugin_init):
19572         * gst/videotestsrc/gstvideotestsrc.h:
19573         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
19574         (gst_video_test_src_smpte), (gst_video_test_src_snow),
19575         (gst_video_test_src_black):
19576         * gst/videotestsrc/videotestsrc.h:
19577           borgify further
19578           clean up docs a little
19579
19580 2005-11-30  Wim Taymans  <wim@fluendo.com>
19581
19582         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19583         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
19584         (gst_basertppayload_event), (gst_basertppayload_push),
19585         (gst_basertppayload_change_state):
19586         * gst-libs/gst/rtp/gstbasertppayload.h:
19587         closed #320644.
19588
19589 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19590
19591         * docs/libs/gst-plugins-base-libs-docs.sgml:
19592         * docs/libs/gst-plugins-base-libs-sections.txt:
19593         * gst-libs/gst/video/gstvideofilter.c:
19594         * gst-libs/gst/video/gstvideosink.c:
19595         * gst-libs/gst/video/gstvideosink.h: Adding docs.
19596
19597 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19598
19599         * LICENSE:
19600           move
19601         * po/af.po:
19602         * po/az.po:
19603         * po/cs.po:
19604         * po/en_GB.po:
19605         * po/hu.po:
19606         * po/it.po:
19607         * po/nb.po:
19608         * po/nl.po:
19609         * po/or.po:
19610         * po/sq.po:
19611         * po/sr.po:
19612         * po/sv.po:
19613         * po/uk.po:
19614         * po/vi.po:
19615         * Makefile.am:
19616           update
19617         * scripts/autoplugins.sh:
19618           remove
19619
19620 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19621
19622         * Makefile.am:
19623         * configure.ac:
19624         * examples/Makefile.am:
19625         * examples/capsfilter/Makefile.am:
19626         * examples/capsfilter/capsfilter1.c:
19627         * examples/gob/Makefile.am:
19628         * examples/gob/gst-identity2.gob:
19629         * examples/indexing/.cvsignore:
19630         * examples/indexing/Makefile.am:
19631         * examples/indexing/indexmpeg.c:
19632         * examples/seeking/.cvsignore:
19633         * examples/seeking/Makefile.am:
19634         * examples/seeking/cdparanoia.c:
19635         * examples/seeking/cdplayer.c:
19636         * examples/seeking/chained.c:
19637         * examples/seeking/scrubby.c:
19638         * examples/seeking/seek.c:
19639         * examples/stats/Makefile.am:
19640         * examples/stats/mp2ogg.c:
19641         * examples/switch/.cvsignore:
19642         * examples/switch/Makefile.am:
19643         * examples/switch/switcher.c:
19644         * tests/Makefile.am:
19645         * tests/check/generic/.cvsignore:
19646         * tests/check/pipelines/.cvsignore:
19647         * tests/examples/Makefile.am:
19648         * tests/examples/seek/Makefile.am:
19649           reorganize stuff under tests/
19650
19651 2005-11-30  Edward Hervey  <edward@fluendo.com>
19652
19653         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
19654         Go away you stupid GstStaticPadTemplate memleak.
19655
19656 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19657
19658         * gst-libs/gst/net/Makefile.am:
19659         * gst-libs/gst/net/README:
19660         * gst-libs/gst/net/gstnetbuffer.c:
19661         * gst-libs/gst/net/gstnetbuffer.h:
19662           this was moved to "netbuffer"
19663
19664 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19665
19666         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
19667         (gst_video_filter_class_init), (gst_video_filter_init):
19668         * gst-libs/gst/video/gstvideofilter.h:
19669           borgify name to bring in line with other classes
19670
19671 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19672
19673         * gst/audioscale/.cvsignore:
19674         * gst/audioscale/Makefile.am:
19675         * gst/audioscale/README:
19676         * gst/audioscale/audioscale.vcproj:
19677         * gst/audioscale/dtof.c:
19678         * gst/audioscale/dtos.c:
19679         * gst/audioscale/functable.c:
19680         * gst/audioscale/gstaudioscale.c:
19681         * gst/audioscale/gstaudioscale.h:
19682         * gst/audioscale/private.h:
19683         * gst/audioscale/resample.c:
19684         * gst/audioscale/resample.h:
19685         * gst/audioscale/test.c:
19686           remove
19687
19688 2005-11-30  Edward Hervey  <edward@fluendo.com>
19689
19690         * gst-libs/gst/netbuffer/Makefile.am:
19691         really, really tired
19692
19693 2005-11-30  Edward Hervey  <edward@fluendo.com>
19694
19695         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
19696         Update for new GstTypeFindFactory _register()
19697
19698 2005-11-30  Edward Hervey  <edward@fluendo.com>
19699
19700         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
19701         Let's not override libgstnet from core for no reason...
19702         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
19703         Ok, maybe not so quick next time.
19704
19705 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19706
19707         * configure.ac:
19708         * gst-libs/gst/Makefile.am:
19709           moved gst-libs/gst/net to netbuffer through CVS surgery
19710           remove old directory
19711           updating build to accomodate
19712           (#322257)
19713
19714 2005-11-29  Andy Wingo  <wingo@pobox.com>
19715
19716         * pkgconfig/gstreamer-plugins-base.pc.in:
19717         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
19718         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
19719         (#322257).
19720
19721 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19722
19723         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
19724         3rd time's the charm. Correct ref-counting for discarded buffers.
19725
19726 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19727
19728         * gst/playback/gststreamselector.c:
19729         (gst_stream_selector_class_init),
19730         (gst_stream_selector_set_property),
19731         (gst_stream_selector_get_property),
19732         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
19733         Fix ref-counting
19734
19735 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
19736
19737         * gst/subparse/gstsubparse.c: (feed_textbuf):
19738           Don't access already unref'ed buffer.
19739
19740 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19741
19742         * gst/playback/gststreamselector.c:
19743         (gst_stream_selector_class_init), (gst_stream_selector_init),
19744         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
19745         (gst_stream_selector_get_property),
19746         (gst_stream_selector_get_linked_pad),
19747         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
19748         * gst/playback/gststreamselector.h:
19749         Add the active-pad property for playbin to use shortly. Ignore buffers
19750         from any other pad, returning GST_FLOW_NOT_LINKED
19751
19752 2005-11-29  Julien MOUTTE  <julien@moutte.net>
19753
19754         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
19755         patch from bug #322704 (Alessandro Decina).
19756
19757 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19758
19759         * gst-libs/gst/audio/Makefile.am:
19760           folded audiofilter into the audio library
19761
19762 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19763
19764         * gst/videoscale/gstvideoscale.h:
19765         * gst/videoscale/gstvideoscale.c:
19766           remove unimplemented scale methods
19767
19768 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
19769
19770         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
19771           Don't leak caps.
19772
19773 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19774
19775         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
19776         (gst_ximagesink_setcaps):
19777         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
19778         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
19779         happens (only visible on ximagesink but bug is in xv too) set_caps was
19780         destroying the internal x[v]image used to memcpy non locally alloced
19781         buffers so that it got renewed on next _chain. The issue is that 
19782         _expose will try to put that image as it reffed it in _put.
19783         Using gst_buffer_unref instead of destroy fixes it !
19784
19785 2005-11-28  Edward Hervey  <edward@fluendo.com>
19786
19787         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
19788         (try_to_link_1), (queue_filled_cb):
19789         Better use of the queues. Start with a small size queue and only increase
19790         the size of the queues when the other queues are empty.
19791
19792 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
19793
19794         * gst-libs/gst/video/Makefile.am:
19795           compile in copied-over videofilter into the video library
19796         * gst-libs/gst/video/videosink.h:
19797           rename the header to gstvideosink.h since it's a base GstObject class
19798         * sys/ximage/ximagesink.h:
19799         * sys/xvimage/xvimagesink.h:
19800           use the new header
19801
19802 2005-11-28  Wim Taymans  <wim@fluendo.com>
19803
19804         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
19805         * gst/playback/gstplaybasebin.h:
19806         Prepare to handle errors betters.
19807
19808         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
19809         Set sinks to PAUSED first before adding and linking them so that
19810         we don't interrupt dataflow.
19811
19812 2005-11-28  Wim Taymans  <wim@fluendo.com>
19813
19814         * gst-libs/gst/audio/TODO:
19815         Updated TODO
19816
19817         * gst-libs/gst/audio/gstaudiosink.c:
19818         (gst_audioringbuffer_open_device),
19819         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
19820         (gst_audioringbuffer_release):
19821         Small cleanups.
19822
19823         * gst-libs/gst/audio/gstbaseaudiosink.c:
19824         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
19825         (gst_base_audio_sink_change_state):
19826         Slave to the master clock when going to PLAYING and unslave when
19827         going to PAUSED.
19828
19829         * gst-libs/gst/audio/gstringbuffer.c:
19830         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
19831         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
19832         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
19833         (gst_ring_buffer_clear_all), (wait_segment),
19834         (gst_ring_buffer_commit), (gst_ring_buffer_read),
19835         (gst_ring_buffer_advance):
19836         * gst-libs/gst/audio/gstringbuffer.h:
19837         Add some docs and cleanups.
19838
19839 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19840
19841         * sys/xvimage/xvimagesink.c:
19842         (gst_xvimagesink_navigation_send_event): Fix navigation events
19843         coordinates translation with pixel aspect ratios.
19844
19845 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19846
19847         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
19848         Use calculated video geometry from _setcaps instead of buffer
19849         caps to respect pixel aspect ratio. (fixes #322388)
19850
19851 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19852
19853         * docs/libs/tmpl/gstcolorbalance.sgml:
19854         * docs/libs/tmpl/gstmixer.sgml:
19855         * docs/libs/tmpl/gstxoverlay.sgml:
19856         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
19857         interface.
19858
19859 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19860
19861         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
19862         Refuse to create an XvImage if we can't find the format.
19863
19864 2005-11-28  Edward Hervey  <edward@fluendo.com>
19865
19866         * gst-libs/gst/riff/riff-media.c:
19867         (gst_riff_create_audio_template_caps):
19868         Add ATRAC3 to the list of riff-possible audio caps.
19869         I know we still don't have a plugin for atrac3, but it's saner to output
19870         that than a cryptic mimetype.
19871
19872 2005-11-27  Edward Hervey  <edward@fluendo.com>
19873
19874         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
19875         Don't try to create a zero-sized subbuffer.
19876
19877 2005-11-27  Julien MOUTTE  <julien@moutte.net>
19878
19879         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
19880         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
19881         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
19882         (gst_ximagesink_expose): Fixed a tricky race.
19883         * sys/ximage/ximagesink.h:
19884         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
19885         (gst_xvimagesink_expose): Fixed a tricky race.
19886         * sys/xvimage/xvimagesink.h:
19887
19888 2005-11-27  Edward Hervey  <edward@fluendo.com>
19889
19890         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19891         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
19892         Remove unused properties, and add queues between demuxers and decoders
19893         so that a lot more files can preroll properly.
19894
19895 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19896
19897         * gst-libs/gst/net/Makefile.am:
19898         * gst-libs/gst/rtp/Makefile.am:
19899         * gst-libs/gst/tag/Makefile.am:
19900           remove silly include
19901         * gst/tags/Makefile.am:
19902         * gst/tags/gsttagediting.c:
19903         * gst/tags/gsttageditingprivate.h:
19904         * gst/tags/tagedit.vcproj:
19905           remove directory, is as good as empty
19906
19907 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19908
19909         * configure.ac:
19910           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
19911         * gst-libs/Makefile.am:
19912         * gst-libs/gst/audio/Makefile.am:
19913         * gst-libs/gst/interfaces/Makefile.am:
19914         * gst-libs/gst/net/Makefile.am:
19915         * gst-libs/gst/riff/Makefile.am:
19916         * gst-libs/gst/rtp/Makefile.am:
19917         * gst-libs/gst/tag/Makefile.am:
19918         * gst-libs/gst/video/Makefile.am:
19919           and use them
19920
19921 2005-11-27  Julien MOUTTE  <julien@moutte.net>
19922
19923         * docs/libs/tmpl/gstcolorbalance.sgml:
19924         * docs/libs/tmpl/gstmixer.sgml:
19925         * docs/libs/tmpl/gstxoverlay.sgml:
19926         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
19927         * sys/ximage/ximagesink.h:
19928         * sys/xvimage/xvimagesink.h: More and more documentation.
19929
19930 2005-11-26  Julien MOUTTE  <julien@moutte.net>
19931
19932         * docs/libs/gst-plugins-base-libs-docs.sgml:
19933         * docs/libs/gst-plugins-base-libs-sections.txt:
19934         * docs/libs/tmpl/gstcolorbalance.sgml:
19935         * docs/libs/tmpl/gstmixer.sgml:
19936         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
19937         to documentation.
19938
19939 2005-11-26  Julien MOUTTE  <julien@moutte.net>
19940
19941         * docs/plugins/Makefile.am:
19942         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19943         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19944         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
19945
19946 2005-11-26  Julien MOUTTE  <julien@moutte.net>
19947
19948         * docs/plugins/Makefile.am:
19949         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19950         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19951         * docs/plugins/inspect/plugin-adder.xml:
19952         * docs/plugins/inspect/plugin-alsa.xml:
19953         * docs/plugins/inspect/plugin-audioconvert.xml:
19954         * docs/plugins/inspect/plugin-audiorate.xml:
19955         * docs/plugins/inspect/plugin-audioresample.xml:
19956         * docs/plugins/inspect/plugin-audiotestsrc.xml:
19957         * docs/plugins/inspect/plugin-decodebin.xml:
19958         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
19959         * docs/plugins/inspect/plugin-gnomevfs.xml:
19960         * docs/plugins/inspect/plugin-ogg.xml:
19961         * docs/plugins/inspect/plugin-playbin.xml:
19962         * docs/plugins/inspect/plugin-subparse.xml:
19963         * docs/plugins/inspect/plugin-tcp.xml:
19964         * docs/plugins/inspect/plugin-theora.xml:
19965         * docs/plugins/inspect/plugin-typefindfunctions.xml:
19966         * docs/plugins/inspect/plugin-video4linux.xml:
19967         * docs/plugins/inspect/plugin-videorate.xml:
19968         * docs/plugins/inspect/plugin-videoscale.xml:
19969         * docs/plugins/inspect/plugin-videotestsrc.xml:
19970         * docs/plugins/inspect/plugin-volume.xml:
19971         * docs/plugins/inspect/plugin-vorbis.xml:
19972         * docs/plugins/inspect/plugin-ximagesink.xml:
19973         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
19974         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
19975
19976 2005-11-26  Edward Hervey  <edward@fluendo.com>
19977
19978         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
19979         Properly return GstFlowReturn from gst_pad_push in chain functions.
19980
19981 2005-11-25  Michael Smith  <msmith@fluendo.com>
19982
19983         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
19984         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
19985         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
19986         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
19987           Handle various conditions better when we don't understand a stream.
19988           Removes a heap of CRITICALs on ogg streams containing unknown data.
19989
19990 2005-11-24  Andy Wingo  <wingo@pobox.com>
19991
19992         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
19993         Be threadsafe.
19994
19995 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19996
19997         * configure.ac: back to HEAD
19998
19999 === release 0.9.6 ===
20000
20001 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
20002
20003         * configure.ac:
20004           releasing 0.9.6, "White Eight"
20005
20006 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20007
20008         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
20009         * docs/plugins/inspect/plugin-sine.xml:
20010           remove sinesrc some more
20011
20012 2005-11-23  Wim Taymans  <wim@fluendo.com>
20013
20014         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
20015         If we are reading too slowly, jump forward in the ringbuffer
20016         instead of blocking.
20017
20018 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20019
20020         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
20021         (gst_visual_chain):
20022         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
20023         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
20024         (gst_videorate_chain):
20025         * gst/videotestsrc/gstvideotestsrc.c:
20026         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
20027         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
20028         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
20029         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
20030         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20031         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20032           Updates for API changes
20033
20034 2005-11-23  Wim Taymans  <wim@fluendo.com>
20035
20036         * gst-libs/gst/audio/gstbaseaudiosink.c:
20037         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
20038         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20039         Fix for calibration API change.
20040
20041 2005-11-23  Michael Smith <msmith@fluendo.com>
20042
20043         * gst-libs/gst/audio/multichannel.c:
20044         (gst_audio_get_channel_positions),
20045         (gst_audio_set_channel_positions),
20046         (gst_audio_set_structure_channel_positions_list),
20047         (gst_audio_fixate_channel_positions):
20048           Use gst_value_array_*() functions on value arrays, not
20049           gst_value_list_*().
20050
20051 2005-11-23  Edward Hervey  <edward@fluendo.com>
20052
20053         * autogen.sh:
20054         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
20055         Fixes autogen
20056
20057 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20058
20059         * check/Makefile.am:
20060         * check/elements/videotestsrc.c: (setup_videotestsrc),
20061         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
20062         (main):
20063           add a test for videotestsrc
20064
20065 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20066
20067         * gst/sine/.cvsignore:
20068         * gst/sine/Makefile.am:
20069         * gst/sine/gstsinesrc.c:
20070         * gst/sine/gstsinesrc.h:
20071         * gst/sine/sinesrc.vcproj:
20072           and remove sinesrc from the repository.  Closes #321446
20073
20074 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20075
20076         * configure.ac:
20077         * gst-plugins-base.spec.in:
20078           remove sinesrc from the build
20079
20080 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20081
20082         * check/Makefile.am:
20083         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
20084         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
20085         (main):
20086           add a test for audiotestsrc, testing all waves.  Even seems
20087           leak-free at first glance, nice job Stefan
20088
20089 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20090
20091         * po/af.po:
20092         * po/az.po:
20093         * po/cs.po:
20094         * po/en_GB.po:
20095         * po/hu.po:
20096         * po/it.po:
20097         * po/nb.po:
20098         * po/nl.po:
20099         * po/or.po:
20100         * po/sq.po:
20101         * po/sr.po:
20102         * po/sv.po:
20103         * po/uk.po:
20104         * po/vi.po:
20105           Translation string updates
20106
20107         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
20108         (gst_v4lsrc_set_caps):
20109         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20110         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20111         * sys/v4l/v4lsrc_calls.h:
20112           Improve v4lsrc, by making it work again.
20113
20114 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20115
20116         * ext/libvisual/visual.c: (gst_visual_chain):
20117           Fix the fps calculations.
20118
20119         * gst/ffmpegcolorspace/avcodec.h:
20120           Move structure element for clarity
20121
20122         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
20123         * gst-libs/gst/interfaces/tunernorm.h:
20124         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
20125         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
20126         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
20127         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
20128         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
20129         (gst_v4lmjpegsrc_getcaps):
20130         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
20131         (gst_v4lsrc_set_caps):
20132         * sys/v4l/gstv4lsrc.h:
20133         * sys/v4l/v4l_calls.c: (gst_v4l_open):
20134         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20135         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20136         * sys/v4l/v4lsrc_calls.h:
20137           Fractional framerates...
20138
20139 2005-11-22  Wim Taymans  <wim@fluendo.com>
20140
20141         * gst-libs/gst/audio/gstbaseaudiosink.c:
20142         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
20143         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20144         And we provide a clock by default, of course...
20145
20146 2005-11-22  Wim Taymans  <wim@fluendo.com>
20147
20148         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
20149         This clock can be slaved to a master clock now.
20150
20151         * gst-libs/gst/audio/gstbaseaudiosink.c:
20152         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
20153         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
20154         (gst_base_audio_sink_set_clock),
20155         (gst_base_audio_sink_set_property),
20156         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
20157         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20158         * gst-libs/gst/audio/gstbaseaudiosink.h:
20159         Handle slaving the internal clock to the clock selected in the
20160         pipeline.
20161         Add property to make the basesink not provide a clock.
20162
20163         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20164         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20165         (gst_base_rtp_depayload_wait):
20166         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20167         We can use the clock in GstElement, no need to store it ourselves.
20168
20169 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20170
20171         * docs/libs/tmpl/gstaudio.sgml:
20172           update
20173         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
20174         (gst_paranoia_endian_get_type):
20175         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
20176         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
20177         * gst/audiotestsrc/gstaudiotestsrc.c:
20178         (gst_audiostestsrc_wave_get_type):
20179         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
20180         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
20181         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
20182         (gst_sync_method_get_type), (gst_unit_type_get_type),
20183         (gst_client_status_get_type), (gst_multifdsink_class_init),
20184         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
20185         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
20186         (gst_multifdsink_get_property):
20187         * gst/tcp/gstmultifdsink.h:
20188         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
20189         * gst/videotestsrc/gstvideotestsrc.c:
20190         (gst_videotestsrc_pattern_get_type):
20191           remove deprecated properties
20192           fix up enums to correctly have short lowercase dashed nicks
20193
20194 2005-11-22  Michael Smith <msmith@fluendo.com>
20195
20196         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
20197         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
20198           Add underscore.
20199
20200 2005-11-22  Michael Smith <msmith@fluendo.com>
20201
20202         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
20203         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
20204           Use utility method for scaling clocktime for fractional framerates.
20205
20206 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
20207
20208         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
20209         (gst_visual_chain):
20210         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
20211         * ext/theora/theoradec.c: (theora_handle_type_packet):
20212         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
20213         (theora_enc_chain):
20214         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
20215         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
20216         * gst-libs/gst/video/video.h:
20217         * gst/ffmpegcolorspace/avcodec.h:
20218         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20219         (gst_ffmpeg_caps_to_pixfmt):
20220         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20221         (gst_ffmpegcsp_set_caps):
20222         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
20223         (gst_videorate_setcaps), (gst_videorate_blank_data),
20224         (gst_videorate_chain):
20225         * gst/videotestsrc/gstvideotestsrc.c:
20226         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
20227         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
20228         (gst_videotestsrc_event), (gst_videotestsrc_create):
20229         * gst/videotestsrc/gstvideotestsrc.h:
20230         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
20231         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
20232         (gst_ximagesink_get_times), (gst_ximagesink_init):
20233         * sys/ximage/ximagesink.h:
20234         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
20235         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
20236         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
20237         * sys/xvimage/xvimagesink.h:
20238           Convert elements to use fractions for their framerate.
20239           V4L elements to come later tonight.
20240
20241 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20242
20243         * gst-libs/gst/audio/audio.c:
20244         * gst-libs/gst/audio/audio.h:
20245           remove some deprecated functions
20246
20247 2005-11-22  Andy Wingo  <wingo@pobox.com>
20248
20249         * Update for gst_tag_setter API changes.
20250
20251 2005-11-22  Andy Wingo  <wingo@pobox.com>
20252
20253         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
20254         (gst_ogg_demux_perform_seek):
20255         * ext/theora/theoradec.c (theora_dec_sink_event):
20256         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
20257         update-funcnames.
20258
20259 2005-11-22  Wim Taymans  <wim@fluendo.com>
20260
20261         * examples/seeking/seek.c: (main):
20262         Give higher priority to bus signals than the gtk events
20263         to fix a race condition in the segment looping.
20264
20265 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20266
20267         * ext/theora/Makefile.am:
20268         * ext/vorbis/Makefile.am:
20269         * gst-libs/gst/tag/Makefile.am:
20270         * gst-plugins-base.spec.in:
20271           Rename libgsttagedit to libgsttag (#322117).
20272
20273 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20274
20275         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
20276         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20277           Call gst_x_overlay_prepare_xwindow_id() to give applications
20278           a final chance to set their own xwindow id before the video
20279           sink creates its own window.
20280
20281 2005-11-22  Julien MOUTTE  <julien@moutte.net>
20282
20283         * sys/xvimage/xvimagesink.c:
20284         (gst_xvimagesink_navigation_send_event): Handle navigation
20285         events correcly with borders if applicable.
20286
20287 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20288
20289         Patch by: Luca Ognibene
20290
20291         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20292         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
20293         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20294         (gst_ffmpegcsp_caps_remove_format_info):
20295         * gst/ffmpegcolorspace/imgconvert.c:
20296         * gst/ffmpegcolorspace/imgconvert_template.h:
20297           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
20298           #318353); use gst_structure_has_name().
20299
20300 2005-11-22  Julien MOUTTE  <julien@moutte.net>
20301
20302         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
20303         (gst_ximagesink_class_init): Add debug macros on functions.
20304         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
20305         (gst_xvimagesink_xwindow_draw_borders),
20306         (gst_xvimagesink_xvimage_put),
20307         (gst_xvimagesink_xwindow_update_geometry),
20308         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
20309         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
20310         (gst_xvimagesink_xcontext_clear),
20311         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
20312         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
20313         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
20314         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
20315         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
20316         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
20317         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
20318         expose while being PAUSED, out of data flow navigation events, etc..
20319
20320 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20321
20322         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
20323         * gst-libs/gst/audio/audio.h:
20324           fix prototype - wondering why the test worked regardless
20325
20326 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
20327
20328         * check/Makefile.am:
20329         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
20330         * gst-libs/gst/audio/audio.h:
20331           add a method that returns a proper GstClockTime
20332
20333 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20334
20335         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
20336         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
20337         * gst-libs/gst/interfaces/xoverlay.h:
20338           Remove everything having to do with the desired size; add 
20339           gst_x_overlay_prepare_xwindow_id() function; remove the
20340           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
20341           post a message on the bus instead (#321816).
20342
20343         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
20344         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
20345         (gst_xvimagesink_xoverlay_init):
20346           Remove desired size stuff (#321816).
20347
20348 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20349
20350         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
20351         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
20352         (mpeg_video_type_find), (mpeg_video_stream_type_find):
20353           Terminate vararg functions with NULL instead of 0 to 
20354           make gcc4 happy.
20355
20356 2005-11-21  Andy Wingo  <wingo@pobox.com>
20357
20358         patch by: Sebastien Cote <sebas642@yahoo.ca>
20359         
20360         * gst-libs/gst/rtp/gstrtpbuffer.h: 
20361         * gst-libs/gst/rtp/gstrtpbuffer.c
20362         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
20363
20364 2005-11-21  Andy Wingo  <wingo@pobox.com>
20365
20366         * gst/playback/gstplaybin.c (gen_audio_element) 
20367         (gen_video_element): Use the new MISSING_PLUGIN core error
20368         category. Closes #320060.
20369
20370         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
20371         * gst/videorate/gstvideorate.c (gst_videorate_event):
20372         * ext/theora/theoradec.c (theora_dec_sink_event): 
20373         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
20374         stream lock.
20375
20376         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
20377         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
20378         stream lock changes.
20379
20380 2005-11-21  Wim Taymans  <wim@fluendo.com>
20381
20382         * gst-libs/gst/audio/gstbaseaudiosink.c:
20383         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
20384         (gst_base_audio_sink_provide_clock),
20385         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
20386         (gst_base_audio_sink_change_state):
20387         * gst/audioresample/gstaudioresample.c:
20388         Segment update fix.
20389
20390 2005-11-21  Andy Wingo  <wingo@pobox.com>
20391
20392         * *.h:
20393         * *.c: Ran scripts/update-macros. Oh yes.
20394
20395 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20396
20397         * sys/ximage/Makefile.am:
20398         * sys/ximage/ximage.c:
20399           Rename ximage plugin to ximagesink (#321426) (Don't forget to
20400           remove your old libgstximage.* manually if necessary).
20401
20402 2005-11-21  Michael Smith <msmith@fluendo.com>
20403
20404         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
20405           Minimal fix for bug #320200: set the min/max bitrate in the correct
20406           units. A better fix would be to upgrade to the RATEMANAGE2
20407           interface, rather than using the deprecated interface used here, but
20408           that would require an update in our libvorbis dependency (to 1.1),
20409           which is probably undesirable.
20410
20411 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
20412
20413         * ext/libvisual/visual.c: (get_buffer):
20414         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20415         (gst_base_audio_src_fixate):
20416         * gst/audioconvert/gstaudioconvert.c:
20417         (gst_audio_convert_fixate_caps):
20418         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
20419         * gst/audiotestsrc/gstaudiotestsrc.c:
20420         (gst_audiotestsrc_src_fixate):
20421         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
20422         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
20423         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
20424         * gst/videotestsrc/gstvideotestsrc.c:
20425         (gst_videotestsrc_src_fixate):
20426         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
20427         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
20428           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
20429           (#322027)
20430
20431
20432 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20433
20434         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
20435         (gst_riff_create_iavs_caps):
20436         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
20437         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
20438         (gst_riff_parse_info):
20439         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
20440         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
20441         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20442           Fixes for GST_FOURCC_FORMAT API change.
20443
20444 2005-11-21  Andy Wingo  <wingo@pobox.com>
20445
20446         patch by: Alessandro Dessina <alessandro nnva org>
20447
20448         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
20449         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
20450         (gst_ogg_parse_chain):
20451         * ext/theora/theoraenc.c (theora_set_header_on_caps):
20452         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
20453         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
20454         gst_value_list calls on arrays. Fixes #321962.
20455
20456 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20457
20458         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
20459         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
20460         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
20461         * gst/adder/gstadder.c: (gst_adder_init),
20462         (gst_adder_request_new_pad), (gst_adder_collected),
20463         (gst_adder_change_state):
20464           Update for gst_collectpads_foo() to gst_collect_pads_foo()
20465           API change.
20466
20467 2005-11-21  Michael Smith <msmith@fluendo.com>
20468
20469         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
20470         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
20471           Properly handle pad_push return values.
20472
20473 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
20474
20475         * gst-libs/gst/tag/Makefile.am:
20476         * gst-libs/gst/tag/gstvorbistag.c:
20477         (gst_tag_list_to_vorbiscomment_buffer):
20478           Remove obsolete vorbistag element and debug category.
20479
20480         * gst/playback/gstplaybasebin.c: (check_queue):
20481           Don't divide by 0 when queue-threshold is 0.
20482
20483         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
20484           Don't modify an existing pixel-aspect-ratio if we fail to read
20485           a new one.
20486
20487 2005-11-20  Wim Taymans  <wim@fluendo.com>
20488
20489         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
20490         (gst_vorbisenc_push_packet):
20491         GST_PAD_IS_USABLE is gone, use the return value of
20492         the push or pad_alloc_buffer instead.
20493
20494 2005-11-18  Julien MOUTTE  <julien@moutte.net>
20495
20496         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
20497         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
20498         (gst_ximagesink_ximage_destroy),
20499         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
20500         (gst_ximagesink_xwindow_new),
20501         (gst_ximagesink_xwindow_update_geometry),
20502         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
20503         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
20504         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
20505         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
20506         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
20507         (gst_ximagesink_navigation_send_event),
20508         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
20509         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
20510         (gst_ximagesink_finalize), (gst_ximagesink_init),
20511         (gst_ximagesink_class_init):
20512         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
20513         This new version brings correct software scaling, non flickering
20514         window while resizing, pixel aspect ratio handling, usage of
20515         hardware buffer pools, out of data flow event thread for 
20516         navigation and handling of expose events even when being PAUSED,
20517         a new property to keep video aspect ratio when resizing, etc...
20518
20519 2005-11-18  Julien MOUTTE  <julien@moutte.net>
20520
20521         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
20522         (gst_videoscale_fixate_caps): Introduce back caps fixate with
20523         handling of PAR.
20524
20525 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
20526
20527         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
20528         Unsetting IS_SINK flag from the fakesink, so decodebin
20529         never behaves as a sink.
20530
20531 2005-11-17  Wim Taymans  <wim@fluendo.com>
20532
20533         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20534         (gst_base_audio_src_change_state):
20535         Fix the audiosrc base class again, we did not unflush.
20536
20537 2005-11-17  Julien MOUTTE  <julien@moutte.net>
20538
20539         * examples/seeking/seek.c: (make_dv_pipeline),
20540         (make_vorbis_theora_pipeline), (make_avi_pipeline),
20541         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
20542         to ogg/vorbis/theora pipeline.
20543
20544 2005-11-17  Wim Taymans  <wim@fluendo.com>
20545
20546         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
20547         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
20548         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
20549         Fix EOS on multiple streams.
20550         More debugging.
20551
20552 2005-11-16  Wim Taymans  <wim@fluendo.com>
20553
20554         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
20555         (gst_ogg_demux_perform_seek):
20556         Segment done must include stream time.
20557
20558         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
20559         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
20560         (gst_ogg_mux_change_state):
20561         Fix ogg muxer again.
20562
20563 2005-11-16  Wim Taymans  <wim@fluendo.com>
20564
20565         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
20566         Fix compile again.
20567
20568 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20569
20570         * ext/libvisual/visual.c: (gst_visual_init):
20571         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
20572         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
20573         (gst_ogg_parse_chain):
20574         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
20575         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
20576         * ext/theora/theoradec.c: (gst_theora_dec_init):
20577         * ext/theora/theoraenc.c: (gst_theora_enc_init):
20578         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
20579         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
20580         * gst/adder/gstadder.c: (gst_adder_class_init),
20581         (gst_adder_dispose):
20582         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
20583         * gst/subparse/gstsubparse.c: (gst_subparse_init):
20584         * gst/videorate/gstvideorate.c: (gst_videorate_init):
20585           Fix a whole set of pad template leaks
20586
20587 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20588
20589         * check/generic/states.c: (GST_START_TEST):
20590           fix the test so that it only checks for elements that are part of
20591           this source module
20592
20593 2005-11-16  Michael Smith <msmith@fluendo.com>
20594
20595         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
20596         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
20597         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20598         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20599         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
20600         (gst_ogg_mux_change_state):
20601           Fix leaking collectpads.
20602
20603 2005-11-16  Edward Hervey  <edward@fluendo.com>
20604
20605         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
20606         (gst_videorate_event), (gst_videorate_chain):
20607         Handle segment seeks
20608
20609 2005-11-16  Wim Taymans  <wim@fluendo.com>
20610
20611         * gst-libs/gst/audio/gstbaseaudiosink.c:
20612         (gst_base_audio_sink_provide_clock),
20613         (gst_base_audio_sink_change_state):
20614         Set ringbuffer to non-flushing when going to PAUSED, set to
20615         flushing again when going to READY.
20616
20617         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
20618         (gst_ring_buffer_stop):
20619         Start in flushing mode by default.
20620         Don't set flushing in the _stop method, let the app call
20621         this explicitly.
20622
20623 2005-11-16  Julien MOUTTE  <julien@moutte.net>
20624
20625         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
20626         * gst-libs/gst/video/videosink.h: Add helper function needed
20627         for video sinks.
20628
20629 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
20630
20631         * gst/videoscale/gstvideoscale.c:
20632         (gst_videoscale_handle_src_event):
20633           Don't leak reference to pad parent.
20634
20635 2005-11-16  Wim Taymans  <wim@fluendo.com>
20636
20637         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
20638         Set ringbuffer to flushing when stopping so that we don't
20639         block on wait_segment anymore and livelock.
20640
20641 2005-11-16  Wim Taymans  <wim@fluendo.com>
20642
20643         * examples/seeking/seek.c: (send_event), (do_seek),
20644         (loop_toggle_cb), (segment_done), (main):
20645         Added looping checkbox.
20646
20647 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20648
20649         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20650         (gst_ogg_demux_init):
20651         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
20652         (gst_vorbis_dec_init):
20653           revert unrefs, they don't pass make check
20654
20655 2005-11-15  Johan Dahlin  <johan@gnome.org>
20656
20657         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20658         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
20659         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
20660         (gst_vorbis_dec_init):
20661         Fix pad template leaks. 
20662
20663 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
20664
20665         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
20666           Make state change function thread safe.
20667
20668 2005-11-15  Edward Hervey  <edward@fluendo.com>
20669
20670         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
20671         (gst_ogg_demux_class_init):
20672         Implement GstElement::send_event, so we can send seek events
20673         in GST_STATE_READY
20674
20675 2005-11-14  Julien MOUTTE  <julien@moutte.net>
20676
20677         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
20678         Discovered how to take away flickering while resizing the
20679         window. Please don't put that in ximagesink, refactoring in
20680         progress.
20681
20682 2005-11-14  Michael Smith <msmith@fluendo.com>
20683
20684         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
20685         (gst_multifdsink_render):
20686           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
20687
20688 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
20689
20690         * gst/playback/gstplaybin.c: (gen_audio_element):
20691           Use autoaudiosink, it tends to be more widely available than
20692           autoaudiiosink.
20693           
20694 2005-11-14  Andy Wingo  <wingo@pobox.com>
20695
20696         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
20697         as well if it is available. Fixes #316442.
20698
20699 2005-11-14  Michael Smith <msmith@fluendo.com>
20700
20701         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
20702         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
20703         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20704         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20705         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
20706         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
20707         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
20708         (gst_vorbisenc_change_state):
20709           Fix a small memory leak in vorbisenc.
20710           Fix large memory leaks in oggmux, also fix lots of state change
20711           bugs in oggmux.
20712
20713 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20714
20715         * gst/videotestsrc/gstvideotestsrc.c:
20716         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
20717         (gst_videotestsrc_src_fixate):
20718           move fixation to a fixate function
20719           remove negotiate function, basesrc's is good enough
20720           fixes a bug for check when using the element alone
20721
20722 2005-11-13  Edward Hervey  <edward@fluendo.com>
20723
20724         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
20725         (key_toggle_cb), (main):
20726         Added checkboxes for adding/removing the accurate and key_unit seek
20727         flags.
20728
20729 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
20730
20731         * configure.ac: back to HEAD
20732
20733 === release 0.9.5 ===
20734
20735 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
20736
20737         * configure.ac:
20738           releasing 0.9.5, "No No Kia"
20739
20740 2005-11-11  Edward Hervey  <edward@fluendo.com>
20741
20742         * examples/seeking/seek.c: (make_parselaunch_pipeline):
20743         Added parse-launch syntax seeking mode for the seeking example.
20744         This should help stress-test even more cases.
20745         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
20746
20747 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
20748
20749         * sys/xvimage/xvimagesink.c:
20750         (gst_xvimagesink_navigation_send_event):
20751           Check whether peer pad exists before sending navigation events
20752           to it.
20753
20754 2005-11-11  Michael Smith <msmith@fluendo.com>
20755
20756         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
20757         (gst_vorbisenc_buffer_from_packet):
20758         * ext/vorbis/vorbisenc.h:
20759           Set duration on encoded buffers. This allows oggmux's
20760           max_page_delay parameter to actually work.
20761
20762 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
20763
20764         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20765         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
20766         (gst_ffmpegcsp_avpicture_fill):
20767         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20768         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
20769           Make palettes work again (see #132341). Use our own macros
20770           for rounding up.
20771
20772 2005-11-10  Andy Wingo  <wingo@pobox.com>
20773
20774         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
20775         string doober.
20776
20777 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20778
20779         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20780         (gst_ffmpegcsp_transform_caps):
20781           Prefer passthrough in transform_caps
20782
20783 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20784
20785         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
20786           check for ALSA errors properly, instead of relying on ALSA's
20787           error strings to serve to the user.
20788
20789 2005-11-10  Wim Taymans  <wim@fluendo.com>
20790
20791         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
20792         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
20793         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
20794         Modernise the seek code.
20795
20796 2005-11-10  Michael Smith <msmith@fluendo.com>
20797         
20798         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
20799         (setup_substreams), (set_active_source):
20800           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
20801           trying to go to NULL if we failed to read a file.
20802
20803 2005-11-10  Wim Taymans  <wim@fluendo.com>
20804
20805         * gst/audiotestsrc/gstaudiotestsrc.c:
20806         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
20807         (gst_audiotestsrc_create):
20808         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20809         (gst_sinesrc_get_times), (gst_sinesrc_create):
20810         * gst/videotestsrc/gstvideotestsrc.c:
20811         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
20812         (gst_videotestsrc_create):
20813         The base class can now sync for us.
20814
20815 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20816
20817         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
20818           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
20819           name=source autoprobe=false autoprobe-fps=false copy-mode=1
20820           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
20821           format=(fourcc)I420" ! xvimagesink
20822
20823 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
20824
20825         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20826         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
20827         (gst_sinesrc_newsegment):
20828           Send newsegment event in TIME format, set duration if
20829           num-buffers is set, fix duration querying.
20830
20831 2005-11-10  Michael Smith <msmith@fluendo.com>
20832
20833         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
20834         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20835         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20836         (gst_ogg_mux_collected):
20837          Fix EOS handling, partially. Now forwarding an EOS event once we have
20838          EOS on all pads works correctly. However, we still don't properly set
20839          EOS on the actual ogg stream pages.
20840
20841 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
20842
20843         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
20844           Set elements to NULL state before disposing of them.
20845
20846 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
20847
20848         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20849
20850         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20851         (gst_base_rtp_depayload_init),
20852         (gst_base_rtp_depayload_set_gst_timestamp):
20853         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20854           We need to send a newsegment event for each instance, not
20855           just for the first instance of this class (get rid of
20856           static variable in function). (#321011).
20857           
20858 2005-11-08  Michael Smith <msmith@fluendo.com>
20859
20860         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
20861         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
20862         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
20863         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
20864           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
20865           This makes us mux things correctly according to the ogg muxing
20866           rules. Still not handling EOS correctly right now, though.
20867
20868 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
20869
20870         * gst/audioconvert/gstaudioconvert.c:
20871           Fix typo in docs. 
20872
20873 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
20874
20875         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
20876         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
20877           Initialise segment_stop to GST_CLOCK_TIME_NONE when
20878           creating a new chain; should fix live streaming. Also
20879           add more debug output and fix a typo.
20880
20881 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
20882
20883         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20884
20885         * gst/volume/gstvolume.c: (volume_set_caps):
20886           Fix compilation on Solaris with Forte. (#320923)
20887
20888 2005-11-08  Wim Taymans  <wim@fluendo.com>
20889
20890         * gst-libs/gst/audio/gstbaseaudiosink.c:
20891         (gst_base_audio_sink_render):
20892         No need to do a typecheck.
20893
20894 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20895
20896         * ext/alsa/gstalsa.h:
20897           We register a debug category, so let's use it.
20898
20899 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
20900
20901         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20902         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
20903         Fixed a small problem.
20904
20905 2005-11-04  Wim Taymans  <wim@fluendo.com>
20906
20907         * examples/seeking/Makefile.am:
20908         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
20909         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
20910         (make_playerbin_pipeline), (format_value), (update_scale),
20911         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
20912         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
20913         (print_usage), (main):
20914         Added app for playback speed testing.
20915
20916         * examples/seeking/seek.c: (dynamic_link),
20917         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
20918         (make_mpeg_pipeline), (do_seek), (set_update_scale),
20919         (message_received), (main):
20920         Updated seek example.
20921
20922 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
20923
20924         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20925         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20926         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
20927         (gst_base_rtp_depayload_set_clock):
20928         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20929         Don't sleep on the bench (system clock) when you have a nice 
20930         comfortable bed (Gstreamer clock) to sleep on.
20931
20932 2005-11-03  Wim Taymans  <wim@fluendo.com>
20933
20934         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20935         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
20936         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
20937         Handle the case where a pad_block failed.
20938
20939 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
20940
20941         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
20942
20943         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20944         (gst_base_rtp_depayload_add_to_queue),
20945         (gst_base_rtp_depayload_push),
20946         (gst_base_rtp_depayload_set_gst_timestamp),
20947         (gst_base_rtp_depayload_queue_release):
20948           Fixes some bugs in the depayloader's queuing/de-queueing code.
20949
20950 2005-10-31  Michael Smith <msmith@fluendo.com>
20951
20952         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
20953         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
20954         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
20955           Patch from Alessandro Decina <alessandro@nnva.org>.
20956           Make oggdemux only find the final time in a chain, not per-pad,
20957           since the per-pad information can be very expensive to locate, and
20958           it isn't used anywhere. This makes reading a file containing
20959           OggSkeleton reasonably fast.
20960           Also, make chain finding work when there are logical bitstreams that
20961           can't be decoded. Fixes #319110.
20962
20963 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20964
20965         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20966         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20967         (gst_base_rtp_depayload_chain),
20968         (gst_base_rtp_depayload_add_to_queue),
20969         (gst_base_rtp_depayload_push),
20970         (gst_base_rtp_depayload_set_gst_timestamp),
20971         (gst_base_rtp_depayload_queue_release),
20972         (gst_base_rtp_depayload_start_thread),
20973         (gst_base_rtp_depayload_set_property),
20974         (gst_base_rtp_depayload_get_property):
20975         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20976         Some random fixes, to fullfill the desires of thomas.
20977
20978 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20979
20980         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20981         (gst_base_rtp_depayload_add_to_queue),
20982         (gst_base_rtp_depayload_push):
20983         Fixed the queueing algorithm.
20984
20985 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20986
20987         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20988         (gst_base_rtp_depayload_push):
20989         A small fix
20990
20991 2005-10-31  Wim Taymans  <wim@fluendo.com>
20992
20993         * gst-libs/gst/audio/gstringbuffer.h:
20994         Don't break ABI.
20995
20996         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20997         (gst_ffmpeg_caps_to_pixfmt):
20998         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20999         (gst_ffmpegcsp_set_caps):
21000         Some more comments.
21001         Handle missing required caps fields better.
21002
21003 2005-10-31  Wim Taymans  <wim@fluendo.com>
21004
21005         * gst-libs/gst/audio/gstbaseaudiosink.c:
21006         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
21007         (gst_base_audio_sink_render):
21008         * gst-libs/gst/audio/gstringbuffer.c:
21009         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
21010         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
21011         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
21012         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
21013         (gst_ring_buffer_read):
21014         * gst-libs/gst/audio/gstringbuffer.h:
21015         Add flushing mode to the ringbuffer so that it in all cases does
21016         not try to handle more audio. This makes sure it does not try to
21017         block anymore when flushing and fixes a livelock.
21018
21019 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
21020
21021         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
21022         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
21023         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
21024           Explicitly check for -1 values before doing a conversion
21025           and always map them to -1. (#315545)
21026
21027 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
21028
21029         * gst/playback/gstplaybin.c: (gen_video_element):
21030           first try autovideosink, then xvimagesink, then error out
21031         * po/POTFILES.in:
21032           add translatable file
21033         * po/af.po:
21034         * po/az.po:
21035         * po/cs.po:
21036         * po/en_GB.po:
21037         * po/hu.po:
21038         * po/it.po:
21039         * po/nb.po:
21040         * po/nl.po:
21041         * po/or.po:
21042         * po/sq.po:
21043         * po/sr.po:
21044         * po/sv.po:
21045         * po/uk.po:
21046         * po/vi.po:
21047           update translations
21048
21049 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
21050
21051         * gst-libs/gst/rtp/gstbasedepayload.c:
21052         * gst-libs/gst/rtp/gstbasedepayload.h:
21053           Minor cleanups
21054
21055 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
21056
21057         * gst/playback/.cvsignore:
21058         * gst/playback/decodetest.c:
21059         * gst/playback/test3.c:
21060           Port these two tests as well.
21061
21062 2005-10-27  Wim Taymans  <wim@fluendo.com>
21063
21064         * ext/theora/theoradec.c: (theora_dec_src_query),
21065         (theora_dec_sink_event):
21066         * ext/theora/theoraenc.c: (theora_enc_sink_event),
21067         (theora_enc_change_state):
21068         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21069         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
21070         Take proper locks when handling events.
21071
21072 2005-10-27  Wim Taymans  <wim@fluendo.com>
21073
21074         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
21075         (gst_adder_change_state):
21076         Fix timestamps and fix deadlock when stopping the collectpads.
21077
21078 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
21079
21080         * gst-libs/gst/rtp/gstrtpbuffer.h:
21081         Declaring the payload types as strings too so that they can be used
21082         in the padtemplate inialization.
21083
21084 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
21085
21086         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
21087
21088         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21089         (gst_base_rtp_depayload_class_init):
21090         Fixes a small but nasty bug. The derived elements no longer segfaults
21091         on finalization.
21092
21093 2005-10-26  Michael Smith <msmith@fluendo.com>
21094
21095         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
21096           When clearing an audioconvert context, set tmpbufsize to zero, so
21097           we'll allocate it again later if required.
21098           This fixes audioconvert re-negotiating formats, which previously
21099           segfaulted with a NULL destination buffer.
21100
21101 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
21102
21103         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21104         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
21105         (gst_base_rtp_depayload_set_gst_timestamp),
21106         (gst_base_rtp_depayload_queue_release):
21107         Fixed a smalll memleak.
21108
21109 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
21110         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21111         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
21112         (gst_base_rtp_depayload_finalize),
21113         (gst_base_rtp_depayload_setcaps),
21114         (gst_base_rtp_depayload_add_to_queue),
21115         (gst_base_rtp_depayload_push),
21116         (gst_base_rtp_depayload_set_gst_timestamp),
21117         (gst_base_rtp_depayload_queue_release),
21118         (gst_base_rtp_depayload_thread),
21119         (gst_base_rtp_depayload_change_state):
21120         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21121         Changed the C++ comments to C comments
21122
21123 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
21124
21125         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
21126         * gst/tcp/gsttcpclientsrc.h:
21127         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
21128         * gst/tcp/gsttcpserversrc.h:
21129           Remove unused 'curoffset' structure member.
21130
21131 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
21132
21133         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21134         (gst_base_rtp_depayload_base_init),
21135         (gst_base_rtp_depayload_finalize):
21136         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21137         * gst-libs/gst/rtp/gstbasertppayload.h:
21138           The pad-template on the sinkpad should be set by the derived classes.
21139           Also added some useful macros.
21140
21141 2005-10-24  Wim Taymans  <wim@fluendo.com>
21142
21143         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
21144         Correctly flush decoder samples even if we could not
21145         copy them to an output buffer. Fixes #319618.
21146
21147 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21148
21149         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
21150         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
21151         the caps against our xcontext caps.
21152
21153 2005-10-24  Wim Taymans  <wim@fluendo.com>
21154
21155         * gst-libs/gst/audio/gstbaseaudiosink.c:
21156         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
21157         Remove g_print
21158         Use sync property from baseclass to disable sync.
21159
21160 2005-10-24  Wim Taymans  <wim@fluendo.com>
21161
21162         * gst-libs/gst/audio/gstbaseaudiosink.c:
21163         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
21164         Buffers with no timestamps get aligned with previous buffers or
21165         on underrun, played ASAP.
21166
21167 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21168
21169         * gst-libs/gst/video/video.h:
21170         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21171         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
21172         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
21173         here comes my change on caps for framerate and geometry range.
21174         We are now accepting 1 to MAXINT for width and height, and from
21175         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
21176         to be blended correctly in videomixer.
21177
21178 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21179
21180         * configure.ac:
21181           back to HEAD
21182
21183 === release 0.9.4 ===
21184
21185 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21186
21187         * NEWS:
21188         * RELEASE:
21189         * configure.ac:
21190           releasing 0.9.4, "Velociraptor"
21191
21192 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21193
21194         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
21195         * po/POTFILES.in:
21196           STOPPED -> FAILED
21197
21198 2005-10-21  Wim Taymans  <wim@fluendo.com>
21199
21200         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21201         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
21202         (pad_blocked), (close_pad_link), (new_pad):
21203         Don't try to remove elements twice.
21204
21205 2005-10-21  Wim Taymans  <wim@fluendo.com>
21206
21207         * ext/theora/theoradec.c: (theora_dec_src_query),
21208         (theora_dec_sink_event):
21209         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21210         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
21211         (vorbis_handle_data_packet):
21212         * ext/vorbis/vorbisdec.h:
21213         Fix old naming.
21214
21215         * gst-libs/gst/audio/gstbaseaudiosink.c:
21216         (gst_base_audio_sink_render):
21217         Don't try to sync on buffers without a timestamp.
21218
21219 2005-10-21  Wim Taymans  <wim@fluendo.com>
21220
21221         * ext/theora/theoradec.c: (theora_dec_src_query),
21222         (theora_dec_sink_event):
21223         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21224         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
21225         (vorbis_handle_data_packet):
21226         * ext/vorbis/vorbisdec.h:
21227         Fix old naming.
21228
21229 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21230
21231         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
21232         (gst_vorbisenc_src_query):
21233           Implement position and duration queries.
21234
21235         * gst/playback/test3.c: (update_scale), (main):
21236           Fix for async state changes and print nicer output.
21237
21238 2005-10-20  Wim Taymans  <wim@fluendo.com>
21239
21240         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21241         (dump_element_stats), (main):
21242         * gst/playback/test6.c: (main):
21243         Fix tests again
21244
21245 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21246
21247         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
21248         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
21249           Don't use functions for position queries when handling
21250           duration queries.
21251
21252 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21253
21254         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21255         (vorbis_handle_data_packet), (vorbis_dec_chain),
21256         (vorbis_dec_change_state):
21257         * ext/vorbis/vorbisdec.h:
21258           Vorbis streams can be embedded in other container formats
21259           than ogg, container formats where the demuxer might set 
21260           timestamps on encoded vorbis buffers instead of those silly 
21261           granulepos thingies. In short: make vorbisdec handle 
21262           timestamps on incoming buffers as well.
21263
21264 2005-10-20  Wim Taymans  <wim@fluendo.com>
21265
21266         * gst/playback/gstplaybasebin.c: (group_destroy),
21267         (gst_play_base_bin_change_state):
21268         Fix leak.
21269         Handle case where playbasebin is now ASYNC because
21270         decodebin is.
21271
21272 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
21273
21274         * gst/audioconvert/Makefile.am:
21275         * gst/audioconvert/bufferframesconvert.c:
21276         * gst/audioconvert/plugin.c: (plugin_init):
21277         * gst/audioconvert/plugin.h:
21278           And bye bye buffer-frames-convert
21279
21280 2005-10-19  Wim Taymans  <wim@fluendo.com>
21281
21282         * check/elements/audioconvert.c:
21283         * docs/libs/tmpl/gstaudio.sgml:
21284         * docs/libs/tmpl/gstcolorbalance.sgml:
21285         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21286         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
21287         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
21288         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
21289         * gst-libs/gst/audio/audio.h:
21290         * gst/audioconvert/audioconvert.h:
21291         * gst/audioconvert/gstaudioconvert.c:
21292         (gst_audio_convert_parse_caps):
21293         * gst/volume/gstvolume.c:
21294         Bye bye buffer-frames.
21295
21296 2005-10-19  Wim Taymans  <wim@fluendo.com>
21297
21298         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21299         (query_positions_elems), (query_positions_pads), (update_scale),
21300         (do_seek), (set_update_scale), (message_received), (main):
21301         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
21302         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
21303         (gst_ogg_demux_loop):
21304         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
21305         * ext/theora/theoradec.c: (theora_dec_src_query),
21306         (theora_dec_sink_event):
21307         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21308         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
21309         * gst/adder/gstadder.c: (gst_adder_query):
21310         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
21311         * gst/playback/test3.c: (update_scale):
21312         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21313         (dump_element_stats), (main):
21314         * gst/playback/test6.c: (main):
21315         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
21316         Query API update.
21317
21318 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
21319
21320         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
21321         (xml_check_first_element), (xml_type_find), (smil_type_find),
21322         (plugin_init):
21323           Add typefinding for SMIL and for generic XML. Based on patch by
21324           Akos Maroy (#308663).
21325
21326 2005-10-18  Wim Taymans  <wim@fluendo.com>
21327
21328         * gst/playback/Makefile.am:
21329         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21330         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
21331         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
21332         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
21333         (gst_decode_bin_change_state):
21334         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
21335         (gst_play_bin_send_event_to_sink):
21336         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21337         (dump_element_stats), (main):
21338         * gst/playback/test6.c: (main):
21339         Make playbin async, it'll commit state to paused when all streams
21340         are detected.
21341         Remove ugly hack.
21342         Added test6.c to show async behaviour.
21343
21344 2005-10-18  Wim Taymans  <wim@fluendo.com>
21345
21346         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
21347         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
21348         Fix for segment-start/stop API change.
21349
21350 2005-10-18  Wim Taymans  <wim@fluendo.com>
21351
21352         * check/Makefile.am:
21353         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
21354         (main):
21355         Add future test for clock selection.
21356
21357 2005-10-18  Wim Taymans  <wim@fluendo.com>
21358
21359         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
21360         (gst_alsasink_close):
21361         Set handle to NULL.
21362
21363         * gst-libs/gst/audio/gstringbuffer.c:
21364         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
21365         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
21366         (gst_ring_buffer_start), (gst_ring_buffer_pause),
21367         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
21368         (gst_ring_buffer_read):
21369         More debug info.
21370
21371 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
21372
21373         * gst/audiotestsrc/Makefile.am:
21374         * gst/sine/Makefile.am:
21375         * gst/volume/Makefile.am:
21376           fix broken build of controllerized plugins
21377
21378 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
21379
21380         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21381
21382         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
21383         (gst_riff_create_video_template_caps):
21384           Add support for Indeo-3 (IV32).
21385
21386 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21387
21388         * configure.ac:
21389           rewrite
21390
21391 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21392
21393         * gst-libs/gst/video/video.c: (gst_video_get_size):
21394         * gst/audiotestsrc/gstaudiotestsrc.c:
21395           doc updates
21396
21397 2005-10-17  Andy Wingo  <wingo@pobox.com>
21398
21399         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
21400         with the collectpads change.
21401         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
21402
21403         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
21404
21405         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
21406
21407         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
21408         alloc_buffer flow return to callers.
21409         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
21410         change. Fix some memleaks in theoraenc.
21411
21412         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
21413         in strange circumstance.
21414
21415 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21416
21417         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21418         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
21419         from caps, let's use the caps...
21420
21421 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21422
21423         * configure.ac:
21424           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
21425
21426 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21427
21428         * gst-libs/gst/interfaces/Makefile.am:
21429           fix silly typo
21430
21431 2005-10-16  Andy Wingo  <wingo@pobox.com>
21432
21433         * gst/playback/gstdecodebin.c
21434         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
21435         function!
21436         (try_to_link_1): Increase kraziness level.
21437
21438 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21439
21440         * configure.ac:
21441           restructure like the core one
21442         * gst-libs/gst/audio/Makefile.am:
21443         * gst-libs/gst/interfaces/Makefile.am:
21444         * gst-libs/gst/net/Makefile.am:
21445         * gst-libs/gst/riff/Makefile.am:
21446         * gst-libs/gst/rtp/Makefile.am:
21447         * gst-libs/gst/tag/Makefile.am:
21448         * gst-libs/gst/video/Makefile.am:
21449           use correct linker flags, now the libs are properly versioned
21450         * check/elements/audioconvert.c: (verify_convert):
21451         * ext/alsa/gstalsaplugin.c:
21452         * ext/cdparanoia/gstcdparanoia.c:
21453         * ext/gnomevfs/gstgnomevfs.c:
21454         * ext/libvisual/visual.c:
21455         * ext/ogg/gstogg.c:
21456         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
21457         * ext/theora/theora.c:
21458         * ext/vorbis/vorbis.c:
21459         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
21460         * gst-libs/gst/tag/gsttagediting.c:
21461         * gst-libs/gst/video/video.c:
21462         * gst/adder/gstadder.c:
21463         * gst/audioconvert/plugin.c:
21464         * gst/audiorate/gstaudiorate.c:
21465         * gst/audioresample/gstaudioresample.c:
21466         * gst/audioresample/resample_ref.c: (resample_scale_ref):
21467         * gst/audioscale/gstaudioscale.c:
21468         * gst/audioscale/resample.c:
21469         * gst/audiotestsrc/gstaudiotestsrc.c:
21470         * gst/ffmpegcolorspace/gstffmpeg.c:
21471         * gst/playback/gstdecodebin.c: (close_pad_link):
21472         * gst/playback/gstplaybin.c: (gen_video_element),
21473         (gen_audio_element):
21474         * gst/sine/gstsinesrc.c:
21475         * gst/subparse/gstsubparse.c:
21476         * gst/tags/gsttagediting.c:
21477         * gst/tcp/gsttcpplugin.c:
21478         * gst/typefind/gsttypefindfunctions.c:
21479         * gst/videorate/gstvideorate.c:
21480         * gst/videoscale/gstvideoscale.c:
21481         * gst/videotestsrc/gstvideotestsrc.c:
21482         * gst/volume/gstvolume.c:
21483         * sys/v4l/gstv4l.c:
21484         * sys/ximage/ximage.c:
21485         * sys/xvimage/xvimagesink.c:
21486           fix up defines
21487
21488 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
21489
21490         * ext/vorbis/vorbisenc.c:
21491         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
21492         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
21493         (gst_tag_to_vorbis_comments):
21494           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
21495
21496 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
21497
21498         * examples/stats/mp2ogg.c:
21499         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21500           typo fixes
21501
21502 2005-10-13  Michael Smith <msmith@fluendo.com>
21503
21504         * ext/ogg/gstoggmux.c:
21505           Use magic glib macros to define constants as 64 bit, to ensure
21506           appropriate vararg passing.
21507
21508 2005-10-13  Michael Smith <msmith@fluendo.com>
21509
21510         * ext/ogg/gstoggmux.c:
21511         * gst/audioconvert/audioconvert.c: (float):
21512           Don't use LL suffix, as it's not portable, and neither of these
21513           uses required it anyway.
21514
21515 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
21516
21517         * examples/indexing/indexmpeg.c: (main):
21518         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
21519         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
21520         (cdparanoia_convert), (cdparanoia_query):
21521         * ext/cdparanoia/gstcdparanoia.h:
21522         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
21523         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
21524         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
21525         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
21526         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
21527         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
21528         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
21529         (gst_multifdsink_render), (gst_multifdsink_start),
21530         (gst_multifdsink_stop):
21531         * gst/tcp/gstmultifdsink.h:
21532         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
21533         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
21534         (gst_tcpclientsink_stop):
21535         * gst/tcp/gsttcpclientsink.h:
21536         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
21537         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
21538         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
21539         * gst/tcp/gsttcpclientsrc.h:
21540         * gst/tcp/gsttcpserversink.h:
21541         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
21542         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
21543         (gst_tcpserversrc_stop):
21544         * gst/tcp/gsttcpserversrc.h:
21545         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
21546         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
21547         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
21548           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
21549           moved bitshift from macro to enum definition
21550
21551 2005-10-12  Wim Taymans  <wim@fluendo.com>
21552
21553         * examples/seeking/Makefile.am:
21554         Oops.
21555
21556 2005-10-12  Wim Taymans  <wim@fluendo.com>
21557
21558         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21559         (gst_ring_buffer_read), (gst_ring_buffer_clear):
21560         Don't assert on normal stuff.
21561
21562         * gst/playback/gstplaybin.c: (do_playbin_seek):
21563         API fix.
21564
21565 2005-10-12  Wim Taymans  <wim@fluendo.com>
21566
21567         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21568         * examples/seeking/Makefile.am:
21569         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
21570         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21571         (do_seek), (set_update_scale), (message_received), (main):
21572         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21573         (gst_ring_buffer_read), (gst_ring_buffer_clear):
21574         Update for _get_state() API change.
21575
21576 2005-10-11  Wim Taymans  <wim@fluendo.com>
21577
21578         * gst-libs/gst/audio/gstbaseaudiosink.c:
21579         (gst_base_audio_sink_render):
21580         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21581         (gst_base_audio_src_create):
21582         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21583         (gst_ring_buffer_read):
21584         Cleanups.
21585         Commit and read from ringbuffer in samples rather than bytes.
21586
21587 2005-10-11  Wim Taymans  <wim@fluendo.com>
21588
21589         * gst-libs/gst/audio/gstbaseaudiosink.c:
21590         (gst_base_audio_sink_render):
21591         Respect segment rate and accum when scheduling samples.
21592
21593 2005-10-11  Julien MOUTTE  <julien@moutte.net>
21594
21595         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
21596         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
21597         EOS correctly, that needs more work.
21598
21599 2005-10-11  Wim Taymans  <wim@fluendo.com>
21600
21601         * check/generic/states.c: (GST_START_TEST):
21602         remove old property.
21603
21604         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
21605         (gst_ogg_demux_perform_seek):
21606         * ext/theora/theoradec.c: (theora_dec_sink_event):
21607         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21608         (vorbis_handle_data_packet):
21609         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21610         (gst_base_rtp_depayload_set_gst_timestamp):
21611         * gst/videorate/gstvideorate.c: (gst_videorate_event):
21612         Update for newsegment API change.
21613
21614 2005-10-11  Michael Smith <msmith@fluendo.com>
21615
21616         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
21617         (do_playbin_seek), (gst_play_bin_send_event):
21618           Override send_event differently, so that we can takes bits of
21619           functionality from GstPipeline (special handling for seeks,
21620           including pausing/resuming, and resetting stream time) and still get
21621           the appropriate behaviour of only forwarding event to a single sink,
21622           rather than all of them.
21623           Unfortunately requires a lot of code duplication, but the
21624           alternatives are equally ugly in the end.
21625
21626 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21627
21628         * check/elements/audioconvert.c: (setup_audioconvert),
21629         (cleanup_audioconvert), (get_int_caps), (verify_convert),
21630         (GST_START_TEST), (audioconvert_suite):
21631           clean up tests a little, fix some leaks.
21632
21633 2005-10-10  Wim Taymans  <wim@fluendo.com>
21634
21635         * ext/alsa/gstalsasink.c:
21636         Also allow unsigned int.
21637
21638         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21639         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
21640         Small cleanup
21641
21642 2005-10-10  Wim Taymans  <wim@fluendo.com>
21643
21644         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21645         Small update, use API as stated in design docs.
21646
21647         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21648         (update_scale), (do_seek), (seek_cb), (set_update_scale),
21649         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
21650         (message_received), (main):
21651         Updated seek example for GOption. Some usability improvements.
21652
21653 2005-10-10  Wim Taymans  <wim@fluendo.com>
21654
21655         * gst/audioconvert/audioconvert.h:
21656         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
21657         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
21658         Alloc temp storage somewhere else where we can do it more
21659         portable.
21660
21661 2005-10-10  Wim Taymans  <wim@fluendo.com>
21662
21663         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
21664         (gst_tcpserversrc_start):
21665         Don't block in accept while doing the state change, move
21666         to poll and make cancellable.
21667
21668 2005-10-09  Philippe Khalaf <burger@speedy.org>
21669
21670         * gst-libs/gst/rtp/rtpbasedepayload.c:
21671         Set timestamp and add queue delay to timestamp
21672         * gst-libs/gst/rtp/rtpbuffer.h:
21673         Set correct payload type for h263
21674
21675 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
21676
21677         * gst/audiotestsrc/gstaudiotestsrc.c:
21678         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
21679         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
21680         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
21681         (gst_audiotestsrc_create_triangle),
21682         (gst_audiotestsrc_create_silence),
21683         (gst_audiotestsrc_create_white_noise),
21684         (gst_audiotestsrc_init_pink_noise),
21685         (gst_audiotestsrc_generate_pink_noise_value),
21686         (gst_audiotestsrc_create_pink_noise),
21687         (gst_audiotestsrc_change_wave):
21688         * gst/audiotestsrc/gstaudiotestsrc.h:
21689           fixed typo, added pink noise
21690
21691 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21692
21693         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
21694         (plugin_init):
21695           Add wavpack and spc typefind functions from 0.8 branch.
21696
21697 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21698
21699         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
21700         (ar_type_find), (msdos_type_find), (plugin_init):
21701           Add typefind functions for tar archives, ar archives,
21702           RAR archives, and msdos-executables (dlls, exe, etc.).
21703           Some of those would be wrongly identified as mpeg
21704           streams of some sort before (#315550).
21705
21706 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
21707
21708         * configure.ac:
21709         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21710         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21711         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
21712         * gst/audiotestsrc/Makefile.am:
21713         * gst/audiotestsrc/gstaudiotestsrc.c:
21714         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
21715         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
21716         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
21717         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
21718         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
21719         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
21720         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
21721         (gst_audiotestsrc_create_silence),
21722         (gst_audiotestsrc_create_white_noise),
21723         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
21724         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
21725         (gst_audiotestsrc_start), (plugin_init):
21726         * gst/audiotestsrc/gstaudiotestsrc.h:
21727           add new plugin and element
21728         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
21729           use gobject_class
21730
21731 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21732
21733         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
21734         (gst_adder_init), (gst_adder_request_new_pad),
21735         (gst_adder_change_state):
21736           Add query function to source pad, so adder reports the correct
21737           time/sample position when queried (#315457); fix state change
21738           function; use GST_DEBUG_FUNCPTR() for pad functions.
21739
21740 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21741
21742         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
21743           Fix leaks in typefind registration
21744           Clean up the gratuitous commenting and whitespacing a little
21745
21746 2005-10-08  Wim Taymans  <wim@fluendo.com>
21747
21748         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
21749         Only actually wait for the thread to be stopped if it's 
21750         running.
21751
21752 2005-10-08  Wim Taymans  <wim@fluendo.com>
21753
21754         * gst-libs/gst/audio/gstbaseaudiosink.c:
21755         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
21756         If we receive EOS we can start playback of what we had.
21757
21758 2005-10-08  Wim Taymans  <wim@fluendo.com>
21759
21760         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21761         (gst_multifdsink_finalize), (multifdsink_hash_remove),
21762         (gst_multifdsink_stop):
21763         Fix crasher when going to NULL multiple times.
21764
21765 2005-10-06  Wim Taymans  <wim@fluendo.com>
21766
21767         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
21768         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
21769         * gst-libs/gst/audio/gstbaseaudiosrc.h:
21770         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
21771         patch from Edgard Lima <edgard.lima@indt.org.br>
21772         Fixed gstbaseaudiosrc adding ring buffer sync to it.
21773
21774 2005-10-06  Wim Taymans  <wim@fluendo.com>
21775
21776         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
21777         Report the FLOW_RETURN as string in the error message.
21778
21779         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
21780         Don't assert when clearing an unnegotiated buffer.
21781
21782 2005-10-04  Michael Smith <msmith@fluendo.com>
21783
21784         * gst/playback/gstplaybasebin.c: (group_destroy),
21785         (gen_preroll_element), (remove_groups), (setup_source):
21786         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
21787         (setup_sinks), (gst_play_bin_send_event),
21788         (gst_play_bin_change_state):
21789           Set state to NULL before removing from bin. Fix refcounting.
21790
21791 2005-10-04  Michael Smith <msmith@fluendo.com>
21792
21793         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
21794           Correct refcounting in send_event() function. Previously was wrong
21795           if the first sink was unable to handle the event.
21796
21797 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21798
21799         * configure.ac:
21800           back to development
21801
21802 === release 0.9.3 ===
21803
21804 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21805
21806         * configure.ac:
21807           Releasing 0.9.3, "De Facto"
21808
21809 2005-10-03  Andy Wingo  <wingo@pobox.com>
21810
21811         * gst/playback/gstdecodebin.c (try_to_link_1)
21812         (remove_element_chain): set element to NULL before removing it.
21813
21814 2005-10-02  Johan Dahlin  <johan@gnome.org>
21815
21816         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
21817         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
21818         MT safe.
21819
21820 2005-10-02  Andy Wingo  <wingo@pobox.com>
21821
21822         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
21823         (gst_ring_buffer_prepare_read): 
21824         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
21825         Demote to LOG.
21826
21827 2005-09-29  Wim Taymans  <wim@fluendo.com>
21828
21829         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
21830         * ext/theora/theoradec.c: (theora_handle_data_packet):
21831         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
21832         Propagate error codes from alloc_buffer too.
21833
21834 2005-09-29  Wim Taymans  <wim@fluendo.com>
21835
21836         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
21837         We use fixed caps.
21838
21839         * gst/playback/Makefile.am:
21840         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21841         (dump_element_stats), (main):
21842         Added example stream introspection code.
21843
21844 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
21845
21846         * gst/adder/gstadder.c: (gst_adder_collected):
21847           fix adder for float elements
21848
21849 2005-09-28  Wim Taymans  <wim@fluendo.com>
21850
21851         * gst-libs/gst/audio/gstbaseaudiosink.c:
21852         (gst_base_audio_sink_class_init),
21853         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
21854         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21855         (gst_base_audio_src_class_init),
21856         (gst_base_audio_src_provide_clock):
21857         get_clock -> provide_clock
21858
21859 2005-09-28  Andy Wingo  <wingo@pobox.com>
21860
21861         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
21862         and unlocking.
21863
21864         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
21865         unlocking.
21866
21867         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
21868         Actually add the pad template.
21869         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
21870
21871         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
21872         I'm at it...
21873
21874         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
21875         from fdsrc. Get caps in create() instead of start() so it can be
21876         interrupted. Interruption somewhat untested.
21877
21878         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
21879         Proper EOS handling.
21880
21881 2005-09-27  Andy Wingo  <wingo@pobox.com>
21882
21883         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
21884
21885         * gst/tcp/gsttcpserversrc.c: Cleaned up.
21886
21887         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
21888
21889         * gst/tcp/gsttcp.h: 
21890         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
21891         out of tcpclientsrc.c. Cancellable.
21892         (gst_tcp_socket_read): Made private, cancellable, with better
21893         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
21894         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
21895         whole buffer, and better diagnostics.
21896         (gst_tcp_gdp_read_caps): Same.
21897
21898         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
21899
21900 2005-09-26  Andy Wingo  <wingo@pobox.com>
21901
21902         * gst/sine/gstsinesrc.h:
21903         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
21904         change the 'sync' property to 'is-live' and implement it halfway,
21905         update for controller api change.
21906
21907         * gst/volume/gstvolume.c (volume_transform_ip): Update for
21908         controller api change.
21909
21910 2005-09-24  Wim Taymans  <wim@fluendo.com>
21911
21912         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
21913         * gst-libs/gst/audio/gstaudiosink.c:
21914         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
21915         (gst_audioringbuffer_stop):
21916         * gst-libs/gst/audio/gstbaseaudiosink.c:
21917         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
21918         (gst_base_audio_sink_change_state):
21919         * gst-libs/gst/audio/gstbaseaudiosink.h:
21920         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
21921         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
21922         (gst_ring_buffer_commit), (gst_ring_buffer_read):
21923         * gst-libs/gst/audio/gstringbuffer.h:
21924         Fix sync again. Moved sample alignment to basesink.
21925
21926 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21927
21928         * docs/plugins/Makefile.am:
21929         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21930         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21931         * gst/volume/gstvolume.c:
21932           add/fix docs
21933         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
21934         * gst-libs/gst/audio/audio.h:
21935           add conversion macros for frames <-> clocktime
21936
21937 2005-09-23  David Schleef  <ds@schleef.org>
21938
21939         * gst/audioresample/Makefile.am:
21940         * gst/audioresample/debug.h:
21941         * gst/audioresample/gstaudioresample.c:
21942         * gst/audioresample/resample.c: Convert to using gst debugging
21943
21944 2005-09-22  Wim Taymans  <wim@fluendo.com>
21945
21946         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
21947         (gst_play_bin_send_event):
21948         Only seek on one sink, the first one that succeeds.
21949
21950 2005-09-22  Michael Smith <msmith@fluendo.com>
21951
21952         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
21953         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
21954         Don't flush encoder state unless we have an initialised encoder.
21955         Clear out encoder state on PAUSED_TO_READY.
21956
21957 2005-09-22  Wim Taymans  <wim@fluendo.com>
21958
21959         * gst-libs/gst/rtp/gstbasertppayload.c:
21960         (gst_basertppayload_class_init), (gst_basertppayload_init),
21961         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21962         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21963         (gst_basertppayload_is_filled), (gst_basertppayload_push),
21964         (gst_basertppayload_set_property),
21965         (gst_basertppayload_get_property),
21966         (gst_basertppayload_change_state):
21967         * gst-libs/gst/rtp/gstbasertppayload.h:
21968         Added max-ptime to control amount of data in the rtp packets.
21969
21970 2005-09-21  Andy Wingo  <wingo@pobox.com>
21971
21972         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
21973         thingies.
21974
21975         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
21976         can be called multiple times, dogs.
21977
21978 2005-09-21  Wim Taymans  <wim@fluendo.com>
21979
21980         * gst-libs/gst/rtp/gstbasertppayload.c:
21981         (gst_basertppayload_class_init), (gst_basertppayload_init),
21982         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21983         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21984         (gst_basertppayload_push), (gst_basertppayload_get_property),
21985         (gst_basertppayload_change_state):
21986         Allow 0 ssrc too.
21987
21988 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
21989
21990         * docs/libs/compiling.sgml:
21991           fixing typos
21992
21993 2005-09-20  Wim Taymans  <wim@fluendo.com>
21994
21995         * gst-libs/gst/rtp/gstbasertppayload.c:
21996         (gst_basertppayload_class_init), (gst_basertppayload_init),
21997         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21998         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21999         (gst_basertppayload_push), (gst_basertppayload_set_property),
22000         (gst_basertppayload_get_property),
22001         (gst_basertppayload_change_state):
22002         * gst-libs/gst/rtp/gstbasertppayload.h:
22003         Added property to configure sequence number offsets.
22004
22005 2005-09-20  Wim Taymans  <wim@fluendo.com>
22006
22007         * gst-libs/gst/rtp/gstbasertppayload.c:
22008         (gst_basertppayload_class_init), (gst_basertppayload_init),
22009         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22010         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22011         (gst_basertppayload_push), (gst_basertppayload_set_property),
22012         (gst_basertppayload_get_property),
22013         (gst_basertppayload_change_state):
22014         * gst-libs/gst/rtp/gstbasertppayload.h:
22015         Make timestamp offset configurable.
22016
22017 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22018
22019         * check/pipelines/simple_launch_lines.c: (run_pipeline):
22020           fix wrong pop/unref
22021
22022 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
22023
22024         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
22025
22026         * gst-libs/gst/interfaces/propertyprobe.c:
22027         (gst_property_probe_probe_property_name),
22028         (gst_property_probe_needs_probe_name),
22029         (gst_property_probe_get_values_name),
22030         (gst_property_probe_probe_and_get_values_name):
22031           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
22032           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
22033
22034 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
22035
22036         * check/Makefile.am:
22037           have some tests be disabled for valgrinding
22038         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
22039         (GST_START_TEST):
22040         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
22041           Fix A Leak.  Chain To Parent Finalize.
22042
22043 2005-09-19  Wim Taymans  <wim@fluendo.com>
22044
22045         * examples/seeking/seek.c: (make_wav_pipeline), (main):
22046         Fixed wav pipeline.
22047
22048 2005-09-19  Wim Taymans  <wim@fluendo.com>
22049
22050         * gst-libs/gst/rtp/gstbasertppayload.c:
22051         (gst_basertppayload_class_init), (gst_basertppayload_init),
22052         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22053         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22054         (gst_basertppayload_push), (gst_basertppayload_get_property),
22055         (gst_basertppayload_change_state):
22056         Posting ERROR and WARNING messages is good.
22057
22058 2005-09-19  Wim Taymans  <wim@fluendo.com>
22059
22060         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22061         (gst_base_rtp_depayload_add_to_queue),
22062         (gst_base_rtp_depayload_push),
22063         (gst_base_rtp_depayload_set_gst_timestamp),
22064         (gst_base_rtp_depayload_queue_release):
22065         This one was not supposed to go in.
22066
22067 2005-09-19  Wim Taymans  <wim@fluendo.com>
22068
22069         * check/pipelines/simple_launch_lines.c: (run_pipeline):
22070         Fix for bus API.
22071
22072         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22073         (gst_base_rtp_depayload_chain),
22074         (gst_base_rtp_depayload_add_to_queue),
22075         (gst_base_rtp_depayload_push),
22076         (gst_base_rtp_depayload_set_gst_timestamp),
22077         (gst_base_rtp_depayload_queue_release):
22078         Some cleanups.
22079
22080         * gst-libs/gst/rtp/gstbasertppayload.c:
22081         (gst_basertppayload_class_init), (gst_basertppayload_init),
22082         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
22083         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
22084         (gst_basertppayload_get_property),
22085         (gst_basertppayload_change_state):
22086         Added debugging category.
22087
22088 2005-09-18  David Schleef  <ds@schleef.org>
22089
22090         * gst/playback/gstdecodebin.c: free plugin list correctly
22091         * gst/playback/gstplaybin.c: emit warning if autovideosink
22092           and autoaudiosink can't be found (instead of segfaulting)
22093
22094 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
22095
22096         * check/elements/audioconvert.c: (GST_START_TEST):
22097           try out 24 bit conversion
22098
22099 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22100
22101         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
22102         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
22103         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
22104         * ext/vorbis/vorbisenc.h:
22105           Fix EOS handling.  Still needs a fix in the ogg muxer to
22106           mark the last page as eos.
22107
22108 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22109
22110         * common/gtk-doc-plugins.mak:
22111         * docs/plugins/Makefile.am:
22112         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22113         * gst/ffmpegcolorspace/Makefile.am:
22114         * gst/ffmpegcolorspace/avcodec.h:
22115         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22116         * gst/tcp/gstmultifdsink.c:
22117           fix up ffmpegcolorspace docs; extract header
22118
22119 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22120
22121         * common/gtk-doc-plugins.mak:
22122         * docs/plugins/Makefile.am:
22123         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22124         * ext/theora/Makefile.am:
22125         * ext/theora/gsttheoraenc.h:
22126         * ext/theora/theoraenc.c:
22127         * ext/vorbis/vorbisenc.c:
22128           pick up signals and args for vorbis; add some docs for vorbis
22129
22130 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22131
22132         * common/gstdoc-scangobj:
22133         * common/gtk-doc-plugins.mak:
22134         * docs/libs/Makefile.am:
22135         * docs/plugins/gst-plugins-base-plugins.args:
22136         * docs/plugins/gst-plugins-base-plugins.hierarchy:
22137         * docs/plugins/gst-plugins-base-plugins.interfaces:
22138         * docs/plugins/gst-plugins-base-plugins.prerequisites:
22139         * docs/plugins/gst-plugins-base-plugins.signals:
22140           only scanobj stuff from our source module.  Not sure yet
22141           if that's correct, given the hierarchy stuff :)
22142
22143 2005-09-15  Wim Taymans  <wim@fluendo.com>
22144
22145         * gst/audioconvert/gstaudioconvert.c:
22146         And enable 24 bits mode as well..
22147
22148 2005-09-15  Wim Taymans  <wim@fluendo.com>
22149
22150         * gst-libs/gst/rtp/Makefile.am:
22151         * gst-libs/gst/rtp/gstbasertppayload.c:
22152         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
22153         (gst_basertppayload_class_init), (gst_basertppayload_init),
22154         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
22155         (gst_basertppayload_chain), (gst_basertppayload_set_options),
22156         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
22157         (gst_basertppayload_set_property),
22158         (gst_basertppayload_get_property),
22159         (gst_basertppayload_change_state):
22160         * gst-libs/gst/rtp/gstbasertppayload.h:
22161         Added rtp payloader base class.
22162
22163 2005-09-15  Andy Wingo  <wingo@pobox.com>
22164
22165         * configure.ac (plugindir): Remove the EOL matcher from the
22166         regexp, as it causes me problems. Libtool? Make? Who knows?
22167
22168 2005-09-14  David Schleef  <ds@schleef.org>
22169
22170         * check/generic/states.c: 
22171         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
22172         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
22173           Fixes for changes in registry API.
22174
22175         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
22176           to GST_PLUGIN_LDFLAGS.
22177         * ext/libvisual/visual.c: Make the library shut up.
22178         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
22179         * gst-libs/gst/audio/gstaudiofilter.c: same
22180
22181 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22182
22183         * docs/plugins/Makefile.am:
22184         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22185         * docs/plugins/inspect/plugin-libvisual.xml:
22186         * docs/plugins/tmpl/element-tcpserversink.sgml:
22187         * ext/theora/theoraenc.c:
22188           add libvisual plugin and theoraenc element to docs
22189
22190 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22191
22192         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22193         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22194         * ext/theora/theoraenc.c:
22195           add theoraenc
22196
22197 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
22198
22199         * gst/audioconvert/Makefile.am:
22200           Audioconvert derives from GstBaseTransform and should
22201           link to the library with our base elements to avoid
22202           unresolved symbols. Makes things work with MinGW (#316160)
22203
22204         * gst/playback/test4.c: (main):
22205           Fix MinGW build problem and use g_usleep() instead of 
22206           sleep() (#316162)
22207
22208 2005-09-12  Wim Taymans  <wim@fluendo.com>
22209
22210         * gst/audioconvert/audioconvert.c: (float),
22211         (audio_convert_prepare_context), (audio_convert_convert):
22212         * gst/audioconvert/audioconvert.h:
22213         Cleanups, speedups, simplifications, added back support
22214         for 24 bits.
22215
22216 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
22217
22218         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22219         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22220         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
22221         * docs/plugins/tmpl/element-tcpserversink.sgml:
22222         * gst/ffmpegcolorspace/gstffmpeg.c:
22223         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22224         * gst/videotestsrc/gstvideotestsrc.c:
22225         * gst/volume/gstvolume.c:
22226           add more elements to the docs
22227
22228 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
22229
22230         * check/Makefile.am:
22231         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
22232         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
22233           Add extra tests for basetransform based components. 
22234           Comment out the test_element_negotiation test until we decide
22235           if it's testing correct behaviour.
22236         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
22237         (gst_visual_chain), (gst_visual_change_state):
22238           Slightly more correct but still bogus timestamping.
22239           Fix state change function.
22240         * gst/audioconvert/gstaudioconvert.c:
22241         (gst_audio_convert_class_init):
22242         * gst/audioresample/gstaudioresample.c:
22243         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22244         (gst_ffmpegcsp_class_init):
22245         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22246         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
22247         (gst_videoscale_prepare_image):
22248         * gst/volume/gstvolume.c: (gst_volume_class_init),
22249         (volume_transform_ip):
22250           Basetransform updates. Enable passthrough modes.
22251         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22252         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
22253         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
22254           Negotiation fix that allows the window to return to the original
22255           size and renegotiate passthrough upstream. Extra debug output.
22256
22257 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22258
22259         * gst/sine/gstsinesrc.c:
22260         * gst/volume/gstvolume.c:
22261           fix up header include
22262
22263 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
22264
22265         * gst-libs/gst/audio/gstbaseaudiosink.c:
22266         (gst_base_audio_sink_render):
22267         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
22268         * gst/volume/gstvolume.c: (gst_volume_class_init),
22269         (volume_transform):
22270           fixing lost sync, some more debugging
22271
22272 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
22273
22274         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22275         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
22276         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
22277         (gst_xvimagesink_check_xshm_calls):
22278           Fix compilation when XShm is not available.
22279
22280 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
22281
22282         * ext/libvisual/visual.c: (gst_visual_dispose),
22283         (gst_visual_getcaps), (gst_visual_src_setcaps),
22284         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
22285         (gst_visual_change_state):
22286           Finish fixing up libvisual plugin so that it runs. 
22287
22288 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22289
22290         * ext/vorbis/vorbisenc.c:
22291         * gst-libs/gst/tag/gstvorbistag.c:
22292           gsttaginterface.h -> gsttagsetter.h
22293
22294 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22295
22296         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
22297           added another test that failes for me (test is not active by default)
22298
22299 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22300
22301         * configure.ac:
22302           v4l2 is no longer in gst-plugins-base
22303
22304 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
22305
22306         * configure.ac:
22307           In the output at the end, don't show the first plugin on the same
22308           line as "Core plug-ins, always built:".
22309           Indent the output as for other plugin categories
22310         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
22311           #define that can be used to not use peer buffer_alloc functions for
22312           test purposes.
22313         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22314         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
22315         (gst_ximagesink_show_frame):
22316         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
22317         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
22318         (gst_xvimagesink_show_frame):
22319           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
22320           fails gracefully instead of XError aborting or deadlocking.
22321
22322 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22323
22324         * ext/libvisual/Makefile.am:
22325           link against gst-base-libs
22326
22327 2005-09-06  David Schleef  <ds@schleef.org>
22328
22329         * configure.ac: Enable libvisual plugin.
22330         * ext/libvisual/Makefile.am:
22331         * ext/libvisual/visual.c: Fixes to make it compile.
22332
22333 === release 0.9.2 ===
22334
22335 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22336
22337         * NEWS:
22338         * RELEASE:
22339         * configure.ac:
22340         * docs/random/ChangeLog-0.8:
22341           releasing 0.9.2, "Spoon"
22342
22343 2005-09-05  Michael Smith <msmith@fluendo.com>
22344
22345         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
22346           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
22347           that in the vorbisenc element.
22348
22349 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22350
22351         * common/gtk-doc-plugins.mak:
22352         * docs/plugins/Makefile.am:
22353           fix distcheck
22354         * gst/audioresample/resample.c:
22355           fix wrong docstring
22356
22357 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22358
22359         * common/gst-xmlinspect.py:
22360         * common/gtk-doc-plugins.mak:
22361           only inspect plugins for this given package
22362           require gst-python 0.9
22363
22364 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22365
22366         * Makefile.am:
22367         * autogen.sh:
22368         * common/gst-xmlinspect.py:
22369         * configure.ac:
22370         * docs/Makefile.am:
22371         * docs/plugins/inspect/plugin-alsa.xml:
22372         * docs/plugins/inspect/plugin-audioresample.xml:
22373         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
22374         * docs/plugins/inspect/plugin-ogg.xml:
22375         * docs/plugins/tmpl/element-gnomevfssink.sgml:
22376         * docs/plugins/tmpl/element-multifdsink.sgml:
22377         * docs/plugins/tmpl/element-tcpserversink.sgml:
22378         * docs/plugins/tmpl/element-vorbisenc.sgml:
22379         * gst-plugins-base.spec.in:
22380           various doc-related updates
22381
22382 2005-08-31  Wim Taymans  <wim@fluendo.com>
22383
22384         * gst-libs/gst/audio/gstbaseaudiosink.c:
22385         (gst_base_audio_sink_render):
22386         Resync if the buffer timestamps drift more than a 10th 
22387         of a second.
22388
22389 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
22390
22391         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
22392         (gst_v4lsrc_get_property):
22393           The 'timestamp-offset' property is registered as an int64, so
22394           let's use g_value_{set|get}_int64() in our setter and getter
22395           functions (makes it work and fixes warnings with gst-inspect).
22396
22397 2005-08-30  Wim Taymans  <wim@fluendo.com>
22398
22399         * check/elements/audioconvert.c: (setup_audioconvert):
22400         * check/elements/audioresample.c: (setup_audioresample):
22401         * check/elements/volume.c: (setup_volume):
22402         Fix checks.
22403
22404 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22405
22406         * common/gtk-doc-plugins.mak:
22407         * common/plugins.xsl:
22408         * docs/plugins/Makefile.am:
22409           make module a param
22410
22411 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
22412
22413         * examples/seeking/seek.c: (make_mp3_pipeline),
22414         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
22415         (play_cb), (pause_cb), (stop_cb):
22416           update the example
22417
22418 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
22419
22420         * gst/volume/gstvolume.c: (gst_volume_class_init),
22421         (volume_transform):
22422           do not update controlled params, if buffer has no timestamp
22423
22424 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
22425
22426         * configure.ac:
22427         * gst/sine/Makefile.am:
22428         * gst/volume/Makefile.am:
22429           controllerized elements also need to link against controller-libs ;)
22430
22431 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
22432
22433         * docs/libs/tmpl/gstcolorbalance.sgml:
22434         * docs/libs/tmpl/gstgconf.sgml:
22435         * docs/libs/tmpl/gstmixer.sgml:
22436         * docs/libs/tmpl/gstringbuffer.sgml:
22437         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
22438         (gst_sinesrc_create):
22439         * gst/volume/gstvolume.c: (gst_volume_class_init),
22440         (volume_transform):
22441           controllerized two audio plugins
22442
22443 2005-08-29  Andy Wingo  <wingo@pobox.com>
22444
22445         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
22446         (vorbis_handle_data_packet): Fix some int overflow errors.
22447
22448         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
22449         -1.
22450         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
22451         valid.
22452         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
22453         if it's valid. Fixed streaming-mode playback.
22454
22455         * check/elements/volume.c (cleanup_volume): Fix for running
22456         CK_FORK=no.
22457
22458         * check/elements/audioconvert.c: Convert from native endian, not
22459         little endian.
22460
22461 2005-08-29  Michael Smith <msmith@fluendo.com>
22462
22463         * ext/ogg/Makefile.am:
22464         * ext/ogg/gstogg.c: (plugin_init):
22465         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
22466         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
22467         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
22468         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
22469         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
22470         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
22471         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
22472         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
22473         Add an ogg parser element.
22474
22475 2005-08-28  Andy Wingo  <wingo@pobox.com>
22476
22477         * Updates for two-arg init from GST_BOILERPLATE_FULL.
22478
22479 2005-08-26  Wim Taymans  <wim@fluendo.com>
22480
22481         * gst/audioconvert/audioconvert.c: (if), (float),
22482         (audio_convert_get_func_index), (check_default),
22483         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22484         (audio_convert_clean_context), (audio_convert_get_sizes),
22485         (audio_convert_convert):
22486         Cleanups.
22487
22488 2005-08-26  Wim Taymans  <wim@fluendo.com>
22489
22490         * gst/audioconvert/audioconvert.c: (if), (float),
22491         (audio_convert_get_func_index), (check_default),
22492         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22493         (audio_convert_clean_context), (audio_convert_get_sizes),
22494         (audio_convert_convert):
22495         More elegant and working temp buffer selection algo.
22496
22497 2005-08-26  Wim Taymans  <wim@fluendo.com>
22498
22499         * gst/audioconvert/audioconvert.c: (if), (float),
22500         (audio_convert_get_func_index), (check_default),
22501         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22502         (audio_convert_clean_context), (audio_convert_get_sizes),
22503         (get_temp_buffer), (audio_convert_convert):
22504         Use realloc else we lose our original data.
22505
22506 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22507
22508         * gst/audioresample/gstaudioresample.c:
22509           use base class' newsegment to properly timestamp
22510
22511 2005-08-26  Wim Taymans  <wim@fluendo.com>
22512
22513         * gst/audioconvert/audioconvert.c: (if), (float),
22514         (audio_convert_get_func_index), (check_default),
22515         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22516         (audio_convert_clean_context), (audio_convert_get_sizes),
22517         (get_temp_buffer), (audio_convert_convert):
22518         * gst/audioconvert/gstaudioconvert.c:
22519         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
22520         (gst_audio_convert_transform_caps),
22521         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
22522         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
22523         Oops, allocate enough space to perform the channel mix.
22524
22525 2005-08-26  Wim Taymans  <wim@fluendo.com>
22526
22527         * gst/audioconvert/Makefile.am:
22528         * gst/audioconvert/audioconvert.c: (if), (float),
22529         (audio_convert_get_func_index), (check_default),
22530         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22531         (audio_convert_clean_context), (audio_convert_get_sizes),
22532         (get_temp_buffer), (audio_convert_convert):
22533         * gst/audioconvert/audioconvert.h:
22534         * gst/audioconvert/gstaudioconvert.c:
22535         (gst_audio_convert_class_init), (gst_audio_convert_init),
22536         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
22537         (gst_audio_convert_get_unit_size),
22538         (gst_audio_convert_transform_caps),
22539         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
22540         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
22541         * gst/audioconvert/gstaudioconvert.h:
22542         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
22543         (gst_channel_mix_fill_identical),
22544         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
22545         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
22546         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
22547         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
22548         (gst_channel_mix_mix):
22549         * gst/audioconvert/gstchannelmix.h:
22550         Cleanups, librarify a bit, optimize, better negotiation and more.
22551
22552 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
22553
22554         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
22555         Another from MikeS:
22556         During typefinding, don't support negative offsets
22557         (offsets from the end of the stream) in our typefind->peek() function
22558         - nothing embedded in ogg ever needs them. However, we need to recognise
22559         those requests and reject them, otherwise we return invalid pointers.
22560
22561 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
22562
22563         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
22564         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
22565         (vorbisdec_finalize), (vorbis_handle_type_packet):
22566           Big shout-out to MikeS for fixing this giant memory leak.
22567           Huzzah!
22568
22569 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22570
22571         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
22572         (audio_convert_get_unit_size):
22573           plug some leaks
22574
22575 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22576
22577         * check/Makefile.am:
22578         * check/elements/audioconvert.c: (setup_audioconvert),
22579         (cleanup_audioconvert), (get_int_caps), (verify_convert),
22580         (GST_START_TEST), (audioconvert_suite), (main):
22581           add a test for audioconvert
22582         * gst/audioresample/gstaudioresample.c:
22583         * gst/audioresample/gstaudioresample.h:
22584           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
22585           note that for buffers of 1/3 sec this means DURATION(c) is 
22586           one nanosecond more than for a and b
22587
22588 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22589
22590         * check/Makefile.am:
22591         * check/elements/audioresample.c: (setup_audioresample),
22592         (cleanup_audioresample), (fail_unless_perfect_stream),
22593         (test_perfect_stream_instance), (GST_START_TEST),
22594           add a check for audioresample
22595         (audioresample_suite), (main):
22596         * check/elements/volume.c: (GST_START_TEST):
22597           remove unused method
22598         * gst/audioresample/gstaudioresample.c:
22599           set correct buffer parameters since we're changing them
22600         * gst/audioresample/resample_ref.c: (resample_scale_ref):
22601           add some debug
22602
22603 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22604
22605         * gst/audioresample/debug.c:
22606         * gst/audioresample/gstaudioresample.c:
22607           add room for extra overlap samples when asked to transform size
22608           protect against possible mem corruption and check for discrepancies
22609           between written size and outbuffer's size so we can warn for
22610           potential problems
22611         * gst/audioresample/resample.c: (resample_init),
22612         (resample_get_output_size_for_input), (resample_get_output_size),
22613         (resample_set_n_channels), (resample_set_format):
22614           set debug level based on RESAMPLE_DEBUG env var
22615           make sure that get_output_size* returns a whole number of
22616           sample_size
22617           set sample_size each time either channel or format is set
22618         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
22619         * gst/audioresample/resample_functable.c:
22620         (resample_scale_functable):
22621         * gst/audioresample/resample_ref.c: (resample_scale_ref):
22622           remove r->sample_size, it's done in resample.c now
22623           add some debugging to the ref implementation
22624           make sure we only give back bytes that are wholes of the sample
22625           size
22626
22627 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
22628         * gst/playback/gstplaybasebin.c: (fill_buffer):
22629         Revert unpopular change for GST_MESSAGE_SRC to GObject.
22630
22631 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
22632
22633         * gst/volume/gstvolume.c:
22634           made set_caps function static
22635
22636 2005-08-24  Wim Taymans  <wim@fluendo.com>
22637
22638         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
22639         (gst_vorbisenc_change_state):
22640         Stop leaking taglists.
22641
22642 2005-08-24  Wim Taymans  <wim@fluendo.com>
22643
22644         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
22645         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
22646         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
22647         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
22648         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
22649         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
22650         Parse seeking events better.
22651         Unref static caps.
22652         Generate correct newsegment events, fixes seeking in live oggs.
22653
22654         * ext/theora/theoradec.c: (theora_dec_src_query),
22655         (theora_dec_src_event), (theora_dec_src_getcaps),
22656         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
22657         Use newsegment values to report correct play time.
22658
22659         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22660         (vorbis_dec_src_event), (vorbis_dec_sink_event):
22661         * ext/vorbis/vorbisdec.h:
22662         Parse and use newsegment values to report correct play time.
22663
22664         * gst-libs/gst/audio/gstbaseaudiosink.c:
22665         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
22666         Clear ringbuffer on flush.
22667         Use newsegment values to calculate playback time.
22668
22669         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
22670         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
22671         Basesink does newsegment calculations for us now.
22672
22673 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22674
22675         * check/Makefile.am:
22676         * configure.ac:
22677           add core's plugins to the mix so that playbin works
22678         * check/generic/states.c: (GST_START_TEST):
22679           set a 0 timeout on pipelines, so they don't force the next
22680           state change
22681         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
22682         (gst_play_base_bin_change_state):
22683           remove the crappy error handling and do GST error handling
22684
22685 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22686
22687         * check/Makefile.am:
22688         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
22689           add same test as to core, it bitches out on playbin atm.
22690
22691 2005-08-24  Wim Taymans  <wim@fluendo.com>
22692
22693         * configure.ac:
22694         Remove audioscale.
22695
22696 2005-08-24  Wim Taymans  <wim@fluendo.com>
22697
22698         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
22699         (gst_videoscale_prepare_size), (parse_caps),
22700         (gst_videoscale_set_caps), (gst_videoscale_get_size),
22701         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
22702         (gst_videoscale_transform):
22703         * gst/videoscale/gstvideoscale.h:
22704         Refactor, make use of BaseTranform really well.
22705
22706 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22707
22708         * configure.ac:
22709           compile audioresample
22710         * gst/audioresample/Makefile.am:
22711         * gst/audioresample/buffer.c:
22712         * gst/audioresample/functable.c:
22713         * gst/audioresample/gstaudioresample.c:
22714         * gst/audioresample/gstaudioresample.h:
22715         * gst/audioresample/resample.c:
22716         (resample_get_output_size_for_input):
22717         * gst/audioresample/resample.h:
22718         * gst/audioresample/resample_chunk.c:
22719         * gst/audioresample/resample_functable.c:
22720         * gst/audioresample/resample_ref.c:
22721           port to use basetransform; doesn't work in all cases yet
22722
22723 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22724
22725         * gst/audioconvert/gstaudioconvert.c:
22726         (gst_audio_convert_class_init), (gst_audio_convert_init),
22727         (audio_convert_get_unit_size), (audio_convert_transform_caps),
22728         (audio_convert_fixate_caps), (audio_convert_set_caps),
22729         (audio_convert_transform),
22730         (gst_audio_convert_buffer_to_default_format),
22731         (gst_audio_convert_buffer_from_default_format),
22732         (gst_audio_convert_channels):
22733         * gst/audioconvert/gstchannelmix.c:
22734         * gst/audioconvert/gstchannelmix.h:
22735           port to basetransform
22736         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22737         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
22738         (gst_ffmpegcsp_get_unit_size):
22739         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22740         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
22741           fix for basetransform changes
22742
22743 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
22744
22745         * check/Makefile.am:
22746           Add CHECK_CFLAGS and LDFLAGS
22747
22748         * gst/playback/gstplaybasebin.c: (fill_buffer):
22749           GST_MESSAGE_SRC became a GObject
22750
22751 2005-08-24  Wim Taymans  <wim@fluendo.com>
22752
22753         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
22754         (gst_ring_buffer_clear_all):
22755         * gst-libs/gst/audio/gstringbuffer.h:
22756         Added function to clear the ringbuffer.
22757
22758 2005-08-24  Andy Wingo  <wingo@pobox.com>
22759
22760         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
22761         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
22762         of _open and _close.
22763
22764         * sys/v4l/gstv4lxoverlay.h:
22765         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
22766         an Xv connection here, instead of all the time. Make Xv only be
22767         loaded if you axe for it. Kindof a workaround for buggy behaviour
22768         of Xv when using remote xservers (XvQueryExtension would block).
22769         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
22770         replace the _open and _close public API. Only start the xv
22771         connection if necessary.
22772         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
22773
22774 2005-08-23  David Schleef  <ds@schleef.org>
22775
22776         * gst/audioresample/Makefile.am: Leet audioresampling code
22777         * gst/audioresample/buffer.c:
22778         * gst/audioresample/buffer.h:
22779         * gst/audioresample/debug.c:
22780         * gst/audioresample/debug.h:
22781         * gst/audioresample/functable.c:
22782         * gst/audioresample/functable.h:
22783         * gst/audioresample/gstaudioresample.c:
22784         * gst/audioresample/gstaudioresample.h:
22785         * gst/audioresample/resample.c:
22786         * gst/audioresample/resample.h:
22787         * gst/audioresample/resample_chunk.c:
22788         * gst/audioresample/resample_functable.c:
22789         * gst/audioresample/resample_ref.c:
22790
22791 2005-08-23  Wim Taymans  <wim@fluendo.com>
22792
22793         * examples/seeking/seek.c: (make_vorbis_pipeline),
22794         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
22795         Small seek updates.
22796
22797 2005-08-23  Andy Wingo  <wingo@pobox.com>
22798
22799         * gst-libs/gst/audio/gstbaseaudiosrc.c
22800         (gst_base_audio_src_fixate): Only fixate endianness if it is
22801         present in the caps.
22802
22803 2005-08-22  Andy Wingo  <wingo@pobox.com>
22804
22805         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
22806         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
22807         device-name property.
22808
22809         * gst-libs/gst/audio/gstaudiosrc.h:
22810         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
22811         close_device in the ring buffer, like gstaudiosink.
22812
22813         * ext/alsa/gstalsamixer.h:
22814         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
22815         macro to implement the interface without much code. Cleanups. 
22816
22817         * ext/alsa/gstalsasrc.h:
22818         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
22819         READY.
22820
22821         * ext/alsa/Makefile.am: Add new files.
22822         * ext/alsa/gstalsamixerelement.c: 
22823         * ext/alsa/gstalsamixerelement.c: Split element code out from
22824         mixer code so that alsasrc can be a mixer too.
22825
22826 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
22827
22828         * check/elements/volume.c: (setup_volume), (cleanup_volume),
22829         (GST_START_TEST):
22830         * check/elements/vorbisdec.c: (setup_vorbisdec),
22831         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
22832         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22833         (vorbis_handle_identification_packet),
22834         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
22835         (vorbis_handle_header_packet), (vorbis_dec_push),
22836         (vorbis_dec_chain):
22837           use the setup/teardown methods to save code.  save code is good.
22838
22839 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22840
22841         * check/Makefile.am:
22842           add ext dir for plugins
22843           add vorbisdec test conditionally
22844         * check/elements/volume.c: (setup_volume), (cleanup_volume),
22845         (GST_START_TEST), (volume_suite):
22846           add a test with wrong caps
22847         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
22848         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
22849           add a vorbisdec test
22850         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
22851         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
22852           clean up debug output
22853         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
22854           yay, fix a segfault/security issue in vorbisdec
22855           gst-launch fakesrc ! vorbisdec wasn't happy
22856         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
22857         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
22858         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
22859         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
22860         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
22861         (gst_vorbisenc_set_metadata), (get_constraints_string),
22862         (update_start_message), (gst_vorbisenc_setup),
22863         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
22864         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
22865         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
22866         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
22867         * ext/vorbis/vorbisenc.h:
22868           march in line
22869         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22870         (gst_ffmpegcsp_transform):
22871           have the kow come home
22872         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
22873           debug my func ptr
22874         * gst/volume/gstvolume.c: (volume_set_caps):
22875           add a debug
22876
22877 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22878
22879         * Makefile.am:
22880         * check/.cvsignore:
22881         * check/Makefile.am:
22882         * check/elements/.cvsignore:
22883         * check/elements/volume.c: (chain_func), (event_func),
22884         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
22885         (main):
22886         * configure.ac:
22887           add unit test structure for gst-plugins-base
22888           add a test for volume
22889         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
22890         (gst_volume_set_volume), (gst_volume_get_volume),
22891         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
22892         (volume_funcfind), (volume_process_float), (volume_process_int16),
22893         (volume_set_caps), (volume_transform), (volume_update_mute),
22894         (volume_update_volume), (volume_set_property),
22895         (volume_get_property):
22896           document a little; use basetransform vmethod _set_caps
22897
22898 2005-08-19  Andy Wingo  <wingo@pobox.com>
22899
22900         * ext/alsa/gstalsamixertrack.h:
22901         * ext/alsa/gstalsamixertrack.c:
22902         * ext/alsa/gstalsamixeroptions.h:
22903         * ext/alsa/gstalsamixeroptions.c:
22904         * ext/alsa/gstalsamixer.h:
22905         * ext/alsa/gstalsamixer.c: Port to 0.9.
22906
22907         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
22908         Remove gstalsa.c and alsaclock. No more cruft here.
22909         
22910 2005-08-18  Wim Taymans  <wim@fluendo.com>
22911
22912         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22913         (gst_base_rtp_depayload_chain),
22914         (gst_base_rtp_depayload_add_to_queue),
22915         (gst_base_rtp_depayload_push),
22916         (gst_base_rtp_depayload_queue_release):
22917         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22918         Fix for RTPBuffer changes.
22919
22920         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
22921         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
22922         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
22923         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
22924         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
22925         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
22926         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
22927         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
22928         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
22929         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
22930         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
22931         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
22932         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
22933         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
22934         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
22935         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
22936         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
22937         (gst_rtpbuffer_get_payload):
22938         * gst-libs/gst/rtp/gstrtpbuffer.h:
22939         Don't subclass GstBuffer but add methods and helper functions
22940         to construct and manipulate RTP packets in regular GstBuffers.
22941
22942 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
22943
22944         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
22945           moved statement below switch
22946         * gst/volume/gstvolume.c: (gst_volume_class_init):
22947           added debug ptr
22948
22949 2005-08-16  Wim Taymans  <wim@fluendo.com>
22950
22951         * gst-libs/gst/audio/gstbaseaudiosrc.c:
22952         (gst_base_audio_src_change_state):
22953         Open and close device in READY<->NULL state change.
22954
22955 2005-08-16  Andy Wingo  <wingo@pobox.com>
22956
22957         * examples/seeking/Makefile.am: Don't compile non-compiling
22958         compiled objects with the compiler.
22959
22960         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
22961         elements.
22962
22963 2005-08-12  Philippe Khalaf <burger@speedy.org>
22964         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22965         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22966           Made a thread to release the queue.
22967           Removed timestamp conversion for now.
22968
22969 2005-08-10  Philippe Khalaf <burger@speedy.org>
22970         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22971         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22972           Added rtp timestamp -> gst timestamp conversion.
22973           Fixed several problems with queue.
22974
22975 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
22976
22977         * gst-libs/gst/audio/gstaudioclock.h:
22978         * gst-libs/gst/audio/gstaudiofilter.h:
22979         * gst-libs/gst/audio/gstaudiosink.h:
22980         * gst-libs/gst/audio/gstaudiosrc.h:
22981         * gst-libs/gst/audio/gstbaseaudiosink.h:
22982         * gst-libs/gst/audio/gstbaseaudiosrc.h:
22983         * gst-libs/gst/audio/gstringbuffer.h:
22984         * gst-libs/gst/net/gstnetbuffer.h:
22985         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22986         * gst-libs/gst/rtp/gstrtpbuffer.h:
22987           Add padding (you will need to rebuild gst-plugins-base,
22988           gst-plugins and all applications afterwards!)
22989
22990 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
22991
22992         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
22993         (gst_riff_parse_chunk):
22994           Fix bug in debug message and add some more debug messages.
22995
22996 2005-08-08  Edward Hervey  <edward@fluendo.com>
22997
22998         * gst-libs/gst/riff/riff-media.c:
22999         backported updates since branch
23000
23001 2005-08-08  Andy Wingo  <wingo@pobox.com>
23002
23003         * gst-libs/gst/audio/gstbaseaudiosink.c
23004         (gst_base_audio_sink_change_state): Open the device in NULL->READY
23005         like good elements should. Close on READY->NULL too.
23006
23007         * gst-libs/gst/audio/gstaudiosink.c
23008         (gst_audioringbuffer_open_device,
23009         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
23010         (gst_audioringbuffer_release): Updates for new ring buffer API,
23011         hook into the new audio sink api.
23012
23013         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
23014         (GstAudioSinkClass.close): Just open and close the device -- no
23015         resource allocation or configuration.
23016         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
23017         vmethods, handle device setup and resource allocation.
23018
23019         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
23020         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
23021         base class API.
23022
23023         * gst-libs/gst/audio/gstringbuffer.h
23024         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
23025         New vmethods.
23026
23027         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
23028         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
23029         New API functions. The device should be opened before acquiring
23030         and closed after releasing.
23031
23032 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
23033
23034         * gst-libs/gst/interfaces/mixer.h:
23035           Reset padding to GST_PADDING.
23036
23037 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23038
23039         * gst/playback/gstplaybin.c: (remove_sinks):
23040           Remove visualization from parent explicitely; works around some
23041           apparent refcount issue that I haven't tracked down yet.
23042
23043 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23044
23045         * ext/alsa/gstalsasink.c: (set_hwparams):
23046           Assign debug category, add negotiation debug msgs.
23047
23048 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23049
23050         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
23051           Fix error code for file-not-found to NOT_FOUND.
23052
23053 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
23054
23055         * common/gtk-doc-plugins.mak:
23056         * docs/plugins/Makefile.am:
23057         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
23058         * docs/plugins/gst-plugins-base-plugins-sections.txt:
23059           renamed to actual element names, so much nicer to look at
23060         * docs/plugins/tmpl/gstmultifdsink.sgml:
23061           remove
23062         * docs/plugins/tmpl/multifdsink.sgml:
23063         * docs/plugins/tmpl/tcpserversink.sgml:
23064           add
23065         * ext/alsa/gstalsa.c:
23066         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
23067         * ext/ogg/gstoggmux.c:
23068         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
23069         * gst/playback/gstdecodebin.c:
23070         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
23071         * gst/tcp/gsttcpserversink.c:
23072           various fixes and documentation additions
23073
23074 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
23075
23076         * common/Makefile.am:
23077         * common/gstdoc-scangobj:
23078         * common/gtk-doc-plugins.mak:
23079         * common/gtk-doc.mak:
23080           add a custom scangobj that uses the registry
23081           add a custom gtk-doc-plugins.mak that uses it
23082           some doc build fixes
23083         * configure.ac:
23084         * docs/Makefile.am:
23085         * docs/plugins/Makefile.am:
23086         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
23087         * docs/plugins/gst-plugins-base-plugins-sections.txt:
23088         * docs/plugins/gst-plugins-base-plugins.types:
23089         * docs/plugins/tmpl/gstmultifdsink.sgml:
23090           add docs for one element, multifdsink
23091         * gst/adder/gstadder.h:
23092         * gst/volume/gstvolume.h:
23093           don't privatize enum
23094         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
23095         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23096         (gst_sync_method_get_type), (gst_client_status_get_type),
23097         (gst_multifdsink_class_init),
23098         (gst_multifdsink_client_queue_buffer),
23099         (gst_multifdsink_handle_client_write):
23100         * gst/tcp/gstmultifdsink.h:
23101         * gst/tcp/gsttcp.h:
23102         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23103         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
23104         (gst_tcpclientsink_render):
23105         * gst/tcp/gsttcpclientsink.h:
23106         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
23107         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
23108         (gst_tcpclientsrc_start):
23109         * gst/tcp/gsttcpclientsrc.h:
23110         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
23111         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
23112         * gst/tcp/gsttcpserversrc.h:
23113         * gst/typefind/gsttypefindfunctions.c:
23114           remove superfluous Type stuff
23115
23116 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23117
23118         * gst/playback/gstplaybin.c: (gen_video_element):
23119           Enable videoscale.
23120
23121 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23122
23123         * gst-libs/gst/gconf/gconf.c:
23124         * gst-libs/gst/gconf/gconf.h:
23125           Fix some Andy Problem [tm].
23126
23127 2005-08-04  Andy Wingo  <wingo@pobox.com>
23128
23129         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
23130         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
23131         (gst_ffmpegcsp_get_size): Adapt to API changes.
23132
23133         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
23134         Implement an in-place do-nothing transform.
23135
23136 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23137
23138         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
23139         (gst_ximagesink_renegotiate_size):
23140           Do not set new window sizes yet if we prepare a new buffer size
23141           for upstream renegotiation (software scaling) at some point in the
23142           future, because this new size waqs not actually accepted yet. Once
23143           accepted, renegotiation later on will set the new sizes just fine.
23144           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
23145           embedding testcase.
23146
23147 2005-08-03  Andy Wingo  <wingo@pobox.com>
23148
23149         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
23150         (gst_ximagesink_buffer_alloc): 
23151         Protect the height, width, and desired_caps with the pool_lock.
23152         Fixes videotestsrc ! queue ! ximagesink.
23153
23154 2005-08-02  Edward Hervey  <edward@fluendo.com>
23155
23156         * gst/volume/gstvolume.c:
23157         include left from controller cleanup
23158
23159 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
23160         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
23161           Stop collectpads before calling the parent state
23162           change function on PAUSED->READY.
23163
23164 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
23165         * configure.ac:
23166           When testing for X libs, use the X CFlags 
23167         * gst/adder/gstadder.c: (gst_adder_change_state):
23168           Stop the collectpads before calling parent state change function
23169           on PAUSED->READY, otherwise we deadlock deactivating pads.
23170
23171 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
23172
23173         * configure.ac:
23174         * docs/libs/tmpl/gstcolorbalance.sgml:
23175         * docs/libs/tmpl/gstmixer.sgml:
23176         * examples/Makefile.am:
23177         * gst/sine/Makefile.am:
23178         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
23179         (gst_sinesrc_set_property), (plugin_init):
23180         * gst/sine/gstsinesrc.h:
23181         * gst/volume/Makefile.am:
23182         * gst/volume/gstvolume.c: (gst_volume_set_volume),
23183         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
23184         (volume_process_float), (volume_process_int16),
23185         (volume_set_property), (plugin_init):
23186         * gst/volume/gstvolume.h:
23187           deactivate and remove dparams (libgstcontrol)
23188
23189 2005-07-29  Wim Taymans  <wim@fluendo.com>
23190
23191         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
23192         Convert me to BaseTransform!! help..
23193
23194 2005-07-29  Andy Wingo  <wingo@pobox.com>
23195
23196         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
23197         sinks.
23198
23199         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
23200         support of both endiannesses.
23201
23202 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
23203
23204         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
23205           Fix confusing debug message (s/event/query/)
23206
23207 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
23208
23209         * gst/videotestsrc/videotestsrc.h:
23210           Use "_stdint.h" instead of <stdint.h>
23211
23212 2005-07-27  Wim Taymans  <wim@fluendo.com>
23213
23214         * ext/vorbis/Makefile.am:
23215         Revert wrong commit.
23216
23217 2005-07-27  Wim Taymans  <wim@fluendo.com>
23218
23219         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
23220         More compilation fixen.
23221
23222 2005-07-27  Wim Taymans  <wim@fluendo.com>
23223
23224         * gst-libs/gst/audio/gstbaseaudiosink.c:
23225         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
23226         (gst_base_audio_sink_create_ringbuffer),
23227         (gst_base_audio_sink_change_state):
23228         Fix compilation.
23229
23230 2005-07-27  Wim Taymans  <wim@fluendo.com>
23231
23232         * examples/seeking/seek.c: (setup_dynamic_link),
23233         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
23234         (query_positions_elems), (query_positions_pads), (do_seek):
23235         Update seek example.
23236
23237         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
23238         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
23239         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
23240         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
23241         (gst_ogg_demux_handle_event),
23242         (gst_ogg_demux_deactivate_current_chain),
23243         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
23244         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23245         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
23246         (gst_ogg_demux_loop):
23247         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
23248         * ext/theora/theoradec.c: (theora_dec_src_event),
23249         (theora_dec_src_getcaps), (theora_dec_sink_event),
23250         (theora_dec_push), (theora_dec_chain):
23251         * ext/vorbis/Makefile.am:
23252         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
23253         (vorbis_dec_sink_event), (vorbis_dec_push),
23254         (vorbis_handle_data_packet):
23255         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
23256         (gst_vorbisenc_chain):
23257         * gst/playback/gststreaminfo.c: (cb_probe):
23258         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
23259         * gst/videorate/gstvideorate.c: (gst_videorate_event):
23260         * gst/videoscale/gstvideoscale.c:
23261         (gst_videoscale_handle_src_event):
23262         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
23263         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
23264         (gst_ximagesink_navigation_send_event):
23265         * sys/xvimage/xvimagesink.c:
23266         (gst_xvimagesink_navigation_send_event):
23267         Various event updates and cleanups
23268
23269 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23270
23271         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
23272           Fix segfault for I420/YV12.
23273
23274 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23275
23276         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
23277           Report bitrate.
23278
23279 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23280
23281         * gst/playback/gstplaybin.c: (gen_video_element),
23282         (gen_audio_element):
23283           Switch to auto*sink elements as default sinks; add volume element
23284           so that volume control in totem works.
23285
23286 2005-07-21  Wim Taymans  <wim@fluendo.com>
23287
23288         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
23289         * gst/playback/gstplaybin.c: (setup_sinks),
23290         (gst_play_bin_change_state):
23291         Refcount fix and more comments.
23292
23293 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23294
23295         * sys/ximage/Makefile.am:
23296         * sys/ximage/ximage.c: (plugin_init):
23297         * sys/ximage/ximagesink.c:
23298         Prepare for adding ximagesrc, rename of plugin to ximage etc.
23299         
23300
23301 2005-07-21  Wim Taymans  <wim@fluendo.com>
23302
23303         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
23304         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
23305         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
23306         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
23307         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
23308         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
23309         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
23310         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
23311         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
23312         Generate correct disconts for live chained oggs.
23313
23314         * gst-libs/gst/audio/gstbaseaudiosink.c:
23315         (gst_base_audio_sink_render),
23316         (gst_base_audio_sink_create_ringbuffer),
23317         (gst_base_audio_sink_change_state):
23318         Handle discont math correctly.
23319
23320         * gst/playback/gstplaybin.c: (add_sink):
23321         Some small debug cleanup.
23322
23323 2005-07-21  Wim Taymans  <wim@fluendo.com>
23324
23325         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
23326         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
23327         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
23328         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
23329         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
23330         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
23331         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
23332         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
23333         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23334         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
23335         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
23336         (gst_ogg_demux_change_state), (gst_ogg_print):
23337         Reorganize code to send the right disconts when in streaming
23338         mode.
23339
23340 2005-07-20  Andy Wingo  <wingo@pobox.com>
23341
23342         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
23343         fix (?), fixes a seggie mcfalterson (#310894).
23344
23345 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23346
23347         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
23348         (gst_ogg_mux_set_header_on_caps):
23349         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
23350         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
23351         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
23352         * gst-libs/gst/audio/multichannel.c:
23353         (gst_audio_set_channel_positions),
23354         (gst_audio_set_structure_channel_positions_list):
23355         * gst/playback/gstdecodebin.c: (dynamic_create):
23356         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
23357         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
23358           Fixes for API changes in core.
23359
23360 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23361
23362         * gst/playback/gstplaybasebin.c: (fill_buffer):
23363           Use _new_custom() so we can set custom message types for buffering
23364           messages.
23365
23366 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23367
23368         * configure.ac:
23369         * gst-libs/gst/Makefile.am:
23370         * gst-libs/gst/gconf/.cvsignore:
23371         * gst-libs/gst/gconf/Makefile.am:
23372         * gst-libs/gst/gconf/test-gconf.c:
23373         * pkgconfig/Makefile.am:
23374         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
23375         * pkgconfig/gstreamer-gconf.pc.in:
23376           Remove gconf stuff, use gconf elements instead from now on.
23377
23378 2005-07-20  Wim Taymans  <wim@fluendo.com>
23379
23380         * gst-libs/gst/audio/TODO:
23381         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
23382         (gst_audio_clock_get_internal_time):
23383         * gst-libs/gst/audio/gstaudioclock.h:
23384         * gst-libs/gst/audio/gstbaseaudiosink.c:
23385         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
23386         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
23387         (gst_base_audio_sink_render),
23388         (gst_base_audio_sink_create_ringbuffer),
23389         (gst_base_audio_sink_change_state):
23390         Make sure the audio clock always returns an increasing value.
23391
23392 2005-07-19  Andy Wingo  <wingo@pobox.com>
23393
23394         * gst/videotestsrc/: Cleanups.
23395
23396 2005-07-19  Wim Taymans  <wim@fluendo.com>
23397
23398         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
23399         Better debugging.
23400
23401 2005-07-19  Wim Taymans  <wim@fluendo.com>
23402
23403         * examples/seeking/seek.c: (make_dv_pipeline),
23404         (make_vorbis_theora_pipeline), (query_rates),
23405         (query_positions_elems), (query_positions_pads), (do_seek):
23406         Make correct DV pipeline.
23407
23408 2005-07-18  Andy Wingo  <wingo@pobox.com>
23409
23410         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
23411         default. Also because it's the only thing that really works. (This
23412         is used in the GConf elements).
23413         Use AS_LIBTOOL_TAGS.
23414
23415 2005-07-18  Wim Taymans  <wim@fluendo.com>
23416
23417         * gst/playback/gstdecodebin.c: (remove_element_chain):
23418         * gst/playback/gstplaybin.c: (add_sink):
23419         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23420         (gst_stream_info_set_mute):
23421         * gst/playback/gststreamselector.c:
23422         (gst_stream_selector_get_linked_pad),
23423         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
23424         More leak and compile fixes.
23425
23426 2005-07-18  Wim Taymans  <wim@fluendo.com>
23427
23428         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23429         (query_rates), (query_positions_elems), (query_positions_pads),
23430         (do_seek), (seek_cb), (stop_seek):
23431         Updated seek example. 
23432
23433         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
23434         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
23435         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
23436         * gst/playback/gstplaybin.c: (add_sink):
23437         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23438         (gst_stream_info_set_mute):
23439         Some refcount leak fixes.
23440
23441 2005-07-16  Wim Taymans  <wim@fluendo.com>
23442
23443         * gst-libs/gst/audio/gstbaseaudiosink.c:
23444         (gst_base_audio_sink_render):
23445         Align samples even if we have roundoff errors in the 
23446         timestamp conversion.
23447
23448 2005-07-16  Wim Taymans  <wim@fluendo.com>
23449
23450         * docs/libs/tmpl/gstringbuffer.sgml:
23451         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23452         (query_rates), (query_positions_elems), (query_positions_pads),
23453         (update_scale), (do_seek):
23454         Updated seek example.
23455
23456         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23457         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
23458         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
23459         (gst_ogg_demux_loop):
23460         Push out correct discont values.
23461
23462         * ext/theora/theoradec.c: (theora_dec_src_convert),
23463         (theora_dec_sink_convert), (theora_dec_src_getcaps),
23464         (theora_dec_sink_event), (theora_handle_type_packet),
23465         (theora_handle_header_packet), (theora_dec_push),
23466         (theora_handle_data_packet), (theora_dec_chain),
23467         (theora_dec_change_state):
23468         Better timestamping.
23469
23470         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
23471         (vorbis_dec_sink_event), (vorbis_dec_push),
23472         (vorbis_handle_data_packet), (vorbis_dec_chain):
23473         * ext/vorbis/vorbisdec.h:
23474         Better timestamping.
23475
23476         * gst-libs/gst/audio/gstbaseaudiosink.c:
23477         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
23478         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
23479         Handle syncing on timestamps instead of sample offsets. Make
23480         use of DISCONT values as described in design docs.
23481
23482         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23483         (gst_base_audio_src_get_time):
23484         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
23485         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
23486         (gst_ring_buffer_read):
23487         * gst-libs/gst/audio/gstringbuffer.h:
23488         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
23489         (gst_ximagesink_show_frame):
23490         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
23491         Correcly convert buffer timestamp to stream time.
23492
23493 2005-07-16  Wim Taymans  <wim@fluendo.com>
23494
23495         * gst/audioconvert/gstaudioconvert.c:
23496         (gst_audio_convert_get_buffer):
23497         Timestamp buffers correctly.
23498
23499         * gst/playback/gstplaybin.c: (gen_video_element):
23500         Make internal fakesink silent.
23501
23502 2005-07-15  Wim Taymans  <wim@fluendo.com>
23503
23504         * gst/ffmpegcolorspace/Makefile.am:
23505         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23506         (gst_ffmpegcsp_caps_remove_format_info),
23507         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
23508         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
23509         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
23510         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
23511         Ported ffmpegcolorspace to basetransform.
23512
23513         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
23514         * gst/volume/gstvolume.c: (volume_transform):
23515         Ported to new API.
23516
23517 2005-07-14  Wim Taymans  <wim@fluendo.com>
23518
23519         * gst/videotestsrc/Makefile.am:
23520         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
23521         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
23522         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
23523         (gst_videotestsrc_init), (gst_videotestsrc_event),
23524         (gst_videotestsrc_create), (gst_videotestsrc_start),
23525         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
23526         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
23527         (gst_videotestsrc_get_property):
23528         * gst/videotestsrc/gstvideotestsrc.h:
23529         Make videotestsrc a pushsrc.
23530
23531 2005-07-14  Wim Taymans  <wim@fluendo.com>
23532
23533         * gst/tcp/gstfdset.c: (gst_fdset_free):
23534         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
23535         (gst_multifdsink_add), (gst_multifdsink_remove),
23536         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
23537         (gst_multifdsink_remove_client_link),
23538         (gst_multifdsink_client_queue_data),
23539         (gst_multifdsink_client_queue_caps),
23540         (gst_multifdsink_client_queue_buffer),
23541         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
23542         (gst_multifdsink_stop):
23543         * gst/tcp/gstmultifdsink.h:
23544         0.8 backporting.
23545
23546         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
23547         Also draw image when not from a pool.
23548
23549 2005-07-14  Wim Taymans  <wim@fluendo.com>
23550
23551         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
23552         (mute_stream), (silence_stream):
23553         Small debug additions.
23554
23555 2005-07-14  Wim Taymans  <wim@fluendo.com>
23556
23557         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
23558         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
23559         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
23560         Better error recovery, ignore unconnected pads and
23561         non-fatal errors.
23562
23563 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23564
23565         * docs/libs/tmpl/gstaudio.sgml:
23566         * docs/libs/tmpl/gstcolorbalance.sgml:
23567         * docs/libs/tmpl/gstgconf.sgml:
23568         * docs/libs/tmpl/gstmixer.sgml:
23569         * docs/libs/tmpl/gstringbuffer.sgml:
23570         * docs/libs/tmpl/gsttuner.sgml:
23571         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23572         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
23573         (gst_tcpclientsrc_class_init):
23574         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
23575         (gst_tcpserversrc_class_init):
23576         * sys/v4l/gstv4lelement.c:
23577           more autistic cleanliness in functions/names/defines
23578
23579 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
23580
23581         * configure.ac:
23582           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
23583           added manually to each Makefile.am so we are sure it goes
23584           *last* and doesn't add -L flags before linking in libs of our
23585           own, like, say, internal .la libs, that then accidentally pick
23586           up the installed copy.
23587         * docs/libs/Makefile.am:
23588         * ext/alsa/Makefile.am:
23589         * ext/cdparanoia/Makefile.am:
23590         * ext/gnomevfs/Makefile.am:
23591         * ext/libvisual/Makefile.am:
23592         * ext/ogg/Makefile.am:
23593         * ext/theora/Makefile.am:
23594         * ext/vorbis/Makefile.am:
23595         * gst-libs/gst/video/Makefile.am:
23596         * gst/adder/Makefile.am:
23597         * gst/audioconvert/Makefile.am:
23598         * gst/audiorate/Makefile.am:
23599         * gst/audioscale/Makefile.am:
23600         * gst/ffmpegcolorspace/Makefile.am:
23601         * gst/playback/Makefile.am:
23602         * gst/sine/Makefile.am:
23603         * gst/subparse/Makefile.am:
23604         * gst/tags/Makefile.am:
23605         * gst/tcp/Makefile.am:
23606         * gst/typefind/Makefile.am:
23607         * gst/videorate/Makefile.am:
23608         * gst/videoscale/Makefile.am:
23609         * gst/videotestsrc/Makefile.am:
23610         * gst/volume/Makefile.am:
23611         * sys/v4l/Makefile.am:
23612         * sys/ximage/Makefile.am:
23613         * sys/xvimage/Makefile.am:
23614           adapt properly to this change. This should make sure that
23615           plugins and libs properly link to the as-yet-uninstalled
23616           copies of stuff like libgstinterfaces and libgstvideo
23617
23618 2005-07-13  Andy Wingo  <wingo@pobox.com>
23619
23620         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
23621         (gst_v4lsrc_fixate): Fixate on format as well.
23622
23623         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
23624         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
23625         buffer points to it.
23626         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
23627         rather just doing X calls ourselves. Also fixes a memleak.
23628
23629 2005-07-12  Andy Wingo  <wingo@pobox.com>
23630
23631         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
23632         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
23633         (gst_v4lsrc_create): Re-add the copy-mode property, default to
23634         TRUE to avoid deadlocks if an element holds on to our buffers.
23635
23636 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
23637
23638         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
23639         (gst_sinesrc_init), (gst_sinesrc_create),
23640         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
23641         (gst_sinesrc_start):
23642         * gst/sine/gstsinesrc.h:
23643           removing num-buffers property before moving it
23644
23645 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
23646
23647         * configure.ac:
23648           use overridable ERROR_CFLAGS
23649         * docs/libs/gst-plugins-base-libs.types:
23650         * docs/libs/tmpl/gstringbuffer.sgml:
23651         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
23652         (gst_alsasink_class_init):
23653         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
23654         (gst_alsasrc_class_init):
23655         * gst-libs/gst/audio/audio.h:
23656         * gst-libs/gst/audio/gstaudioclock.h:
23657         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
23658         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
23659         (gst_audio_filter_link), (gst_audio_filter_init),
23660         (gst_audio_filter_chain), (gst_audio_filter_set_property),
23661         (gst_audio_filter_get_property),
23662         (gst_audio_filter_class_add_pad_templates):
23663         * gst-libs/gst/audio/gstaudiofilter.h:
23664         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
23665         (gst_audio_filter_template_get_type),
23666         (gst_audio_filter_template_base_init),
23667         (gst_audio_filter_template_class_init),
23668         (gst_audio_filter_template_init),
23669         (gst_audio_filter_template_set_property),
23670         (gst_audio_filter_template_get_property), (plugin_init),
23671         (gst_audio_filter_template_setup),
23672         (gst_audio_filter_template_filter),
23673         (gst_audio_filter_template_filter_inplace):
23674         * gst-libs/gst/audio/gstaudiosink.c:
23675         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23676         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
23677         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
23678         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
23679         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
23680         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
23681         * gst-libs/gst/audio/gstaudiosink.h:
23682         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
23683         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
23684         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
23685         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
23686         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
23687         (gst_audio_src_class_init), (gst_audio_src_init),
23688         (gst_audio_src_create_ringbuffer):
23689         * gst-libs/gst/audio/gstaudiosrc.h:
23690         * gst-libs/gst/audio/gstbaseaudiosink.c:
23691         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
23692         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
23693         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
23694         (gst_base_audio_sink_set_property),
23695         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
23696         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
23697         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
23698         (gst_base_audio_sink_create_ringbuffer),
23699         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
23700         * gst-libs/gst/audio/gstbaseaudiosink.h:
23701         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23702         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
23703         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
23704         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
23705         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
23706         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
23707         (gst_base_audio_src_event), (gst_base_audio_src_create),
23708         (gst_base_audio_src_create_ringbuffer),
23709         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
23710         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23711         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
23712         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
23713         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
23714         (gst_ring_buffer_debug_spec_caps),
23715         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
23716         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
23717         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
23718         (gst_ring_buffer_start), (gst_ring_buffer_pause),
23719         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
23720         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
23721         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
23722         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
23723         (gst_ring_buffer_clear):
23724         * gst-libs/gst/audio/gstringbuffer.h:
23725         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
23726         (gst_video_sink_class_init), (gst_video_sink_get_type):
23727         * gst-libs/gst/video/videosink.h:
23728         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
23729         (gst_multifdsink_class_init),
23730         (gst_multifdsink_handle_client_write),
23731         (gst_multifdsink_change_state):
23732         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23733         (gst_tcpclientsink_setcaps):
23734         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
23735         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
23736         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
23737         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
23738         (gst_ximagesink_send_pending_navigation),
23739         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
23740         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
23741         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
23742         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
23743         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
23744         (gst_xvimagesink_send_pending_navigation),
23745         (gst_xvimagesink_navigation_send_event),
23746         (gst_xvimagesink_set_xwindow_id),
23747         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
23748         (gst_xvimagesink_get_type):
23749         more macro splitting
23750
23751 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23752
23753         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
23754           plug a memleak, allows me to import 1479 albums in one go
23755           in jamboree
23756         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
23757         (vorbis_handle_type_packet), (vorbis_dec_chain),
23758         (vorbis_dec_change_state):
23759           fix some format strings
23760
23761 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23762
23763         * docs/libs/tmpl/gstcolorbalance.sgml:
23764         * docs/libs/tmpl/gstmixer.sgml:
23765         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
23766         (gst_alsasink_set_property), (gst_alsasink_get_property):
23767         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
23768         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
23769           add device property
23770
23771 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23772
23773         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
23774         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
23775         (audiocast_register_listener), (audiocast_thread_run),
23776         (gst_gnomevfssrc_send_additional_headers_callback),
23777         (gst_gnomevfssrc_received_headers_callback),
23778         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
23779         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
23780         (gst_gnomevfssrc_get_size):
23781           add/clean up debugging
23782         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
23783           cleanups
23784
23785 2005-07-07  Andy Wingo  <wingo@pobox.com>
23786
23787         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
23788         framerate. Need to get a handle on when exactly this function is
23789         called, tho.
23790
23791         * sys/v4l/v4lsrc_calls.h:
23792         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
23793         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
23794         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
23795
23796         * sys/v4l/v4l_calls.h: Cast to V4lElement.
23797         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
23798         v4lelements are sources.
23799
23800         * sys/v4l/gstv4lxoverlay.h:
23801         * sys/v4l/gstv4lxoverlay.c:
23802         * sys/v4l/gstv4ltuner.h:
23803         * sys/v4l/gstv4ltuner.c: Header loc fixen.
23804         
23805         * sys/v4l/gstv4lsrc.h:
23806         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
23807         PushSrc/BaseSrc. Removed most sync-related properties, videorate
23808         or something should handle that. Made a live source.
23809
23810         * sys/v4l/gstv4lelement.h:
23811         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
23812         signals. Some cleanups.
23813
23814         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
23815
23816         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
23817         stuff.
23818
23819         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
23820         stuff.
23821
23822         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
23823
23824 2005-07-07  Wim Taymans  <wim@fluendo.com>
23825
23826         * ext/theora/theoradec.c: (theora_get_query_types),
23827         (theora_dec_src_getcaps), (theora_dec_push):
23828         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
23829         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
23830         Remove deprecated/unused query types.
23831
23832 2005-07-06  Wim Taymans  <wim@fluendo.com>
23833
23834         * ext/alsa/Makefile.am:
23835         * ext/alsa/gstalsaplugin.c: (plugin_init):
23836         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
23837         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
23838         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
23839         (gst_alsasrc_class_init), (gst_alsasrc_init),
23840         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
23841         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
23842         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
23843         (gst_alsasrc_reset):
23844         * ext/alsa/gstalsasrc.h:
23845         * gst-libs/gst/audio/Makefile.am:
23846         * gst-libs/gst/audio/gstaudiosink.c:
23847         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23848         (gst_audioringbuffer_start):
23849         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
23850         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
23851         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
23852         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
23853         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
23854         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
23855         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
23856         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
23857         * gst-libs/gst/audio/gstaudiosrc.h:
23858         * gst-libs/gst/audio/gstbaseaudiosink.c:
23859         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
23860         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
23861         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
23862         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23863         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
23864         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
23865         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
23866         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
23867         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
23868         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
23869         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
23870         (gst_baseaudiosrc_change_state):
23871         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23872         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
23873         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
23874         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
23875         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
23876         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
23877         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
23878         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
23879         * gst-libs/gst/audio/gstringbuffer.h:
23880         Added audiosource base classes.
23881         Ported alsasrc, still very basic.
23882
23883 2005-07-06  Wim Taymans  <wim@fluendo.com>
23884
23885         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
23886         (theora_dec_push), (theora_handle_data_packet):
23887         Prepare for better timestamp fix later.
23888
23889         * gst/audioconvert/gstaudioconvert.c:
23890         List most accurate caps first
23891
23892         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
23893         Use proper pad task function.
23894
23895         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
23896         (gst_xvimagesink_show_frame):
23897         Fix deadlock when alloc failed.
23898
23899 2005-07-05  Andy Wingo  <wingo@pobox.com>
23900
23901         * ext/gnomevfs/gstgnomevfssrc.c:
23902         * gst/sine/gstsinesrc.c:
23903         * gst/tcp/gsttcpserversrc.c:
23904         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
23905
23906         * sys/v4l/: Port from 0.8.
23907
23908         * Many files: Null if we got it....
23909
23910 2005-07-05  Andy Wingo  <wingo@pobox.com>
23911
23912         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
23913         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
23914         Signedness fixes.
23915
23916 2005-07-05  Wim Taymans  <wim@fluendo.com>
23917
23918         * configure.ac:
23919         * gst/tcp/Makefile.am:
23920         * gst/tcp/README:
23921         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
23922         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
23923         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
23924         (is_sync_frame), (gst_multifdsink_handle_client_write),
23925         (gst_multifdsink_render), (gst_multifdsink_start),
23926         (gst_multifdsink_stop), (gst_multifdsink_change_state):
23927         * gst/tcp/gstmultifdsink.h:
23928         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
23929         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
23930         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
23931         * gst/tcp/gsttcp.h:
23932         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23933         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
23934         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
23935         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
23936         * gst/tcp/gsttcpclientsink.h:
23937         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
23938         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
23939         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
23940         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
23941         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
23942         * gst/tcp/gsttcpclientsrc.h:
23943         * gst/tcp/gsttcpplugin.c: (plugin_init):
23944         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
23945         * gst/tcp/gsttcpserversink.h:
23946         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
23947         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
23948         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
23949         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
23950         (gst_tcpserversrc_stop):
23951         * gst/tcp/gsttcpserversrc.h:
23952         * gst/tcp/gsttcpsink.c:
23953         * gst/tcp/gsttcpsink.h:
23954         * gst/tcp/gsttcpsrc.c:
23955         * gst/tcp/gsttcpsrc.h:
23956         Ported tcp plugins to 0.9. 
23957         
23958
23959 2005-07-05  Andy Wingo  <wingo@pobox.com>
23960
23961         * gst/playback/gstplaybasebin.c (fill_buffer):
23962         message_new_application fixen.
23963
23964         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
23965         Style fix.
23966
23967 2005-07-04  Wim Taymans  <wim@fluendo.com>
23968
23969         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
23970         Set caps on output buffer.
23971
23972 2005-07-04  Andy Wingo  <wingo@pobox.com>
23973
23974         * ext/gnomevfs/gstgnomevfssrc.c
23975         (gst_gnomevfssrc_received_headers_callback) 
23976         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
23977         hopefully.
23978
23979         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
23980         No refcount leakage.
23981
23982         * configure.ac: Enable -Werror.
23983         
23984         * ext/theora/theoradec.c (theora_dec_src_getcaps):
23985         * gst/audioconvert/bufferframesconvert.c
23986         (buffer_frames_convert_fixate):
23987         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
23988         (gst_audio_convert_fixate):
23989         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
23990         (gst_sinesrc_create): Fixate func changes.
23991         
23992         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
23993         (gst_ximagesink_buffer_alloc): Unused var.
23994
23995 2005-07-01  Andy Wingo  <wingo@pobox.com>
23996
23997         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
23998         getcaps to do explicit caps. Needs to be done in all decoders,
23999         possibly via a base class.
24000
24001         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
24002
24003         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
24004         caps on the sink pad, just rely on the pad template. Also, setting
24005         ANY caps on a pad is not valid because the caps are not fixed.
24006
24007         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
24008         caps on the buffer, and get the width from the desired_caps if
24009         they're set.
24010         (gst_ximagesink_renegotiate_size): Implement via setting the
24011         desired_caps on the ximagesink.
24012         (gst_ximagesink_setcaps): Only reset the width of the player if it
24013         wasn't already set. Not sure if this is right.
24014         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
24015
24016         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
24017         that the user wants. NULL unless the window has been resized.
24018
24019         * gst/volume/gstvolume.c (volume_transform): Adapt to
24020         basetransform refcount changes.
24021         
24022 2005-07-01  Andy Wingo  <wingo@pobox.com>
24023
24024         * gst/videoscale/gstvideoscale.c:
24025         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
24026         from BaseTransform, implements a transform_caps. Removed dead code
24027         including some PAR stuff that was never reached -- should probably
24028         be added back somehow.
24029
24030 2005-07-01  Andy Wingo  <wingo@pobox.com>
24031
24032         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
24033         come later.
24034
24035 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
24036
24037         * configure.ac:
24038         * docs/libs/Makefile.am:
24039         * docs/libs/gst-plugins-libs.types:
24040         * ext/alsa/Makefile.am:
24041         * ext/alsa/gstalsamixer.h:
24042         * ext/alsa/gstalsamixeroptions.h:
24043         * ext/alsa/gstalsamixertrack.h:
24044         * gst-libs/gst/Makefile.am:
24045         * gst-libs/gst/colorbalance/.cvsignore:
24046         * gst-libs/gst/colorbalance/Makefile.am:
24047         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
24048         * gst-libs/gst/colorbalance/colorbalance.c:
24049         * gst-libs/gst/colorbalance/colorbalance.h:
24050         * gst-libs/gst/colorbalance/colorbalance.vcproj:
24051         * gst-libs/gst/colorbalance/colorbalancechannel.c:
24052         * gst-libs/gst/colorbalance/colorbalancechannel.h:
24053         * gst-libs/gst/interfaces/Makefile.am:
24054         * gst-libs/gst/interfaces/colorbalance.c:
24055         (gst_color_balance_class_init):
24056         * gst-libs/gst/interfaces/colorbalance.h:
24057         * gst-libs/gst/interfaces/interfaces-marshal.list:
24058         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
24059         * gst-libs/gst/interfaces/mixer.h:
24060         * gst-libs/gst/interfaces/mixeroptions.h:
24061         * gst-libs/gst/interfaces/navigation.c:
24062         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
24063         * gst-libs/gst/interfaces/tuner.h:
24064         * gst/volume/Makefile.am:
24065         * gst/volume/gstvolume.c:
24066         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
24067         * sys/ximage/Makefile.am:
24068         * sys/ximage/ximagesink.c:
24069         * sys/xvimage/Makefile.am:
24070         * sys/xvimage/xvimagesink.c:
24071           fold in all interfaces into an interfaces dir, preserving CVS
24072           history
24073
24074 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24075
24076         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
24077           Fix build after riff changes.
24078
24079 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24080
24081         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
24082         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
24083         (gst_riff_create_video_template_caps),
24084         (gst_riff_create_audio_template_caps),
24085         (gst_riff_create_iavs_template_caps):
24086         * gst-libs/gst/riff/riff-media.h:
24087         * gst-libs/gst/riff/riff-read.h:
24088         * gst-libs/gst/riff/riff.c: (gst_riff_init):
24089           Add gst_riff_init() to initialize the debug category, instead
24090           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
24091
24092 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24093
24094         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
24095           Oops, I shouldn't apply hacks.
24096
24097 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24098
24099         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
24100           Remove pad_loop function which doesn't work.
24101
24102 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24103
24104         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
24105           Send EOS when deactivating.
24106         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
24107         (check_queue), (queue_threshold_reached), (queue_out_of_data),
24108         (gen_preroll_element), (probe_triggered), (mute_stream),
24109         (silence_stream), (new_decoded_pad), (setup_substreams),
24110         (set_active_source):
24111         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
24112         (remove_sinks), (add_sink):
24113         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
24114           Change for new probe API.
24115
24116 2005-06-29  Wim Taymans  <wim@fluendo.com>
24117
24118         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
24119         * gst-libs/gst/audio/gstbaseaudiosink.c:
24120         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
24121         (gst_baseaudiosink_change_state):
24122         * gst-libs/gst/audio/gstbaseaudiosink.h:
24123         * gst-libs/gst/audio/gstringbuffer.c:
24124         (gst_ringbuffer_set_callback):
24125         Fix compilation error.
24126         Ringbuffer starts out as not running.
24127         Free our clock in dispose.
24128         When releasing the ringbuffer we need to renegotiate so
24129         clear the pad caps.
24130
24131 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
24132
24133         * autogen.sh:
24134         * configure.ac:
24135         * docs/Makefile.am:
24136         * docs/libs/Makefile.am:
24137         * docs/libs/gst-plugins-libs-docs.sgml:
24138         * docs/libs/gst-plugins-libs-sections.txt:
24139         * docs/libs/gst-plugins-libs.types:
24140         * docs/libs/tmpl/gstaudio.sgml:
24141         * docs/libs/tmpl/gstcolorbalance.sgml:
24142         * docs/libs/tmpl/gstringbuffer.sgml:
24143         * gst-libs/gst/audio/gstringbuffer.c:
24144         (gst_ringbuffer_set_callback):
24145           reinstate gtk-doc docs for plugin libs
24146
24147 2005-06-28  Wim Taymans  <wim@fluendo.com>
24148
24149         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24150         (gst_ogg_demux_init):
24151         Removed pad loop function.
24152
24153 2005-06-28  Wim Taymans  <wim@fluendo.com>
24154
24155         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
24156         If we're building a chain we are not in an error case
24157         when we queue a buffer.
24158
24159 2005-06-28  Andy Wingo  <wingo@pobox.com>
24160
24161         * *.c: Don't cast to GstObject before reffing/unreffing.
24162
24163 2005-06-27  Andy Wingo  <wingo@pobox.com>
24164
24165         * gst/videotestsrc/gstvideotestsrc.c
24166         (gst_videotestsrc_activate_push): Activation API changes.
24167
24168         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
24169         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
24170         they have refs on the decodebin.
24171
24172         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
24173         parent class.
24174         (gst_ogg_pad_typefind): Don't leak a pad ref.
24175         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
24176         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
24177         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
24178
24179 2005-06-27  Edward Hervey  <edward@fluendo.com>
24180
24181         * ext/theora/theoradec.c: (theora_dec_change_state): 
24182         re-arranged call to parent's state change in order to avoid locks (or
24183         worse).
24184
24185 2005-06-26  Edward Hervey  <edward@fluendo.com>
24186
24187         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
24188         2nd argument of 'unknow-type' signal is a GstCaps and not a
24189         GstMiniObject
24190
24191 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
24192         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
24193           Set the worker thread's running flag to TRUE before starting the
24194           thread.
24195         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
24196           Catch a failure to add typefind to the bin.
24197
24198 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24199
24200         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
24201         (gst_sinesrc_init), (gst_sinesrc_create),
24202         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
24203         (gst_sinesrc_start):
24204         * gst/sine/gstsinesrc.h:
24205           add num-buffers and timestamp-offset properties
24206         * gst/videotestsrc/gstvideotestsrc.c:
24207         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
24208         (gst_videotestsrc_get_property):
24209           add timestamp-offset property
24210
24211 2005-06-23  Christian Schaller  <uraeus@gnome.org>
24212
24213         * configure.ac: add videorate
24214         * gst-plugins-base.spec.in: add videorate
24215
24216 2005-06-23  Wim Taymans  <wim@fluendo.com>
24217
24218         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24219         (gst_videorate_getcaps), (gst_videorate_setcaps),
24220         (gst_videorate_event), (gst_videorate_chain):
24221         Fixed videorate, fixating an already fixated caps is not
24222         an error.
24223
24224 2005-06-23  Wim Taymans  <wim@fluendo.com>
24225
24226         * ext/ogg/README:
24227         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
24228         Buffer on caps is not boxed anymore.
24229
24230 2005-06-22  Wim Taymans  <wim@fluendo.com>
24231
24232         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
24233         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
24234         Set buffers on caps as miniobjects and not as boxed.
24235
24236 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24237
24238         * configure.ac:
24239           back to HEAD
24240
24241 === release 0.9.1 ===
24242
24243 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24244
24245         * .cvsignore:
24246         * NEWS:
24247         * README:
24248         * RELEASE:
24249         * configure.ac:
24250         * po/af.po:
24251         * po/az.po:
24252         * po/cs.po:
24253         * po/en_GB.po:
24254         * po/hu.po:
24255         * po/it.po:
24256         * po/nb.po:
24257         * po/nl.po:
24258         * po/or.po:
24259         * po/sq.po:
24260         * po/sr.po:
24261         * po/sv.po:
24262         * po/uk.po:
24263         * po/vi.po:
24264           updates for release
24265
24266 2005-06-09  Andy Wingo  <wingo@pobox.com>
24267
24268         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
24269         
24270 2005-06-09  Andy Wingo  <wingo@pobox.com>
24271
24272         * configure.ac:
24273         * gst-libs/gst/Makefile.am:
24274         * gst-libs/gst/net/Makefile.am:
24275         Add gstnet to build.
24276
24277 2005-06-09  Andy Wingo  <wingo@pobox.com>
24278
24279         * gst-libs/gst/gconf/gconf.c:
24280         * gst/playback/test.c:
24281         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
24282         fixes.
24283
24284         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
24285
24286         * ext/theora/theoraenc.c (theora_enc_chain): 
24287         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
24288
24289         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
24290         RealPad.
24291
24292 2005-06-02  Wim Taymans  <wim@fluendo.com>
24293
24294         * gst-libs/gst/net/Makefile.am:
24295         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
24296         * pkgconfig/gstreamer-libs.pc.in:
24297         Added net stuff, version net lib.
24298
24299 2005-06-02  Wim Taymans  <wim@fluendo.com>
24300
24301         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
24302         (query_rates), (query_positions_elems), (query_positions_pads),
24303         (do_seek):
24304         Updated seek example.
24305
24306 2005-06-02  Andy Wingo  <wingo@pobox.com>
24307
24308         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
24309         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
24310         list.
24311
24312         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
24313         remove the typefind, the bin dispose will do it for us. When it's
24314         removed and unreffed, the signal handler will be disconnected,
24315         too.
24316         (unlinked): It's too difficult to disconnect from unlinked
24317         handlers, as they are on pads not elements. Just punt if the pads
24318         aren't grandkids of the bin.
24319
24320 2005-06-02  Wim Taymans  <wim@fluendo.com>
24321
24322         * ext/ogg/README:
24323         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24324         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
24325         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
24326         * ext/theora/theoradec.c: (theora_dec_src_query),
24327         (theora_handle_data_packet):
24328         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24329         (theora_enc_chain):
24330         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24331         (vorbis_handle_data_packet):
24332         * gst/audioconvert/bufferframesconvert.c:
24333         (buffer_frames_convert_chain):
24334         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24335         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24336         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24337         (gst_ffmpegcsp_chain):
24338         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24339         (gst_videorate_getcaps), (gst_videorate_setcaps),
24340         (gst_videorate_event), (gst_videorate_chain):
24341         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
24342         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
24343         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24344         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
24345         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
24346         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
24347         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
24348         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
24349         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
24350         Cleanups and buffer alloc.
24351
24352 2005-05-31  Wim Taymans  <wim@fluendo.com>
24353
24354         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
24355         Don't try to call the delay method when the device is not
24356         opened.
24357
24358 2005-05-31  Wim Taymans  <wim@fluendo.com>
24359
24360         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
24361         Get actual segment size and buffer size after opening
24362         the device.
24363
24364 2005-05-30  Wim Taymans  <wim@fluendo.com>
24365
24366         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
24367         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
24368         Also FLUSH upstream, makes the loop function exit faster.
24369         
24370         * ext/theora/theoradec.c: (theora_dec_src_query):
24371         Some more debug info in the query.
24372         
24373         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24374         (gst_ximagesink_setcaps):
24375         Release lock on par error, better error reporting.
24376
24377 2005-05-26  Wim Taymans  <wim@fluendo.com>
24378
24379         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24380         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
24381         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
24382         Clear chains in READY
24383         Queue packets until the chain is activated.
24384
24385 2005-05-25  Wim Taymans  <wim@fluendo.com>
24386
24387         * gst-libs/gst/audio/gstaudiosink.c:
24388         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24389         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24390         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24391         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24392         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24393         (gst_audiosink_create_ringbuffer):
24394         * gst-libs/gst/audio/gstbaseaudiosink.c:
24395         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24396         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24397         (gst_baseaudiosink_set_property), (build_linear_format),
24398         (debug_spec_caps), (debug_spec_buffer),
24399         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24400         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24401         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24402         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24403         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24404         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24405         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
24406         (gst_ringbuffer_play), (gst_ringbuffer_pause),
24407         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
24408         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
24409         (wait_segment), (gst_ringbuffer_commit),
24410         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
24411         (gst_ringbuffer_clear):
24412         Various small cleanups.
24413
24414         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24415         (gst_audio_convert_change_state):
24416         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
24417         No need to take the locks anymore.
24418
24419 2005-05-25  Wim Taymans  <wim@fluendo.com>
24420
24421         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
24422         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
24423         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
24424         (type_found):
24425         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
24426         (group_destroy), (group_commit), (queue_overrun),
24427         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
24428         (mute_stream), (new_decoded_pad), (setup_substreams),
24429         (setup_source), (mute_group_type), (set_active_source),
24430         (gst_play_base_bin_change_state):
24431         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
24432         (gen_video_element), (gen_text_element), (gen_audio_element),
24433         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
24434         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
24435         (gst_stream_info_dispose), (gst_stream_info_set_mute):
24436         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
24437         Some playbin cleanups mostly refcounting sloppyness.
24438
24439 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24440
24441         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
24442           Work with streaming input.
24443
24444 2005-05-25  Wim Taymans  <wim@fluendo.com>
24445
24446         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24447         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24448         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24449         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
24450         No need to take the STREAM lock anymore.
24451
24452 2005-05-25  Wim Taymans  <wim@fluendo.com>
24453
24454         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
24455         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
24456         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
24457         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
24458         (gst_ogg_demux_sink_activate):
24459         * ext/theora/theoradec.c: (theora_dec_src_event),
24460         (theora_handle_comment_packet), (theora_dec_chain),
24461         (theora_dec_change_state):
24462         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24463         (vorbis_handle_data_packet), (vorbis_dec_chain),
24464         (vorbis_dec_change_state):
24465         Remove STREAM locks as they are taken in core now.
24466         Never set bogus granulepos on vorbis/theora.
24467         Fix leaks in theoradec tag parsing.
24468
24469 2005-05-25  Wim Taymans  <wim@fluendo.com>
24470
24471         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
24472         Fix memleaks, GST_BUFFER_DATA() is not freed.
24473
24474 2005-05-25  Wim Taymans  <wim@fluendo.com>
24475
24476         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
24477         Open non-blocking, set to blocking mode afterwards to avoid
24478         lockups when audio device is busy.
24479
24480 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24481
24482         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
24483           This can't be good.
24484
24485 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24486
24487         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
24488         (gst_audio_convert_chain), (gst_audio_convert_link_src),
24489         (gst_audio_convert_setcaps):
24490           Implement instant setup switching.
24491
24492 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24493
24494         * gst/playback/gstplaybasebin.c: (probe_triggered):
24495           Fix missing unlock.
24496         * gst/playback/gstplaybin.c: (add_sink):
24497           First add, then link (otherwise pad link fails).
24498
24499 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24500
24501         * examples/Makefile.am:
24502         fix buildbot (make distcheck)
24503
24504 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24505
24506         * gst/playback/gstplaybin.c: (gen_vis_element):
24507           Remove some wrong code. Doesn't work yet.
24508
24509 2005-05-19  Wim Taymans  <wim@fluendo.com>
24510
24511         * gst-libs/gst/net/Makefile.am:
24512         * gst-libs/gst/net/README:
24513         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
24514         (gst_netbuffer_class_init), (gst_netbuffer_init),
24515         (gst_netbuffer_finalize), (gst_netbuffer_copy),
24516         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
24517         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
24518         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
24519         * gst-libs/gst/net/gstnetbuffer.h:
24520         Added buffer subclass to store extra to/from addresses for
24521         network sources/sinks.
24522
24523 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24524
24525         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
24526           Don't lock an unassigned variable.
24527
24528 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24529
24530         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
24531           Increase buffer for video, decrease buffer for other media types.
24532         * gst/playback/gstplaybin.c: (gen_video_element),
24533         (gen_audio_element):
24534           Change names for debugging purposes.
24535
24536 2005-05-18  Wim Taymans  <wim@fluendo.com>
24537
24538         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24539         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24540         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24541         (gst_ffmpegcsp_chain):
24542         Enable buffer alloc passthrough if the source and dest
24543         formats are the same.
24544
24545 2005-05-17  Wim Taymans  <wim@fluendo.com>
24546
24547         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
24548         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
24549         (gst_ogg_demux_chain_unlocked):
24550         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24551         (gst_audio_convert_caps_remove_format_info),
24552         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24553         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
24554         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24555         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24556         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
24557         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
24558         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
24559         (gst_ffmpegcsp_get_property):
24560         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
24561         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
24562         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
24563         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
24564         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
24565         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
24566         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
24567         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
24568         Leak fixes in oggdemux.
24569         Some cleanups in audioconvert.
24570         Make passthrough work along with buffer_alloc etc.
24571         Make buffer_alloc and buffer recycling actually work in
24572         xvimagesink.
24573
24574 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24575
24576         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
24577           make the compiler happy
24578
24579 2005-05-17  Wim Taymans  <wim@fluendo.com>
24580
24581         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
24582         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
24583         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
24584         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
24585         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
24586         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
24587         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
24588         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
24589         (gst_xvimagesink_set_xwindow_id):
24590         * sys/xvimage/xvimagesink.h:
24591         Port xvimagesink to new MiniObject.
24592
24593 2005-05-17  Wim Taymans  <wim@fluendo.com>
24594
24595         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
24596         (gst_audiofilter_chain):
24597         * gst-libs/gst/audio/gstaudiosink.c:
24598         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24599         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24600         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24601         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24602         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24603         (gst_audiosink_create_ringbuffer):
24604         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24605         (gst_audio_convert_caps_remove_format_info),
24606         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24607         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24608         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24609         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24610         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24611         Fix passthrough in ffmpegcolorspace.
24612         Fix memset in audiosink on wrong memory.
24613
24614 2005-05-16  David Schleef  <ds@schleef.org>
24615
24616         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
24617         to GstMiniObject.
24618
24619 2005-05-16  David Schleef  <ds@schleef.org>
24620
24621         Port from GstData to GstMiniObject.
24622         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
24623         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
24624         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
24625         (gst_ogg_mux_collected):
24626         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
24627         * ext/theora/theoradec.c: (theora_handle_comment_packet),
24628         (theora_handle_data_packet):
24629         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24630         (theora_set_header_on_caps), (theora_enc_chain):
24631         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24632         (vorbis_handle_comment_packet):
24633         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
24634         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
24635         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
24636         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
24637         * gst/audioconvert/gstaudioconvert.c:
24638         (gst_audio_convert_get_buffer):
24639         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
24640         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
24641         (mute_stream), (silence_stream):
24642         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
24643         * gst/volume/gstvolume.c: (volume_transform):
24644         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
24645         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
24646         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
24647         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
24648         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
24649         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
24650         (gst_ximagesink_buffer_alloc):
24651         * sys/ximage/ximagesink.h:
24652
24653 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24654
24655         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24656         (fill_buffer), (check_queue), (queue_threshold_reached),
24657         (queue_out_of_data):
24658         * gst/playback/gstplaybasebin.h:
24659           Post buffer-fullness on the bus.
24660
24661 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24662
24663         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
24664         (try_to_link_1):
24665         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24666         (group_commit), (probe_triggered), (setup_source),
24667         (gst_play_base_bin_change_state):
24668         * gst/playback/gstplaybasebin.h:
24669         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24670         (gst_play_bin_init), (remove_sinks), (setup_sinks),
24671         (gst_play_bin_change_state):
24672           Move setup_output_pads into a virtual function, remove
24673           group-switch (no longer needed) and redirect (handled by bus
24674           now) signals.
24675
24676 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24677
24678         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
24679         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
24680         (get_active_group), (get_building_group), (group_destroy),
24681         (group_commit), (check_queue), (queue_overrun),
24682         (queue_threshold_reached), (queue_out_of_data),
24683         (gen_preroll_element), (remove_groups), (unknown_type),
24684         (add_element_stream), (no_more_pads), (probe_triggered),
24685         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
24686         (setup_substreams), (setup_source), (finish_source),
24687         (prepare_output), (muted_group_change_state),
24688         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
24689         (gst_play_base_bin_change_state):
24690         * gst/playback/gstplaybasebin.h:
24691         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24692         (gst_play_bin_init), (gst_play_bin_set_property),
24693         (gen_video_element), (gen_text_element), (gen_audio_element),
24694         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
24695         (gst_play_bin_change_state):
24696         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
24697         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
24698         (stream_info_change_state), (gst_stream_info_set_mute),
24699         (gst_stream_info_get_property):
24700         * gst/playback/gststreaminfo.h:
24701         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
24702         (gst_stream_selector_get_linked_pad),
24703         (gst_stream_selector_getcaps),
24704         (gst_stream_selector_get_linked_pads),
24705         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
24706         * gst/playback/gststreamselector.h:
24707           Rough port of playbin. Needs some more work, but is mostly done,
24708           and uses a few locks in important places, which should make stuff
24709           like chain-switches clean. Still uses GST_STATE() in a few places,
24710           which isn't all that good an idea, subtitles/elements disabled
24711           because no elements to test with and thus probably broken, query
24712           and event handling moved to GstBin, internal thread removed
24713           alltogether because the pipeline does that for us now. Can play
24714           Ogg/Vorbis files. Haven't tested anything else yet.
24715
24716 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24717
24718         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
24719           Do no-more-pads (needed for autoplugging).
24720
24721 2005-05-10  Andy Wingo  <wingo@pobox.com>
24722
24723         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
24724         message to the bus with the tags. Still not sent downstream tho.
24725
24726         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
24727         get_parent.
24728         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
24729         avoid refcounting hassles.
24730
24731 2005-05-09  Andy Wingo  <wingo@pobox.com>
24732
24733         * gst/volume/Makefile.am:
24734         * gst/volume/demo.c
24735         * gst/volume/gstvolume.h
24736         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
24737         basetransform. Probably need an audio filter base class.
24738
24739 2005-05-09  Wim Taymans  <wim@fluendo.com>
24740
24741         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
24742         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
24743         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
24744         (gst_vorbisenc_chain):
24745         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24746         (gst_audio_convert_caps_remove_format_info),
24747         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24748         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24749         Make caps writable before writing to it.
24750         Fix negotiation in audioconvert some more.
24751
24752 2005-05-09  Wim Taymans  <wim@fluendo.com>
24753
24754         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24755         (gst_videorate_getcaps), (gst_videorate_setcaps),
24756         (gst_videorate_event), (gst_videorate_chain):
24757         Better negotiation.
24758
24759 2005-05-09  Wim Taymans  <wim@fluendo.com>
24760
24761         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24762         (gst_videorate_getcaps), (gst_videorate_setcaps),
24763         (gst_videorate_blank_data), (gst_videorate_init),
24764         (gst_videorate_event), (gst_videorate_chain),
24765         (gst_videorate_change_state):
24766         Port videorate, do a better job at negotiation while we're at
24767         it.
24768
24769 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
24770
24771         * configure.ac:
24772           Disable libvisual
24773
24774         * examples/Makefile.am:
24775         * gst-libs/gst/audio/Makefile.am:
24776         * gst-libs/gst/riff/Makefile.am:
24777         * gst-libs/gst/tag/Makefile.am:
24778         * gst-libs/gst/video/Makefile.am:
24779           Fixups for missing variables.
24780
24781 2005-05-09  Wim Taymans  <wim@fluendo.com>
24782
24783         * examples/seeking/seek.c: (make_theora_pipeline),
24784         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
24785         (query_rates), (query_positions_elems), (query_positions_pads),
24786         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
24787         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
24788         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
24789         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
24790         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
24791         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
24792         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24793         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
24794         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
24795         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
24796         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
24797         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
24798         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
24799         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
24800         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
24801         (theora_dec_src_convert), (theora_dec_sink_convert),
24802         (theora_dec_src_query), (theora_dec_sink_query),
24803         (theora_dec_src_event), (theora_dec_sink_event),
24804         (theora_handle_comment_packet), (theora_handle_type_packet),
24805         (theora_handle_header_packet), (theora_handle_data_packet),
24806         (theora_dec_chain):
24807         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
24808         (vorbis_dec_convert), (vorbis_dec_src_query),
24809         (vorbis_dec_sink_query), (vorbis_dec_src_event),
24810         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
24811         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
24812         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
24813         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
24814         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
24815         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
24816         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24817         (gst_play_bin_query):
24818         * gst/playback/test3.c: (update_scale):
24819         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
24820         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
24821         * gst/subparse/gstsubparse.c: (gst_subparse_init):
24822         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
24823         (gst_videotestsrc_src_query):
24824         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
24825         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
24826         (paint_hline_YUV9):
24827         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
24828         Port to new query API.
24829         Updated seek.
24830         Cleanups in x[v]imagesink
24831
24832 2005-05-09  Andy Wingo  <wingo@pobox.com>
24833
24834         * ext/alsa/gstalsasink.h:
24835         * ext/gnomevfs/gstgnomevfssrc.c:
24836         (gst_gnomevfssrc_get_icy_metadata):
24837         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
24838         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
24839         * ext/theora/theoradec.c (theora_dec_src_query)
24840         (theora_dec_src_event, theora_dec_sink_event)
24841         (theora_handle_comment_packet, theora_handle_data_packet):
24842         * ext/theora/theoraenc.c (theora_enc_chain):
24843         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
24844         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
24845         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
24846         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
24847         (qt_type_find):
24848         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
24849         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
24850         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
24851         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
24852         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
24853         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
24854         (paint_setup_xBGR8888, paint_setup_RGBx8888)
24855         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
24856         (paint_setup_RGB565, paint_setup_xRGB1555):
24857         * gst/videotestsrc/videotestsrc.h:
24858         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
24859         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
24860         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
24861         GCC4 fixes.
24862         
24863         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
24864         gst_pad_query_position. Fixes oggdemux.
24865
24866 2005-05-08  David Schleef  <ds@schleef.org>
24867
24868         * configure.ac: Require liboil.
24869         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
24870         a few more.
24871         * gst/videotestsrc/videotestsrc.c:
24872         * gst/videotestsrc/videotestsrc.h:
24873
24874 2005-05-06  Wim Taymans  <wim@fluendo.com>
24875
24876         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24877         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24878         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24879         Well, unreffing a buffer right before pushing it is asking
24880         for trouble..
24881
24882 2005-05-06  Christian Schaller  <uraeus@gnome.org>
24883
24884         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
24885
24886 2005-05-06  Wim Taymans  <wim@fluendo.com>
24887
24888         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24889         (gst_audio_convert_caps_remove_format_info),
24890         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24891         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24892         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24893         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24894         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24895         * gst/sine/Makefile.am:
24896         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
24897         (gst_sinesrc_class_init), (gst_sinesrc_init),
24898         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
24899         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
24900         (gst_sinesrc_update_freq):
24901         * gst/sine/gstsinesrc.h:
24902         * gst/tcp/gstmultifdsink.c:
24903         * sys/xvimage/xvimagesink.c:
24904         Fixed negotiation wrt _peer_get_caps()
24905         Some cleanups.
24906
24907
24908 2005-05-06  Wim Taymans  <wim@fluendo.com>
24909
24910         * gst-libs/gst/audio/gstaudiosink.c:
24911         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24912         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24913         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24914         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24915         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24916         (gst_audiosink_create_ringbuffer):
24917         * gst-libs/gst/audio/gstbaseaudiosink.c:
24918         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24919         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24920         (gst_baseaudiosink_set_property), (build_linear_format),
24921         (debug_spec_caps), (debug_spec_buffer),
24922         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24923         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24924         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24925         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24926         * gst-libs/gst/audio/gstbaseaudiosink.h:
24927         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24928         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24929         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
24930         (gst_ringbuffer_play), (gst_ringbuffer_pause),
24931         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
24932         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
24933         (wait_segment), (gst_ringbuffer_commit),
24934         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
24935         (gst_ringbuffer_clear):
24936         * gst-libs/gst/audio/gstringbuffer.h:
24937         Make the base audiosink return an error when there is no
24938         audiobuffer negotiated.
24939
24940 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24941
24942         * ext/Makefile.am:
24943         Disable cdparanoia until someone ports it!
24944
24945 2005-05-06  Wim Taymans  <wim@fluendo.com>
24946
24947         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
24948         (gst_ogg_demux_sink_activate):
24949         And revert after wingo's revert.. sigh..
24950
24951 2005-05-05  Andy Wingo  <wingo@pobox.com>
24952
24953         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
24954         GObject.
24955         * configure.ac: Return audiorate and subparse from the ghetto.
24956         Re-enable -Wall -Werror.
24957         * gst/subparse/gstsubparse.c:
24958         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
24959         or chain-based. Cleaned up a bit. Not tested.
24960         
24961 2005-05-05  Christian Schaller <christian@fluendo.com> 
24962
24963         * Makefile.am: remove stuff that is not building
24964         * configure.ac: remove stuff that is not building
24965         * examples/Makefile.am: remove stuff that is not building
24966         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
24967         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
24968         * sys/Makefile.am: remove stuff that is not building
24969         * testsuite/Makefile.am: remove stuff that is not building
24970
24971 2005-05-05  Andy Wingo  <wingo@pobox.com>
24972
24973         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
24974         * gst-libs/gst/tag/gstvorbistag.c:
24975         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
24976         * gst/adder/gstadder.h:
24977         * gst/audioconvert/gstchannelmix.c:
24978         (gst_audio_convert_fill_one_other):
24979         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
24980         (gst_audiorate_init), (gst_audiorate_chain):
24981         * gst/playback/gstplaybasebin.c: (setup_source):
24982         * gst/playback/test3.c: (update_scale):
24983         Some GCC4 fixes
24984         
24985         * po/af.po:
24986         * po/az.po:
24987         * po/cs.po:
24988         * po/en_GB.po:
24989         * po/hu.po:
24990         * po/it.po:
24991         * po/nb.po:
24992         * po/nl.po:
24993         * po/or.po:
24994         * po/sq.po:
24995         * po/sr.po:
24996         * po/sv.po:
24997         * po/uk.po:
24998         * po/vi.po: Foo
24999
25000 2005-05-05  Wim Taymans  <wim@fluendo.com>
25001
25002         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25003         (gst_audio_convert_caps_remove_format_info),
25004         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
25005         (gst_audio_convert_change_state), (gst_audio_convert_channels):
25006         * gst/videotestsrc/gstvideotestsrc.c:
25007         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
25008         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
25009         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
25010         (gst_videotestsrc_init), (gst_videotestsrc_loop):
25011         Don't ignore _push() return values.
25012         Make sure no processing is done when shutting down.
25013         Videotestsrc pad activation fix.
25014
25015 2005-05-05  Wim Taymans  <wim@fluendo.com>
25016
25017         * gst/adder/Makefile.am:
25018         * gst/adder/gstadder.c: (gst_adder_setcaps),
25019         (gst_adder_class_init), (gst_adder_init),
25020         (gst_adder_request_new_pad), (gst_adder_collected),
25021         (gst_adder_change_state):
25022         * gst/adder/gstadder.h:
25023         Ported adder as an example of a mixer element using
25024         collect pads. Needs more negotiation work.
25025
25026 2005-05-05  Wim Taymans  <wim@fluendo.com>
25027
25028         * ext/theora/theoradec.c: (_inc_granulepos),
25029         (theora_dec_src_event), (theora_dec_sink_event),
25030         (theora_handle_comment_packet), (theora_handle_type_packet),
25031         (theora_handle_header_packet), (theora_handle_data_packet),
25032         (theora_dec_chain):
25033         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25034         (gst_theora_enc_init), (theora_enc_sink_setcaps),
25035         (theora_push_buffer), (theora_push_packet),
25036         (theora_enc_sink_event), (theora_enc_chain),
25037         (theora_enc_change_state), (theora_enc_set_property),
25038         (theora_enc_get_property):
25039         Added stream lock to decoder so that we can serialize
25040         the discont event.
25041         More theoraenc porting, recover from errors, do clean
25042         shutdown.
25043
25044 2005-05-05  Wim Taymans  <wim@fluendo.com>
25045
25046         * ext/ogg/Makefile.am:
25047         * ext/ogg/README:
25048         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
25049         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
25050         (gst_ogg_print):
25051         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
25052         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
25053         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
25054         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
25055         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
25056         (gst_ogg_mux_change_state):
25057         Ported ogg muxer.
25058
25059 2005-05-05  Wim Taymans  <wim@fluendo.com>
25060
25061         * docs/design-audiosinks.txt:
25062         * gst-libs/gst/audio/TODO:
25063         * gst-libs/gst/audio/gstaudiosink.c:
25064         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25065         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25066         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25067         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25068         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25069         (gst_audiosink_create_ringbuffer):
25070         * gst-libs/gst/audio/gstbaseaudiosink.c:
25071         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25072         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25073         (gst_baseaudiosink_set_property), (build_linear_format),
25074         (debug_spec_caps), (debug_spec_buffer),
25075         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25076         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25077         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25078         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25079         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25080         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25081         (gst_ringbuffer_release), (gst_ringbuffer_play),
25082         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
25083         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
25084         (gst_ringbuffer_set_sample), (wait_segment),
25085         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
25086         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
25087         More work on the audiosink, mostly debugging and a race in
25088         shutdown.
25089
25090 2005-04-28  Wim Taymans  <wim@fluendo.com>
25091
25092         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
25093         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
25094         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
25095         (vorbis_dec_src_query), (vorbis_dec_src_event),
25096         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
25097         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
25098         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
25099         Don't crap out when seeking back to position 0.
25100
25101 2005-04-28  Wim Taymans  <wim@fluendo.com>
25102
25103         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
25104         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
25105         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
25106         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
25107         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
25108         Make audio sink configurable, use alsasink as default.
25109
25110 2005-04-28  Wim Taymans  <wim@fluendo.com>
25111
25112         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
25113         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
25114         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
25115         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
25116         (vorbis_dec_change_state):
25117         * ext/vorbis/vorbisdec.h:
25118         Refactor, use STREAM_LOCK.
25119
25120 2005-04-28  Wim Taymans  <wim@fluendo.com>
25121
25122         * ext/theora/theoradec.c: (_inc_granulepos),
25123         (theora_dec_sink_event), (theora_handle_comment_packet),
25124         (theora_handle_type_packet), (theora_handle_header_packet),
25125         (theora_handle_data_packet), (theora_dec_chain),
25126         (theora_dec_change_state):
25127         Refactor a bit, use STREAM_LOCK.
25128
25129 2005-04-28  Wim Taymans  <wim@fluendo.com>
25130
25131         * ext/alsa/Makefile.am:
25132         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
25133         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
25134         (gst_alsa_link), (gst_alsa_close_audio):
25135         * ext/alsa/gstalsaplugin.c: (plugin_init):
25136         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
25137         (gst_alsasink_dispose), (gst_alsasink_base_init),
25138         (gst_alsasink_class_init), (gst_alsasink_init),
25139         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
25140         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
25141         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
25142         (gst_alsasink_reset):
25143         * ext/alsa/gstalsasink.h:
25144         Implement alsasink with simple open/write/close API. 
25145         Make alsa dir build by disabling compilation of code.
25146
25147 2005-04-28  Wim Taymans  <wim@fluendo.com>
25148
25149         * gst-libs/gst/audio/Makefile.am:
25150         * gst-libs/gst/audio/audio.h:
25151         * gst-libs/gst/audio/audioclock.c:
25152         * gst-libs/gst/audio/audioclock.h:
25153         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
25154         (gst_audio_clock_class_init), (gst_audio_clock_init),
25155         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
25156         * gst-libs/gst/audio/gstaudioclock.h:
25157         * gst-libs/gst/audio/gstaudiosink.c:
25158         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25159         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25160         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25161         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25162         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25163         (gst_audiosink_create_ringbuffer):
25164         * gst-libs/gst/audio/gstbaseaudiosink.c:
25165         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25166         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25167         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
25168         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
25169         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25170         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25171         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25172         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25173         * gst-libs/gst/audio/gstbaseaudiosink.h:
25174         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25175         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
25176         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25177         (gst_ringbuffer_release), (gst_ringbuffer_play),
25178         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
25179         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
25180         (gst_ringbuffer_set_sample), (wait_segment),
25181         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
25182         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
25183         * gst-libs/gst/audio/gstringbuffer.h:
25184         Make ringbuffer faster and more simple by removing the locks
25185         in the playback thread.
25186         Add sample accurate playback based on buffer sample offsets.
25187         Make the baseaudiosink provide a clock.
25188         Parse caps in the base class.
25189         Correctly handle seeking, flushing and state changes.
25190
25191 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
25192
25193         * configure.ac:
25194         * gst/audioconvert/Makefile.am:
25195         * gst/audioscale/Makefile.am:
25196           Fix part of the build.  Come on guys, autogen didn't even work :)
25197
25198 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25199
25200         * configure.ac:
25201         * gst-libs/gst/Makefile.am:
25202         * gst-libs/gst/media-info/.cvsignore:
25203         * gst-libs/gst/media-info/Makefile.am:
25204         * gst-libs/gst/media-info/README:
25205         * gst-libs/gst/media-info/media-info-priv.c:
25206         * gst-libs/gst/media-info/media-info-priv.h:
25207         * gst-libs/gst/media-info/media-info-test.c:
25208         * gst-libs/gst/media-info/media-info.c:
25209         * gst-libs/gst/media-info/media-info.h:
25210         * gst-libs/gst/media-info/media-info.vcproj:
25211         * pkgconfig/Makefile.am:
25212         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
25213         * pkgconfig/gstreamer-media-info.pc.in:
25214           Remove media-info, which is also successed by playbin (see Totem
25215           implementation).
25216
25217 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25218
25219         * configure.ac:
25220         * examples/Makefile.am:
25221         * examples/gstplay/.cvsignore:
25222         * examples/gstplay/Makefile.am:
25223         * examples/gstplay/player.c:
25224         * gst-libs/gst/Makefile.am:
25225         * gst-libs/gst/play/.cvsignore:
25226         * gst-libs/gst/play/Makefile.am:
25227         * gst-libs/gst/play/play.c:
25228         * gst-libs/gst/play/play.h:
25229         * gst-libs/gst/play/play.vcproj:
25230         * pkgconfig/Makefile.am:
25231         * pkgconfig/gstreamer-play-uninstalled.pc.in:
25232         * pkgconfig/gstreamer-play.pc.in:
25233           Remove libgstplay, playbin is now the official successor.
25234
25235 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25236
25237         * configure.ac:
25238         * gst-libs/gst/Makefile.am:
25239         * gst-libs/gst/xwindowlistener/Makefile.am:
25240         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
25241         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
25242           Remove deprecated xwindowlistener (I've moved xwindowlistening
25243           in the v4l/v4l2 plugins over to serverside).
25244
25245 2005-04-25  David Schleef  <ds@schleef.org>
25246
25247         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
25248         to examples/dynparams.  Examples do not belong interspersed with
25249         source code.
25250         * examples/dynparams/demo-dparams.c:
25251         * gst/sine/Makefile.am:
25252         * gst/sine/demo-dparams.c:
25253
25254 2005-04-25  David Schleef  <ds@schleef.org>
25255
25256         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
25257         * gst-libs/gst/audio/Makefile.am:
25258         * gst-libs/gst/riff/Makefile.am:
25259         * gst-libs/gst/tag/Makefile.am:
25260         * gst-libs/gst/video/Makefile.am:
25261         * gst-libs/gst/xwindowlistener/Makefile.am:
25262
25263         Convert to 0.9 API, seems to work:
25264         * sys/ximage/Makefile.am:
25265         * sys/ximage/ximagesink.c:
25266
25267 2005-04-24  David Schleef  <ds@schleef.org>
25268
25269         Link plugins against libraries:
25270         * ext/alsa/Makefile.am:
25271         * gst/tcp/Makefile.am:
25272
25273         Remove asm code that should be in liboil
25274         * gst/videoscale/Makefile.am:
25275         * gst/videoscale/videoscale_x86_asm.s:
25276
25277         gettext wants these checked in:
25278         * po/af.po:
25279         * po/az.po:
25280         * po/cs.po:
25281         * po/en_GB.po:
25282         * po/hu.po:
25283         * po/it.po:
25284         * po/nb.po:
25285         * po/nl.po:
25286         * po/or.po:
25287         * po/sq.po:
25288         * po/sr.po:
25289         * po/sv.po:
25290         * po/uk.po:
25291         * po/vi.po:
25292
25293 2005-04-24  David Schleef  <ds@schleef.org>
25294
25295         Convert gst_main() to g_main_loop_run()
25296         * gst/playback/decodetest.c: (main):
25297         * gst/playback/test2.c: (main):
25298         * gst/playback/test3.c: (main):
25299         * gst/playback/test4.c: (main):
25300
25301         Link plugins against libraries:
25302         * ext/libvisual/Makefile.am:
25303         * sys/xvimage/Makefile.am:
25304
25305 2005-04-24  David Schleef  <ds@schleef.org>
25306
25307         * configure.ac: Remove idct and resample libs
25308         * gst-libs/gst/Makefile.am: same
25309
25310         Remove usage of gst_library_load():
25311         * ext/alsa/gstalsaplugin.c: (plugin_init):
25312         * ext/libvisual/visual.c: (plugin_init):
25313         * ext/ogg/gstogg.c: (plugin_init):
25314         * ext/theora/theora.c: (plugin_init):
25315         * ext/vorbis/vorbis.c: (plugin_init):
25316         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
25317         * gst/audioscale/gstaudioscale.c:
25318         * gst/adder/gstadder.c: (plugin_init):
25319         * gst/audioconvert/plugin.c: (plugin_init):
25320         * sys/ximage/ximagesink.c: (plugin_init):
25321         * sys/xvimage/xvimagesink.c: (plugin_init):
25322         * gst/tcp/gsttcpplugin.c: (plugin_init):
25323
25324         Link plugins against libraries:
25325         * ext/ogg/Makefile.am:
25326         * ext/theora/Makefile.am:
25327         * ext/vorbis/Makefile.am:
25328         * gst/audioconvert/Makefile.am:
25329
25330         Create proper libraries:
25331         * gst-libs/gst/riff/Makefile.am:
25332         * gst-libs/gst/audio/Makefile.am:
25333         * gst-libs/gst/video/Makefile.am:
25334
25335         Move resample library to audioscale plugin directory:
25336         * gst-libs/gst/resample/Makefile.am:
25337         * gst-libs/gst/resample/README:
25338         * gst-libs/gst/resample/dtof.c:
25339         * gst-libs/gst/resample/dtos.c:
25340         * gst-libs/gst/resample/functable.c:
25341         * gst-libs/gst/resample/private.h:
25342         * gst-libs/gst/resample/resample.c:
25343         * gst-libs/gst/resample/resample.h:
25344         * gst-libs/gst/resample/resample.vcproj:
25345         * gst-libs/gst/resample/test.c:
25346         * gst/audioscale/Makefile.am:
25347         * gst/audioscale/README:
25348         * gst/audioscale/dtof.c:
25349         * gst/audioscale/dtos.c:
25350         * gst/audioscale/functable.c:
25351         * gst/audioscale/private.h:
25352         * gst/audioscale/resample.c:
25353         * gst/audioscale/resample.h:
25354         * gst/audioscale/test.c:
25355
25356         Move tagedit library to gst-libs:
25357         * gst-libs/gst/tag/Makefile.am:
25358         * gst-libs/gst/tag/gstid3tag.c:
25359         * gst-libs/gst/tag/gsttagediting.c:
25360         * gst-libs/gst/tag/gsttageditingprivate.h:
25361         * gst-libs/gst/tag/gstvorbistag.c:
25362         * gst/tags/Makefile.am:
25363         * gst/tags/gstid3tag.c:
25364         * gst/tags/gstvorbistag.c:
25365
25366         Fix for core changes:
25367         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
25368         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
25369         (gst_sinesrc_getrange):
25370
25371 2005-04-23  David Schleef  <ds@schleef.org>
25372
25373         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
25374         in gst-plugins in a long time, and properly belongs in liboil.
25375         * gst-libs/gst/idct/Makefile.am:
25376         * gst-libs/gst/idct/README:
25377         * gst-libs/gst/idct/dct.h:
25378         * gst-libs/gst/idct/doieee:
25379         * gst-libs/gst/idct/fastintidct.c:
25380         * gst-libs/gst/idct/floatidct.c:
25381         * gst-libs/gst/idct/idct.c:
25382         * gst-libs/gst/idct/idct.h:
25383         * gst-libs/gst/idct/idtc.vcproj:
25384         * gst-libs/gst/idct/ieeetest.c:
25385         * gst-libs/gst/idct/intidct.c:
25386
25387 2005-04-20  Wim Taymans  <wim@fluendo.com>
25388
25389         * docs/design-audiosinks.txt:
25390         * gst-libs/gst/audio/Makefile.am:
25391         * gst-libs/gst/audio/TODO:
25392         * gst-libs/gst/audio/gstaudiosink.c:
25393         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25394         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25395         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
25396         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25397         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25398         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
25399         (gst_audiosink_class_init), (gst_audiosink_init),
25400         (gst_audiosink_create_ringbuffer):
25401         * gst-libs/gst/audio/gstaudiosink.h:
25402         * gst-libs/gst/audio/gstbaseaudiosink.c:
25403         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
25404         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
25405         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
25406         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
25407         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
25408         (gst_baseaudiosink_create_ringbuffer),
25409         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25410         * gst-libs/gst/audio/gstbaseaudiosink.h:
25411         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25412         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
25413         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
25414         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25415         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
25416         (gst_ringbuffer_play), (gst_ringbuffer_pause),
25417         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
25418         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
25419         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
25420         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
25421         * gst-libs/gst/audio/gstringbuffer.h:
25422         An attempt at a set of audio base classes together with some
25423         design docs.
25424
25425 2005-04-20  Wim Taymans  <wim@fluendo.com>
25426
25427         * gst/audioconvert/Makefile.am:
25428         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25429         (gst_audio_convert_caps_remove_format_info),
25430         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
25431         (gst_audio_convert_channels):
25432         Link against audio libs.
25433         Fix audio convert plugin.
25434
25435 2005-04-20  Wim Taymans  <wim@fluendo.com>
25436
25437         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
25438         (gst_ogg_demux_sink_activate):
25439         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
25440         (theora_set_header_on_caps), (theora_enc_sink_event),
25441         (theora_enc_chain):
25442         Fix theora encoder.
25443
25444 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25445
25446         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
25447         * gst/playback/gstdecodebin.c: (find_compatibles):
25448           Work with staticpadtemplates in elementfactories.
25449
25450 2005-04-12  Wim Taymans  <wim@fluendo.com>
25451
25452         * gst/playback/README:
25453         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
25454         (compare_ranks), (print_feature), (gst_decode_bin_init),
25455         (dynamic_create), (dynamic_free), (find_compatibles),
25456         (mimetype_is_raw), (close_pad_link), (got_redirect),
25457         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
25458         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
25459         (gst_decode_bin_change_state):
25460         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
25461         (gst_play_base_bin_init), (group_destroy), (group_commit),
25462         (check_queue), (queue_overrun), (queue_threshold_reached),
25463         (queue_out_of_data), (gen_preroll_element), (unknown_type),
25464         (new_decoded_pad), (setup_subtitle), (gen_source_element),
25465         (got_redirect), (setup_source), (play_base_eos),
25466         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
25467         (gst_play_base_bin_remove_element):
25468         * gst/playback/gstplaybasebin.h:
25469         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25470         (gst_play_bin_init), (gst_play_bin_dispose),
25471         (gst_play_bin_set_property), (gen_video_element),
25472         (gen_text_element), (gen_audio_element), (remove_sinks),
25473         (gst_play_bin_send_event):
25474         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
25475         (stream_info_change_state), (gst_stream_info_set_mute):
25476         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
25477         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
25478         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
25479         (gst_stream_selector_chain):
25480         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
25481         (main):
25482         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
25483         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
25484         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
25485         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
25486         Raw and crude port of decodebin. 
25487         Make playbin compile.
25488
25489 2005-04-06  Wim Taymans  <wim@fluendo.com>
25490
25491         * ext/gnomevfs/Makefile.am:
25492         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
25493         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25494         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
25495         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
25496         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
25497         (gst_gnomevfssrc_stop):
25498         * ext/ogg/Makefile.am:
25499         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
25500         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
25501         * ext/theora/Makefile.am:
25502         * ext/theora/theoradec.c: (_inc_granulepos),
25503         (theora_dec_sink_event), (theora_dec_chain):
25504         * ext/vorbis/Makefile.am:
25505         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
25506         (vorbis_dec_sink_event), (vorbis_dec_chain):
25507         * gst-libs/gst/audio/Makefile.am:
25508         * sys/xvimage/Makefile.am:
25509         Make gnomevfssrc extend the source base class.
25510         Fix linking against libs in various plugins.
25511
25512 2005-04-06  Andy Wingo  <wingo@pobox.com>
25513
25514         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
25515         GST_BASE_LIBS.
25516
25517         * configure.ac: Add check and AC_SUBST for libgstbase.
25518
25519 2005-03-31  Wim Taymans  <wim@fluendo.com>
25520
25521         * examples/seeking/Makefile.am:
25522         * examples/seeking/cdparanoia.c: (main):
25523         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
25524         (play_cb), (pause_cb), (stop_cb), (main):
25525         * examples/seeking/playbin.c:
25526         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
25527         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
25528         (make_sid_pipeline), (make_vorbis_pipeline),
25529         (make_theora_pipeline), (make_vorbis_theora_pipeline),
25530         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
25531         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
25532         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
25533         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
25534         (stop_cb), (main):
25535         * examples/seeking/spider_seek.c:
25536         * examples/seeking/vorbisfile.c:
25537         * ext/gnomevfs/Makefile.am:
25538         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
25539         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
25540         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25541         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
25542         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
25543         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
25544         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
25545         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
25546         * ext/ogg/README:
25547         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
25548         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
25549         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
25550         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
25551         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
25552         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
25553         (gst_ogg_pad_event), (gst_ogg_pad_reset),
25554         (gst_ogg_demux_factory_filter), (compare_ranks),
25555         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
25556         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
25557         (gst_ogg_chain_new), (gst_ogg_chain_free),
25558         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
25559         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
25560         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
25561         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
25562         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
25563         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
25564         (gst_ogg_demux_get_prev_page),
25565         (gst_ogg_demux_deactivate_current_chain),
25566         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
25567         (gst_ogg_demux_bisect_forward_serialno),
25568         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
25569         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
25570         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
25571         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
25572         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
25573         (gst_ogg_demux_change_state), (gst_ogg_print):
25574         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
25575         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
25576         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
25577         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
25578         (gst_ogg_mux_loop):
25579         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
25580         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
25581         (theora_dec_src_convert), (theora_dec_sink_convert),
25582         (theora_dec_src_query), (theora_dec_src_event),
25583         (theora_dec_sink_event), (theora_dec_chain),
25584         (theora_dec_change_state):
25585         * ext/theora/theoraenc.c: (gst_theora_enc_init),
25586         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
25587         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
25588         (theora_enc_change_state):
25589         * ext/vorbis/Makefile.am:
25590         * ext/vorbis/oggvorbisenc.c:
25591         * ext/vorbis/oggvorbisenc.h:
25592         * ext/vorbis/vorbis.c: (plugin_init):
25593         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
25594         (vorbis_dec_src_query), (vorbis_dec_src_event),
25595         (vorbis_dec_sink_event), (vorbis_dec_chain),
25596         (vorbis_dec_change_state):
25597         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
25598         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
25599         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
25600         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
25601         (gst_vorbisenc_change_state):
25602         * ext/vorbis/vorbisenc.h:
25603         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
25604         * gst-libs/gst/audio/audioclock.c:
25605         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
25606         (gst_audiofilter_init), (gst_audiofilter_chain):
25607         * gst-libs/gst/audio/testchannels.c: (main):
25608         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
25609         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
25610         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
25611         (gmip_find_track_streaminfo), (gmip_find_track_format):
25612         * gst-libs/gst/media-info/media-info.c:
25613         (gst_media_info_read_idler):
25614         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
25615         (gst_play_get_all_by_interface):
25616         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
25617         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
25618         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
25619         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
25620         (gst_riff_parse_info):
25621         * gst-libs/gst/riff/riff-read.h:
25622         * gst-libs/gst/riff/riff.c: (plugin_init):
25623         * gst-libs/gst/video/Makefile.am:
25624         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
25625         (gst_videosink_class_init), (gst_videosink_get_type):
25626         * gst-libs/gst/video/videosink.h:
25627         * gst/audioconvert/bufferframesconvert.c:
25628         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
25629         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
25630         * gst/audioconvert/channelmixtest.c: (main):
25631         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
25632         (gst_audio_convert_chain),
25633         (gst_audio_convert_caps_remove_format_info),
25634         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
25635         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
25636         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
25637         (gst_audio_convert_buffer_to_default_format),
25638         (gst_audio_convert_buffer_from_default_format),
25639         (gst_audio_convert_channels):
25640         * gst/audioconvert/gstchannelmix.h:
25641         * gst/ffmpegcolorspace/avcodec.h:
25642         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25643         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
25644         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
25645         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
25646         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
25647         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
25648         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
25649         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
25650         (mpeg_video_type_find), (mpeg_video_stream_type_find),
25651         (dv_type_find):
25652         * gst/videotestsrc/gstvideotestsrc.c:
25653         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
25654         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
25655         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
25656         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
25657         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
25658         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
25659         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
25660         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25661         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
25662         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
25663         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
25664         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
25665         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
25666         (gst_xvimagesink_navigation_send_event),
25667         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
25668         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
25669         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
25670         * sys/xvimage/xvimagesink.h:
25671         Plugin port to 0.9, ogg/theora playback should work in the seek
25672         example now.
25673         Removed old examples.
25674         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
25675         explained in 0.9 TODO doc.
25676
25677
25678 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
25679
25680         * autogen.sh:
25681         * configure.ac:
25682         * ext/Makefile.am:
25683         * gst/Makefile.am:
25684         * po/POTFILES.in:
25685         * po/af.po:
25686         * po/az.po:
25687         * po/cs.po:
25688         * po/en_GB.po:
25689         * po/hu.po:
25690         * po/it.po:
25691         * po/nb.po:
25692         * po/nl.po:
25693         * po/or.po:
25694         * po/sq.po:
25695         * po/sr.po:
25696         * po/sv.po:
25697         * po/uk.po:
25698         * po/vi.po:
25699         * sys/Makefile.am:
25700         * testsuite/Makefile.am:
25701           remove a whole bunch of plugins.  This module now contains a set
25702           of free reference plugins/elements as agreed.
25703
25704 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
25705
25706         * configure.ac:
25707           hunting season on 0.9 is now OPEN
25708
25709 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25710
25711         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
25712           Kick the hell out of gcc for not warning me about a symbol conflict.
25713
25714 2005-02-22  Luca Ognibene  <luogni@tin.it>
25715
25716         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25717
25718         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
25719           Don't leak caps string (fixes #168134)
25720
25721         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
25722         (gst_jpegenc_init), (gst_jpegenc_finalize),
25723         (gst_jpegenc_change_state):
25724           Don't leak line buffers and context struct (fixes #168133).
25725
25726 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
25727
25728         * configure.ac:
25729         * ext/dirac/gstdiracdec.cc:
25730         (gst_diracdec_chain):
25731           Since dirac 0.5.0 the framerate in dirac is expressed as a
25732           rational number. Fix build and up requirement to 0.5.0, and
25733           also pass parameters to gst_diracdec_link in the right order
25734           (fixes #167959).
25735
25736 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
25737
25738         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
25739         * ext/faad/gstfaad.h:
25740         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
25741         certain invalid muxed streams, where some packets will contain 
25742         junk after decoder data. Partially fixes #149158.
25743
25744 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
25745         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
25746           Make sure we only write to writable buffers
25747
25748 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
25749
25750         * gst-libs/gst/riff/riff-media.c:
25751         (gst_riff_create_audio_caps_with_data):
25752           Do actually fix invalid RIFF fmt header values for alaw
25753           and mulaw audio instead of just saying so.
25754
25755         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
25756           Give gst_riff_create_audio_caps_with_data() a chance to
25757           fix up broken format header fields before extracting any
25758           parameters from the header. (fixes #167633)
25759
25760 2005-02-19  Martin Holters  <martin.holters@gmx.de>
25761
25762         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25763
25764         * gst/audioconvert/bufferframesconvert.c:
25765         (buffer_frames_convert_link):
25766           Don't leak othercaps. (fixes #167878)
25767
25768 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
25769
25770         * configure.ac:
25771         * ext/libvisual/visual.c: (gst_visual_srclink),
25772         (gst_visual_change_state):
25773           Support libvisual 0.2.0.
25774
25775 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
25776
25777         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
25778         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
25779           Use same rowstrides for I420 as used everywhere else.
25780
25781 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
25782
25783         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
25784           Declare variables at beginning of block and make gcc-2.95 happy
25785           (fixes # 167482, patch by Gergely Nagy).
25786           
25787         * gst/tcp/gsttcpclientsrc.c:
25788         * gst/tcp/gsttcpclientsrc.h:
25789           Move some includes into the header, so that struct sockaddr_in is
25790           defined when it should be defined on FreeBSD as well (fixes
25791           #167483).
25792           
25793         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
25794           Don't pass uninitialised values to setsockopt() here either.
25795
25796 2005-02-17  Luca Ognibene  <luogni at tin dot it>
25797
25798         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25799
25800         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
25801           Don't pass uninitialised values to setsockopt(). (fixes #167704)
25802
25803 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25804
25805         * gst/playback/gstplaybin.c: (add_sink):
25806           Invert bin_add/link order to workaround deadlock in opt.
25807
25808 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25809
25810         * gst/modplug/gstmodplug.cc:
25811           Add missing break causing position queries to fail.
25812
25813 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25814
25815         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
25816           Granpos can apparently be -1, which screws up calculations...
25817
25818 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
25819
25820         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
25821         (gst_ximagesink_send_pending_navigation),
25822         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
25823         (gst_ximagesink_init):
25824         * sys/ximage/ximagesink.h:
25825         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
25826         (gst_xvimagesink_send_pending_navigation),
25827         (gst_xvimagesink_navigation_send_event),
25828         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
25829         * sys/xvimage/xvimagesink.h:
25830           Use a mutex protected list to marshal navigation
25831           events into the stream thread from whichever thread
25832           sends them.
25833
25834 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
25835
25836         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
25837           Display current position and track length; misc. clean-ups.
25838           
25839         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
25840         (speed_init), (speed_chain):
25841           Add query function, so that the stream length and current position
25842           get adjusted when queried (note that current position queries may
25843           still be wrong if the audio sink returns values based on buffer
25844           timestamps instead of passing on the query).
25845
25846 2005-02-13  Benjamin Otte  <otte@gnome.org>
25847
25848         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
25849         (gst_audio_convert_channels):
25850           create channel conversion matrix when linking
25851         * gst/audioconvert/.cvsignore:
25852         * gst/audioconvert/Makefile.am:
25853         * gst/audioconvert/channelmixtest.c: (main):
25854           add (ugly) test that ensures stereo <=> mono conversion works
25855           correctly
25856
25857 2005-02-13  Benjamin Otte  <otte@gnome.org>
25858
25859         * gst/audioconvert/gstchannelmix.h:
25860           include missing header file
25861         * gst/audioconvert/gstchannelmix.c:
25862         (gst_audio_convert_fill_compatible):
25863           use same sign for both channels when converting to/from compatible
25864           channel. Previously used different signs made the signals cancel
25865           each other out and appear like silence. (fixes #167269)
25866
25867 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
25868
25869         * gst/ffmpegcolorspace/avcodec.h:
25870         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
25871         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
25872         (gst_ffmpegcsp_avpicture_fill):
25873         * gst/ffmpegcolorspace/imgconvert.c:
25874           Convert to and from YV12 (fixes #156379).
25875
25876 2005-02-12  Julien MOUTTE  <julien@moutte.net>
25877
25878         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
25879         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
25880         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
25881         (gst_ximagesink_expose), (gst_ximagesink_set_property),
25882         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
25883         methods from chain and negotiation and vice versa (Fixes #166142).
25884         * sys/ximage/ximagesink.h: Add stream_lock.
25885         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
25886         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
25887         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
25888         (gst_xvimagesink_expose): Check for xcontext before trying to link.
25889
25890 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
25891
25892         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
25893           Don't send "Hey! You gave me a NULL pointer you naughty person" as
25894           error message when we can't open the DVD device (when dvdnav_open()
25895           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
25896           the above). Send something more useful instead (fixes #167117).
25897
25898 2005-02-11  Julien MOUTTE  <julien@moutte.net>
25899
25900         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
25901         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
25902         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
25903         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
25904         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
25905         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
25906         methods from chain and negotiation and vice versa (Fixes #166142).
25907         Fix a possible bug of images in the buffer pool being discarded because
25908         we are looking at the wrong geometry.
25909         * sys/xvimage/xvimagesink.h: Add stream_lock.
25910
25911 2005-02-11  David Schleef  <ds@schleef.org>
25912
25913         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
25914         unsigned int. (fixes #167128)
25915
25916 2005-02-11  David Schleef  <ds@schleef.org>
25917
25918         * gst/librfb/Makefile.am: Testing stuff before committing is
25919           for wimps... and people with fast machines.  Fix stupid
25920           mistake.
25921
25922 2005-02-11  David Schleef  <ds@schleef.org>
25923
25924         * configure.ac: Pull in librfb from my CVS tree, because it is
25925           too small and annoying to be separate.  Move rfbsrc plugin
25926           to gst/.
25927         * ext/Makefile.am:
25928         * ext/librfb/Makefile.am:
25929         * ext/librfb/gstrfbsrc.c:
25930         * gst/librfb/Makefile.am:
25931         * gst/librfb/gstrfbsrc.c:
25932         * gst/librfb/rfb.c:
25933         * gst/librfb/rfb.h:
25934         * gst/librfb/rfbbuffer.c:
25935         * gst/librfb/rfbbuffer.h:
25936         * gst/librfb/rfbbytestream.c:
25937         * gst/librfb/rfbbytestream.h:
25938         * gst/librfb/rfbcontext.h:
25939         * gst/librfb/rfbdecoder.c:
25940         * gst/librfb/rfbdecoder.h:
25941         * gst/librfb/rfbutil.h:
25942
25943 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
25944
25945         * gst/speed/Makefile.am:
25946         * gst/speed/demo-mp3.c: (main):
25947         * gst/speed/filter.func:
25948         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
25949         (speed_class_init), (speed_init), (speed_chain_int16),
25950         (speed_chain_float32), (speed_chain), (speed_set_property),
25951         (speed_get_property), (speed_change_state):
25952         * gst/speed/gstspeed.h:
25953           Fix speed element and make it chain-based (fixes #156467),
25954           and make it handle more than one channel.
25955
25956 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
25957
25958         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
25959         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
25960         (gst_dtsdec_chain), (gst_dtsdec_change_state):
25961         * ext/dts/gstdtsdec.h:
25962           Don't clobber the stack constructing the channels array.
25963           Make the element chain-based. DTS tracks can now be played.
25964           
25965 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
25966
25967         * gst-libs/gst/audio/multichannel.h:
25968         * gst-libs/gst/gconf/gconf.h:
25969         * gst-libs/gst/idct/idct.h:
25970         * gst-libs/gst/media-info/media-info-priv.h:
25971         * gst-libs/gst/play/play.h:
25972         * gst-libs/gst/resample/private.h:
25973         * gst-libs/gst/resample/resample.h:
25974         * gst-libs/gst/riff/riff-ids.h:
25975         * gst-libs/gst/video/video.h:
25976         * gst-libs/gst/video/videosink.h:
25977           Add G_BEGIN_DECLS and G_END_DECLS around headers where
25978           missing, so that they work when included from C++ code.
25979
25980 2005-02-09  David Schleef  <ds@schleef.org>
25981
25982         * testsuite/gst-lint: Check for non-statically scoped
25983           parent_class variables.  This won't be a problem once
25984           plugins are loaded with RTLD_LOCAL.
25985
25986 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25987
25988         * ext/mplex/gstmplexibitstream.cc:
25989           gcc madness.
25990
25991 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25992
25993         * ext/ogg/gstogmparse.c:
25994         * gst/debug/gstnavigationtest.c:
25995           Die, thou faulty symbol pollutors (non-static parent_class).
25996
25997 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25998
25999         * ext/mplex/gstmplexibitstream.cc:
26000           Fix event handling (#165525).
26001
26002 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26003
26004         * ext/mikmod/gstmikmod.c:
26005         * gst/modplug/gstmodplug.cc:
26006           Add missing endianness to template (fixes #165509).
26007
26008 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26009
26010         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
26011           Fix wrong order of reading of optional bytes (#165290).
26012
26013 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26014
26015         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26016           Implement FILLER event awareness.
26017
26018 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26019
26020         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
26021           Fix track calculations (#166208).
26022
26023 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
26024
26025         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26026
26027         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
26028         * ext/libpng/gstpngenc.c:
26029           Fix byte-order, use proper fixed caps. Fixes #164197.
26030
26031 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
26032
26033         * configure.ac:
26034           Add dvdlpcmdec 
26035
26036         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
26037         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
26038           Don't push buffers if the src pad isn't negotiated yet.
26039           
26040         * gst/audioconvert/gstaudioconvert.c:
26041         (gst_audio_convert_buffer_to_default_format),
26042         (gst_audio_convert_buffer_from_default_format):
26043           Add support for 24-bit width.
26044
26045         * gst/dvdlpcmdec/.cvsignore:
26046         * gst/dvdlpcmdec/Makefile.am:
26047         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
26048         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
26049         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
26050         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
26051         (plugin_init):
26052         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
26053           New decoder for rearranging DVD LPCM into our audio/x-raw-int
26054           format. Needs support for the channels maps if someone can find 
26055           a DVD LPCM track with > 2 channels.
26056
26057         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
26058         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
26059         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
26060         * gst/mpegstream/gstdvddemux.h:
26061         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
26062         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
26063         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
26064         * gst/mpegstream/gstmpegdemux.h:
26065         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
26066         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
26067         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
26068         (gst_mpeg_parse_handle_src_query),
26069         (gst_mpeg_parse_handle_src_event):
26070           Use audio/x-dvd-lpcm for LPCM output.
26071           Add DTS output.
26072
26073 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
26074
26075         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26076
26077         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
26078         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
26079           Add BGRA handling (#165736).
26080
26081 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
26082
26083         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26084
26085         * gst/law/alaw-decode.c: (alawdec_link):
26086         * gst/law/alaw-encode.c: (alawenc_link):
26087         * gst/law/mulaw-decode.c: (mulawdec_link):
26088         * gst/law/mulaw-encode.c: (mulawenc_link):
26089           Fix caps memleaks (#166600).
26090
26091 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
26092
26093         * ext/tarkin/mem.h:
26094         * ext/tarkin/wavelet.h:
26095         * ext/tarkin/yuv.h:
26096         * gst/ffmpegcolorspace/avcodec.h:
26097           Include "_stdint.h" instead of <stdint.h>. Fixes build on
26098           systems that don't have stdint.h, like Solaris9 (fixes #166631).
26099
26100 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26101
26102         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
26103         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
26104         (gst_xvimagesink_change_state):
26105           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
26106           Xv video (and thereby regenerate Xv colourkey) in clear() so
26107           that PLAY -> READY -> PLAY works (fixes #162504).
26108
26109 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26110
26111         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
26112           Switch to list instead of range, since MJPEG-devices really just
26113           support decimations, not any size.
26114
26115 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
26116         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
26117         (gst_mpeg2dec_reset), (free_all_buffers),
26118         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
26119         * ext/mpeg2dec/gstmpeg2dec.h:
26120           The libmpeg2 user-allocated buffer management is awkward, 
26121           to say the least. Hopefully this fixes things.
26122
26123 2005-02-04  Andy Wingo  <wingo@pobox.com>
26124
26125         * gst/audioconvert/bufferframesconvert.c
26126         (buffer_frames_convert_fixate): New function, fixates to 256
26127         frames per buffer by default. (Much better than 1.)
26128         (buffer_frames_convert_init): Set the fixate function for both src
26129         and sink pad.
26130         (buffer_frames_convert_link): After success setting nonfixed caps,
26131         get the negotiated caps so we can know how many buffer-frames it
26132         will be. No idea how this worked at all before.
26133
26134 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
26135
26136         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
26137         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
26138         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
26139         (handle_sequence), (handle_picture):
26140         * ext/mpeg2dec/gstmpeg2dec.h:
26141           Rearrange buffer tracking and refcounting and refactor
26142           a little for readability. 
26143
26144 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
26145         * sys/v4l/gstv4l.c: (plugin_init):
26146         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
26147         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
26148         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
26149         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
26150         * sys/v4l/gstv4ljpegsrc.h:
26151         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
26152         * sys/v4l/v4l_calls.h:
26153         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
26154         (gst_v4lsrc_get_fps):
26155         * sys/v4l/v4lsrc_calls.h:
26156           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
26157           you jpeg inside rgb frames" driver.
26158           Don't error in the v4lsrc link function, just return 
26159           REFUSED.
26160
26161 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26162
26163         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
26164         (gst_qcamsrc_open):
26165           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
26166
26167 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26168
26169         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
26170           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
26171
26172 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26173
26174         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
26175           Reset negotiated state on PAUSED->READY.
26176
26177 2005-02-02  David Schleef  <ds@schleef.org>
26178
26179         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
26180         whereever possible.  (Fixes #165997)
26181         * examples/capsfilter/capsfilter1.c: (main):
26182         * examples/dynparams/filter.c: (create_ui):
26183         * examples/seeking/cdparanoia.c: (get_track_info), (main):
26184         * examples/seeking/chained.c: (main):
26185         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
26186         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
26187         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
26188         (make_mpeg_pipeline), (make_mpegnt_pipeline):
26189         * examples/seeking/spider_seek.c: (make_spider_pipeline):
26190         * examples/switch/switcher.c: (main):
26191         * ext/dv/demo-play.c: (main):
26192         * ext/faad/gstfaad.c: (gst_faad_change_state):
26193         * ext/mad/gstmad.c: (gst_mad_chain):
26194         * ext/smoothwave/demo-osssrc.c: (main):
26195         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
26196         (gst_gconf_render_bin_from_description),
26197         (gst_gconf_get_default_audio_sink),
26198         (gst_gconf_get_default_video_sink),
26199         (gst_gconf_get_default_audio_src),
26200         (gst_gconf_get_default_video_src),
26201         (gst_gconf_get_default_visualization_element):
26202         * gst/level/demo.c: (main):
26203         * gst/level/plot.c: (main):
26204         * gst/playback/gstplaybin.c: (gen_video_element),
26205         (gen_audio_element):
26206         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
26207         * gst/playondemand/demo-mp3.c: (setup_pipeline):
26208         * gst/sine/demo-dparams.c: (main):
26209         * gst/spectrum/demo-osssrc.c: (main):
26210         * gst/speed/demo-mp3.c: (main):
26211         * gst/volume/demo.c: (main):
26212         * testsuite/embed/embed.c: (main):
26213
26214 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
26215
26216         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
26217         (gst_tcpclientsink_finalize):
26218         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
26219         (gst_tcpclientsrc_finalize):
26220         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
26221         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
26222         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
26223         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
26224           Don't leak the hostname when shutting down.
26225           In tcpserversrc, take a copy of the default hostname.
26226
26227 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26228
26229         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
26230           Set caps to systemstream=TRUE.
26231
26232 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26233
26234         * testsuite/Makefile.am:
26235           Fix more OSX buildbots.
26236
26237 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
26238
26239         * ext/mpeg2dec/gstmpeg2dec.c:
26240           Don't send things to NULL PAD_PEERs
26241
26242         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
26243           Copy-on-write the incoming buffer.
26244
26245         * gst/mpegstream/gstdvddemux.h:
26246         * gst/mpegstream/gstmpegclock.h:
26247         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
26248         (normal_seek), (gst_mpeg_demux_handle_src_event):
26249         * gst/mpegstream/gstmpegdemux.h:
26250         * gst/mpegstream/gstmpegpacketize.h:
26251         * gst/mpegstream/gstmpegparse.c:
26252         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
26253         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
26254         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
26255         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
26256         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
26257         * gst/mpegstream/gstmpegparse.h:
26258         * gst/mpegstream/gstrfc2250enc.h:
26259           Various changes to the way time is computed that make seeking and
26260           total time estimation much better here.
26261           Use G_BEGIN/END_DECLS instead of __cplusplus
26262
26263         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
26264           Use gst_buffer_stamp instead of only copying the TIMESTAMP
26265
26266 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26267
26268         * gst/subparse/gstsubparse.c:
26269           Fix OSX buildbot.
26270
26271 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
26272
26273         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
26274         (theora_enc_chain), (theora_enc_change_state):
26275         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
26276         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
26277         (gst_vorbisenc_change_state):
26278         * ext/vorbis/vorbisenc.h:
26279           Set granulepos and timestamp correctly for streams not
26280           starting at 0, taking into account the initial delay.
26281
26282 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
26283
26284         * gst/mpegstream/gstdvddemux.c:
26285           Add audio/x-dts to audio pad template caps
26286
26287 2005-01-30  David Schleef  <ds@schleef.org>
26288
26289         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
26290         (create_context), (gst_polypsink_link): Fix silly endianness
26291         bug.  Add some debugging.  Remove float from caps; it doesn't
26292         work.  Attempt to get remote audio working.
26293
26294 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26295
26296         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
26297           Add 3IV2 fourcc.
26298
26299 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26300
26301         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
26302         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
26303         (gst_avi_demux_stream_data):
26304         * gst/avi/gstavidemux.h:
26305           Invert DIB images. Fixes #132341.
26306
26307 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26308
26309         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26310         (gst_ffmpegcsp_chain):
26311           D'oh, reference the palette data, not the palette structure.
26312           Fixes color distortion in #132341.
26313
26314 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26315
26316         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
26317           PAR can be non-fixed when not provided as argument (#162626).
26318
26319 2005-01-29  David Moore  <dcm@acm.org>
26320
26321         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26322
26323         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26324         (gst_qtdemux_loop_header):
26325           Re-apply patch from #142272 that allows non-seekable sources,
26326           re-proposed by Daniel Drake <dsd@gentoo.org>.
26327
26328 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26329
26330         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
26331           Use the src template for creating the src pad (#162330).
26332
26333 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26334
26335         * configure.ac:
26336         * ext/musepack/Makefile.am:
26337         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
26338         (gst_musepackdec_init), (gst_musepackdec_dispose),
26339         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
26340         (gst_musepack_stream_init), (gst_musepackdec_loop),
26341         (gst_musepackdec_change_state):
26342         * ext/musepack/gstmusepackdec.cpp:
26343         * ext/musepack/gstmusepackdec.h:
26344         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
26345         (gst_musepack_reader_read), (gst_musepack_reader_seek),
26346         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
26347         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
26348         * ext/musepack/gstmusepackreader.cpp:
26349         * ext/musepack/gstmusepackreader.h:
26350           Update to 1.1 API (#165446).
26351
26352 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26353
26354         * ext/Makefile.am:
26355           Unbreak buildbot.
26356
26357 2005-01-28  Andy Wingo  <wingo@pobox.com>
26358
26359         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
26360         to reflect a different dubious internet source. Add a reference
26361         and some commentary.
26362
26363 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26364
26365         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
26366         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
26367         * gst/playback/gststreamselector.h:
26368           Be more selective when we're redoing caps negotiation from
26369           within the chain function on a stream change.
26370
26371 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26372
26373         * configure.ac:
26374         * ext/Makefile.am:
26375         * ext/amrnb/Makefile.am:
26376         * ext/amrnb/amrnb.c: (plugin_init):
26377         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
26378         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
26379         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
26380         (gst_amrnbdec_state_change):
26381         * ext/amrnb/amrnbdec.h:
26382         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
26383         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
26384         (gst_amrnbparse_init), (gst_amrnbparse_formats),
26385         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
26386         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
26387         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
26388         * ext/amrnb/amrnbparse.h:
26389           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
26390         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
26391           Add AMR-NB/-WB raw formats.
26392         * ext/alsa/gstalsa.c: (gst_alsa_link):
26393           Keep valid time when changing format.
26394         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26395         (qtdemux_parse_trak):
26396           Add some more format-specific options (#140141, #143555, #155163).
26397
26398 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26399
26400         * gst/matroska/matroska-demux.c:
26401         (gst_matroska_demux_parse_blockgroup):
26402           Fix logic error in timing of subtitle stream synchronization.
26403         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
26404           Add skip-chunk, which is found in kodak-camera streams.
26405
26406 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26407
26408         * po/LINGUAS:
26409         * po/vi.po:
26410           Adding Vietnamese translation (submitted by Clytie Siddall)
26411
26412 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26413
26414         * gst/playback/gstdecodebin.c: (try_to_link_1):
26415           Use realpad for signal.
26416
26417 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26418
26419         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
26420           Fix category so decodebin picks it up.
26421
26422 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26423
26424         * ext/mad/Makefile.am:
26425         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
26426         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
26427         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
26428         (found_type), (gst_id3demux_bin_change_state):
26429         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
26430         (gst_id3_tag_init), (gst_id3_tag_handle_event),
26431         (gst_id3_tag_src_link), (gst_id3_tag_chain),
26432         (gst_id3_tag_change_state), (plugin_init):
26433         * ext/mad/gstmad.h:
26434           Add id3demuxbin (which is a simple bin consisting of id3demux
26435           and typefind), take over rank from id3demux, remove typefind
26436           code from id3demux. Makes all broken mp3s that I know of work,
26437           and thereby fixes #152688.
26438
26439 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
26440
26441         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26442
26443         * ext/mad/gstmad.c: (gst_mad_src_event):
26444         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
26445           Allow seeks on audio pad, make mad forward those (#164826).
26446         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26447           Set duration (#165335).
26448
26449 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26450
26451         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
26452         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
26453         (gst_asf_demux_process_ext_content_desc),
26454         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
26455         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
26456         * gst/asfdemux/gstasfdemux.h:
26457           Improve metadata display, e.g. if the metadata comes before the
26458           streams are loaded (which is perfectly valid).
26459
26460 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26461
26462         * tools/gst-launch-ext-m.m:
26463           Fix AVI/ASF pipelines (#165340).
26464
26465 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
26466         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
26467         build failure on amd64
26468
26469 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
26470
26471         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
26472         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
26473           Check environment variables GST_ID3V2_TAG_ENCODING,
26474           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26475           list of character encodings to force interpretation of non-unicode
26476           strings stored in an ID3v2 tag to a particular encoding. If none
26477           is specified, try to use current locale's encoding, then fall back
26478           to ISO-8859-1 (which will always succeed). (Resolves #149274)
26479         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
26480         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
26481           Check environment variables GST_ID3V1_TAG_ENCODING,
26482           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26483           list of character encodings to use in case a string encountered
26484           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
26485           specified, try to use the current locale's encoding, then fall
26486           back to ISO-8859-1 (which will always succeed).
26487
26488 2005-01-25  Benjamin Otte  <otte@gnome.org>
26489
26490         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
26491           - on half framerate, compute the rate in advance so the comparisons
26492             don't compare wrong values
26493           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
26494             behaviour
26495           - don't use mad_header_decode anymore, mad_frame_decode does that
26496             automatically
26497           - when getting rid of consumed bytes, reset the stream's skiplen
26498           (fixes #163867)
26499
26500 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
26501
26502         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
26503           Use 1/2 a second for default max_discont, as PES streams from DVB
26504           seem to have larger spacings in the SCR. 
26505           Fix a typo.
26506
26507 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26508
26509         * gst/playback/gstplaybasebin.c: (group_commit):
26510           Notify delayed stream-info availability.
26511
26512 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
26513         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
26514         (gst_a52dec_handle_event), (gst_a52dec_chain):
26515         Add some debug output. Check that a discont has a valid
26516         time associated.
26517         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
26518         (gst_alsa_sink_loop):
26519         Ignore TAG events. A little extra debug for broken timestamps.
26520         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
26521         (dvdnavsrc_change_state):
26522         Ensure we send a discont to engage the link before we send any
26523         other events.
26524         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
26525         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
26526         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
26527         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
26528         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
26529         dvd://title works in totem because typefinding sends a seek that ends
26530         up going back to chapter 1 regardless.
26531         * ext/mpeg2dec/gstmpeg2dec.c:
26532         * ext/mpeg2dec/gstmpeg2dec.h:
26533         Output correct timestamps and handle disconts.
26534         * ext/ogg/gstoggdemux.c: (get_relative):
26535         Small guard against a null dereference.
26536         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
26537         (gst_textoverlay_set_property):
26538         Free memory when done. Don't call gst_event_filler_get_duration on
26539         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
26540         g_warning.
26541         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
26542         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
26543         (gst_sw_srclink), (gst_smoothwave_chain):
26544         Draw solid lines, prettier colours.
26545         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
26546         Add a default palette that'll work for some movies.
26547         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
26548         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
26549         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
26550         * gst/mpegstream/gstdvddemux.h:
26551         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
26552         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
26553         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
26554         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
26555         * gst/mpegstream/gstmpegparse.h:
26556         Use PTM/NAV events when for timestamp adjustment when connected to 
26557         dvdnavsrc. Don't use many discont events where one suffices.
26558         * gst/playback/gstplaybasebin.c: (group_destroy),
26559         (gen_preroll_element), (gst_play_base_bin_add_element):
26560         * gst/playback/gstplaybasebin.h:
26561         Make sure we remove subtitles from the same bin we put them in.
26562         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
26563         (gst_subparse_buffer_format_autodetect),
26564         (gst_subparse_change_state):
26565         Fix some memleaks and invalid accesses.
26566         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
26567         (oggskel_type_find), (cmml_type_find), (plugin_init):
26568         Some typefind functions for Annodex v3.0 files
26569         * gst/wavparse/gstwavparse.h:
26570         GstRiffReadClass is the correct parent class.
26571
26572 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26573
26574         * gst-libs/gst/riff/riff-media.c:
26575         (gst_riff_create_video_caps_with_data):
26576           Add extradata to huffyuv (fixes #165013).
26577         * gst-libs/gst/riff/riff-read.c:
26578         (gst_riff_read_strf_vids_with_data):
26579           Fix extradata extraction if it is in the chunk size.
26580
26581 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
26582
26583         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26584
26585         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
26586         (gst_quarktv_change_state), (gst_quarktv_dispose):
26587           Memory free'ing location fix (#164708).
26588
26589 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26590
26591         * gst/playback/gstplaybasebin.c: (group_commit),
26592         (gen_preroll_element), (probe_triggered), (gen_source_element),
26593         (setup_source), (gst_play_base_bin_change_state),
26594         (gst_play_base_bin_add_element):
26595           Don't block for streams.
26596         * gst/playback/gststreaminfo.c: (stream_info_change_state),
26597         (gst_stream_info_set_mute):
26598           Use gst_pad_set_active_recursive.
26599
26600 2005-01-25  Andy Wingo  <wingo@pobox.com>
26601
26602         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
26603         for #ifndef HAVE_XVIDEO.
26604
26605 2005-01-24  Jeffrey C. Ollie
26606
26607         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
26608
26609         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
26610         * ext/gsm/gstgsmdec.h:
26611         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
26612         * ext/gsm/gstgsmenc.h:
26613         Fix rate to 8kHz as per spec, removes obscure errors when no rate
26614         was given by property. Add proper buffer timestamps and offsets.
26615
26616 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26617
26618         * gst-libs/gst/riff/riff-media.c:
26619         (gst_riff_create_audio_caps_with_data):
26620           Audio can be <8000Hz.
26621
26622 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26623
26624         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
26625           Explicit state change to workaround refcount bugs.
26626
26627 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26628
26629         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
26630         (gst_avimux_riff_get_avi_header):
26631           Fix...
26632
26633 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26634
26635         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
26636         (gst_riff_read_element_data):
26637         * gst-libs/gst/riff/riff-read.h:
26638           Add _peek version (req'ed in CDXA).
26639         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
26640         (gst_cdxaparse_loop):
26641           Fix parsing in playbin.
26642         * gst/playback/gstdecodebin.c: (close_pad_link):
26643           Ignore current_ pads, they cause major annoyance.
26644
26645 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26646
26647         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
26648           Safety guard.
26649
26650 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26651
26652         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
26653           Fix padding...
26654
26655 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26656
26657         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
26658           Allow for 0-sized buffers. Fixes length query problems in
26659           starwars.mkv from the testsuite.
26660
26661 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
26662
26663         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
26664         (gst_video_box_i420), (gst_video_box_chain):
26665           Fix row strides for I420 (fixes #163159)
26666           
26667 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26668
26669         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
26670           MPEG2 has a useful rate property, so we can actually use that.
26671           For MPEG-1, continue using the bytes/time properties.
26672
26673 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26674
26675         * gst-libs/gst/riff/riff-media.c:
26676         (gst_riff_create_video_caps_with_data),
26677         (gst_riff_create_video_template_caps):
26678           Add intel-h263.
26679
26680 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26681
26682         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
26683           Fail if caps negotiation fails. Should fix #162184, and should
26684           definately be in there regardless of it fixing the actual bug.
26685         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
26686         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
26687         (gst_avimux_riff_get_avix_header),
26688         (gst_avimux_riff_get_video_header),
26689         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
26690         (gst_avimux_start_file), (gst_avimux_handle_event),
26691         (gst_avimux_change_state):
26692         * gst/avi/gstavimux.h:
26693           Refactor structure writing to use GST_WRITE_UINT macros, add
26694           metadata writing support.
26695
26696 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26697
26698         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
26699           Elements may already be destroyed when this function is called.
26700
26701 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26702
26703         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26704         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
26705           More memory leak fixes (#149162).
26706
26707 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26708
26709         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26710         (gst_qtdemux_add_stream):
26711           Fix two memleaks.
26712
26713 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26714
26715         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
26716           Argh...
26717
26718 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26719
26720         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
26721           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
26722           when fixating to six channels in Totem.
26723
26724 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26725
26726         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
26727           Fix compile warnings on Solaris 10 buildbot
26728
26729 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26730
26731         * ext/dvdread/dvdreadsrc.c: (_read):
26732           Don't read beyond the last cell in a chapter (fixes 
26733           invalid memory access)
26734
26735 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26736
26737         * ext/dvdread/stream_labels.c:
26738         (dvdreadsrc_get_audio_stream_labels):
26739           Use NULL for an empty GList instead of g_list_alloc(); fix 
26740           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
26741           of GString (easier to bulk free later)
26742
26743 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
26744
26745         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26746
26747         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26748         (gst_ffmpeg_pixfmt_to_caps):
26749           Fix BGRA32 caps (#164209).
26750
26751 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
26752
26753         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26754
26755         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26756         (gst_ffmpeg_caps_to_pixfmt):
26757           alpha_mask can be RGBA/ABGR. Fixes #164265.
26758
26759 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
26760
26761         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26762
26763         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
26764         (gst_mpeg2dec_alloc_buffer):
26765         * ext/mpeg2dec/gstmpeg2dec.h:
26766           Crop if decoding size is not the actual image size (#163676).
26767
26768 2005-01-17  Steve Baker  <steve@stevebaker.org>
26769
26770         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26771
26772         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
26773         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
26774           Add libsndfile typefind functions (#163309).
26775
26776 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26777
26778         * tools/gst-launch-ext-m.m:
26779           Add .aac, fix .m1v/.m2v (#163891).
26780
26781 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26782
26783         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
26784           Sanity check, don't wait endlessly since the clock might not
26785           actually run at this point (which is a deadlock). Fixes #164069.
26786
26787 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26788
26789         * gst/playback/gstplaybasebin.c: (probe_triggered):
26790           Of course, only pause if group is done...
26791
26792 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26793
26794         * gst/playback/gstplaybasebin.c: (probe_triggered):
26795           Thread safety.
26796
26797 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
26798
26799         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
26800           Don't return state change success when the parent
26801           failed.
26802
26803 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26804
26805         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
26806           Free events (fix memleak in #162905).
26807
26808 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
26809
26810         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26811
26812         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26813         (gst_ffmpeg_caps_to_pixfmt):
26814           Fix for depth = 15. Fixes #161675.
26815
26816 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26817
26818         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
26819           Set FPS correctly, even for webcams and the like.
26820         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
26821           Don error on setting while capturing.
26822
26823 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26824
26825         * ext/dv/gstdvdec.c:
26826         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
26827         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
26828           I'm a bad boy. using /1001. to force C to do float division
26829           and not integer division (as it did in my last commit)
26830           Thanks to David I. Lehn for pointing this mistake.
26831
26832 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26833
26834         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
26835           Revert Johan's 1.35->1.36 since it breaks compat.
26836
26837 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26838
26839         * ext/dv/gstdvdec.c:
26840         * ext/libfame/gstlibfame.c:
26841         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
26842         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
26843           replace framerate aproximations by their real value
26844           (24000/1001, 30000/1001, 60000/1001)
26845           Finish fixing bug #164049
26846
26847 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26848
26849         * ext/ogg/gstoggmux.c:
26850           eos/bos debugging
26851         * gst/tcp/gstmultifdsink.c:
26852         * gst/tcp/gstmultifdsink.h:
26853         * gst/tcp/gsttcp.c:
26854         * gst/tcp/gsttcp.h:
26855         * gst/tcp/gsttcpclientsink.c:
26856         * gst/tcp/gsttcpclientsrc.c:
26857         * gst/tcp/gsttcpserversink.c:
26858         * gst/tcp/gsttcpserversrc.c:
26859           improve reusability of elements after state changes and errors
26860           make multifdsink throw away streamheaders when receiving new ones
26861
26862 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26863
26864         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
26865           Fix for if items are already in list...
26866
26867 2005-01-12  Benjamin Otte  <otte@gnome.org>
26868
26869         * gst/adder/gstadder.c: (gst_adder_loop):
26870           fix adder a bit so it doesn't screw up with events as much anymore
26871
26872 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
26873
26874         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
26875         (pixbufscale_scale), (gst_pixbufscale_chain):
26876         * ext/gdk_pixbuf/pixbufscale.h:
26877           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
26878           to ensure rowstrides are calculated the same way as 
26879           ffmpegcolorspace
26880           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
26881           that we pick up duration and offset also.
26882
26883 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26884
26885         * gst/avi/gstavimux.c: (gst_avimux_class_init),
26886         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
26887           Reusability fixes.
26888
26889 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26890
26891         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
26892         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
26893         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
26894         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
26895           Update flags when requested.
26896
26897 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26898
26899         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
26900           Fix dmix.
26901
26902 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26903
26904         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
26905         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
26906         (probe_triggered), (new_decoded_pad), (gen_source_element),
26907         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
26908         * gst/playback/gstplaybasebin.h:
26909         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
26910         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
26911         (gst_play_bin_change_state):
26912           Implement group-switch signal for use in apps to clear metadata
26913           cache, clean up subtitle, add suburi property instead of # hack,
26914           some error-out fixes.
26915
26916 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26917
26918         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
26919           Debug.
26920         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
26921           If we got a state change in the _get handler, don't return success.
26922
26923 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26924
26925         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
26926         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
26927           Make jpegdec quiet on MJPEG decoding
26928         * gst/asfdemux/README:
26929           Fix mimetypes for MJPEG and H263
26930
26931 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26932
26933         * ext/theora/theoradec.c: (theora_dec_chain):
26934           Fix broken code generation by gcc by swapping arguments.
26935         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
26936           Fix \n in debug.
26937
26938 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26939
26940         * TODO:
26941           delete this file, it is by far outdated
26942         * ext/alsa/gstalsa.1: remove
26943         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
26944         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
26945         (gst_alsa_get_caps):
26946           Add HW probing for supported sample rates. Fixes #161704
26947
26948 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26949
26950         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26951           Don't crash, biatch! :).
26952
26953 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26954
26955         * ext/musepack/gstmusepackreader.cpp:
26956         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
26957           Some work on tags - still doesn't work in playbin...
26958         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26959           Handle events...
26960
26961 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26962
26963         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
26964           Also shove tags on kid pads.
26965
26966 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26967
26968         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
26969           Don't bail on unknown events.
26970         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26971           Don't crash on events before negotiation.
26972         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
26973           Send tags on pads, too.
26974         * gst/playback/gststreamselector.c:
26975         (gst_stream_selector_request_new_pad):
26976           Forward events on first pad if no input was selected yet.
26977
26978 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26979
26980         * gst/playback/gstplaybasebin.c: (setup_substreams):
26981           Don't disable streamtype if the stream doesn't exist, since
26982           then playing a video after audio will disable both and nothing
26983           will happen. Fixes the testsuite.
26984
26985 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26986
26987         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
26988         (gst_v4l_xoverlay_set_xwindow_id):
26989         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
26990         (gst_v4l2_xoverlay_set_xwindow_id):
26991           Add debug categories, fix overlay disabling.
26992
26993 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26994
26995         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
26996         * ext/alsa/gstalsa.h:
26997           Add HW probing for period_count/size and buffer_size MIX/MAX
26998           Adjust default/user defined value if out of bounds
26999           Should fix bug #162024
27000
27001 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27002
27003         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
27004           Fix warning (#161191).
27005
27006 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27007
27008         * ext/dvdread/stream_labels.c:
27009         (dvdreadsrc_get_audio_stream_labels):
27010           Fix warning (init the good variable in switch default)
27011
27012 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
27013
27014         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27015
27016         * gst/tta/gstttaparse.c: (gst_tta_src_event):
27017           Fix gcc-2.95 compile (#163485).
27018
27019 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27020
27021         * configure.ac:
27022         * ext/flac/gstflacenc.c: (gst_flacenc_init),
27023         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
27024         (gst_flacenc_tell_callback), (gst_flacenc_chain),
27025         (gst_flacenc_change_state):
27026         * ext/flac/gstflacenc.h:
27027           Update for API change in flac-1.1.1. Update requirement in
27028           configure.ac. Fixes #162974.
27029
27030 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27031
27032         * gst/playback/gstplaybasebin.c: (group_destroy):
27033           Remove hack to get rid of assert and get rid of unlinked
27034           signals properly.
27035
27036 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27037
27038         * gst/playback/gstplaybasebin.c: (setup_source):
27039           Set source to NULL so that resources are free'ed. Fixes issues
27040           with playback of CDDA and similar device-accessing things.
27041
27042 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27043
27044         * testsuite/embed/Makefile.am:
27045           test->noinst, fix make test in buildbot.
27046
27047 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27048
27049         * ext/dvdread/stream_labels.c: new file
27050         * ext/dvdread/stream_labels.h: new file
27051         * ext/dvdread/Makefile.am:
27052         * ext/dvdread/dvdreadsrc.c: (_seek_title):
27053           Extract audio stream label from DVD IFO files.
27054           It only dump them on the console for now, still have to
27055           make playbin aware of them.
27056
27057 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27058
27059         * gst/playback/gstplaybasebin.c: (setup_source):
27060           Fix hanging subs.
27061
27062 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27063
27064         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
27065         (gen_preroll_element), (remove_groups), (setup_subtitle),
27066         (gen_source_element), (setup_source):
27067         * gst/playback/gstplaybasebin.h:
27068           Multiple .sub files is just a stupid idea... Fix some threading
27069           mistakes. Interestingly, external .sub files cause playbin to
27070           hang, I don't know why... Parsing fixes contributed by Fran??ois
27071           Kooman <fkooman@tuxed.net>.
27072
27073 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27074
27075         * testsuite/embed/Makefile.am:
27076           Fix buildbot.
27077
27078 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
27079
27080         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27081
27082         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
27083         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
27084         (gst_pngenc_set_property):
27085         * ext/libpng/gstpngenc.h:
27086           Add compression level property (#163323).
27087
27088 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27089
27090         * configure.ac:
27091         * examples/capsfilter/capsfilter1.c: (main):
27092         * examples/seeking/spider_seek.c: (make_spider_pipeline):
27093         * ext/dvdread/Makefile.am:
27094         * ext/dvdread/demo-play:
27095         * ext/dvdread/demo-play.c:
27096         * gconf/gstreamer.schemas.in:
27097         * gst-libs/gst/gconf/gconf.c:
27098         * sys/v4l/TODO:
27099         * testsuite/Makefile.am:
27100         * testsuite/embed/Makefile.am:
27101         * testsuite/embed/embed.c: (cb_expose), (main):
27102           Remove all references to xvideosink, fix examples (#140845).
27103         * gst/playback/gstplaybasebin.c: (group_destroy):
27104           Apparently, disposal does not unlink - so do explicitely.
27105         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
27106           Add debug.
27107
27108 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
27109
27110         * README: fix PKG_CONFIG_PATH instructions, what was there
27111         previously was breaking default search path, not nice. 
27112         Fixes #163358
27113
27114 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27115
27116         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
27117         (gst_audioscale_chain):
27118           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
27119           when resampling - how the ^@$^!@^! is this possible?!?
27120
27121 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27122
27123         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
27124           Reset variables on READY.
27125         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
27126         (gst_matroska_mux_loop):
27127           Require data before writing header.
27128
27129 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
27130
27131         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27132
27133         * ext/mad/gstmad.c: (gst_mad_chain):
27134           Don't call mad_stream_sync() directly after recovering sync.
27135           Fixes #151661.
27136
27137 2005-01-09  Martin Eikermann  <meiker@upb.de>
27138
27139         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27140
27141         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
27142         (snapshot_handler), (gst_snapshot_sinkconnect),
27143         (gst_snapshot_chain):
27144           Allocate resources when required, fix recursive signal emission
27145           and fix caps. Fixes #161667.
27146
27147 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
27148
27149         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27150
27151         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
27152         (gst_pngdec_chain):
27153           Handle only 8-bppc (bits-per-pixel-component) images, better
27154           error handling and correct strides. Fixes #163177.
27155         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
27156         (gst_pngenc_chain):
27157           Better error handling. Fixes #163348.
27158
27159 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27160
27161         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
27162         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
27163         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
27164         (dvdnavsrc_uri_handler_init):
27165           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
27166         * gst/playback/gstplaybasebin.c: (gen_source_element):
27167           Add MMS to streaming URIs.
27168
27169 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27170
27171         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
27172         * sys/xvimage/xvimagesink.c:
27173         (gst_xvimagesink_navigation_send_event):
27174           Check for pad availability before sending event.
27175
27176 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27177
27178         * gst-plugins.spec.in:
27179           Add subparse.
27180
27181 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27182
27183         * configure.ac:
27184           Since we use functions from CVS, up requirement.
27185
27186 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27187
27188         * gst/playback/Makefile.am:
27189         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27190         (group_destroy), (group_commit), (group_is_muted),
27191         (gen_preroll_element), (add_stream), (unknown_type),
27192         (probe_triggered), (preroll_unlinked), (mute_stream),
27193         (silence_stream), (new_decoded_pad), (setup_substreams),
27194         (setup_source), (get_active_source), (mute_group_type),
27195         (muted_group_change_state), (set_active_source),
27196         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
27197         (play_base_eos), (gst_play_base_bin_change_state):
27198         * gst/playback/gstplaybasebin.h:
27199         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
27200         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
27201         (gst_stream_info_dispose), (stream_info_mute_pad),
27202         (stream_info_change_state), (gst_stream_info_set_mute):
27203         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
27204         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
27205         (gst_stream_selector_init), (gst_stream_selector_dispose),
27206         (gst_stream_selector_get_linked_pad),
27207         (gst_stream_selector_get_caps), (gst_stream_selector_link),
27208         (gst_stream_selector_get_linked_pads),
27209         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
27210         * gst/playback/gststreamselector.h:
27211           Adding stream selection support plus required properties for
27212           applications to use this. Fully fixes #100931.
27213
27214 2005-01-08  Benjamin Otte  <otte@gnome.org>
27215
27216         * gst/games/gstpuzzle.c: (nav_event_handler):
27217           - handle nav events differently: forward every event no matter if it
27218             was handled or not.
27219           - translate events
27220           You can now cheat by using navigationtest ! puzzle and moving the
27221           mouse close to the edge of a tile. ;)
27222
27223 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27224
27225         * configure.ac:
27226         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
27227         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
27228         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
27229         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
27230         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
27231         (gst_ogm_parse_plugin_init):
27232         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
27233         (gst_textoverlay_link), (gst_textoverlay_getcaps),
27234         (gst_textoverlay_event), (gst_textoverlay_video_chain),
27235         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
27236         * ext/pango/gsttextoverlay.h:
27237         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
27238         (gst_matroska_demux_handle_seek_event),
27239         (gst_matroska_demux_sync_streams),
27240         (gst_matroska_demux_parse_blockgroup),
27241         (gst_matroska_demux_subtitle_caps),
27242         (gst_matroska_demux_plugin_init):
27243         * gst/matroska/matroska-ids.h:
27244         * gst/playback/gstdecodebin.c: (close_pad_link):
27245         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
27246         (gen_preroll_element), (remove_groups), (add_stream),
27247         (new_decoded_pad), (setup_subtitles), (gen_source_element),
27248         (setup_source):
27249         * gst/playback/gstplaybasebin.h:
27250         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
27251         * gst/subparse/Makefile.am:
27252         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
27253         (gst_subparse_base_init), (gst_subparse_class_init),
27254         (gst_subparse_init), (gst_subparse_formats),
27255         (gst_subparse_eventmask), (gst_subparse_event),
27256         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
27257         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
27258         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
27259         (parse_mpsub_deinit), (parse_mpsub_init),
27260         (gst_subparse_buffer_format_autodetect),
27261         (gst_subparse_format_autodetect), (gst_subparse_loop),
27262         (gst_subparse_change_state), (gst_subparse_type_find),
27263         (plugin_init):
27264         * gst/subparse/gstsubparse.h:
27265         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
27266         (plugin_init):
27267           Add subtitle support, .sub parser (supports SRT and MPsub),
27268           OGM text support, Matroska UTF-8 text support, deadlock fixes
27269           all over the place, subtitle awareness in decodebin/playbin
27270           and some fixes to textoverlay to handle subtitles in a stream
27271           correctly. Fixes #100931.
27272
27273 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27274
27275         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
27276           Check for pad availability before doing a query on it.
27277
27278 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27279
27280         * ext/dv/gstdvdec.c:
27281           really fix bpp24/32 dvdec caps (classic rgba indeed)
27282         * gst/asfdemux/gstasfdemux.c:
27283         (gst_asf_demux_process_ext_content_desc):
27284           don't send text tags if they are empty (bis repetita)
27285
27286 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27287
27288         * ext/dv/gstdvdec.c:
27289          remove unneeded comment from dvdec
27290           (related to DV 4CC codes in AVI files)
27291           moved them in gstreamer/docs/random/mimetypes
27292         * gst/asfdemux/gstasfdemux.c:
27293         (gst_asf_demux_process_ext_content_desc):
27294          don't send text tags if they are empty
27295          fix mem leak on error path
27296         * gst/ffmpegcolorspace/avcodec.h:
27297         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27298         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
27299         (gst_ffmpegcsp_avpicture_fill):
27300         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
27301         * gst/ffmpegcolorspace/imgconvert_template.h:
27302          adds BGR32 and BGRA32 to ffmpegcolorspace
27303           (still bad colors, fixing it on next commit)
27304           helps with dvdec outputing BGR32
27305
27306 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27307
27308         * ext/dv/gstdvdec.c:
27309          Fix audio caps i just broke (missing ',')
27310         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
27311         (gst_matroska_mux_reset):
27312          Fix typo + add FIXME about old "x-gst-metadata" crap
27313
27314 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27315
27316         * ext/dv/demo-play.c: (main):
27317          xvideosink -> xvimagesink
27318         * ext/dv/gstdvdec.c:
27319          change rgb 32/32 caps to 24/32 (no alpha)
27320          change nb of channels to be a list (2 or 4, not 2)
27321          change sample rate to be a list (32, 44.1, 48 kHz) not a range
27322         * gst/asfdemux/gstasfdemux.c:
27323         (gst_asf_demux_process_ext_content_desc):
27324          Add 'date/year' to extracted metadata list
27325
27326 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27327
27328         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
27329           The return value of fixate_to does not imply that the requested
27330           value was set, so don't assume.
27331
27332 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
27333
27334         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27335
27336         * ext/libpng/gstpngdec.c:
27337         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
27338         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
27339         * ext/libpng/gstpngenc.h:
27340           Alpha support (encoder; #163161), mime fixage.
27341
27342 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
27343
27344         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27345
27346         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
27347         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
27348         (gst_faac_set_property), (gst_faac_get_property):
27349         * ext/faac/gstfaac.h:
27350           Allow for ADTS output (#153434).
27351
27352 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27353
27354         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
27355           Fix against template (#150576).
27356
27357 2005-01-06  Benjamin Otte  <otte@gnome.org>
27358
27359         * gst/games/gstpuzzle.c: (draw_puzzle):
27360           don't draw a puzzle if either width or height of tiles would be 0.
27361
27362 2005-01-06  Benjamin Otte  <otte@gnome.org>
27363
27364         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
27365         (gst_puzzle_class_init), (gst_puzzle_finalize):
27366           no memleaks, please
27367         (gst_puzzle_create), (gst_puzzle_init),
27368         (gst_puzzle_set_property), (gst_puzzle_setup):
27369           change initialization code around so we don't reshuffle on resize
27370         (draw_puzzle):
27371           fix another stupid typo
27372
27373 2005-01-06  Benjamin Otte  <otte@gnome.org>
27374
27375         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
27376           fix stupid typo that borked copying on YUY2
27377
27378 2005-01-06  Benjamin Otte  <otte@gnome.org>
27379
27380         * gst/games/gstpuzzle.c: (draw_puzzle):
27381           fix edges when image sizes aren't multiples of tile sizes
27382
27383 2005-01-06  Benjamin Otte  <otte@gnome.org>
27384
27385         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
27386           make RGB endianness work correctly
27387         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
27388           refactor and fix race with initial shuffling
27389         (nav_event_handler):
27390           allow using the mouse to puzzle
27391         (draw_puzzle):
27392           insist on tiles having width and height as multiples of 4 to get
27393           clean YUV image handling
27394         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
27395         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
27396           s/DEBUG/LOG/ for common messages
27397         (gst_xvimagesink_navigation_send_event):
27398           fix mouse event translation to not include screen PAR
27399         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
27400           fix mouse event translation to actually work
27401
27402 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27403
27404         * gst/asfdemux/gstasfdemux.c:
27405         (gst_asf_demux_process_ext_content_desc):
27406          Extract TrackNumber metadata + clean up code
27407         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
27408          Hope this is the good fix (var used unitialised)
27409
27410 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27411
27412         * ext/faad/gstfaad.c: (gst_faad_chain):
27413           Only increment timestamp if it's valid. Fixes raw AAC streams.
27414
27415 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27416
27417         * configure.ac:
27418         * gst/games/Makefile.am:
27419         * gst/games/gstpuzzle.c:
27420           add a puzzle game with...
27421         * gst/games/gstvideoimage.c:
27422         * gst/games/gstvideoimage.h:
27423           ... full colorspace support (that includes YUV9 and RGB16)) stolen
27424           from videotestsrc and made into something that would be a nice
27425           library for a lot of other plugins.
27426
27427 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27428
27429         * configure.ac:
27430          don't compile faad plugin if a RC of 2.0 is found
27431          Fixes #155346 (and FC1 buildbot)
27432         * gst/asfdemux/gstasfdemux.c:
27433         (gst_asf_demux_process_ext_content_desc):
27434          try to make Solaris compiler happier
27435
27436 2005-01-06  Paul Jack  <pjack@sfaf.org>
27437
27438         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27439
27440         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
27441           Fix segfault (#161667).
27442
27443 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27444
27445         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
27446           Fix framerate reporting.
27447
27448 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27449
27450         * gst-libs/gst/riff/riff-ids.h:
27451         * gst/wavenc/riff.h:
27452          Add AMR (VBR and CBR) ids to riff.h audio codec list
27453         * gst/asfdemux/gstasfdemux.c:
27454         (gst_asf_demux_process_ext_content_desc),
27455         (gst_asf_demux_process_object):
27456           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
27457
27458 2005-01-05  Martin Eikermann  <meiker@upb.de>
27459
27460         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27461
27462         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
27463         (gst_dvd_demux_handle_discont):
27464         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
27465         (gst_mpeg_demux_handle_discont):
27466           Recreate pads on new-media (#160730).
27467         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
27468           Send discont even if manager changes timestamps (#161929).
27469
27470 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
27471
27472         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27473
27474         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
27475           Fix invalid memory access (#159211).
27476
27477 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27478
27479         * examples/gstplay/player.c: (main):
27480           Don't iterate.
27481         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
27482           Add visualizations.
27483         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
27484         (gst_a52dec_handle_frame):
27485           Set duration.
27486         * ext/dvdnav/gst-dvd:
27487           Add audioconvert. Fixes #161325.
27488         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
27489           Explicitely case to gint64. Possible valgrind error.
27490         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
27491         (gst_play_tick_callback), (gst_play_change_state),
27492         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
27493         (gst_play_set_location), (gst_play_get_location),
27494         (gst_play_seek_to_time), (gst_play_set_data_src),
27495         (gst_play_set_video_sink), (gst_play_set_audio_sink),
27496         (gst_play_set_visualization), (gst_play_connect_visualization),
27497         (gst_play_get_framerate), (gst_play_get_all_by_interface),
27498         (gst_play_new):
27499           Use playbin. Fixes #139749 and #147744.
27500         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
27501           Add genre tag.
27502         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
27503         (audioscale_get_type), (gst_audioscale_base_init),
27504         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
27505         (gst_audioscale_getcaps), (gst_audioscale_fixate),
27506         (gst_audioscale_link), (gst_audioscale_get_buffer),
27507         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
27508         (gst_audioscale_init), (gst_audioscale_dispose),
27509         (gst_audioscale_chain), (gst_audioscale_set_property),
27510         (gst_audioscale_get_property), (plugin_init):
27511           Indent properly.
27512         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
27513           Fix LPCM.
27514         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
27515         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
27516         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
27517           Add more metadata (fixes #162656).
27518
27519 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27520
27521         * configure.ac:
27522           back to cvs
27523
27524 === release 0.8.7 ===
27525
27526 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27527
27528         * NEWS:
27529         * RELEASE:
27530         * configure.ac:
27531           releasing 0.8.7, "Hyperspace"
27532
27533 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27534
27535         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
27536
27537         * gst/playback/gstplaybasebin.c:
27538          Fix for #162924 - free caps after use, not before
27539
27540 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
27541
27542         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27543
27544         * gst/playback/gstplaybasebin.c:
27545         * gst/wavparse/gstwavparse.c:
27546           Fix for #154773 - fixes playback of small .wav files
27547
27548 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
27549
27550         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27551
27552         * gst/audioscale/gstaudioscale.c:
27553           Fix for #162819 - make audioscale reusable
27554           Fixes playback of more than one file with playbin/totem
27555
27556 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27557
27558         * gst/ffmpegcolorspace/avcodec.h:
27559         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27560         * gst/ffmpegcolorspace/imgconvert.c:
27561           clean up the mess that made me cry and avoid needless duplication
27562
27563 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27564
27565         * gst/ffmpegcolorspace/imgconvert.c:
27566           give some indication of why we're segfaulting
27567
27568 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27569
27570         * configure.ac:
27571           Fix indentation, fix v4l2 plugin detection.
27572         * ext/Makefile.am:
27573           Fix libmms location (Maciej, use diff -u!).
27574         * ext/alsa/gstalsa.c: (gst_alsa_init):
27575           Initialize caps cache to NULL.
27576         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
27577           Only change state on audiosink if it exists.
27578
27579 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
27580
27581         * gst/matroska/matroska-demux.c:
27582         * gst/matroska/matroska-ids.h:
27583         * gst/matroska/matroska-demux.h:
27584         Fix Vorbis streams failing to decode in some files, where cluster_time
27585         isn't 0, because then it doesn't send codec_priv before actual data.
27586         Remove time-based test and replace it with marker set on beginning of
27587         new stream
27588
27589 2004-12-28  David Schleef  <ds@schleef.org>
27590
27591         Merge patch from Ronald fixing problems with streaming
27592         text.
27593         * ext/cairo/gstcairo.c: (plugin_init):
27594         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
27595         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
27596         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
27597         (gst_textoverlay_font_init), (gst_textoverlay_init),
27598         (gst_textoverlay_set_property):
27599         * ext/cairo/gsttextoverlay.h:
27600
27601 2004-12-27  David Schleef  <ds@schleef.org>
27602
27603         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
27604         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
27605         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
27606         (gst_textoverlay_font_init), (gst_textoverlay_init),
27607         (gst_textoverlay_set_property): Improvements to actually
27608         render text as white on black outline on video, including
27609         font selection and horizontal/vertical alignment.  (Ronald's
27610         christmas present)
27611         * ext/cairo/gsttextoverlay.h:
27612
27613 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27614
27615         * ext/ogg/gstogg.c:
27616         * ext/ogg/gstogmparse.c:
27617           fix ogm[audio/video]parse plugin registration
27618           (riff won't load if bytestream is already loaded)
27619
27620 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27621
27622         * gst/audioconvert/gstchannelmix.c:
27623           fix for GLIB < 2.4
27624
27625 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27626
27627         * Makefile.am:
27628         * configure.ac:
27629           disable docs again until it actually passes make distcheck.
27630
27631 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27632
27633         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
27634         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
27635         (plugin_init):
27636           Add 3GP (variables name Q3GP because they can't start with a
27637           number). Add samr audio fourcc (used in .3gp files), decoder
27638           is work in progress. Also do a GST_WARNING instead of ERROR
27639           in case of unknown nodes, to decrease output.
27640
27641 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27642
27643         * Makefile.am:
27644           really fix dist
27645
27646 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27647
27648         * configure.ac:
27649         * ext/speex/gstspeexdec.h:
27650         * ext/speex/gstspeexenc.h:
27651           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
27652           Fix detection code in configure.ac
27653
27654 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27655
27656         * gst/matroska/matroska-demux.c:
27657         (gst_matroska_demux_parse_blockgroup):
27658           Save position, so that queries give proper return values. Don't
27659           know how this could ever have worked before...
27660
27661 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27662
27663         * configure.ac:
27664           Put additional LAME check inside the conditional.  Fixes #152339
27665
27666 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27667
27668         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27669         (gst_avi_demux_stream_scan):
27670           Add some more debug. Fix logic error when setting movi offset
27671           while reading index.
27672
27673 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27674
27675         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27676         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
27677         (gst_avi_demux_process_next_entry):
27678           Add some debugging. Better detection of broken indexes and the
27679           accompanying index recovery. No infinite loops on state changes
27680           when we're still in our loopfunction.
27681
27682 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27683
27684         * configure.ac:
27685           Fix up.
27686
27687 2004-12-22  Archana Shah  <archana.shah@wipro.com>
27688
27689         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27690
27691         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
27692           Normalizing the value before setting
27693         (gst_sunaudiomixer_get_volume):
27694           Normalizing the value after getting. Fixes bug# 161980
27695
27696 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27697
27698         * Makefile.am: Make sure docs gets disted
27699         * docs/Makefile.am: Make sure all needed files get disted
27700         * gst-plugins.spec.in: latest updates
27701
27702 2004-12-22  Wim Taymans  <wim@fluendo.com>
27703
27704         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
27705         Revert patch 1.38 as clock distribution over schedulers does
27706         not work correcly in the core yet.
27707
27708 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27709
27710         * sys/oss/README: remove this file, which predates my birth
27711           (and which content is by far outdated)
27712
27713 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
27714
27715         * Makefile.am:
27716         * configure.ac:
27717         * docs/Makefile.am:
27718         * docs/libs/Makefile.am:
27719         * docs/libs/gst-plugins-libs-docs.sgml:
27720         * docs/libs/gst-plugins-libs-sections.txt:
27721         * docs/libs/tmpl/gstgconf.sgml:
27722         * docs/upload.mak:
27723         * docs/version.entities.in:
27724           Added boilerplate gtk-doc files for plugin-libs documentation.
27725
27726 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27727
27728         * gst/auparse/gstauparse.c: fix int and float audio caps
27729
27730 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27731
27732         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
27733         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
27734           g_assert() can be a macro, don't use #ifdef inside it.
27735
27736 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
27737
27738         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27739
27740         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
27741         (gst_videorate_init), (gst_videorate_chain),
27742         (gst_videorate_change_state):
27743           Event handling (fixes #159986).
27744
27745 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27746
27747         * gst-libs/gst/riff/riff-media.c:
27748         (gst_riff_create_video_caps_with_data):
27749           Add BLZ0 (Blizzard's version of DivX) fourcc.
27750
27751 2004-12-18  David Schleef  <ds@schleef.org>
27752
27753         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
27754         portability fix.
27755
27756 2004-12-18  David Schleef  <ds@schleef.org>
27757
27758         * gst/tta/ttadec.h: Disable some header code that isn't used
27759         and clearly isn't portable.
27760
27761 2004-12-18  David Schleef  <ds@schleef.org>
27762
27763         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
27764         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
27765         (avcodec_get_pix_fmt), (avpicture_layout),
27766         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
27767         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
27768         Fix code to not use GCC extensions (and c99 extensions that
27769         Forte does not like.)
27770
27771 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
27772
27773         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27774
27775         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
27776         (gst_deinterlace_chain):
27777           Rowstride fixes. Fixes #161039.
27778         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
27779         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
27780         (gst_video_crop_getcaps), (gst_video_crop_link),
27781         (gst_video_crop_i420), (gst_video_crop_chain),
27782         (gst_video_crop_change_state):
27783           Rework of negotiation. Actually works now. Fixes #158650.
27784
27785 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27786
27787         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
27788           That was very stupid.
27789
27790 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27791
27792         * gst/matroska/matroska-demux.c:
27793         (gst_matroska_demux_parse_blockgroup):
27794           Fix possible crasher.
27795
27796 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27797
27798         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
27799         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
27800           Lace sizes can be zero.
27801
27802 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27803
27804         * ext/musepack/gstmusepackdec.cpp:
27805           Fetch error return values. Fixes #161624.
27806         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
27807           Really EOS.
27808
27809 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27810
27811         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
27812           Work for truncated (unfinished download etc.) files. Fixes #160514.
27813
27814 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27815
27816         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
27817           Fix for integer overflow. Makes #156001 not crash. Probably masks
27818           the real bug.
27819
27820 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27821
27822         * gst/ac3parse/gstac3parse.c: (plugin_init):
27823           Parsers never have ranks. Fixes #159651.
27824
27825 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27826
27827         * gst/playback/gstdecodebin.c: (compare_ranks):
27828           make sure the facotries are ordered the same every time even if they
27829           have the same rank by using the name
27830         * gst/playback/gstdecodebin.c: (find_compatibles):
27831           make sure we don't add factories to the list twice
27832
27833 2004-12-16  David Schleef  <ds@schleef.org>
27834
27835         * configure.ac: look for musepack headers as musepack/*.h
27836         (fixes #159847)
27837         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
27838         * ext/musepack/gstmusepackreader.h: same
27839
27840 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27841
27842         * gst-libs/gst/riff/riff-read.c:
27843         (gst_riff_read_strf_auds_with_data):
27844           Read extradata correctly (fixes #155879).
27845
27846 2004-12-16  David Schleef  <ds@schleef.org>
27847
27848         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
27849         audio.  does _not_ attempt or allow conversion unless channels
27850         is 1 or 2.
27851
27852 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27853
27854         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
27855
27856 2004-12-16  David Schleef  <ds@schleef.org>
27857
27858         * gst/audioscale/gstaudioscale.c: the resample library only
27859         handles 1 or 2 channels.  Change caps to compensate.
27860
27861 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27862
27863         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
27864         (gst_matroska_demux_audio_caps):
27865           Some MPEG-AAC hacks, because else it doesn't work...
27866
27867 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27868
27869         * gst-libs/gst/riff/riff-media.c:
27870         (gst_riff_create_video_caps_with_data),
27871         (gst_riff_create_video_template_caps):
27872           Add h264.
27873
27874 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27875
27876         * gst-libs/gst/audio/Makefile.am:
27877           Try to fix buildbot.
27878
27879 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27880
27881         * gst/tcp/gstmultifdsink.c:
27882           Clean up and uniformize debugging.
27883
27884 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
27885
27886         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27887
27888         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
27889         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
27890         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
27891         (gst_mpeg_demux_change_state):
27892           Reset on ready. Fixes 160276.
27893
27894 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
27895
27896         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27897
27898         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27899         (gst_ffmpegcsp_pad_link):
27900           Fix memleak (#154815).
27901
27902 2004-12-16  James Bowes  <bowes@cs.dal.ca>
27903
27904         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27905
27906         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
27907         (gst_musicbrainz_init), (gst_musicbrainz_chain),
27908         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
27909         * ext/musicbrainz/gsttrm.h:
27910           Add support for using a proxy server when getting a trm id from
27911           the MusicBrainz database (#149613).
27912
27913 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
27914
27915         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27916
27917         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
27918         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
27919           Fix memleaks (#157233).
27920
27921 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
27922
27923         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27924
27925         * gst-libs/gst/resample/resample.c: (gst_resample_close):
27926         * gst-libs/gst/resample/resample.h:
27927         * gst/audioscale/gstaudioscale.c:
27928           Fix memleak (#159215).
27929
27930 2004-12-16  Toni Willberg  <toniw@iki.fi>
27931
27932         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27933
27934         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
27935         * sys/oss/oss_probe.c: (main):
27936           Check for mono/stereo support (similar to samplerate probing),
27937           fixes #159433. Also add missing copyright header to oss_probe.c.
27938
27939 2004-12-15  David Schleef  <ds@schleef.org>
27940
27941         * configure.ac: add audioresample and cairo plugins.  Remove
27942         HAVE_MMX stuff, because it's not used.
27943         * ext/Makefile.am: same
27944         * ext/audioresample/Makefile.am: You are not ready for an
27945         audio resampling element based on audioresample.
27946         * ext/audioresample/gstaudioresample.c:
27947         * ext/audioresample/gstaudioresample.h:
27948         * ext/cairo/Makefile.am: You are not ready for overlay elements
27949         based on cairo.  Don't look too closely, these elements kinda
27950         suck right now.
27951         * ext/cairo/gstcairo.c: new
27952         * ext/cairo/gsttextoverlay.c: new
27953         * ext/cairo/gsttextoverlay.h: new
27954         * ext/cairo/gsttimeoverlay.c: new
27955         * ext/cairo/gsttimeoverlay.h: new
27956         * gst-libs/gst/media-info/media-info-priv.h: fix compile
27957         problem with compilers that don't support variadic macros.
27958
27959 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
27960
27961         Reviewed by:  David Schleef  <ds@schleef.org>
27962
27963         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
27964         Bala, registering sunaudiosrc (oops!), and cleaning up code a
27965         bit.  Also ran indent-gst.
27966         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
27967         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
27968         (gst_sunaudiosrc_setparams):
27969
27970 2004-12-14  David Schleef  <ds@schleef.org>
27971
27972         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
27973         output rate to 16000.  Should fix #160235.
27974
27975 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27976
27977         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
27978         Add typefinding for mpeg2 pes streams
27979
27980 2004-12-13  David Schleef  <ds@schleef.org>
27981
27982         * configure.ac:  Applied patch from bug #143659, making default
27983         sources and sinks OS-dependent (for Solaris), and added code
27984         for OS/X.
27985         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
27986
27987 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27988
27989         * gst-libs/gst/riff/riff-media.c:
27990           forgot to add h2.64 to avidemux template caps
27991
27992 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27993
27994         * gst/wavenc/riff.h:
27995         * gst-libs/gst/riff/riff-media.c:
27996         * gst-libs/gst/riff/riff-ids.h:
27997         * gst/avi/gstavimux.c
27998         add 4CC code for VideoSoft h264 in AVI (VSSH)
27999           fixes bug #160655
28000         remove s323 from riff, it's quicktime specific :(
28001
28002 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28003
28004         * gst/asfdemux/README
28005         * gst/wavenc/riff.h
28006         * gst-libs/gst/riff/riff-ids.h
28007         * gst-libs/gst/riff/riff-media.c
28008         * gst/qtdemux/qtdemux.c:
28009           add new 4CC codes for h263 related codecs
28010           fixes partially bug #155163
28011
28012 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
28013
28014         * configure.ac: Update polyaudio requirement to 0.7
28015         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
28016
28017 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28018
28019         * gst/interleave/deinterleave.c:
28020         fix my name's spelling! :)
28021
28022 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28023
28024         * AUTHORS ChangeLog
28025         * gst/auparse/gstauparse.c
28026         * gst/interleave/deinterleave.c
28027         * gst/law/:
28028                 alaw-decode.c alaw-encode.c
28029                 mulaw-decode.c mulaw-encode.c
28030         * gst/oneton/gstoneton.c
28031         * sys/osxaudio/:
28032                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
28033         * sys/osxvideo/:
28034                 cocoawindow.h cocoawindow.m
28035                 osxvideosink.h osxvideosink.m
28036
28037         put the same mail address for Zaheer Abbas Merali everywhere
28038
28039 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28040
28041         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
28042           Align by packetsize, and assert that we a packet available before
28043           playing. The first makes webstreams work (they often include
28044           trailing padding data in a packet), the second allows pausing a
28045           ASF stream in totem without getting demux errors afterwards.
28046
28047 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28048
28049         * ext/ogg/gstoggdemux.c: (get_relative):
28050           Check for non-NULL before accessing member (end-of-chain).
28051
28052 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28053
28054         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
28055         (cdparanoia_set_property), (cdparanoia_get_property):
28056         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
28057         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
28058         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
28059         (dvdreadsrc_init), (dvdreadsrc_set_property),
28060         (dvdreadsrc_get_property):
28061         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
28062         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
28063           Synchronize property names where not yet the case. Devices are
28064           now device=X, other versions are deprecated (but still exist).
28065           Also use g_free() unconditionally.
28066         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28067         (setup_source), (gst_play_base_bin_get_property):
28068           Expose source.
28069
28070 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28071
28072         * configure.ac: move GCONF macro outside conditional for the am
28073           conditional. Fixes #160439
28074
28075 2004-12-08  David Schleef  <ds@schleef.org>
28076
28077         * tools/gst-visualise-m.m: Switch to elements that currently
28078         exist.
28079
28080 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28081
28082         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
28083           We love wrong commas.
28084
28085 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28086
28087         * gst/matroska/matroska-demux.c:
28088         (gst_matroska_demux_handle_src_query):
28089           Don't set DEFAULT, unsupported - makes length display incorrectly
28090           in some cases.
28091
28092 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
28093
28094         * gst/monoscope/README: remove blurb about files being GPL
28095         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
28096         * gst/monoscope/monoscope.c: Change license to BSD with explanation
28097           monoscope is now effectively LGPL licensed
28098
28099 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
28100
28101         * gst/monoscope/README: Update information to be more correct
28102         * gst/monoscope/convolve.c: Relicense to LGPL
28103         * gst/monoscope/convolve.h: Relicense to LGPL
28104
28105 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
28106
28107         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
28108           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
28109         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
28110           set default_duration for mpeg1 audio
28111
28112 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28113
28114         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
28115         * ext/alsa/gstalsa.h:
28116           refactor big chunks of the core caps negotiation code to make it
28117           a lot faster, because people claim it's really slow
28118           (actually, just cache the getcaps when the device is opened)
28119
28120 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28121
28122         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
28123         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
28124         (gst_a52dec_handle_frame), (gst_a52dec_chain),
28125         (gst_a52dec_change_state), (plugin_init):
28126         * ext/a52dec/gsta52dec.h:
28127           Do something useful with timestamps. Make chain-based (since
28128           there's really no reason to be loopbased).
28129         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
28130           Update current_byte/frame correctly.
28131
28132 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28133
28134         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
28135         (gst_ape_demux_stream_init):
28136           Forward tags, too.
28137
28138 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28139
28140         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
28141           Let's make sure we're done typefinding when detecting tags.
28142
28143 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28144
28145         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
28146         (gst_ebml_read_init), (gst_ebml_read_use_event),
28147         (gst_ebml_read_element_id), (gst_ebml_peek_id),
28148         (gst_ebml_read_seek), (gst_ebml_read_skip),
28149         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
28150         (gst_ebml_read_master):
28151         * gst/matroska/ebml-read.h:
28152         * gst/matroska/matroska-demux.c:
28153         (gst_matroska_demux_parse_contents),
28154         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
28155           Disgustingly evil hack for working around INTERRUPT events and
28156           their extremely annoying habit of being a pain in the ass. We
28157           simply peek a cluster before reading any of it.
28158
28159 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28160
28161         * ext/musepack/gstmusepackdec.cpp:
28162           There's also floating point libmusepacks.
28163
28164 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28165
28166         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
28167         (gst_faad_chanpos_to_gst), (gst_faad_chain):
28168           Set DURATION even if source buffer didn't. Also use increasing
28169           timestamps.
28170         * gst-libs/gst/riff/riff-media.c:
28171         (gst_riff_create_audio_caps_with_data):
28172           Block_align can have larger values than 8192.
28173
28174 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28175
28176         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
28177         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
28178         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
28179         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
28180           Fix caps.
28181
28182 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28183
28184         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
28185           Fix logic bug.
28186
28187 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28188
28189         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
28190           Yay, another one.
28191
28192 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28193
28194         * ext/esd/esdsink.c: (gst_esdsink_chain):
28195           Make error actually say something useful (fixes #156798).
28196         * gst-libs/gst/riff/riff-media.c:
28197         (gst_riff_create_video_caps_with_data),
28198         (gst_riff_create_video_template_caps):
28199           Add Intel Video 5.0 fourcc (IV50).
28200
28201 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
28202
28203         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
28204         detection on mono and stereo mp3 files.
28205
28206 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28207
28208         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
28209           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
28210           the contained stream).
28211
28212 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28213
28214         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
28215           Oops, remove debug.
28216
28217 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
28218
28219         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28220
28221         * gst/law/alaw-decode.c: (alawdec_getcaps):
28222         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
28223           Prevent warnings when negotiating caps (fixes #159338).
28224
28225 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28226
28227         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28228         (gst_ffmpegcsp_chain):
28229           Remove old leftover that shouldn't be there...
28230
28231 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
28232
28233         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28234
28235         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
28236           Don't forward DISCONT events (fixes #159684).
28237
28238 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28239
28240         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
28241           Unlink manually since sometimes bin disposal (and therefore
28242           pad unlinking) is delayed, which will cause a new media file
28243           to not be able to start playing instantly.
28244
28245 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28246
28247         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
28248           On mute of an unlinked stream, check for pad availability so
28249           we don't crash on unlinked pad.
28250
28251 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28252
28253         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
28254         (gst_avi_demux_massage_index):
28255           Fix quite humiliating bug in omitting 0-sized index chunks but
28256           forgetting to count them for timestamps.
28257
28258 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28259
28260         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
28261           Actually leave the loop if we failed to sync. Don't crash.
28262
28263 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28264
28265         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
28266         (gst_dvd_demux_process_private):
28267         * gst/mpegstream/gstdvddemux.h:
28268           Fix crash (#159759). Doesn't work, though. :-(.
28269
28270 2004-11-28  Benjamin Otte  <otte@gnome.org>
28271
28272         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
28273           more overwriting protection due to modifying channels one by one
28274           instead of all at once
28275
28276 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28277
28278         * gst/audioconvert/gstchannelmix.c:
28279         (gst_audio_convert_fill_normalize):
28280           Normalize using absolute values.
28281
28282 2004-11-28  Julien MOUTTE  <julien@moutte.net>
28283
28284         * configure.ac:
28285         * ext/Makefile.am:
28286         * ext/directfb/Makefile.am:
28287         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
28288         (gst_directfbvideosink_get_pixel_format),
28289         (gst_directfbvideosink_get_format_from_fourcc),
28290         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
28291         (gst_directfbvideosink_sink_link),
28292         (gst_directfbvideosink_change_state),
28293         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
28294         (gst_directfbvideosink_buffer_alloc),
28295         (gst_directfbvideosink_interface_supported),
28296         (gst_directfbvideosink_interface_init),
28297         (gst_directfbvideosink_navigation_send_event),
28298         (gst_directfbvideosink_navigation_init),
28299         (gst_directfbvideosink_set_property),
28300         (gst_directfbvideosink_get_property),
28301         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
28302         (gst_directfbvideosink_base_init),
28303         (gst_directfbvideosink_class_init),
28304         (gst_directfbvideosink_get_type), (plugin_init):
28305         * ext/directfb/directfbvideosink.h: Adding a first version of
28306         directfbvideosink.
28307         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
28308         more.
28309
28310 2004-11-28  Benjamin Otte  <otte@gnome.org>
28311
28312         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
28313           walk the samples backwards if out_channels > in_channels so we don't
28314           overwrite data
28315
28316 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28317
28318         * gst/audioconvert/Makefile.am:
28319         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
28320         (gst_audio_convert_link), (gst_audio_convert_change_state),
28321         (gst_audio_convert_channels):
28322         * gst/audioconvert/gstchannelmix.c:
28323         (gst_audio_convert_unset_matrix),
28324         (gst_audio_convert_fill_identical),
28325         (gst_audio_convert_fill_compatible),
28326         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
28327         (gst_audio_convert_fill_others),
28328         (gst_audio_convert_fill_normalize),
28329         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
28330         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
28331         * gst/audioconvert/gstchannelmix.h:
28332           Implement a channel mixer.
28333
28334 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
28335
28336         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
28337         * ext/alsa/gstalsa.h:
28338         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
28339         Make alsasink actually honor gst_element_set_clock and use that
28340         clock instead of its internal one.
28341
28342 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
28343
28344         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
28345         (gst_play_base_bin_change_state): nullify source and decoder when
28346         going from READY to NULL so that we don't try to do weird stuff with
28347         them when going from NULL to READY
28348         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
28349         instead of g_object_unref
28350         (gen_video_element), (gen_audio_element): more refcounting fixes, now
28351         it should be correct
28352         (gst_play_bin_change_state): don't call remove_sinks if we are
28353         currently disposing the object
28354
28355 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28356
28357         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
28358           Don't forget bass if it's there. Else left channel is silent...
28359
28360 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28361
28362         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
28363         (gst_a52dec_change_state):
28364           Don't do sample adjusting anymore, we use float audio now.
28365         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
28366           Don't fixate to non-existing properties.
28367
28368 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28369
28370         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
28371         (gst_a52dec_change_state):
28372           Advertise that we can do surround sound.
28373
28374 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28375
28376         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
28377           Add buffer-frames=0.
28378         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
28379         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
28380         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
28381         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
28382         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
28383         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
28384         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
28385         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
28386         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
28387         * ext/dvdread/dvdreadsrc.h:
28388           Add seeking, querying for bytes, sectors, title, angle and
28389           chapter. Handle multiple chapters. Relicense to LGPL because
28390           Billy agreed on that (thanks Billy!).
28391
28392 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
28393
28394         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
28395         call parent dispose method
28396
28397 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
28398
28399         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
28400         (gst_audio_clock_get_internal_time):
28401         Fix active <-> inactive transitions: ensure time value always
28402         grows and avoid abrupt value changes.
28403
28404 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
28405
28406         * configure.ac:
28407         * gst/tta/Makefile.am:
28408         * gst/tta/crc32.h:
28409         * gst/tta/filters.h:
28410         * gst/tta/gsttta.c:
28411         * gst/tta/gstttadec.c:
28412         * gst/tta/gstttadec.h:
28413         * gst/tta/gstttaparse.c:
28414         * gst/tta/gstttaparse.h:
28415         * gst/tta/ttadec.h:
28416           added TTA parser and decoder
28417
28418 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28419
28420         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28421         (probe_triggered), (check_queue), (buffer_underrun),
28422         (buffer_running), (buffer_overrun), (gen_source_element),
28423         (setup_source):
28424         * gst/playback/gstplaybasebin.h:
28425           Implement buffering. Needs some more work.
28426
28427 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28428
28429         * ext/theora/theoradec.c: (theora_dec_chain):
28430           Fix ilog mask range overflow.
28431
28432 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28433
28434         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28435           Don't omit the last (which in case of dmix is the only :) )
28436           channel count. Don't set channels if <= 2.
28437
28438 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
28439
28440         * gst/playback/gstplaybin.c: (gen_video_element),
28441         (gen_audio_element): Removed 2 obsolete comments
28442
28443 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28444
28445         * ext/vorbis/oggvorbisenc.c
28446         * ext/vorbis/vorbisenc.c :
28447           change description fields of those plugins to differentiate them
28448           (pitivi show Encoders by description, they had the same one)
28449
28450 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
28451
28452         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28453
28454         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
28455         (gst_play_bin_set_property), (gen_video_element),
28456         (gen_audio_element):
28457           Refcounting fixes for provided audio-/videosinks.
28458
28459 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28460
28461         * gst/playback/gstplaybin.c: (gen_video_element),
28462         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
28463           Don't reference all sinks, but only the video- and audiosinks.
28464           The vis. element should be disposed when we're done with it.
28465           We don't have any reason to keep it around. This fixes warnings
28466           when reusing playbin for playing multiple audio files with
28467           vis. enabled. Also release audio device on pause - idea stolen
28468           from Rhythmbox.
28469
28470 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28471
28472         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
28473         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
28474         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28475         * ext/alsa/gstalsaplugin.c: (plugin_init):
28476         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
28477         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
28478         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
28479         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
28480         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
28481         (gst_faad_change_state), (plugin_init):
28482         * ext/faad/gstfaad.h:
28483         * ext/vorbis/vorbis.c: (plugin_init):
28484         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28485         * gst-libs/gst/audio/Makefile.am:
28486         * gst-libs/gst/audio/audio.c: (plugin_init):
28487         * gst-libs/gst/audio/multichannel.c:
28488         (gst_audio_check_channel_positions),
28489         (gst_audio_get_channel_positions),
28490         (gst_audio_set_channel_positions),
28491         (gst_audio_set_structure_channel_positions_list),
28492         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
28493         (gst_audio_fixate_channel_positions):
28494         * gst-libs/gst/audio/multichannel.h:
28495         * gst-libs/gst/audio/testchannels.c: (main):
28496         * gst/audioconvert/gstaudioconvert.c:
28497         (gst_audio_convert_class_init), (gst_audio_convert_init),
28498         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
28499         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
28500         (gst_audio_convert_fixate), (gst_audio_convert_channels):
28501         * gst/audioconvert/plugin.c: (plugin_init):
28502           Surround sound support.
28503
28504 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28505
28506         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
28507           Fix position for discont if we're close as well. Nitpicking, but
28508           saves a few milliseconds of extra waiting or skipping.
28509
28510 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28511
28512         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
28513           We sometimes need parsers for playback, so add those too.
28514
28515 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28516
28517         * configure.ac:
28518         * gst/apetag/Makefile.am:
28519         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
28520         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
28521         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
28522         (gst_ape_demux_get_src_query_types),
28523         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
28524         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
28525         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
28526         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
28527         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
28528         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
28529         (gst_ape_demux_change_state):
28530         * gst/apetag/apedemux.h:
28531         * gst/apetag/apetag.c: (plugin_init):
28532         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
28533         (plugin_init):
28534           APE v1/2 tag reader plus typefind function.
28535
28536 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28537
28538         * configure.ac:
28539         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28540         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28541           Remove hacks for older core. Require newer core version
28542           accordingly.
28543
28544 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28545
28546         * gst/cdxaparse/Makefile.am:
28547         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
28548         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
28549         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
28550         * gst/cdxaparse/gstcdxaparse.h:
28551         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
28552         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
28553         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
28554         (gst_cdxastrip_get_src_query_types),
28555         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
28556         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
28557         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
28558         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
28559         * gst/cdxaparse/gstcdxastrip.h:
28560           SVCD/VCD header stripping separated from CDXA image parsing.
28561         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28562         (plugin_init):
28563           Add VCD/SVCD header typefinding for VCD/SVCD.
28564         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
28565         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
28566         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
28567         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
28568         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
28569         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
28570         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
28571         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
28572         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
28573         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
28574         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
28575         * sys/vcd/vcdsrc.h:
28576           Fix up, add seeking, querying, URI interface. Works in totem now.
28577
28578 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28579
28580         * configure.ac:
28581           back to CVS
28582
28583 === release 0.8.6 ===
28584
28585 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28586
28587         * NEWS:
28588         * RELEASE:
28589         * configure.ac:
28590         * po/af.po:
28591         * po/az.po:
28592         * po/cs.po:
28593         * po/en_GB.po:
28594         * po/hu.po:
28595         * po/it.po:
28596         * po/nb.po:
28597         * po/nl.po:
28598         * po/or.po:
28599         * po/sq.po:
28600         * po/sr.po:
28601         * po/sv.po:
28602         * po/uk.po:
28603           releasing 0.8.6, "IOU Love"
28604
28605 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28606
28607         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28608
28609         * gst/playback/gstplaybasebin.c:
28610           Fix unplayable files error handling.  Fixes #158365
28611
28612 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28613
28614         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28615
28616         * gst/typefind/gsttypefindfunctions.c:
28617           Fix broken mp3 typefinding.  Fixes #158375
28618
28619 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28620
28621         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28622
28623         * ext/ogg/gstoggdemux.c:
28624           Fix sync on broken files.  Fixes #158976
28625
28626 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28627
28628         patch by: Edward Hervey <bilboed@bilboed.com>
28629
28630         * ext/libpng/gstpngenc.c:
28631           Copy over buffer properties.  Fixes #158832
28632
28633 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28634
28635         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
28636
28637         * ext/dvdread/dvdreadsrc.c:
28638           Fixes invalid reads (#158462)
28639
28640 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28641
28642         * sys/v4l/gstv4lsrc.c:
28643         * sys/v4l/gstv4lsrc.h:
28644         * sys/v4l/v4lsrc_calls.c:
28645           Probe less and cache it.  Fixes #159187.
28646
28647 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28648
28649         * gst/videorate/gstvideorate.c:
28650           Handle all video formats. Fixes #159186.
28651
28652 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
28653         * gst/synaesthesia/gstsynaesthesia.c:
28654         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
28655         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
28656         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
28657         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
28658         (gst_synaesthesia_change_state), (plugin_init):
28659         Fix up synaesthesia to work under different samplerates/ buffer sizes.
28660         Force 320x200 output, as that's the only thing the underlying
28661         synaesthesia implementation supports. Still needs to be made
28662         re-entrant.
28663
28664 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28665
28666         * configure.ac:
28667           Fix mpeg2enc configure check (similar to mplex check below).
28668
28669 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
28670
28671         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28672
28673         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28674           Fix for gcc-2.95 (fixes #158221).
28675
28676 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28677
28678         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28679           Re-add clock distribution hack (until new core is released).
28680           Fixes #158125.
28681
28682 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
28683         * configure.ac:
28684           fix mplex configure check segfaulting on some systems (bug #140994)
28685
28686 2004-11-13  Benjamin Otte  <otte@gnome.org>
28687
28688         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
28689           add debugging
28690         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28691           do a wait when we enter the loop func with no data available to
28692           write instead of getting into an 100% CPU loop by just returning and
28693           being called again by the scheduler
28694
28695 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
28696
28697         * configure.ac:
28698         * ext/libvisual/visual.c: (gst_visual_get_type),
28699         (libvisual_log_handler), (gst_visual_getcaps),
28700         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
28701         (plugin_init):
28702           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
28703         * ext/smoothwave/Makefile.am:
28704         * ext/smoothwave/demo-osssrc.c: (main):
28705         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
28706         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
28707         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
28708         (plugin_init):
28709         * ext/smoothwave/gstsmoothwave.h:
28710           Make gstsmoothwave a working element in the 20th century.
28711
28712         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
28713           Fix incorrect link function
28714
28715 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28716
28717         * gst/volume/gstvolume.c:
28718           Allow buffer-frames=0.
28719
28720 2004-11-12 Iain <iaingnome@gmail.com>
28721
28722         * configure.ac: Check for polypaudio
28723
28724         * ext/Makefile.am: Build the polyp dir
28725
28726         * ext/polyp: The polypsink sources.
28727
28728 2004-10-30 Iain <iaingnome@gmail.com>
28729
28730         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
28731         caps to reflect the new number of channels.
28732
28733 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28734
28735         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28736           Fix for negotiation order problem. This would show when the
28737           ALSA loopfuction was called before any other function. ALSA
28738           wouldn't do anything because we're not negotiated yet, leading
28739           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
28740
28741 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
28742
28743         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28744
28745         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
28746           No warnings (#157986).
28747
28748 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28749
28750         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
28751           Prefer apev1/2 and id3v1 (at end of file) over musepack.
28752
28753 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28754
28755         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
28756           Signal no-more-pads (so it works in playbin).
28757
28758 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28759
28760         * ext/musepack/gstmusepackreader.cpp:
28761           Workaround for older core.
28762
28763 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28764
28765         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
28766           Actually test for odd width/height rather than testing whether
28767           a temporary variable that was 0 before we subtracted 1 is now
28768           not equal to zero (which it always is).
28769
28770 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28771
28772         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
28773         Fix compilation if HAVE_XVIDEO is not defined
28774
28775 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28776
28777         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
28778         Fix compilation if HAVE_XVIDEO is not defined
28779
28780 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
28781
28782         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
28783         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
28784         (gst_goom_change_state), (plugin_init):
28785         Use the bytestream adapter so goom doesn't depend on the input
28786         buffer size.
28787         Add a debug category
28788
28789 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28790
28791         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
28792           Only set hardware parameters *after* negotiation. Before
28793           negotiation, it will set ANY and that seems to cause crashes
28794           (see e.g. #151288, #153227).
28795
28796 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28797
28798         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
28799           This seems to be antique leftover. It needs to pass error
28800           checking.
28801         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
28802         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
28803         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
28804         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
28805           Fix GstXOverlay implementation (#151059).
28806
28807 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28808
28809         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
28810           Don't assert (#157853).
28811
28812 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28813
28814         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
28815           Fix bytes/samples confustion.
28816         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
28817           Fix for underrun (#144389).
28818
28819 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28820
28821         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28822           Disable halfway-seek for pending release (since it needs a new
28823           core release).
28824
28825 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28826
28827         * sys/v4l/gstv4lsrc.c:
28828         * sys/v4l/gstv4lsrc.h:
28829         * sys/v4l/v4lsrc_calls.c:
28830           add autoprobe-fps property so we can separate autoprobing parts
28831
28832 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28833
28834         * sys/v4l/gstv4lsrc.c:
28835         * sys/v4l/v4lsrc_calls.c:
28836         initialise fourcc to catch unset fourcc's, and debug
28837
28838 2004-11-09  Wim Taymans  <wim@fluendo.com>
28839
28840         * gst/playback/README:
28841         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
28842         * gst/playback/gstplaybin.c: (gst_play_bin_init),
28843         (gst_play_bin_dispose), (gst_play_bin_set_property),
28844         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
28845         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
28846         (gst_play_bin_get_formats), (gst_play_bin_convert),
28847         (gst_play_bin_get_query_types), (gst_play_bin_query):
28848         Cleanups and some more documentation.
28849
28850 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
28851
28852         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
28853         (gst_cacasink_init), (gst_cacasink_chain):
28854         * ext/libcaca/gstcacasink.h:
28855         Cacasink inherits from VideoSink, so let that store the clock.
28856
28857 2004-11-09  Wim Taymans  <wim@fluendo.com>
28858
28859         * gst/playback/README:
28860         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
28861         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
28862         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
28863         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
28864         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
28865         (setup_sinks):
28866         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
28867         (gst_stream_info_is_mute), (gst_stream_info_set_property):
28868         * gst/playback/gststreaminfo.h:
28869         Updated README.
28870         Only switch groups if all streams have muted (EOSed).
28871         Send Tags in sync with the stream playback instead of in
28872         the playback/preroll phase.
28873         Some cleanups, free the fakesrc elements.
28874
28875 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28876
28877         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
28878           buffer-frames property was missing
28879         * ext/arts/gst_arts.c:
28880           rate missing from sinkcaps
28881         * ext/audiofile/gstafparse.c:
28882         * ext/audiofile/gstafsink.c:
28883         * ext/audiofile/gstafsrc.c:
28884         * ext/swfdec/gstswfdec.c:
28885           int audio doesn't know buffer-frames
28886         * ext/cdparanoia/gstcdparanoia.c:
28887           int audio doesn't know chunksize either
28888         * ext/nas/nassink.c:
28889           it's endianness, not endianess
28890         * gst-libs/gst/audio/audio.h:
28891           make float standard pad template caps really describe float
28892         * gst/law/mulaw.c: (linear_factory):
28893           signed only, please
28894         * gst/mpegstream/gstdvddemux.c:
28895           widths of 20 are not valid
28896
28897 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
28898
28899         Submitted by: Luca Ferretti <elle.uca@infinito.it>
28900
28901         * po/LINGUAS:
28902         * po/it.po:
28903           Add Italian
28904
28905 2004-11-08  Wim Taymans  <wim@fluendo.com>
28906
28907         * gst/playback/README:
28908         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
28909         * gst/playback/gstplaybasebin.c: (probe_triggered),
28910         (gst_play_base_bin_change_state):
28911         Updated README, added more comments for fixmes etc..
28912
28913 2004-11-08  Wim Taymans  <wim@fluendo.com>
28914
28915         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28916         We can remove this hack now.
28917
28918 2004-11-08  Wim Taymans  <wim@fluendo.com>
28919
28920         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
28921         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
28922         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
28923         Only mix AYUV for maximum quality.
28924
28925 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28926
28927         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
28928         (gst_ogg_demux_push), (gst_ogg_pad_push):
28929           Let's act as if we're synchronized now! :).
28930         * ext/theora/theoradec.c: (theora_dec_chain):
28931           Add some debug.
28932
28933 2004-11-08  Wim Taymans  <wim@fluendo.com>
28934
28935         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
28936         (gst_alpha_set_property), (gst_alpha_sink_link),
28937         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
28938         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
28939         (gst_alpha_init_params), (gst_alpha_chain):
28940         Implement alpha functions for AYUV too, this increases
28941         accuracy quite a bit.
28942
28943 2004-11-08  Wim Taymans  <wim@fluendo.com>
28944
28945         * gst/ffmpegcolorspace/avcodec.h:
28946         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28947         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
28948         (gst_ffmpegcsp_avpicture_fill):
28949         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28950         (gst_ffmpegcsp_caps_remove_format_info):
28951         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
28952         (shrink12), (img_get_alpha_info), (deinterlace_line),
28953         (deinterlace_line_inplace):
28954         * gst/ffmpegcolorspace/imgconvert_template.h:
28955         Added AYUV colorspace and handle RGBA a bit more respectful.
28956
28957 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28958
28959         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
28960           Actually always send a discont (cornercase when resending the
28961           same serial-tagged chain twice).
28962
28963 2004-11-08  Julien MOUTTE  <julien@moutte.net>
28964
28965         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
28966         (gst_ximagesink_finalize):
28967         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
28968         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
28969
28970 2004-11-08  Wim Taymans  <wim@fluendo.com>
28971
28972         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
28973         Don't segfault on NULL data.
28974
28975 2004-11-08  Wim Taymans  <wim@fluendo.com>
28976
28977         * gst/playback/gstdecodebin.c: (unlinked):
28978         * gst/playback/gstplay-marshal.list:
28979         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28980         (gst_play_base_bin_init), (group_create), (get_active_group),
28981         (get_building_group), (group_destroy), (group_commit),
28982         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
28983         (add_element_stream), (no_more_pads), (probe_triggered),
28984         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
28985         (state_change), (setup_source), (gst_play_base_bin_get_property),
28986         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
28987         (gst_play_base_bin_link_stream),
28988         (gst_play_base_bin_get_streaminfo):
28989         * gst/playback/gstplaybasebin.h:
28990         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
28991         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
28992         Add support for chained ogg files. Prepare for playlist
28993         support. This patch introduces the concept of pad groups, which
28994         together compose one playable media file.
28995
28996 2004-11-07  David Schleef  <ds@schleef.org>
28997
28998         * testsuite/gst-lint: Check for pad templates that aren't statically
28999         scoped.
29000
29001 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29002
29003         * configure.ac:
29004         * ext/Makefile.am:
29005         * ext/musepack/Makefile.am:
29006         * ext/musepack/gstmusepackdec.cpp:
29007         * ext/musepack/gstmusepackdec.h:
29008         * ext/musepack/gstmusepackreader.cpp:
29009         * ext/musepack/gstmusepackreader.h:
29010           Add musepack decoder.
29011         * ext/faad/gstfaad.c: (gst_faad_base_init):
29012           Make pad templates static.
29013         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
29014         (plugin_init):
29015           Add musepack typefinder, make mp3 typefinding work halfway stream,
29016           which doesn't actually work yet because id3demux doesn't implement
29017           _get_length().
29018
29019 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29020
29021         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
29022         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
29023           Fix interrupt event handling (#144436).
29024
29025 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29026
29027         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
29028           Hide unused glory.
29029
29030 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29031
29032         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29033
29034         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
29035           Fix weird caps (#157548).
29036
29037 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29038
29039         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29040
29041         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
29042           Add missing NULL terminator (#157543).
29043
29044 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
29045
29046         * gst/tcp/gsttcp.h:
29047         * gst/tcp/gsttcpclientsink.c:
29048         * gst/tcp/gsttcpclientsrc.c:
29049         * gst/tcp/gsttcpserversink.c:
29050         * gst/tcp/gsttcpserversrc.c:
29051           ports can go up to 65535.  Move common defines to gsttcp.h
29052
29053 2004-11-05  Wim Taymans  <wim@fluendo.com>
29054
29055         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
29056         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
29057         Added two more colorspaces.
29058
29059 2004-11-05  Wim Taymans  <wim@fluendo.com>
29060
29061         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29062         (gst_ffmpegcsp_avpicture_fill):
29063         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29064         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
29065         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
29066         More stride fixes.
29067
29068 2004-11-05  Wim Taymans  <wim@fluendo.com>
29069
29070         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
29071         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
29072         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
29073         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
29074         (gst_videomixer_loop):
29075         More stride fixes.
29076
29077 2004-11-05  Benjamin Otte  <otte@gnome.org>
29078
29079         * ext/mad/gstmad.c: (gst_mad_chain):
29080           don't overflow data buffer. Flush not needed sync data when syncing
29081           failed.
29082
29083 2004-11-04  Wim Taymans  <wim@fluendo.com>
29084
29085         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29086         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
29087         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
29088         (gst_alpha_init_params), (gst_alpha_chain),
29089         (gst_alpha_change_state):
29090         Updated the chroma keying algorithm with something more
29091         sophisticated.
29092
29093 2004-11-03  Wim Taymans  <wim@fluendo.com>
29094
29095         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
29096         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
29097         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
29098         Fix stride issues. Does not completely work for odd
29099         heights.
29100
29101 2004-11-03  Wim Taymans  <wim@fluendo.com>
29102
29103         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29104         (gst_alpha_chroma_key), (gst_alpha_chain):
29105         Fix stride issues. Does not completely work for odd
29106         heights.
29107
29108 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
29109
29110         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
29111         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
29112         leak fixes
29113
29114 2004-11-03  Wim Taymans  <wim@fluendo.com>
29115
29116         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29117         (gst_ffmpegcsp_avpicture_fill):
29118         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29119         (avpicture_alloc):
29120         * gst/ffmpegcolorspace/imgconvert_template.h:
29121         Use correct _fill function to get correct strides.
29122
29123 2004-11-02  David Schleef  <ds@schleef.org>
29124
29125         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
29126         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
29127         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
29128         Change all g_print()s to debugging.  Add a bunch of consistency
29129         checks.
29130
29131 2004-11-02  Wim Taymans  <wim@fluendo.com>
29132
29133         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29134         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
29135         (unlinked), (no_more_pads), (close_link):
29136         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
29137         (unknown_type), (add_element_stream), (new_decoded_pad),
29138         (removed_decoded_pad), (setup_source):
29139         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
29140         (gst_stream_info_class_init), (gst_stream_info_init),
29141         (gst_stream_info_new), (gst_stream_info_dispose),
29142         (stream_info_mute_pad), (gst_stream_info_set_property),
29143         (gst_stream_info_get_property):
29144         * gst/playback/gststreaminfo.h:
29145         Fix playback of multiple files.
29146         a slightly different approach to handling dynamic pad removals.
29147         This one only looks at pads that we have linked.
29148
29149 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
29150
29151         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
29152         free" warning from libc.
29153
29154 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29155
29156         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29157         (get_unconnected_element), (remove_starting_from), (pad_removed),
29158         (close_link):
29159           Implement support for dynamic pad changing. We listen to "live"
29160           pad removals (i.e. while playing) and re-setup autoplugging
29161           after that. Playbasebin/playbin need some more work for this
29162           to finally work, but decodebin supports (and replugs) chained
29163           ogg now.
29164
29165 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
29166
29167         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
29168         (gst_alsa_finalize):
29169         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
29170         (gst_cdaudio_finalize):
29171         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
29172         (cdparanoia_finalize):
29173         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
29174         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
29175         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
29176         (dvdreadsrc_finalize):
29177         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
29178         (gst_flacdec_finalize):
29179         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
29180         (gst_flacenc_finalize):
29181         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
29182         (gst_gnomevfssink_finalize):
29183         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
29184         (gst_gnomevfssrc_finalize):
29185         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
29186         (gst_fameenc_finalize):
29187         * ext/nas/nassink.c: (gst_nassink_class_init),
29188         (gst_nassink_finalize):
29189         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
29190         (gst_sdlvideosink_class_init):
29191         * ext/sndfile/gstsf.c: (gst_sf_dispose):
29192         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
29193         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
29194         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
29195         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
29196         (gst_x_window_listener_dispose):
29197         * gst/audioscale/gstaudioscale.c:
29198         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
29199         (play_on_demand_finalize):
29200         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
29201         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
29202         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
29203         (cdplayer_finalize):
29204         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
29205         (gst_glimagesink_class_init):
29206         * sys/oss/gstosselement.c: (gst_osselement_class_init),
29207         (gst_osselement_finalize):
29208         * sys/oss/gstosssink.c: (gst_osssink_dispose):
29209         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
29210         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
29211           Fixes a bunch of problems with finalize and dispose functions,
29212           either assumptions that dispose is only called once, or not calling
29213           the parent class dispose/finalize function
29214
29215 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
29216
29217         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
29218           added two api precondition guards
29219           use g_strdup with getenv to fix crash when using ENVVAR
29220
29221 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
29222         * ext/esd/esdsink.c: (gst_esdsink_class_init),
29223         (gst_esdsink_finalize):
29224         Use a finalize function, not dispose, and more importantly,
29225         call the parent class finalize function too
29226
29227 2004-11-01  Johan Dahlin  <johan@gnome.org>
29228
29229         * ext/ogg/gstoggdemux.c:
29230         * gst/tags/gstvorbistag.c:
29231         Plug leaks.
29232
29233 2004-10-31  Benjamin Otte  <otte@gnome.org>
29234
29235         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29236           lotsa memleaks today. But they're all small...
29237
29238 2004-10-31  Benjamin Otte  <otte@gnome.org>
29239
29240         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29241           another memleak crushed
29242
29243 2004-10-31  Benjamin Otte  <otte@gnome.org>
29244
29245         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
29246           fix memleak
29247
29248 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29249
29250         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29251           Hack to prevent crash when going to READY inside signal handler
29252           while this function is active.
29253
29254 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29255
29256         * gst/ffmpegcolorspace/Makefile.am:
29257         * gst/ffmpegcolorspace/avcodec.h:
29258         * gst/ffmpegcolorspace/common.h:
29259         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
29260         * gst/ffmpegcolorspace/dsputil.h:
29261         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
29262         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29263         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
29264         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
29265         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
29266         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
29267         (gst_ffmpegcsp_avpicture_fill):
29268         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
29269         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29270         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
29271         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
29272         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
29273         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
29274         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
29275         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
29276         * gst/ffmpegcolorspace/imgconvert.c:
29277         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
29278         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
29279         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
29280         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
29281         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
29282         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
29283         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
29284         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
29285         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
29286         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
29287         (grow21), (grow22), (grow41), (grow44), (conv411),
29288         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
29289         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
29290         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
29291         (avpicture_free), (is_yuv_planar), (img_convert),
29292         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
29293         (deinterlace_line_inplace), (deinterlace_bottom_field),
29294         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
29295         * gst/ffmpegcolorspace/imgconvert_template.h:
29296         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
29297         * gst/ffmpegcolorspace/mmx.h:
29298         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
29299         (av_fast_realloc), (av_mallocz_static), (av_free_static),
29300         (av_freep), (avcodec_get_context_defaults),
29301         (avcodec_alloc_context), (avcodec_init):
29302           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
29303           handling plus update from ffmpeg CVS. Large clean-up.
29304
29305 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29306
29307         * gst/playback/Makefile.am:
29308           We need the marshallers for decodebin, too.
29309
29310 2004-10-30  David Schleef  <ds@schleef.org>
29311
29312         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
29313           quicktime typefinding work with 64-bit offsets.
29314
29315 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
29316
29317         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
29318           Set EOS on the element when processing an EOS event.
29319         * ext/speex/gstspeexdec.h:
29320         * ext/speex/gstspeexenc.h:
29321           Only keep a const ptr to the mode
29322         * gst-libs/gst/riff/riff-media.c:
29323         (gst_riff_create_audio_caps_with_data),
29324         (gst_riff_create_audio_template_caps):
29325           Allow WMAV3, with up to 6 channels.
29326         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
29327           Don't call gst_pad_set_event_function on a sink pad.
29328         * gst/mpegstream/gstdvddemux.c:
29329         (gst_dvd_demux_get_subpicture_stream),
29330         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
29331           Copy the explicit caps that were set across to the cur_* pads,
29332           instead of trying to use a possibly non-existent negotiated caps.
29333           Reset the type of subpicture pads to UNKNOWN after calling
29334           init_stream, so that the caps get set.
29335
29336 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
29337
29338         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29339
29340         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
29341           Don't touch buffer if it is of size 0 (fixes #151064).
29342
29343 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29344
29345         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
29346           Synchronized discont handling.
29347
29348 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29349
29350         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29351         (gst_ogg_demux_push):
29352           Make seeking sort-of exact again (fixes #156387).
29353
29354 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29355
29356         * gst/playback/gstplaybasebin.c: (unknown_type),
29357         (add_element_stream), (new_decoded_pad),
29358         (gst_play_base_bin_change_state):
29359         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
29360         (gst_stream_info_init), (gst_stream_info_new),
29361         (gst_stream_info_dispose), (gst_stream_info_get_property):
29362         * gst/playback/gststreaminfo.h:
29363           Make caps explicitely available. Makes testing for unsupported
29364           types possible. Improves error reporting.
29365
29366 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29367
29368         * gst/audioconvert/gstaudioconvert.c:
29369         (gst_audio_convert_buffer_to_default_format):
29370           Really don't touch read-only buffers (#156563).
29371
29372 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
29373
29374         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29375
29376         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
29377           Fix memleak (#155223).
29378
29379 2004-10-29  Wim Taymans  <wim@fluendo.com>
29380
29381         * gst/tcp/.cvsignore:
29382         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
29383         (gst_multifdsink_class_init), (gst_multifdsink_init),
29384         (gst_multifdsink_add), (gst_multifdsink_remove),
29385         (gst_multifdsink_remove_client_link), (is_sync_frame),
29386         (gst_multifdsink_new_client),
29387         (gst_multifdsink_handle_client_write),
29388         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
29389         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
29390         (gst_multifdsink_get_property):
29391         * gst/tcp/gstmultifdsink.h:
29392         Added burst on connect sync_method, deprecated sync_clients,
29393         streamlined the sync code some more.
29394
29395 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29396
29397         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
29398         (gst_play_base_bin_change_state):
29399           Improve error reporting.
29400
29401 2004-10-28  Wim Taymans  <wim@fluendo.com>
29402
29403         * gst/tcp/Makefile.am:
29404         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
29405         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
29406         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
29407         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
29408         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
29409         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
29410         (gst_fdset_wait):
29411         Added more locks around fdset structures. Fixed/reworked
29412         the poll array resizing code.
29413         Added stress test for fdset.
29414
29415 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29416
29417         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29418         fix build
29419
29420 2004-10-28  Benjamin Otte  <otte@gnome.org>
29421
29422         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29423           fix link function to always query channels and query width for
29424           floats
29425         * configure.ac:
29426           add equalizer dir
29427         * gst/equalizer/Makefile.am:
29428         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
29429         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
29430         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
29431         (arg_to_scale), (setup_filter),
29432         (gst_iir_equalizer_compute_frequencies),
29433         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
29434         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
29435         (plugin_init):
29436           add an equalizer
29437
29438 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29439
29440         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
29441
29442         * po/LINGUAS:
29443         * po/nb.po:
29444           Added Norwegian Bokmaal translation
29445
29446 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29447
29448         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29449           Don't break on options (fixes #156488).
29450
29451 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29452
29453         * configure.ac:
29454         * ext/cdaudio/Makefile.am:
29455         * sys/Makefile.am:
29456           fix build on older automake
29457
29458 2004-10-26  Wim Taymans  <wim@fluendo.com>
29459
29460         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
29461         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
29462         Allow a little margin when negotiating the framerate.
29463
29464 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
29465
29466         * gst/level/gstlevel.c:
29467           synchonised naming of pads and pad-templates
29468
29469 2004-10-26  Wim Taymans  <wim@fluendo.com>
29470
29471         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29472         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
29473         (_find_streams_check), (gst_ogg_demux_push):
29474         Fix EOS again. Needs to be done in a better way. We should not
29475         remove the pad if there is no new chained stream.
29476
29477 2004-10-26 Iain <iaingnome@gmail.com>
29478
29479         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
29480         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
29481         of the caps.
29482         * gst/interleave/interleave.c (interleave_class_init): Hook up release
29483         pad.
29484         (interleave_release_pad): Remove the pad.
29485         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
29486         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
29487         the set device.
29488         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
29489         attrs
29490         (gst_xvimagesink_xcontext_clear): Free the xcontext.
29491         (gst_xvimagesink_finalize): Free the par.
29492
29493 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29494
29495         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
29496         (gst_avimux_stop_file):
29497           First calculate the rate, and only then use it. Hdr.rate is a
29498           multiple and not a derivative of hdr.scale. Scale is not the
29499           same as blockalign but is solely related to rate.
29500
29501 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29502
29503         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
29504         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
29505           Implement seeking.
29506
29507 2004-10-25  James Henstridge  <james@jamesh.id.au>
29508
29509         Reviewed by:  David Schleef  <ds@schleef.org>
29510
29511         * examples/gstplay/player.c: (got_stream_length), (main):
29512         * examples/seeking/cdplayer.c: (update_scale):
29513         * examples/seeking/seek.c: (format_value), (update_scale):
29514         * examples/seeking/spider_seek.c: (format_value), (update_scale),
29515         (stop_seek):
29516         Build fixes on AMD64.
29517
29518 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29519
29520         reviewed by: Ronald Bultje <rbultje at gnome dot org>
29521
29522         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
29523         Fix for some v4l cards which hang in v4lsrc
29524
29525 2004-10-25  Wim Taymans  <wim@fluendo.com>
29526
29527         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
29528         (gst_ogg_demux_push), (gst_ogg_chains_clear):
29529         Make sure to remove the pad when a new chain is
29530         encountered. Set some vars to NULL so we don't try
29531         to reference freed memory.
29532
29533 2004-10-25  Wim Taymans  <wim@fluendo.com>
29534
29535         * examples/seeking/Makefile.am:
29536         * examples/seeking/cdplayer.c: (update_scale):
29537         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
29538         * examples/seeking/playbin.c: (make_playerbin_pipeline),
29539         (format_value), (update_scale), (iterate), (start_seek),
29540         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
29541         (print_usage), (main):
29542         Added some more examples, update others.
29543
29544 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29545
29546         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
29547         * ext/speex/gstspeexdec.c: (speex_dec_chain):
29548         * ext/theora/theoradec.c: (theora_dec_chain):
29549         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29550           Add codec-name metadata.
29551
29552 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
29553
29554         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29555
29556         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29557         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29558         * ext/alsa/gstalsamixertrack.h:
29559         * po/POTFILES.in:
29560           ALSA mixer track label internationalization (#154054).
29561
29562 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29563
29564         * ext/theora/theoradec.c: (theora_dec_chain):
29565           Export bitrate as metadata.
29566
29567 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29568
29569         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29570         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29571         * ext/alsa/gstalsamixertrack.h:
29572           Fix names, fix loop.
29573
29574 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29575
29576         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
29577         (speex_dec_convert):
29578           sinkconvert function so oggdemux can get the file length (totem).
29579
29580 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
29581
29582         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29583
29584         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
29585           Don't push incomplete packets.
29586         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
29587           Fix MPEG-4 audio typefinding.
29588
29589 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29590
29591         * sys/v4l/Makefile.am:
29592         * sys/v4l/gstv4l.c: (plugin_init):
29593         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
29594         (gst_v4lelement_init), (gst_v4lelement_dispose),
29595         (gst_v4lelement_change_state):
29596         * sys/v4l/gstv4lelement.h:
29597         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
29598         (gst_v4l_xoverlay_close), (idle_refresh),
29599         (gst_v4l_xoverlay_set_xwindow_id):
29600         * sys/v4l/gstv4lxoverlay.h:
29601         * sys/v4l/v4l-overlay_calls.c:
29602         * sys/v4l/v4l_calls.h:
29603         * sys/v4l2/Makefile.am:
29604         * sys/v4l2/gstv4l2.c: (plugin_init):
29605         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
29606         (gst_v4l2element_init), (gst_v4l2element_dispose),
29607         (gst_v4l2element_change_state):
29608         * sys/v4l2/gstv4l2element.h:
29609         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
29610         (gst_v4l2_xoverlay_close), (idle_refresh),
29611         (gst_v4l2_xoverlay_set_xwindow_id):
29612         * sys/v4l2/gstv4l2xoverlay.h:
29613         * sys/v4l2/v4l2-overlay_calls.c:
29614         * sys/v4l2/v4l2_calls.h:
29615           Remove client-side overlay handling, use the X-server v4l plugin
29616           for that. Nicer overlay, less code. Also make the plugin
29617           compileable without X (but then without overlay, obviously).
29618           Makes xwindowlistener obsolete, should we remove that?
29619
29620 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29621
29622         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
29623         (gst_osssrc_src_query):
29624         * sys/oss/gstosssrc.h:
29625           OK, so people want offset in DEFAULT. This time, actually fix all
29626           cases.
29627         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
29628           Add FPS properly.
29629
29630 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29631
29632         * gst/asfdemux/gstasfmux.c:
29633         * gst/avi/gstavimux.c:
29634           Framerate.
29635
29636 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29637
29638         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
29639           Fix properties (channel, norm, frequency).
29640
29641 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29642
29643         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
29644           Flag typo.
29645         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
29646           No warnings.
29647
29648 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29649
29650         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
29651           Fix hang.
29652
29653 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29654
29655         * sys/v4l2/gstv4l2element.h:
29656           Yet Another Hack (tm) for kernel header borkedness.
29657         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
29658         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
29659         (gst_v4l2src_link), (gst_v4l2src_getcaps),
29660         (gst_v4l2src_change_state):
29661         * sys/v4l2/gstv4l2src.h:
29662         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
29663         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
29664           Fix caps, keep track of state, work.
29665
29666 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29667
29668         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
29669           Quiet.
29670
29671 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29672
29673         * sys/oss/gstosssrc.c: (gst_osssrc_get):
29674           Don't mix bytes and samples.
29675
29676 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29677
29678         * ext/ogg/gstoggmux.c:
29679           Basic pad template which accepts OGM tracks, speex, flac, vorbis
29680           and theora. Any is incorrect.
29681         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
29682           Fix caps.
29683         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
29684         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
29685         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
29686         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
29687         * sys/v4l/gstv4lmjpegsrc.h:
29688         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
29689         (gst_v4lsrc_change_state):
29690         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
29691         (gst_v4lmjpegsrc_capture_stop):
29692           Fix caps. Keep track of internal state. Work.
29693
29694 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29695
29696         * ext/Makefile.am:
29697           Fix the build fixes.
29698
29699 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29700
29701         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29702         (gst_ogg_demux_src_event), (_find_chain_seek),
29703         (gst_ogg_pad_push):
29704           Check for pad availability before using it.
29705         * ext/ogg/gstoggdemux.c: (_find_chain_process):
29706           Fix parsing of chained ogg. Needs more work on the decoder side.
29707
29708 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29709
29710         * gst/spectrum/Makefile.am:
29711         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
29712         (idle_func):
29713           Fix demo and reenable it. Yes, I'm currently playing with audio
29714           analysis tools
29715
29716 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29717
29718         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29719           We love it if files that start at zero work too...
29720
29721 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29722
29723         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29724           Handle files with missing EOS headers.
29725
29726 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29727
29728         * gst/tcp/gsttcpserversink.c:
29729         (gst_tcpserversink_handle_server_read),
29730         (gst_tcpserversink_init_send):
29731         Zero some variables first (need for accept not to return EINVAL)
29732
29733 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29734
29735         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29736         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
29737         * ext/theora/theoradec.c: (theora_dec_sink_convert),
29738         (theora_dec_chain):
29739         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
29740         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
29741           Seeking and querying finetune.
29742
29743 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29744
29745         * configure.ac:
29746         * ext/Makefile.am:
29747         * ext/raw1394/Makefile.am:
29748           fix the build
29749
29750 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29751
29752         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29753           Wrong return.
29754         * gst/playback/Makefile.am:
29755         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
29756         * gst/playback/gstplay-marshal.list:
29757         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
29758           Fix marshallers.
29759
29760 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29761
29762         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
29763           Silence.
29764
29765 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29766
29767         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29768         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
29769         (gst_ogg_pad_push):
29770           Yay for non-lineair granulepos in theora.
29771
29772 2004-10-18  Wim Taymans  <wim@fluendo.com>
29773
29774         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
29775         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
29776         * ext/dv/gstdvdec.h:
29777         Make sure we renegotiate aspect ratio when the camera switches.
29778
29779 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29780
29781         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29782         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
29783           Start at zero.
29784         * ext/theora/theoradec.c: (theora_dec_chain):
29785           Skip headers. Bad idea for chained ogg, but fixes seeking.
29786
29787 2004-10-18  Wim Taymans  <wim@fluendo.com>
29788
29789         * configure.ac:
29790         I swear, this is the last time I touch this.
29791
29792 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29793
29794         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29795         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
29796         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
29797           Faster seeking.
29798         * ext/theora/theoradec.c: (theora_dec_sink_convert):
29799           Time-to-default conversion.
29800         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29801           Don't error on unknown packets, just skip. We should probably
29802           read them if we want to support chained ogg.
29803
29804 2004-10-18  Wim Taymans  <wim@fluendo.com>
29805
29806         * configure.ac:
29807         Added cdaudio to wrong list.
29808
29809 2004-10-18  Wim Taymans  <wim@fluendo.com>
29810
29811         * configure.ac:
29812         Revive cdaudio.
29813
29814 2004-10-18  Wim Taymans  <wim@fluendo.com>
29815
29816         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
29817         (gst_dvdec_video_link), (gst_dvdec_push):
29818         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
29819         (gst_smokeenc_resync), (gst_smokeenc_chain):
29820         Fix mimetype on smoke encoder.
29821         Add aspect ratio to dvdec. Not sure if these
29822         values are correct though....
29823
29824 2004-10-18  Wim Taymans  <wim@fluendo.com>
29825
29826         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
29827         Fix vorbis property descriptions and ranges.
29828
29829 2004-10-18  Wim Taymans  <wim@fluendo.com>
29830
29831         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29832         Really do nothing when no data is available.
29833         Go to the playing state when the stream is not seekable
29834         instead of failing.
29835
29836 2004-10-18  Wim Taymans  <wim@fluendo.com>
29837
29838         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
29839         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
29840         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
29841         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
29842         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
29843         Added uri handler for cd://
29844         Port to new API.
29845
29846 2004-10-18  Wim Taymans  <wim@fluendo.com>
29847
29848         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29849         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
29850         (try_to_link_1), (no_more_pads), (close_link), (type_found):
29851         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
29852         (remove_prerolls), (unknown_type), (add_element_stream),
29853         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
29854         (gst_play_base_bin_remove_element),
29855         (gst_play_base_bin_link_stream):
29856         * gst/playback/gstplaybin.c: (gen_video_element),
29857         (gen_vis_element), (remove_sinks), (setup_sinks):
29858         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
29859         (gst_stream_info_get_type), (gst_stream_info_class_init),
29860         (gst_stream_info_init), (gst_stream_info_new),
29861         (gst_stream_info_dispose), (stream_info_mute_pad),
29862         (gst_stream_info_set_property), (gst_stream_info_get_property):
29863         * gst/playback/gststreaminfo.h:
29864         Add sink padtemplate to decodebin.
29865         Added some more comments.
29866         Make queue size configurable in playbasebin.
29867         Added possibility to use elements as sinks (ex cdaudio).
29868
29869 2004-10-15  Wim Taymans  <wim@fluendo.com>
29870
29871         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
29872         (gst_speexenc_chain):
29873         Fix speex timestamps so that it gets muxed properly.
29874
29875 2004-10-15  Wim Taymans  <wim@fluendo.com>
29876
29877         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
29878         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
29879         (gst_dv1394src_init), (gst_dv1394src_dispose),
29880         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
29881         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
29882         (gst_dv1394src_event), (gst_dv1394src_get_formats),
29883         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
29884         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
29885         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
29886         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
29887         * ext/raw1394/gstdv1394src.h:
29888         Added conversion/query functions.
29889         Update buffer timestamps,
29890         Added signals.
29891         Added uri dv:// so it might play from the firewire in playbin.
29892         Fix a possible leak.
29893         Added debugging.
29894
29895 2004-10-15  Wim Taymans  <wim@fluendo.com>
29896
29897         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
29898         (gst_dv1394src_init), (gst_dv1394src_set_property),
29899         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
29900         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
29901         * ext/raw1394/gstdv1394src.h:
29902         Added AV/C VTR control support needed for some cameras.
29903         Added automatic port detection.
29904         Added properties for selecting the channel.
29905         The configure.ac script is not yet updated to reflect the
29906         new libavc1394 and librom1394 dependencies.
29907
29908 2004-10-15  Wim Taymans  <wim@fluendo.com>
29909
29910         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
29911         (qtdemux_parse), (gst_qtdemux_handle_esds):
29912         An esds box is not a container.
29913         Fix parsing of mp4v boxes.
29914         Do not try to renegotiate fps for each frame. Need to
29915         find a better method. This should fix mp4 playback.
29916
29917 2004-10-14  David Schleef  <ds@schleef.org>
29918
29919         * configure.ac: update for swfdec-0.3 and liboil-0.2
29920         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
29921         * ext/swfdec/gstswfdec.h: same
29922         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
29923         * gst/videotestsrc/videotestsrc.c: same
29924
29925 2004-10-14  Wim Taymans  <wim@fluendo.com>
29926
29927         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
29928         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
29929         (is_sync_frame), (gst_multifdsink_new_client),
29930         (gst_multifdsink_handle_client_write),
29931         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
29932         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
29933         Turn warnings into info.
29934         Don't allow a state change in the streaming thread.
29935
29936 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
29937
29938         * ext/vorbis/oggvorbisenc.c:
29939         * ext/vorbis/vorbisdec.c:
29940           fix template sample rate
29941
29942 2004-10-13  Wim Taymans  <wim@fluendo.com>
29943
29944         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
29945         Decoding the header first fixes some problems in resyncing
29946         in more mp3s.
29947
29948 2004-10-12  Wim Taymans  <wim@fluendo.com>
29949
29950         * gst/playback/gstplaybin.c: (gen_video_element),
29951         (gen_vis_element), (remove_sinks), (setup_sinks):
29952         Added vis plugin support, need to configure the vis
29953         element to activate it.
29954
29955 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29956
29957         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
29958         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
29959           Some debug.
29960         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
29961         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
29962         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
29963         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
29964         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
29965         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
29966         * gst/avi/gstavidemux.h:
29967           Support for openDML-2.0 indx/ix## chunks. Support for broken index
29968           recovery (where, if part of the index is broken, we will still read
29969           the rest of the index and recover the broken part by stream
29970           scanning). More broken media support. EOS workarounds. General AVI
29971           braindamage headache recovery. Aspirin included.
29972
29973 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29974
29975         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
29976         (cdparanoia_event), (cdparanoia_query):
29977           Get rid of hideous lead-in.
29978
29979 2004-10-11  Wim Taymans  <wim@fluendo.com>
29980
29981         * gst/playback/gstplaybasebin.c: (setup_source):
29982         Wrong var used to get g_list_next.
29983
29984 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29985
29986         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
29987         (cdparanoia_get), (cdparanoia_open):
29988           Report discid as metadata, add duration.
29989
29990 2004-10-11  Wim Taymans  <wim@fluendo.com>
29991
29992         * gst/playback/gstplaybasebin.c: (setup_source):
29993         Cleanup the previous pipeline a little earlier for the
29994         case that a source element provides raw data.
29995
29996 2004-10-11  Benjamin Otte  <otte@gnome.org>
29997
29998         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
29999           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
30000           consuming the last 128 bytes, even though it was valid mp3 data.
30001
30002 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30003
30004         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
30005         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
30006         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
30007         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
30008
30009 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30010
30011         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
30012         Fix for webcams that support only specific width or height
30013
30014 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
30015
30016         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30017
30018         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
30019           Fix wrong discont event setup (fixes #154967).
30020
30021 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
30022
30023         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30024
30025         * gst/auparse/gstauparse.c: (gst_auparse_chain):
30026           Error out on invalid data (fixes #154807).
30027
30028 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
30029
30030         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30031
30032         * ext/dvdread/dvdreadsrc.c: (_read):
30033           Make titles > 0 work again (fixes #154834).
30034
30035 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30036
30037         * gst-libs/gst/riff/riff-media.c:
30038         (gst_riff_create_video_template_caps):
30039           WMV3 missing in template caps.
30040
30041 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30042
30043         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30044           OK, so the original code was too strict. It makes random AVI files
30045           hang for seconds upon opening, which is unacceptable and is far
30046           beyond the original goal of getting multiple chunks for one-chunk
30047           sounc stream files. So now do just that.
30048
30049 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30050
30051         * gst/playback/gstplaybasebin.c: (setup_source),
30052         (gst_play_base_bin_change_state):
30053           Actually clean up streaminfo if output fails. This would trigger
30054           if, for example, there was no CD in the drive. No preroll, so
30055           a streaminfo structure is created, but the subsequent state change
30056           of the thread fails.
30057         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
30058           Don't change state if parent failed.
30059
30060 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30061
30062         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
30063         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
30064         (gen_video_element), (remove_sinks):
30065           Add small bits of code for screenshot handling.
30066
30067 2004-10-08  Wim Taymans  <wim@fluendo.com>
30068
30069         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
30070         (gen_video_element), (gen_audio_element), (setup_sinks):
30071         Don't assume the user provided sinks are named "sink"...
30072
30073 2004-10-08  Wim Taymans  <wim@fluendo.com>
30074
30075         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
30076         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
30077         (gst_play_base_bin_link_stream):
30078         Do not try to autoplug sources that generate raw streams like
30079         cdparanoia.
30080         disconnect the preroll overrun signal when we don't need it anymore.
30081
30082 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
30083
30084         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
30085         Added reworked patch from #154903 from milosz derezynski (deadchip).
30086
30087 2004-10-08  Wim Taymans  <wim@fluendo.com>
30088
30089         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
30090         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
30091         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
30092         (cdparanoia_convert), (cdparanoia_uri_get_type),
30093         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
30094         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
30095         * ext/cdparanoia/gstcdparanoia.h:
30096         This adds the cdda://<tracknum> uri.
30097
30098 2004-10-08  Wim Taymans  <wim@fluendo.com>
30099
30100         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
30101         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30102         (try_to_link_1), (no_more_pads), (close_link), (type_found):
30103         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
30104         (unknown_type), (gst_play_base_bin_remove_element),
30105         (gst_play_base_bin_link_stream):
30106         * gst/playback/gstplaybasebin.h:
30107         * gst/playback/gstplaybin.c: (gst_play_bin_init),
30108         (gst_play_bin_set_property), (gen_video_element),
30109         (gen_audio_element), (setup_sinks):
30110         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
30111         (gst_stream_info_get_type), (gst_stream_info_class_init),
30112         (gst_stream_info_init), (gst_stream_info_new),
30113         (gst_stream_info_dispose), (stream_info_mute_pad),
30114         (gst_stream_info_set_property), (gst_stream_info_get_property):
30115         * gst/playback/gststreaminfo.h:
30116         Reuse the audio and video bins.
30117         Some internal cleanups in the stream selection code.
30118
30119 2004-10-08  Julien MOUTTE  <julien@moutte.net>
30120
30121         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
30122         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
30123         * sys/ximage/ximagesink.h:
30124         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
30125         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
30126         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
30127         not coming from those elements. Moreover these elements should not keep
30128         the xid they have been given when in NULL state.
30129
30130 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30131
30132         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
30133         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
30134         * sys/ximage/ximagesink.h:
30135         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
30136         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
30137         * sys/xvimage/xvimagesink.h:
30138           Actually only create a new toplevel window if we're not gonna
30139           embed it right after.
30140
30141 2004-10-07  Wim Taymans  <wim@fluendo.com>
30142
30143         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
30144         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
30145         * gst/playback/gstplaybin.c: (setup_sinks):
30146         Implement muting/unmuting of streams, mute streams that are not
30147         used.
30148
30149 2004-10-07  Wim Taymans  <wim@fluendo.com>
30150
30151         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
30152         (plugin_init):
30153         Added lame audio/x-ac3 typefind function.
30154
30155 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
30156
30157         * configure.ac:
30158           bump nano to cvs
30159
30160 === release 0.8.5 ===
30161
30162 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
30163
30164         * NEWS:
30165         * RELEASE:
30166         * configure.ac:
30167           releasing 0.8.5, "Take You On"
30168
30169 2004-10-06  Wim Taymans  <wim@fluendo.com>
30170
30171         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
30172         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
30173         (no_more_pads), (close_link), (type_found):
30174         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30175         * gst/playback/gstplaybin.c: (gen_video_element):
30176         Do not signal the no_more_pads after the first pad when
30177         we are plugging a non dynamic element with multiple
30178         output pads (like swfdec, dvdec, ...).
30179
30180 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30181
30182         * configure.ac:
30183           bump for prerelease
30184
30185 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30186
30187         * gst/wavparse/gstwavparse.c:
30188           add ATRAC3 to STATIC CAPS to fix a warning
30189
30190         * gst/matroska/ebml-read.c:
30191         * gst-libs/gst/riff/riff-read.c:
30192           fix typos
30193
30194 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30195
30196         * gst-libs/gst/riff/riff-media.c:
30197           generate caps for ATRAC3 audio streams
30198
30199         * gst/realmedia/rmdemux.c:
30200           generate caps for ATRAC3 audio streams
30201
30202 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30203
30204         * gst/wavparse/Makefile.am
30205         * gst/wavparse/riff.h
30206         * gst/wavparse/wavparse.vcproj
30207           riff.h removal (unused and duplication with riff-ids.h)
30208
30209 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30210
30211         * gst/wavparse/gstwavparse.h
30212           remove duplicated defines for audio codec codes
30213
30214         * gst-libs/gst/riff/riff-ids.h
30215         * gst/wavenc/riff.h:
30216           add "4CC" code for ATRAC3 audio streams
30217           add "4CC" code for ITU_G721_ADPCM (unused for now)
30218
30219 2004-10-06  Wim Taymans  <wim@fluendo.com>
30220
30221         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
30222         Actually _do_ negotiation. Pass gdouble as arg instead
30223         of guint64 for the framerate.
30224
30225 2004-10-06  Wim Taymans  <wim@fluendo.com>
30226
30227         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
30228         (find_compatibles), (close_pad_link), (try_to_link_1),
30229         (no_more_pads), (close_link), (type_found):
30230         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30231         * gst/playback/gstplaybin.c: (gen_video_element),
30232         (gen_audio_element):
30233         Set state on newly added element to READY so that negotiation
30234         can happen ASAP.
30235         Addes some more debug info.
30236         Do not try to plug pads with multiple caps structures or ANY
30237         because it is too dangerous since we do not do dynamic
30238         replugging.
30239
30240 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30241
30242         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
30243
30244         * po/LINGUAS:
30245         * po/or.po:
30246           add Oriya translation
30247
30248 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30249
30250         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30251           Prevent overwrite of size member. Makes audio sound crappy.
30252
30253 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30254
30255         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
30256         Add rmvb to the list of known RealMedia extensions
30257
30258 2004-10-05  Wim Taymans  <wim@fluendo.com>
30259
30260         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
30261         (mngdec_openstream), (mngdec_closestream),
30262         (mngdec_handle_sink_event), (mngdec_readdata),
30263         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
30264         (mngdec_getcanvasline), (mngdec_refresh),
30265         (gst_mngdec_change_state):
30266         Set the framerate correctly.
30267
30268 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30269
30270         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30271           There was something wrong with the index massaging.
30272
30273 2004-10-04  Wim Taymans  <wim@fluendo.com>
30274
30275         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
30276         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
30277         (gst_smokedec_chain):
30278         * ext/jpeg/gstsmokedec.h:
30279         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
30280         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
30281         * ext/jpeg/gstsmokeenc.h:
30282         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
30283         (smokecodec_decode_new), (smokecodec_info_free),
30284         (smokecodec_set_quality), (smokecodec_get_quality),
30285         (smokecodec_set_threshold), (smokecodec_get_threshold),
30286         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
30287         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
30288         (smokecodec_encode), (smokecodec_parse_id),
30289         (smokecodec_parse_header), (smokecodec_decode):
30290         * ext/jpeg/smokecodec.h:
30291         * ext/jpeg/smokeformat.h:
30292         Updated smoke, new bitstream, allows embedding in ogg.
30293
30294 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30295
30296         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
30297           Fix seeking in some files. All this code is no longer needed (and
30298           actually breaks stuff) because we now synchronize the full index
30299           right when reading the header.
30300
30301 2004-10-04  Wim Taymans  <wim@fluendo.com>
30302
30303         * configure.ac:
30304         configure update for libmng.
30305
30306 2004-10-04  Wim Taymans  <wim@fluendo.com>
30307
30308         * ext/libmng/Makefile.am:
30309         * ext/libmng/gstmng.c: (plugin_init):
30310         * ext/libmng/gstmng.h:
30311         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
30312         (gst_mngdec_base_init), (gst_mngdec_class_init),
30313         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
30314         (gst_mngdec_loop), (gst_mngdec_get_property),
30315         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
30316         (mngdec_closestream), (mngdec_handle_sink_event),
30317         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
30318         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
30319         (gst_mngdec_change_state):
30320         * ext/libmng/gstmngdec.h:
30321         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
30322         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
30323         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
30324         (gst_mngenc_chain), (gst_mngenc_get_property),
30325         (gst_mngenc_set_property):
30326         * ext/libmng/gstmngenc.h:
30327         Added basic MNG decoder. Needs more work. The encoder does
30328         not work yet.
30329
30330 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30331
30332         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
30333         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
30334         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
30335           Don't hang on length=0 chunks. Some negotiation fixes. Signal
30336           no-more-pads.
30337
30338 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
30339
30340         * configure.ac:
30341           you need at least 1.0.4 of speex
30342
30343 2004-10-04 Iain <iaingnome@gmail.com>
30344
30345         * ext/speex/gstspeexdec.h: Revert the includes changes.
30346
30347         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
30348
30349 2004-09-30 Iain <iaingnome@gmail.com>
30350
30351         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
30352         found during init or set as a property instead of hardcoding /dev/audio
30353
30354 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30355
30356         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
30357         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
30358         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
30359         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
30360         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
30361         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
30362         (gst_rmdemux_dump_data):
30363           Use debug category, fix EOS handling. filesrc ! rmdemux now
30364           works.
30365
30366 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30367
30368         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
30369         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
30370         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
30371           Improve allocation, cutting and sorting of the index. How takes a
30372           few seconds instead of minutes.
30373
30374 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
30375
30376         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
30377           fixed compilation
30378
30379 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30380
30381         * gst-libs/gst/riff/riff-media.c:
30382         (gst_riff_create_video_caps_with_data),
30383         (gst_riff_create_video_template_caps):
30384           Add wing commander format mimetype/fourccs.
30385         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30386           Don't crash if some value is 0.
30387
30388 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30389
30390         * gst-libs/gst/riff/riff-media.c:
30391         (gst_riff_create_video_caps_with_data),
30392         (gst_riff_create_video_template_caps):
30393           Add DIB fourcc (raw, palettized 8-bit RGB).
30394         * gst-libs/gst/riff/riff-read.c:
30395         (gst_riff_read_strf_vids_with_data):
30396           Oops, fix strf_data reading bug.
30397         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
30398           Use a non-NULL tag.
30399         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
30400           Time for hacks. Sorry Dave. At least one quicktime movie (a
30401           trailer) that I've encountered contains multiple video tracks.
30402           One of those is the actual video track, the other are one-frame
30403           tracks (images). Unfortunately, the number of frames according
30404           to the trak header is 1 for each, so that doesn't help. So
30405           instead, I look at the duration and discard tracks with a
30406           duration shorter than 20% of the length of the stream. Better
30407           than nothing.
30408
30409 2004-10-01  Christian Schaller <christian@fluendo.com>
30410
30411         * ext/ivorbis/vorbis.c:
30412           Patch from Phil Blundell (Bug 152341)
30413
30414 2004-10-01  Wim Taymans  <wim@fluendo.com>
30415
30416         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
30417         (speex_dec_get_formats), (speex_dec_convert),
30418         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
30419         (speex_dec_chain), (gst_speexdec_get_property),
30420         (gst_speexdec_set_property):
30421         Small cleanups.
30422
30423 2004-10-01  Wim Taymans  <wim@fluendo.com>
30424
30425         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
30426         (gst_wavparse_stream_init), (gst_wavparse_fmt),
30427         (gst_wavparse_other), (gst_wavparse_loop),
30428         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
30429         (gst_wavparse_srcpad_event):
30430         * gst/wavparse/gstwavparse.h:
30431         Added some more debugging info.
30432         Fix the case where the length of the file is 0.
30433         Make sure we seek to sample borders.
30434
30435 2004-10-01  Wim Taymans  <wim@fluendo.com>
30436
30437         * gst/playback/README:
30438         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
30439         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30440         (try_to_link_1), (no_more_pads), (close_link), (type_found):
30441         Add some debug info to decodebin, update README
30442
30443 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30444
30445         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
30446           Don't use g_print(); use GST_DEBUG().
30447
30448 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30449
30450         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30451         (gst_ogg_mux_queue_pads):
30452           Handle EOS properly.
30453
30454 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
30455
30456         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30457
30458         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
30459         (gst_faad_chain), (gst_faad_change_state):
30460         * ext/faad/gstfaad.h:
30461           Allow playback of raw (unframed) MPEG AAC files (#148993).
30462
30463 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
30464
30465         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30466
30467         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30468           Throw error if we didn't recognize the stream. Fixes #152289.
30469
30470 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30471
30472         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
30473           Fix negotiation.
30474
30475 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
30476
30477         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30478
30479         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30480           Fix memleak.
30481
30482 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
30483
30484         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30485
30486         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
30487           Solve #152805.
30488         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
30489           Solve 152806.
30490
30491 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30492
30493         * gst-libs/gst/riff/riff-media.c:
30494         (gst_riff_create_video_caps_with_data),
30495         (gst_riff_create_audio_caps_with_data):
30496           Add codec_data handling (like asfdemux used to do).
30497         * gst/asfdemux/gstasf.c: (plugin_init):
30498         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
30499         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
30500           Use riff-media for caps creation instead of our own (mostly
30501           broken) copy of its functions.
30502
30503 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30504
30505         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
30506           Don't actually error out if we get another return value than
30507           -EINVAL. Opposite to what I first thought, drivers have random
30508           return values for this, although -EINVAL is the expected return
30509           value. Since this is not fatal, we shouldn't use
30510           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
30511
30512 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30513
30514         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
30515         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
30516         (dvdreadsrc_get_property), (_open), (_seek), (_read),
30517         (dvdreadsrc_get), (dvdreadsrc_open_file),
30518         (dvdreadsrc_change_state):
30519           Fix. Don't do one big huge loop around the whole DVD, that will
30520           cache all data and thus eat sizeof(dvd) (several GB) before we
30521           see something.
30522         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
30523           Actually NULL'ify event after using it.
30524         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
30525         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
30526         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
30527         (gst_ebml_read_seek), (gst_ebml_read_skip):
30528           Handle events.
30529         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
30530         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
30531         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
30532           Fix timing (this will probably break if I seek using menus, but
30533           I didn't get there yet). VOBs and normal DVDs should now work.
30534           Add a mpeg2-only pad with high rank so this get autoplugged for
30535           MPEG-2 movies.
30536         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
30537         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
30538         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
30539         (gst_mpeg_demux_get_audio_stream),
30540         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
30541         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
30542           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
30543           MPEG-1 but use dvddemux for MPEG-2.
30544         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
30545         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
30546         (gst_mpeg_parse_parse_packhead):
30547           Timing. Only add pad template if it exists. Add sink template from
30548           class and not from ourselves. This means we will always use the
30549           correct sink template even if it is not the one defined in this
30550           file.
30551
30552 2004-09-29  Wim Taymans  <wim@fluendo.com>
30553
30554         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
30555         (gst_mpeg_demux_parse_pes):
30556         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
30557         Fix playback of mpeg again, timestamps where screwed up by
30558         patch 1.61.
30559
30560 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30561
30562         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
30563           Only return true if we actually filled something in. Prevents
30564           player applications from showing a random length for flac files.
30565         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
30566         (gst_riff_read_use_event), (gst_riff_read_handle_event),
30567         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
30568         (gst_riff_read_strf_vids_with_data),
30569         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
30570           OK, ok, so I implemented event handling. Apparently it's normal
30571           that we receive random events at random points without asking
30572           for it.
30573         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
30574         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
30575         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
30576         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
30577         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
30578         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
30579         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
30580         * gst/avi/gstavidemux.h:
30581           Implement non-lineair chunk handling and subchunk processing.
30582           The first solves playback of AVI files where the audio and video
30583           data of individual buffers that we read are not synchronized.
30584           This should not happen according to the wonderful AVI specs, but
30585           of course it does happen in reality. It is also a prerequisite for
30586           the second. Subchunk processing allows us to cut chunks in small
30587           pieces and process each of these pieces separately. This is
30588           required because I've seen several AVI files with incredibly large
30589           audio chunks, even some files with only one audio chunk for the
30590           whole file. This allows for proper playback including seeking.
30591           This patch is supposed to fix all AVI A/V sync issues.
30592         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
30593         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
30594           Work.
30595         * gst/modplug/gstmodplug.cc:
30596           Proper return value setting for the query() function.
30597         * gst/playback/gstplaybasebin.c: (setup_source):
30598           Being in non-playing state (after, e.g., EOS) is not necessarily
30599           a bad thing. Allow for that. This fixes playback of short files.
30600           They don't actually playback fully now, because the clock already
30601           runs. This means that small files (<500kB) with a small length
30602           (<2sec) will still not or barely play. Other files, such as mod
30603           or flx, will work correctly, however.
30604
30605 2004-09-28  Wim Taymans  <wim@fluendo.com>
30606
30607         * ext/speex/gstspeex.c: (plugin_init):
30608         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
30609         (gst_speex_dec_class_init), (speex_dec_get_formats),
30610         (speex_get_event_masks), (speex_get_query_types),
30611         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
30612         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
30613         (gst_speexdec_get_property), (gst_speexdec_set_property),
30614         (speex_dec_change_state):
30615         * ext/speex/gstspeexdec.h:
30616         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
30617         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
30618         (gst_speexenc_base_init), (gst_speexenc_class_init),
30619         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
30620         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
30621         (gst_speexenc_src_query), (gst_speexenc_init),
30622         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
30623         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
30624         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
30625         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
30626         (gst_speexenc_chain), (gst_speexenc_get_property),
30627         (gst_speexenc_set_property), (gst_speexenc_change_state):
30628         * ext/speex/gstspeexenc.h:
30629         Rewrote speex encoder, make sure it can be embedded in ogg.
30630         Implemented speex decoder.
30631
30632 2004-09-28  Christian Schaller <christian@fluendo.com>
30633
30634         * configure.ac:
30635         Remove kioslave plugin. Markey is brewing a new working one
30636         * ext/Makefile.am: Remove kioslave plugin
30637         * ext/kio: remove
30638         * gst-plugins.spec.in: remove kio plugin from spec
30639
30640 2004-09-27  Wim Taymans  <wim@fluendo.com>
30641
30642         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30643         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
30644         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
30645         (gst_multifdsink_new_client),
30646         (gst_multifdsink_handle_client_write),
30647         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
30648         (gst_multifdsink_handle_clients):
30649         * gst/tcp/gstmultifdsink.h:
30650         Make syncing to keyframes actually work for new clients and lagging
30651         clients.
30652
30653 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30654
30655         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
30656         (gst_navigationtest_handle_src_event), (draw_box_planar411),
30657         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
30658         * gst/debug/gstnavigationtest.h:
30659           make navigationtest display button-press and button-release events
30660
30661 2004-09-26 Iain <iaingnome@gmail.com>
30662
30663         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
30664         the channels have received a new media event.
30665         (interleave_buffered_loop): Compresses a new media event on all
30666         channels into one.
30667
30668 2004-09-26 Iain <iaingnome@gmail.com>
30669
30670         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
30671         call the sinkpad's default event handler and not the srcpads. He also
30672         says this is confusing :)
30673         (gst_wavenc_stop_file): Company says that seek events only go upstream
30674         we should send a discontinuous downstream instead.
30675
30676 2004-09-25  Christian Schaller <christian@fluendo.com>
30677
30678         * Update SPEC file to be usable in conjunction with Fedora Core,
30679           Fedora.us and freshrpms packages
30680         * Fix typo in multifilesrc test Makefile
30681
30682 2004-09-24  Wim Taymans  <wim@fluendo.com>
30683
30684         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30685         Only signal the no_more_pads signal when we have
30686         added the stream to our list.
30687
30688 2004-09-24  Wim Taymans  <wim@fluendo.com>
30689
30690         * gst/playback/gstplaybasebin.c: (remove_prerolls),
30691         (new_decoded_pad):
30692         * gst/playback/gstplaybasebin.h:
30693         * gst/playback/gstplaybin.c: (setup_sinks):
30694         Don't try to preroll or decode more than one audio/video
30695         track.
30696
30697 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30698
30699         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
30700           Throw error if we failed to find a suitable output. This should
30701           throw an error if we successfully set up a pipeline (e.g. because
30702           we recognized a media file) but found no decodable streams in it
30703           (e.g. because it contains only media stream types for which we
30704           have no decoders, or because it's not a media type).
30705
30706 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30707
30708         * ext/dirac/Makefile.am:
30709         * ext/dirac/gstdirac.cc:
30710         * ext/dirac/gstdiracdec.cc:
30711         * ext/dirac/gstdiracdec.h:
30712           Do something. Don't actually know if this works because I don't
30713           have a demuxer yet.
30714         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
30715           Add channels=1 to caps returned from _getcaps().
30716         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
30717         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
30718         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
30719         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
30720         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
30721         (gst_ogm_parse_change_state):
30722           Separate between audio/video so ogmaudioparse actually uses the
30723           audio pad templates. Both audio and video work now, including
30724           autoplugging. Also use sometimes-srcpad hack.
30725         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
30726           Handle events better. Don't hang on infinite loops.
30727         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
30728         (gst_avi_demux_init), (gst_avi_demux_reset),
30729         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
30730         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
30731         (gst_avi_demux_change_state):
30732         * gst/avi/gstavidemux.h:
30733           Improve A/V sync. Still not perfect.
30734         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
30735         (gst_ebml_read_skip):
30736           Handle events better.
30737         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
30738         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
30739         (qtdemux_audio_caps):
30740           Add IMA4. Improve event handling. Save offset after a seek when
30741           the headers are at the end of the file so that we don't end up in
30742           an infinite loop.
30743         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
30744           Add low-priority typefind support for files with no length.
30745
30746 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30747
30748         * testsuite/multifilesink/Makefile.am:
30749         fix typo
30750
30751 2004-09-22  Julien MOUTTE  <julien@moutte.net>
30752
30753         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
30754         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
30755         mistakes from thaytan's patches.
30756
30757 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
30758
30759         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
30760           For completeness, XSync in the destroy function as xvimage does.
30761
30762 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
30763
30764         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
30765            Correct caps negotiation
30766         * gst/volume/gstvolume.c: (volume_chain_float),
30767         (volume_chain_int16):
30768            Modify debug output to be little more informative
30769         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
30770         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
30771         (gst_xvimagesink_xvimage_destroy):
30772           Add XSync calls after detaching from the shared memory segment to
30773           avoid a crash.
30774
30775 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30776
30777         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
30778         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
30779         * ext/vorbis/vorbis.c: (plugin_init):
30780         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
30781         (gst_vorbisenc_chain):
30782         * ext/vorbis/vorbisenc.h:
30783         remove explicit newmedia support from oggmux and vorbisenc
30784         add debug category to vorbisenc
30785         * gst/multifilesink/gstmultifilesink.c:
30786         (gst_multifilesink_class_init), (gst_multifilesink_init),
30787         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
30788         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
30789         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
30790         (plugin_init):
30791         * gst/multifilesink/gstmultifilesink.h:
30792         add support for streamheader in multifilesink
30793
30794 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30795
30796         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
30797         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
30798         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
30799           Prevent infinite loops. More correct error reporting.
30800         * gst/auparse/gstauparse.c: (gst_auparse_chain):
30801           Error out if negotiation fails.
30802         * gst/playback/gstplaybasebin.c: (setup_source),
30803         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
30804         (gst_play_base_bin_found_tag):
30805           Error/tag forwarding. Pre-roll fixes for source errors on state
30806           changes (e.g. "file does not exist") to prevent hangs.
30807
30808 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30809
30810         * testsuite/multifilesink/Makefile.am:
30811         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
30812         (gst_newmedia_class_init), (gst_newmedia_init),
30813         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
30814         (newfile_signal), (test_signal), (main):
30815         * testsuite/multifilesink/multifilesrc_test.c: (main):
30816         * testsuite/multifilesink/oggtheora_test.c:
30817         (gst_newmedia_base_init), (gst_newmedia_class_init),
30818         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
30819         (test_format), (newfile_signal), (test_signal), (main):
30820         * testsuite/multifilesink/oggvorbis_test.c:
30821         (gst_newmedia_base_init), (gst_newmedia_class_init),
30822         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
30823         (test_format), (newfile_signal), (test_signal), (main):
30824         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
30825         (gst_newmedia_class_init), (gst_newmedia_init),
30826         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
30827         (newfile_signal), (test_signal), (main):
30828         New media tests
30829
30830 2004-09-20  Christian Schaller <christian@fluendo.com>
30831
30832         * Fix mikmod license to LGPL as they have relicensed
30833         * Move Dirac and Effectv into LGPL section of README_license
30834
30835 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30836
30837         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
30838         (gst_mad_change_state):
30839           Allow for mp3 rate/channels changes. However, only very
30840           conservatively. Reason that we *have* to enable this is smiply
30841           because the mad find_sync() function is not good enough, it will
30842           regularly sync on random data as valid frames and therefore make
30843           us provide random caps as *final* caps of the stream. The best fix
30844           I could think of is to simply require several of the same stream
30845           changes in a row before we change caps.
30846           The actual testcase that works now is #
30847         * ext/ogg/Makefile.am:
30848         * ext/ogg/gstogg.c: (plugin_init):
30849         * ext/ogg/gstogmparse.c:
30850           OGM support (video only for now; I need an audio sample file).
30851         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
30852         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
30853         (gst_asf_demux_add_video_stream):
30854           WMV extradata.
30855         * gst/playback/gstplaybasebin.c: (unknown_type):
30856           Don't error out on single unknown-types after all. It's wrong.
30857           If we found type of video and audio but not of a subtitle stream,
30858           it will still error out (which is unwanted). Will find a better fix
30859           later on.
30860         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
30861         (ogmaudio_type_find), (plugin_init):
30862           OGM support.
30863
30864 2004-09-20  Johan Dahlin  <johan@gnome.org>
30865
30866         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
30867         after setting caps.
30868
30869 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30870
30871         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
30872         * gst/wavenc/gstwavenc.h:
30873         Added newmedia support to wavenc
30874
30875 2004-09-17  Wim Taymans  <wim@fluendo.com>
30876
30877         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
30878         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
30879         (gst_fdset_fd_can_write), (gst_fdset_wait):
30880         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
30881         (gst_multifdsink_init), (gst_multifdsink_add),
30882         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
30883         (gst_multifdsink_remove_client_link),
30884         (gst_multifdsink_client_queue_buffer),
30885         (gst_multifdsink_handle_client_write),
30886         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
30887         (gst_multifdsink_close), (gst_multifdsink_change_state):
30888         * gst/tcp/gstmultifdsink.h:
30889         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
30890         (gst_tcpserversink_removed):
30891         Small cleanups in fdset.c
30892         Use a hastable to map fd to the client structure for faster
30893         lookup in _remove and get_stats.
30894         Added virtual function to close the fds.
30895         Handle clients even when the select/poll call was unblocked because
30896         of a command.
30897         Implement syncing to keyframe in the recovery procedure.
30898
30899 2004-09-16 Iain <iaingnome@gmail.com>
30900
30901         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
30902         try caps.
30903
30904 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30905
30906         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
30907           Caps are only set if the type of the stream is unknown, but this
30908           is initialized in ->init_stream(), so set to UNKNOWN after calling
30909           ->init_stream() so that capsnego starts.
30910
30911 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30912
30913         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
30914         (gst_avi_demux_stream_data):
30915           Just hardcode for raw audio then. AVI audio sucks.
30916
30917 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
30918
30919         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
30920         * gst/matroska/matroska-mux.c: (audiosink_templ),
30921         (gst_matroska_mux_audio_pad_link):
30922         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
30923         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
30924
30925 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30926
30927         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
30928         (gst_avi_demux_stream_data):
30929           Try to fix a/v sync issues.
30930
30931 2004-09-15  David Schleef  <ds@schleef.org>
30932
30933         * configure.ac: remove NASM check, since we don't use it.  Update
30934         dirac check to 0.4
30935         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
30936         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30937         Initialized variables.
30938         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
30939         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
30940         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
30941         SVQ3 format
30942
30943 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30944
30945         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
30946         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
30947         * gst/avi/gstavidemux.h:
30948           Fix for compressed audio (mp3) timestamp generation. How did this
30949           ever work?
30950
30951 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30952
30953         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
30954           Volume is a double not a float.
30955
30956 2004-09-15  Wim Taymans  <wim@fluendo.com>
30957
30958         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
30959         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
30960         Don't close the fd in multifdsink as we didn't open it in the
30961         first place. Some cleanups.
30962
30963 2004-09-15  Wim Taymans  <wim@fluendo.com>
30964
30965         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
30966         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30967         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
30968         Fix the case where the muxer would mark pages as delta
30969         frames when they are not (vorbis only ogg).
30970
30971 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30972
30973         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
30974         (gst_play_base_bin_change_state):
30975           Handle the case where we failed to setup a clear pipeline. This
30976           will throw an error (or EOS, another nice case) and if you don't
30977           catch that, the app will wait for the signal forever (and thus
30978           hang).
30979
30980 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30981
30982         * ext/gnomevfs/gstgnomevfssink.c:
30983         (gst_gnomevfssink_uri_get_protocols):
30984         * ext/gnomevfs/gstgnomevfssrc.c:
30985         (gst_gnomevfssrc_uri_get_protocols):
30986         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
30987         * ext/gnomevfs/gstgnomevfsuri.h:
30988           Use _uri_new() instead of _open(), so it doesn't take as long and
30989           Christophe's computer won't hang.
30990         * gst/playback/gstplaybasebin.c: (unknown_type):
30991           Throw error on unknown media type, so apps actually display it.
30992
30993 2004-09-14  Brian Cameron  <brian.cameron@sun.com
30994
30995         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
30996           this script to work on Solaris since bash shell handles echo
30997           differenly than bash.
30998
30999 2004-09-17  Wim Taymans  <wim@fluendo.com>
31000
31001         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
31002         (setup_source), (gst_play_base_bin_set_property),
31003         (gst_play_base_bin_add_element):
31004         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
31005         Some more work on making sure seeking pauses the pipeline and
31006         that changing the uri actually does something.
31007
31008 2004-09-17  Wim Taymans  <wim@fluendo.com>
31009
31010         * gst/tcp/gstfdset.c: (gst_fdset_wait):
31011         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
31012         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
31013         (gst_tcpserversink_close):
31014         Be a bit more paranoid when freeing memory.
31015
31016 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31017
31018         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
31019         (qtdemux_parse_trak):
31020           Don't crash by dividing by zero (see sample movie in #126922).
31021
31022 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31023
31024         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
31025           Don't touch non-existing data (fixes crash on file in #140147).
31026
31027 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31028
31029         * gst/playback/gstplaybasebin.c:
31030         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
31031           Handle double disposals, and proper change of URIs.
31032
31033 2004-09-13  Martin Eikermann <meiker@upb.de>
31034
31035         * gst/mpegstream/gstmpegparse.c:
31036           fix synchronistation for streams recorded from digital PCR
31037           fixes bug #119376
31038
31039 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31040
31041         * ext/gnomevfs/Makefile.am:
31042         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
31043         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
31044         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
31045         (gst_gnomevfssink_uri_get_type),
31046         (gst_gnomevfssink_uri_get_protocols),
31047         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
31048         (gst_gnomevfssink_uri_handler_init),
31049         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
31050         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
31051         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
31052         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
31053         (gst_gnomevfssrc_uri_get_type),
31054         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
31055         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
31056         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
31057         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
31058         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
31059         * ext/gnomevfs/gstgnomevfsuri.h:
31060           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
31061           of fake URIs to see which this version of Gnome-VFS likes, and
31062           uses that for the Gst-URI interface. Makes playbin support http://
31063           streams. Also fix up some stupid behaviour in gnomevfssrc.
31064
31065 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31066
31067         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
31068         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
31069         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
31070         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
31071           Update mixer (to sync with other sessions) if we try to obtain
31072           a new value. This makes alsamixer work accross applications.
31073         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
31074           Only call sync functions if we're running, else alsalib asserts.
31075         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
31076           Sometimes fails to compile. Possibly a gcc bug.
31077         * gst/playback/gstplaybin.c: (gen_video_element),
31078         (gen_audio_element):
31079           Add a reference to an application-provided object, because we lose
31080           this same reference if we add it to the bin. If we don't do this,
31081           we can only use this object once and thus crash if we go from
31082           ready to playing, back to ready and back to playing again.
31083           Also add an audioscale element because several cheap soundcards -
31084           like mine - don't support all samplerates.
31085         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
31086         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
31087           Fix wrong order or PAR calls. Makes automatically obtained PAR
31088           from the X server atually being used.
31089
31090 2004-09-12  David Schleef  <ds@schleef.org>
31091
31092         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
31093         #151887, #152102, #152247.
31094         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
31095         * examples/seeking/cdparanoia.c: same
31096         * examples/seeking/cdplayer.c: same
31097         * examples/seeking/seek.c: same
31098         * examples/seeking/spider_seek.c: same
31099         * examples/seeking/vorbisfile.c: same
31100         * examples/stats/mp2ogg.c: same
31101         * ext/esd/esdsink.c: (gst_esdsink_class_init),
31102         (gst_esdsink_dispose): Dispose of element properly.
31103         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
31104         fixes.
31105         * ext/nas/nassink.c: (gst_nassink_class_init),
31106         (gst_nassink_dispose): Dispose of element correctly.
31107         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
31108         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
31109         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
31110         Fix 64-bit warning.
31111         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31112         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
31113         Fix 64-bit warning.
31114
31115 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
31116
31117         * configure.ac : change speex detection as 1.1.6 now uses
31118           .pc/pkg-config and they changed their headers location.
31119
31120 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
31121
31122         * gst/matroska/matroska-mux.h:
31123         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
31124         (gst_matroska_mux_start), (gst_matroska_mux_finish),
31125         (gst_matroska_mux_write_data):
31126           Write multiple blocks/frames per cluster.
31127                 Write meta-seek information (seek heads).
31128
31129 2004-09-09  Scott Wheeler <wheeler@kde.org>
31130
31131         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
31132         (gst_play_bin_set_property), (gst_play_bin_get_property),
31133         (gen_audio_element), (gen_audio_element):
31134           Add a volume element / property to the pipeline.
31135
31136 2004-09-07  Wim Taymans  <wim@fluendo.com>
31137
31138         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
31139         Copy timestamps from the master pad to the output buffers.
31140
31141 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31142
31143         * ext/raw1394/gstdv1394src.c:
31144           throw errors when applicable
31145
31146 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
31147
31148         * gst/matroska/ebml-ids.h:
31149         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
31150         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
31151         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
31152           automatically convert unix time <-> ebml time when reading/writing
31153           a date, use gst_ebml_write_uint to write CUETIME,
31154           not gst_ebml_write_date.
31155         * gst/matroska/matroska-ids.h:
31156         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
31157         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
31158         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
31159         (gst_matroska_mux_write_data):
31160           Write track and segment UIDs, write muxing date, write
31161           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
31162           Create cues for audio only files.
31163
31164 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31165
31166         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
31167         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
31168           Re-commit ALSA switches.
31169         * gst/adder/gstadder.c: (gst_adder_loop):
31170           64-bit fix (#151416).
31171         * gst/debug/progressreport.c: (gst_progressreport_report):
31172           64-bit fix (#151419).
31173         * gst/matroska/matroska-demux.c:
31174         (gst_matroska_demux_parse_contents):
31175           64-bit fix (#151420).
31176         * gst/playback/test3.c: (update_scale):
31177           64-bit fix (#151421).
31178
31179 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
31180
31181         * configure.ac:
31182           bump nano to cvs
31183
31184 === release 0.8.4 ===
31185
31186 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31187
31188         * configure.ac: releasing 0.8.4, "Alias"
31189
31190 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
31191
31192         * ext/theora/Makefile.am:
31193           fix makefile.  Fixes #151462.
31194
31195 2004-08-30  Wim Taymans  <wim@fluendo.com>
31196
31197         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
31198         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31199         (gst_multifdsink_remove_client_link),
31200         (gst_multifdsink_client_queue_buffer),
31201         (gst_multifdsink_handle_client_write):
31202         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
31203         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
31204         Fix some memory leaks.
31205
31206 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31207
31208         Patch by: David Schleef
31209
31210         * configure.ac:
31211         * sys/Makefile.am:
31212           rename our detection macro for V4L2.  Fixes #151236.
31213
31214 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31215
31216         Patch by: David Schleef
31217
31218         * configure.ac:
31219           check to define LAMEPRESET.  Fixes #151232.
31220
31221 2004-08-27  David Schleef  <ds@schleef.org>
31222
31223         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
31224         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
31225         (gst_glimagesink_fixate):  Move local variable declarations to
31226         make gcc-2.95 happy.
31227
31228 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31229
31230         * configure.ac:
31231           bump nano for prerelease
31232
31233 2004-08-27  David Schleef  <ds@schleef.org>
31234
31235         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
31236         * sys/sunaudio/gstsunaudiosrc.c:
31237         * sys/sunaudio/gstsunaudiosrc.h:
31238
31239 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
31240
31241         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
31242         handle EOS correctly
31243         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
31244         * gst/matroska/matroska-mux.h:
31245         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
31246         VFW compatibility mode
31247
31248 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31249
31250         patch by: Zaheer Abbas Merali
31251
31252         * ext/ogg/gstoggmux.c:
31253         * ext/vorbis/vorbisenc.c:
31254         * ext/vorbis/vorbisenc.h:
31255           handle NEWMEDIA
31256
31257 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
31258
31259         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
31260         fix byte order reversion on little endian machines.
31261         * gst/matroska/matroska-mux.c: (audiosink_templ),
31262         (gst_matroska_mux_audio_pad_link):
31263         add TTA codec to the list of supported codecs.
31264         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
31265         (gst_matroska_mux_start), (gst_matroska_mux_finish),
31266         (gst_matroska_mux_write_data):
31267         * gst/matroska/matroska-mux.h:
31268         write segment duration correctly, write muxing app string, fixes bugs
31269         #140897 and #140898.
31270         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
31271         wait for all pads to be negotiated before starting to mux.
31272
31273 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31274
31275         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
31276         * ext/lame/gstlame.h:
31277         Added new media support to lame
31278
31279 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
31280
31281         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
31282         send vorbis headers at the beginning of a stream, fixes bug #141554.
31283         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
31284         bug #148950.
31285         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
31286         (gst_matroska_demux_plugin_init):
31287         * gst/matroska/matroska-ids.h:
31288         enable demuxing of TTA audio streams, fixes bug #148951.
31289         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
31290         enable typefinding for TTA audio files, fixes bug #148711.
31291         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
31292         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
31293         fixes playback of packed bitstream and xvid with bframes, bug #135407.
31294
31295 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
31296
31297         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
31298         (gst_riff_read_element_data), (gst_riff_read_seek),
31299         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
31300         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
31301         <teuf@gnome.org>
31302
31303 2004-08-23 Iain <iaingnome@gmail.com>
31304
31305         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
31306         tags. They appear to be handled differently to normal.
31307         (tag_list_to_id3_tag_foreach): Ditto.
31308
31309 2004-08-22  Wim Taymans  <wim@fluendo.com>
31310
31311         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31312         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31313         Make sure we never send -1 granulepos.
31314
31315 2004-08-20  Wim Taymans  <wim@fluendo.com>
31316
31317         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31318         (gst_ogg_mux_loop):
31319         I will accept bitchslappings with non sharp objects.
31320
31321 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31322
31323         * configure.ac:
31324         Clean up the test for lame presets
31325
31326 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31327
31328         * configure.ac:
31329         * ext/lame/Makefile.am:
31330         * ext/lame/gstlame.c: (gst_lame_class_init),
31331         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31332         Only enable lame presets if version of lame has presets in API
31333
31334 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
31335         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
31336         * gst/udp/gstudpsrc.h:
31337           Don't call gst_pad_push in a get function. Fixes #150449
31338
31339 2004-08-18  Wim Taymans  <wim@fluendo.com>
31340
31341         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
31342         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
31343         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
31344         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31345         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31346         (gst_fdset_wait):
31347         * gst/tcp/gstfdset.h:
31348         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31349         (gst_multifdsink_client_queue_buffer),
31350         (gst_multifdsink_handle_client_write):
31351         * gst/tcp/gstmultifdsink.h:
31352         Some extra checks in gstfdset.
31353         Only use send() when the fd is a socket. Don't try to
31354         read from write only fds.
31355
31356 2004-08-18  Wim Taymans  <wim@fluendo.com>
31357
31358         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
31359         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
31360         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31361         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31362         (gst_fdset_wait):
31363         Add more locking and bounds checking.
31364
31365 2004-08-18  Wim Taymans  <wim@fluendo.com>
31366
31367         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
31368         Realloc test fdset in the lock and right before starting
31369         the poll call. Bump the limit to 4096.
31370
31371 2004-08-17  David Schleef  <ds@schleef.org>
31372
31373         * sys/sunaudio/Makefile.am:
31374         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
31375         of rates and channels.  Make debugging less obnoxious.
31376
31377         Patch from Balamurali Viswanathan implementing a mixer for
31378         Sun audio.  (bug #144091):
31379         * sys/sunaudio/gstsunelement.c:
31380         * sys/sunaudio/gstsunelement.h:
31381         * sys/sunaudio/gstsunmixer.c:
31382         * sys/sunaudio/gstsunmixer.h:
31383
31384 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31385
31386         * gst/audioscale/gstaudioscale.c:
31387         * gst/audioscale/gstaudioscale.h:
31388         made audioscale resample from any sample rate to any sample rate
31389
31390 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31391
31392         * ext/libpng/gstpngdec.c:
31393           error out on unsupported types
31394
31395 2004-08-17  Iain <iaingnome@gmail.com>
31396
31397         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
31398         mid_side and loose_mid_side properties if its a stereo stream.
31399
31400 2004-08-17  Wim Taymans  <wim@fluendo.com>
31401
31402         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31403         (theora_get_formats), (theora_dec_src_convert),
31404         (theora_dec_sink_convert), (theora_dec_src_query),
31405         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
31406         Add a debug line.
31407
31408 2004-08-17  Wim Taymans  <wim@fluendo.com>
31409
31410         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
31411         (gst_ogg_pad_push):
31412         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
31413         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
31414         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
31415         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31416         Mark delta units in the muxer.
31417         Try to decode the packet after an out-of-sync error from
31418         libogg.
31419
31420 2004-08-17  Wim Taymans  <wim@fluendo.com>
31421
31422         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31423         (gst_multifdsink_init), (gst_multifdsink_add),
31424         (gst_multifdsink_client_queue_buffer),
31425         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
31426         * gst/tcp/gstmultifdsink.h:
31427         Added option to send a keyframe to clients as the first buffer.
31428         Make timeout property writable.
31429
31430 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31431
31432         patch by: Wim Taymans
31433
31434         * gst/tcp/gstfdset.c:
31435         * gst/tcp/gstmultifdsink.c:
31436           fix index comparison, should include 0
31437
31438 2004-08-16  Wim Taymans  <wim@fluendo.com>
31439
31440         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
31441         (gst_fdset_add_fd), (gst_fdset_remove_fd),
31442         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31443         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31444         (gst_fdset_wait):
31445           copy when reallocing for poll so the select arguments don't get
31446           changed during the call
31447
31448 2004-08-16  Wim Taymans  <wim@fluendo.com>
31449
31450         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
31451         (gst_theora_enc_class_init), (theora_enc_sink_link),
31452         (theora_buffer_from_packet), (theora_enc_chain):
31453         Fix bug where buffers were not marked as keyframes
31454         correctly.
31455
31456 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31457
31458         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31459         (gst_lame_preset_get_type), (gst_lame_class_init):
31460         describe the enum values for vbr mode and presets more verbosely
31461
31462 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31463
31464         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
31465         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
31466         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
31467         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31468         * ext/lame/gstlame.h:
31469         add preset property to lame so it can use lame presets
31470
31471 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31472
31473         * ext/lame/gstlame.c: (gst_lame_get_property):
31474         whoops forgot break, thanks teuf
31475
31476 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31477
31478         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31479         (gst_lame_class_init), (gst_lame_src_getcaps),
31480         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
31481         (gst_lame_get_property), (gst_lame_setup):
31482         * ext/lame/gstlame.h:
31483         fix lame's broken vbr stuff, allow it to resample if need be, and also
31484         make xing header optional
31485
31486 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31487
31488         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
31489         added getcaps function so samplerate doesnt get fixated to silly values
31490
31491 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31492
31493         * ext/lame/gstlame.c: (gst_lame_src_link):
31494         revert previous fix
31495
31496 2004-08-12  Johan Dahlin  <johan@gnome.org>
31497
31498         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
31499         checks. Doesn't matter what state we are in. Interfaces are a
31500         compile time thing, not runtime. It also broke the python bindings.
31501
31502 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31503
31504         * ext/lame/gstlame.c: (gst_lame_src_link):
31505         made source pad link function check if sinkpad is ok..fixes the problem
31506         where core fixates the output rate of lame stupidly
31507
31508 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
31509
31510         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
31511         * sys/v4l/v4l_calls.c:
31512         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
31513           fix fixate function to handle nonsimple caps.
31514           remove bogus check in _link
31515           cleanups
31516
31517 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31518
31519         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
31520         set default compression ratio parameter to 0.0 so bitrate parameter
31521         works :)
31522
31523 2004-08-11  David Schleef  <ds@schleef.org>
31524
31525         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
31526
31527 2004-08-11  David Schleef  <ds@schleef.org>
31528
31529         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
31530         before.
31531
31532 2004-08-11  David Schleef  <ds@schleef.org>
31533
31534         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
31535
31536 2004-08-11  David Schleef  <ds@schleef.org>
31537
31538         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
31539           license field
31540         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
31541         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
31542           LGPL.
31543         * gst/auparse/gstauparse.c: Fix plugin license field.
31544         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
31545         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
31546         * gst/rtp/gstrtp.c: Fix plugin license field.
31547
31548 2004-08-11  Wim Taymans  <wim@fluendo.com>
31549
31550         * gst/tcp/Makefile.am:
31551         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
31552         (ensure_size), (gst_fdset_new), (gst_fdset_free),
31553         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
31554         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
31555         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
31556         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
31557         (gst_fdset_fd_can_write), (gst_fdset_wait):
31558         * gst/tcp/gstfdset.h:
31559         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
31560         (gst_multifdsink_class_init), (gst_multifdsink_init),
31561         (gst_multifdsink_add), (gst_multifdsink_remove),
31562         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
31563         (gst_multifdsink_remove_client_link),
31564         (gst_multifdsink_handle_client_read),
31565         (gst_multifdsink_client_queue_data),
31566         (gst_multifdsink_client_queue_caps),
31567         (gst_multifdsink_client_queue_buffer),
31568         (gst_multifdsink_handle_client_write),
31569         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31570         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
31571         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
31572         (gst_multifdsink_close):
31573         * gst/tcp/gstmultifdsink.h:
31574         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
31575         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
31576         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
31577         (gst_tcpserversink_close):
31578         * gst/tcp/gsttcpserversink.h:
31579         Abstracted away the select call, implemented poll (yes we ran into
31580         the 1024 limit in production).
31581
31582 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
31583
31584         * gst/tcp/gsttcp.c:
31585         * gst/tcp/gsttcpplugin.c:
31586           improve debuggging, remove assert
31587
31588 2004-08-10  Wim Taymans  <wim@fluendo.com>
31589
31590         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
31591         (gst_client_status_get_type), (gst_multifdsink_class_init),
31592         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
31593         (gst_multifdsink_handle_client_read),
31594         (gst_multifdsink_handle_client_write),
31595         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31596         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
31597         (gst_multifdsink_get_property):
31598         * gst/tcp/gstmultifdsink.h:
31599         * gst/tcp/gsttcp-marshal.list:
31600         Starting to prepare for specifying buffer time in other units
31601         than buffers. Expose remove reason in signal.
31602
31603 2004-08-10  Wim Taymans  <wim@fluendo.com>
31604
31605         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31606         (gst_multifdsink_remove), (gst_multifdsink_clear),
31607         (gst_multifdsink_remove_client_link),
31608         (gst_multifdsink_handle_client_read),
31609         (gst_multifdsink_client_queue_data),
31610         (gst_multifdsink_client_queue_buffer),
31611         (gst_multifdsink_handle_client_write),
31612         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
31613         (gst_multifdsink_chain), (gst_multifdsink_close):
31614         * gst/tcp/gstmultifdsink.h:
31615         Added more debugging info. Changed the way clients are
31616         removed from the lists. Fixed a bug where a bad file descriptor
31617         could cause many clients to be removed.
31618
31619 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31620
31621         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
31622           allow all pixel-aspect-ratios, not just 1:1
31623
31624 2004-08-09  David Schleef  <ds@schleef.org>
31625
31626         * sys/glsink/ARB_multitexture.h:  Remove old files.
31627         * sys/glsink/EXT_paletted_texture.h:
31628         * sys/glsink/NV_register_combiners.h:
31629         * sys/glsink/gstgl_nvimage.c:
31630         * sys/glsink/gstgl_pdrimage.c:
31631         * sys/glsink/gstgl_rgbimage.c:
31632         * sys/glsink/gstglsink.c:
31633         * sys/glsink/gstglsink.h:
31634         * sys/glsink/gstglxwindow.c:
31635         * sys/glsink/regcomb_yuvrgb.c:
31636
31637 2004-08-09  David Schleef  <ds@schleef.org>
31638
31639         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
31640         GL sink plugin.  (Bug #147302)
31641
31642         * configure.ac: Test for OpenGL
31643         * sys/Makefile.am: Use test for OpenGL
31644         * sys/glsink/Makefile.am:
31645         * sys/glsink/glimagesink.c: rewrite
31646         * sys/glsink/glimagesink.h: rewrite
31647
31648 2004-08-09  David Schleef  <ds@schleef.org>
31649
31650         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
31651         sane framerates.
31652         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
31653         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
31654         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
31655
31656 2004-08-09  Wim Taymans  <wim@fluendo.com>
31657
31658         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31659         (gst_multifdsink_add), (gst_multifdsink_get_stats),
31660         (gst_multifdsink_client_remove),
31661         (gst_multifdsink_handle_client_read),
31662         (gst_multifdsink_handle_client_write),
31663         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31664         Do a bit more logging, make the client_read code more robust.
31665
31666 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31667
31668         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
31669         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
31670         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
31671         (gst_jpegdec_init), (gst_jpegdec_chain):
31672         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
31673         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
31674           cleanups, debugging fixes and memleak plugging
31675
31676 2004-08-09  Wim Taymans  <wim@fluendo.com>
31677
31678         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31679         (theora_get_formats), (theora_dec_src_convert),
31680         (theora_dec_sink_convert), (theora_dec_src_query),
31681         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
31682         (theora_dec_change_state):
31683         Don't crash on missing header packets.
31684
31685 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31686
31687         * po/LINGUAS:
31688         * po/sq.po:
31689           Added Albanian translation (Laurent Dhima)
31690         * po/cs.po:
31691           updated
31692
31693 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31694
31695         * ext/lame/gstlame.c:
31696           fix/add debugging
31697
31698 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31699
31700         * sys/ximage/ximagesink.c:
31701         * sys/xvimage/xvimagesink.c:
31702           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
31703
31704 2004-08-06  Wim Taymans  <wim@fluendo.com>
31705
31706         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31707         (gst_multifdsink_add), (gst_multifdsink_get_stats),
31708         (gst_multifdsink_client_remove),
31709         (gst_multifdsink_handle_client_read),
31710         (gst_multifdsink_handle_client_write),
31711         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31712         Make sure we don't try to read more from a client that what
31713         ioctl says us or we deadlock.
31714
31715 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31716
31717         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
31718         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
31719         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
31720           decouple running_time and n_frames so it can handle changing
31721           framerate while running
31722
31723 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31724
31725         * po/nl.po:
31726         * po/sv.po:
31727           updated translations
31728
31729 2004-08-04  Benjamin Otte  <otte@gnome.org>
31730
31731         * gst/videotestsrc/gstvideotestsrc.c:
31732         (gst_videotestsrc_get_capslist), (generate_capslist),
31733         (plugin_init):
31734           generate the list of supported caps at startup and reuse it instead
31735           of always generating it
31736
31737 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31738
31739         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
31740           whoops, last checkin broke normal build
31741
31742 2004-08-03  Benjamin Otte  <otte@gnome.org>
31743
31744         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
31745         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
31746         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
31747         (gst_alsa_mixer_get_option):
31748         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
31749         (dvdnavsrc_print_event):
31750         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
31751         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
31752         (gst_ogg_mux_pad_unlink):
31753         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
31754         (gst_multipart_mux_pad_unlink):
31755         * gst/videofilter/gstvideobalance.c:
31756         (gst_videobalance_colorbalance_set_value):
31757         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
31758         (gst_videomixer_pad_unlink):
31759         * po/uk.po:
31760         * sys/oss/gstossmixer.c:
31761         * sys/v4l/gstv4lcolorbalance.c:
31762         * sys/v4l/gstv4ltuner.c:
31763         * sys/v4l/v4lsrc_calls.c:
31764         * sys/v4l2/gstv4l2colorbalance.c:
31765         * sys/v4l2/gstv4l2tuner.c:
31766           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
31767
31768 2004-08-03  Benjamin Otte  <otte@gnome.org>
31769
31770         * examples/dynparams/filter.c: (ui_control_create):
31771         * examples/gstplay/player.c: (print_tag):
31772         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
31773         * ext/gdk_pixbuf/gstgdkanimation.c:
31774         (gst_gdk_animation_iter_may_advance):
31775         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
31776         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
31777         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
31778         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
31779         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
31780         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
31781         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
31782         * gst/sine/demo-dparams.c: (main):
31783         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
31784         * testsuite/alsa/formats.c: (create_pipeline):
31785         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
31786           fixes for G_DISABLE_ASSERT and friends
31787         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
31788         (mp3_type_frame_length_from_header), (mp3_type_find),
31789         (plugin_init):
31790           require mp3 typefinding to have at least MIN_HEADERS valid headers
31791           add typefinding for AAC adts files
31792
31793 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
31794
31795         * sys/ximage/ximagesink.c:
31796         (gst_ximagesink_calculate_pixel_aspect_ratio):
31797         * sys/xvimage/xvimagesink.c:
31798         (gst_xvimagesink_calculate_pixel_aspect_ratio):
31799         Make sure we calculate pixel-aspect-ratio using floating point maths
31800
31801 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31802
31803         * po/uk.po:
31804           updated translation
31805
31806 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31807
31808         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31809         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
31810           add debugging for display PAR calculation
31811
31812 2004-08-02  David Schleef  <ds@schleef.org>
31813
31814         * configure.ac: Fix mikmod CFLAGS.
31815
31816 2004-07-27  Benjamin Otte  <otte@gnome.org>
31817
31818         * gst/audioscale/gstaudioscale.c:
31819         - fix templates to only support S16, it's the only format that works
31820         - make caps nego code use try_set_caps_nonfixed and fixation instead
31821         of try_set_caps twice, which is not nice for autopluggers
31822         - change rank to secondary, so autopluggers can pick it up after
31823         audioconvert
31824
31825 2004-08-02  Iain <iain@prettypeople.org>
31826
31827         * gst/interleave/interleave.c (interleave_init),
31828         (interleave_request_new_pad),
31829         (interleave_pad_removed),
31830         (interleave_buffered_loop): Use the real pad count, not the artificial
31831         one.
31832
31833 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31834
31835         * configure.ac: bump nano back to development
31836
31837 === release 0.8.3 ===
31838
31839 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31840
31841         * configure.ac: releasing 0.8.3, "Water"
31842
31843 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31844
31845         * sys/xvimage/xvimagesink.c:
31846         (gst_xvimagesink_calculate_pixel_aspect_ratio),
31847         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
31848         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
31849         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
31850         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
31851         * sys/xvimage/xvimagesink.h:
31852           apply similar PAR fixes as to ximagesink
31853
31854 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31855
31856         patch from: Benjamin Otte
31857
31858         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
31859           add link function to lame.  Fixes #148986.
31860
31861 2004-08-02  Johan Dahlin  <johan@gnome.org>
31862
31863         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
31864         fix debugging log
31865
31866 2004-07-30  David Schleef  <ds@schleef.org>
31867
31868         * gst/videomixer/Makefile.am: Fix things that should have been
31869         fixed in the last checkin.
31870
31871 2004-07-30  David Schleef  <ds@schleef.org>
31872
31873         * gst/multipart/Makefile.am: Fix things that should have been
31874         fixed in the last checkin.
31875
31876 2004-07-30  David Schleef  <ds@schleef.org>
31877
31878         * testsuite/multifilesink/Makefile.am: Fix unused variable.
31879
31880 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31881
31882         * configure.ac:
31883           bump nano for prerelease
31884         * po/af.po:
31885         * po/az.po:
31886         * po/cs.po:
31887         * po/en_GB.po:
31888         * po/hu.po:
31889         * po/nl.po:
31890         * po/sr.po:
31891         * po/sv.po:
31892         * po/uk.po:
31893           updates
31894
31895 2004-07-30  Wim Taymans  <wim@fluendo.com>
31896
31897         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31898         (gst_multifdsink_add), (gst_multifdsink_remove),
31899         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
31900         (gst_multifdsink_client_remove),
31901         (gst_multifdsink_handle_client_write),
31902         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31903         * gst/tcp/gstmultifdsink.h:
31904         Recover from a select with a bad file descriptor by removing
31905         the client.
31906
31907 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31908
31909         * configure.ac:
31910           fix requirement of core
31911         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
31912         (gst_play_pipeline_setup):
31913           don't use colorspace element.  do use hermescolorspace element.
31914           make macro to get a colorspace element.
31915           mark strings for translation.
31916         * po/POTFILES.in:
31917           add play.c
31918         * po/af.po:
31919         * po/az.po:
31920         * po/cs.po:
31921         * po/en_GB.po:
31922         * po/hu.po:
31923         * po/nl.po:
31924         * po/sr.po:
31925         * po/sv.po:
31926         * po/uk.po:
31927           update translations
31928
31929 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31930
31931         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
31932         fix default for newmedia flag
31933
31934 2004-07-30  Wim Taymans  <wim@fluendo.com>
31935
31936         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31937         (gst_theora_dec_init), (theora_get_formats),
31938         (theora_dec_src_convert), (theora_dec_sink_convert),
31939         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31940         (theora_dec_chain), (theora_dec_set_property),
31941         (theora_dec_get_property):
31942         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
31943         (gst_theora_enc_class_init), (gst_theora_enc_init),
31944         (theora_enc_sink_link), (theora_enc_chain),
31945         (theora_enc_set_property), (theora_enc_get_property):
31946         Added cropping option to theora decoder.
31947         Added border option to theora encoder.
31948
31949 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31950
31951         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
31952         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
31953         (gst_pngenc_set_property):
31954         * ext/libpng/gstpngenc.h:
31955         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
31956
31957 2004-07-30  Wim Taymans  <wim@fluendo.com>
31958
31959         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
31960         (theora_enc_sink_link), (theora_enc_chain),
31961         (theora_enc_set_property), (theora_enc_get_property):
31962         Fix encoding of non-multiple-of-16 video.
31963
31964 2004-07-29  David Schleef  <ds@schleef.org>
31965
31966         * configure.ac: make test for audiofile more strict
31967
31968 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31969
31970         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
31971           give different names to typefind functions
31972
31973 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
31974
31975         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
31976         (gst_ximagesink_calculate_pixel_aspect_ratio),
31977         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
31978         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
31979         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
31980         (gst_ximagesink_get_property), (gst_ximagesink_init):
31981         * sys/ximage/ximagesink.h:
31982           allocate PAR's dynamically.
31983           use autodetected PAR if no object-set PAR is given.
31984           add workaround for directfb's X not setting physical size.
31985           fix to xvimagesink will follow tomorrow.
31986
31987 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31988
31989         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
31990         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
31991         (gst_shout2send_get_type), (gst_shout2send_set_clock),
31992         (gst_shout2send_class_init), (gst_shout2send_init),
31993         (set_shout_metadata), (gst_shout2send_set_metadata),
31994         (gst_shout2send_chain), (gst_shout2send_set_property),
31995         (gst_shout2send_get_property), (gst_shout2send_connect),
31996         (gst_shout2send_change_state):
31997         * ext/shout2/gstshout2.h:
31998         - fix for sending mp3 audio to icecast2 server, if pad link function not
31999         called before PAUSED state
32000         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
32001         - added tagging support for mp3 audio broadcasted
32002         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
32003         debug info
32004
32005 2004-07-28  Wim Taymans  <wim@fluendo.com>
32006
32007         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
32008         (gst_ogg_demux_push):
32009         Return query failure when we don't know the length of
32010         an ogg stream insteda of returning TRUE with a bogus value.
32011
32012 2004-07-28  Wim Taymans  <wim@fluendo.com>
32013
32014         * ext/theora/theoradec.c: (theora_get_formats),
32015         (theora_dec_src_convert), (theora_dec_sink_convert),
32016         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32017         (theora_dec_chain):
32018         Don't screw up the 1 Chroma for 1 luma sample situation when we
32019         have an odd offset/width by adding a black border in those cases.
32020
32021 2004-07-28  Wim Taymans  <wim@fluendo.com>
32022
32023         * ext/theora/theoradec.c: (theora_get_formats),
32024         (theora_dec_src_convert), (theora_dec_sink_convert),
32025         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32026         (theora_dec_chain):
32027         * ext/theora/theoraenc.c: (theora_enc_sink_link):
32028         Added first attempt at cropping of the image as required by the
32029         theora spec. We need more properties in the caps (offset_x,
32030         offset_y,stride) to implement this correctly.
32031
32032 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
32033
32034         * ext/dvdnav/README:
32035           Update the README to use dvddemux
32036         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
32037           Ensure getcaps returns a subset of the template caps
32038         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
32039         (gst_mpeg2subt_init):
32040           Ensure getcaps returns a subset of the template caps
32041         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
32042         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
32043         (gst_dvd_demux_get_subpicture_stream),
32044         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
32045         * gst/mpegstream/gstdvddemux.h:
32046           Set the explicit caps on the current_video pad before pushing
32047           anything
32048         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
32049         (gst_mpeg_demux_get_audio_stream):
32050           Free caps used to gst_pad_set_explicit_caps, which takes a const
32051           GstCaps *
32052
32053 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
32054
32055         * configure.ac: update GStreamer requirement to 0.8.4 because of
32056           GstFraction.
32057
32058 2004-07-28  Wim Taymans  <wim@fluendo.com>
32059
32060         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
32061         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
32062         Add the pad to the element after setting up the caps. This
32063         makes it a lot easier to autoplug.
32064
32065 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
32066
32067         * gst/median/gstmedian.c:
32068         * gst/mpeg2subt/gstmpeg2subt.c:
32069         * gst/mpegaudioparse/gstmpegaudioparse.c:
32070         * gst/mpegstream/gstdvddemux.c:
32071         * gst/mpegstream/gstmpegdemux.c:
32072         * gst/mpegstream/gstmpegpacketize.c:
32073         * gst/rtjpeg/gstrtjpeg.c:
32074         * gst/rtjpeg/gstrtjpegdec.c:
32075         * gst/rtjpeg/gstrtjpegenc.c:
32076         * gst/sine/gstsinesrc.c:
32077         * gst/smooth/gstsmooth.c:
32078         * gst/smpte/gstsmpte.c:
32079         * gst/smpte/gstsmpte.h:
32080         * gst/stereo/gststereo.c:
32081         * gst/videofilter/gstgamma.c:
32082         * gst/videofilter/gstvideobalance.c:
32083         * gst/videofilter/gstvideofilter.c:
32084         * gst/videofilter/gstvideoflip.c:
32085         * gst/videoscale/gstvideoscale.c:
32086         * gst/videoscale/videoscale.c:
32087         * gst/videotestsrc/gstvideotestsrc.c:
32088         * gst/videotestsrc/videotestsrc.c:
32089         * gst/wavenc/gstwavenc.c:
32090         * gst/wavparse/gstwavparse.c:
32091           fix local includes and 64 bits constants
32092
32093 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
32094
32095         * win32/gst.sln:
32096         * gst-libs/gst/*/*.vcproj:
32097         * gst/*/*.vcproj:
32098           more working plugins
32099
32100 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32101
32102         * testsuite/alsa/Makefile.am:
32103         * testsuite/alsa/srcstate.c:
32104         add test for alsasrc changing state
32105
32106 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32107
32108         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
32109         (gst_silence_get):
32110         * gst/silence/gstsilence.h:
32111         fix silence generation for 16bit raw audio
32112
32113 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32114
32115         * gst/matroska/matroska-demux.c:
32116         (gst_matroska_demux_parse_metadata),
32117         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
32118         * gst/mpegaudio/common.c:
32119         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
32120         (gst_videoscale_getcaps), (gst_videoscale_link),
32121         (gst_videoscale_src_fixate), (gst_videoscale_init),
32122         (gst_videoscale_finalize):
32123         * gst/videoscale/gstvideoscale.h:
32124         * gst/videotestsrc/gstvideotestsrc.c:
32125         (gst_videotestsrc_get_capslist):
32126         * gst/wavenc/gstwavenc.c:
32127         * sys/oss/gstossmixer.c: (fill_labels):
32128         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
32129         (gst_ximagesink_handle_xevents),
32130         (gst_ximagesink_calculate_pixel_aspect_ratio),
32131         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
32132         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
32133         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
32134         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
32135         (gst_ximagesink_init), (gst_ximagesink_class_init):
32136         * sys/ximage/ximagesink.h:
32137         * sys/xvimage/xvimagesink.c:
32138         (gst_xvimagesink_calculate_pixel_aspect_ratio),
32139         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
32140         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
32141         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
32142         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
32143         * sys/xvimage/xvimagesink.h:
32144           first batch of pixel aspect ratio commits.
32145
32146 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32147
32148         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32149         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
32150         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
32151           handle stride, needs work if we want to move stride handling
32152           upstream, but works correctly for our purposes.
32153
32154 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32155
32156         * gst/videoscale/README:
32157           add testing examples
32158         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
32159         (gst_videoscale_chain):
32160         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32161         (gst_videoscale_get_size):
32162           add get_size function that handles stride like videotestsrc.
32163           fixes conversion for YUV formats for as much as I can test them.
32164
32165 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32166
32167         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32168         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
32169         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32170         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
32171         (gst_xvimagesink_xvimage_put):
32172           further cleanups, logging, error handling and synchronizing
32173
32174 2004-07-27  Wim Taymans  <wim@fluendo.com>
32175
32176         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
32177         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
32178         (gst_videomixer_pad_set_property),
32179         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
32180         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
32181         (gst_videomixer_class_init), (gst_videomixer_init),
32182         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
32183         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
32184         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
32185         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
32186         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
32187         (gst_videomixer_loop), (plugin_init):
32188         Be a nicer negotiation citizen and provide a getcaps function on
32189         the srcpad. This also fixes a crash when resizing.
32190
32191 2004-07-27  Julien MOUTTE  <julien@moutte.net>
32192
32193         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32194         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
32195
32196 2004-07-27  Wim Taymans  <wim@fluendo.com>
32197
32198         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
32199         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
32200         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
32201         (gst_pngenc_set_property):
32202         * ext/libpng/gstpngenc.h:
32203         Added snapshot property to pngenc.
32204         removed g_print from pngdec
32205
32206 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
32207
32208         * gst/ac3parse/ac3parse.vcproj
32209         * gst/adder/adder.vcproj
32210         * gst/alpha/alpha.vcproj
32211         * gst/alpha/alphacolor.vcproj
32212         * gst/asfdemux/asf.vcproj
32213         * gst/audioconvert/audioconvert.vcproj
32214         * gst/audiorate/audiorate.vcproj
32215         * gst/audioscale/audioscale.vcproj
32216         * gst/auparse/auparse.vcproj
32217         * gst/avi/avi.vcproj
32218         * gst/cdxaparse/cdxaparse.vcproj
32219         * gst/chart/chart.vcproj
32220         * gst/colorspace/colorspace.vcproj
32221         * gst/cutter/cutter.vcproj
32222         * gst/debug/debug.vcproj
32223         * gst/debug/efence.vcproj
32224         * gst/debug/navigationtest.vcproj
32225         * gst/deinterlace/deinterlace.vcproj
32226         * gst/effectv/effectv.vcproj
32227         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
32228         * gst/filter/filter.vcproj
32229         * gst/flx/flxdec.vcproj
32230         * gst/goom/goom.vcproj
32231         * gst/interleave/interleave.vcproj
32232         * gst/law/alaw.vcproj
32233         * gst/law/mulaw.vcproj
32234         * gst/matroska/matroska.vcproj
32235         * gst/median/median.vcproj
32236         * gst/mixmatrix/mixmatrix.vcproj
32237         * gst/mpeg1sys/mpeg1systemencode.vcproj
32238         * gst/mpeg1videoparse/mp1videoparse.vcproj
32239         * gst/mpeg2sub/mpeg2subt.vcproj
32240         * gst/mpegaudio/mpegaudio.vcproj
32241         * gst/mpegaudioparse/mpegaudioparse.vcproj
32242         * gst/mpegstream/mpegstream.vcproj
32243         * gst/multifilesink/multifilesink.vcproj
32244         * gst/multipart/multipart.vcproj
32245         * gst/oneton/oneton.vcproj
32246         * gst/overlay/overlay.vcproj
32247         * gst/passthrough/passthrough.vcproj
32248         * gst/qtdemux/qtdemux.vcproj
32249         * gst/realmedia/rmdemux.vcproj
32250         * gst/rtjpeg/rtjpeg.vcproj
32251         * gst/rtp/rtp.vcproj
32252         * gst/silence/silence.vcproj
32253         * gst/sine/sinesrc.vcproj
32254         * gst/smooth/smooth.vcproj
32255         * gst/smpte/smpte.vcproj
32256         * gst/spectrum/spectrum.vcproj
32257         * gst/speed/speed.vcproj
32258         * gst/stereo/stereo.vcproj
32259         * gst/switch/switch.vcproj
32260         * gst/tags/tagedit.vcproj
32261         * gst/tcp/tcp.vcproj
32262         * gst/typefind/typefindfunctions.vcproj
32263         * gst/udp/udp.vcproj
32264         * gst/videobox/videobox.vcproj
32265         * gst/videocrop/videocrop.vcproj
32266         * gst/videodrop/videodrop.vcproj
32267         * gst/videofilter/gamma.vcproj
32268         * gst/videofilter/videobalance.vcproj
32269         * gst/videofilter/videofilter.vcproj
32270         * gst/videofilter/videoflip.vcproj
32271         * gst/videoflip/videoflip.vcproj
32272         * gst/videomixer/videomixer.vcproj
32273         * gst/videorate/videorate.vcproj
32274         * gst/videoscale/videoscale.vcproj
32275         * gst/videotestsrc/videotestsrc.vcproj
32276         * gst/virtualdub/virtualdub.vcproj
32277         * gst/volenv/volenv.vcproj
32278         * gst/volume/volume.vcproj
32279         * gst/wavenc/wavenc.vcproj
32280         * gst/wavparse/wavparse.vcproj
32281         * gst/y4m/y4menc.vcproj
32282         * gst-libs/gst/audio/audio.vcproj
32283         * gst-libs/gst/audio/audiofilter.vcproj
32284         * gst-libs/gst/colorbalance/colorbalance.vcproj
32285         * gst-libs/gst/idct/idtc.vcproj
32286         * gst-libs/gst/media-info/media-info.vcproj
32287         * gst-libs/gst/mixer/mixer.vcproj
32288         * gst-libs/gst/navigation/navigation.vcproj
32289         * gst-libs/gst/play/play.vcproj
32290         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
32291         * gst-libs/gst/resample/resample.vcproj
32292         * gst-libs/gst/riff/riff.vcproj
32293         * gst-libs/gst/tuner/tuner.vcproj
32294         * gst-libs/gst/video/video.vcproj
32295         * gst-libs/gst/xoverlay/xoverlay.vcproj
32296           avoid problems with math.h, fix release dependancy
32297           rename GStreamer-0.8.lib to libgstreamer.lib
32298
32299 2004-07-27  Julien MOUTTE  <julien@moutte.net>
32300
32301         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
32302         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
32303         the atom is not available we have to unlock the mutex. Fixes #148023
32304
32305 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32306
32307         * gst-libs/gst/media-info/media-info.h:
32308           issue for a vararg macro with MSVC
32309
32310 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32311
32312         * gst/effectv/effectv.vcproj
32313         * gst-libs/gst/idct/idct.vcproj:
32314         * gst-libs/gst/media-info/media-info.vcproj:
32315         * gst-libs/gst/navigation/navigation.vcproj:
32316         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32317         * gst-libs/gst/video/video.vcproj:
32318         * gst-libs/gst/xoverlay/xoverlay.vcproj:
32319           fixes for build problems
32320
32321 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32322
32323         * gst-libs/gst/audio/audio.def:
32324         * gst-libs/gst/audio/riff.def:
32325           add some definitions needed by plugins
32326
32327 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32328
32329         * gst/asfdemux/gstasfmux.c
32330           Fix some 64 bits constants to be glib friendly
32331
32332 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32333
32334         * gst/ac3parse/gstac3parse.c
32335         * gst/audioscale/gstaudioscale.c
32336         * gst/auparse/gstauparse.c
32337         * gst/colorspace/gstcolorspace.c
32338         * gst/colorspace/yuv2rgb.h
32339           local include fixes
32340
32341 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32342
32343         * win32/gst.sln
32344           add more plugins to the build
32345
32346 2004-07-26  Julien MOUTTE  <julien@moutte.net>
32347
32348         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32349         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
32350
32351 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32352
32353         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
32354         (gst_level_set_property), (gst_level_get_property),
32355         (gst_level_base_init), (gst_level_class_init):
32356           add debugging categories.  cleanups.
32357
32358 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32359
32360         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32361         (gst_videoscale_planar411), (gst_videoscale_planar400),
32362         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
32363         (gst_videoscale_scale_nearest_str1),
32364         (gst_videoscale_scale_nearest_str2),
32365         (gst_videoscale_scale_nearest_str4),
32366         (gst_videoscale_scale_nearest_16bit),
32367         (gst_videoscale_scale_nearest_24bit):
32368           fixed stride issues
32369           tested with 320x240 -> 321, 322, 324 x240
32370           tested with YV12, I420, YUY2, UYVY
32371           fixed packed422rev (don't think it could have worked before)
32372           by testing with UYVY
32373
32374 2004-07-26  Benjamin Otte  <otte@gnome.org>
32375
32376         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
32377         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
32378         (plugin_init):
32379           add debugging category, add error checks like checking return values
32380           of setup calls, make sure it still works after
32381           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
32382
32383 2004-07-26  Wim Taymans  <wim@fluendo.com>
32384
32385         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
32386         (gst_mpeg_demux_get_audio_stream),
32387         (gst_mpeg_demux_process_private):
32388         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
32389         Check for error codes from the negotiation functions. Make sure
32390         we really set the pad caps when a new pad is created.
32391
32392 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32393
32394         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
32395         (gst_ffmpeg_caps_to_pix_fmt):
32396         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
32397         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32398         (gst_ffmpegcolorspace_pad_link):
32399           don't make function do two things at the same time without reason.
32400
32401 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32402
32403         * gst/ac3parse/ac3parse.vcproj
32404         * gst/adder/adder.vcproj
32405         * gst/alpha/alpha.vcproj
32406         * gst/alpha/alphacolor.vcproj
32407         * gst/asfdemux/asf.vcproj
32408         * gst/audioconvert/audioconvert.vcproj
32409         * gst/audiorate/audiorate.vcproj
32410         * gst/audioscale/audioscale.vcproj
32411         * gst/auparse/auparse.vcproj
32412         * gst/avi/avi.vcproj
32413         * gst/cdxaparse/cdxaparse.vcproj
32414         * gst/chart/chart.vcproj
32415         * gst/colorspace/colorspace.vcproj
32416         * gst/cutter/cutter.vcproj
32417         * gst/debug/debug.vcproj
32418         * gst/debug/efence.vcproj
32419         * gst/debug/navigationtest.vcproj
32420         * gst/deinterlace/deinterlace.vcproj
32421         * gst/effectv/effectv.vcproj
32422         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
32423         * gst/filter/filter.vcproj
32424         * gst/flx/flxdec.vcproj
32425         * gst/goom/goom.vcproj
32426         * gst/interleave/interleave.vcproj
32427         * gst/law/alaw.vcproj
32428         * gst/law/mulaw.vcproj
32429         * gst/matroska/matroska.vcproj
32430         * gst/median/median.vcproj
32431         * gst/mixmatrix/mixmatrix.vcproj
32432         * gst/mpeg1sys/mpeg1systemencode.vcproj
32433         * gst/mpeg1videoparse/mp1videoparse.vcproj
32434         * gst/mpeg2sub/mpeg2subt.vcproj
32435         * gst/mpegaudio/mpegaudio.vcproj
32436         * gst/mpegaudioparse/mpegaudioparse.vcproj
32437         * gst/mpegstream/mpegstream.vcproj
32438         * gst/multifilesink/multifilesink.vcproj
32439         * gst/multipart/multipart.vcproj
32440         * gst/oneton/oneton.vcproj
32441         * gst/overlay/overlay.vcproj
32442         * gst/passthrough/passthrough.vcproj
32443         * gst/qtdemux/qtdemux.vcproj
32444         * gst/realmedia/rmdemux.vcproj
32445         * gst/rtjpeg/rtjpeg.vcproj
32446         * gst/rtp/rtp.vcproj
32447         * gst/silence/silence.vcproj
32448         * gst/sine/sinesrc.vcproj
32449         * gst/smooth/smooth.vcproj
32450         * gst/smpte/smpte.vcproj
32451         * gst/spectrum/spectrum.vcproj
32452         * gst/speed/speed.vcproj
32453         * gst/stereo/stereo.vcproj
32454         * gst/switch/switch.vcproj
32455         * gst/tags/tagedit.vcproj
32456         * gst/tcp/tcp.vcproj
32457         * gst/typefind/typefindfunctions.vcproj
32458         * gst/udp/udp.vcproj
32459         * gst/videobox/videobox.vcproj
32460         * gst/videocrop/videocrop.vcproj
32461         * gst/videodrop/videodrop.vcproj
32462         * gst/videofilter/gamma.vcproj
32463         * gst/videofilter/videobalance.vcproj
32464         * gst/videofilter/videofilter.vcproj
32465         * gst/videofilter/videoflip.vcproj
32466         * gst/videoflip/videoflip.vcproj
32467         * gst/videomixer/videomixer.vcproj
32468         * gst/videorate/videorate.vcproj
32469         * gst/videoscale/videoscale.vcproj
32470         * gst/videotestsrc/videotestsrc.vcproj
32471         * gst/virtualdub/virtualdub.vcproj
32472         * gst/volenv/volenv.vcproj
32473         * gst/volume/volume.vcproj
32474         * gst/wavenc/wavenc.vcproj
32475         * gst/wavparse/wavparse.vcproj
32476         * gst/y4m/y4menc.vcproj
32477           more plugins supported under windows
32478
32479 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32480
32481         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32482         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
32483         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
32484         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32485         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
32486           Add debugging statements.  Use the sizes as returned by the
32487           *CreateImage calls.
32488
32489 2004-07-26  Johan Dahlin  <johan@gnome.org>
32490
32491         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
32492         the pad is negotiated.
32493
32494         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
32495
32496 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32497
32498         * gst-libs/gst/colorbalance/colorbalance.vcproj:
32499         * gst-libs/gst/idct/idct.vcproj:
32500         * gst-libs/gst/media-info/media-info.vcproj:
32501         * gst-libs/gst/mixer/mixer.vcproj:
32502         * gst-libs/gst/navigation/navigation.vcproj:
32503         * gst-libs/gst/play/play.vcproj:
32504         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32505         * gst-libs/gst/resample/resample.vcproj:
32506         * gst-libs/gst/tuner/tuner.vcproj:
32507         * gst-libs/gst/video/video.vcproj:
32508         * gst-libs/gst/xoverlay/xoverlay.vcproj:
32509           more plugins supported under windows
32510
32511 2004-07-25 Iain <iain@prettypeople.org>
32512
32513         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
32514         pad now rather than when the pad is created because state changes wipe
32515         explicit caps (fixes #148043).
32516
32517 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
32518
32519         reviewed by Benjamin Otte  <otte@gnome.org>
32520
32521         * ext/mad/gstmad.c:
32522           fix mad plugin crashing on Sun (fixes #148289)
32523
32524 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32525
32526         * gst/avi/avi.def:
32527         * gst/avi/avi.vcproj:
32528         * gst/matroska/matroska.def:
32529         * gst/matroska/matroska.vcproj:
32530           remove unused .def files
32531
32532 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32533
32534         * gst-libs/gst/audio/gstaudiofilter.c:
32535           Clean the local include
32536
32537 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32538
32539         * win32/gst.sln:
32540         * gst-libs/gst/audio/audio.def:
32541         * gst-libs/gst/audio/audio.vcproj:
32542         * gst-libs/gst/audio/audiofilter.vcproj:
32543         * gst-libs/gst/audio/riff.def:
32544         * gst-libs/gst/audio/riff.vcproj:
32545         * gst-libs/gst/gst-libs.def:
32546         * gst-libs/gst/gst-libs.vcproj:
32547         * gst/avi/avi.vcproj:
32548         * gst/avi/avi.vcproj:
32549           Copy the files where needed after building, cleaner projects
32550
32551 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32552
32553         * gst/matroska/ebml-write.c:
32554           Fix some 64 bits constants to be glib friendly
32555
32556 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
32557
32558         * win32/gst.sln:
32559         * gst-libs/gst/gst-libs.def:
32560         * gst-libs/gst/gst-libs.vcproj:
32561         * gst/matroska/matroska.def:
32562         * gst/matroska/matroska.vcproj:
32563           Add the preliminary canvas to build plugins on Win32
32564
32565 2004-07-23  Benjamin Otte  <otte@gnome.org>
32566
32567         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
32568           don't enfore negotiation from source side, it breaks
32569           sinesrc ! audioconvert ! osssink
32570
32571 2004-07-22  David Schleef  <ds@schleef.org>
32572
32573         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
32574         for ELF files, since they can easily be recognized as audio/mpeg.
32575         (bug #147441)
32576
32577 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32578
32579         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32580         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
32581         (gst_videoscale_scale_nearest_24bit),
32582         (gst_videoscale_scale_nearest_16bit):
32583           fix 16bit and 24bit for stride (24bit might need testing)
32584           don't pretend we do more than one algorithm
32585
32586 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32587
32588         * configure.ac:
32589         * gst/Makefile.am:
32590         * gst/multifilesink/Makefile.am:
32591         * gst/multifilesink/gstmultifilesink.c:
32592         (gst_multifilesink_get_formats),
32593         (gst_multifilesink_get_query_types), (_do_init),
32594         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
32595         (gst_multifilesink_init), (gst_multifilesink_dispose),
32596         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
32597         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
32598         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
32599         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
32600         (gst_multifilesink_chain), (gst_multifilesink_change_state),
32601         (gst_multifilesink_uri_get_type),
32602         (gst_multifilesink_uri_get_protocols),
32603         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
32604         (gst_multifilesink_uri_handler_init), (plugin_init):
32605         * gst/multifilesink/gstmultifilesink.h:
32606         * testsuite/Makefile.am:
32607         * testsuite/multifilesink/Makefile.am:
32608         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
32609         (gst_newmedia_class_init), (gst_newmedia_init),
32610         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
32611         (newfile_signal), (test_signal), (main):
32612         multifilesink plugin for creating new files every time a new media
32613         discontinuity event occurs
32614
32615 2004-07-22  Wim Taymans  <wim@fluendo.com>
32616
32617         * gst/alpha/Makefile.am:
32618         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
32619         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
32620         (gst_alpha_color_init), (gst_alpha_color_set_property),
32621         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
32622         (transform), (gst_alpha_color_chain),
32623         (gst_alpha_color_change_state), (plugin_init):
32624         Stupid plugin to to RGBA to AYUV conversion because none of
32625         the colorspace plugins can handle that yet.
32626
32627 2004-07-22  Wim Taymans  <wim@fluendo.com>
32628
32629         * examples/seeking/seek.c: (update_scale), (main):
32630         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32631         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
32632         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
32633         (gst_decode_bin_init), (gst_decode_bin_dispose),
32634         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32635         (no_more_pads), (close_link), (type_found),
32636         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32637         (plugin_init):
32638         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32639         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32640         (gst_play_base_bin_dispose), (queue_overrun),
32641         (gen_preroll_element), (remove_prerolls), (unknown_type),
32642         (no_more_pads), (new_stream), (setup_source),
32643         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
32644         (play_base_eos), (gst_play_base_bin_change_state),
32645         (gst_play_base_bin_add_element),
32646         (gst_play_base_bin_remove_element),
32647         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32648         (gst_play_base_bin_unlink_stream),
32649         (gst_play_base_bin_get_streaminfo):
32650         * gst/playback/gstplaybin.c: (gen_video_element),
32651         (gen_audio_element):
32652         * gst/playback/gststreaminfo.h:
32653         More playback updates, attempt to fix things after the state change
32654         breakage.
32655
32656 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32657
32658         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
32659         (gst_videoscale_scale_nearest_16bit):
32660           comment algorithm
32661
32662 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32663
32664         * gst/videotestsrc/gstvideotestsrc.c:
32665         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
32666         (gst_videotestsrc_init), (gst_videotestsrc_get),
32667         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
32668         (gst_videotestsrc_get_property):
32669         * gst/videotestsrc/gstvideotestsrc.h:
32670         * gst/videotestsrc/videotestsrc.c:
32671         * gst/videotestsrc/videotestsrc.h:
32672           cleanup and commenting
32673
32674 2004-07-21  Wim Taymans  <wim@fluendo.com>
32675
32676         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
32677         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
32678         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
32679         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
32680         (_find_chain_get_unknown_part), (_find_streams_check),
32681         (gst_ogg_demux_push), (gst_ogg_pad_push):
32682         * ext/theora/theoradec.c: (theora_get_formats),
32683         (theora_dec_src_convert), (theora_dec_sink_convert),
32684         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32685         (theora_dec_chain):
32686         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
32687         (vorbis_dec_convert), (vorbis_dec_src_query),
32688         (vorbis_dec_src_event), (vorbis_dec_event):
32689         More seeking fixes, oggdemux now supports seeking to time and
32690         uses the downstream element to convert granulepos to time.
32691         Seeking in theora-only ogg files now works.
32692
32693 2004-07-21  Wim Taymans  <wim@fluendo.com>
32694
32695         * ext/theora/theoradec.c: (gst_theora_dec_init),
32696         (theora_get_formats), (theora_get_event_masks),
32697         (theora_get_query_types), (theora_dec_src_convert),
32698         (theora_dec_sink_convert), (theora_dec_src_query),
32699         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
32700         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
32701         (vorbis_get_event_masks), (vorbis_get_query_types),
32702         (gst_vorbis_dec_init), (vorbis_dec_convert),
32703         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
32704         Added query/convert/formats functions to vorbis and theora decoders
32705         so that the outside world can use them too. Fixed seeking on an
32706         ogg/theora/vorbis file by disabling the seeking seeking on the
32707         theora srcpad.
32708
32709 2004-07-21  Julien MOUTTE  <julien@moutte.net>
32710
32711         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32712         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
32713         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
32714         images creation for both elements. We don't create the image on caps
32715         nego or renego, we just destroy the internal one if present if it does
32716         not match the needs. The chain function takes care of creating a new
32717         image when needed.
32718         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32719         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
32720         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
32721         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
32722         the image format information. The buffer pool checks for the context
32723         image format and discard images with different formats.
32724         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
32725
32726 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
32727
32728         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32729         (gst_ffmpegcolorspace_chain):
32730           no point in doing any chaining if the pad we want to push from
32731           isn't usable.
32732
32733 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32734
32735         * gst-libs/gst/riff/riff-media.c:
32736         (gst_riff_create_audio_caps_with_data):
32737           Fix double end-to-native symbol conversion (#148021).
32738
32739 2004-07-20  David Schleef  <ds@schleef.org>
32740
32741         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
32742         Don't use an Atom that doesn't exist.
32743
32744 2004-07-20  Wim Taymans  <wim@fluendo.com>
32745
32746         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32747         (gst_multifdsink_add), (gst_multifdsink_get_stats),
32748         (gst_multifdsink_client_remove),
32749         (gst_multifdsink_handle_client_write),
32750         (gst_multifdsink_queue_buffer):
32751         * gst/tcp/gstmultifdsink.h:
32752         More multifdsink stats. Avoid deadlock by releasing locks
32753         before sending out a signal.
32754
32755 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32756
32757         * po/LINGUAS:
32758         * po/hu.po:
32759           added Hungarian translation (Laszlo Dvornik)
32760
32761 2004-07-20  Wim Taymans  <wim@fluendo.com>
32762
32763         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32764         (gst_multifdsink_add), (gst_multifdsink_client_remove),
32765         (gst_multifdsink_handle_client_write),
32766         (gst_multifdsink_queue_buffer):
32767         * gst/tcp/gsttcp-marshal.list:
32768         Fixed the stupid marshal definition.
32769
32770 2004-07-20  Wim Taymans  <wim@fluendo.com>
32771
32772         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32773         (gst_multifdsink_init), (gst_multifdsink_add),
32774         (gst_multifdsink_client_remove),
32775         (gst_multifdsink_handle_client_write),
32776         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
32777         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
32778         (gst_multifdsink_init_send):
32779         * gst/tcp/gstmultifdsink.h:
32780         Added more stats, added timeout for a client, fixed some typos
32781         and added some comments.
32782
32783 2004-07-20  Wim Taymans  <wim@fluendo.com>
32784
32785         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32786         (gst_multifdsink_add), (gst_multifdsink_get_stats),
32787         (gst_multifdsink_client_remove),
32788         (gst_multifdsink_handle_client_write):
32789         * gst/tcp/gstmultifdsink.h:
32790         * gst/tcp/gsttcp-marshal.list:
32791         Added get_stats method that returns a GValueArray of
32792         stats values.
32793
32794 2004-07-19  Benjamin Otte  <otte@gnome.org>
32795
32796         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
32797           make sure longname, description and author are valid UTF-8
32798
32799 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32800
32801         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
32802         (gst_ximagesink_set_property):
32803         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
32804         (gst_xvimagesink_set_property):
32805           make sure SYNCHRONOUS is respected after getting the X context
32806
32807 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32808
32809         * gst/matroska/matroska-demux.c:
32810         (gst_matroska_demux_handle_src_event),
32811         (gst_matroska_demux_parse_blockgroup):
32812         * gst/matroska/matroska-ids.h:
32813           add BlockReference tag and ignore it to clear out log.
32814           ignore NAVIGATION events to clear out log.
32815
32816 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32817
32818         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
32819         (gst_matroska_demux_add_stream):
32820         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
32821           add debug categories
32822
32823 2004-07-16  Wim Taymans  <wim@fluendo.com>
32824
32825         * ext/libpng/Makefile.am:
32826         * ext/libpng/gstpng.c: (plugin_init):
32827         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
32828         (gst_pngdec_get_type), (gst_pngdec_base_init),
32829         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
32830         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
32831         * ext/libpng/gstpngdec.h:
32832         Added png decoder.
32833
32834 2004-07-16  Julien MOUTTE  <julien@moutte.net>
32835
32836         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
32837         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
32838         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
32839         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
32840         (gst_ximagesink_buffer_alloc):
32841         * sys/ximage/ximagesink.h:
32842         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32843         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
32844         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
32845         (gst_xvimagesink_buffer_alloc):
32846         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
32847         again. Using internal data pointer of the x(v)image to store image's
32848         data to be coherent with the buffer alloc mechanism. Investigated the
32849         image destruction code to be sure that everything gets freed correctly.
32850
32851 2004-07-16  Wim Taymans  <wim@fluendo.com>
32852
32853         * gst-libs/gst/riff/riff-read.c:
32854         (gst_riff_read_strf_vids_with_data),
32855         (gst_riff_read_strf_auds_with_data):
32856         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
32857         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
32858         Make sure we don't create 0 sized subbuffers in riff-read.
32859         Signal the no more pads signal after reading the avi header.
32860
32861 2004-07-16  Wim Taymans  <wim@fluendo.com>
32862
32863         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32864         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
32865         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
32866         (gst_decode_bin_init), (gst_decode_bin_dispose),
32867         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32868         (no_more_pads), (close_link), (type_found),
32869         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32870         (gst_decode_bin_change_state), (plugin_init):
32871         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32872         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32873         (gst_play_base_bin_dispose), (queue_overrun),
32874         (gen_preroll_element), (remove_prerolls), (unknown_type),
32875         (no_more_pads), (new_stream), (setup_source),
32876         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
32877         (play_base_eos), (gst_play_base_bin_change_state),
32878         (gst_play_base_bin_add_element),
32879         (gst_play_base_bin_remove_element),
32880         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32881         (gst_play_base_bin_unlink_stream),
32882         (gst_play_base_bin_get_streaminfo):
32883         * gst/playback/gstplaybasebin.h:
32884         Better error recovery. Added configurable preroll queue size. Faster
32885         detection of no-more-pads.
32886
32887 2004-07-16  Wim Taymans  <wim@fluendo.com>
32888
32889         * gst-libs/gst/video/video.h:
32890         Added 32 bits RGBA. Not sure if we should use another mime-type
32891         for alpha rgb. Currently the presence of the alpha_mask property
32892         signals an alpha channel.
32893
32894 2004-07-16  Wim Taymans  <wim@fluendo.com>
32895
32896         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
32897         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
32898         FPS seems to be 0.0 to MAX everywhere else.
32899
32900 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32901
32902         * gst-libs/gst/riff/riff-media.c:
32903         (gst_riff_create_video_caps_with_data):
32904           mp42/mp43 (no caps) exist too.
32905         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
32906           Set pixel_width/height; we've got them in-caps.
32907         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
32908         * gst/wavparse/gstwavparse.c: (plugin_init):
32909           Both are valid primary.
32910         * sys/oss/gstossmixer.c:
32911           Remove i18n hack and enable translations.
32912
32913 2004-07-15  Benjamin Otte  <otte@gnome.org>
32914
32915         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32916         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
32917           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
32918
32919 2004-07-15  Benjamin Otte  <otte@gnome.org>
32920
32921         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
32922         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
32923         (gst_alsa_close_audio):
32924           disable some of the debugging code for now. Writing debugging to a
32925           buffer is broken in current alsalib releases.
32926
32927 2004-07-12  Benjamin Otte  <otte@gnome.org>
32928
32929         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
32930           use bufferpools
32931
32932 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
32933
32934         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
32935         (theora_dec_src_query), (theora_dec_event):
32936         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
32937           add debugging categories.  Remove \n's.
32938
32939 2004-07-13  Johan Dahlin  <johan@gnome.org>
32940
32941         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
32942         (gst_play_bin_get_property): Impl.
32943
32944 2004-07-13  Wim Taymans  <wim@fluendo.com>
32945
32946         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
32947         When trying to find the stream length, seek back N pages
32948         instead of just one, where N is the number of streams in
32949         the current chain.
32950
32951 2004-07-13  Wim Taymans  <wim@fluendo.com>
32952
32953         * gst-libs/gst/riff/riff-media.c:
32954         (gst_riff_create_audio_caps_with_data),
32955         (gst_riff_create_audio_caps),
32956         (gst_riff_create_audio_template_caps):
32957         * gst-libs/gst/riff/riff-media.h:
32958         * gst-libs/gst/riff/riff-read.c:
32959         (gst_riff_read_strf_vids_with_data),
32960         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
32961         * gst-libs/gst/riff/riff-read.h:
32962         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
32963         (gst_avi_demux_add_stream):
32964         Set codec_data on caps for avidemuxer.
32965
32966 2004-07-12  David Schleef  <ds@schleef.org>
32967
32968         * configure.ac: Fix test for Objective C
32969
32970 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
32971         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
32972         (gst_gdk_pixbuf_chain):
32973           Add svg and pcx to template caps, and ensure that getcaps returns a
32974           subset of the template caps.
32975           Copy each row manually for output, as gdkpixbuf may pad the
32976           rowstride to a 32-bit word boundary.
32977
32978 2004-07-12  Wim Taymans  <wim@fluendo.com>
32979
32980         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
32981         (gst_riff_create_video_template_caps):
32982         Fix the template caps to include some more media types.
32983
32984 2004-07-12  Wim Taymans  <wim@fluendo.com>
32985
32986         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32987         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32988         (compare_ranks), (print_feature), (gst_decode_bin_init),
32989         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
32990         (try_to_link_1), (new_pad), (close_link), (type_found),
32991         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32992         (gst_decode_bin_change_state), (plugin_init):
32993         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32994         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32995         (gst_play_base_bin_dispose), (queue_overrun),
32996         (gen_preroll_element), (remove_prerolls), (no_more_pads),
32997         (new_stream), (setup_source), (gst_play_base_bin_set_property),
32998         (gst_play_base_bin_get_property), (play_base_eos),
32999         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
33000         (gst_play_base_bin_remove_element),
33001         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33002         (gst_play_base_bin_unlink_stream),
33003         (gst_play_base_bin_get_streaminfo):
33004         * gst/playback/gstplaybasebin.h:
33005         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33006         (gst_play_bin_class_init), (gst_play_bin_init),
33007         (gst_play_bin_dispose), (gst_play_bin_set_property),
33008         (gst_play_bin_get_property), (gen_video_element),
33009         (gen_audio_element), (remove_sinks), (setup_sinks),
33010         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
33011         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33012         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33013         (gst_play_bin_query), (plugin_init):
33014         * gst/playback/test4.c: (main):
33015         More fixes on reusing of the element.
33016
33017 2004-07-11  Benjamin Otte  <otte@gnome.org>
33018
33019         * ext/mad/gstmad.c: (normal_seek):
33020           allow seeking for other methods than just SET
33021
33022 2004-07-11  Andy Wingo  <wingo@pobox.com>
33023
33024         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
33025         float, "any" caps -> buffer_frames=[0,MAX].
33026
33027         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
33028         doesn't intersect our caps with the template any more. Do it
33029         ourselves.
33030         (interleave_buffered_loop): Use g_newa instead of malloc/free.
33031
33032 2004-07-09  Wim Taymans  <wim@fluendo.com>
33033
33034         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33035         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33036         (compare_ranks), (print_feature), (gst_decode_bin_init),
33037         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33038         (try_to_link_1), (new_pad), (close_link), (type_found),
33039         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33040         (gst_decode_bin_change_state), (plugin_init):
33041         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33042         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33043         (gst_play_base_bin_dispose), (queue_overrun),
33044         (gen_preroll_element), (remove_prerolls), (no_more_pads),
33045         (new_stream), (setup_source), (gst_play_base_bin_set_property),
33046         (gst_play_base_bin_get_property), (play_base_eos),
33047         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
33048         (gst_play_base_bin_remove_element),
33049         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33050         (gst_play_base_bin_unlink_stream),
33051         (gst_play_base_bin_get_streaminfo):
33052         * gst/playback/gstplaybasebin.h:
33053         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33054         (gst_play_bin_class_init), (gst_play_bin_init),
33055         (gst_play_bin_dispose), (gst_play_bin_set_property),
33056         (gst_play_bin_get_property), (gen_video_element),
33057         (gen_audio_element), (remove_sinks), (setup_sinks),
33058         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
33059         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33060         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33061         (gst_play_bin_query), (plugin_init):
33062         * gst/playback/test4.c: (main):
33063         Work on object reuse and seeking.
33064
33065 2004-07-09  Wim Taymans  <wim@fluendo.com>
33066
33067         * examples/seeking/seek.c: (iterate):
33068         Don't consume all CPU in the idle loop.
33069
33070 2004-07-09  Wim Taymans  <wim@fluendo.com>
33071
33072         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
33073         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
33074         Add pad to element *after* setting the pad functions so that
33075         the scheduler can use the correct ones.
33076
33077 2004-07-09  Wim Taymans  <wim@fluendo.com>
33078
33079         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
33080         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
33081         Sync to keyframe after seek
33082
33083 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33084
33085         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
33086         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
33087         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
33088         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
33089         * ext/libvisual/visual.c: (gst_visual_change_state):
33090         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
33091         * ext/theora/theoradec.c: (theora_dec_change_state):
33092         * ext/theora/theoraenc.c: (theora_enc_change_state):
33093         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
33094         * gst-libs/gst/navigation/navigation.c:
33095         * gst/adder/gstadder.c: (gst_adder_change_state):
33096         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
33097         (gst_audio_convert_get_buffer):
33098         * gst/multipart/multipartdemux.c:
33099         (gst_multipart_demux_change_state):
33100         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
33101         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
33102         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
33103         * gst/videoscale/gstvideoscale.c:
33104         (gst_videoscale_handle_src_event):
33105         * gst/volume/gstvolume.c: (volume_chain_int16):
33106           don't assert in state change, this should be done by the base
33107           GstElement class.
33108           various debugging fixes.
33109
33110 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33111
33112         * configure.ac:
33113         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
33114         (gst_play_dispose), (gst_play_set_location),
33115         (gst_play_set_data_src), (gst_play_set_video_sink),
33116         (gst_play_set_audio_sink), (gst_play_set_visualization),
33117         (gst_play_connect_visualization), (gst_play_get_sink_element),
33118         (gst_play_get_all_by_interface):
33119         * gst-libs/gst/play/play.h:
33120           add new method to get elements implementing an interface.
33121           add various error logging
33122
33123 2004-07-08  Wim Taymans  <wim@fluendo.com>
33124
33125         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
33126         (make_mpeg_pipeline), (make_mpegnt_pipeline),
33127         (make_playerbin_pipeline), (query_durations_elems),
33128         (query_durations_pads), (query_positions_elems),
33129         (query_positions_pads), (update_scale), (iterate), (stop_seek),
33130         (main):
33131         Added playbin seeking example.
33132
33133 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33134
33135         * gst-libs/gst/play/play.c: (gst_play_set_location),
33136         (gst_play_set_data_src), (gst_play_set_video_sink),
33137         (gst_play_set_audio_sink), (gst_play_set_visualization),
33138         (gst_play_connect_visualization), (gst_play_get_framerate):
33139           use a macro to look up elements from hash table
33140
33141 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33142
33143         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
33144         (gst_play_get_length_callback), (gst_play_set_location),
33145         (gst_play_seek_to_time), (gst_play_set_data_src),
33146         (gst_play_set_video_sink), (gst_play_set_audio_sink),
33147         (gst_play_set_visualization), (gst_play_connect_visualization),
33148         (gst_play_get_sink_element):
33149         - add debugging info
33150         - fix looking up sink elements by iterating over complete caps
33151         - put everything except for source and autoplugger in a complete bin
33152
33153 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33154
33155         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
33156         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
33157         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
33158         (gst_alsa_sink_write), (gst_alsa_sink_loop):
33159         * ext/alsa/gstalsasink.h:
33160         - add debugging info
33161         - clean up schizophrenia of data/buffer/event
33162         - fix double event unref error
33163
33164 2004-07-08  Wim Taymans  <wim@fluendo.com>
33165
33166         * gst/playback/Makefile.am:
33167         Add headers to noinst
33168
33169 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33170
33171         * tools/gst-launch-ext-m.m:
33172         * tools/gst-launch-ext.1.in:
33173           convert to the third millenium
33174
33175 2004-07-07  David Schleef  <ds@schleef.org>
33176
33177         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
33178
33179 2004-07-07  Wim Taymans  <wim@fluendo.com>
33180
33181         * gst/playback/Makefile.am:
33182         * gst/playback/README:
33183         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33184         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33185         (compare_ranks), (print_feature), (gst_decode_bin_init),
33186         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33187         (try_to_link_1), (new_pad), (close_link), (type_found),
33188         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33189         (plugin_init):
33190         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33191         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33192         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
33193         (gen_preroll_element), (no_more_pads), (new_stream),
33194         (setup_source), (gst_play_base_bin_set_property),
33195         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
33196         (gst_play_base_bin_add_element),
33197         (gst_play_base_bin_remove_element),
33198         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33199         (gst_play_base_bin_unlink_stream),
33200         (gst_play_base_bin_get_streaminfo):
33201         * gst/playback/gstplaybasebin.h:
33202         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33203         (gst_play_bin_class_init), (gst_play_bin_init),
33204         (gst_play_bin_dispose), (gst_play_bin_set_property),
33205         (gst_play_bin_get_property), (gen_video_element),
33206         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
33207         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
33208         (gst_play_bin_get_formats), (gst_play_bin_convert),
33209         (gst_play_bin_get_query_types), (gst_play_bin_query),
33210         (plugin_init):
33211         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
33212         (gst_stream_info_get_type), (gst_stream_info_class_init),
33213         (gst_stream_info_init), (gst_stream_info_new),
33214         (gst_stream_info_dispose), (gst_stream_info_set_property),
33215         (gst_stream_info_get_property):
33216         * gst/playback/gststreaminfo.h:
33217         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
33218         (main):
33219         * gst/playback/test2.c: (main):
33220         * gst/playback/test3.c: (update_scale), (main):
33221         More playbin fixes. Added README. Do better element filtering.
33222         Added base class to preroll media. Added test apps.
33223
33224 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33225
33226         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
33227         * ext/mpeg2dec/gstmpeg2dec.h:
33228           various debugging improvements.  Reset stream to next picture
33229           instead of sequence header, otherwise seeks cannot work.
33230
33231 2004-07-07  Wim Taymans  <wim@fluendo.com>
33232
33233         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
33234         (gst_video_box_class_init), (gst_video_box_set_property),
33235         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
33236         Use pad_alloc where possible.
33237
33238 2004-07-07  Wim Taymans  <wim@fluendo.com>
33239
33240         * sys/oss/gstosselement.c: (gst_osselement_reset),
33241         (gst_osselement_parse_caps):
33242         * sys/oss/gstosselement.h:
33243         * sys/oss/gstosssrc.c: (gst_osssrc_get):
33244         Fix offset on osssrc.
33245
33246 2004-07-07  Wim Taymans  <wim@fluendo.com>
33247
33248         * ext/theora/theora.c: (plugin_init):
33249         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
33250         (theora_dec_src_query), (theora_dec_chain):
33251         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33252         (theora_enc_sink_link), (theora_buffer_from_packet),
33253         (theora_push_packet), (theora_enc_chain):
33254         Fix theora granulepos calculation.
33255         Fix overflow in duration/position calculation.
33256         Bump rank to PRIMARY for theoradec.
33257         Use granulepos of last packet to calculate position.
33258         Set keyframe flag on buffers when needed.
33259
33260 2004-07-06  David Schleef  <ds@schleef.org>
33261
33262         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
33263         serious?  (Fixed, obviously.)
33264
33265 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
33266
33267         * po/LINGUAS:
33268         * po/cs.po:
33269           added Czech translation (Miloslav Trmac)
33270
33271 2004-07-05  Wim Taymans  <wim@fluendo.com>
33272
33273         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33274         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33275         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
33276         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33277         (close_link), (type_found), (gst_decode_bin_set_property),
33278         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
33279         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
33280         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
33281         (gst_decode_bin_query), (plugin_init):
33282         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33283         (gst_play_bin_class_init), (gst_play_bin_init),
33284         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
33285         (get_video_element), (new_pad), (setup_source),
33286         (gst_play_bin_set_property), (gst_play_bin_get_property),
33287         (gst_play_bin_change_state), (gst_play_bin_add_element),
33288         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
33289         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33290         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33291         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
33292         * gst/playback/test.c: (main):
33293         More fixes, cleaned up playbin, make it use decodebin. Added
33294         threaded property to playbin.
33295
33296 2004-07-05  Wim Taymans  <wim@fluendo.com>
33297
33298         * configure.ac:
33299         * gst/playback/Makefile.am:
33300         * gst/playback/decodetest.c: (main):
33301         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33302         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33303         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
33304         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33305         (close_link), (type_found), (gst_decode_bin_set_property),
33306         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
33307         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
33308         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
33309         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
33310         (plugin_init):
33311         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33312         (gst_play_bin_class_init), (gst_play_bin_init),
33313         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
33314         (collect_sink_pads), (find_compatibles), (close_pad_link),
33315         (try_to_link_1), (new_pad), (close_link), (type_found),
33316         (setup_source), (gst_play_bin_set_property),
33317         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
33318         (compare_ranks), (gst_play_bin_collect_factories),
33319         (gst_play_bin_change_state), (gst_play_bin_add_element),
33320         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
33321         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33322         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33323         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
33324         * gst/playback/test.c: (main):
33325         Added some playback helper elements and some test apps, very alpha
33326         still.
33327
33328 2004-07-04  Benjamin Otte  <otte@gnome.org>
33329
33330         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
33331           only restart audio when we indeed have an xrun to fix repeated
33332           xruns. Fix suggested by Giuliano Pochini.
33333
33334 2004-07-03  David Schleef  <ds@schleef.org>
33335
33336         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
33337         call to gst_debug_log() if debugging is disabled (bug #145118)
33338
33339 2004-07-03  Benjamin Otte  <otte@gnome.org>
33340
33341         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
33342           use our own functions for restarting the alsa device.
33343         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33344           I should apply patches myself - use MIN for the third argument, not
33345           the second, this fixes seeking
33346
33347 2004-07-02  David Schleef  <ds@schleef.org>
33348
33349         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
33350         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
33351         do with the logic.
33352
33353 2004-07-02  David Schleef  <ds@schleef.org>
33354
33355         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
33356         output buffers.  Fix logic mistake.  (bug #144866)
33357
33358 2004-07-02  David Schleef  <ds@schleef.org>
33359
33360         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
33361         on X.  (bug #144753)
33362
33363 2004-07-02  David Schleef  <ds@schleef.org>
33364
33365         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
33366         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
33367         (bug #144624)
33368         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
33369         (gst_osselement_rate_probe_check): Add another workaround for
33370         buggy drivers (bug #145336)
33371
33372 2004-07-02  David Schleef  <ds@schleef.org>
33373
33374         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
33375         Most systems don't have MSG_NOSIGNAL.
33376
33377 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
33378
33379         * Makefile.am:
33380         * gst-libs/gst/colorbalance/Makefile.am:
33381         * gst-libs/gst/mixer/Makefile.am:
33382         * gst-libs/gst/play/Makefile.am:
33383         * gst-libs/gst/tuner/Makefile.am:
33384           (hopefully) fix both install and dist and make error message useful.
33385           needs testing across automakes.
33386
33387 2004-07-02  Benjamin Otte  <otte@gnome.org>
33388
33389         * ext/ogg/gstogg.c: (plugin_init):
33390           we require bytestream now
33391         * ext/ogg/gstoggdemux.c:
33392           huge diff to implement chain setup in a fast and generic way. This
33393           improves tag reading and startup of huge files (read: Theora videos)
33394           quite a bit. It probably contains bugs, too, so please test.
33395           Seeking is not improved to the fast method.
33396
33397 2004-06-29  Wim Taymans  <wim@fluendo.com>
33398
33399         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
33400         * ext/ogg/gstoggmux.c:
33401         Fix memleak in oggdemux when running unconnected pads.
33402         doc update in mux, start working on keyframe mode.
33403
33404 2004-06-29  Benjamin Otte  <otte@gnome.org>
33405
33406         * sys/oss/gstosssink.c:
33407         * sys/oss/gstosssrc.c:
33408           advertise correct template caps - we indeed do non-native endianness
33409           and 8bit audio has no endianness
33410         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
33411         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
33412           avoid (wrong) duplications in getcaps function and return
33413           template caps
33414
33415 2004-06-29  Wim Taymans  <wim@fluendo.com>
33416
33417         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33418         (gst_multifdsink_class_init), (gst_multifdsink_add),
33419         (gst_multifdsink_remove), (gst_multifdsink_clear),
33420         (gst_multifdsink_client_remove),
33421         (gst_multifdsink_handle_client_read),
33422         (gst_multifdsink_client_queue_data),
33423         (gst_multifdsink_client_queue_caps),
33424         (gst_multifdsink_client_queue_buffer),
33425         (gst_multifdsink_handle_client_write),
33426         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33427         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33428         (gst_multifdsink_init_send), (gst_multifdsink_close):
33429         Fix wrong GList iteration that could crash the server when
33430         more then 2 clients disconnect at the same time. Read all the
33431         pending commands in one batch to recover from command storms under
33432         very heavy load.
33433
33434 2004-06-28  Wim Taymans  <wim@fluendo.com>
33435
33436         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
33437         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
33438         (gst_videomixer_pad_set_property),
33439         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
33440         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
33441         (gst_videomixer_class_init), (gst_videomixer_init),
33442         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
33443         (pad_zorder_compare), (gst_videomixer_sort_pads),
33444         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
33445         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
33446         (gst_videomixer_update_queues), (gst_videomixer_loop),
33447         (plugin_init):
33448         Avoid divide by zero, choose masterpad as the pad with the highest
33449         framerate.
33450
33451 2004-06-27  Julien Moutte  <julien@moutte.net>
33452
33453         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33454         (gst_ximagesink_xwindow_new):
33455         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33456         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
33457         function directly. We might want to call it from somewhere else one day.
33458
33459 2004-06-27  Julien Moutte  <julien@moutte.net>
33460
33461         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33462         (gst_ximagesink_xwindow_new):
33463         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33464         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
33465         window decorations.
33466
33467 2004-06-27  Wim Taymans  <wim@fluendo.com>
33468
33469         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
33470         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
33471         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
33472         (gst_dvdec_set_property), (gst_dvdec_get_property):
33473         * ext/dv/gstdvdec.h:
33474         Implement drop_factor property to lower the framerate with
33475         a factor.
33476
33477 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
33478
33479         * gst-libs/gst/colorbalance/Makefile.am:
33480         * gst-libs/gst/mixer/Makefile.am:
33481         * gst-libs/gst/play/Makefile.am:
33482         * gst-libs/gst/tuner/Makefile.am:
33483           unbreak Company's fix that didn't install the -enum.h files
33484
33485 2004-06-27  Wim Taymans  <wim@fluendo.com>
33486
33487         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
33488         (gst_dvdec_change_state):
33489         * ext/dv/gstdvdec.h:
33490         Fix timestamp, duration and offset of the buffers.
33491
33492 2004-06-27  Wim Taymans  <wim@fluendo.com>
33493
33494         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33495         (gst_multifdsink_class_init), (gst_multifdsink_add),
33496         (gst_multifdsink_remove), (gst_multifdsink_clear),
33497         (gst_multifdsink_client_remove),
33498         (gst_multifdsink_handle_client_read),
33499         (gst_multifdsink_client_queue_data),
33500         (gst_multifdsink_client_queue_caps),
33501         (gst_multifdsink_client_queue_buffer),
33502         (gst_multifdsink_handle_client_write),
33503         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33504         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33505         (gst_multifdsink_init_send), (gst_multifdsink_close):
33506         * gst/tcp/gstmultifdsink.h:
33507         * gst/tcp/gsttcpserversink.c:
33508         (gst_tcpserversink_handle_server_read),
33509         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
33510         More multifdsink fixes, more recovery policy fixes.
33511         Removed stupid g_print
33512
33513 2004-06-26  Wim Taymans  <wim@fluendo.com>
33514
33515         * gst/tcp/Makefile.am:
33516         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33517         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
33518         (gst_multifdsink_class_init), (gst_multifdsink_init),
33519         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
33520         (gst_multifdsink_handle_client_read),
33521         (gst_multifdsink_client_queue_data),
33522         (gst_multifdsink_client_queue_caps),
33523         (gst_multifdsink_client_queue_buffer),
33524         (gst_multifdsink_handle_client_write),
33525         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33526         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33527         (gst_multifdsink_chain), (gst_multifdsink_set_property),
33528         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
33529         (gst_multifdsink_close), (gst_multifdsink_change_state):
33530         * gst/tcp/gstmultifdsink.h:
33531         * gst/tcp/gsttcpplugin.c: (plugin_init):
33532         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
33533         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
33534         (gst_tcpserversink_handle_server_read),
33535         (gst_tcpserversink_handle_select),
33536         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
33537         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
33538         * gst/tcp/gsttcpserversink.h:
33539         Added multifdsink, made tcpserversink a subclass of fdsink, removed
33540         one of the locks, added recovery policy to multifdsink.
33541
33542 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
33543
33544         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
33545           fix decision for when getting frames with same timestamp
33546         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
33547         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33548         (gst_v4lsrc_get_property):
33549         * sys/v4l/gstv4lsrc.h:
33550           add latency offset property
33551
33552 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
33553
33554         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
33555         (plugin_init):
33556           fix debugging. add category.
33557
33558 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33559
33560         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
33561           fix wrong offsets
33562
33563 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33564
33565         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33566         (gst_alsa_src_get_time), (gst_alsa_src_loop),
33567         (gst_alsa_src_change_state):
33568           return a time that is in sync with the element's processing
33569
33570 2004-06-25  Wim Taymans  <wim@fluendo.com>
33571
33572         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
33573         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
33574         (gst_tcpserversink_client_remove),
33575         (gst_tcpserversink_handle_client_read),
33576         (gst_tcpserversink_client_queue_data),
33577         (gst_tcpserversink_client_queue_caps),
33578         (gst_tcpserversink_client_queue_buffer),
33579         (gst_tcpserversink_handle_client_write),
33580         (gst_tcpserversink_queue_buffer),
33581         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
33582         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
33583         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
33584         (gst_tcpserversink_close):
33585         * gst/tcp/gsttcpserversink.h:
33586         Serversink rewrite. Really do non blocking writes to clients and
33587         maintain an internal queue to handle slower clients while not
33588         disturbing fast clients.
33589
33590 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33591
33592         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33593           better debug, don't override OFFSET and OFFSET_END
33594
33595 2004-06-25  Iain <iain@prettypeople.org>
33596
33597         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
33598         name=source for the wavparse pipeline.
33599
33600 2004-06-24  Johan Dahlin  <johan@gnome.org>
33601
33602         * ext/theora/theoraenc.c (theora_enc_chain): Call
33603         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
33604         streamheader caps are set correctly.
33605
33606 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33607
33608         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
33609         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
33610           respect minimum bitrate; same could be done for max bitrate
33611
33612 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33613
33614         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
33615         (gst_vorbisenc_setup):
33616           fix sample rate range
33617
33618 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33619
33620         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
33621         (gst_oggvorbisenc_setup):
33622         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
33623         (gst_vorbisenc_setup):
33624           resolve ambiguities in code and description
33625
33626 2004-06-24  Wim Taymans  <wim@fluendo.com>
33627
33628         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
33629         * ext/alsa/gstalsa.h:
33630         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33631         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
33632         Use alsa trigger_tstamp to get the timestamp of the first
33633         sample in the buffer for more precise sync. Some cleanups.
33634
33635 2004-06-24  Wim Taymans  <wim@fluendo.com>
33636
33637         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
33638         (gst_audiorate_init), (gst_audiorate_chain),
33639         (gst_audiorate_set_property), (gst_audiorate_get_property):
33640         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33641         (gst_videorate_chain):
33642         Added some logging, fixed an overflow bug in videorate.
33643
33644 2004-06-24  Benjamin Otte  <otte@gnome.org>
33645
33646         * ext/kio/Makefile.am:
33647           fix for builddir != srcdir and distcheck
33648
33649 2004-06-24  Benjamin Otte  <otte@gnome.org>
33650
33651         * gst-libs/gst/colorbalance/Makefile.am:
33652         * gst-libs/gst/mixer/Makefile.am:
33653         * gst-libs/gst/play/Makefile.am:
33654         * gst-libs/gst/tuner/Makefile.am:
33655         * gst/tcp/Makefile.am:
33656         * sys/dxr3/Makefile.am:
33657           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
33658           tarball.
33659           Also add all *.list files that were missing.
33660         * Makefile.am:
33661           add a distcheck hook to ensure the above doesn't happen again.
33662
33663 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
33664
33665         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
33666
33667 2004-06-23  Colin Walters  <walters@redhat.com>
33668
33669         * m4/Makefile.am: Distribute gst-fionread.m4.
33670
33671 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
33672
33673         * configure.ac: back to dev
33674
33675 2004-06-23  Wim Taymans  <wim@fluendo.com>
33676
33677         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
33678         (gst_alsa_xrun_recovery):
33679         * ext/alsa/gstalsa.h:
33680         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
33681         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
33682         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33683         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
33684         (gst_alsa_src_loop):
33685         Add clock to alsasrc. Take new capture timestamp when
33686         restarting after an overrun. Split up some functions between
33687         alsasrc and alsasink.
33688
33689 === release 0.8.2 ===
33690
33691 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
33692
33693         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
33694         (gst_alsa_change_state), (gst_alsa_update_avail),
33695         (gst_alsa_xrun_recovery):
33696         * ext/alsa/gstalsa.h:
33697         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33698           merge back changes from release
33699
33700 2004-06-23  Wim Taymans  <wim@fluendo.com>
33701
33702         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
33703         (gst_audiorate_init), (gst_audiorate_chain),
33704         (gst_audiorate_set_property), (gst_audiorate_get_property):
33705         Implement sample dropping and notify
33706
33707 2004-06-22  Wim Taymans  <wim@fluendo.com>
33708
33709         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33710         (theora_enc_sink_link), (theora_buffer_from_packet),
33711         (theora_push_packet), (theora_enc_chain):
33712         Some cleanups, make sure the timestamps are correct.
33713
33714 2004-06-22  Wim Taymans  <wim@fluendo.com>
33715
33716         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
33717         (gst_alsa_change_state), (gst_alsa_update_avail),
33718         (gst_alsa_xrun_recovery):
33719         * ext/alsa/gstalsa.h:
33720         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
33721         Cleanups, take queued samples into account when reporting
33722         the time.
33723
33724 2004-06-22  Wim Taymans  <wim@fluendo.com>
33725
33726         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33727         (gst_videorate_init):
33728         Initialize the property as well.
33729
33730 2004-06-22  Wim Taymans  <wim@fluendo.com>
33731
33732         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33733         (gst_videorate_init), (gst_videorate_chain),
33734         (gst_videorate_set_property), (gst_videorate_get_property):
33735         Add property to make videorate silent.
33736         Add property to prefer new frames over old ones.
33737
33738 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33739
33740         * sys/osxvideo/Makefile.am:
33741         Workaround so that the osxvideo .so file gets linked with the
33742         Cocoa, OpenGL and QuickTime frameworks
33743
33744 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33745
33746         * sys/osxaudio/Makefile.am:
33747         Workaround so that the osxaudio .so file gets linked with the
33748         CoreAudio framework
33749
33750 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33751
33752         * configure.ac:
33753         Whoops, my fault...fixed build issues
33754
33755 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33756
33757         * configure.ac:
33758         Add objective-c support if running in Darwin/Mac OS X
33759         * sys/Makefile.am:
33760         * sys/osxvideo:
33761         * sys/osxvideo/Makefile.am:
33762         * sys/osxvideo/osxvideosink.h:
33763         * sys/osxvideo/osxvideosink.m:
33764         * sys/osxvideo/cocoawindow.h:
33765         * sys/osxvideo/cocoawindow.m:
33766         Add osxvideosink, a cocoa-based osx video sink
33767
33768
33769 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
33770         * ext/dvdnav/gst-dvd:
33771         Grab the gconf key from the right spot
33772         * gst/debug/gstnavseek.c: (gst_navseek_init),
33773         (gst_navseek_segseek), (gst_navseek_handle_src_event),
33774         (gst_navseek_chain):
33775         * gst/debug/gstnavseek.h:
33776           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
33777           and loop parameters of a segment seek.
33778         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
33779         (gst_videotestsrc_get_event_masks),
33780         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
33781         * gst/videotestsrc/gstvideotestsrc.h:
33782           Add seeking support to videotestsrc
33783           Initialise the timestamp_offset variable.
33784
33785 2004-06-18  Wim Taymans  <wim@fluendo.com>
33786
33787         * ext/sidplay/gstsiddec.cc:
33788         Fix negotiation and set correct end offset.
33789
33790 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
33791
33792         * configure.ac: branch and prerelease
33793
33794 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33795
33796         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
33797         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
33798         (gst_tcpclientsrc_init_receive):
33799         * gst/tcp/gsttcpclientsrc.h:
33800           read caps when connecting to server for GDP so we set them correctly
33801
33802 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33803
33804         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
33805           notify drops and duplicates
33806         * gst/videoscale/videoscale.c: (videoscale_get_structure):
33807           no good reason to limit ourselves to 100x100
33808
33809 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33810
33811         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
33812         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
33813         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33814         (gst_v4lsrc_get_property):
33815         * sys/v4l/gstv4lsrc.h:
33816         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
33817         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
33818         (gst_v4l_set_audio):
33819         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
33820         (gst_v4lsrc_try_capture):
33821         * sys/v4l/v4lsrc_calls.h:
33822           change try_palette to more general try_capture
33823           add autoprobe option so we can turn off autoprobing
33824           various fixes
33825
33826 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33827
33828         * configure.ac:
33829           add videorate
33830         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
33831         (gst_ximagesink_class_init):
33832         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
33833         (gst_xvimagesink_class_init):
33834           run them as finalize, not dispose, since dispose can be invoked
33835           multiple times
33836
33837 2004-06-17  Wim Taymans  <wim@fluendo.com>
33838
33839         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
33840         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
33841         * ext/alsa/gstalsa.h:
33842         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
33843         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
33844         (gst_alsa_src_change_state):
33845         * ext/alsa/gstalsasrc.h:
33846         Make the xrun code timestamp and offset the buffers correctly.
33847         moved the clock to the base class, use alsa methods to get time.
33848         Do correct timestamping on outgoing buffers.
33849
33850 2004-06-17  Wim Taymans  <wim@fluendo.com>
33851
33852         * gst/audiorate/Makefile.am:
33853         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
33854         (gst_audiorate_base_init), (gst_audiorate_class_init),
33855         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
33856         (gst_audiorate_set_property), (gst_audiorate_get_property),
33857         (gst_audiorate_change_state), (plugin_init):
33858         Added an audiorate converter that fills in gaps.
33859
33860 2004-06-17  Johan Dahlin  <johan@gnome.org>
33861
33862         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
33863
33864 2004-06-16  Wim Taymans  <wim@fluendo.com>
33865
33866         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
33867         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
33868         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
33869         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33870         (gst_v4lsrc_get_property):
33871         * sys/v4l/gstv4lsrc.h:
33872         Added a copy mode to v4lsrc where it will output a copied version
33873         of its internal hardware buffer.
33874         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
33875         can't | them.
33876
33877 2004-06-16  Wim Taymans  <wim@fluendo.com>
33878
33879         * sys/oss/gstosssrc.c: (gst_osssrc_get):
33880         Timestamp fixes.
33881
33882 2004-06-16  Wim Taymans  <wim@fluendo.com>
33883
33884         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
33885         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
33886         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33887         (gst_v4lsrc_get_property):
33888         * sys/v4l/gstv4lsrc.h:
33889         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
33890         Added a sync mode enum property to control v4lsrc timestamp method
33891         Removed the use-fixed-fps property and moved functionality in
33892         the enum.
33893         Don't error on an error value from v4l-conf, it might not always
33894         be a real error.
33895
33896 2004-06-16  Wim Taymans  <wim@fluendo.com>
33897
33898         * gst/videorate/Makefile.am:
33899         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
33900         (gst_videorate_base_init), (gst_videorate_class_init),
33901         (gst_videorate_getcaps), (gst_videorate_link),
33902         (gst_videorate_init), (gst_videorate_chain),
33903         (gst_videorate_set_property), (gst_videorate_get_property),
33904         (gst_videorate_change_state), (plugin_init):
33905         Added a video timestamp corrector.
33906
33907 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33908
33909         fixed a potential leak with previous commit
33910
33911         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
33912
33913 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33914
33915         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
33916         Added missing refcount, fixes bug #144425
33917         Cheers Tim for finding the bug
33918
33919 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
33920
33921         * sys/v4l/gstv4l.c: (plugin_init):
33922         * sys/v4l/gstv4lcolorbalance.c:
33923         * sys/v4l/gstv4lcolorbalance.h:
33924         * sys/v4l/gstv4lelement.c:
33925         * sys/v4l/gstv4lelement.h:
33926         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
33927         * sys/v4l/gstv4lmjpegsink.h:
33928         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
33929         * sys/v4l/gstv4lmjpegsrc.h:
33930         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
33931         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
33932         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
33933         * sys/v4l/gstv4lsrc.h:
33934         * sys/v4l/gstv4ltuner.c:
33935         * sys/v4l/gstv4ltuner.h:
33936         * sys/v4l/gstv4lxoverlay.c:
33937         * sys/v4l/gstv4lxoverlay.h:
33938         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
33939         (gst_v4l_set_window), (gst_v4l_enable_overlay):
33940         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
33941         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
33942         (gst_v4l_set_audio):
33943         * sys/v4l/v4l_calls.h:
33944         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
33945         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
33946         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
33947         (gst_v4lmjpegsink_playback_init),
33948         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
33949         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
33950         (gst_v4lmjpegsink_playback_stop),
33951         (gst_v4lmjpegsink_playback_deinit):
33952         * sys/v4l/v4lmjpegsink_calls.h:
33953         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
33954         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
33955         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
33956         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
33957         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
33958         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
33959         * sys/v4l/v4lmjpegsrc_calls.h:
33960         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
33961         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
33962         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
33963         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
33964         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
33965         (gst_v4lsrc_try_palette):
33966         * sys/v4l/v4lsrc_calls.h:
33967           bunch of paranoia cleanups
33968
33969 2004-06-14  David Schleef  <ds@schleef.org>
33970
33971         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
33972         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
33973         Send discont events and change timestamps appropriately when
33974         we get a seek event.  (bug #144240)
33975         * ext/cdparanoia/gstcdparanoia.h:
33976
33977 2004-06-14  Benjamin Otte  <otte@gnome.org>
33978
33979         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
33980           snd_pcm_hw_params_set_rate  since the latter fails for no good
33981           reason on some setups.
33982
33983 2004-06-14  David Schleef  <ds@schleef.org>
33984
33985         * gst/volume/demo.c: (value_changed_callback): exp10() is not
33986         standard.  Thank you for playing.
33987
33988 2004-06-14  Wim Taymans  <wim@fluendo.com>
33989
33990         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
33991         Patch 1.3 broke the ordering of the colorspace info and
33992         made the plugin basically work by coincidence, reordered
33993         the info.
33994
33995 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
33996
33997         * ext/lame/gstlame.c:
33998         * ext/mad/gstmad.c:
33999           sync caps.  Make sure mad can only output a list of rates, not
34000           a full range.  In the future, have three caps lists for each of the
34001           mpeg versions.  Change mpegversion to a double as well.
34002
34003 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
34004
34005         * gst/volume/.cvsignore:
34006         * gst/volume/Makefile.am:
34007         * gst/volume/demo.c: (value_changed_callback), (idler),
34008         (setup_gui), (main):
34009           added small demo app
34010
34011 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
34012         * ext/esd/esdsink.c: (gst_esdsink_change_state):
34013         * ext/esd/esdsink.h:
34014         Close the esd connection on pause, because esd will just wait -
34015         blocking all other esd clients indefinitely.
34016
34017 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
34018
34019         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
34020           previous commit with GST_DEBUG
34021
34022 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
34023
34024         * configure.ac:
34025           add a header check for a dvdread header in dvdnav.  Fixes #133002
34026
34027 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34028
34029         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
34030         * gst/tcp/gsttcpclientsink.h:
34031         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
34032         * gst/tcp/gsttcpclientsrc.h:
34033         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
34034         (gst_tcpserversink_handle_server_read),
34035         (gst_tcpserversink_init_send):
34036         * gst/tcp/gsttcpserversink.h:
34037         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
34038         * gst/tcp/gsttcpserversrc.h:
34039         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
34040         version of IP)
34041
34042 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34043
34044         * configure.ac:
34045         Added ogg library so that OSX detects libtheora properly
34046
34047 2004-06-11  Wim Taymans  <wim@fluendo.com>
34048
34049         * ext/theora/theoradec.c: (theora_dec_chain),
34050         (theora_dec_change_state):
34051         Don't try to decode frames before we received a keyframe.
34052
34053 2004-06-11  Wim Taymans  <wim@fluendo.com>
34054
34055         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
34056         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
34057         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34058         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
34059         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
34060         Added property to set the maximum delay of a page.
34061
34062 2004-06-10  Wim Taymans  <wim@fluendo.com>
34063
34064         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
34065         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
34066         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34067         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
34068         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
34069         Added max-delay property to control the maximum amount
34070         of data to put in one page.
34071
34072 2004-06-10  Wim Taymans  <wim@fluendo.com>
34073
34074         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
34075         (gst_theora_enc_init), (theora_enc_sink_link),
34076         (theora_buffer_from_packet), (theora_enc_set_property),
34077         (theora_enc_get_property):
34078         Set duration on encoded buffer, added some more properties
34079
34080 2004-06-10  Wim Taymans  <wim@fluendo.com>
34081
34082         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
34083         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34084         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
34085         * ext/theora/theoraenc.c: (theora_enc_chain):
34086         Fix refcounting bugs
34087
34088 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34089
34090         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
34091         (gst_asf_demux_loop), (gst_asf_demux_process_file),
34092         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
34093         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
34094         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
34095         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
34096         (gst_asf_demux_change_state):
34097         * gst/asfdemux/gstasfdemux.h:
34098           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
34099           feels like. I think we should set a new requirement for demuxers
34100           from now on to implement sane loop functions, data loops, query
34101           and seek functions before first commit into CVS. And this commit
34102           fixes all of the above.
34103
34104 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
34105
34106         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
34107           vorbis comments are properly encoded in UTF-8 before adding them
34108           to a GstTagList
34109
34110 2004-06-09  Benjamin Otte  <otte@gnome.org>
34111
34112         * ext/alsa/gstalsa.c: (add_channels):
34113           handle min <= max correctly
34114         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
34115         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
34116           add fixation functions so we fixate correctly. No preferring of alaw
34117           anymore because it's the first structure.
34118         * ext/alsa/gstalsa.h:
34119         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
34120         (gst_alsa_hw_params_dump):
34121           add functions to ease debugging in alsalib
34122         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
34123         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
34124         (gst_alsa_start_audio):
34125           only specify hw params if we really setup a format (fixes #134007 -
34126           or at least works around it)
34127
34128 2004-06-09  Wim Taymans  <wim@fluendo.com>
34129
34130         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
34131         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
34132         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
34133         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
34134         (gst_ogg_mux_loop):
34135         Use stream caps to setup the initial pages in the ogg stream.
34136         Correctly set the streamheader caps on the srcpad.
34137
34138 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
34139
34140         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
34141         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
34142         (gst_v4lsrc_getcaps):
34143         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
34144         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
34145           add querying of fps lists for webcams.  Negotiating to a framerate
34146           now works.
34147
34148 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34149
34150         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
34151         (theora_push_buffer), (theora_push_packet),
34152         (theora_set_header_on_caps), (theora_enc_chain):
34153           mark buffers and put on streamheader, raw theora streaming
34154           now works too, whee
34155
34156 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34157
34158         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
34159         (gst_tcp_gdp_read_caps):
34160           do a looping read for caps and GDP headers too
34161
34162 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34163
34164         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34165         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
34166           return EOS instead of NULL in _get
34167
34168 2004-06-08  Wim Taymans  <wim@fluendo.com>
34169
34170         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
34171         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
34172         (gst_tcp_gdp_write_caps):
34173         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34174         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
34175         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
34176         Memory leak fixes
34177
34178 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34179
34180         * ext/vorbis/Makefile.am:
34181         * ext/vorbis/vorbis.c: (plugin_init):
34182         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
34183         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
34184         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
34185         (vorbis_parse_change_state):
34186         * ext/vorbis/vorbisparse.h:
34187           adding a vorbisparse element that marks the buffers, streaming
34188           raw vorbis using GDP now works, whee
34189
34190 2004-06-08  Wim Taymans  <wim@fluendo.com>
34191
34192         * ext/jpeg/Makefile.am:
34193         * ext/jpeg/README:
34194         * ext/jpeg/gstjpeg.c: (plugin_init):
34195         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
34196         (gst_smokedec_base_init), (gst_smokedec_class_init),
34197         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
34198         * ext/jpeg/gstsmokedec.h:
34199         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
34200         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
34201         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
34202         (gst_smokeenc_resync), (gst_smokeenc_chain),
34203         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
34204         * ext/jpeg/gstsmokeenc.h:
34205         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
34206         (smokecodec_flush_destination), (smokecodec_term_destination),
34207         (smokecodec_init_source), (smokecodec_fill_input_buffer),
34208         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
34209         (smokecodec_term_source), (smokecodec_encode_new),
34210         (smokecodec_decode_new), (smokecodec_info_free),
34211         (smokecodec_set_quality), (smokecodec_get_quality),
34212         (smokecodec_set_threshold), (smokecodec_get_threshold),
34213         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
34214         (find_best_size), (abs_diff), (put), (smokecodec_encode),
34215         (smokecodec_parse_header), (smokecodec_decode):
34216         * ext/jpeg/smokecodec.h:
34217         Added a new simple jpeg based codec
34218
34219 2004-06-08  Wim Taymans  <wim@fluendo.com>
34220
34221         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34222         (gst_multipart_mux_loop):
34223         Fix memory leak
34224
34225 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34226
34227         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34228         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
34229         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
34230         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
34231         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
34232         * gst/tcp/gsttcpserversink.h:
34233           take streamheader into account
34234
34235 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34236
34237         * gst/level/Makefile.am:
34238         * gst/level/gstlevel.c: (gst_level_class_init):
34239           clean up marshal generation
34240
34241 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34242
34243         * gst/tcp/Makefile.am:
34244         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
34245         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
34246         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
34247         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
34248         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
34249         (gst_tcpclientsrc_get_property):
34250         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
34251         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
34252         (gst_tcpserversink_handle_client_read),
34253         (gst_tcpserversink_handle_client_write),
34254         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
34255         * gst/tcp/gsttcpserversink.h:
34256           add signals client-added and client-removed
34257         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
34258         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
34259         (gst_tcpserversrc_get_property):
34260         uniformized, change default protocol to NONE
34261         * gst/tcp/gsttcp-marshal.list: added
34262 2004-06-07  Benjamin Otte  <otte@gnome.org>
34263
34264         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34265           handle discont events if they happen before caps nego
34266
34267 2004-06-07  Wim Taymans  <wim@fluendo.com>
34268
34269         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
34270         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
34271         (gst_multipart_demux_plugin_init):
34272         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34273         (gst_multipart_mux_init), (gst_multipart_mux_loop),
34274         (gst_multipart_mux_change_state):
34275         Small updates, fix a memleak
34276
34277 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
34278
34279         * configure.ac: OSS portability
34280         * ext/arts/gst_arts.c: idem
34281         * sys/oss/gstosselement.c: idem
34282         * sys/oss/gstossmixer.c: idem
34283         * sys/oss/gstosssink.c: idem
34284         * sys/oss/gstosssrc.c: idem
34285         * sys/oss/oss_probe.c: idem
34286           - check for soundcard.h in different places for some BSD
34287
34288 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
34289
34290         * AUTHORS:
34291         Add me to the authors file
34292         * configure.ac:
34293         Increase the libdv requirement to >= version 0.100
34294         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
34295         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
34296         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
34297         * ext/dv/gstdvdec.h:
34298         Add support for the new_media flag when sending DISCONT events
34299         Make the querying work when video pad is not linked
34300
34301 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
34302
34303         reviewed by Benjamin Otte  <otte@gnome.org>
34304
34305         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
34306           create a NULL-initialized array of pads, so we don't think they
34307           exist already. (fixes #143130)
34308
34309 2004-06-07  Benjamin Otte  <otte@gnome.org>
34310
34311         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
34312         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
34313         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
34314           don't use // coments
34315
34316 2004-06-07  Benjamin Otte  <otte@gnome.org>
34317
34318         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
34319           cast to GstClockTime to get higher granularity
34320         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34321           use gst_element_set_time_delay to get the exact time
34322         * ext/mad/gstmad.c: (gst_mad_chain):
34323           use the negotiated rate instead of the current frame's rate which
34324           might be wrong because of bit errors. This avoids emitting totally
34325           bogus timestamps and screwing sync.
34326         (fixes #143454)
34327
34328 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
34329
34330         reviewed by Benjamin Otte  <otte@gnome.org>
34331
34332         * gst/adder/gstadder.c: (gst_adder_loop):
34333           properly error out when no negotiation has happened yet. (fixes
34334           #143032)
34335
34336 2004-06-06  Benjamin Otte  <otte@gnome.org>
34337
34338         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
34339           forward correctly transformed offset in discont events. Based on
34340           patch by Arwed v. Merkatz. (fixes #142851)
34341
34342 2004-06-06  David Schleef  <ds@schleef.org>
34343
34344         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
34345         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
34346         problems on several systems.
34347
34348 2004-06-06  Benjamin Otte  <otte@gnome.org>
34349
34350         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
34351           use explicit caps on the srcpad
34352         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34353           properly error out if caps couldn't be set (fixes #142764)
34354
34355 2004-06-06  Benjamin Otte  <otte@gnome.org>
34356
34357         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
34358         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
34359         (gst_alsa_start_audio):
34360           - don't call set_periods_integer anymore, it breaks the
34361           configuration randomly
34362           - call snd_pcm_hw_params_set_access directly instead of using masks
34363           - don't fail if the sw_params can't be set, just use the default
34364           params and hope it works. Alsalib has weird issues when you touch
34365           sw_params and does no proper error reporting about what failed.
34366         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
34367         (gst_alsa_close_audio):
34368           make our alsa debugging go via gst debugging and not conditionally
34369           defined
34370         * ext/alsa/gstalsa.h:
34371           add ALSA_DEBUG_FLUSH macro
34372         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
34373         (plugin_init):
34374           wrap alsa errors to be printed via the gst debugging system and not
34375           spammed to stderr
34376
34377 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34378
34379         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
34380         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
34381         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
34382         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
34383         (qtdemux_parse_trak):
34384         * gst/qtdemux/qtdemux.h:
34385           Bitch. Also known as seeking, querying & co.
34386         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
34387         (gst_osssink_change_state):
34388         * sys/oss/gstosssink.h:
34389           Resyncing is for weenies, this hack is no longer needed and was
34390           broken anyway (since it - unintendedly - always leaves resync to
34391           TRUE).
34392
34393 2004-06-05  Andrew Turner <zxombie@hotpop.com>
34394
34395         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
34396         * gst/tcp/gsttcpclientsrc.h: idem
34397           - define MSG_NOSIGNAL if not done
34398           - include unistd.h for off_t
34399           (fixes #143749)
34400
34401 2004-06-05  Benjamin Otte  <otte@gnome.org>
34402
34403         * configure.ac:
34404         * ext/kio/Makefile.am:
34405           check for qt's moc preprocessor explicitly and use it
34406
34407 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34408
34409         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
34410           don't get a signal for EPIPE on socket writes
34411           (somebody check if this works on other platforms)
34412
34413 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34414
34415         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
34416         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
34417           check error condition on available samples correctly
34418
34419 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34420
34421         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
34422           avoid a segfault
34423         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
34424         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
34425         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
34426         (gst_tcpserversrc_gdp_read_header):
34427          use ssize_t over size_t since the former is signed and thus the
34428          check for error codes can work
34429
34430 2004-06-02  Wim Taymans  <wim@fluendo.com>
34431
34432         reviewed by: Johan
34433
34434         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34435         (gst_multipart_mux_loop):
34436         Oops
34437
34438 2004-06-02  Wim Taymans  <wim@fluendo.com>
34439
34440         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34441         (gst_multipart_mux_init), (gst_multipart_mux_loop),
34442         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34443         (gst_multipart_mux_change_state):
34444         Added configurable boundary specifier, added the value as a
34445         caps field as well.
34446
34447 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34448
34449         * gst/tcp/gsttcp.c:
34450         * gst/tcp/gsttcpclientsrc.c:
34451         * gst/tcp/gsttcpclientsrc.h:
34452         * gst/tcp/gsttcpserversrc.c:
34453           - portability fix, to compile on OSX
34454             (fixes #143146)
34455
34456         * sys/osxaudio/gstosxaudioelement.c:
34457         * sys/osxaudio/gstosxaudiosink.c:
34458         * sys/osxaudio/gstosxaudiosrc.c:
34459           - compilation warnings on OSX
34460             (fixes #143153)
34461
34462 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34463
34464         * ext/vorbis/vorbisdec.c : sign warning fixes
34465
34466         * gst-libs/gst/mixer/mixertrack.c :
34467           do no use defines which are glib 2.4 specific
34468
34469 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
34470
34471         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
34472           buffer since libflac doesn't expect it (reports a sync error when
34473           it encounters that)
34474
34475
34476 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
34477
34478         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
34479         * gst-libs/gst/mixer/mixertrack.c:
34480         (gst_mixer_track_get_property), (get_mixer_track_init),
34481         (get_mixer_track_get_property): Added property accessors
34482         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
34483         * gst-libs/gst/mixer/mixeroptions.c:
34484         (gst_mixer_options_get_values): Added
34485         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
34486         * gst-libs/gst/mixer/mixer.c: Fixed comment
34487
34488
34489 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34490
34491         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
34492           improve error messages on open
34493
34494
34495 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34496
34497         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
34498           check if v4l-conf is in path
34499
34500 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34501
34502         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
34503           change assert to a more readable error message
34504
34505 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
34506
34507         * gst-libs/gst/tuner/tunerchannel.h:
34508           - add a freq_multiplicator field to make the conversion
34509             between internal frequency unit and Hz
34510         * sys/v4l/gstv4lelement.c:
34511         * sys/v4l2/gstv4l2element.c:
34512           - change default video device to /dev/video0
34513         * sys/v4l/v4l_calls.c:
34514         * sys/v4l2/v4l2_calls.c:
34515           - we only expose frequency to the user in Hz instead of
34516             bastard v4lX unit (either 62.5kHz or 62.5Hz)
34517
34518 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
34519         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34520           Initialise b_o_s and e_o_s variables
34521         * gst-libs/gst/riff/riff-media.c:
34522         (gst_riff_create_video_caps_with_data):
34523           Add some unusual fourcc's from mplayer avi's
34524         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
34525           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
34526           autoplugging.
34527
34528 2004-05-28  Wim Taymans  <wim@fluendo.com>
34529
34530         * configure.ac:
34531         * gst/alpha/Makefile.am:
34532         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
34533         (gst_alpha_get_type), (gst_alpha_base_init),
34534         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
34535         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
34536         (gst_alpha_chroma_key), (gst_alpha_chain),
34537         (gst_alpha_change_state), (plugin_init):
34538         A plugin to add an alpha channel to I420 video. Can optionally do
34539         chroma keying.
34540         * gst/multipart/Makefile.am:
34541         * gst/multipart/multipart.c: (plugin_init):
34542         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
34543         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
34544         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
34545         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
34546         (gst_multipart_demux_change_state),
34547         (gst_multipart_demux_plugin_init):
34548         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
34549         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
34550         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
34551         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
34552         (gst_multipart_mux_pad_unlink),
34553         (gst_multipart_mux_request_new_pad),
34554         (gst_multipart_mux_handle_src_event),
34555         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
34556         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
34557         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34558         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
34559         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
34560         send multipart jpeg images to a browser.
34561         * gst/videobox/Makefile.am:
34562         * gst/videobox/README:
34563         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
34564         (gst_video_box_get_type), (gst_video_box_base_init),
34565         (gst_video_box_class_init), (gst_video_box_init),
34566         (gst_video_box_set_property), (gst_video_box_get_property),
34567         (gst_video_box_sink_link), (gst_video_box_i420),
34568         (gst_video_box_ayuv), (gst_video_box_chain),
34569         (gst_video_box_change_state), (plugin_init):
34570         Crops or adds borders around an image. can do alpha channel
34571         borders as well.
34572         * gst/videomixer/Makefile.am:
34573         * gst/videomixer/README:
34574         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
34575         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
34576         (gst_videomixer_pad_get_sink_event_masks),
34577         (gst_videomixer_pad_get_property),
34578         (gst_videomixer_pad_set_property),
34579         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
34580         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
34581         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
34582         (gst_videomixer_base_init), (gst_videomixer_class_init),
34583         (gst_videomixer_init), (gst_videomixer_request_new_pad),
34584         (gst_videomixer_handle_src_event),
34585         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
34586         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
34587         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
34588         (gst_videomixer_loop), (gst_videomixer_get_property),
34589         (gst_videomixer_set_property), (gst_videomixer_change_state),
34590         (plugin_init):
34591         Generic video mixer plugin, can handle multiple inputs all with
34592         different framerates and video sizes. Is fully alpha channel
34593         aware.
34594
34595 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34596
34597         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
34598           Select first track as master track. Not sure how else to handle
34599           that...
34600         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
34601           Discard discont events. Should fix #142962.
34602
34603 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34604
34605         * ext/alsa/Makefile.am:
34606         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
34607         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
34608         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
34609         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
34610         (gst_alsa_mixer_get_option):
34611         * ext/alsa/gstalsamixer.h:
34612         * ext/alsa/gstalsamixeroptions.c:
34613         (gst_alsa_mixer_options_get_type),
34614         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
34615         (gst_alsa_mixer_options_new):
34616         * ext/alsa/gstalsamixeroptions.h:
34617         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
34618         * ext/alsa/gstalsamixertrack.h:
34619           Add enumerations (as GstMixerOptions). Make correct distinction
34620           between input/output tracks. Add capture/playback private flag.
34621           Use flag to decide on whether to set capture or playback volumes
34622           or switches. Use playback and record switches.
34623         * gst-libs/gst/mixer/Makefile.am:
34624         * gst-libs/gst/mixer/mixer-marshal.list:
34625         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
34626         (gst_mixer_set_option), (gst_mixer_get_option),
34627         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
34628         (gst_mixer_volume_changed), (gst_mixer_option_changed):
34629         * gst-libs/gst/mixer/mixer.h:
34630         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
34631         (gst_mixer_options_class_init), (gst_mixer_options_init),
34632         (gst_mixer_options_dispose):
34633         * gst-libs/gst/mixer/mixeroptions.h:
34634           Add GstMixerOptions.
34635         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
34636           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
34637           broken device detection on computers with multiple OSS sound
34638           cards.
34639
34640 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34641
34642         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
34643           fixate nicely even when the peer is not negotiating
34644
34645 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34646
34647         * gst/audioconvert/gstaudioconvert.c:
34648         (gst_audio_convert_parse_caps):
34649           make sure we don't allow depth > width
34650         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
34651           fixate endianness to G_BYTE_ORDER as default
34652         * gst/audioscale/gstaudioscale.c:
34653           we don't handle another endianness as host-endianness
34654
34655 2004-05-25  David Schleef  <ds@schleef.org>
34656
34657         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
34658
34659 2004-05-24  Benjamin Otte  <otte@gnome.org>
34660
34661         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
34662         (gst_oggvorbisenc_setup):
34663           properly fail when we can't setup the vorbis encoder due to
34664           unsupported settings
34665         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
34666         (gst_vorbisenc_setup):
34667           same
34668         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
34669           fix case where warnings occured when one pad was unlinked while the
34670           other's link function was called
34671
34672 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
34673
34674         * gst/tcp/Makefile.am:
34675           use GST_ENABLE_NEW
34676
34677 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34678
34679         * gst-libs/gst/resample/private.h:
34680           don't use optimizations that are #if 0'ed
34681
34682 2004-05-24  Wim Taymans  <wim@fluendo.com>
34683
34684         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
34685         Fix potential division by zero error and hopefully get
34686         the position query right to get correct timestamps on avi
34687         audio.
34688
34689 2004-05-24  Wim Taymans  <wim@fluendo.com>
34690
34691         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
34692         (gst_videoscale_scale_nearest_str2),
34693         (gst_videoscale_scale_nearest_str4),
34694         (gst_videoscale_scale_nearest_32bit),
34695         (gst_videoscale_scale_nearest_24bit),
34696         (gst_videoscale_scale_nearest_16bit):
34697         Fix the scaling algorithm and avoid a buffer overflow.
34698         removed the while loop in the scaling function as it
34699         was used for point sampling only.
34700
34701 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34702
34703         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
34704         (gst_id3_tag_class_init), (gst_id3_tag_init),
34705         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
34706         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
34707         (gst_id3_tag_send_tag_event):
34708           lots of fixes to make id3mux work and id3demux work correctly
34709
34710 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34711
34712         * ext/Makefile.am:
34713           add rules to build shout2send (was removed by accident
34714           when this module was no more marked experimental/broken)
34715
34716 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34717
34718         * ext/shout2/gstshout2.c:
34719         * ext/shout2/gstshout2.h:
34720           adding a "connection problem" signal to shout2send
34721           (fixes #142954)
34722
34723 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
34724
34725         * ext/kio/kioreceiver.cpp:
34726         * ext/kio/kioreceiver.h:
34727           fix sign comparison issues
34728
34729 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34730
34731         * gst/cdxaparse/gstcdxaparse.c:
34732         * gst/cdxaparse/gstcdxaparse.h:
34733           some renaming
34734           add some checks/sanity
34735           prepare for seek addition
34736
34737         * sys/sunaudio/gstsunaudio.c:
34738           remove exported dupe init function
34739
34740 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
34741
34742         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
34743         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
34744           Fix format conversion and position querying.
34745         * gst/debug/progressreport.c: (gst_progressreport_report):
34746           Don't output a bogus total value that we didn't query.
34747         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
34748           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
34749           only a blank window after xine has been used.
34750
34751 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34752
34753         * m4/as-arts.m4:
34754           sync with upstream version to fix test on FC2
34755           readd with -ko to preserve Id header
34756
34757 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34758
34759         * configure.ac:
34760           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
34761         * gst/tcp/gsttcpclientsrc.c: idem
34762         * gst/tcp/gsttcpserversink.c: idem
34763         * gst/tcp/gsttcpserversrc.c: idem
34764         * m4/gst-fionread.m4: idem
34765
34766         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
34767
34768         * configure.ac: enable speex plugin for speex 1.1.5+
34769         * ext/speex/gstspeexenc.c: fix cast warning
34770
34771         * ext/esd/README: fix typo
34772
34773 2004-05-20  David Schleef  <ds@schleef.org>
34774
34775         * configure.ac: Minor cosmetic change to convince the buildbot to
34776         reautogen.
34777         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
34778         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
34779         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
34780         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
34781         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
34782         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
34783         More hacking.  Plays audio now.
34784
34785 2004-05-20  David Schleef  <ds@schleef.org>
34786
34787         * configure.ac:
34788         * sys/Makefile.am:
34789
34790 2004-05-20  David Schleef  <ds@schleef.org>
34791
34792         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
34793         * sys/osxaudio/gstosxaudio.c:
34794         * sys/osxaudio/gstosxaudioelement.c:
34795         * sys/osxaudio/gstosxaudioelement.h:
34796         * sys/osxaudio/gstosxaudiosink.c:
34797         * sys/osxaudio/gstosxaudiosink.h:
34798         * sys/osxaudio/gstosxaudiosrc.c:
34799         * sys/osxaudio/gstosxaudiosrc.h:
34800
34801 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34802
34803         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
34804         (gst_vorbisenc_chain):
34805           put the codec headers on the caps as streamheader as well as
34806           pushing them out
34807
34808 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34809
34810         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
34811         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
34812         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
34813         split up push_packet into two functions
34814
34815 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34816
34817         * gst/tcp/.cvsignore:
34818           ignore enums
34819         * gst/tcp/Makefile.am:
34820         * gst/tcp/README:
34821         * gst/tcp/gsttcp.c:
34822         * gst/tcp/gsttcp.h:
34823         * gst/tcp/gsttcpclientsink.c:
34824         * gst/tcp/gsttcpclientsink.h:
34825         * gst/tcp/gsttcpclientsrc.c:
34826         * gst/tcp/gsttcpclientsrc.h:
34827         * gst/tcp/gsttcpplugin.c:
34828         * gst/tcp/gsttcpserversink.c:
34829         * gst/tcp/gsttcpserversink.h:
34830         * gst/tcp/gsttcpserversrc.c:
34831         * gst/tcp/gsttcpserversrc.h:
34832           add new tcp elements
34833
34834 2004-05-19  Wim Taymans  <wim@fluendo.com>
34835
34836         * gst/law/mulaw-conversion.c: (mulaw_encode):
34837         Fix overflow bug in ulaw encoding.
34838
34839 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34840
34841         * ext/mad/gstmad.c: (gst_mad_handle_event):
34842           don't unref the event twice
34843
34844 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34845
34846         * configure.ac:
34847           remove -Wno-sign-compare
34848
34849 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34850
34851         * configure.ac:
34852           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
34853           if you want to work against glib 2.2 and 2.4
34854
34855 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
34856
34857         * gst/tcp/Makefile.am:
34858         * gst/tcp/gsttcp.c:
34859         * gst/tcp/gsttcp.h:
34860         * gst/tcp/gsttcpsink.h:
34861         * gst/tcp/gsttcpsrc.h:
34862           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
34863
34864 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34865
34866         * gst/debug/tests.c: (md5_get_value):
34867           fix segfault on gst-inspect
34868
34869 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34870
34871         * gst/debug/testplugin.c:
34872         * gst/debug/tests.c:
34873         * gst/debug/tests.h:
34874           add new extensible and configurable testing element. Current tests
34875           include buffer count, stream length, timestamp/duration matching and
34876           md5.
34877         * gst/debug/Makefile.am:
34878         * gst/debug/gstdebug.c: (plugin_init):
34879           add infrastructure for new element
34880
34881 2004-05-19  Johan Dahlin  <johan@gnome.org>
34882
34883         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
34884         ending of the array. Fixes gst-inspect segfault on ppc.
34885
34886 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34887
34888         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
34889
34890         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
34891
34892 2004-05-18  David Schleef  <ds@schleef.org>
34893
34894         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
34895         warnings (bugs, actually) noticed by gcc but not forte.
34896
34897 2004-05-18  David Schleef  <ds@schleef.org>
34898
34899         * sys/sunaudio/Makefile.am:
34900         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
34901
34902 2004-05-18  David Schleef  <ds@schleef.org>
34903
34904         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
34905         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
34906         to allow qtdemux to use non-seekable streams. (bug #142272)
34907
34908 2004-05-18  David Schleef  <ds@schleef.org>
34909
34910         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
34911         (gst_resample_sinc_ft_float): Remove use of static temporary
34912         buffer.  This code was obviously not supposed to last long, but
34913         it's stuck in our ABI, so it required a little hack to make it
34914         ABI-compatible.  Fixes #142585.
34915         * gst-libs/gst/resample/resample.h: same.
34916
34917 2004-05-18  David Schleef  <ds@schleef.org>
34918
34919         * configure.ac: Add sunaudio
34920         * examples/Makefile.am: make gstplay depend on gconf
34921         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
34922         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
34923         (convert_table_lookup), (img_convert): remove c99-isms
34924         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
34925           unsigned, to fix a warning on Solaris
34926         * gst/mpeg1sys/systems.c: bcopy->memcpy
34927         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
34928         * sys/Makefile.am: Add sunaudio
34929
34930 2004-05-18  Wim Taymans  <wim@fluendo.com>
34931
34932         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
34933         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
34934         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
34935         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
34936         (gst_ogg_mux_loop):
34937         Fix an ugly memleak where the muxer didn't flush enough ogg
34938         pages. This also resulted in badly muxed ogg files.
34939
34940 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34941
34942         * gst/asfdemux/asfheaders.c :
34943         * gst/asfdemux/asfheaders.h :
34944         * gst/asfdemux/gstasfdemux.c :
34945           - fix ASF_OBJ_PADDING guid
34946           - add 3 new object guids (language list, metadata,
34947             extended stream properties)
34948           - add a function to parse extended header objects
34949
34950 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34951
34952         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
34953           remove leftover debugging g_print
34954
34955 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34956
34957         * ext/mad/gstmad.c: (gst_mad_handle_event):
34958           Fix for when the first format in a discont event is not a
34959           byte-based one. Should fix #137710.
34960
34961 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34962
34963         * m4/a52.m4 : fix compilation with -Wall -Werror
34964         * m4/libfame.m4 : idem
34965         * m4/libmikmod.m4 : idem
34966
34967 2004-05-17  Benjamin Otte  <otte@gnome.org>
34968
34969         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
34970           signal the new tags before giving up the reference
34971
34972 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34973
34974         * ext/shout2/gstshout2.c:
34975           use application/ogg instead of application/x-ogg (patch by Patrick
34976           Guimond, fixes #142432)
34977         * sys/oss/gstosselement.c: (gst_osselement_reset),
34978         (gst_osselement_sync_parms):
34979           don't set fragment size unless specified (fixes #142493)
34980
34981 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34982
34983         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
34984           fixes #142664
34985
34986 2004-05-17  Benjamin Otte  <otte@gnome.org>
34987
34988         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
34989           compute offsets correctly for internal buffers so timestamps are set
34990           correctly when we can't seek. Also handle cases where there are no
34991           offsets. (based on a patch by David Moore, fixes #142507)
34992
34993 2004-05-17  Benjamin Otte  <otte@gnome.org>
34994
34995         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
34996           use correct variable when determining amount of data to skip so we
34997           don't skip into the void and segfault
34998
34999 2004-05-16  Benjamin Otte  <otte@gnome.org>
35000
35001         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
35002           Hi, I'm a memleak
35003
35004 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35005
35006         * gst/asfdemux/gstasfdemux.c:
35007           - fix a mem leak and always propagate tags
35008           - add WMV3 to known video codecs (but no decoder yet)
35009           - replace "surplus data" at end of audio header for what
35010             it is : codec specific data
35011           - fix a typo
35012
35013 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
35014
35015         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
35016
35017         * gst-libs/gst/audio/audioclock.c:
35018           Fix wrong return type (#142205).
35019
35020 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35021
35022         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
35023           Ignore CRCs by default (fixes #142566).
35024
35025 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35026
35027         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
35028         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
35029         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
35030         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
35031         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
35032         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
35033           Fix for cases where we fail to attach to a mixer.
35034
35035 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35036
35037         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
35038           Don't touch events after not owning them anymore.
35039         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
35040         (gst_wavparse_fmt), (gst_wavparse_other),
35041         (gst_wavparse_handle_seek), (gst_wavparse_loop),
35042         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
35043         (gst_wavparse_srcpad_event):
35044         * gst/wavparse/gstwavparse.h:
35045           Add seeking, fix querying.
35046
35047 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35048
35049         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35050           - process comments even if they don't end with \0\0
35051             g_convert would ignore them if present and works well without them
35052
35053 2004-05-16  Benjamin Otte  <otte@gnome.org>
35054
35055         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
35056           simplify caps
35057
35058 2004-05-16  Benjamin Otte  <otte@gnome.org>
35059
35060         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35061           don't write to memory we might not write to - g_convert does that
35062           for us anyway (fixes #142613)
35063         (gst_asf_demux_audio_caps):
35064           comment out gst_util_dump_mem
35065
35066 2004-05-16  Benjamin Otte  <otte@gnome.org>
35067
35068         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35069           compute correct expected timestamps after seek (broken since
35070           last commit)
35071         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
35072           rename element and debugging category to gdkpixbufscale
35073
35074 2004-05-16  Benjamin Otte  <otte@gnome.org>
35075
35076         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35077           add error checking to snd_pcm_delay and remove duplicate call to
35078           snd_pcm_delay that caused issues (see inline code comments)
35079         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
35080           make more readable and fix return value when snd_pcm_delay fails
35081         (fixes #142586)
35082
35083 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
35084         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
35085         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
35086         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
35087         (gst_pixbufscale_link), (gst_pixbufscale_init),
35088         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
35089         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
35090         (gst_pixbufscale_get_property), (pixbufscale_init):
35091         * ext/gdk_pixbuf/pixbufscale.h:
35092         Add these files I forgot earlier
35093
35094 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
35095         * ext/gdk_pixbuf/Makefile.am:
35096         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
35097         * ext/gdk_pixbuf/gstgdkpixbuf.h:
35098         Add new pixbufscale element to scale RGB video
35099         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
35100         and HYPER interpolation correctly.
35101         * ext/theora/theoraenc.c: (theora_enc_chain),
35102         Discard buffer and return if explicit caps could not be set
35103         (theora_enc_get_property):
35104         Make _get return kbps for the bitrate consistent with
35105         the _set function.
35106
35107
35108 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35109
35110         * ext/libvisual/visual.c: (gst_visual_chain):
35111           add missing visual_audio_analyze
35112
35113 2004-05-14  David Schleef  <ds@schleef.org>
35114
35115         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
35116         is killed while we're playing.
35117         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
35118         gst_element_no_more_pads().
35119
35120 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35121
35122         * gst-libs/gst/riff/riff-read.c :
35123           - fix INFO tag extraction in RIFF/AVI files
35124             because gst_event_unref (event) also freed taglist
35125           - avoid a mem leak
35126
35127 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35128
35129         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
35130         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
35131
35132         * gst/auparse/gstauparse.c :
35133           - add code (commented for now) to support audio/x-adpcm on src pad
35134             (we have no decoder for those layout yet)
35135
35136         * gst/cdxaparse/gstcdxaparse.c :
35137         * gst/cdxaparse/gstcdxaparse.h :
35138           - partial rewrite using RiffRead (ripped iain's wavparse code)
35139
35140         * gst/rtp/gstrtpL16enc.c : typo
35141         * gst/rtp/gstrtpgsmenc.c : typo
35142
35143 2004-05-13  Benjamin Otte  <otte@gnome.org>
35144
35145         * configure.ac:
35146           check for exact version of libvisual, it's not supposed to be
35147           API/ABI stable yet
35148
35149 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35150
35151         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
35152           signal no-more-pads
35153
35154 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
35155
35156         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
35157         Report which format was used for GST_FORMAT_DEFAULT
35158         * gst/debug/Makefile.am:
35159         * gst/debug/gstdebug.c: (plugin_init):
35160         * gst/debug/progressreport.c: (gst_progressreport_base_init),
35161         (gst_progressreport_class_init), (gst_progressreport_init),
35162         (gst_progressreport_report), (gst_progressreport_set_property),
35163         (gst_progressreport_get_property), (gst_progressreport_chain),
35164         (gst_progressreport_plugin_init):
35165         Add progressreport element for testing.
35166
35167 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
35168
35169         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
35170         * sys/v4l/gstv4lsrc.h:
35171         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
35172         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
35173         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
35174         (gst_v4lsrc_grab_frame):
35175           add more debugging
35176           send a discont at start
35177
35178 2004-05-12  Colin Walters  <walters@redhat.com>
35179
35180         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
35181         inflooping if we can't find a chunk.  Or in other words, don't blow
35182         chunks if we don't have a chunk to blow.
35183
35184 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
35185         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
35186         Remove old debug output
35187         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
35188         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
35189         (gst_dvdec_set_property), (gst_dvdec_get_property):
35190         Change the quality setting to an enum, so it works from gst-launch
35191         Don't renegotiate a non-linked pad. Allows audio only decoding.
35192         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
35193         (gst_deinterlace_link), (gst_deinterlace_init):
35194         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
35195         (gst_videodrop_link):
35196         Some caps negotiation fixes
35197
35198 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35199
35200         * ext/tarkin/gsttarkin.c :
35201           - Change RANK from NONE to PRIMARY
35202         * ext/gdk_pixbuf/gstgdkpixbuf.c :
35203           - Change RANK from NONE to MARGINAL
35204         * ext/divx/gstdivxenc.c :
35205           - Change RANK from PRIMARY to NONE (encoder/spider issue)
35206
35207 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
35208
35209         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
35210         (gst_vorbisenc_push_packet):
35211           copy a function that was added between 1.0 and 1.0.1 until we
35212           depend on worthwhile features of post-1.0
35213
35214 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35215
35216         * configure.ac:
35217           enable shout2 by default
35218         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
35219         (gst_shout2send_base_init), (gst_shout2send_init),
35220         (gst_shout2send_connect), (gst_shout2send_change_state):
35221         * ext/shout2/gstshout2.h:
35222           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
35223           #142262)
35224         * ext/theora/theora.c: (plugin_init):
35225           don't set rank on encoders
35226
35227 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
35228
35229         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
35230           Use codec_data property instead of flag1 and flag2 for wma
35231
35232 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35233
35234         * gst/cdxaparse/gstcdxaparse.c :
35235           - Add mpegversion to CAPS to make it link
35236           - Rank is as GST_RANK_SECONDARY instead of NONE
35237         * gst/auparse/gstauparse.c :
35238           - Document all audio encoding we can encounter from Solaris 9
35239             headers and libsndfile information.
35240           - Increase max. rate from 48000 to 192000 (to match other elements)
35241           - Don't try to play junk data between header and samples
35242
35243 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35244
35245         * ext/libvisual/visual.c: (gst_visual_getcaps):
35246           use the right caps depending on endianness (I hope)
35247         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
35248           use GST_RANK_NONE for all non-decoding elements or spider gets
35249           mighty confused
35250
35251 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35252
35253         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35254           Fix some odd cases and fix BE metadata parsing of unicode16 text.
35255
35256 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35257
35258         * gst/switch/gstswitch.c: (gst_switch_release_pad),
35259         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
35260         (gst_switch_loop), (gst_switch_get_type):
35261           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
35262           HEADERS. Had to be said.
35263
35264 2004-05-10  David Schleef  <ds@schleef.org>
35265
35266         * configure.ac: Add prototype Dirac support.
35267         * ext/Makefile.am:
35268         * ext/dirac/Makefile.am:
35269         * ext/dirac/gstdirac.cc:
35270         * ext/dirac/gstdiracdec.cc:
35271
35272 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35273
35274         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
35275         (gst_auparse_init), (gst_auparse_chain),
35276         (gst_auparse_change_state):
35277           Hack around spider. Remove me some day please.
35278
35279 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35280
35281         * gst/auparse/gstauparse.c: (gst_auparse_chain):
35282           Fix for some uninitialized variables in previous patch, also
35283           makes it work. Fixes #142286 while we're at it.
35284
35285 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35286
35287         * gst/auparse/gstauparse.c:
35288                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
35289                 only unsupported formats are ADPCM/CCITT G.72x
35290                 reviewed by Ronald
35291         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
35292
35293 2004-05-10  Wim Taymans  <wim@fluendo.com>
35294
35295         * ext/vorbis/Makefile.am:
35296         * ext/vorbis/README:
35297         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
35298         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
35299         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
35300         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
35301         (gst_oggvorbisenc_convert_sink),
35302         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
35303         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
35304         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
35305         (get_constraints_string), (update_start_message),
35306         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
35307         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
35308         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
35309         * ext/vorbis/oggvorbisenc.h:
35310         * ext/vorbis/vorbis.c: (plugin_init):
35311         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
35312         (raw_caps_factory), (gst_vorbisenc_class_init),
35313         (gst_vorbisenc_init), (gst_vorbisenc_setup),
35314         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
35315         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
35316         * ext/vorbis/vorbisenc.h:
35317         Added a raw vorbis encoder to be used with the oggmuxer.
35318         We still need the old encoder for some gnome applications,
35319         read the README to find out how that works.
35320         The raw encoder is called "rawvorbisenc" until 0.9.
35321
35322 2004-05-10  Wim Taymans  <wim@fluendo.com>
35323
35324         * ext/ogg/gstogg.c: (plugin_init):
35325         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
35326         (gst_ogg_print):
35327         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
35328         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
35329         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
35330         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
35331         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
35332         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
35333         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
35334         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
35335         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
35336         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
35337         Added an ogg muxer.
35338         Small typo fixes in the demuxer.
35339
35340 2004-05-10  Wim Taymans  <wim@fluendo.com>
35341
35342         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35343         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
35344         (theora_enc_change_state), (theora_enc_set_property),
35345         (theora_enc_get_property):
35346         Mark the last packet with an EOS flag which is not really needed
35347         in gstreamer.
35348         Do some better video framerate initialisation.
35349         Update the buffer timestamp.
35350
35351 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
35352
35353         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
35354         Return the result of the parent state change call
35355
35356 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35357
35358         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
35359         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
35360         * gst/law/alaw-encode.c : (idem)
35361         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
35362         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
35363         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
35364
35365 2004-05-09  Benjamin Otte  <otte@gnome.org>
35366
35367         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
35368           don't use a fixed buffer size when writing variable length data to
35369           it. Fixes memory corruption and makes alsasrc work
35370
35371 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35372
35373         * ext/gnomevfs/gstgnomevfssink.c:
35374         (_gst_boolean_allow_overwrite_accumulator),
35375         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
35376           Run glib's default signal handler (??) in RUN_CLEANUP rather than
35377           RUN_LAST, and don't use that to set the accumulator value because
35378           then it's always FALSE.
35379
35380 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35381
35382         * gst-libs/gst/riff/riff-media.c:
35383         (gst_riff_create_video_caps_with_data),
35384         (gst_riff_create_audio_caps),
35385         (gst_riff_create_audio_template_caps):
35386         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
35387           Fix for unaligned RIFF files (i.e. where all the chunks together
35388           in a LIST chunk are not of the same size as the size given in
35389           the LIST chunk header). Fixes several odd WAVE files. Also fix
35390           ADPCM (block_align property) in audio, so that wavparse based
35391           on this works now as it used to stand-alone.
35392
35393 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
35394
35395         reviewed by Benjamin Otte  <otte@gnome.org>
35396
35397         * ext/a52dec/gsta52dec.c:
35398         * ext/divx/gstdivxdec.c:
35399         * ext/divx/gstdivxenc.c:
35400         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
35401         * ext/faac/gstfaac.c: (gst_faac_base_init):
35402         * ext/faad/gstfaad.c: (gst_faad_base_init):
35403         * ext/ivorbis/vorbisfile.c:
35404         * ext/lame/gstlame.c:
35405         * ext/libfame/gstlibfame.c:
35406         * ext/mpeg2enc/gstmpeg2enc.cc:
35407         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
35408         * ext/sidplay/gstsiddec.cc:
35409         * ext/speex/gstspeexdec.c:
35410         * ext/speex/gstspeexenc.c:
35411         * ext/xvid/gstxviddec.c:
35412         * ext/xvid/gstxvidenc.c:
35413           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
35414           (fixes #142193)
35415
35416 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35417
35418         * ext/alsa/gstalsa.c: (device_list),
35419         (gst_alsa_class_probe_devices):
35420         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
35421           Fix alsa oddness in mixer after the combination of using mixer
35422           in source/sink elements and using hw:x,y instead of just hw:x.
35423
35424 2004-05-09  Benjamin Otte  <otte@gnome.org>
35425
35426         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
35427         (gst_wavparse_create_sourcepad):
35428           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
35429           sourcepads
35430
35431 2004-05-09  Benjamin Otte  <otte@gnome.org>
35432
35433         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
35434           allow discont events before caps nego
35435
35436 2004-05-08  Benjamin Otte  <otte@gnome.org>
35437
35438         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
35439           don't leak events
35440
35441 2004-05-08  Benjamin Otte  <otte@gnome.org>
35442
35443         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
35444         (gst_level_change_state), (gst_level_init):
35445         * gst/level/gstlevel.h:
35446           figure out if we're initialized directly instead of keeping a
35447           variable that's wrong in 90% of cases
35448           don't initialize pads and then leak them and use a new unitialized
35449           pad. (fixes #142084)
35450           these were bugs so n00bish I didn't find them for an hour :/
35451
35452 2004-05-08 Iain <iain@prettypeople.org>
35453
35454         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
35455         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
35456         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
35457         return the length that was read.
35458         (gst_riff_read_strf_auds): Allow fmt tags as well.
35459
35460 2004-05-07  David Schleef  <ds@schleef.org>
35461
35462         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
35463         signed char assumption in faad.h.
35464
35465 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35466
35467         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
35468           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
35469
35470 2004-05-07  Colin Walters  <walters@redhat.com>
35471
35472         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
35473         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
35474         function.
35475         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
35476         Add dispose function.
35477
35478 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
35479         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
35480           Fix caps nego and pad templates. RGB mode caps should
35481           work now.
35482         * ext/dvdnav/gst-dvd:
35483           Move mpeg2dec inside the thread because otherwise the
35484           queue rejects cap changes mid-stream
35485         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
35486         (gst_mpeg2dec_flush_decoder):
35487           For mpeg2dec > 0.4.0, call the flush function instead of
35488           manually extracting all in-flight frames.
35489         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
35490         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
35491           Change mime type video/dv go video/x-dv to match the
35492           rest of gst-plugins
35493
35494 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35495
35496         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
35497         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
35498         (gst_alsa_sink_class_init):
35499         * ext/alsa/gstalsasink.h:
35500         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
35501         (gst_alsa_src_class_init):
35502         * ext/alsa/gstalsasrc.h:
35503           Make alsasink/src a subclass of alsamixer so that mixer stuff
35504           shows up in gst-rec. Needs some finetuning.
35505
35506 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35507
35508         * ext/lame/gstlame.c: (gst_lame_chain):
35509           simplify
35510         * ext/mad/gstmad.c: (gst_mad_handle_event):
35511           fix event leak
35512         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
35513           be able to detect mp3 files < 4096 bytes
35514
35515 2004-05-06  Wim Taymans  <wim@fluendo.com>
35516
35517         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35518         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
35519         (theora_enc_set_property), (theora_enc_get_property):
35520         Also encode the first frame, cleanup some code.
35521
35522 2004-05-06  Wim Taymans  <wim@fluendo.com>
35523
35524         * ext/mpeg2enc/gstmpeg2enc.cc:
35525         Forward events first before deciding that negotiation was
35526         not performed.
35527
35528 2004-05-06  Wim Taymans  <wim@fluendo.com>
35529
35530         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
35531         First process the events before deciding that negotiation
35532         was not performed.
35533
35534 2004-05-06  Wim Taymans  <wim@fluendo.com>
35535
35536         * ext/theora/Makefile.am:
35537         * ext/theora/theora.c: (plugin_init):
35538         * ext/theora/theoradec.c: (theora_dec_change_state):
35539         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
35540         (gst_theora_enc_class_init), (gst_theora_enc_init),
35541         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
35542         (theora_enc_chain), (theora_enc_change_state),
35543         (theora_enc_set_property), (theora_enc_get_property):
35544         Added a theora encoder, grouped the encoder and decoder into the
35545         same plugin.
35546
35547 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
35548
35549         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35550         (gst_jpegenc_chain):
35551         fix DURATION on outgoing buffers
35552         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
35553         debug using time formats
35554         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
35555         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
35556         (gst_xvimagesink_sink_link):
35557         windows with width/height 0 generate X errors, so don't allow them
35558
35559 2004-05-05  Wim Taymans  <wim@fluendo.com>
35560
35561         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
35562         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
35563         (gst_mpeg2dec_negotiate_format):
35564         * ext/mpeg2dec/gstmpeg2dec.h:
35565           removed the static pad template so that we can add the
35566           more accurate framerate value to the caps.
35567
35568
35569 2004-05-04  Benjamin Otte  <otte@gnome.org>
35570
35571         * configure.ac:
35572           check for kdemacros.h, too (should fix #141821)
35573         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
35574           don't crash if no header was sent, but nicely error out (fixes part
35575           of #141554)
35576
35577 2004-05-04  Wim Taymans  <wim@fluendo.com>
35578
35579         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
35580         parent dispose function to avoid segfault on destroy.
35581
35582 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
35583
35584         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
35585         (plugin_init):
35586         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
35587         (gst_xvimagesink_sink_link):
35588         clean up debugging caps
35589         also recreate xvimage when format has changed
35590
35591 2004-05-04  Benjamin Otte  <otte@gnome.org>
35592
35593         * ext/libvisual/Makefile.am:
35594         * ext/libvisual/visual.c: (gst_visual_class_init),
35595         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
35596         (gst_visual_srclink), (gst_visual_chain),
35597         (gst_visual_change_state), (plugin_init):
35598           use a GstAdapter to correctly adapt buffer sizes - allows using a
35599           framerate
35600
35601 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35602
35603         * sys/v4l/gstv4lelement.h:
35604         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
35605         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
35606         (gst_v4lsrc_buffer_free):
35607         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
35608         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
35609         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
35610         (gst_v4lsrc_requeue_frame):
35611         move some debugging categories around
35612         query for fps index and set accordingly if found
35613
35614 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35615
35616         * ext/lame/gstlame.c:
35617         correct defaults that lame_init puts out of range
35618
35619 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35620
35621         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
35622         (gst_divxenc_class_init):
35623         fix range since -1 is the default
35624         * gst/mpeg1sys/gstmpeg1systemencode.c:
35625         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
35626         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
35627         (gst_rtjpegdec_chain):
35628         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
35629         (gst_rtjpegenc_chain):
35630         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
35631         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
35632         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
35633         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
35634         * sys/v4l/gstv4lsrc.c:
35635         * sys/v4l/v4l_calls.c: (gst_v4l_open):
35636         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
35637         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
35638         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
35639         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
35640           remove gst_info calls
35641
35642 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35643
35644         * Makefile.am:
35645         * po/af.po:
35646         * po/az.po:
35647         * po/en_GB.po:
35648         * po/nl.po:
35649         * po/sr.po:
35650         * po/sv.po:
35651           Updated translations
35652
35653 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35654
35655         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
35656           refactor/comment code
35657
35658 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35659
35660         * gst/asfdemux/Makefile.am:
35661         * gst/asfdemux/asfheaders.c:
35662         * gst/asfdemux/asfheaders.h:
35663         * gst/asfdemux/gstasf.c: (plugin_init):
35664         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
35665         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
35666         (gst_asf_demux_setup_pad):
35667         * gst/asfdemux/gstasfdemux.h:
35668         * gst/asfdemux/gstasfmux.c:
35669         * gst/asfdemux/gstasfmux.h:
35670           Add tagging support to demuxer, split out registration in its own
35671           file instead of in demux (hacky), and prevent having some tables
35672           in our memory multiple times (in asfheaders.h).
35673
35674 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35675
35676         * gst/matroska/matroska-demux.c:
35677         (gst_matroska_demux_parse_metadata):
35678         * gst/matroska/matroska-ids.h:
35679           Basic tag reading support.
35680
35681 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35682
35683         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
35684           Really detect ac-3 audio.
35685         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
35686           really detect matroska files (off-by-1).
35687
35688 2004-04-30  David Schleef  <ds@schleef.org>
35689
35690         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
35691         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
35692         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
35693         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
35694         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
35695         hackage -- parse a lot more atoms, extract a few tags.  One might even
35696         mistake this for tag support.  Maybe it is.
35697         * gst/qtdemux/qtdemux.h:
35698
35699 2004-04-30  Colin Walters  <walters@verbum.org>
35700
35701         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
35702
35703 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
35704
35705         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35706         (gst_ffmpegcolorspace_getcaps):
35707           remove broken nego fix
35708
35709 2004-04-30  Benjamin Otte  <otte@gnome.org>
35710
35711         * configure.ac:
35712         * ext/Makefile.am:
35713         * ext/libvisual/Makefile.am:
35714         * ext/libvisual/visual.c:
35715           add initial support for libvisual (http://libvisual.sourceforge.net)
35716           libvisual is still quite alpha, so expect crashes in there :)
35717
35718 2004-04-29  David Schleef  <ds@schleef.org>
35719
35720         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
35721         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
35722         up qtdemux to make it spit out codec_data.  Do _not_ look at this
35723         code; you will no longer respect me.
35724
35725 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35726
35727         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
35728         * ext/alsa/gstalsa.h :
35729         change alsa pcm device discovery to find more than 1 device
35730         per card. code review by Ronald.
35731
35732 2004-04-29  David Schleef  <ds@schleef.org>
35733
35734         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
35735         Add a check for a driver bug on FreeBSD.  (bug #140565)
35736
35737 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
35738
35739         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
35740         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35741         (gst_jpegenc_getcaps):
35742           move format setting to inner loop
35743         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35744         (gst_ffmpegcolorspace_getcaps):
35745           use GST_PAD_CAPS if available so that we use already negotiated
35746           caps
35747         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
35748         (qtdemux_parse_moov), (qtdemux_parse):
35749           extra debugging
35750         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
35751         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
35752           move hardcoded path to DEFINE
35753
35754 2004-04-28  David Schleef  <ds@schleef.org>
35755
35756         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
35757         (bug #140064)
35758
35759 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35760
35761         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
35762           Don't probe for playback device if we're a source element. Fixes
35763           #139658.
35764
35765 2004-04-29  Benjamin Otte  <otte@gnome.org>
35766
35767         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
35768         (gst_id3_tag_chain):
35769           rewrite buffer offset
35770
35771 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35772
35773         * configure.ac:
35774         * ext/Makefile.am:
35775         * ext/dts/Makefile.am:
35776         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
35777         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
35778         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
35779         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
35780         (gst_dtsdec_loop), (gst_dtsdec_change_state),
35781         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
35782         (plugin_init):
35783         * ext/dts/gstdtsdec.h:
35784           New DTS decoder.
35785         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
35786         (gst_faad_srcconnect):
35787           Add ESDS atom handling (.m4a).
35788
35789 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35790
35791         * ext/divx/gstdivxdec.c: (plugin_init):
35792           Remove comment that makes no sense.
35793         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
35794           Fix for obvious typo that resulted in warnings during gst-register.
35795         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
35796         (gst_xviddec_sink_link):
35797           Fix caps negotiation a bit better.
35798         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
35799           We call this 'codec_data', not 'esds'.
35800
35801 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35802
35803         * gst/monoscope/gstmonoscope.c:
35804           make sure we only provide 256x128
35805         * gst/monoscope/monoscope.c: (monoscope_init):
35806           assert size of 256x128
35807
35808 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35809
35810         * Makefile.am:
35811         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
35812         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
35813           fixate to max width and height of device
35814
35815 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35816
35817         * Makefile.am:
35818         * sys/v4l/gstv4l.c:
35819         * sys/v4l/gstv4lsrc.c:
35820         * sys/v4l/v4l_calls.c:
35821         * sys/v4l/v4lsrc_calls.c:
35822           fix for qc-usb driver which fakes having more than one buffer
35823           by handing the same buffer twice, which confused GStreamer's/v4lsrc
35824           buffer_free override
35825           add debugging
35826
35827 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35828
35829         * Makefile.am:
35830         * gst/videotestsrc/gstvideotestsrc.c:
35831         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
35832         (gst_videotestsrc_init), (gst_videotestsrc_get),
35833         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
35834         * gst/videotestsrc/gstvideotestsrc.h:
35835           add num-buffers property
35836
35837         2004-04-26  Benjamin Otte  <otte@gnome.org>
35838
35839         * ext/mad/gstid3tag.c: (plugin_init):
35840           set id3mux rank to NONE so it doesn't confuse spider
35841           require audio/mpeg,mpegversion=1 in id3mux
35842
35843 2004-04-26  Benjamin Otte  <otte@gnome.org>
35844
35845         * configure.ac:
35846           detect faad correctly as non-working if it's indeed non-working
35847
35848 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
35849
35850         * Makefile.am:
35851         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35852         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
35853         fix _getcaps so it only negotiates to its supported format
35854
35855 2004-04-25  Benjamin Otte  <otte@gnome.org>
35856
35857         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
35858           fix memleak
35859
35860 2004-04-23  Benjamin Otte  <otte@gnome.org>
35861
35862         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
35863           audio/x-raw-int with height rules! not. Now it's depth.
35864
35865 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35866
35867         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
35868         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
35869         (gst_wavparse_loop):
35870           Missing variable initialization. Add handling of DVI ADPCM. Fix
35871           mis-parsing of LIST chunks. This works around a bug where we mis-
35872           parse non-aligning LIST chunks (so LIST chunks where the contents
35873           don't align with the actual LIST size). The correct fix is to use
35874           rifflib, I'm not going to fix wavparse - too much work. All this
35875           fixes #104878.
35876
35877 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
35878
35879         reviewed by Benjamin Otte  <otte@gnome.org>
35880
35881         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
35882           fix shoutcast not working (fixes #140844)
35883
35884 2004-04-22  Benjamin Otte  <otte@gnome.org>
35885
35886         * ext/hermes/gsthermescolorspace.c:
35887         (gst_hermes_colorspace_caps_remove_format_info):
35888         * gst/colorspace/gstcolorspace.c:
35889         (gst_colorspace_caps_remove_format_info):
35890         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35891         (gst_ffmpegcolorspace_caps_remove_format_info):
35892           s/gst_caps_simplify/gst_caps_do_simplify/
35893
35894 2004-04-22  Benjamin Otte  <otte@gnome.org>
35895
35896         * gst-libs/gst/riff/riff-media.c:
35897         (gst_riff_create_video_caps_with_data):
35898           mpegversion is an int
35899         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
35900           don't try to create pad templates with NULL caps, use any caps
35901           instead.
35902
35903 2004-04-20  David Schleef  <ds@schleef.org>
35904
35905         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
35906         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
35907         (bug #140384)
35908
35909 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
35910
35911         reviewed by David Schleef
35912
35913         * ext/mad/gstid3tag.c: Add stdlib.h
35914         * gst/rtp/gstrtpgsmenc.c: same
35915         * gst/tags/gstid3tag.c: same
35916         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
35917         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
35918         GST_DISABLE_LOADSAVE use.
35919         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
35920         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
35921         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
35922         atol(3)).
35923         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
35924         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
35925         strtoul(3)).
35926         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
35927         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
35928         $(ID3_CFLAGS).
35929         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
35930         $(LIBFAME_CFLAGS).
35931
35932 2004-04-20  David Schleef  <ds@schleef.org>
35933
35934         * gst/realmedia/rmdemux.c:  This was supposed to part of the
35935         last checkin.  Same idea.
35936
35937 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
35938
35939         reviewed by David Schleef
35940
35941         * configure.ac: bump required gstreamer version to 0.8.1.1
35942         because of following changes [--ds]
35943
35944         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
35945         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
35946         (gst_riff_read_header):  Use GST_READ_UINT*
35947         macros to access possibly unaligned memory.
35948
35949         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
35950         (mp3_type_find):  Use GST_READ_UINT*
35951         macros to access possibly unaligned memory.
35952         (mp3_type_find, mpeg1_parse_header, qt_type_find)
35953         (speex_type_find): Likewise
35954
35955         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
35956
35957         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
35958         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
35959         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
35960         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
35961         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
35962         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
35963         macros to access possibly unaligned memory.
35964
35965         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
35966         Likewise.
35967
35968         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
35969         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
35970
35971         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
35972         Likewise.
35973
35974         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
35975         (gst_mpeg2subt_chain_subtitle): Likewise.
35976
35977         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
35978         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
35979         Likewise.
35980
35981         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
35982         Likewise.
35983
35984         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
35985         Likewise.
35986
35987         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
35988         Likewise.
35989
35990 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35991
35992         * configure.ac:
35993           update required version of GStreamer because of GST_TIME_FORMAT
35994
35995 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35996
35997         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
35998           remove leftover g_print
35999         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
36000           don't try setting only a subset of the caps. We don't want to kill
36001           autoplugging on purpose
36002
36003 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
36004
36005         * sys/ximage/ximagesink.c: (plugin_init):
36006         * sys/xvimage/xvimagesink.c: (plugin_init):
36007           add debugging categories
36008
36009 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
36010
36011         * po/en_GB.po:
36012         * po/LINGUAS:
36013           Adding en_GB translation (Gareth Owen)
36014
36015 2004-04-20  David Schleef  <ds@schleef.org>
36016
36017         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
36018         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
36019         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
36020         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
36021         A number of new features and hacks to extract the esds atom and
36022         put it into the caps.  (bug #137724)
36023
36024 2004-04-19  David Schleef  <ds@schleef.org>
36025
36026         * gconf/Makefile.am: Fix for non-GNU make
36027         * gst-libs/gst/Makefile.am: Change directory order to handle
36028         GstPlay linking with gstinterfaces
36029         * gst-libs/gst/audio/make_filter: make use of tr portable
36030         * gst-libs/gst/play/Makefile.am: Add intended \
36031         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
36032         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
36033         function prototype instead of void *.
36034         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
36035         macro.
36036         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36037         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
36038         * gst/videofilter/make_filter: make use of tr portable
36039         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
36040
36041 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
36042
36043         * po/LINGUAS:
36044         * po/uk.po:
36045           Added Ukrainian translation (Maxim V. Dziumanenko)
36046
36047 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36048
36049         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
36050         (gst_gsmdec_link), (gst_gsmdec_chain):
36051           Fix capsnego, simplify chain function slightly.
36052         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
36053           Add GSM.
36054
36055 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36056
36057         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
36058         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
36059         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
36060           Hack to make wavparse work with spider (always -> sometimes pad).
36061           Fixes #135862 && #140411.
36062
36063 2004-04-18  Benjamin Otte  <otte@gnome.org>
36064
36065         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
36066         (gst_osselement_rate_probe_check),
36067         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
36068           get rid of \n in debug output
36069
36070 2004-04-17  Iain <iain@prettypeople.org>
36071
36072         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
36073         not just EOS.
36074
36075 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36076
36077         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
36078         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
36079         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
36080         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
36081         (gst_id3_tag_src_link), (gst_id3_tag_chain),
36082         (gst_id3_tag_change_state), (plugin_init):
36083           deprecate id3tag element and replace with id3demux/id3mux.
36084           great side effect: this ugly file is now even uglier, yay!
36085         * ext/mad/gstmad.h:
36086           remove non-available function
36087           update for new get_type
36088
36089 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36090
36091         * configure.ac:
36092           require mpeg2dec >= 0.4.0
36093
36094 2004-04-17  Benjamin Otte  <otte@gnome.org>
36095
36096         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
36097         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
36098         (gst_xvimagesink_set_xwindow_id):
36099           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
36100           assorted cleanup fixes.
36101
36102 2004-04-16  David Schleef  <ds@schleef.org>
36103
36104         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
36105         * sys/xvimage/xvimagesink.h: same
36106
36107 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36108
36109         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
36110           Fix GST_ELEMENT_ERROR with (NULL)
36111
36112 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36113
36114         * gst-libs/gst/riff/riff-media.c:
36115         (gst_riff_create_video_caps_with_data):
36116           Add div[3456] as fourccs for DivX 3 (fixes #140137).
36117
36118 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36119
36120         * gst-libs/gst/riff/riff-media.c:
36121         (gst_riff_create_video_caps_with_data),
36122         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
36123         (gst_riff_create_video_template_caps),
36124         (gst_riff_create_audio_template_caps):
36125         * gst-libs/gst/riff/riff-media.h:
36126         * gst-libs/gst/riff/riff-read.c:
36127         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
36128         * gst-libs/gst/riff/riff-read.h:
36129         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
36130           Add MS RLE support. I added some functions to read out strf chunks
36131           into strf chunks and the data behind it. This is usually color
36132           palettes (as in RLE, but also in 8-bit RGB). Also use those during
36133           caps creation. Lastly, add ADPCM (similar to wavparse - which
36134           should eventually be rifflib based).
36135         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
36136         (gst_matroska_demux_init), (gst_matroska_demux_reset):
36137         * gst/matroska/matroska-demux.h:
36138           Remove placeholders for some prehistoric tagging system. Didn't add
36139           support for any tag system really anyway.
36140         * gst/qtdemux/qtdemux.c:
36141           Add support for audio/x-m4a (MPEG-4) through spider.
36142         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
36143         (gst_wavparse_loop):
36144           ADPCM support (#135862). Increase max. buffer size because we
36145           cannot split buffers for ADPCM (screws references) and I've seen
36146           files with 2048 byte chunks. 4096 seems safe for now.
36147
36148 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36149
36150         * configure.ac: bump nano to 1
36151
36152 === release 0.8.1 ===
36153
36154 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36155
36156         * configure.ac: releasing 0.8.1, "Comforting Sounds"
36157
36158 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36159
36160         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36161           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
36162           Fixes #140058
36163
36164 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
36165
36166         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
36167           lower rank of dvddemux so that it's not used for mpeg playback.
36168
36169 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36170
36171         * configure.ac:
36172           save libs correctly when checking mad
36173
36174 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
36175
36176         * ext/mad/gstid3tag.c: (plugin_init):
36177           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
36178
36179 2004-04-13  David Schleef  <ds@schleef.org>
36180
36181         * common/m4/gst-feature.m4: Call -config scripts with
36182         --plugin-libs if it is supported.
36183         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
36184         JPEG images are image/jpeg.
36185         * gst/debug/Makefile.am:
36186         * gst/debug/negotiation.c: (gst_negotiation_class_init),
36187         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
36188         (gst_negotiation_update_caps), (gst_negotiation_get_property),
36189         (gst_negotiation_plugin_init): Add a property that acts like
36190         filter caps.
36191         * testsuite/gst-lint:  Move license checking to be a standard
36192         test.
36193
36194 2004-04-13  David Schleef  <ds@schleef.org>
36195
36196         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
36197         patch from Sebastien Cote (bug #139958)
36198
36199 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
36200
36201         * examples/gstplay/Makefile.am:
36202         * examples/gstplay/player.c: (main):
36203           make the commandline player example use gconf settings
36204
36205 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
36206
36207         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
36208         (gst_cacasink_sinkconnect), (gst_cacasink_init),
36209         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
36210           init/end library during state transition, not object
36211           creation/disposal.  get rid of custom dispose handler.
36212
36213
36214 2004-04-12  Christian Schaller <Uraeus@gnome.org>
36215
36216         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
36217         be a symlink
36218
36219 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36220
36221         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
36222           Handle JUNK chunks inside data section. Prevents warnings.
36223
36224 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36225
36226         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
36227         (gst_riff_create_video_template_caps):
36228           Add MS video v1.
36229         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
36230         (gst_avi_demux_stream_data):
36231           Add support for "rec-list" chunks.
36232
36233 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36234
36235         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
36236           Fix another codecname mismatch.
36237
36238 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36239
36240         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36241           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
36242           so that MJPEG plays back.
36243
36244 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36245
36246         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
36247         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
36248         * gst/mpeg1videoparse/gstmp1videoparse.h:
36249           Fix for some slight mis-cuts in buffer parsing, and for some
36250           potential overflows or faults-causers. Adds disconts. Also fixes
36251           #139105 while we're at it.
36252
36253 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36254
36255         * configure.ac:
36256         * sys/v4l2/gstv4l2element.h:
36257           Workaround for missing struct v4l2_buffer declaration in Suse 9
36258           and Mandrake 10 linux/videodev2.h header file (#135919).
36259
36260 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36261
36262         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
36263           Bail out if no filename was given.
36264
36265 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36266
36267         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
36268         (gst_v4l2_fourcc_from_structure):
36269           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
36270           Y41B somewhere).
36271
36272 2004-04-09  Benjamin Otte  <otte@gnome.org>
36273
36274         * ext/gnomevfs/gstgnomevfssink.c:
36275         (_gst_boolean_allow_overwrite_accumulator),
36276         (gst_gnomevfssink_class_init):
36277           fix erase signal - if any handler returns false the file will not be
36278           overwritten. If no handler is connected, the file will not be
36279           overwritten either.
36280           renamed signal to "allow-overwrite"
36281         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
36282           free string when adding it to ID3 failed
36283         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
36284           unref event when done
36285         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
36286           free caps
36287         * gst/typefind/gsttypefindfunctions.c:
36288         (mpeg_video_stream_type_find):
36289           fix invalid read
36290
36291 2004-04-08  David Schleef  <ds@schleef.org>
36292
36293         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36294         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
36295
36296 2004-04-08  David Schleef  <ds@schleef.org>
36297
36298         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
36299         we don't support (bug #139532)
36300
36301 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
36302
36303         * ext/mad/gstmad.c: (gst_mad_handle_event),
36304         (gst_mad_check_caps_reset), (gst_mad_chain),
36305         (gst_mad_change_state):
36306           only set explicit caps if they haven't been set before for
36307           this stream.  MPEG-audio sample rate/channels aren't allowed
36308           to change in-stream.
36309           Fixes #139382
36310
36311 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36312
36313         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
36314         (_gst_boolean_did_something_accumulator),
36315         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
36316         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
36317         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
36318         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
36319         (gst_gnomevfssink_change_state):
36320           Fix erase signal. Don't erase by default. Remove handoff signal.
36321           Remove erase property. Don't segfault. General cleanup.
36322
36323 2004-04-07  Benjamin Otte  <otte@gnome.org>
36324
36325         * gst-libs/gst/gconf/test-gconf.c: (main):
36326           add missing gst_init
36327
36328 2004-04-07  Benjamin Otte  <otte@gnome.org>
36329
36330         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
36331           free the mutexes, too
36332
36333 2004-04-07  Benjamin Otte  <otte@gnome.org>
36334
36335         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
36336           actually free the URI string
36337         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
36338           compute offset correctly when passing discont events
36339         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36340           don't leak discont events
36341         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
36342           add some missing breaks so caps aren't copied randomly
36343         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
36344           if we realloc memory, we better use it
36345
36346 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36347
36348         * ext/mad/gstmad.c: (normal_seek):
36349           fix GST_FORMAT_TIME usage
36350
36351 2004-04-05  David Schleef  <ds@schleef.org>
36352
36353         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
36354         a deprecated function (hack!)
36355
36356 2004-04-05  Benjamin Otte  <otte@gnome.org>
36357
36358         * ext/esd/esdmon.c: (gst_esdmon_get):
36359           fix nonterminated vararg and memleak
36360
36361 2004-04-05  Benjamin Otte  <otte@gnome.org>
36362
36363         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
36364         (gst_ladspa_init), (gst_ladspa_force_src_caps),
36365         (gst_ladspa_set_property), (gst_ladspa_get_property),
36366         (gst_ladspa_instantiate), (gst_ladspa_activate),
36367         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
36368           clean up debugging
36369
36370 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
36371
36372         reviewed by Benjamin Otte  <otte@gnome.org>
36373
36374         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
36375           check for broken LADSPA parameters (fixes #138635)
36376
36377 2004-04-05  Benjamin Otte  <otte@gnome.org>
36378
36379         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
36380           advertise buffer-frames correctly on sinkpads
36381
36382 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36383
36384         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
36385         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
36386         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
36387         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
36388         (gst_mad_check_caps_reset), (gst_mad_chain):
36389         add more debugging, only reset caps when we're not in error state
36390
36391 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36392
36393         * ext/mad/gstmad.c: add debugging category, comment + cleanups
36394
36395 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
36396
36397         reviewed by Benjamin Otte  <otte@gnome.org>
36398
36399         * configure.ac:
36400           fix == in test(1) operator
36401
36402 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
36403
36404         reviewed by Benjamin Otte  <otte@gnome.org>
36405
36406         * configure.ac:
36407           fix --export-symblos-regex to a working regex.
36408
36409 2004-04-04  Benjamin Otte  <otte@gnome.org>
36410
36411         * sys/oss/.cvsignore:
36412           add for oss_probe
36413
36414 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
36415
36416         reviewed by Benjamin Otte  <otte@gnome.org>
36417
36418         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36419           add missing 'new_media' argument (fixes #138168)
36420         * gst/matroska/matroska-demux.c:
36421         (gst_matroska_demux_handle_seek_event):
36422           add vararg terminator (fixes #138169)
36423
36424 2004-04-02  David Schleef  <ds@schleef.org>
36425
36426         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
36427         disted (bug #138914)
36428
36429 2004-04-01  Benjamin Otte  <otte@gnome.org>
36430
36431         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
36432         (gst_alsa_close_audio):
36433           handle case better where a soundcard can't pause
36434         * ext/ogg/gstoggdemux.c:
36435           don't crash when we get events but don't have pads yet
36436
36437 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36438
36439         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
36440           throw an error if we couldn't probe any caps.
36441
36442 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
36443
36444         * ext/dvdnav/gst-dvd:
36445         Add a really simple sample DVD player
36446
36447 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
36448
36449         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
36450         (gst_a52dec_push), (gst_a52dec_handle_event),
36451         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
36452         (gst_a52dec_change_state):
36453         * ext/a52dec/gsta52dec.h:
36454           Use a debug category, Output timestamps correctly
36455           Emit tag info, Handle events, tell liba52dec about cpu
36456           capabilities so it can use MMX etc.
36457         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
36458           Fix a crasher accessing invalid memory
36459         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
36460         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
36461         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
36462         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
36463         (dvdnavsrc_query):
36464           Some support for byte-format seeking.
36465           Small fixes for still frames and menu button overlays
36466         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
36467         (gst_mpeg2dec_alloc_buffer):
36468           Use a debug category. Adjust the report level of several items to
36469           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
36470           so it doesn't lose the GstBuffer pointer
36471         * gst/debug/Makefile.am:
36472         * gst/debug/gstdebug.c: (plugin_init):
36473         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
36474         (gst_navseek_base_init), (gst_navseek_class_init),
36475         (gst_navseek_init), (gst_navseek_seek),
36476         (gst_navseek_handle_src_event), (gst_navseek_set_property),
36477         (gst_navseek_get_property), (gst_navseek_chain),
36478         (gst_navseek_plugin_init):
36479         * gst/debug/gstnavseek.h:
36480           Add the navseek debug element for seeking back and forth in a
36481           video stream using arrow keys.
36482         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
36483         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
36484         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
36485         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
36486         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
36487         (gst_mpeg2subt_parse_header), (gst_get_nibble),
36488         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
36489         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
36490         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
36491         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
36492         * gst/mpeg2sub/gstmpeg2subt.h:
36493           Pretty much a complete rewrite. Now a loopbased element. May still
36494           require work to properly synchronise subtitle buffers.
36495         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
36496         (gst_dvd_demux_send_subbuffer):
36497         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
36498           Don't attempt to create subbuffers of size 0
36499           Reduce a couple of error outputs to warnings.
36500         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
36501         (gst_y4mencode_chain):
36502         Output the y4m frame header correctly.
36503
36504 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36505
36506         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36507           throw errors instead of allowing SIGFPE
36508
36509 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36510
36511         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
36512         (gst_gconf_render_bin_from_key):
36513           leak plugging and style fixing
36514
36515 2004-03-31  David Schleef  <ds@schleef.org>
36516
36517         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
36518         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
36519         (bug #138225)
36520         * gst/debug/Makefile.am:
36521         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
36522         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
36523         plugin.
36524         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
36525         (gst_negotiation_base_init), (gst_negotiation_class_init),
36526         (gst_negotiation_init), (gst_negotiation_getcaps),
36527         (gst_negotiation_pad_link), (gst_negotiation_chain),
36528         (gst_negotiation_set_property), (gst_negotiation_get_property),
36529         (gst_negotiation_plugin_init):  New element to talk about random
36530         negotiation things happening in a pipeline.
36531
36532 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
36533
36534         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36535           fix integer addition with help of Stefan Kost
36536
36537 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
36538
36539         * po/nl.po: updated Dutch translation (Elros Cyriatan)
36540
36541 2004-03-30  David Schleef  <ds@schleef.org>
36542
36543         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
36544         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
36545         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
36546         (bug #137504)
36547         * ext/mpeg2dec/gstmpeg2dec.h:
36548
36549 2004-03-30  David Schleef  <ds@schleef.org>
36550
36551         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
36552
36553 2004-03-30  David Schleef  <ds@schleef.org>
36554
36555         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
36556         Michael Petullo) to handle .mov
36557
36558 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36559
36560         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
36561         (gst_osselement_rate_check_rate):
36562           probe caps correctly for sound cards that only support one format
36563
36564 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36565
36566         * ext/kio/kiosrc.cpp: (process_events):
36567           update handling event processing if inside KDE - untested
36568
36569 2004-03-29  David Schleef  <ds@schleef.org>
36570
36571         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
36572         by 2 to not interfere with other colorspaces.
36573         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
36574         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
36575         one to not interfere with ffmpeg_colorspace.
36576
36577 2004-03-29  David Schleef  <ds@schleef.org>
36578
36579         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
36580         aren't in the caps.
36581         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
36582         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
36583
36584 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36585
36586         * gst-libs/gst/riff/riff-media.c:
36587           fail on error, don't try to set stuff on NULL caps
36588
36589 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36590
36591         * configure.ac:
36592         * ext/Makefile.am:
36593         * ext/kio/Makefile.am:
36594         * ext/kio/kioreceiver.cpp:
36595         * ext/kio/kioreceiver.h:
36596         * ext/kio/kiosrc.cpp:
36597         * ext/kio/kiosrc.h:
36598           add experimental kiosrc plugin
36599         * ext/alsa/gstalsaplugin.c: (plugin_init):
36600           initialize debugging category only when we're sure registering the
36601           plugins worked.
36602
36603 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36604
36605         * examples/gstplay/player.c: (main):
36606         * gst-libs/gst/play/play.c: (gst_play_class_init),
36607         (gst_play_set_location), (gst_play_set_data_src),
36608         (gst_play_set_video_sink), (gst_play_set_audio_sink),
36609         (gst_play_set_visualization), (gst_play_connect_visualization):
36610           check return values of element_set_state and return FALSE where
36611           failed
36612
36613 2004-03-29  Benjamin Otte  <otte@gnome.org>
36614
36615         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36616           try harder to check if an event is really a discont
36617
36618 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36619
36620         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
36621         * po/az.po:
36622
36623 2004-03-28  Benjamin Otte  <otte@gnome.org>
36624
36625         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
36626         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
36627         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
36628           get rid of non-standard "..." ranges in case statements.
36629
36630 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
36631
36632         * gst/mpegstream/gstmpegdemux.c:
36633         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
36634         specific functionality split to the new dvddemux element.
36635         * gst/mpegstream/gstdvddemux.c:
36636         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
36637         streams, derived from mpegdemux.
36638         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
36639         up. SCR based timestamp rewriting can be turned off (will probably
36640         completely disappear soon).
36641         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
36642         hacking. General cleanup. All printf statements replaced by
36643         debugging messages. Almost complete libdvdnav support.
36644         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
36645         by events. New properties for audio and subpicture languages.
36646         (dvdnavsrc_update_highlight): Now uses events.
36647         (dvdnavsrc_user_op): Cleaned up.
36648         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
36649         based). Lots of cleanup, and propper support for most libdvdnav
36650         events.
36651         (dvdnavsrc_make_dvd_event): New function.
36652         (dvdnavsrc_make_dvd_nav_packet_event): New function.
36653         (dvdnavsrc_make_clut_change_event): New function.
36654
36655 2004-03-26  Benjamin Otte  <otte@gnome.org>
36656
36657         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
36658           fix bug where typefinding would claim it's theora whenever less then
36659           7 bytes of data were available
36660
36661 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36662
36663         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
36664         (gst_alawdec_base_init), (gst_alawdec_class_init),
36665         (gst_alawdec_init), (gst_alawdec_chain):
36666         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
36667         (gst_alawenc_base_init), (gst_alawenc_class_init),
36668         (gst_alawenc_init), (gst_alawenc_chain):
36669         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
36670         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
36671         (gst_mulawdec_init), (gst_mulawdec_chain):
36672         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
36673         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
36674         (gst_mulawenc_init), (gst_mulawenc_chain):
36675           Fix capsnego in all four, remove the unused property functions and
36676           simplify the chain functions slightly. I guess we could use macros
36677           or something similar for those, since the code is so similar, but
36678           I'm currently too lazy...
36679
36680 2004-03-24  David Schleef  <ds@schleef.org>
36681
36682         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
36683         (gst_osselement_close_audio), (gst_osselement_probe_caps),
36684         (gst_osselement_get_format_structure),
36685         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
36686         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
36687         (gst_osselement_rate_int_compare): Add code to handle rate probing
36688         (bug #120883)
36689         * sys/oss/gstosselement.h: same
36690         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
36691         Use rate probing provided by osselement.
36692         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
36693
36694 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36695
36696         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
36697         (gst_xvidenc_get_property):
36698           ulong/int mess-up.
36699
36700 2004-03-24  David Schleef  <ds@schleef.org>
36701
36702         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
36703         (gst_speexdec_init):
36704         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
36705         (gst_speexenc_init):  Create the pad template correctly (from
36706         the static pad template, not a NULL pointer.)
36707
36708 2004-03-25  Benjamin Otte  <otte@gnome.org>
36709
36710         * gst/debug/Makefile.am:
36711         * gst/debug/breakmydata.c:
36712           add element that quasi-randomly changes bytes in the stream.
36713           Intended use is robustness checking of demuxers and decoders in
36714           media tests.
36715
36716 2004-03-24  Benjamin Otte  <otte@gnome.org>
36717
36718         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
36719         (gst_alsa_probe_hw_params):
36720         * ext/alsa/gstalsa.h:
36721           debugging output fixes
36722
36723 2004-03-24  Benjamin Otte  <otte@gnome.org>
36724
36725         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
36726           don't g_return_if_fail if element is PLAYING, fail silently as every
36727           other element.
36728         * gst/effectv/gstquark.c: (gst_quarktv_chain):
36729           only fix needed for cast lvalue issues in gst-plugins
36730         * gst/volenv/gstvolenv.c: (gst_volenv_init):
36731           add proxy_getcaps
36732
36733 2004-03-24  Benjamin Otte  <otte@gnome.org>
36734
36735         * gst/level/gstlevel.c: (gst_level_init):
36736           add proxying getcaps function, so level doesn't advertise impossible
36737           caps
36738
36739 2004-03-24  David Schleef  <ds@schleef.org>
36740
36741         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
36742         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
36743         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
36744         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
36745         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
36746         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
36747         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
36748         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
36749         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
36750         messages.  Divide the chunk size by the compression ratio
36751         (needed for MACE audio)
36752
36753 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36754
36755         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
36756           Fix buffer overflow read error.
36757
36758 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36759
36760         * ext/alsa/gstalsa.h:
36761           Remove unused entry.
36762         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36763           Add cinepak.
36764         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
36765         (gst_videodrop_link), (gst_videodrop_chain):
36766           Fix, sort of. Was horribly broken with new capsnego. Bah...
36767
36768 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
36769
36770         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
36771         (plugin_init):
36772         Add a monkeysaudio typefind function
36773
36774 2004-03-23  Johan Dahlin  <johan@gnome.org>
36775
36776         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
36777         (gst_play_video_fixate): Check so the structure has the field
36778         before trying to fixate them, this makes it possible to have
36779         fakesinks for video and audio output without printing errors on
36780         the output console.
36781
36782 2004-03-22  David Schleef  <ds@schleef.org>
36783
36784         * sys/oss/Makefile.am:
36785         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
36786         (check_rate), (add_rate):  Rate probing test app.
36787
36788 2004-03-21  Benjamin Otte  <otte@gnome.org>
36789
36790         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
36791         (_fixate_caps_to_int), (gst_audio_convert_fixate):
36792           add a fixation function that pretty much does the right thing (fixes
36793           #137556)
36794
36795 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
36796
36797         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
36798
36799 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
36800
36801         reviewed by: Benjamin Otte  <otte@gnome.org>
36802
36803         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
36804           terminate gst_event_new_discontinuous correctly (fixes parts of
36805           #137711)
36806
36807 2004-03-19  David Schleef  <ds@schleef.org>
36808
36809         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
36810         since it doesn't depend on X, and it's part of our ABI.
36811
36812 2004-03-19  Iain <iain@prettypeople.org>
36813
36814         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
36815         is_int in the structure, not the local variable.
36816
36817 2004-03-19  David Schleef  <ds@schleef.org>
36818
36819         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
36820         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
36821         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
36822         Improvements in caps negotiation.
36823
36824 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36825
36826         * po/LINGUAS:
36827         * po/af.po:
36828           adding Afrikaans (Petri Jooste)
36829
36830 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36831
36832         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36833         (gst_ffmpegcolorspace_chain):
36834         throw error instead of g_critical (#137588)
36835
36836 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36837
36838         * Makefile.am:
36839         * configure.ac:
36840           dist common and m4 correctly
36841         * po/sv.po:
36842
36843 2004-03-17  David Schleef  <ds@schleef.org>
36844
36845         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
36846         (bug #137348)
36847
36848 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
36849
36850         * po/LINGUAS:
36851         * po/sv.po:
36852           adding Swedish translation (Christian Rose)
36853
36854 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
36855
36856         * Makefile.am: use release.mak
36857
36858 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36859
36860         * common/ChangeLog:
36861         * common/gst-autogen.sh:
36862           add some explanation about the version detection
36863         * configure.ac:
36864           fix X check
36865
36866 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36867
36868         * configure.ac: bump nano to 1
36869
36870 === release 0.8.0 ===
36871
36872 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36873
36874         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
36875
36876 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36877
36878         * configure.ac:
36879           update libtool version
36880         * gst-libs/gst/media-info/Makefile.am:
36881           actually use libtool version
36882
36883 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36884
36885         * configure.ac: fix speex detection to work with 1.0 but not 1.1
36886
36887 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36888
36889         * configure.ac:
36890         * gst-plugins.spec.in:
36891         * pkgconfig/Makefile.am:
36892         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
36893         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
36894         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
36895         * pkgconfig/gstreamer-libs.pc.in:
36896         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
36897         * pkgconfig/gstreamer-play-uninstalled.pc.in:
36898         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
36899         * pkgconfig/gstreamer-plugins.pc.in:
36900           remove @VERSION@ from some of the pc files since core and plugins
36901           are decoupled.
36902           created gstreamer-plugins.pc as it's a better name, but keeping
36903           -libs around for now to get fixes upstream done first.
36904
36905 2004-03-15  Julien MOUTTE <julien@moutte.net>
36906
36907         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
36908         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
36909         * gst-libs/gst/play/play.h:
36910
36911 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36912
36913         * *.c, *.cc: don't mix tabs and spaces
36914
36915 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36916
36917         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
36918           use the new ffmpegcolorspace
36919         * gst-plugins.spec.in:
36920           package new colorspace and media-info
36921         * configure.ac:
36922         * pkgconfig/Makefile.am:
36923           fix some more disting issues
36924         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
36925         * pkgconfig/gstreamer-media-info.pc.in:
36926           generate media-info pc files
36927
36928 2004-03-15  Johan Dahlin  <johan@gnome.org>
36929
36930         * *.h: Revert indenting
36931
36932 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36933
36934         * configure.ac:
36935           adding ffmpegcolorspace element
36936         * gst/ffmpegcolorspace/Makefile.am:
36937         * gst/ffmpegcolorspace/avcodec.h:
36938         * gst/ffmpegcolorspace/common.h:
36939         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
36940         * gst/ffmpegcolorspace/dsputil.h:
36941         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
36942         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
36943         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
36944         (gst_ffmpeg_caps_to_pix_fmt):
36945         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
36946         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36947         (gst_ffmpegcolorspace_caps_remove_format_info),
36948         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
36949         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
36950         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
36951         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
36952         (gst_ffmpegcolorspace_set_property),
36953         (gst_ffmpegcolorspace_get_property),
36954         (gst_ffmpegcolorspace_register):
36955         * gst/ffmpegcolorspace/imgconvert.c:
36956         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
36957         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
36958         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
36959         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
36960         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
36961         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
36962         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
36963         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
36964         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
36965         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
36966         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
36967         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
36968         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
36969         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
36970         (img_get_alpha_info), (deinterlace_line),
36971         (deinterlace_line_inplace), (deinterlace_bottom_field),
36972         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
36973         * gst/ffmpegcolorspace/imgconvert_template.h:
36974         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
36975         * gst/ffmpegcolorspace/mmx.h:
36976         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
36977           adding ffmpegcolorspace element supplied by Ronald after cleaning
36978           up and pulling in the right bits of upstream source.
36979           I'm sure a better C/compiler wizard could do some cleaning up (for
36980           example use GLIB's malloc stuff), but as a first pass this
36981           works very well
36982
36983 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36984
36985         * ext/alsa/gstalsa.h:
36986           I assume Ronald forgot to commit the change to have cardname
36987           as a struct member.  Expect some public spanking at the next
36988           opportunity.
36989
36990 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36991
36992         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
36993         (gst_alsa_open_audio), (gst_alsa_close_audio):
36994         * ext/alsa/gstalsa.c:
36995           Don't open the device if we're a mixer (= padless).
36996         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
36997         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
36998         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
36999           Open mixer during state change rather than during object
37000           initialization. Also, get a device name. Currently in a somewhat
37001           hackish fashion, but I didn't really find something better.
37002
37003 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
37004
37005         * *.c, *.h: run gst-indent
37006
37007 2004-03-14  Benjamin Otte  <otte@gnome.org>
37008
37009         * gst/modplug/gstmodplug.cc:
37010         * gst/modplug/gstmodplug.h:
37011           set correct timestamps on outgoing buffers
37012
37013 2004-03-14  Benjamin Otte  <otte@gnome.org>
37014
37015         * gst/modplug/gstmodplug.cc:
37016           handle events - don't do crap when a discont arrives that's not
37017           necessary
37018           This allows correct loading and playback of mods in Rhythmbox
37019
37020 2004-03-14  Benjamin Otte  <otte@gnome.org>
37021
37022         * configure.ac:
37023         * gst-libs/gst/gconf/Makefile.am:
37024         * pkgconfig/Makefile.am:
37025           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
37026           they get rebuilt properly
37027         * configure.ac:
37028           when checking for vorbis, try pkgconfig first.
37029         * gst/modplug/gstmodplug.cc:
37030           add fixate function
37031
37032 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37033
37034         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
37035           Fix for obvious mistake, where we first shift the offset and then
37036           read a samplesize element assuming the old offset. Note that this
37037           part still has something weird, i.e. my movies containing those
37038           don't actually play well, but at least there's something that looks
37039           like sound now.
37040
37041 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
37042         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
37043         (plugin_init):
37044         Add a typefind function for speex format
37045
37046 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37047
37048         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
37049         (gst_asf_demux_setup_pad):
37050           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
37051           instead of 0. Reason is simple: some elements have a fps range
37052           of 1-max instead of 0-max. So now ASF video actually works.
37053
37054 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
37055
37056         * po/LINGUAS:
37057         * po/sr.po:
37058           adding serbian as a language
37059
37060 2004-03-13  Benjamin Otte  <otte@gnome.org>
37061
37062         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
37063           return taglist correctly from _get function, don't gst_pad_push it.
37064           (fixes #137042)
37065
37066 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
37067         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
37068
37069 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37070
37071         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
37072         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
37073         (gst_alsa_mixer_track_new):
37074         * ext/alsa/gstalsamixertrack.h:
37075           Fix ancient leftovers... MixerTrack is a GObject.
37076
37077 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37078
37079         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
37080         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
37081           Don't block during probing...
37082
37083 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37084
37085         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
37086         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
37087         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
37088         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
37089         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
37090         (gst_alsa_open_audio), (gst_alsa_close_audio):
37091         * ext/alsa/gstalsa.h:
37092           Add propertyprobe interface implementation, add some device-name
37093           property, all this so that it looks good in gnome-volume-control.
37094
37095 2004-03-12  David Schleef  <ds@schleef.org>
37096
37097         * configure.ac: the Hermes library controls hermescolorspace, not
37098         colorspace.
37099         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
37100         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
37101         not /* */
37102         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
37103         * ext/sdl/sdlvideosink.h: ditto.
37104         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
37105
37106 2004-03-12  Benjamin Otte  <otte@gnome.org>
37107
37108         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
37109         (gst_x_overlay_got_xwindow_id):
37110         * gst-libs/gst/xoverlay/xoverlay.h:
37111           replace XID with unsigned long to get rid of the xlibs dependency in
37112           XOverlay (fixes #137004)
37113
37114 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
37115         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
37116         (gst_agingtv_setup):
37117         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
37118         (gst_dicetv_base_init), (gst_dicetv_class_init),
37119         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
37120         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
37121         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
37122         (gst_edgetv_setup), (gst_edgetv_rgb32):
37123         * gst/effectv/gsteffectv.c:
37124         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
37125         (gst_quarktv_set_property):
37126         * gst/effectv/gstrev.c: (gst_revtv_get_type),
37127         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
37128         (gst_revtv_setup), (gst_revtv_rgb32):
37129         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
37130         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
37131         (gst_shagadelictv_init), (gst_shagadelictv_setup),
37132         (gst_shagadelictv_rgb32):
37133         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
37134         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
37135         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
37136         * gst/effectv/gstwarp.c:
37137         Port everything that can be ported to videofilter and fix up the caps.
37138         Can someone with a big-endian machine please check these?
37139
37140 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37141
37142         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
37143         (gst_osssink_chain), (gst_osssink_change_state):
37144           Latest fixes for A/V sync, audio playback and such. This is about
37145           all... MPEG playback issues are mostly related to the async build-
37146           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
37147
37148 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
37149
37150         patch from: Stephane Loeuillet
37151
37152         * configure.ac:
37153           use pkg-config for some libraries, falling back to the old .m4 way
37154           (fixes #131270)
37155         * m4/libdv.m4:
37156           removed
37157
37158 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
37159
37160         * configure.ac:
37161         * tools/Makefile.am:
37162         * tools/Makefile.in:
37163         * tools/gst-launch-ext-m.m:
37164         * tools/gst-launch-ext.1.in:
37165         * tools/gst-visualise-m.m:
37166         * tools/gst-visualise.1:
37167         * tools/gst-visualise.1.in:
37168           reorganizing generation of script tools
37169
37170 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37171
37172         * ext/divx/gstdivxdec.c:
37173           Downgrade priority. We prefer ffdec_mpeg4.
37174         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
37175         (gst_faad_chain), (gst_faad_change_state):
37176           Fix capsnego. Doesn't work for some sounds because we don't have
37177           a 5:1 to stereo element.
37178         * ext/xvid/gstxvid.c: (plugin_init):
37179           Add priority.
37180         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
37181         (gst_osssink_change_state):
37182           Add discont handling.
37183
37184 2004-03-09  Colin Walters  <walters@verbum.org>
37185
37186         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
37187         conversion.
37188
37189 2004-03-09  Benjamin Otte  <otte@gnome.org>
37190
37191         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
37192           the signals take 2 arguments
37193
37194 2004-03-09  David Schleef  <ds@schleef.org>
37195
37196         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
37197         (gst_alsa_fixate): Add fixate function.  (bug #136686)
37198         * ext/alsa/gstalsa.h:
37199         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
37200
37201 2004-03-09  Benjamin Otte  <otte@gnome.org>
37202
37203         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
37204         (gst_mikmod_change_state):
37205         * ext/mikmod/gstmikmod.h:
37206           make mikmod's loop function not loop infinitely and call
37207           gst_element_yield anymore
37208         * gst/modplug/gstmodplug.cc:
37209           fix pad negotiation (fixes #136590)
37210
37211 2004-03-09  David Schleef  <ds@schleef.org>
37212
37213         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
37214         doesn't conflict with the internal colorspace plugin.
37215         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
37216         satisfy the crappy-ass shell shipped by a certain vendor.
37217         * gst/videofilter/make_filter: same (bug #135299)
37218
37219 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37220
37221         * configure.ac: bump nano to 1
37222
37223 === release 0.7.6 ===
37224
37225 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37226
37227         * configure.in: releasing 0.7.6, "There"
37228
37229 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37230
37231         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37232         * pkgconfig/gstreamer-play.pc.in:
37233           synchronize the two
37234
37235 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37236
37237         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
37238         (cdparanoia_open), (cdparanoia_event):
37239           fix/add error handling
37240         * po/POTFILES.in:
37241           add cdparanoia source
37242         * tools/Makefile.am:
37243           make scripts executable
37244
37245 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37246
37247         * configure.ac:
37248         * ext/vorbis/Makefile.am:
37249         * sys/Makefile.am:
37250           remove id3types, vorbisfile and xvideosink from the build (#133783)
37251
37252 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37253
37254         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
37255           Fix metadata read crash (#136537).
37256
37257 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37258
37259         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
37260         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
37261           adding mime types, fixing the one-stop function
37262
37263 2004-03-08  Christian Schaller <Uraeus@gnome.org>
37264
37265         * ext/nas/nassink.c and /ext/nas/nassink.h:
37266         More NAS love from Arwed von Merkatz
37267         So lets all sing 'Can you feel the NAS tonight'
37268
37269 2004-03-08  Christian Schaller <Uraeus@gnome.org>
37270
37271         * tools/gst-launch-ext.in:
37272         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
37273
37274 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37275
37276         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
37277         (gst_mpeg2dec_init):
37278         remove the user_data pad for now, because it is being used in
37279         fixating causing MPEG playback to fixate on 1000 Hz for playback.
37280         If someone knows how to fix this properly, please do.
37281
37282 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37283
37284         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37285         (gst_osssink_get_time):
37286         add a warning, IMO this won't get triggered anymore, remove later
37287
37288 2004-03-07  David Schleef  <ds@schleef.org>
37289
37290         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
37291         format (bug #136470)
37292
37293 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
37294
37295         * gst-libs/Makefile.am:
37296         * gst-libs/gst/media-info/Makefile.am:
37297         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
37298         (error_callback), (gst_media_info_error_create),
37299         (gst_media_info_error_element), (gmip_init), (gmip_reset),
37300         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
37301         * gst-libs/gst/media-info/media-info-priv.h:
37302         * gst-libs/gst/media-info/media-info-test.c: (main):
37303         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
37304         (gst_media_info_class_init), (gst_media_info_instance_init),
37305         (gst_media_info_set_source), (gst_media_info_read_with_idler),
37306         (gst_media_info_read_idler), (gst_media_info_read):
37307         * gst-libs/gst/media-info/media-info.h:
37308         fixed, should work now
37309
37310 2004-03-07  Christian Schaller <Uraeus@gnome.org>
37311
37312         * ext/nas/nassink.c:
37313         A bunch of NAS fixes from Arwed von Merkatz
37314
37315 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37316
37317         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
37318         (qtdemux_parse_trak):
37319           Fix crash (j might be greater than n_samples, in which case we're
37320           writing outside the allocated space for the array) and memleak.
37321
37322 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37323
37324         * sys/oss/gstosssink.c: (gst_osssink_chain):
37325           And another caller that couldn't handle delay < 0 (unsigned
37326           integer overflow). Video now continues playing on an audio
37327           buffer underrun, and the clock continues working. Audio still
37328           stalls.
37329
37330 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37331
37332         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37333         (gst_osssink_get_time):
37334           get_delay() may return values lower than 0. In those cases, we
37335           should not actually cast to *unsigned* int64, that will break
37336           stuff horribly. In my case, it screwed up A/V sync in movies
37337           in totem rather badly.
37338
37339 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37340
37341         * ext/faac/gstfaac.c: (gst_faac_chain):
37342         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
37343         * ext/libpng/gstpngenc.c: (user_write_data):
37344         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
37345         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
37346         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
37347         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37348         Fix several misuse of gst_buffer_merge (it doesn't take ownership
37349         of any buffer), should fix some leaks. I hope I didn't unref buffers
37350         that shouldn't be...
37351
37352 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37353
37354         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
37355         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
37356         (error_callback), (gmi_reset), (gmi_seek_to_track),
37357         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
37358         (gmip_find_type_post), (gmip_find_stream_post),
37359         (gmip_find_track_streaminfo_post):
37360         * gst-libs/gst/media-info/media-info-priv.h:
37361         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
37362         (info_print), (main):
37363         * gst-libs/gst/media-info/media-info.c:
37364         (gst_media_info_error_create), (gst_media_info_error_element),
37365         (gst_media_info_instance_init), (gst_media_info_get_property),
37366         (gst_media_info_new), (gst_media_info_set_source),
37367         (gst_media_info_read_idler), (gst_media_info_read):
37368         * gst-libs/gst/media-info/media-info.h:
37369           first pass at making this work again.  This seems to work on
37370           tagged ogg/vorbis and mp3 files.
37371
37372 2004-03-06  Benjamin Otte  <otte@gnome.org>
37373
37374         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
37375           fix huge leak: gst_buffer_merge doesn't unref the first argument
37376           itself.
37377
37378 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37379
37380         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
37381           report layer/mode/emphasis
37382
37383 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37384
37385         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
37386
37387 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37388
37389         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
37390           signal serial
37391
37392 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37393
37394         * ext/vorbis/vorbis.c: (plugin_init):
37395         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
37396         (gst_vorbis_dec_init), (vorbis_dec_event):
37397         add debug category
37398         make vorbisdec handle _BYTE and _TIME queries
37399
37400 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37401
37402         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
37403           from the xing header
37404
37405 2004-03-06  Benjamin Otte  <otte@gnome.org>
37406
37407         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
37408         (gst_audio_convert_link), (gst_audio_convert_change_state),
37409         (gst_audio_convert_buffer_from_default_format):
37410           do conversions from/to float correctly, fix some caps nego errors,
37411           export correct supported caps in template and getcaps, use correct
37412           caps in try_set_caps functions
37413
37414 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37415
37416         For some reason, I only committed a ChangeLog entry yesterday and
37417         not the corresponding code...
37418         * ext/mad/gstmad.c: Fix detection of Xing headers
37419         * gst/tags/gstid3tag.c: Changes to support TLEN tags
37420
37421 2004-03-06  Benjamin Otte  <otte@gnome.org>
37422
37423         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
37424         (gst_ogg_demux_src_query):
37425           make sure to handle the case where there's no current chain
37426           gracefully.
37427
37428 2004-03-05  David Schleef  <ds@schleef.org>
37429
37430         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
37431         Add fixate function. (bug #131128)
37432         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
37433         (gst_sdlvideosink_fixate):  Add fixate function.
37434         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
37435         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
37436         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
37437         Fix missing break that was causing ulaw to be interpreted as
37438         raw int.
37439
37440 2004-03-05  David Schleef  <ds@schleef.org>
37441
37442         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37443         Fix code that ignores return value of gst_buffer_merge().
37444         (bug #114560)
37445         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
37446         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
37447         * testsuite/gst-lint:  Check for above.
37448
37449 2004-03-05  David Schleef  <ds@schleef.org>
37450
37451         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
37452         caps and throw an element error.  (bug #136334)
37453
37454 2004-03-05  David Schleef  <ds@schleef.org>
37455
37456         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
37457         (gst_faad_chain): Fix negotiation.
37458         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
37459         key and button events.
37460         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
37461         dung heap of code.
37462         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
37463         depends on gconf
37464         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
37465         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
37466         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
37467         function to encourage better negotiation, particularly between
37468         audioconvert and osssink.
37469         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
37470         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
37471         more important.
37472         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
37473         typefinding.
37474         * gst/vbidec/vbiscreen.c:  Add glib header
37475         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
37476
37477 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
37478
37479         * ext/mad/gstmad.c: Fix detection of Xing headers
37480         * gst/tags/gstid3tag.c: Changes to support TLEN tags
37481
37482 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37483
37484         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
37485         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
37486           debug updates
37487
37488 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37489
37490         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
37491         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
37492         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
37493         files, and report the parsed length as a GST_TAG_DURATION tag.
37494         * gst/tags/gstid3tag.c: support TLEN (duration) tag
37495
37496 2004-03-05  Benjamin Otte  <otte@gnome.org>
37497
37498         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
37499           convert channels correctly. convert correctly to unsigned.
37500
37501 2004-03-05  Julien MOUTTE <julien@moutte.net>
37502
37503         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
37504         we have a window before clearing it.
37505
37506 2004-03-05  Julien MOUTTE <julien@moutte.net>
37507
37508         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
37509         have a window before clearing it.
37510
37511 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
37512
37513         * gconf/gstreamer.schemas.in:
37514         * gst-libs/gst/gconf/Makefile.am:
37515           version installation path the same way as for 0.6
37516         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
37517         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
37518         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37519           remove comment that was fixed
37520
37521 2004-03-05  David Schleef  <ds@schleef.org>
37522
37523         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
37524         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
37525         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
37526         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
37527         Add prototype code for handling seeking and querying.
37528
37529 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37530
37531         * examples/gstplay/player.c: (main):
37532           Initialize variables to NULL. Prevents a segfault because the
37533           (uninitialized) variable is not NULL, resulting in a crash on
37534           trying to reach error->message.
37535
37536 2004-03-05  Benjamin Otte  <otte@gnome.org>
37537
37538         * gst/audioconvert/gstaudioconvert.c:
37539         (gst_audio_convert_buffer_to_default_format):
37540         make float=>int conversion work correctly even in cornercases.
37541
37542 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
37543
37544         * debian/README.Debian:
37545         * debian/build-deps:
37546         * debian/changelog:
37547         * debian/control:
37548         * debian/control.in:
37549         * debian/copyright:
37550         * debian/gstreamer-a52dec.files:
37551         * debian/gstreamer-aa.files:
37552         * debian/gstreamer-alsa.files:
37553         * debian/gstreamer-alsa.manpages:
37554         * debian/gstreamer-arts.files:
37555         * debian/gstreamer-artsd.files:
37556         * debian/gstreamer-audiofile.files:
37557         * debian/gstreamer-avifile.files:
37558         * debian/gstreamer-cdparanoia.files:
37559         * debian/gstreamer-colorspace.files:
37560         * debian/gstreamer-doc.files:
37561         * debian/gstreamer-dv.files:
37562         * debian/gstreamer-dvd.files:
37563         * debian/gstreamer-esd.files:
37564         * debian/gstreamer-festival.files:
37565         * debian/gstreamer-flac.files:
37566         * debian/gstreamer-gconf.conffiles:
37567         * debian/gstreamer-gconf.files:
37568         * debian/gstreamer-gconf.postinst:
37569         * debian/gstreamer-gnomevfs.files:
37570         * debian/gstreamer-gsm.files:
37571         * debian/gstreamer-http.files:
37572         * debian/gstreamer-jack.files:
37573         * debian/gstreamer-jpeg.files:
37574         * debian/gstreamer-mad.files:
37575         * debian/gstreamer-mikmod.files:
37576         * debian/gstreamer-misc.files:
37577         * debian/gstreamer-mpeg2dec.files:
37578         * debian/gstreamer-oss.files:
37579         * debian/gstreamer-plugin-apps.files:
37580         * debian/gstreamer-plugin-apps.manpages:
37581         * debian/gstreamer-plugin-libs-dev.files:
37582         * debian/gstreamer-plugin-libs.files:
37583         * debian/gstreamer-plugin-template.postinst:
37584         * debian/gstreamer-plugin-template.postrm:
37585         * debian/gstreamer-sdl.files:
37586         * debian/gstreamer-sid.files:
37587         * debian/gstreamer-vorbis.files:
37588         * debian/gstreamer-x.files:
37589         * debian/mk.control:
37590         * debian/rules:
37591         Debian package info not maintained here.
37592
37593 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
37594
37595         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
37596         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
37597         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
37598         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
37599         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
37600         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
37601         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
37602         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
37603         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
37604         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
37605         * gst-libs/gst/colorbalance/colorbalance.c:
37606         (gst_color_balance_class_init):
37607         * gst-libs/gst/colorbalance/colorbalancechannel.c:
37608         (gst_color_balance_channel_class_init):
37609         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
37610         * gst-libs/gst/play/play.c: (gst_play_class_init):
37611         * gst-libs/gst/propertyprobe/propertyprobe.c:
37612         (gst_property_probe_iface_init):
37613         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
37614         * gst-libs/gst/tuner/tunerchannel.c:
37615         (gst_tuner_channel_class_init):
37616         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
37617         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
37618         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
37619         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
37620         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
37621         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
37622         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
37623         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
37624         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
37625           fix signals to use - instead of _
37626         * ext/libcaca/gstcacasink.h:
37627         * ext/sdl/sdlvideosink.h:
37628           fix header rename
37629
37630 2004-03-04  David Schleef  <ds@schleef.org>
37631
37632         * testsuite/gst-lint:  Add a check for bad signal names.
37633
37634 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
37635
37636         reviewed by David Schleef
37637
37638         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
37639         modified the alpha channel and caused a warning. (bug #136192)
37640
37641 2004-04-03  Christian Schaller <Uraeus@gnome.org>
37642
37643         * gst-plugins.spec.in:
37644         Change names of plugins to actually be correct. Try to keep things
37645         alphabetical to avoid getting beat up by Thomas
37646
37647 2004-03-03  Julien MOUTTE <julien@moutte.net>
37648
37649         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
37650         Using ximagesink as a default if no gconf key found. We should
37651         probably consider using alsasink instead of osssink for the audio
37652         part.
37653
37654 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
37655
37656         * configure.ac:
37657           fix --with-plugins, don't think it ever worked before
37658         * gst-plugins.spec.in:
37659           even more updates
37660
37661 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37662
37663         * ext/sdl/sdlvideosink.h:
37664         * sys/ximage/ximagesink.h:
37665         * sys/xvideo/xvideosink.h:
37666         * sys/xvimage/xvimagesink.h:
37667           Fix for move of gstvideosink.h -> videosink.h.
37668
37669 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
37670
37671         * gst-libs/gst/xwindowlistener/Makefile.am:
37672           this is a plugin library, not a library
37673
37674 2004-03-01  David Schleef  <ds@schleef.org>
37675
37676         * AUTHORS:  Added some names.  Add yourself if you're still
37677         missing.
37678
37679 2004-03-01  David Schleef  <ds@schleef.org>
37680
37681         * MAINTAINERS: Add
37682
37683 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37684
37685         * gst-plugins.spec.in: clean up spec file
37686
37687 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37688
37689         * gst-libs/gst/video/Makefile.am:
37690         * gst-libs/gst/video/gstvideosink.c:
37691         * gst-libs/gst/video/gstvideosink.h:
37692           rename gstvideosink.h to videosink.h to match other headers
37693         * gst/mixmatrix/Makefile.am:
37694           fix plugin filename
37695         * gst/tags/Makefile.am: fix plugin filename
37696
37697 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37698
37699         * gst/tags/Makefile.am: fix plugin filename
37700
37701 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37702
37703         * examples/gstplay/player.c: (got_time_tick), (main):
37704           add error handler
37705           display time_tick more readably
37706         * gst/mixmatrix/Makefile.am:
37707           fix plugin file name
37708
37709 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
37710
37711         * sys/oss/gstosselement.c: (gst_osselement_probe),
37712         (device_combination_append), (gst_osselement_class_probe_devices):
37713         * sys/oss/gstosselement.h:
37714           Reworked enumeration of oss dsps and mixers so that gst-mixer works
37715           on my system using alsa oss emulation, fixes bug #135597
37716
37717 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37718
37719         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
37720         (gst_videodrop_chain), (gst_videodrop_change_state):
37721         * gst/videodrop/gstvideodrop.h:
37722           Work based on timestamp of input data, not based on the expected
37723           framerate from the input. The consequence is that this element now
37724           not only scales framerates, but also functions as a framerate
37725           corrector or framerate stabilizer/constantizer.
37726
37727 2004-02-27  David Schleef  <ds@schleef.org>
37728
37729         patches from jmmv@menta.net (Julio M. Merino Vidal)
37730
37731         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
37732         GST_ELEMENT_ERROR call (bug #135634)
37733         * gst/interleave/interleave.c: (interleave_buffered_loop),
37734         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
37735         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
37736         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37737         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
37738         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
37739         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
37740         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
37741         Fix GST_ELEMENT_ERROR call.
37742         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
37743         GST_ELEMENT_ERROR call.
37744
37745 2004-02-27  Benjamin Otte  <otte@gnome.org>
37746
37747         * gst-libs/gst/audio/audio.h:
37748           add macro to make sure header isn't included twice
37749         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
37750           don't use gst_buffer_free
37751         * gst/playondemand/filter.func:
37752           don't use gst_data_free. Free data only once.
37753
37754 2004-02-26  David Schleef  <ds@schleef.org>
37755
37756         * gst-libs/gst/colorbalance/Makefile.am:
37757         * gst-libs/gst/mixer/Makefile.am:
37758         * gst-libs/gst/tuner/Makefile.am:
37759         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
37760         should not be disted, -marshal.h files should not be installed,
37761         and -enum.h files _should_ be installed.  Fix to make this the
37762         case.
37763
37764 === release 0.7.5 ===
37765
37766 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
37767
37768         * configure.ac: release 0.7.5, "Under The Sea"
37769
37770 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37771
37772         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
37773         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
37774         * gst/videoscale/gstvideoscale.c:
37775         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
37776           assorted debug/warning fixes
37777
37778 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37779
37780         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
37781         (gst_videoscale_init), (gst_videoscale_chain),
37782         (gst_videoscale_set_property), (plugin_init):
37783         * gst/videoscale/gstvideoscale.h:
37784         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
37785         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
37786         (gst_videoscale_planar400), (gst_videoscale_packed422),
37787         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
37788         (gst_videoscale_24bit), (gst_videoscale_16bit),
37789         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
37790         (gst_videoscale_scale_plane_slow),
37791         (gst_videoscale_scale_point_sample),
37792         (gst_videoscale_scale_nearest),
37793         (gst_videoscale_scale_nearest_str2),
37794         (gst_videoscale_scale_nearest_str4),
37795         (gst_videoscale_scale_nearest_32bit),
37796         (gst_videoscale_scale_nearest_24bit),
37797         (gst_videoscale_scale_nearest_16bit):
37798         add debugging category and use it properly
37799         fix use of GST_PTR_FORMAT
37800
37801 2004-02-25  Andy Wingo  <wingo@pobox.com>
37802
37803         * gst/interleave/interleave.c (interleave_buffered_loop): Always
37804         push only when channel->buffer is NULL. Prevents segfaults doing
37805         the state change after a nonlocal exit, like a scheme exception.
37806
37807         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
37808         Handle the case where the intersected caps is empty.
37809
37810 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37811
37812         * gst/law/mulaw-decode.c: (mulawdec_link):
37813         * gst/law/mulaw.c: (plugin_init):
37814           fix mulawdec so it actually works again
37815
37816 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
37817
37818         reviewed by: David Schleef  <ds@schleef.org>
37819
37820         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
37821         (gst_gamma_init), (gst_gamma_set_property),
37822         (gst_gamma_get_property), (gst_gamma_calculate_tables),
37823         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
37824         for RGB, with separate r g and b correction factors. (#131167)
37825
37826 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
37827
37828         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
37829           only signal tags for bitrate if they're > 0 (#134894)
37830
37831 2004-02-24  David Schleef  <ds@schleef.org>
37832
37833         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
37834         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
37835         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
37836         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
37837         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
37838         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
37839         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
37840         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
37841         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
37842         category.  Attempt to fix timestamp calculation.
37843
37844 2004-02-24  Johan Dahlin  <johan@gnome.org>
37845
37846         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
37847
37848 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
37849
37850         * configure.ac:
37851         * gconf/Makefile.am:
37852         * gconf/gstreamer.schemas:
37853         * gst-libs/gst/gconf/Makefile.am:
37854         * gst-libs/gst/gconf/gconf.c:
37855           version gconf schemas and install locations
37856
37857 2004-02-23  Benjamin Otte  <otte@gnome.org>
37858
37859         * ext/xine/xineinput.c: (gst_xine_input_dispose):
37860         (gst_xine_input_subclass_init):
37861           call parent dispose.
37862           change pad template for CD reader correctly
37863         * ext/xine/Makefile.am:
37864         * ext/xine/gstxine.h:
37865         * ext/xine/xine.c: (plugin_init):
37866         * ext/xine/xineaudiosink.c:
37867           wrap audio sinks, too
37868         * gst-libs/gst/resample/private.h:
37869         * gst-libs/gst/resample/resample.c: (gst_resample_init),
37870         (gst_resample_reinit), (gst_resample_scale),
37871         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
37872         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
37873         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
37874         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
37875         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
37876         * gst-libs/gst/resample/resample.h:
37877         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
37878         (gst_audioscale_class_init), (gst_audioscale_link),
37879         (gst_audioscale_get_buffer), (gst_audioscale_init),
37880         (gst_audioscale_chain), (gst_audioscale_set_property),
37881         (gst_audioscale_get_property):
37882         * gst/audioscale/gstaudioscale.h:
37883           s/resample_*/gst_resample_*/i to not clobber namespaces
37884
37885 2004-02-23  Julien MOUTTE  <julien@moutte.net>
37886
37887         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
37888         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
37889         (gst_riff_create_video_template_caps),
37890         (gst_riff_create_audio_template_caps),
37891         (gst_riff_create_iavs_template_caps):
37892         * gst-libs/gst/riff/riff-media.h:
37893         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
37894         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
37895         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
37896         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
37897         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
37898         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
37899         (gst_matroska_demux_plugin_init): First batch implementing audio and
37900         video codec tags in demuxers.
37901
37902 2004-02-22  Benjamin Otte  <otte@gnome.org>
37903
37904         * ext/xine/Makefile.am:
37905         * ext/xine/gstxine.h:
37906         * ext/xine/xine.c: (plugin_init):
37907         * ext/xine/xineinput.c:
37908           add input plugin wrapper. Playback from files, http, mms and cdda
37909           works.
37910         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
37911           remove leftover G_GNUC_UNUSED
37912         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
37913         (gst_asf_demux_identify_guid):
37914           improve debugging output
37915
37916 2004-02-22  Benjamin Otte  <otte@gnome.org>
37917
37918         reported by: Padraig O'Briain <padraig.obriain@sun.com>
37919
37920         * autogen.sh:
37921           replace test -e with test -x for mkinstalldirs to be more portable.
37922           (fixes #134816)
37923
37924 2004-02-22  Benjamin Otte  <otte@gnome.org>
37925
37926         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
37927
37928         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
37929           set rank to PRIMARY
37930         * gst/volume/gstvolume.c: (plugin_init):
37931           set rank to NONE
37932         fixes #134960
37933
37934 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
37935
37936         reviewed by Benjamin Otte  <otte@gnome.org>
37937
37938         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
37939           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
37940
37941 2004-02-22  Benjamin Otte  <otte@gnome.org>
37942
37943         * configure.ac:
37944           export [_]*{gst,Gst,GST}.* symbols from plugins
37945
37946 2004-02-22  Christophe Fergeau <teuf@gnome.org>
37947
37948         reviewed by: Benjamin Otte  <otte@gnome.org>
37949
37950         * ext/lame/gstlame.c: (add_one_tag):
37951         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
37952         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
37953         (gst_vorbisenc_metadata_set1):
37954         * gst/tags/gstid3tag.c:
37955         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
37956           apply fixes from bugs #135042 (lame can't write tags) and #133817
37957           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
37958
37959 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
37960
37961         * configure.ac: Export only gst_plugin_desc from plugins.
37962          Note that this change only makes any effect with Linux using libtool
37963          1.5.2 or higher. Otherwise it is silently ignored, but it would build
37964          fine. And don't try to have several versions of libtool in different
37965          directories.
37966
37967 2004-02-20  Andy Wingo  <wingo@pobox.com>
37968
37969         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
37970         interleave respectively.
37971
37972         * gst/interleave/deinterleave.c: New plugin: deinterleave
37973         (replaces on oneton).
37974         * gst/interleave/interleave.c: New plugin: interleave.
37975         * gst/interleave/plugin.h: Support file.
37976         * gst/interleave/plugin.c: Support file.
37977
37978         * configure.ac: Remove intfloat and oneton, add interleave.
37979
37980         * ext/sndfile/gstsf.c: Handle events better.
37981
37982         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
37983         and float2int operation. int2float has scheduling problems as
37984         noted in in2float_chain.
37985
37986 2004-02-20  Benjamin Otte  <otte@gnome.org>
37987
37988         * ext/xine/Makefile.am:
37989         * ext/xine/gstxine.h:
37990         * ext/xine/xine.c:
37991         * ext/xine/xineaudiodec.c:
37992         * ext/xine/xinecaps.c:
37993           add first version of xine plugin wrapper. Currently only wraps the
37994           QDM2 win32 DLL, and even that only in proof-of-concept quality.
37995         * configure.ac:
37996         * ext/Makefile.am:
37997           add xine plugin wrapper, disabled by default. Use --enable-xine to
37998           build. Note that it'll segfault on gst-register if you don't remove
37999           the goom and tvtime post plugins from xine.
38000         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
38001         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
38002           add extradata parsing for QDM2.
38003           change around debugging prints.
38004
38005 2004-02-19  Benjamin Otte  <otte@gnome.org>
38006
38007         * ext/lame/gstlame.c: (gst_lame_chain):
38008         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
38009           use gst_tag_list_insert when you want to insert tags
38010
38011 2004-02-18  David Schleef  <ds@schleef.org>
38012
38013         * configure.ac:  Move massink to gst-rotten
38014         * ext/Makefile.am:
38015         * ext/mas/Makefile.am:
38016         * ext/mas/massink.c:
38017         * ext/mas/massink.h:
38018
38019 2004-02-18  David Schleef  <ds@schleef.org>
38020
38021         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
38022         typefinding, since it seems to be worse than nothing.
38023         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
38024         atom to recognize .mp4 and .m4a files as video/quicktime.
38025
38026 2004-02-18  David Schleef  <ds@schleef.org>
38027
38028         * gst/sine/demo-dparams.c: (quit_live),
38029         (dynparm_log_value_changed), (dynparm_value_changed), (main):
38030         Use double dparams, not float.
38031         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38032         (gst_sinesrc_init): Change sync default to FALSE, since multiple
38033         sync'd elements don't really work correctly.
38034         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
38035         (volume_update_volume), (volume_get_property):  Change dparam
38036         to double.
38037
38038 2004-02-18  Julien MOUTTE  <julien@moutte.net>
38039
38040         * sys/ximage/ximagesink.c:
38041         (gst_ximagesink_xwindow_update_geometry),
38042         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
38043         (gst_ximagesink_change_state), (gst_ximagesink_expose),
38044         (gst_ximagesink_init): Rework the way software video scaling works. So
38045         now we check on each chain call if the video frames are feeling the
38046         window. If not we try to renegotiate caps. On failure we memorize that
38047         and we won't try again for that PLAYING sessions.
38048         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
38049         failure.
38050         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
38051         synchronous flag.
38052
38053 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
38054
38055         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
38056           break up _link so we can give a better debug message for errors
38057
38058 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
38059
38060         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
38061           set up debug category
38062
38063 2004-02-18  Julien MOUTTE <julien@moutte.net>
38064
38065         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38066         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
38067         the way renegotiation work. The event handling function is not taking
38068         care of external windows and renegotiate method check for pad flags
38069         NEGOTIATING. Should fix : #133209
38070
38071 2004-02-17  Julien MOUTTE  <julien@moutte.net>
38072
38073         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
38074         pad is negotiating before trying renegotiation.
38075
38076 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
38077
38078         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
38079           pass on all possible mime types as typefind hints
38080
38081 2004-02-17  Julien MOUTTE <julien@moutte.net>
38082
38083         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
38084         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
38085         possible SHM leak if we crash. All other apps using XShm are doing
38086         that.
38087
38088 2004-02-17  Julien MOUTTE  <julien@moutte.net>
38089
38090         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38091         (gst_ximagesink_expose): Renegotiate size on expose.
38092         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
38093         size on expose.
38094
38095 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38096
38097         * testsuite/alsa/sinesrc.c:
38098           cosmetic fix to fix compile issue with gcc 2.95.4
38099
38100 2004-02-16  Julien MOUTTE <julien@moutte.net>
38101
38102         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
38103         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
38104         failed opening the audio device.
38105         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
38106         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
38107         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
38108         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
38109         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
38110         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
38111         (gst_ximagesink_change_state), (gst_ximagesink_chain),
38112         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
38113         Removing some useless g_return_if_fail like wingo suggested.
38114         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
38115         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
38116         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
38117         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
38118         (gst_xvimagesink_update_colorbalance),
38119         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
38120         (gst_xvimagesink_xcontext_clear),
38121         (gst_xvimagesink_get_fourcc_from_caps),
38122         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
38123         (gst_xvimagesink_set_xwindow_id),
38124         (gst_xvimagesink_colorbalance_list_channels),
38125         (gst_xvimagesink_colorbalance_set_value),
38126         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
38127         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
38128
38129 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
38130
38131         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
38132           throw error when not negotiated instead of asserting
38133
38134 2004-02-15  Julien MOUTTE  <julien@moutte.net>
38135
38136         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
38137         correct data refcounting.
38138
38139 2004-02-15  Julien MOUTTE  <julien@moutte.net>
38140
38141         * gst/switch/gstswitch.c: (gst_switch_change_state),
38142         (gst_switch_class_init): Cleaning the sinkpads correctly on state
38143         change, mostly the EOS flag.
38144
38145 2004-02-15  Julien MOUTTE  <julien@moutte.net>
38146
38147         * examples/gstplay/player.c: (got_eos), (main): Adding some
38148         output for debugging.
38149         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
38150         timeouts if we go to any state different from PLAYING.
38151         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
38152         more EOS bugs in riff lib.
38153
38154 2004-02-14  Julien MOUTTE  <julien@moutte.net>
38155
38156         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
38157         visualization until i find a way to fix switch correctly.
38158         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
38159         EOS arrives.
38160         * gst/switch/gstswitch.c: (gst_switch_release_pad),
38161         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
38162         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
38163         Reworked switch to get a more correct behaviour with events and refing
38164         of data stored in sinkpads.
38165         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
38166         we don't pull from a pad in EOS.
38167
38168 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38169
38170         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
38171           remove v1 tag even if we can't read it (makes sure we don't detect
38172           it again)
38173
38174 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38175
38176         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
38177         (gst_alsa_xrun_recovery):
38178         * ext/alsa/gstalsa.h:
38179           try xrun recovery when wait failed. Make xrun recovery function
38180           return TRUE/FALSE to indicate success. (might fix #134354)
38181
38182 2004-02-13  David Schleef  <ds@schleef.org>
38183
38184         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
38185         (dynparm_value_changed), (main): Convert from float to double.
38186         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
38187
38188 2004-02-13  David Schleef  <ds@schleef.org>
38189
38190         * gst/silence/gstsilence.c: (gst_silence_class_init),
38191         (gst_silence_set_clock), (gst_silence_get),
38192         (gst_silence_set_property), (gst_silence_get_property):
38193         * gst/silence/gstsilence.h: Add sync property.
38194         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38195         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
38196         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
38197         * gst/sine/gstsinesrc.h: Add sync property.
38198
38199 2004-02-13  David Schleef  <ds@schleef.org>
38200
38201         * gst/intfloat/gstint2float.c: (conv_f32_s16),
38202         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
38203
38204 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
38205
38206         * configure.ac:
38207         * ext/Makefile.am:
38208         * gst-libs/ext/Makefile.am:
38209           move ffmpeg plugin to gst-ffmpeg module
38210
38211 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
38212
38213         * configure.ac: use GST_ARCH to detect architecture
38214
38215 2004-02-12  Julien MOUTTE  <julien@moutte.net>
38216
38217         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
38218
38219 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
38220
38221         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
38222           classify LADSPA plugins based on number of src/sink pads
38223           (#133663, Stefan Kost)
38224         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
38225           fix dparams registration
38226           (#133528, Stefan Kost)
38227         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
38228           fix use of isprint and use g_ascii_isprint instead
38229           (#133316, Stefan Kost)
38230
38231 2004-02-11  David Schleef  <ds@schleef.org>
38232
38233         Convert a few inner loops to use liboil.  This is currently
38234         optional, and is only enabled if liboil is present (duh!).
38235         * configure.ac: Check for liboil-0.1
38236         * gst/intfloat/Makefile.am:
38237         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
38238         (gst_int2float_chain_gint16):
38239         * gst/videofilter/Makefile.am:
38240         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
38241         (tablelookup_u8), (gst_videobalance_planar411):
38242         * gst/videotestsrc/Makefile.am:
38243         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
38244         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
38245         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
38246         (paint_hline_RGB565), (paint_hline_xRGB1555):
38247
38248 2004-02-11  David Schleef  <ds@schleef.org>
38249
38250         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
38251         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
38252         (gst_colorspace_getcaps), (gst_colorspace_link),
38253         (gst_colorspace_base_init), (gst_colorspace_init),
38254         (gst_colorspace_chain), (gst_colorspace_change_state),
38255         (plugin_init): Merge Ronald's patch (bug #117897) and update
38256         for new caps and negotiation.  Seems to work, although it
38257         shows off bugs in lcs.
38258
38259 2004-02-11  David Schleef  <ds@schleef.org>
38260
38261         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
38262         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
38263
38264 2004-02-11  David Schleef  <ds@schleef.org>
38265
38266         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
38267         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
38268         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
38269         Add server and port properties
38270
38271 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
38272
38273         * m4/a52.m4:
38274         * m4/aalib.m4:
38275         * m4/as-ffmpeg.m4:
38276         * m4/as-liblame.m4:
38277         * m4/as-slurp-ffmpeg.m4:
38278         * m4/check-libheader.m4:
38279         * m4/esd.m4:
38280         * m4/freetype2.m4:
38281         * m4/gconf-2.m4:
38282         * m4/glib.m4:
38283         * m4/gst-alsa.m4:
38284         * m4/gst-artsc.m4:
38285         * m4/gst-ivorbis.m4:
38286         * m4/gst-matroska.m4:
38287         * m4/gst-sdl.m4:
38288         * m4/gst-shout2.m4:
38289         * m4/gst-sid.m4:
38290         * m4/gtk.m4:
38291         * m4/libdv.m4:
38292         * m4/libfame.m4:
38293         * m4/libmikmod.m4:
38294         * m4/ogg.m4:
38295         * m4/vorbis.m4:
38296           fix underquotedness of macros (#133800)
38297         * m4/as-avifile.m4:
38298         * m4/xmms.m4:
38299           removed because no longer used
38300
38301 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
38302
38303         * configure.ac:
38304           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
38305           by autopoint (fixes #132996)
38306
38307 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38308
38309         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
38310         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
38311         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
38312         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
38313           fix memleaks
38314
38315 2004-02-11  David Schleef  <ds@schleef.org>
38316
38317         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
38318         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
38319         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
38320         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
38321         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
38322         (gst_jpegenc_class_init), (gst_jpegenc_init),
38323         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
38324         (gst_jpegenc_chain), (gst_jpegenc_set_property),
38325         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
38326         * ext/jpeg/gstjpegenc.h: Fix negotiation.
38327
38328 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38329
38330         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
38331         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
38332         * ext/mikmod/gstmikmod.h:
38333           fix caps negotiation in mikmod
38334         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
38335           output debug information
38336
38337 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38338
38339         * gst-libs/gst/colorbalance/Makefile.am:
38340         * gst-libs/gst/navigation/Makefile.am:
38341         * gst-libs/gst/xoverlay/Makefile.am:
38342           remove unused GST_OPT_CFLAGS from Makefiles
38343           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
38344
38345 2004-02-07  David Schleef  <ds@schleef.org>
38346
38347         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
38348         push events to pads that haven't been created (#133508)
38349
38350 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
38351
38352         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
38353         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
38354         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
38355         (gst_dvdec_loop), (gst_dvdec_change_state):
38356         Second attempt at committing a working dvdec element.
38357
38358 2004-02-06  David Schleef  <ds@schleef.org>
38359
38360         Build fixes for OS X: (see #129600)
38361         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
38362         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
38363         (gst_riff_read_strf_iavs):
38364         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
38365         (gst_avi_demux_stream_odml):
38366         * gst/playondemand/Makefile.am:
38367         * gst/rtp/rtp-packet.c:
38368
38369 2004-02-05  David Schleef  <ds@schleef.org>
38370
38371         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
38372         last change, because it Just Doesn't Compile.
38373
38374 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38375
38376         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
38377           skip undecodable id3v2 tag instead of keeping it
38378
38379 2004-02-05  David Schleef  <ds@schleef.org>
38380
38381         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
38382         Unref leaked buffer.  (Noticed by Ronald)
38383
38384 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
38385
38386         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38387         Sync requires with other checks.  >= vs =.
38388
38389 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
38390
38391         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
38392         (gst_dvdec_video_link), (gst_dvdec_loop):
38393         * ext/dv/gstdvdec.h:
38394           rework the caps negotiation so that dvdec works again instead
38395           of just segfaulting.
38396
38397 === release 0.7.4 ===
38398
38399 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
38400
38401         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
38402         * configure.ac: changed for release
38403
38404 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
38405
38406         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
38407         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
38408         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38409         * pkgconfig/gstreamer-play-uninstalled.pc.in:
38410           reworked patch by David Lehn to fix libdir and includedir for
38411           uninstalled libraries
38412           removed play and gconf from gstreamer-libs since they have their
38413           own pkgconfig files
38414
38415 2004-02-04  David Schleef  <ds@schleef.org>
38416
38417         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
38418         memleak.
38419
38420 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38421
38422         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
38423           use correct GST_TAG_ENCODER tag
38424
38425 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38426
38427         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
38428           be sure to stop the clock when going to paused
38429         * sys/oss/gstosssink.c: (gst_osssink_change_state):
38430           reset number of transmitted when going to ready.
38431         fixes #132935
38432
38433 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
38434
38435         reviewed by Benjamin Otte
38436
38437         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
38438           extract track count (fixes #133410)
38439
38440 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38441
38442         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
38443           that should be !=, not == (fixes #132519)
38444
38445 2004-02-04  David Schleef  <ds@schleef.org>
38446
38447         Make sure set_explicit_caps() is called before adding pad.
38448         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38449         * gst/id3/gstid3types.c: (gst_id3types_loop):
38450         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
38451         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38452
38453 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38454
38455         * configure.ac:
38456           bump nano to 2, first prerelease
38457           put back AM_PROG_LIBTOOL
38458
38459 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38460
38461         * testsuite/alsa/Makefile.am:
38462           these are user test apps, not automatic testsuite tests
38463
38464 2004-02-04  David Schleef  <ds@schleef.org>
38465
38466         Convert GST_DEBUG_CAPS() to GST_DEBUG():
38467         * gst/mpeg1videoparse/gstmp1videoparse.c:
38468         (mp1videoparse_parse_seq):
38469         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38470         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
38471         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
38472         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
38473         (gst_xvideosink_getcaps):
38474         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
38475         * testsuite/gst-lint: more tests
38476
38477 2004-02-04  David Schleef  <ds@schleef.org>
38478
38479         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
38480         with the code that they would expand to.
38481         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
38482         (gst_flacdec_get_src_query_types),
38483         (gst_flacdec_get_src_event_masks):
38484         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
38485         (gst_gnomevfssrc_get_query_types),
38486         (gst_gnomevfssrc_get_event_mask):
38487
38488 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38489
38490         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38491         (gst_sinesrc_dispose):
38492           fix memleak by properly disposing sinesrc
38493
38494 2004-02-04  Julien MOUTTE  <julien@moutte.net>
38495
38496         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
38497         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
38498         an overlay to redraw the image because it has been exposed.
38499         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
38500         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
38501         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
38502         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
38503         interface
38504         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
38505         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
38506         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
38507         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
38508         interface
38509
38510 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38511
38512         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
38513           more memleak fixage
38514
38515 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38516
38517         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
38518         * gst/typefind/gsttypefindfunctions.c:
38519           fix memleaks shown by gst-typefind
38520
38521 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
38522
38523         * common/glib-gen.mak:
38524           add hack rule to touch .Plo files
38525         * gst-libs/gst/colorbalance/Makefile.am:
38526         * gst-libs/gst/mixer/Makefile.am:
38527         * gst-libs/gst/play/Makefile.am:
38528         * gst-libs/gst/tuner/Makefile.am:
38529           remove glib_root variable
38530
38531 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38532
38533         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
38534           set explicit caps before adding the element, so the autopluggers can
38535           plug correctly.
38536         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
38537         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
38538         (mpeg_video_type_find), (mpeg_video_stream_type_find),
38539         (dv_type_find):
38540           fix memleaks in typefind functions. gst_type_find_suggest takes a const
38541           argument.
38542
38543 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
38544
38545         * gst-libs/gst/colorbalance/Makefile.am:
38546         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
38547         * gst-libs/gst/colorbalance/colorbalance.c:
38548         * gst-libs/gst/colorbalance/colorbalance.h:
38549         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
38550         * gst-libs/gst/mixer/Makefile.am:
38551         * gst-libs/gst/mixer/mixer-marshal.list:
38552         * gst-libs/gst/mixer/mixer.c:
38553         * gst-libs/gst/mixer/mixer.h:
38554         * gst-libs/gst/mixer/mixermarshal.list:
38555         * gst-libs/gst/play/Makefile.am:
38556         * gst-libs/gst/play/play.h:
38557         * gst-libs/gst/tuner/Makefile.am:
38558         * gst-libs/gst/tuner/tuner-marshal.list:
38559         * gst-libs/gst/tuner/tuner.c:
38560         * gst-libs/gst/tuner/tuner.h:
38561         * gst-libs/gst/tuner/tunermarshal.list:
38562           use new glib-gen.mak snippet to clean up Makefile.am
38563           fix various bugs in Makefile.am's
38564
38565 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38566
38567         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
38568           handle chain parsing correctly in the multichain case
38569         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
38570         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
38571         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
38572         (theora_dec_chain):
38573           handle events and queries correctly
38574
38575 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38576
38577         * .cvsignore:
38578         Ignore generated file _stdint.h.
38579
38580 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38581
38582         * gst-libs/gst/colorbalance/Makefile.am:
38583         * gst-libs/gst/colorbalance/colorbalance.h:
38584         * gst-libs/gst/mixer/Makefile.am:
38585         * gst-libs/gst/mixer/mixer.h:
38586         * gst-libs/gst/play/Makefile.am:
38587         * gst-libs/gst/play/play.h:
38588         * gst-libs/gst/tuner/Makefile.am:
38589         * gst-libs/gst/tuner/tuner.h:
38590         Generate enum type code with glib-mkenums.
38591         * gst-libs/gst/colorbalance/.cvsignore:
38592         * gst-libs/gst/mixer/.cvsignore:
38593         * gst-libs/gst/play/.cvsignore:
38594         * gst-libs/gst/tuner/.cvsignore:
38595         Ignore generated files.
38596
38597 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38598
38599         * gst-libs/gst/audio/.cvsignore:
38600         Ignore generated file.
38601         * gst-libs/gst/audio/Makefile.am:
38602         Do not install example filter.
38603
38604 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38605
38606         * examples/switch/.cvsignore:
38607         Ignore generated file.
38608
38609 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38610
38611         * common/m4/ax_create_stdint_h.m4:
38612         * configure.ac:
38613           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
38614           _stdint.h.
38615         * Makefile.am:
38616           remove generated _stdint.h in DISTCLEANFILES
38617         * ext/a52dec/gsta52dec.c:
38618           include _stdint.h for a52dec. (should fix #133064)
38619
38620 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
38621
38622         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
38623         (gst_tag_to_vorbis_comments):
38624         Add replaygain support to vorbistag
38625
38626 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
38627         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
38628         (gst_ffmpeg_caps_to_extradata):
38629           Fix SVQ3 caps flag properties
38630           Use glib macro for bytes swap
38631
38632 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38633
38634         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
38635         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
38636         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
38637         * ext/sndfile/gstsf.c: (plugin_init):
38638         * gst/avi/gstavi.c: (plugin_init):
38639         * sys/dxr3/dxr3init.c: (plugin_init):
38640         * sys/oss/gstossaudio.c: (plugin_init):
38641         * sys/v4l/gstv4l.c: (plugin_init):
38642         * sys/v4l2/gstv4l2.c: (plugin_init):
38643           remove textdomain calls
38644         * po/nl.po:
38645           update Dutch translation
38646
38647 2004-02-02  Julien MOUTTE  <julien@moutte.net>
38648
38649         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
38650         (gst_play_set_audio_sink): Moving volume in the audio thread for
38651         instantaneous volume change. Maybe i will add another volume in front
38652         of visualization later, not sure yet though.
38653
38654 2004-02-02  Julien MOUTTE  <julien@moutte.net>
38655
38656         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38657         (gst_ximagesink_handle_xevents): Better X events handling, only take
38658         the latest events for configure and motion.
38659         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
38660
38661 2004-02-02  Jon Trowbridge  <trow@gnu.org>
38662
38663         reviewed by: David Schleef  <ds@schleef.org>
38664
38665         Fix memory leaks:
38666         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
38667         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
38668
38669 2004-02-02  David Schleef  <ds@schleef.org>
38670
38671         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
38672         of lines.
38673         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
38674         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
38675         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
38676         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
38677         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
38678         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
38679         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
38680         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
38681         (gst_float2_2_int_link):
38682         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
38683         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
38684         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
38685         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
38686         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
38687         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
38688         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
38689         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
38690         * testsuite/gst-lint: Add tests for bzero and ;;
38691
38692 2004-02-02  David Schleef  <ds@schleef.org>
38693
38694         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
38695
38696 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38697
38698         * ext/aalib/gstaasink.c: (gst_aasink_open):
38699         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
38700         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
38701         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
38702         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
38703         (gst_afsink_close_file):
38704         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
38705         (gst_afsrc_close_file):
38706         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
38707         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
38708         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
38709         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
38710         * ext/esd/esdmon.c: (gst_esdmon_get):
38711         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
38712         * ext/faac/gstfaac.c: (gst_faac_chain):
38713         * ext/faad/gstfaad.c: (gst_faad_chain):
38714         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
38715         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38716         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
38717         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
38718         (gst_flacdec_loop):
38719         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
38720         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
38721         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
38722         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
38723         (gst_gnomevfssink_close_file):
38724         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
38725         (gst_gnomevfssrc_open_file):
38726         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
38727         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
38728         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
38729         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
38730         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
38731         * ext/mad/gstmad.c: (gst_mad_chain):
38732         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
38733         * ext/mpeg2dec/gstmpeg2dec.c:
38734         * ext/mpeg2enc/gstmpeg2enc.cc:
38735         * ext/mplex/gstmplex.cc:
38736         * ext/mplex/gstmplexibitstream.cc:
38737         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
38738         (gst_ogg_demux_push):
38739         * ext/raw1394/gstdv1394src.c:
38740         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
38741         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
38742         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
38743         (gst_sf_loop):
38744         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
38745         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
38746         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
38747         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
38748         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
38749         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
38750         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
38751         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
38752         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
38753         (gst_riff_read_element_data), (gst_riff_read_seek),
38754         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
38755         * gst/adder/gstadder.c: (gst_adder_loop):
38756         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
38757         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
38758         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
38759         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
38760         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
38761         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
38762         * gst/goom/gstgoom.c: (gst_goom_chain):
38763         * gst/id3/gstid3types.c: (gst_id3types_loop):
38764         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
38765         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
38766         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
38767         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
38768         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
38769         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
38770         (gst_ebml_read_float), (gst_ebml_read_header):
38771         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
38772         (gst_matroska_demux_parse_blockgroup):
38773         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
38774         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
38775         * gst/oneton/gstoneton.c: (gst_oneton_chain):
38776         * gst/silence/gstsilence.c: (gst_silence_get):
38777         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
38778         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
38779         * gst/speed/gstspeed.c: (speed_loop):
38780         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
38781         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
38782         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
38783         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
38784         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
38785         (gst_wavparse_loop):
38786         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
38787         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
38788         (dxr3audiosink_close):
38789         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
38790         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
38791         (dxr3videosink_close), (dxr3videosink_write_data):
38792         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
38793         * sys/oss/gstosssink.c: (gst_osssink_chain):
38794         * sys/oss/gstosssrc.c: (gst_osssrc_get):
38795         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
38796         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
38797         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
38798         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
38799         (gst_v4l_set_window), (gst_v4l_enable_overlay):
38800         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
38801         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
38802         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
38803         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
38804         (gst_v4l_set_audio):
38805         * sys/v4l/v4l_calls.h:
38806         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
38807         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
38808         (gst_v4lmjpegsink_playback_init),
38809         (gst_v4lmjpegsink_playback_start):
38810         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
38811         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
38812         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
38813         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
38814         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
38815         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
38816         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
38817         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
38818         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
38819         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
38820         (gst_v4l2_get_output), (gst_v4l2_set_output),
38821         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
38822         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
38823         (gst_v4l2_set_attribute):
38824         * sys/v4l2/v4l2_calls.h:
38825         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
38826         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
38827         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
38828         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
38829         (gst_v4l2src_capture_stop):
38830         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
38831         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
38832         (gst_ximagesink_chain):
38833         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
38834         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
38835         (gst_xvideosink_xwindow_new):
38836         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
38837         (gst_xvimagesink_chain):
38838
38839 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38840
38841         * gst/volume/gstvolume.c: (gst_volume_set_volume),
38842         (gst_volume_get_volume), (volume_class_init), (volume_init),
38843         (volume_chain_int16), (volume_update_volume):
38844         * gst/volume/gstvolume.h:
38845           make code more readable by removing magic numbers
38846           make mixer interface export 0-100 range
38847           make it internally map to 0.0-1.0 range so users don't distort
38848           output by putting the sliders at full volume
38849
38850 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38851
38852         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
38853         (gst_play_state_change), (gst_play_seek_to_time):
38854         block the tick callback for 0.5 secs after doing a seek
38855
38856 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38857
38858         * gst-libs/gst/play/play.c: (gst_play_new):
38859           check for GError
38860
38861 2004-02-01  Julien MOUTTE  <julien@moutte.net>
38862
38863         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
38864         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
38865         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
38866         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
38867         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
38868         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
38869
38870 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
38871
38872         * configure.ac:
38873         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
38874           check for a function added in vorbis 1.1
38875
38876 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38877
38878         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
38879         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
38880           really start/stop clock only on PLAYING <=> PAUSED
38881         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
38882           remove \n from debugging lines
38883         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
38884           make it work when seeking does not
38885         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
38886           reset on DISCONT
38887
38888 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38889
38890         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
38891           start clock on PAUSED=>PLAYING, not later
38892         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
38893           extract correct time for different discont formats
38894         (gst_alsa_sink_get_time):
38895           don't segfault when no format is negotiated yet, just return 0
38896         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
38897         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
38898         (gst_ogg_pad_push):
38899           handle flush and discont events correctly
38900         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
38901           handle discont events correctly
38902
38903 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
38904
38905         * gst-libs/gst/play/play.c: (gst_play_error_quark),
38906         (gst_play_error_create), (gst_play_error_plugin),
38907         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
38908         * gst-libs/gst/play/play.h:
38909           add error handling during creation
38910         * examples/gstplay/player.c: (main):
38911           use new gst_play_new
38912
38913
38914 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38915
38916         * ext/theora/theoradec.c: (theora_dec_chain):
38917           make comments work
38918         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
38919         (vorbis_dec_src_event), (vorbis_dec_chain):
38920           add encoder tag, fix tag reading to be more error tolerant, change
38921           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
38922           gst_pad_event_default.
38923         * gst/tags/gstvorbistag.c:
38924         (gst_tag_list_from_vorbiscomment_buffer):
38925           undefine function specific define at end of function
38926
38927 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
38928
38929         * ext/flac/gstflac.c: (plugin_init):
38930         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
38931         * ext/flac/gstflacdec.h:
38932         * ext/flac/gstflacenc.h:
38933           Fix typos
38934
38935 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
38936
38937         * examples/gstplay/player.c: s/gstplay.h/play.h/
38938
38939 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38940
38941         * gst-libs/gst/play/Makefile.am:
38942         * gst-libs/gst/play/gstplay.c:
38943         * gst-libs/gst/play/gstplay.h:
38944         * gst-libs/gst/play/play.c:
38945           more surgery, operation complete
38946
38947 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38948
38949         * gst-libs/gst/play/play.old.c:
38950         * gst-libs/gst/play/play.old.h:
38951           after CVS surgery by moving, remove
38952         * gst-libs/gst/play/playpipelines.c:
38953           remove
38954
38955         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
38956           add negotiation error
38957
38958 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38959
38960         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
38961         (gst_ogg_demux_push):
38962           add some seeking debug info
38963           send a flush when seeking
38964
38965 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38966
38967         * configure.ac:
38968           use AC_C_INLINE
38969         * configure.ac:
38970         * ext/Makefile.am:
38971         * ext/theora/Makefile.am:
38972         * ext/theora/theoradec.c:
38973           add theora video decoder. Does just do simple decoding for now and
38974           has been tested against Theora cvs only. It only works when theora
38975           is compiled with --enable-static.
38976         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
38977           always reset packetno on DISCONT
38978
38979 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38980
38981         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
38982           Fix audio.
38983
38984 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38985
38986         * gst/mpegaudioparse/gstmpegaudioparse.c:
38987         (mp3_type_frame_length_from_header):
38988           Fix header parsing - stolen from ffmpeg (thank you! :) ).
38989
38990 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38991
38992         * ext/esd/esdsink.c: (gst_esdsink_init):
38993           Since we have static pad template caps, we don't need to negotiate;
38994           either the core errors out or we know the format.
38995
38996 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38997
38998         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
38999         (gst_riff_read_seek):
39000         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
39001         (gst_ebml_read_seek):
39002           Fix event handling.
39003
39004 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39005
39006         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
39007           removee video/x-theora from vp3 decoder, it doesn't handle raw
39008           theora streams
39009         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
39010           fix bug with finalizing element that never went to PAUSED
39011         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
39012           length and position queries were swapped
39013         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
39014         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
39015         (vorbis_dec_src_event):
39016           implement querying time and bytes
39017
39018 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
39019
39020         * just about every source file:
39021           gst_element_error -> GST_ELEMENT_ERROR
39022
39023 2004-01-29  Julien MOUTTE  <julien@moutte.net>
39024
39025         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
39026         emiting FLUSH and even before DISCONT.
39027         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
39028         get the best instant seeking as possible yay!
39029
39030 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39031
39032         * gst/mpeg1videoparse/gstmp1videoparse.c:
39033         (gst_mp1videoparse_real_chain):
39034           Committed wrong version last week... Grr... Didn't notice until now.
39035
39036 2004-01-29  Julien MOUTTE <julien@moutte.net>
39037
39038         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
39039         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
39040         have_xwindow_id signal in xwindow_create.
39041
39042 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39043
39044         * ext/ogg/gstoggdemux.c:
39045           lots of changes - mainly support for chained bitstreams, seeking,
39046           querying and bugfixes of course
39047         * ext/vorbis/Makefile.am:
39048         * ext/vorbis/vorbisdec.c:
39049         * ext/vorbis/vorbisdec.h:
39050           add vorbisdec raw vorbis decoder
39051         * ext/vorbis/vorbis.c: (plugin_init):
39052           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
39053         * gst/intfloat/Makefile.am:
39054         * gst/intfloat/float22int.c:
39055         * gst/intfloat/float22int.h:
39056         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
39057           add float2intnew plugin. It converts multichannel interleaved float to
39058           multichannel interleaved int. The name should probably be changed.
39059         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
39060         (plugin_init):
39061           add typefinding for raw theora video so oggdemux can detect it.
39062
39063 2004-01-28  Julien MOUTTE  <julien@moutte.net>
39064
39065         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
39066         sink element first.
39067         * gst/videoscale/gstvideoscale.c:
39068         (gst_videoscale_handle_src_event): Fixing src event handler.
39069
39070 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39071
39072         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
39073         (gst_v4lsrc_open), (gst_v4lsrc_close),
39074         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
39075         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
39076         * sys/v4l/gstv4lsrc.h:
39077         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
39078         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
39079           Implement resizing... Hack. But that's why v4l is b0rked...
39080
39081 2004-01-28  Julien MOUTTE <julien@moutte.net>
39082
39083         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
39084         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
39085         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
39086         (gst_ximagesink_xwindow_destroy):
39087         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
39088         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
39089         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
39090         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
39091         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
39092         correctly cleaning the image created to check xshm calls on succes,
39093         added a lot of XSync calls in X11 functions, and fixed a segfault when
39094         no image format was defined before negotiation happened.
39095
39096 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39097
39098         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
39099           use gst_element_get_time to get correct time
39100
39101 2004-01-28  Julien MOUTTE  <julien@moutte.net>
39102
39103         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
39104         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
39105         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
39106         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
39107         (gst_xvimagesink_check_xshm_calls),
39108         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
39109         X plugins are now able to detect that XShm calls will fail even if the
39110         server claims that it has XShm support (remote displays most of the
39111         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
39112         so that we use non XShm functions. This feature is almost useless for
39113         xvimagesink as Xv is not supported on remote displays anyway, but
39114         it might happen than even on the local display XShm calls fail.
39115
39116 2004-01-27  David Schleef  <ds@schleef.org>
39117
39118         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
39119         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
39120         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
39121         changed esdsink to only use 44100,16,2, since esd sucks at rate
39122         conversion and esdsink has had difficulty negotiating.
39123
39124 2004-01-27  Julien MOUTTE <julien@moutte.net>
39125
39126         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
39127         (gst_play_seek_to_time): Fixing the way to get current position.
39128
39129 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39130
39131         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
39132           use gst_element_get_time to get correct time
39133
39134 2004-01-27  Julien MOUTTE <julien@moutte.net>
39135
39136         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
39137         fix ever... Inverting 2 lines of code make spider autoplug correctly
39138         tagged mp3 !
39139
39140 2004-01-27  David Schleef  <ds@schleef.org>
39141
39142         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
39143         Use gst_pad_try_set_caps_nonfixed().
39144
39145 2004-01-27  David Schleef  <ds@schleef.org>
39146
39147         * gst/ac3parse/gstac3parse.c: update to checklist 5
39148         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
39149         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
39150         * gst/audioscale/gstaudioscale.c: same
39151         * gst/auparse/gstauparse.c: same
39152         * gst/avi/gstavidemux.c: same
39153
39154 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39155
39156         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
39157           stop processing after EOS
39158
39159 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39160
39161         * gst/asfdemux/asfheaders.h:
39162         * gst/asfdemux/gstasfdemux.c:
39163         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
39164         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
39165         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
39166           lot's of fixes to make data extraction simpler and get the code
39167           architecture and compiler independant. Add debugging category
39168         * gst/goom/gstgoom.c: (gst_goom_change_state):
39169           reset channel count on PAUSED=>READY, not READY=>PAUSED
39170
39171 2004-01-26  Colin Walters  <walters@verbum.org>
39172
39173         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
39174         code to pull a bigger buffer in iradio mode.  This as a side effect
39175         makes typefinding work.
39176
39177 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
39178
39179         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
39180         Fix SVQ3 decoding on PPC
39181
39182 2004-01-26  Julien MOUTTE <julien@moutte.net>
39183
39184         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
39185         that one managed to stay there... Fixed.
39186
39187 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
39188
39189         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
39190         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
39191         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
39192         (qtdemux_video_caps):
39193         * gst/qtdemux/qtdemux.h:
39194         Add SVQ3 specific flags to qtdemux and ffmpeg
39195
39196 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39197
39198         * gst-libs/gst/audio/audio.h:
39199           remove buffer-frames from audio caps
39200         * gst/audioconvert/gstaudioconvert.c:
39201           fix plugin to really work.
39202
39203 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39204
39205         * gst-libs/gst/mixer/mixer.c:
39206         * gst-libs/gst/propertyprobe/propertyprobe.c:
39207         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
39208         (gst_tuner_find_channel_by_name):
39209         * gst-libs/gst/tuner/tuner.h:
39210           Add gtk-doc style comments. Also fix a function name.
39211
39212 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39213
39214         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
39215         (gst_divxdec_negotiate):
39216           Fix for new capsnego - also fixes gst-player with divxdec.
39217
39218 2004-01-25  Julien MOUTTE  <julien@moutte.net>
39219
39220         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39221         (gst_play_identity_handoff), (gst_play_set_location),
39222         (gst_play_set_visualization), (gst_play_connect_visualization): Another
39223         try in visualization implementation. Still have an issue with switch
39224         blocking when pulling from video_queue and only audio comes out of
39225         spider.
39226         * gst/switch/gstswitch.c: (gst_switch_release_pad),
39227         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
39228         release method. And check if the pad is usable before pulling.
39229
39230 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39231
39232         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
39233         (gst_videobalance_init),
39234         (gst_videobalance_colorbalance_list_channels),
39235         (gst_videobalance_colorbalance_set_value),
39236         (gst_videobalance_colorbalance_get_value),
39237         (gst_videobalance_update_properties),
39238         (gst_videobalance_update_tables_planar411),
39239         (gst_videobalance_planar411):
39240         * gst/videofilter/gstvideobalance.h:
39241           Implement lookup-tables. +/- 10x faster.
39242
39243 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39244
39245         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
39246         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
39247           The index reading was broken. The rest worked fine, but the whole
39248           goal of my rewrite was to make avidemux readable, and this was
39249           not at all readable. Please use typed variables.
39250
39251 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39252
39253         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
39254           Additional pad usability check.
39255         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
39256         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
39257         (gst_mp1videoparse_real_chain):
39258           Fix MPEG video stream parsing. The original plugin had several
39259           issues, including not timestamping streams where the source was
39260           not timestamped (this happens with PTS values in mpeg system
39261           streams, but MPEG video is also a valid stream on its own so
39262           that needs timestamps too). We use the display time code for that
39263           for now. Also, if one incoming buffer contains multiple valid
39264           frames, we push them all on correctly now, including proper EOS
39265           handling. Lastly, several potential segfaults were fixed, and we
39266           properly sync on new sequence/gop headers to include them in next,
39267           not previous frames (since they're header for the next frame, not
39268           the previous). Also see #119206.
39269         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
39270         (bpf_from_header):
39271           Move caps setting so we only do it after finding several valid
39272           MPEG-1 fraes sequentially, not right after the first one (which
39273           might be coincidental).
39274         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
39275         (mpeg_video_type_find), (mpeg_video_stream_type_find),
39276         (plugin_init):
39277           Add unsynced MPEG video stream typefinding, and change some
39278           probability values so we detect streams rightly. The idea is as
39279           follows: I can have an unsynced system stream which contains
39280           video. In the current code, I would randomly get a type for either
39281           system or video stream type found, because the probabilities are
39282           being calculated rather randomly. I now use fixed values, so we
39283           always prefer system stream if that was found (and that is how it
39284           should be). If no system stream was found, we can still identity                the stream as video-only.
39285
39286 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39287
39288         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
39289         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
39290           don't write to buffer. Extract data without the need of
39291           __attribute__ ((packed))
39292
39293 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39294
39295         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
39296         (mpeg1_sys_type_find):
39297           Fix MPEG-1 stream typefinding.
39298
39299 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39300
39301         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
39302           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
39303
39304 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
39305
39306         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
39307         * ext/esd/gstesd.c: (plugin_init):
39308           private debugging, better error reporting
39309
39310 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39311
39312         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
39313         (gst_riff_read_init), (gst_riff_read_change_state):
39314         * gst-libs/gst/riff/riff-read.h:
39315           Remove stuff fromold metadata system.
39316
39317 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39318
39319         * ext/ogg/gstoggdemux.c:
39320           Fix wrong file comment.
39321         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
39322         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
39323           Add metadata reading properly.
39324
39325 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
39326
39327         * ext/Makefile.am:
39328           Fix nas DIST_SUBDIRS
39329           Uraeus:
39330           Fix bug where make distcheck doesn't get run on adding stuff to
39331           the build.
39332
39333 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39334
39335         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
39336         * ext/divx/gstdivxdec.h:
39337           Fix divx3 ("msmpeg4") playback using divxdec.
39338
39339 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39340
39341         * gst/typefind/gsttypefindfunctions.c:
39342         (mp3_type_frame_length_from_header): fix bug in length computation
39343         (mp3_type_find): improve debugging output
39344
39345 2004-01-23  Julien MOUTTE  <julien@moutte.net>
39346
39347         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39348         (gst_play_set_location), (gst_play_seek_to_time),
39349         (gst_play_set_audio_sink), (gst_play_set_visualization),
39350         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
39351         the pipeline from scratch. Visualization is back and switch went out as
39352         i realized it was not possible to use the way i wanted.
39353         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
39354         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
39355         clearing in state change from READY to NULL. So that one can clean the
39356         X ressources keeping the element.
39357         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39358         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
39359         (gst_xvimagesink_colorbalance_set_value),
39360         (gst_xvimagesink_colorbalance_get_value),
39361         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
39362         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
39363         change from READY to NULL and fixed some stupid bugs in colorbalance
39364         get/set values. Also added the following feature : when nobody tries to
39365         set some values to the colorbalance levels before the xcontext is
39366         grabbed, then when creating channels list from Xv attributes we set the
39367         internal values to the Xv defaults. This way we handle buggy Xv drivers
39368         that set default hue values far from the middle of the range (Thanks
39369         to Jon Trowbridge for pointing that issue).
39370         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
39371         colorbalance levels have been set before xcontext is grabbed.
39372
39373 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39374
39375         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
39376           Fix the ossmixer case where we shouldn't open /dev/dsp* because
39377           it might block operations (which is bad for a mixer).
39378
39379 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
39380
39381         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
39382         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
39383         (gmip_find_type_pre):
39384         * gst-libs/gst/media-info/media-info-priv.h:
39385         * gst-libs/gst/media-info/media-info.c:
39386         (gst_media_info_instance_init), (gst_media_info_read_idler):
39387         add fakesink to get caps on decoder src pad again
39388         fix callback prototype to match new have_type signal signature
39389
39390 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
39391
39392         * gst/adder/gstadder.c: (gst_adder_link):
39393           fix non-compile and cut-n-paste code
39394
39395 2004-01-21  David Schleef  <ds@schleef.org>
39396
39397         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
39398         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
39399         (gst_swfdec_init), (gst_swfdec_change_state):
39400         * ext/swfdec/gstswfdec.h:
39401         Fix negotiation.
39402         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
39403         (gst_adder_request_new_pad): Fix negotiation.
39404         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
39405         Add a fixate function.
39406         * gst/intfloat/gstfloat2int.c:
39407         * gst/intfloat/gstfloat2int.h:
39408         * gst/intfloat/gstint2float.c:
39409         * gst/intfloat/gstint2float.h:
39410         Completely rewrite the negotiation.  Doesn't quite work yet,
39411         due to some buffer-frames problem.
39412
39413 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
39414
39415         * ext/gnomevfs/gstgnomevfssrc.c:
39416         * sys/v4l2/v4l2_calls.h:
39417           fix includes for distcheck
39418
39419 2004-01-21  Christian Schaller <uraeus@gnome.org>
39420
39421         * ext/nas/
39422         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
39423         based on earlier patch from Laurent Vivier
39424
39425 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
39426
39427         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
39428         Fix wma caps property
39429         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
39430         Fix typo (flags1 and flags2)
39431
39432 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39433
39434         * gst-libs/gst/media-info/media-info-priv.c:
39435         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
39436         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
39437         (gmip_find_stream), (gmip_find_track_metadata),
39438         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
39439         (gmip_find_track_format):
39440         * gst-libs/gst/media-info/media-info-priv.h:
39441         * gst-libs/gst/media-info/media-info-test.c: (main):
39442         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
39443         (gst_media_info_read_idler), (gst_media_info_read):
39444         * gst-libs/gst/media-info/media-info.h:
39445           register debugging category and use it for debugging
39446
39447 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39448
39449         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
39450         (gst_vorbisfile_new_link):
39451           signal streaminfo through tags
39452
39453 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39454
39455         * ext/mplex/gstmplex.cc:
39456         * ext/mplex/gstmplexibitstream.cc:
39457           g++ doesn't like NULL in our i18n/error macros, should be
39458           either (NULL) or ("").
39459
39460 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39461
39462         * sys/dxr3/dxr3audiosink.c:
39463         * sys/dxr3/dxr3init.c:
39464         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
39465         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
39466           Fix more error error error errors (missing includes here).
39467
39468 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39469
39470         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39471           fix thomas' error errors.
39472
39473 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39474
39475         * ext/mpeg2enc/gstmpeg2enc.cc:
39476           fix error errors.
39477
39478 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39479
39480         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39481         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39482           Fix for new error system.
39483
39484 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39485
39486         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39487           fix for new error reporting
39488
39489 2004-01-20  David Schleef  <ds@schleef.org>
39490
39491         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
39492         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
39493         (gst_ximagesink_set_xwindow_id): Change to using a framerate
39494         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
39495         and neither is 100+, most likely.
39496         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
39497         (gst_xvimagesink_getcaps): same
39498
39499 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39500
39501         * configure.ac:
39502           Up version requirement to 2.0.3 (not yet released) to avoid symbol
39503           clashes with ffmpeg.
39504
39505 2004-01-20  Julien MOUTTE  <julien@moutte.net>
39506
39507         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
39508         (gst_switch_init): Fixed switch element : proxying link and setting
39509         caps from src to sink on request.
39510
39511 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39512
39513         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
39514         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
39515         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
39516         fix element_error
39517
39518 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39519
39520         * sys/v4l/v4l_calls.h:
39521         * sys/v4l2/v4l2_calls.h:
39522           element_error fixes
39523
39524 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39525
39526         * gst-libs/gst/gst-i18n-plugin.h:
39527           add locale.h
39528           remove config.h inclusion
39529
39530 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39531
39532         * autogen.sh:
39533           adding autopoint invocation
39534         * Makefile.am:
39535         * configure.ac:
39536         * gst-libs/gst/gettext.h:
39537           adding gettext bits
39538         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
39539         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
39540         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
39541         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39542         (gst_gnomevfssink_close_file):
39543         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
39544         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
39545         * gst-libs/gst/gst-i18n-plugin.h:
39546         * gst/avi/gstavi.c: (plugin_init):
39547         * sys/dxr3/dxr3init.c: (plugin_init):
39548         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
39549         * sys/oss/gstossaudio.c: (plugin_init):
39550         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39551         * sys/v4l/gstv4l.c: (plugin_init):
39552         * sys/v4l/v4l_calls.c: (gst_v4l_open):
39553         * sys/v4l2/gstv4l2.c: (plugin_init):
39554         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39555         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
39556         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
39557         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
39558         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
39559         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
39560           make sure locale and translation domain are set
39561           fix translated strings
39562         * po/.cvsignore:
39563         * po/LINGUAS:
39564         * po/Makevars:
39565         * po/POTFILES.in:
39566         * po/nl.po:
39567           put translation files into place
39568         * sys/xvideo/imagetest.c: (main):
39569         * ext/dv/demo-play.c: (main):
39570           fix unnecessary translations
39571
39572 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
39573
39574         * ext/sndfile/gstsf.c:
39575         * gst/avi/gstavimux.c:
39576         * ext/audiofile/gstafsink.c:
39577         * ext/audiofile/gstafsrc.c:
39578         * ext/gnomevfs/gstgnomevfssink.c:
39579         * ext/gnomevfs/gstgnomevfssrc.c:
39580         * sys/oss/gstosselement.c:
39581         * sys/v4l/v4l_calls.h:
39582           fix i18n include
39583
39584 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39585
39586         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39587         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
39588         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
39589         (gst_v4l2_get_output), (gst_v4l2_set_output),
39590         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
39591         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
39592         (gst_v4l2_set_attribute):
39593         update to new error handling
39594
39595 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39596
39597         * ext/sidplay/gstsiddec.cc:
39598         * gst/modplug/gstmodplug.cc:
39599           parenthese NULL because C++ seems angry about it
39600
39601 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39602
39603         * gst-libs/gst/gst-i18n-plugin.h:
39604           add skeleton i18n stuff, but needs to be further implemented
39605
39606 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
39607
39608         * examples/gstplay/player.c: (main):
39609         * ext/aalib/gstaasink.c: (gst_aasink_open):
39610         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
39611         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
39612         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
39613         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
39614         (gst_afsink_close_file):
39615         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
39616         (gst_afsrc_close_file):
39617         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39618         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
39619         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
39620         * ext/esd/esdmon.c: (gst_esdmon_get):
39621         * ext/esd/esdsink.c: (gst_esdsink_chain):
39622         * ext/faac/gstfaac.c: (gst_faac_chain):
39623         * ext/faad/gstfaad.c: (gst_faad_chain):
39624         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
39625         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
39626         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
39627         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
39628         (gst_flacdec_loop):
39629         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
39630         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
39631         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
39632         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39633         (gst_gnomevfssink_close_file):
39634         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
39635         (gst_gnomevfssrc_open_file):
39636         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
39637         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
39638         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
39639         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
39640         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
39641         * ext/mad/gstmad.c: (gst_mad_chain):
39642         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
39643         * ext/mpeg2dec/gstmpeg2dec.c:
39644         * ext/mpeg2enc/gstmpeg2enc.cc:
39645         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39646         * ext/mplex/gstmplex.cc:
39647         * ext/mplex/gstmplexibitstream.cc:
39648         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
39649         (gst_ogg_demux_push), (gst_ogg_pad_push):
39650         * ext/raw1394/gstdv1394src.c:
39651         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
39652         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
39653         * ext/sidplay/gstsiddec.cc:
39654         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
39655         (gst_sf_loop):
39656         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
39657         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
39658         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
39659         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
39660         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
39661         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
39662         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
39663         * gst-libs/gst/Makefile.am:
39664         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
39665         (gst_riff_read_element_data), (gst_riff_read_seek),
39666         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
39667         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
39668         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
39669         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
39670         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
39671         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
39672         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
39673         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
39674         * gst/goom/gstgoom.c: (gst_goom_chain):
39675         * gst/id3/gstid3types.c: (gst_id3types_loop):
39676         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
39677         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
39678         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
39679         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
39680         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
39681         (gst_ebml_read_float), (gst_ebml_read_header):
39682         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
39683         (gst_matroska_demux_parse_blockgroup):
39684         * gst/modplug/gstmodplug.cc:
39685         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
39686         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
39687         * gst/oneton/gstoneton.c: (gst_oneton_chain):
39688         * gst/silence/gstsilence.c: (gst_silence_get):
39689         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
39690         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
39691         * gst/speed/gstspeed.c: (speed_loop):
39692         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
39693         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
39694         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
39695         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
39696         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
39697         (gst_wavparse_loop):
39698         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
39699         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
39700         (dxr3audiosink_close):
39701         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
39702         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
39703         (dxr3videosink_close), (dxr3videosink_write_data):
39704         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39705         * sys/oss/gstosselement.h:
39706         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
39707         (gst_osssink_chain):
39708         * sys/oss/gstosssrc.c: (gst_osssrc_get):
39709         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
39710         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
39711         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
39712         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
39713         (gst_v4l_enable_overlay):
39714         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
39715         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
39716         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
39717         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
39718         (gst_v4l_set_audio):
39719         * sys/v4l/v4l_calls.h:
39720         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
39721         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
39722         (gst_v4lmjpegsink_playback_init),
39723         (gst_v4lmjpegsink_playback_start):
39724         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
39725         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
39726         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
39727         (gst_v4lmjpegsrc_requeue_frame):
39728         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
39729         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
39730         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
39731         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
39732         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
39733         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
39734         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
39735         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
39736         (gst_v4l2src_capture_stop):
39737         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
39738         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
39739         (gst_ximagesink_chain):
39740         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
39741         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
39742         (gst_xvideosink_xwindow_new):
39743         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39744         (gst_xvimagesink_chain):
39745         use new error signal, function and categories
39746
39747 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
39748
39749         * configure.ac:
39750         * ext/Makefile.am:
39751         * ext/musicbrainz/gsttrm.c:
39752         * ext/musicbrainz/gsttrm.h:
39753         * ext/musicbrainz/Makefile.am:
39754         Add a trm plugin
39755
39756 2004-01-18  Julien MOUTTE  <julien@moutte.net>
39757
39758         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
39759         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
39760         synchronous property for debugging.
39761         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
39762         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39763         (gst_xvimagesink_set_property): Moving a pointer declaration to a
39764         smaller block, fixing indent.
39765
39766 2004-01-16  David Schleef  <ds@schleef.org>
39767
39768         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
39769         property affects the video stream.
39770         * sys/xvimage/xvimagesink.c:
39771         * sys/xvimage/xvimagesink.h:
39772         Add synchronous property for debugging.  Should probably be
39773         disabled in non-CVS builds.  Make sure that the Xv attribute
39774         exists before we set it (crash!).  Fix a silly float bug that
39775         caused colorbalance to just not work.
39776
39777 2004-01-17  Christian Schaller <Uraeus@gnome.org>
39778
39779         * tools/gst-launch-ext.in - update for new plugins
39780
39781 2004-01-16  David Schleef  <ds@schleef.org>
39782
39783         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
39784         already-freed caps.
39785
39786 2994-01-16  Christian Schaller <Uraeus@gnome.org>
39787
39788         * Update spec for new colorspace plugin and libcaca plugin
39789         * Fix compilation of libcaca plugin (clock -> id)
39790
39791 2004-01-16  Julien MOUTTE <julien@moutte.net>
39792
39793         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
39794         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
39795         (gst_xvimagesink_set_xwindow_id),
39796         (gst_xvimagesink_colorbalance_set_value),
39797         (gst_xvimagesink_colorbalance_get_value),
39798         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
39799         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
39800         correct colorbalance properties. They can now be set when the element
39801         is still in NULL state. The values will be committed to the Xv Port
39802         when xcontext is initialized.
39803         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
39804         brightness int values in the GstXvImagesink structure.
39805
39806 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39807
39808         * gst-libs/gst/Makefile.am:
39809           restructure so having local patches works easier.
39810
39811 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39812
39813         * ext/mpeg2enc/Makefile.am:
39814         * ext/mpeg2enc/gstmpeg2enc.cc:
39815         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39816           Bugfix with respect to EOS handling.
39817
39818 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39819
39820         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
39821           Link with right caps (else, it segfaults).
39822         * ext/mplex/gstmplexjob.cc:
39823           Fix for slight API change in 1.6.1.93 release of mjpegtools.
39824
39825 2004-01-15  David Schleef  <ds@schleef.org>
39826
39827         * gst-libs/gst/audio/Makefile.am:
39828         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
39829         from the template.
39830         * gst-libs/gst/audio/gstaudiofilter.c:
39831         * gst-libs/gst/audio/gstaudiofilter.h:
39832         Add bytes_per_sample and size and n_samples calculation.
39833         * gst-libs/gst/audio/gstaudiofilterexample.c:
39834         Remove, now autogenerated.
39835         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
39836         Moved from gstaudiofilterexample, object name changed, code added
39837         so that it actually works.
39838         * gst-libs/gst/audio/make_filter:
39839         Script to build an audiofilter subclass from the template.
39840         * gst/colorspace/Makefile.am:
39841         * gst/colorspace/yuv2yuv.c:
39842         Remove file, since it's GPL, and we don't use it.
39843
39844 2004-01-15  Julien MOUTTE  <julien@moutte.net>
39845
39846         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39847         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
39848         them use the buffer free function to test how the buffer was allocated.
39849
39850 2004-01-15  David Schleef  <ds@schleef.org>
39851
39852         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
39853         that handles osssink fallback.
39854         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
39855         (gst_audio_convert_getcaps):
39856         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
39857         Add audio/x-qdm2 for QDM2 audio.
39858         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
39859         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
39860         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
39861         Decrease minimum size to 16x16.
39862         * gst/wavparse/gstwavparse.c:
39863         Convert disabled pad template caps to new caps.
39864         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
39865         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39866         (gst_xvimagesink_chain): Throw element error when display cannot
39867         be opened.  Increase minimum framerate to 1.0.  Check the data
39868         free function on a buffer to make sure it is the type we expect
39869         before manipulating it.
39870
39871 2004-01-15  Julien MOUTTE <julien@moutte.net>
39872
39873         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
39874         (gst_videobalance_colorbalance_set_value): Implement passthru if
39875         settings are in the middle.
39876         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
39877
39878 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39879
39880         * gst/videofilter/Makefile.am:
39881         * gst/volume/Makefile.am:
39882           Since we use videofilter symbols, link to it.
39883
39884 2004-01-15  Julien MOUTTE <julien@moutte.net>
39885
39886         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
39887         mixer interface type to HARDWARE.
39888         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
39889         type to SOFTWARE.
39890         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
39891         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
39892         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
39893         (gst_volume_interface_init), (gst_volume_list_tracks),
39894         (gst_volume_set_volume), (gst_volume_get_volume),
39895         (gst_volume_set_mute), (gst_volume_mixer_init),
39896         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
39897         (volume_init): Implementing mixer interface.
39898         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
39899         * sys/oss/gstosselement.c: (gst_osselement_get_type),
39900         (gst_osselement_change_state): Removing some trailing commas in
39901         structures.
39902         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
39903         interface type to HARDWARE.
39904         * sys/v4l/gstv4lcolorbalance.c:
39905         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
39906         type to HARDWARE.
39907         * sys/v4l2/gstv4l2colorbalance.c:
39908         (gst_v4l2_color_balance_interface_init): Setting colorbalance
39909         interface type to HARDWARE.
39910         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
39911         same code than ximagesink for event handling.
39912
39913 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39914
39915         * ext/snapshot/Makefile.am:
39916         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
39917         (gst_snapshot_chain):
39918         * ext/snapshot/gstsnapshot.h:
39919           This has to be a joke... Snapshot should be connected to a tee,
39920           colorspace element before it and EOS after that, where the other
39921           src of the tee receives normal data.
39922           The current way is *wrong*.
39923
39924 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39925
39926         * ext/hermes/gsthermescolorspace.c:
39927           Fix another compile error. Same as below.
39928
39929 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39930
39931         * gst/colorspace/gstcolorspace.c:
39932         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
39933         (gst_colorspace_i420_to_yv12):
39934           Fix compiling... Didn't test if it actually works.
39935
39936 2004-01-15  David Schleef  <ds@schleef.org>
39937
39938         * configure.ac:
39939         * gst/colorspace/Makefile.am:
39940         * gst/colorspace/gstcolorspace.c:
39941         * gst/colorspace/gstcolorspace.h:
39942         * gst/colorspace/yuv2rgb.c:
39943         * gst/colorspace/yuv2rgb.h:
39944         Duplicate the ext/hermes colorspace plugin, and remove Hermes
39945         code and GPL code.  Fix for new caps negotiation.  Rewrite
39946         much of the format handling code, and some of the conversion
39947         code.  Basically, rewrote almost everything.  This element
39948         handles I420, YV12 to RGB conversions.
39949         * ext/hermes/Makefile.am:
39950         * ext/hermes/gsthermescolorspace.c:
39951         Rename colorspace to hermescolorspace.  Fix negotiation issues.
39952         Remove non-Hermes related code.  This element handles lots of
39953         RGB to RGB conversions, but no YUV.
39954         * ext/hermes/gstcolorspace.c:
39955         * ext/hermes/gstcolorspace.h:
39956         * ext/hermes/rgb2yuv.c:
39957         * ext/hermes/yuv2rgb.c:
39958         * ext/hermes/yuv2rgb.h:
39959         * ext/hermes/yuv2rgb_mmx16.s:
39960         * ext/hermes/yuv2yuv.c:
39961         * ext/hermes/yuv2yuv.h:
39962         Remove old code.
39963
39964 2004-01-14  Colin Walters  <walters@verbum.org>
39965
39966         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
39967         they've already been.
39968
39969 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39970
39971         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
39972           assume tag mode when pad is not connected
39973
39974 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39975
39976         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
39977           Don't update the time of the clock
39978         (gst_alsa_sink_loop):
39979           sync to the clock given to alsasink, not the own clock
39980         * sys/oss/gstosssink.c: (gst_osssink_chain):
39981           sync to the clock
39982         (gst_osssink_change_state):
39983           activate the clock
39984         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39985         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
39986           remove bogus code that made DISCONT events unhandled
39987         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
39988           explicitly case to double in _set_simple. (fixes 2nd warning in bug
39989           #131502)
39990         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
39991         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
39992         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
39993           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
39994           2nd warning in bug #131502)
39995
39996 2004-01-14  Julien MOUTTE  <julien@moutte.net>
39997
39998         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
39999         (gst_videobalance_colorbalance_set_value),
40000         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
40001         for colorbalance interface implementation.
40002         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
40003         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
40004         (gst_ximagesink_dispose), (gst_ximagesink_init),
40005         (gst_ximagesink_class_init): Adding DISPLAY property.
40006         * sys/ximage/ximagesink.h: Adding display_name to store display.
40007         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40008         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
40009         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
40010         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
40011         properties (they still need polishing though for gst-launch use : no
40012         xcontext yet, i ll do that tomorrow).
40013         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
40014
40015 2004-01-14  Julien MOUTTE  <julien@moutte.net>
40016
40017         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
40018         (gst_play_set_location), (gst_play_set_visualization): Preparing
40019         switch integration, adding videobalance in the pipeline.
40020
40021 2004-01-14  Julien MOUTTE <julien@moutte.net>
40022
40023         * gst-libs/gst/colorbalance/colorbalance.c:
40024         (gst_color_balance_class_init): Adding a default type.
40025         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
40026         the type.
40027         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
40028         (gst_videobalance_dispose), (gst_videobalance_class_init),
40029         (gst_videobalance_init), (gst_videobalance_interface_supported),
40030         (gst_videobalance_interface_init),
40031         (gst_videobalance_colorbalance_list_channels),
40032         (gst_videobalance_colorbalance_set_value),
40033         (gst_videobalance_colorbalance_get_value),
40034         (gst_videobalance_colorbalance_init): Implementing colorbalance
40035         interface.
40036         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
40037         list.
40038         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
40039         bug which was triggering a BadAccess X error when setting an overlay
40040         before pad was really negotiated.
40041         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
40042         Using the colorbalance type macro.
40043
40044 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40045
40046         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
40047         (gst_flacenc_chain):
40048           handle tags correctly
40049         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
40050           extract ID3v1 tags correctly
40051
40052 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40053
40054         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
40055         (plugin_init):
40056           Improve matroska typefinding for odd-typed headers...
40057
40058 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40059
40060         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
40061           Fix for using incremental number on padnames.
40062
40063 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40064
40065         * ext/divx/gstdivxdec.c:
40066         * ext/divx/gstdivxenc.c:
40067           Set category to divx4linux instead of divx (too generic).
40068         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40069         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
40070         (gst_wavparse_loop), (gst_wavparse_change_state):
40071         * gst/wavparse/gstwavparse.h:
40072           fix parsing of WAV files with non-standard fmt-tag size and fix
40073           skipping of unrecognized chunks... Someone please fix this thing
40074           to use rifflib so all this is automated.
40075         * sys/v4l/Makefile.am:
40076         * sys/v4l2/Makefile.am:
40077           Add X_CFLAGS because we depend on X (for overlay).
40078
40079 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
40080
40081         * ext/mpeg2dec/gstmpeg2dec.c:
40082           Don't issue a timestamp unless we tagged the frame
40083           with a PTS.
40084
40085 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40086
40087         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
40088           Query the audio element to get the time, not the clock. We're
40089           interested in the element's time here.
40090
40091 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40092
40093         * ext/aalib/gstaasink.c: (gst_aasink_chain):
40094         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
40095         * ext/esd/esdsink.c: (gst_esdsink_chain):
40096         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
40097         * ext/mas/massink.c: (gst_massink_chain):
40098         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
40099         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
40100         (gst_matroska_demux_parse_metadata):
40101         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
40102         (gst_mpeg_parse_release_locks):
40103         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
40104         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
40105         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40106         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
40107         (gst_osssink_change_state):
40108         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
40109         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40110         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
40111         (gst_xvideosink_release_locks):
40112         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
40113           use element time.
40114         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
40115         (gst_alsa_clock_stop):
40116         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
40117         (gst_audio_clock_get_internal_time):
40118           simplify for use with new clocking code.
40119         * testsuite/alsa/Makefile.am:
40120         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
40121           fix testsuite for new caps system
40122
40123 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40124
40125         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
40126         * ext/flac/gstflacenc.c: (add_one_tag):
40127           length is already host endian, no need to convert. Fixes playback of
40128           tagged files on PPC. (bug #128384)
40129
40130 2004-01-13  Julien MOUTTE <julien@moutte.net>
40131
40132         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
40133         colorbalance interface stating if it is hardware based or software
40134         based.
40135         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
40136         Removing a trailing comma.
40137         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40138         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
40139         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
40140         the documentation seems to be wrong on the -1000 to 1000 interval.
40141
40142 2004-01-12  David Schleef  <ds@schleef.org>
40143
40144         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
40145         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
40146         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
40147         Fix negotiation.  Add a bufferalloc function for the sink pad,
40148         and generally clean up some of the code.
40149
40150 2004-01-12  Julien MOUTTE <julien@moutte.net>
40151
40152         * gst-libs/gst/colorbalance/colorbalancechannel.c:
40153         (gst_color_balance_channel_dispose): Adding safety check in dispose
40154         method.
40155         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40156         (gst_xvimagesink_xcontext_clear),
40157         (gst_xvimagesink_interface_supported),
40158         (gst_xvimagesink_colorbalance_list_channels),
40159         (gst_xvimagesink_colorbalance_set_value),
40160         (gst_xvimagesink_colorbalance_get_value),
40161         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
40162         Adding colorbalance interface support to set XV parameters such as
40163         HUE, BRIGHTNESS, CONTRAST, SATURATION.
40164         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
40165         interface.
40166
40167 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40168
40169         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
40170         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
40171         (gst_audio_convert_init), (gst_audio_convert_set_property),
40172         (gst_audio_convert_get_property), (gst_audio_convert_chain),
40173         (gst_audio_convert_link),
40174         (gst_audio_convert_buffer_to_default_format),
40175         (gst_audio_convert_buffer_from_default_format), (plugin_init):
40176           - implement _getcaps and use it
40177           - improve linking
40178           - remove float caps since no float conversion is actually done
40179           - remove properties and arguments that were to be used for rate
40180             conversion
40181
40182 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40183
40184         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
40185         (gst_audio_structure_set_int):
40186         * gst-libs/gst/audio/audio.h:
40187           add helper functions for _getcaps matching the standard audio
40188           templates
40189
40190 2004-01-12  David Schleef  <ds@schleef.org>
40191
40192         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
40193         Test that pad is negotiated before getting its caps.
40194
40195 2004-01-12  Julien MOUTTE <julien@moutte.net>
40196
40197         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
40198         analyzing the pads of an element the bin is mostly in READY state so
40199         no caps were negotiated. This helper function needs to work with
40200         _get_caps directly then. I was not freeing them though, added that to
40201         fix the mem leak.
40202
40203 2004-01-12  Julien MOUTTE <julien@moutte.net>
40204
40205         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40206         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
40207         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
40208         than the free_func.
40209
40210 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40211
40212         * sys/oss/gstossaudio.c: (plugin_init):
40213         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
40214         * sys/oss/gstosselement.h:
40215           make an oss debugging category
40216           make failure more descriptive
40217
40218 2004-01-11  David Schleef  <ds@schleef.org>
40219
40220         * ext/ffmpeg/gstffmpeg.c:
40221         * ext/ffmpeg/gstffmpegcodecmap.c:
40222         * ext/ffmpeg/gstffmpegdec.c:
40223         * ext/ffmpeg/gstffmpegenc.c:
40224         * ext/ffmpeg/gstffmpegprotocol.c:
40225         * ext/gdk_pixbuf/gstgdkanimation.c:
40226         * ext/jpeg/gstjpeg.c:
40227         * ext/libpng/gstpng.c:
40228         * ext/mpeg2dec/perftest.c:
40229         * ext/speex/gstspeex.c:
40230         * gst-libs/gst/resample/dtos.c:
40231         * gst/intfloat/gstintfloatconvert.c:
40232         * gst/oneton/gstoneton.c:
40233         * gst/rtjpeg/RTjpeg.c:
40234         * gst/rtp/gstrtp.c:
40235         * sys/dxr3/dxr3init.c:
40236         * sys/glsink/gstgl_nvimage.c:
40237         * sys/glsink/gstgl_pdrimage.c:
40238         * sys/glsink/gstglsink.c:
40239         * testsuite/gst-lint:
40240         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
40241
40242 2004-01-11  David Schleef  <ds@schleef.org>
40243
40244         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
40245         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
40246         * ext/gdk_pixbuf/gstgdkanimation.c:
40247         (gst_gdk_animation_iter_create_pixbuf):
40248         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
40249         (gst_gdk_pixbuf_chain):
40250         * ext/gdk_pixbuf/gstgdkpixbuf.h:
40251         * ext/jack/gstjack.c: (gst_jack_change_state):
40252         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
40253         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
40254         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
40255         * gst/videofilter/gstvideofilter.c:
40256         (gst_videofilter_set_output_size):
40257         Remove all usage of gst_pad_get_caps(), and replace it with
40258         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
40259
40260 2004-01-11  David Schleef  <ds@schleef.org>
40261
40262         * configure.ac:
40263         * ext/Makefile.am: Fixes to make ext/libcaca compile.
40264         * ext/divx/gstdivxdec.c:
40265         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
40266         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
40267         handle images that span multiple buffers.  Now work with both
40268         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
40269         * ext/gdk_pixbuf/gstgdkpixbuf.h:
40270         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
40271         video/video.h changes
40272         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
40273         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40274         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
40275         of GstData free function.
40276         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
40277         same.
40278
40279 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40280
40281         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
40282         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
40283         (gst_v4l2element_get_property):
40284         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
40285           add norm, channel and frequency properties.
40286         * sys/v4l2/gstv4l2tuner.c:
40287           fixes for tuner interface changes
40288         * sys/v4l2/gstv4l2element.h:
40289         * sys/v4l2/gstv4l2src.c:
40290         * sys/v4l2/gstv4l2src.h:
40291         * sys/v4l2/v4l2src_calls.c:
40292         * sys/v4l2/v4l2src_calls.h:
40293           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
40294
40295 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40296
40297         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
40298         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
40299         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
40300         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
40301         * gst-libs/gst/tuner/tuner.h:
40302           GObjects aren't const.
40303           Add find_by_name functions.
40304           Add checks to _changed functions.
40305         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
40306         (gst_v4l_tuner_get_norm):
40307           Fixes for above.
40308
40309 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40310
40311         * gst-libs/gst/video/video.h:
40312           Fix caps template names to be understandable.
40313           Prefix everything with GST_VIDEO.
40314         * ext/aalib/gstaasink.c:
40315         * ext/divx/gstdivxdec.c:
40316         * ext/divx/gstdivxenc.c:
40317         * ext/gdk_pixbuf/gstgdkpixbuf.c:
40318         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
40319         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
40320         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
40321         * ext/libcaca/gstcacasink.c:
40322         * ext/libpng/gstpngenc.c: (raw_caps_factory):
40323         * ext/snapshot/gstsnapshot.c:
40324         * ext/swfdec/gstswfdec.c:
40325         * ext/xvid/gstxviddec.c:
40326         * ext/xvid/gstxvidenc.c:
40327         * gst/chart/gstchart.c:
40328         * gst/deinterlace/gstdeinterlace.c:
40329         * gst/effectv/gsteffectv.c:
40330         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
40331         * gst/goom/gstgoom.c:
40332         * gst/median/gstmedian.c:
40333         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
40334         (gst_monoscope_srcconnect), (gst_monoscope_chain):
40335         * gst/overlay/gstoverlay.c:
40336         * gst/smooth/gstsmooth.c:
40337         * gst/smpte/gstsmpte.c:
40338         * gst/synaesthesia/gstsynaesthesia.c:
40339         * gst/videocrop/gstvideocrop.c:
40340         * gst/videodrop/gstvideodrop.c:
40341         * gst/y4m/gsty4mencode.c:
40342         * sys/qcam/gstqcamsrc.c:
40343         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
40344           Make them work with new video.h file.
40345         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40346         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40347         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40348         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40349           Make it work with new buffer allocation system.
40350
40351 2004-01-11  Julien MOUTTE  <julien@moutte.net>
40352
40353         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
40354         pad_alloc_buffer implementation to use ->srcpad
40355         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
40356         pad_alloc_buffer implementation to use ->srcpad
40357         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
40358         pad_alloc_buffer implementation to use ->srcpad
40359         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
40360         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
40361         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40362         a reference to everything we need.
40363         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
40364         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
40365         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
40366         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40367         a reference to everything we need.
40368         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
40369
40370 2004-01-11  David Schleef  <ds@schleef.org>
40371
40372         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
40373         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
40374         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
40375         structure members.
40376         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
40377         value during a resize/renegotiation.
40378         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
40379         gst_pad_alloc_buffer();
40380         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40381         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
40382         structure members.
40383         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
40384         Fix for rename of buffer private structure members.
40385         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40386         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40387         Fix for rename of buffer private structure members.
40388         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40389         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40390         Fix for rename of buffer private structure members.
40391
40392 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
40393
40394         reviewed by: David Schleef <ds@schleef.org>
40395
40396         * gst/videofilter/Makefile.am:
40397         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
40398         from the patch by ds to fit in with recent make_filter changes.
40399
40400 2004-01-11  Julien MOUTTE  <julien@moutte.net>
40401
40402         * configure.ac: Adding examples/switch/Makefile
40403         * examples/Makefile.am: Adding examples/switch
40404         * examples/switch/Makefile.am: Adding switcher example.
40405         * examples/switch/switcher.c: (got_eos), (idle_iterate),
40406         (switch_timer), (main): Adding an example demonstrating switch usage
40407         with 2 videotestsrc showing different patterns.
40408         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
40409         (gst_switch_init): Fixing switch with the new caps system.
40410
40411 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40412
40413         * gst-libs/gst/video/video.h:
40414           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
40415           They should probably be like
40416           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
40417
40418 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40419
40420         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
40421         (qtdemux_parse_trak):
40422           fix audio chunk size/timestamp calculation
40423
40424 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40425
40426         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
40427           fix SVQ3 caps
40428
40429 2004-01-11  Steve Baker  <steve@stevebaker.org>
40430
40431         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
40432         (gst_agingtv_base_init), (gst_agingtv_class_init),
40433         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
40434         (gst_agingtv_set_property), (gst_agingtv_get_property):
40435         Port agingTV to videofilter
40436
40437 2004-01-09  Julien MOUTTE <julien@moutte.net>
40438
40439         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
40440         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40441
40442 2004-01-09  Julien MOUTTE <julien@moutte.net>
40443
40444         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
40445         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40446         * gst-libs/gst/xoverlay/xoverlay.c:
40447         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
40448         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
40449         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40450         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40451         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40452         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40453         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
40454         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
40455         the bufferalloc_function to replace bufferpools, fixing the XOverlay
40456         interface implementation to handle xid being 0 and fix some bugs
40457         triggered by Benjamin's testcase.
40458         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40459         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
40460         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
40461         the bufferalloc_function to replace bufferpools, fixing the XOverlay
40462         interface implementation to handle xid being 0 and fix some bugs
40463         triggered by Benjamin's testcase.
40464
40465 2004-01-09  David Schleef  <ds@schleef.org>
40466
40467         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
40468         mouse pointer events.  It works.
40469
40470 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40471
40472         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
40473           Use explicit caps - fix capsnego.
40474         * ext/xvid/gstxviddec.c:
40475         * ext/xvid/gstxvidenc.c:
40476           Remove macro-inside-macro which caused compile errors.
40477         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
40478           Error out if it's not a RIFF file. Else we error out without
40479           gst_element_error() which is not good...
40480
40481 2004-01-08  David Schleef  <ds@schleef.org>
40482
40483         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
40484         Fix pad_link function to handle formats that ffmpeg returns
40485         as multiple caps structures.
40486         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
40487         Only complain if source buffer is _smaller_ than expected.
40488         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
40489         (gst_videoscale_handle_src_event): Resize navigation events
40490         when passing them upstream.
40491         * gst/videotestsrc/gstvideotestsrc.c:
40492         * gst/videotestsrc/gstvideotestsrc.h:
40493         * gst/videotestsrc/videotestsrc.c:
40494         * gst/videotestsrc/videotestsrc.h:
40495         Rewrite many of the buffer painting functions to handle odd
40496         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
40497         been verified to work with my video card.
40498         * testsuite/gst-lint:  Add check for elements calling
40499         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
40500
40501 2004-01-08  David Schleef  <ds@schleef.org>
40502
40503         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
40504         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
40505
40506 2004-01-08  Julien MOUTTE  <julien@moutte.net>
40507
40508         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
40509         configure event is not emiting the desired size signal. That fixes
40510         aspect ratio issues with gst-player.
40511
40512 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40513
40514         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
40515           Fix capsnego.
40516
40517 2004-01-08  Julien MOUTTE  <julien@moutte.net>
40518
40519         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
40520         public method to fire size signal.
40521
40522 2004-01-07  Julien MOUTTE  <julien@moutte.net>
40523
40524         * examples/gstplay/Makefile.am: Adding the interface library.
40525         * gst-libs/gst/play/Makefile.am: Adding the interface library.
40526         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
40527         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
40528         GST_IS_X_OVERLAY before signal connect.
40529         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
40530         Removing the have_video_size signal.
40531         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
40532         and associated public method.
40533         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
40534         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
40535         signal.
40536         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
40537         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
40538         signal.
40539         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
40540         Using XOverlay public method to fire size signal.
40541
40542 2004-01-07  David Schleef  <ds@schleef.org>
40543
40544         * gst/videofilter/Makefile.am:
40545         * gst/videofilter/gstvideotemplate.c:
40546         * gst/videofilter/make_filter:
40547         Create gstvideoexample.c in a srcdir!=builddir friendly way.
40548         Convert make_filter to /bin/sh script.
40549
40550 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
40551
40552         * gst/modplug/gstmodplug.cc: fix element description
40553
40554 2004-01-07  Julien MOUTTE  <julien@moutte.net>
40555
40556         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
40557         (got_video_size): Adding some new lines in g_print calls.
40558         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
40559         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
40560         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
40561         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
40562         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
40563         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
40564         Complete code review, reverting some stuff i disagree with, adding
40565         some fixes : time synchronization on invalid timestamps, renegotiation
40566         of private window.
40567         * sys/ximage/ximagesink.h:
40568         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
40569         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
40570         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
40571         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
40572         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
40573         (gst_xvimagesink_buffer_new),
40574         (gst_xvimagesink_navigation_send_event),
40575         (gst_xvimagesink_set_xwindow_id),
40576         (gst_xvimagesink_get_desired_size),
40577         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
40578         stuff i disagree with, adding some fixes : Renegotiation of private
40579         window, implementing get_desired_size.
40580
40581 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40582
40583         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
40584         (gst_afsink_handle_event):
40585         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
40586         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
40587         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
40588         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
40589         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
40590           Fix for instantiate-test (see core). Also remove dead code from
40591           jpegenc (which still needs fixing, but that's lower on my TODO
40592           list...).
40593         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
40594           Never return NULL as caps.
40595
40596 2004-01-07  David Schleef  <ds@schleef.org>
40597
40598         * configure.ac:
40599         * ext/Makefile.am:
40600         * ext/librfb/Makefile.am:
40601         * ext/librfb/gstrfbsrc.c:
40602         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
40603         is the protocol used by VNC.
40604
40605 2004-01-07  David Schleef  <ds@schleef.org>
40606
40607         * gst/videofilter/gstvideotemplate.c:
40608         * gst/videofilter/gstvideotemplate.h:
40609         * gst/videofilter/make_filter:
40610         Merge videotemplate header into source file.
40611         * gst/effectv/Makefile.am:
40612         * gst/effectv/gsteffectv.c: (plugin_init):
40613         * gst/effectv/gstwarp.c:
40614         Make warpTV a subclass of videofilter.
40615
40616 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40617
40618         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
40619           Add guard against invalid utf-8 conversions in mad. Just in case.
40620
40621 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40622
40623         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
40624           Fix for bug shown by poisoning
40625
40626 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40627
40628         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40629         (gst_v4lmjpegsrc_buffer_free):
40630         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
40631         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
40632         (gst_v4lsrc_buffer_free):
40633           Fix for removed bufferpools.
40634
40635 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
40636
40637         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
40638         Fix caps negotiation.
40639
40640         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
40641         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
40642         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
40643         (dvdnavsrc_event):
40644         * ext/mpeg2dec/gstmpeg2dec.c:
40645         * gst-libs/gst/navigation/navigation.c:
40646         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
40647         * gst-libs/gst/navigation/navigation.h:
40648         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
40649         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
40650         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
40651         Super-simple first version of mouse and keyboard events. Clicking
40652         on a DVD menu now works, although it may not take you where you
40653         expected.
40654
40655         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
40656         * gst/videotestsrc/gstvideotestsrc.c:
40657         (gst_videotestsrc_src_fixate):
40658         These fixate functions were broken - they never actually
40659         fixated :)
40660
40661 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40662
40663         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
40664         (gst_icecastsend_init):
40665           fix for new caps system.
40666         * gst-libs/gst/mixer/mixertrack.h:
40667         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
40668           Add 'master track' flag (for tools like ACME that only want to
40669           change the main volume).
40670
40671 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
40672
40673         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
40674         (gst_xvid_csp_to_caps):
40675         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
40676         * ext/xvid/gstxvidenc.c:
40677         ifdef out ARGB type when it isn't available
40678         in xvidcore 1.0.0beta2
40679
40680 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40681
40682         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
40683           When we have received a new SCR right in the first buffer after
40684           a seek (so in the same cycle that handles the discont), we should
40685           handle the buffer instead of unreffing it, else we lose data.
40686
40687 2004-01-06  Iain <iain@prettypeople.org>
40688
40689         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
40690           buffer-frames caps too.
40691
40692         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
40693           caps that we need, don't destroy them all and rebuild them. And when
40694           creating src pads, use the src pad template rather than the sink...
40695
40696 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40697
40698         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
40699           Add pad to element *after* setting functions such as event handler.
40700           Without this, the scheduler (opt) will link pads, set the event
40701           handler from the default event function (dispatcher in gstpad.c)
40702           and *after* that, we will set our own event function, which will
40703           thus never be used (and thus mpegdemux doesn't handle events).
40704
40705 2004-01-04  David Schleef  <ds@schleef.org>
40706
40707         Fix the fixate functions to handle new prototype:
40708         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
40709         * gst/videotestsrc/gstvideotestsrc.c:
40710         (gst_videotestsrc_src_fixate):
40711         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
40712         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
40713         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
40714
40715 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40716
40717         * sys/ximage/ximagesink.h:
40718         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
40719         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
40720         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
40721         (gst_ximagesink_xoverlay_init):
40722           assorted fixes to make (re)embedding work
40723         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
40724         (gst_ximagesink_get_desired_size):
40725           implement desired size additions to XOverlay
40726
40727 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40728
40729         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
40730         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
40731         (gst_x_overlay_got_desired_size):
40732         * gst-libs/gst/xoverlay/xoverlay.h:
40733           Add optional "desired size" signal and querying.
40734
40735 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40736
40737         * gst/matroska/matroska-demux.c:
40738         (gst_matroska_demux_parse_blockgroup):
40739           Fix EBML-laced block parsing. Diffs are relative to previous
40740           lace, not the first lace. Thanks to Mosu from the Matroska
40741           team for detecting this.
40742         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40743         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
40744         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
40745         (gst_wavparse_change_state):
40746         * gst/wavparse/gstwavparse.h:
40747           Quickfix for capsnego.
40748
40749 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40750
40751         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
40752           Fix indenting, fix pad creation.
40753
40754 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40755
40756         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
40757         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
40758         (gst_xviddec_sink_link):
40759           Implement src_getcaps() so proper size caps is negotiated.
40760
40761 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40762
40763         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
40764           Finish flac decoder on EOS. See #116178.
40765
40766 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40767
40768         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
40769         (gst_matroska_demux_add_stream):
40770         * gst/matroska/matroska-ids.h:
40771           Add getcaps() function to fix capsnego...
40772
40773 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40774
40775         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
40776         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
40777         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
40778           Fix more integer overflows. Again, see #126967.
40779
40780 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40781
40782         * ext/mpeg2dec/gstmpeg2dec.c:
40783           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
40784           #130416.
40785
40786 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40787
40788         * configure.ac:
40789         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
40790         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
40791         * ext/xvid/gstxvid.h:
40792         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
40793         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
40794         (gst_xviddec_src_link), (gst_xviddec_sink_link),
40795         (gst_xviddec_change_state):
40796         * ext/xvid/gstxviddec.h:
40797         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
40798         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
40799         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
40800         (gst_xvidenc_link), (gst_xvidenc_set_property),
40801         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
40802         * ext/xvid/gstxvidenc.h:
40803           Update xvid plugin to latest xvid (1.0.0-beta3) API.
40804
40805 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40806
40807         * gst/rtp/rtp-packet.c:
40808           Add sys/types.h include, since OS X doesn't define in_addr_t
40809           in netinet/in.h, like it does on Linux (see #129600).
40810
40811 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
40812
40813         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
40814
40815         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
40816           Correct logic of dispose function (see #129306).
40817
40818 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40819
40820         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
40821         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
40822         (gst_mpeg_parse_init):
40823         * gst/mpegstream/gstmpegparse.h:
40824           Remove clock (which was never provided, i.e. dead code), and
40825           also fix integer overflows at high PTS values (see #126967).
40826
40827 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40828
40829         * ext/flac/gstflacdec.c:
40830         * ext/libpng/gstpngenc.h:
40831         * ext/mikmod/gstmikmod.h:
40832           OS X fixes (see #126628).
40833
40834 2004-01-02  David Schleef  <ds@schleef.org>
40835
40836         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
40837         (gst_alsa_src_base_init): Remove bogus "src" request pad.
40838         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
40839         (gst_mpeg_parse_class_init): Move pad template registration
40840         to class_init, since the derived class (mpegdemux) doesn't
40841         want them.
40842
40843 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40844
40845         * sys/ximage/Makefile.am:
40846         * sys/xvideo/Makefile.am:
40847         * sys/xvimage/Makefile.am:
40848           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
40849           after installation (see #127664).
40850
40851 2004-01-02  David Schleef  <ds@schleef.org>
40852
40853         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
40854         (gst_ffmpegenc_connect):  Negotiation fixes.
40855         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
40856         Remove inappropriate gst_caps_free().
40857         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
40858         Reenable Ronald's internal resize code, since the core handles
40859         it correctly now.
40860
40861 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40862
40863         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
40864         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
40865         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
40866           Fix pad template stuff.
40867
40868 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40869
40870         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
40871         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
40872           fix signed integer reading/writing.
40873
40874 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40875
40876         * ext/alsa/README:
40877           Remove outdated document
40878
40879 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
40880
40881         * gst/cutter/gstcutter.c: (gst_cutter_init):
40882           src pad was being created twice - oops.
40883
40884 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40885
40886         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
40887           Comment out internal resize. It doesn't handle the resulting
40888           XEvent internally, does another try_set_caps() which leads to
40889           a really nice loop.
40890           Real fix will come when Julien and Dave are awake. ;).
40891
40892 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40893
40894         * ext/mpeg2enc/gstmpeg2enc.cc:
40895           fix const/nonconst compile issue.
40896
40897 2004-01-02  David Schleef  <ds@schleef.org>
40898
40899         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
40900         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
40901         Add fixate function and a check for bad formats.
40902
40903 2004-01-01  David Schleef  <ds@schleef.org>
40904
40905         Negotiation fixes:
40906         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
40907         (gst_audiofilter_init):
40908         * gst/debug/efence.c: (gst_efence_init):
40909         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
40910         (gst_deinterlace_init):
40911         * gst/volume/gstvolume.c: (volume_connect):
40912
40913 2004-01-01  David Schleef  <ds@schleef.org>
40914
40915         Convert elements to use gst_pad_use_explicit_caps() where
40916         appropriate:
40917         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
40918         * ext/audiofile/gstafparse.c: (gst_afparse_init),
40919         (gst_afparse_open_file):
40920         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
40921         (gst_afsrc_open_file):
40922         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
40923         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
40924         (gst_ffmpegdec_chain):
40925         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
40926         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
40927         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
40928         (gst_gdk_pixbuf_chain):
40929         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
40930         (gst_jpegdec_chain):
40931         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
40932         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
40933         (gst_mikmod_negotiate):
40934         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
40935         (gst_mpeg2dec_negotiate_format):
40936         * ext/mpeg2enc/gstmpeg2enc.cc:
40937         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
40938         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
40939         (gst_speexdec_sinkconnect):
40940         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
40941         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
40942         (gst_vorbisfile_new_link):
40943         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
40944         (gst_ac3parse_chain):
40945         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
40946         (gst_asf_demux_setup_pad):
40947         * gst/auparse/gstauparse.c: (gst_auparse_init),
40948         (gst_auparse_chain):
40949         * gst/id3/gstid3types.c: (gst_id3types_loop):
40950         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
40951         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
40952         (mp1videoparse_parse_seq):
40953         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
40954         (bpf_from_header):
40955         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
40956         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
40957         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
40958         (gst_mpeg_parse_send_data):
40959         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
40960         (gst_qtdemux_add_stream):
40961         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
40962         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40963         (gst_wavparse_parse_fmt):
40964
40965 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40966
40967         * configure.ac:
40968           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
40969           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
40970           it therefore uses the wrong include paths. Too bad... Note
40971           that 1.6.1.93 is not release yet. ;).
40972           Also add a check for mplex, which is now using the lib'ified
40973           mplex from mjpegtools, too.
40974         * ext/ffmpeg/gstffmpegcodecmap.c:
40975           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
40976           issues. I don't think ffmpeg handles 3ivx correctly, so this
40977           probably won't work. But it won't hurt either.
40978         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
40979         (gst_ffmpegdec_chain):
40980         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
40981         (gst_ffmpegenc_chain_audio):
40982           Fix memleak in audio encoding. Close codec if open fails, this
40983           calls the cleanup routines so we can re-use the context.
40984         * ext/mpeg2enc/gstmpeg2enc.cc:
40985           Fix pad template names/types, fix memory issue with getcaps().
40986         * ext/mpeg2enc/gstmpeg2encoder.cc:
40987         * ext/mpeg2enc/gstmpeg2encoder.hh:
40988           Fix compile issue with new caps system (const thingy).
40989         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
40990         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
40991           We read a first frame right on initing, so that we have a caps
40992           when we init the output. This caps is cached in padprivate and
40993           read as first frame.
40994         * ext/mplex/Makefile.am:
40995         * ext/mplex/gstmplex.cc:
40996         * ext/mplex/gstmplex.h:
40997         * ext/mplex/gstmplex.hh:
40998         * ext/mplex/gstmplexibitstream.cc:
40999         * ext/mplex/gstmplexibitstream.hh:
41000         * ext/mplex/gstmplexjob.cc:
41001         * ext/mplex/gstmplexjob.hh:
41002         * ext/mplex/gstmplexoutputstream.cc:
41003         * ext/mplex/gstmplexoutputstream.hh:
41004           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
41005           had issues, didn't do capsnego, supported only a subset of the
41006           mplex features and required a mplex fork in our local CVS. Plus
41007           that it worked agaist a very old mplex version. Rewriting was
41008           faster than updating it.
41009         * gst-libs/ext/Makefile.am:
41010         * gst-libs/ext/mplex/INSTRUCT:
41011         * gst-libs/ext/mplex/Makefile.am:
41012         * gst-libs/ext/mplex/README:
41013         * gst-libs/ext/mplex/TODO:
41014         * gst-libs/ext/mplex/ac3strm_in.cc:
41015         * gst-libs/ext/mplex/audiostrm.hh:
41016         * gst-libs/ext/mplex/audiostrm_out.cc:
41017         * gst-libs/ext/mplex/aunit.hh:
41018         * gst-libs/ext/mplex/bits.cc:
41019         * gst-libs/ext/mplex/bits.hh:
41020         * gst-libs/ext/mplex/buffer.cc:
41021         * gst-libs/ext/mplex/buffer.hh:
41022         * gst-libs/ext/mplex/fastintfns.h:
41023         * gst-libs/ext/mplex/format_codes.h:
41024         * gst-libs/ext/mplex/inputstrm.cc:
41025         * gst-libs/ext/mplex/inputstrm.hh:
41026         * gst-libs/ext/mplex/lpcmstrm_in.cc:
41027         * gst-libs/ext/mplex/mjpeg_logging.cc:
41028         * gst-libs/ext/mplex/mjpeg_logging.h:
41029         * gst-libs/ext/mplex/mjpeg_types.h:
41030         * gst-libs/ext/mplex/mpastrm_in.cc:
41031         * gst-libs/ext/mplex/mpegconsts.cc:
41032         * gst-libs/ext/mplex/mpegconsts.h:
41033         * gst-libs/ext/mplex/mplexconsts.hh:
41034         * gst-libs/ext/mplex/multplex.cc:
41035         * gst-libs/ext/mplex/outputstream.hh:
41036         * gst-libs/ext/mplex/padstrm.cc:
41037         * gst-libs/ext/mplex/padstrm.hh:
41038         * gst-libs/ext/mplex/stillsstream.cc:
41039         * gst-libs/ext/mplex/stillsstream.hh:
41040         * gst-libs/ext/mplex/systems.cc:
41041         * gst-libs/ext/mplex/systems.hh:
41042         * gst-libs/ext/mplex/vector.cc:
41043         * gst-libs/ext/mplex/vector.hh:
41044         * gst-libs/ext/mplex/videostrm.hh:
41045         * gst-libs/ext/mplex/videostrm_in.cc:
41046         * gst-libs/ext/mplex/videostrm_out.cc:
41047         * gst-libs/ext/mplex/yuv4mpeg.cc:
41048         * gst-libs/ext/mplex/yuv4mpeg.h:
41049         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
41050         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
41051           We don't fork mjpegtools' mplex in our CVS anymore.
41052         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
41053         (gst_avi_demux_add_stream):
41054         * gst/avi/gstavidemux.h:
41055           Add getcaps() function for proper caps nego. This makes some
41056           parts of AVI playback/reading work.
41057         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
41058           Resize window on new capsnego. This is probably wrong, but
41059           I'm still committing it because with current capsnego, the
41060           first successfull capsnego is auto-fixated, therefore rounded
41061           down to the lowest values in the caps. this results in a 16x16
41062           XWindow that is not reized when real capsnego finishes.
41063           Dave, I see more cases of this, do you know a proper solution?
41064         * tools/gst-launch-ext.in:
41065           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
41066
41067 2003-12-31  David Schleef  <ds@schleef.org>
41068
41069         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
41070         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
41071           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
41072
41073 2003-12-30  David Schleef  <ds@schleef.org>
41074
41075         * ext/ffmpeg/gstffmpegcolorspace.c:
41076         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
41077         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
41078         (gst_ffmpegcsp_chain): Negotiation fixes
41079         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
41080         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
41081         (gst_audio_convert_link), (gst_audio_convert_channels):
41082         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
41083         (gst_audioscale_link), (gst_audioscale_get_buffer),
41084         (gst_audioscale_chain): Negotiation fixes
41085         * gst/audioscale/gstaudioscale.h:
41086         * gst/videofilter/gstvideofilter.c:
41087         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
41088         (gst_videofilter_link), (gst_videofilter_init),
41089         (gst_videofilter_set_output_size), (gst_videofilter_setup),
41090         (gst_videofilter_find_format_by_structure):
41091         * gst/videofilter/gstvideofilter.h: Negotiation fixes
41092         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
41093         (gst_videoscale_link):
41094         * gst/videoscale/videoscale.c: (videoscale_get_structure),
41095         (videoscale_find_by_structure), (gst_videoscale_setup):
41096         * gst/videoscale/videoscale.h: Negotiation fixes
41097         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
41098         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
41099         function, restrict resizing to a multiple of 4 (hack until
41100         everyone supports odd sizes correctly).
41101
41102 2003-12-29  Colin Walters  <walters@verbum.org>
41103
41104         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
41105         signed.
41106
41107 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
41108
41109         * ext/sndfile/gstsf.c: (gst_sf_loop):
41110           Fix warning about discarding const qualifier
41111
41112 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
41113
41114         * gst/cutter/gstcutter.c:
41115         * gst/videoscale/gstvideoscale.c:
41116         * gst/volenv/gstvolenv.c:
41117         * gst-libs/gst/audio/audio.c:
41118         * gst-libs/gst/video/video.c:
41119           Fix warnings
41120
41121 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41122
41123         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
41124           Don't send ALSA debugging to stderr.
41125         * ext/alsa/gstalsa.h:
41126           Use GST_WARNING instead of g_warning when ALSA functions fail.
41127
41128 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41129
41130         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
41131           Free XVAdapterInfo correctly.
41132
41133 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41134
41135         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
41136         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
41137           Make id3tag use correct caps nego.
41138
41139 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
41140
41141         * ext/ivorbis/vorbis.c:
41142         * ext/ivorbis/vorbisenc.h:
41143         * ext/ivorbis/vorbisfile.c:
41144           Modify so that it uses the new caps things
41145
41146 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41147
41148         * testsuite/spider/spider1.c: (main):
41149         * testsuite/spider/spider2.c: (main):
41150         * testsuite/spider/spider3.c: (main):
41151           Make tests compile again. They probably don't work.
41152
41153 2003-12-24  Colin Walters  <walters@verbum.org>
41154
41155         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
41156         we can't fixate the caps anymore.
41157
41158 2003-12-23  David Schleef  <ds@schleef.org>
41159
41160         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
41161         * sys/oss/gstosssink.c: (gst_osssink_init),
41162         (gst_osssink_sink_fixate): Add fixate function.
41163
41164 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41165
41166         * ext/ffmpeg/gstffmpegcodecmap.c:
41167         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
41168         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
41169         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
41170         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
41171         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
41172         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
41173         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
41174           fix typo in RGB masks, and move back to "old" colorspace
41175           capsnego code until whoever wrote this new crap has actually
41176           tested it so that it works.
41177           And yes, this works, keep it that way please.
41178
41179 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41180
41181         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
41182         (gst_divxdec_init), (gst_divxdec_negotiate):
41183         * ext/divx/gstdivxdec.h:
41184         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
41185         (gst_divxenc_init):
41186         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
41187         (gst_faac_sinkconnect), (gst_faac_srcconnect):
41188         * ext/mpeg2enc/gstmpeg2enc.cc:
41189         * ext/mpeg2enc/gstmpeg2encoder.cc:
41190         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
41191         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
41192         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
41193         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
41194         (dxr3spusink_init):
41195         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
41196         (dxr3videosink_init):
41197           Fix caps breakage after Dave's caps branch merge.
41198
41199 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41200
41201         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
41202           Fix for 24bpp display.
41203
41204 2003-12-23  Colin Walters  <walters@verbum.org>
41205
41206         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
41207         a GnomeVFSHandle directly.
41208
41209 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41210
41211         * gst/volume/Makefile.am:
41212         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
41213         (volume_base_init), (volume_init):
41214           Reenable volume element and fix to work with new caps stuff.
41215           Rhythmbox needs this.
41216
41217 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41218
41219         * gst/qtdemux/qtdemux.c: (plugin_init):
41220           qtdemux requires bytestream
41221
41222 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41223
41224         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
41225           Fix remaining caps handling errors due to CAPS merge.
41226
41227 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41228
41229         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
41230         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
41231         (gst_faad_srcconnect):
41232           Port to new caps system.
41233
41234 2003-12-21  Julien MOUTTE  <julien@moutte.net>
41235
41236         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
41237         (got_video_size), (main): using g_print instead of g_message.
41238         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
41239         signal which was not emitted because of "switch" element added to the
41240         bin but not connected. (Removing from the bin temporarily)
41241
41242 2003-12-21  Julien MOUTTE  <julien@moutte.net>
41243
41244         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
41245         find X development files. I don't understand the previous tests and
41246         they fail on my debian/ppc unstable. This one works.
41247         * examples/gstplay/player.c: (main): Set the pipeline to READY before
41248         exiting.
41249         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
41250         (gst_play_set_video_sink), (gst_play_set_audio_sink),
41251         (gst_play_set_visualization): Add some safety checks in set_ methods
41252         and state_change. This was throwing some ugly CRITICAL messages when
41253         pipeline was getting disposed and casts were failing.
41254
41255 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41256
41257         * configure.ac:
41258           Improve mpeg2enc detection. This is for distributions that do
41259           ship mjpegtools, but without mpeg2enc. Also does object check
41260           for might there ever be ABI incompatibility.
41261         * ext/mpeg2enc/gstmpeg2enc.cc:
41262           Add Andrew as second maintainer (he's helping me), and also add
41263           an error if no caps was set. This happens if I pull before capsnego
41264           and that's something I should solve sometime else.
41265         * gst/matroska/matroska-demux.c:
41266         (gst_matroska_demux_parse_blockgroup):
41267           Fix time parsing.
41268         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
41269         (gst_matroska_mux_track_header):
41270           Add caps to templates.
41271         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
41272           Add mpegversion=1 to prevent confusion with MPEG/AAC.
41273         * gst/mpegstream/gstmpegdemux.c:
41274           Remove layer since it causes warnings about unfixed caps.
41275         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
41276           Fix obvious typo (we error out if caps were set, we should of
41277           course error out if *no* caps were set).
41278         * sys/oss/gstosselement.c: (gst_osselement_convert):
41279           Fix format conversion, we confused bits/bytes.
41280         * sys/oss/gstosselement.h:
41281           Improve documentation for 'bps'.
41282         * sys/v4l/TODO:
41283           Remove stuff about plugins that need removing - this was done
41284           ages ago.
41285         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
41286         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
41287         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
41288         (gst_v4lsrc_src_query):
41289         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
41290         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
41291           Add get_query_types(), get_formats() and query() functions.
41292
41293 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
41294
41295         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
41296           * moved CVS to freedesktop.org