gst/volume/gstvolume.c: Use new basetransform vmethod to reconfigure the dynamic...
[platform/upstream/gstreamer.git] / ChangeLog
1 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
2
3         * gst/volume/gstvolume.c: (gst_volume_class_init),
4         (volume_before_transform), (volume_transform_ip):
5         Use new basetransform vmethod to reconfigure the dynamic properties and
6         any pending volume/mute changes. Fixes #563508.
7
8 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
9
10         * configure.ac:
11         First check for "theoraenc theoradec" and if that failed check
12         for "theora >= 1.0alpha5". The former appeared in 1.0beta3 and
13         deprecate the latter. Also linking on Windows fails with just "theora"
14         and the version check would fail for the release candidates.
15         Fixes bug #563718.
16
17 2008-12-08  Stefan Kost  <ensonic@users.sf.net>
18
19         * gst/playback/gstdecodebin.c:
20         * gst/playback/gstdecodebin2.c:
21           Add basic docs to decodebin and link to decodebin from decodebin2.
22           
23 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
24
25         Patch by: Olivier Crete  <tester at tester ca>
26
27         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_remove):
28         * gst-libs/gst/rtp/gstrtcpbuffer.h:
29         Implement gst_rtcp_packet_remove(). Fixes #563174.
30
31         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
32         Add unit test for some RTCP functions.
33
34 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
35
36         * configure.ac:
37         Apparently AC_CONFIG_MACRO_DIR breaks when using more
38         than one macro directory, reverting last change.
39
40 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
41
42         * configure.ac:
43         Set AC_CONFIG_MACRO_DIR to common/m4 to point autoconf to
44         our M4 macros.
45
46 2008-12-03  Edward Hervey  <edward.hervey@collabora.co.uk>
47
48         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
49         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
50         Clear all flags on buffers returned from the image pool.
51         Fixes #563143
52
53 2008-11-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
54
55         Patch by: Cygwin Ports maintainer
56                   <yselkowitz at users dot sourceforge dot net>
57
58         * autogen.sh:
59         * configure.ac:
60         Require gettext 0.17 because older versions don't mix with libtool
61         2.2. At build time an older gettext version will still work.
62         Fixes bug #556091.
63
64 2008-11-28  Christian Schaller <christian.schaller@collabora.co.uk>
65
66         * gst/speexresample/Makefile.am: fix build by removing -lgstaudio 
67
68 2008-11-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
69
70         * docs/plugins/gst-plugins-base-plugins.args:
71         * docs/plugins/gst-plugins-base-plugins.hierarchy:
72         * docs/plugins/gst-plugins-base-plugins.interfaces:
73         * docs/plugins/gst-plugins-base-plugins.prerequisites:
74         * docs/plugins/inspect/plugin-videorate.xml:
75         * gst/speexresample/gstspeexresample.c:
76         Update documentation of speexresample for the new element name.
77
78 2008-11-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
79
80         * gst/speexresample/README:
81         Update README with the latest diff between the Speex resampler
82         and our copy.
83
84 2008-11-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
85
86         * gst/speexresample/gstspeexresample.c: (plugin_init):
87         Update the debug category from speex_resample to audioresample.
88
89 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
90
91         * gst/audioresample/Makefile.am:
92         * gst/audioresample/buffer.c:
93         * gst/audioresample/buffer.h:
94         * gst/audioresample/debug.c:
95         * gst/audioresample/debug.h:
96         * gst/audioresample/functable.c:
97         * gst/audioresample/functable.h:
98         * gst/audioresample/gstaudioresample.c:
99         * gst/audioresample/gstaudioresample.h:
100         * gst/audioresample/resample.c:
101         * gst/audioresample/resample.h:
102         * gst/audioresample/resample_chunk.c:
103         * gst/audioresample/resample_functable.c:
104         * gst/audioresample/resample_ref.c:
105         * tests/check/elements/audioresample.c:
106         Remove audioresample files.
107
108 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
109
110         * docs/plugins/inspect/plugin-audioresample.xml:
111         Regenerated for library filename change.
112
113 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
114
115         * configure.ac:
116         * docs/plugins/Makefile.am:
117         * docs/plugins/gst-plugins-base-plugins-sections.txt:
118         * docs/plugins/gst-plugins-base-plugins.args:
119         * docs/plugins/gst-plugins-base-plugins.hierarchy:
120         * docs/plugins/gst-plugins-base-plugins.interfaces:
121         * docs/plugins/gst-plugins-base-plugins.prerequisites:
122         * docs/plugins/inspect/plugin-adder.xml:
123         * docs/plugins/inspect/plugin-alsa.xml:
124         * docs/plugins/inspect/plugin-audioconvert.xml:
125         * docs/plugins/inspect/plugin-audiorate.xml:
126         * docs/plugins/inspect/plugin-audioresample.xml:
127         * docs/plugins/inspect/plugin-audiotestsrc.xml:
128         * docs/plugins/inspect/plugin-cdparanoia.xml:
129         * docs/plugins/inspect/plugin-decodebin.xml:
130         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
131         * docs/plugins/inspect/plugin-gdp.xml:
132         * docs/plugins/inspect/plugin-gio.xml:
133         * docs/plugins/inspect/plugin-gnomevfs.xml:
134         * docs/plugins/inspect/plugin-libvisual.xml:
135         * docs/plugins/inspect/plugin-ogg.xml:
136         * docs/plugins/inspect/plugin-pango.xml:
137         * docs/plugins/inspect/plugin-playback.xml:
138         * docs/plugins/inspect/plugin-queue2.xml:
139         * docs/plugins/inspect/plugin-subparse.xml:
140         * docs/plugins/inspect/plugin-tcp.xml:
141         * docs/plugins/inspect/plugin-theora.xml:
142         * docs/plugins/inspect/plugin-typefindfunctions.xml:
143         * docs/plugins/inspect/plugin-uridecodebin.xml:
144         * docs/plugins/inspect/plugin-video4linux.xml:
145         * docs/plugins/inspect/plugin-videorate.xml:
146         * docs/plugins/inspect/plugin-videoscale.xml:
147         * docs/plugins/inspect/plugin-videotestsrc.xml:
148         * docs/plugins/inspect/plugin-volume.xml:
149         * docs/plugins/inspect/plugin-vorbis.xml:
150         * docs/plugins/inspect/plugin-ximagesink.xml:
151         * docs/plugins/inspect/plugin-xvimagesink.xml:
152         * gst/speexresample/gstspeexresample.c: (plugin_init):
153         * gst/speexresample/Makefile.am:
154         * tests/check/Makefile.am:
155         * tests/check/elements/speexresample.c: (setup_speexresample),
156         (GST_START_TEST), (test_pipeline):
157         Rename the moved speexresample to audioresample, integrate into the
158         build system and remove the old audioresample from the build system.
159         Fixes bug #558124, #385061, #346218, #116051.
160
161 2008-11-27  Wim Taymans  <wim.taymans@collabora.co.uk>
162
163         * gst-libs/gst/audio/gstbaseaudiosrc.c:
164         (gst_base_audio_src_get_offset), (gst_base_audio_src_create):
165         Avoid nasty int overflows after about 12 hours and 25 minutes when these
166         code paths are triggered. 
167         A free beer to Håvard Graff for finding this!
168
169 2008-11-27  Wim Taymans  <wim.taymans@collabora.co.uk>
170
171         Patch by: 이문형 <iwings at gmail dot com>
172
173         * gst-libs/gst/rtsp/gstrtspconnection.c:
174         (gst_rtsp_connection_connect):
175         A successful gst_poll_wait() doesn't always mean successful connect() on
176         Windows.  We should check errors by calling gst_poll_fd_has_error().
177         See #561924.
178
179 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
180
181         * gst-libs/gst/rtp/gstrtcpbuffer.c:
182         Fix typo in the docs.
183
184 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
185
186         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_event):
187         If no stream was found before receiving EOS, post an error message.
188         Fixes #561924.
189
190 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
191
192         * ext/theora/gsttheoraenc.h:
193         * ext/theora/theoraenc.c: (gst_theora_enc_init),
194         (theora_buffer_from_packet), (theora_push_packet),
195         (theora_enc_sink_event), (theora_enc_is_discontinuous),
196         (theora_enc_chain):
197         Parse segment events.
198         Pass incomming buffer timestamps to outgoing buffers.
199         Use the running_time to construct the granulepos.
200         Fixes #562163.
201
202 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
203
204         * gst/playback/gstplaybin2.c: (activate_group):
205         Fix buffer-duration property.
206
207 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
208
209         * gst-libs/gst/audio/gstbaseaudiosink.c:
210         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
211         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
212         (gst_base_audio_sink_change_state):
213         Really fix audiosink drain handling by keeping track of the running_time
214         of the last sample.
215
216 2008-11-24  Michael Smith <msmith@songbirdnest.com>
217
218         * gst/playback/gstplaybin2.c:
219           Add notification of current stream. Add ability to configure buffer
220           sizes.
221         * gst/playback/gsturidecodebin.c:
222           Add ability to configure buffer sizes for streaming mode.
223           Bug #561734.
224
225 2008-11-24  Stefan Kost  <ensonic@users.sf.net>
226
227         * gst-libs/gst/audio/gstbaseaudiosink.c:
228           Time is already in running_time. Remove base_time handling. Fixes
229           audiosinks not draining and thus chopping some audio in the end.
230
231 2008-11-24  David Schleef  <ds@schleef.org>
232
233         * ext/ogg/gstoggmux.c:
234         * ext/ogg/gstoggmux.h:
235           If we're muxing a dirac stream, flush the page after every picture.
236
237 2008-11-24  Stefan Kost  <ensonic@users.sf.net>
238
239         * gst-libs/gst/audio/gstbaseaudiosink.c:
240           Add one log message to check for audio_drained. Sync one log message
241           with the condition. Send EOS after draining audio in pull mode.
242
243 2008-11-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
244
245         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
246         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
247         Use gst_buffer_try_new_and_alloc() and fail properly if the
248         allocation failed. This prevents abort() if downstream elements
249         request an insane amount of memory.
250
251 2008-11-24  Wim Taymans  <wim.taymans@collabora.co.uk>
252
253         * gst/volume/gstvolume.c: (volume_choose_func),
254         (volume_update_volume), (gst_volume_set_volume),
255         (gst_volume_get_volume), (gst_volume_set_mute),
256         (gst_volume_class_init), (gst_volume_init),
257         (volume_process_double), (volume_process_float),
258         (volume_process_int32), (volume_process_int32_clamp),
259         (volume_process_int24), (volume_process_int24_clamp),
260         (volume_process_int16), (volume_process_int16_clamp),
261         (volume_process_int8), (volume_process_int8_clamp), (volume_setup),
262         (volume_transform_ip), (volume_set_property),
263         (volume_get_property):
264         * gst/volume/gstvolume.h:
265         Cleanup volume, define and use default values.
266         Recalculate new volume and mute setup before processing. Fixes #561789.
267
268         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
269         Add controller unit test. Patch by: Jonathan Matthew
270         Fix bogus test that messed with basetransform's internal state.
271
272 2008-11-22  Wim Taymans  <wim.taymans@collabora.co.uk>
273
274         * gst/videorate/gstvideorate.c:
275         Add jpeg and png image media types to the caps. Fixes #561436.
276
277 2008-11-22  Wim Taymans  <wim.taymans@collabora.co.uk>
278
279         * gst/playback/gstplaysink.c: (gen_audio_chain):
280         Don't post an error when we can't configure the volume but post a
281         warning instead. Fixes #561780.
282
283 2008-11-21  David Schleef  <ds@schleef.org>
284
285         Patch by: Jonathan Rosser <jonathan.rosser@rd.bbc.co.uk>
286
287         * gst/videotestsrc/gstvideotestsrc.c:
288         * gst/videotestsrc/gstvideotestsrc.h:
289         * gst/videotestsrc/videotestsrc.c:
290         * gst/videotestsrc/videotestsrc.h:
291           Add a zone plate pattern generator based on BBC R&D Report
292           1978/23 (yeah *that* 1978).  Try 'videotestsrc pattern=zone-plate
293           kx2=20 ky2=20 kt=1'.
294
295 2008-11-20  Michael Smith <msmith@songbirdnest.com>
296
297         * gst/playback/gstdecodebin2.c:
298           Fix random fat-fingering making this not compile.
299
300 2008-11-20  Michael Smith <msmith@songbirdnest.com>
301
302         * gst/playback/gstdecodebin2.c:
303           If the top-level type of the stream is plain text, don't try to decode
304           it, matching behaviour of decodebin.
305         * gst/playback/gstplaysink.c:
306           If we fail to generate a text chain (e.g. due to missing optional
307           plugins), don't crash.
308
309 2008-11-20  Michael Smith <msmith@songbirdnest.com>
310
311         * gst-libs/gst/rtsp/gstrtspdefs.c:
312           Fix win32 build. Oops.
313
314 2008-11-20  Michael Smith <msmith@songbirdnest.com>
315
316         * gst-libs/gst/rtsp/gstrtspdefs.c:
317           Use WSAGetLastError() rather than errno/h_errno on win32.
318
319 2008-11-20  Michael Smith <msmith@songbirdnest.com>
320
321         * gst-libs/gst/riff/riff-media.c:
322           Support WMA Lossless properly.
323
324 2008-11-18  David Schleef  <ds@schleef.org>
325
326         * gst/videotestsrc/gstvideotestsrc.c:
327         * gst/videotestsrc/gstvideotestsrc.h:
328         * gst/videotestsrc/videotestsrc.c:
329         * gst/videotestsrc/videotestsrc.h:
330           Add "colorspec" property, specifying whether to generate BT.601
331           or BT.709 video.  This only affects YCbCr values, not RGB, since
332           if you're generating a 709 test pattern, presumably you want
333           709 RGB primaries, not 601.  Also add "smpte75" pattern, which
334           uses 75% colors instead of 100%, since this is often more useful
335           for testing (and also follows the SMPTE EG-1 guideline).
336
337 2008-11-18  Alessandro Decina  <alessandro.d@gmail.com>
338
339         * gst/playback/gstdecodebin.c:
340         Add a "sink-caps" property to decodebin like it's done for decodebin2.
341         Fixes #560380.
342
343 2008-11-14  Jan Schmidt  <jan.schmidt@sun.com>
344
345         * gst/audioresample/gstaudioresample.c:
346         Guard against a NULL dereference I somehow encountered -
347         with a FLUSH_STOP arriving either before basetransform _start(),
348         or after _stop().
349
350         * gst/typefind/gsttypefindfunctions.c:
351         Make sure we never jump backwards when typefinding corrupt mov files.
352
353 2008-11-14  Jan Schmidt  <jan.schmidt@sun.com>
354
355         * gst-libs/gst/interfaces/propertyprobe.c:
356         Fix random type causing a docs warning.
357
358 2008-11-14  Stefan Kost  <ensonic@users.sf.net>
359
360         * sys/v4l/gstv4l.c:
361           Give it a minimal rank for autovideosrc.
362
363 2008-11-13  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
364
365         * gst/typefind/gsttypefindfunctions.c: (jp2_type_find),
366         (plugin_init):
367         Improve typefinding of ISO JPEG2000 mime types.
368
369 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
370
371         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
372         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_setcaps),
373         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
374         * sys/xvimage/xvimagesink.h:
375         Avoid typechecking when we do trivial casts.
376         Move error handling out of the main program flow.
377         Sneak in the display-region caps property, not completely correct yet.
378         Cache the width/height in buffer_alloc instead of parsing it from the
379         caps all the time.
380
381 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
382
383         * gst/playback/gstplaybin2.c: (deactivate_group):
384         don't try to unlink the selector sinkpad when we don't have it yet. This
385         can happen if an error occured before the group was complete.
386
387 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
388
389         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
390         (gst_rtp_buffer_set_packet_len), (gst_rtp_buffer_get_packet_len),
391         (gst_rtp_buffer_get_header_len), (gst_rtp_buffer_get_version),
392         (gst_rtp_buffer_set_version), (gst_rtp_buffer_get_padding),
393         (gst_rtp_buffer_set_padding), (gst_rtp_buffer_pad_to),
394         (gst_rtp_buffer_get_extension), (gst_rtp_buffer_set_extension),
395         (gst_rtp_buffer_get_extension_data),
396         (gst_rtp_buffer_set_extension_data), (gst_rtp_buffer_get_ssrc),
397         (gst_rtp_buffer_set_ssrc), (gst_rtp_buffer_get_csrc_count),
398         (gst_rtp_buffer_get_csrc), (gst_rtp_buffer_set_csrc),
399         (gst_rtp_buffer_get_marker), (gst_rtp_buffer_set_marker),
400         (gst_rtp_buffer_get_payload_type),
401         (gst_rtp_buffer_set_payload_type), (gst_rtp_buffer_get_seq),
402         (gst_rtp_buffer_set_seq), (gst_rtp_buffer_get_timestamp),
403         (gst_rtp_buffer_set_timestamp),
404         (gst_rtp_buffer_get_payload_subbuffer),
405         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload):
406         Avoid expensive type checks we already did as part of the 
407         _validate() function that should be called first.
408
409 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
410
411         * gst-libs/gst/rtp/gstbasertpdepayload.c: (create_segment_event),
412         (gst_base_rtp_depayload_push_full),
413         (gst_base_rtp_depayload_set_gst_timestamp):
414         Fix some cases where a newsegment event was not sent.
415
416 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
417
418         * gst/playback/gstplaybin2.c: (activate_group):
419         Catch state change errors and stop from the uridecodebin elements
420         instead of trying to continue in vain.
421
422 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
423
424         * gst-libs/gst/audio/gstbaseaudiosink.c:
425         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
426         (gst_base_audio_sink_callback):
427         Use gst_base_sink_do_preroll() to wait for PLAYING and before waiting
428         for the latency to expire, fixes #559567.
429
430 2008-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
431
432         * gst/adder/gstadder.c:
433           Change author string after seeing output of gst-inspector.
434
435 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
436
437         * gst/playback/gstplaysink.c: (gst_play_sink_reconfigure):
438         Don't try to do crazy things when we only have a text pad without a
439         video pad. Fixes #559478.
440
441 2008-11-06  Wim Taymans  <wim.taymans@collabora.co.uk>
442
443         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
444         Fix case where we don't have a range for the rates or channels as is the
445         case with truespeech.
446
447 2008-11-05  Wim Taymans  <wim.taymans@collabora.co.uk>
448
449         * gst/volume/gstvolume.c: (volume_update_real_volume),
450         (gst_volume_set_volume), (gst_volume_get_volume),
451         (gst_volume_set_mute), (gst_volume_init), (volume_setup),
452         (volume_transform_ip), (volume_update_mute),
453         (volume_update_volume), (volume_get_property):
454         * gst/volume/gstvolume.h:
455         Keep negotiated state in a separate variable.
456         Protect the volume and mute properties with the object lock.
457         Protect modifying the transform with the transform lock.
458
459 2008-11-05  Wim Taymans  <wim.taymans@collabora.co.uk>
460
461         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
462         (gst_ffmpeg_pixfmt_to_caps):
463         Only convert caps to string when debug is enabled.
464
465 2008-11-04  Wim Taymans  <wim.taymans@collabora.co.uk>
466
467         * ext/theora/gsttheoradec.h:
468         * ext/theora/theoradec.c: (gst_theora_dec_init),
469         (gst_theora_dec_reset), (theora_dec_src_event),
470         (theora_dec_sink_event), (theora_handle_type_packet):
471         Copy seqnum.
472         Keep events in a pending list, like vorbisdec, instead of trying
473         to construct a segment event ourselves.
474
475         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
476         (vorbis_dec_src_event), (vorbis_dec_sink_event):
477         * ext/vorbis/vorbisdec.h:
478         Copy seqnum.
479
480 2008-11-04  Wim Taymans  <wim.taymans@collabora.co.uk>
481
482         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
483         (gst_ogg_demux_deactivate_current_chain),
484         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page),
485         (gst_ogg_demux_loop):
486         * ext/ogg/gstoggdemux.h:
487         Copy seqnums around to track playback segments and messages.
488
489 2008-11-03  Wim Taymans  <wim.taymans@collabora.co.uk>
490
491         Based on patch by: Matthias Kretz <kretz at kde dot org>
492
493         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
494         (gst_alsasink_prepare), (gst_alsasink_unprepare),
495         (gst_alsasink_write):
496         Make all access non-blocking so that we can better handle unplugging
497         of usb devices. Fixes #559111
498
499 2008-11-03  Wim Taymans  <wim.taymans@collabora.co.uk>
500
501         Patch by: Damien Lespiau  <damien.lespiau gmail com>
502
503         * gst-libs/gst/rtsp/gstrtspconnection.c:
504         (gst_rtsp_connection_write):
505         Make the next call to poll not depend on previous calls to poll with or
506         without reading from the active descriptor. Fixes #544293.
507
508 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
509
510         Patch by: Nick Haddad <nick at haddads dot net>
511
512         * gst-libs/gst/riff/riff-ids.h:
513         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
514         Add support for other fourcc codes that are commonly used for
515         'uncompressed RGB', including 'RGB ', 'RAW ', and 0.
516         Fixes #558553.
517
518 2008-10-30  Stefan Kost  <ensonic@users.sf.net>
519
520         * gst/audioresample/gstaudioresample.c:
521           Return the result of parent_class->event().
522
523 2008-10-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
524
525         * gst/audioresample/gstaudioresample.c:
526         (gst_audioresample_class_init), (audioresample_fixate_caps):
527         Fixate the rate to the nearest supported rate instead of
528         the first one. Fixes bug #549510.
529
530 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
531
532         * win32/common/libgstaudio.def:
533         Add new symbols.
534
535 2008-10-23  Wim Taymans  <wim.taymans@collabora.co.uk>
536
537         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
538         Attempt to make obfuscated code clearer.
539
540 2008-10-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
541
542         * docs/libs/gst-plugins-base-libs-sections.txt:
543         * gst-libs/gst/floatcast/floatcast.h:
544         Move float endianness conversion macros to core. Second part of
545         bug ##555196.
546
547 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
548
549         * sys/ximage/ximagesink.h:
550         * sys/xvimage/xvimagesink.h:
551           Don't mark as gtk-doc docs as they aren't public.
552
553 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
554
555         * sys/xvimage/xvimagesink.c:
556         * sys/xvimage/xvimagesink.h:
557         * tests/icles/Makefile.am:
558         * tests/icles/test-colorkey.c:
559           Allow setting colorkey if possible. Implement property probe interface
560           for optional X features (autopaint-colorkey, double-buffer and
561           colorkey). Fixes #554533
562
563 2008-10-22  Sebastian Dröge  <slomo@circular-chaos.org>
564
565         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
566         Remove useless buffer size assignment. It already has this value.
567
568 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
569
570         * gst-libs/gst/audio/gstaudiosink.c:
571         (gst_audioringbuffer_class_init), (gst_audioringbuffer_acquire),
572         (gst_audioringbuffer_activate), (gst_audioringbuffer_release),
573         (gst_audioringbuffer_stop):
574         Implement a separate activate functions to start monitoring the segments
575         or, in pull mode, pulling in data.
576
577         * gst-libs/gst/audio/gstbaseaudiosink.c:
578         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
579         (gst_base_audio_sink_query_pad), (gst_base_audio_sink_query),
580         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_callback),
581         (gst_base_audio_sink_activate_pull),
582         (gst_base_audio_sink_async_play),
583         (gst_base_audio_sink_change_state):
584         Implement pad and element convert query function.
585         Activate the ringbuffer.
586         Use the segment last_stop value as the offset to pull.
587         Use new basesink _do_preroll() method to preroll in the pulling thread.
588         Take appropriate locking in the pulling thread.
589
590         * gst-libs/gst/audio/gstringbuffer.h:
591         Update some docs.
592
593 2008-10-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
594
595         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find):
596         Improve MXF typefinding a bit by searching for a header partition
597         pack instead of just a general partition pack and checking more
598         bytes for valid values.
599
600 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
601
602         * tests/icles/.cvsignore:
603         update ignore file.
604
605         * tests/icles/Makefile.am:
606         * tests/icles/test-box.c: (make_pipeline), (main):
607         Add another interactive command line experimentation suite for
608         dynamically boxing/cropping/saling an input video.
609
610 2008-10-17  Wim Taymans  <wim.taymans@collabora.co.uk>
611
612         * docs/libs/gst-plugins-base-libs-sections.txt:
613         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_convert),
614         (gst_ring_buffer_activate), (gst_ring_buffer_is_active):
615         * gst-libs/gst/audio/gstringbuffer.h:
616         Add methods to more accuratly control the pulling thread of a
617         ringbuffer.
618         Add format conversion helper code to the ringbuffer.
619         API: GstRingBuffer:gst_ring_buffer_activate()
620         API: GstRingBuffer:gst_ring_buffer_is_active()
621         API: GstRingBuffer:gst_ring_buffer_convert()
622
623 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
624
625         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
626         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
627         (gst_audioringbuffer_stop):
628         Signal thread startup earlier so that we can immediatly go into pull
629         mode when we have to and block on preroll.
630
631 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
632
633         * gst-libs/gst/audio/gstringbuffer.c:
634         (gst_ring_buffer_prepare_read):
635         In pull mode we want the callback to prepull a buffer we can preroll on
636         even when we are not yet playing.
637
638 2008-10-16  Stefan Kost  <ensonic@users.sf.net>
639
640         * ext/alsa/Makefile.am:
641         * ext/cdparanoia/Makefile.am:
642         * ext/gio/Makefile.am:
643         * ext/gnomevfs/Makefile.am:
644         * ext/libvisual/Makefile.am:
645         * ext/ogg/Makefile.am:
646         * ext/pango/Makefile.am:
647         * ext/theora/Makefile.am:
648         * ext/vorbis/Makefile.am:
649         * gst/adder/Makefile.am:
650         * gst/audioconvert/Makefile.am:
651         * gst/audiorate/Makefile.am:
652         * gst/audioresample/Makefile.am:
653         * gst/audiotestsrc/Makefile.am:
654         * gst/ffmpegcolorspace/Makefile.am:
655         * gst/gdp/Makefile.am:
656         * gst/playback/Makefile.am:
657         * gst/subparse/Makefile.am:
658         * gst/tcp/Makefile.am:
659         * gst/typefind/Makefile.am:
660         * gst/videorate/Makefile.am:
661         * gst/videoscale/Makefile.am:
662         * gst/videotestsrc/Makefile.am:
663         * gst/volume/Makefile.am:
664         * sys/v4l/Makefile.am:
665         * sys/ximage/Makefile.am:
666         * sys/xvimage/Makefile.am:
667           Don't install static libs for plugins. Fixes #550851 for base.
668
669 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
670
671         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init):
672         Set the default blocksize to -1 because we will then use the configured
673         samplesperbuffer to create our output buffer.
674
675 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
676
677         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
678         (gst_riff_create_video_template_caps):
679         Add mappping for the KMVC (Karl Morton's Video) Codec.
680
681 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
682
683         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
684         Don't forget to advance the offset of what we're matching against, else
685         we end up in a forever loop.
686
687 2008-10-15  Sebastian Dröge  <slomo@circular-chaos.org>
688
689         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
690         Improve typefinding a bit. If we don't have a Unicode charset
691         try GST_SUBTITLE_ENCODING and otherwise try ISO-8859-15.
692
693 2008-10-14  Edward Hervey  <edward.hervey@collabora.co.uk>
694
695         * ext/theora/theoradec.c: (theora_dec_decode_buffer):
696         Fix build on macosx.
697
698 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
699
700         Based on patch by: Robin Stocker <robin at nibor dot org>
701
702         * ext/theora/gsttheoradec.h:
703         * ext/theora/theoradec.c: (gst_theora_dec_init),
704         (theora_dec_setcaps), (theora_handle_type_packet),
705         (theora_dec_decode_buffer), (theora_dec_change_state):
706         Parse input caps and make the PAR override the encoded PAR when
707         specified by a container. Fixes #555699.
708
709 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
710
711         * gst-libs/gst/rtp/gstbasertpdepayload.c:
712         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
713         (gst_base_rtp_depayload_set_gst_timestamp),
714         (gst_base_rtp_depayload_change_state):
715         * gst-libs/gst/rtp/gstbasertpdepayload.h:
716         Add some more G_LIKELY
717         Fail when the setcaps function was not called.
718
719         * gst-libs/gst/rtp/gstbasertppayload.c:
720         (gst_basertppayload_set_outcaps):
721         Propagate return value of setcaps.
722
723 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
724
725         * gst/subparse/Makefile.am:
726         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
727         (gst_sub_parse_class_init), (gst_sub_parse_init),
728         (gst_convert_to_utf8), (detect_encoding), (convert_encoding),
729         (get_next_line), (gst_sub_parse_data_format_autodetect),
730         (feed_textbuf), (handle_buffer), (gst_sub_parse_change_state),
731         (gst_subparse_type_find):
732         * gst/subparse/gstsubparse.h:
733         Add support for UTF16/UTF32 subtitles as long as the first bytes of
734         the first buffer contain the BOM. This also adds support for other
735         encodings that allow NUL bytes via the encoding property.
736         Fixes bugs #552237 and #456788.
737
738 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
739
740         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
741         Don't drop the last byte of image tags if they're not an URI list.
742         Fixes bug #556066.
743
744 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
745
746         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
747         For looking at the 4th byte we have to get 4 bytes of course
748         and not 3.
749
750 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
751
752         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
753         Improve FLAC-without-headers typefinding by looking at most of the
754         frame header and checking if invalid values are used. Should prevent
755         quite some false positives compared to the old version which only
756         check if the first 14 bits are set.
757
758 2008-10-11  Stefan Kost  <ensonic@users.sf.net>
759
760         * sys/xvimage/xvimagesink.c:
761           Don't assert on caps==NULL.
762
763 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
764
765         * gst/subparse/gstsubparse.c:
766         (gst_sub_parse_data_format_autodetect), (handle_buffer),
767         (gst_sub_parse_change_state):
768         * gst/subparse/gstsubparse.h:
769         * tests/check/elements/subparse.c: (GST_START_TEST):
770         Add support for subtitle files with UTF-8 BOM at the beginning
771         by simple stripping it from the first line before passing it
772         to any parsing code. Fixes bug #555257 and playback of files
773         created by Gnome Subtitles.
774
775 2008-10-10  Wim Taymans  <wim.taymans@collabora.co.uk>
776
777         * gst/audiotestsrc/gstaudiotestsrc.c:
778         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
779         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
780         (gst_audio_test_src_start), (gst_audio_test_src_stop),
781         (gst_audio_test_src_do_seek), (gst_audio_test_src_check_get_range),
782         (gst_audio_test_src_create):
783         * gst/audiotestsrc/gstaudiotestsrc.h:
784         Define the default property values in the usual place.
785         Implement start/stop to reset values correctly.
786         Calculate the sample size only once when we negotiate.
787         Rename some values to make more sense.
788         Keep track of our byte range.
789         Add support for pull based scheduling. Disabled for now until we have
790         the whole stack working.
791         Set the BUFFER_OFFSET correctly.
792
793 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
794
795         Based on a patch by: xavierb at gmail dot com
796
797         * gst/subparse/gstsubparse.c:
798         (gst_sub_parse_data_format_autodetect):
799         * tests/check/elements/subparse.c: (GST_START_TEST):
800         Make the detection of the used subtitle a bit less strict
801         for srt subtitles. Fixes bug #555607.
802
803 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
804
805         * ext/vorbis/vorbisenc.c:
806         (gst_vorbis_enc_buffer_check_discontinuous):
807         Fix discontinuity detection which was broken by last commit.
808
809 2008-10-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
810
811         * configure.ac::
812           Require core CVS for ghostpad API additions used by decodebin2.
813
814 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
815
816         * gst-libs/gst/audio/gstbaseaudiosrc.c:
817         (gst_base_audio_src_create):
818         Fix debug statements (space between '%' and actual format).
819
820 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
821
822         * gst/playback/gstdecodebin2.c: (gst_decode_pad_activate):
823         Remove bogus assert, the decodepad could have been created inside an
824         already existing group.
825
826 2008-10-08  Andy Wingo  <wingo@pobox.com>
827
828         * gst/playback/gstdecodebin2.c (expose_pad): Fix typo: unset
829         target instead of setting it.
830         (gst_decode_pad_activate, gst_decode_pad_unblock): This is now the
831         API for a decode pad. The bugfix is that we set the group in
832         activate(), not when the pad was created because it might be NULL
833         then.
834         (gst_decode_group_control_source_pad, gst_decode_group_expose):
835         Update to use the API.
836
837 2008-10-08  Andy Wingo  <wingo@pobox.com>
838
839         * gst/playback/gstdecodebin2.c (struct _GstDecodePad): Change to
840         be a subclass of GstGhostPad.
841         (analyze_new_pad): So, when emitting the signals that determine
842         how we do autoplugging, already create the ghost pad and use it as
843         the pad in the signal arguments. This allows applications to make
844         a connection between the pad passed in e.g. autoplug-continue, and
845         the pad passed in new-decoded-pad.
846         (connect_pad, expose_pad): Update to receive the ghosted decode
847         pad in the args, retargetting it as necessary if we have to plug
848         the target pad through a multiqueue.
849         (gst_decode_group_control_source_pad): Adapt to receive an
850         already-ghosted pad that just needs activation, blocking, and
851         drain notification.
852         (sort_end_pads): Adapt for decode pads actually being pads.
853         (gst_decode_group_expose): Adapt for decode pads actually being
854         pads. Rewrite the decode pad names so they appear in order. Adds a
855         new error case if we couldn't set the name.
856         (gst_decode_group_free, gst_decode_group_hide): Adapt cleanup
857         logic.
858         (gst_decode_pad_set_blocked, gst_decode_pad_add_drained_check):
859         New API for the decode pad, needed because we shouldn't do these
860         things inside gst_decode_pad_new(), but after.
861         (gst_decode_pad_new): Change to actually make the real pad, and
862         delay the blocking/drainage bits.
863
864 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
865
866         Patch by: Daniel Drake <dsd at laptop dot org>
867
868         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear_collectpads):
869         Unref all buffers when clearing collectpads. Fixes bug #546955.
870
871 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
872
873         Based on a patch by: Klaas <klaas at rivercrew dot net>
874
875         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_sink_event),
876         (gst_vorbis_enc_buffer_check_discontinuous),
877         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
878         * ext/vorbis/vorbisenc.h:
879         Keep track of the upstream segments and use the running time on that
880         segment instead of the buffer timestamp everywhere. Fixes bug #525807.
881
882 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
883
884         * gst/audioconvert/audioconvert.c: (audio_convert_convert):
885         Prevent overflows with big buffer when calculating the size of
886         the intermediate buffer by using gst_util_uint64_scale() instead of
887         plain arithmetics. Fixes bug #552801.
888
889 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
890
891         Patch by: Pavel Zeldin <pzeldin at gmail dot com>
892
893         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time),
894         (gst_clock_overlay_class_init), (gst_clock_overlay_finalize),
895         (gst_clock_overlay_init), (gst_clock_overlay_set_property),
896         (gst_clock_overlay_get_property):
897         * ext/pango/gstclockoverlay.h:
898         API: Add ability to specify format for date/time display by
899         adding a "time-format" property.
900         Fixes bug #554879.
901
902 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
903
904         Patch by: Jan Gerber <j at oil21 dot org>
905
906         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
907         (gst_riff_create_video_template_caps):
908         Add FFV1 fourcc to support playback of FFMPEG lossless video
909         in AVI. Fixes bug #555319.
910
911 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
912
913         Patch by: Håvard Graff <havard dot graff at tandberg dot com>
914
915         * gst-libs/gst/audio/gstbaseaudiosrc.c:
916         (gst_base_audio_src_create):
917         Implement skew clock slaving. Fixes #552559.
918
919 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
920
921         * gst-libs/gst/audio/multichannel.c:
922         * gst-libs/gst/audio/testchannels.c:
923         Fix include of config.h
924
925 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
926
927         Based on Patch by: Tero Saarni <tero dot saarni at gmail dot com>
928
929         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_parse_line),
930         (print_media), (gst_sdp_message_dump):
931         Fix parsing of the c= field containing multicast addresses.
932         Fixes #552199.
933         Add the connection info to the session or streams.
934         Fix parsing of the bandwidth.
935         Add debugging for the connections and bandwidths for a media.
936         Add debugging for the bandwidth of the session. 
937
938 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
939
940         * gst-libs/gst/rtp/gstbasertppayload.c:
941         (gst_basertppayload_change_state):
942         Configure the next seqnum and timestamp in the state change so that they
943         can be queried soon after.
944
945 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
946
947         * gst-libs/gst/rtp/gstbasertpdepayload.c:
948         (gst_base_rtp_depayload_chain):
949         Improve debugging of the rtptime.
950
951 2008-10-05  Jan Schmidt  <jan.schmidt@sun.com>
952
953         * configure.ac:
954         Back to development -> 0.10.21.1
955
956 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
957
958         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
959         (plugin_init):
960         Add typefinding for FLAC without headers in the beginning.
961         This is already handled by flacdec and friends.
962
963 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
964
965         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find),
966         (plugin_init):
967         Add typefinder for MXF.
968
969 2008-10-03  Jan Schmidt  <jan.schmidt@sun.com>
970
971         * tests/icles/Makefile.am:
972         Only build test-colorkey if GTK+ is available.
973
974 === release 0.10.21 ===
975
976 2008-10-03  Jan Schmidt <jan.schmidt@sun.com>
977
978         * configure.ac:
979           releasing 0.10.21, "We Could Be Wrong"
980
981 2008-09-28  Jan Schmidt  <jan.schmidt@sun.com>
982
983         * configure.ac:
984         0.10.20.4 pre-release
985
986 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
987
988         Patch by: Vincent Penquerc'h <ogg dot k dot ogg dot k at googlemail dot com>
989
990         * ext/theora/theoraparse.c: (theora_parse_set_streamheader):
991         Set the BOS flag on the BOS packet. Fixes #553244.
992
993 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
994
995         * gst-libs/gst/rtsp/gstrtspmessage.c:
996         (gst_rtsp_message_parse_request),
997         (gst_rtsp_message_parse_response):
998         Fix the g_return_val_if_fail() statements.
999
1000 2008-09-22  Michael Smith <msmith@songbirdnest.com>
1001
1002         * gst-libs/gst/tag/gsttagdemux.c:
1003           Fail to activate if there's insufficient data in the file to be usable,
1004           preventing an assertion fail later. Fixes #552960
1005
1006 2008-09-15  Tim-Philipp Müller  <tim.muller at collabora co uk>
1007
1008         * gst-libs/gst/pbutils/descriptions.c:
1009         * gst/typefind/gsttypefindfunctions.c:
1010           Recognise Kate subtitle streams (#550582).
1011
1012 2008-09-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
1013
1014         * gst-libs/gst/audio/audio.h: (GST_AUDIO_FIELD_SIGNED):
1015           Remove trailing comma from enum list, which causes problems
1016           with -pendantic (#550729).
1017
1018 2008-09-10  Jan Schmidt  <jan.schmidt@sun.com>
1019
1020         * configure.ac:
1021         0.10.20.2 pre-release
1022
1023         * po/LINGUAS:
1024         * po/id.po:
1025         * po/pt_BR.po:
1026
1027         New translations.
1028
1029 2008-09-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
1030
1031         * gst-libs/gst/interfaces/propertyprobe.c:
1032           (gst_property_probe_get_properties),
1033           (gst_property_probe_get_property),
1034           (gst_property_probe_probe_property),
1035           (gst_property_probe_probe_property_name),
1036           (gst_property_probe_needs_probe),
1037           (gst_property_probe_needs_probe_name),
1038           (gst_property_probe_get_values),
1039           (gst_property_probe_get_values_name),
1040           (gst_property_probe_probe_and_get_values),
1041           (gst_property_probe_probe_and_get_values_name):
1042           More sanity checks for our second-favourite interface.
1043
1044 2008-09-05  Stefan Kost  <ensonic@users.sf.net>
1045
1046         * gst-libs/gst/interfaces/propertyprobe.c:
1047           Check for NULL pointer, in the hope that this fixes #532864.
1048
1049 2008-09-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
1050
1051         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
1052           No really, the next release is 0.10.21 (fix Since: tags in docs).
1053
1054 2008-09-04  Wim Taymans  <wim.taymans@collabora.co.uk>
1055
1056         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_stop):
1057         Disable a code path that is now called but causes a deadlock for some
1058         reason and is unneeded.
1059
1060 2008-09-04  Stefan Kost  <ensonic@users.sf.net>
1061
1062         * sys/xvimage/xvimagesink.c:
1063         * sys/xvimage/xvimagesink.h:
1064           Add a "draw-border" property that can be set to false to disable
1065           drawing borders.
1066           
1067         * tests/icles/test-colorkey.c:
1068         * tests/icles/Makefile.am:
1069           Add new test application for the colorkey handling.
1070
1071 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
1072
1073         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1074         Use a decent caps for TrueSpeech instead of a ffmpeg-specific one.
1075         This will also be fixed for upcoming gst-ffmpeg release so that once
1076         this release of -base is out, it will work with the latest gst-ffmpeg
1077         release.
1078
1079 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
1080
1081         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
1082         (gst_riff_create_audio_template_caps):
1083         Add Truespeech mapping for RIFF formats (AVI/WAV).
1084         Fixes #550656
1085
1086 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1087
1088         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1089         Typefind video/mj2 and image/jp2 ISO JPEG2000 mime types.
1090         Fixes #550638.
1091
1092 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
1093
1094         * configure.ac:
1095         * gst/subparse/Makefile.am:
1096         * gst/subparse/gstsubparse.c:
1097         * gst/subparse/samiparse.c:
1098         * tests/check/elements/subparse.c:
1099           Rework last change, so that we build subparse, but just disable the
1100           sami parse functionality, if we're configured to not use xml. In the
1101           tests only the sami test is disabled now.
1102
1103 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
1104
1105         * configure.ac:
1106           Disable subparse when xml is disabled. It woundn't work anyway. Fixes
1107           test runs.
1108
1109 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1110
1111         * po/POTFILES.in:
1112           Add some more files with strings for translation.
1113
1114 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
1115
1116         * gst-libs/gst/tag/gstvorbistag.c:
1117         * tests/check/libs/tag.c:
1118           Use new geo location tags from core. Fixes #481169
1119
1120 2008-09-01  Edward Hervey  <edward.hervey@collabora.co.uk>
1121
1122         * tests/check/elements/audioresample.c: (setup_audioresample),
1123         (fail_unless_perfect_stream), (test_perfect_stream_instance),
1124         (test_discont_stream_instance):
1125         Now that GstBaseTransform is 'fixed' ... remove cruft from tests.
1126         Add debugging for coherence.
1127
1128 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1129
1130         Patch by: Jonathan Matthew  <notverysmart gmail com>
1131
1132         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1133           Add typefinder for PDF documents (which is nice to have, since it's a
1134           common format, but also helps prevent false positives). Fixes #549814.
1135
1136 2008-08-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1137
1138         * gst/playback/gstplaybin2.c: (selector_blocked), (pad_added_cb),
1139         (no_more_pads_cb):
1140         Fix nasty race where multiple decodebins could start pushing data before
1141         we manage to configure the sinks, resulting in not-linked errors in
1142         typical RTSP streaming cases.
1143
1144 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1145
1146         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
1147         Since we now call stop, we trigger this code path that causes a deadlock
1148         is apparently not needed.
1149
1150 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1151
1152         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
1153         (gst_ring_buffer_stop):
1154         Also allow the case where the ringbuffer was paused when we try to stop
1155         it so that the basesrc stop function is still called.
1156
1157 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1158
1159         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
1160
1161         * sys/v4l/gstv4lelement.c: (gst_v4l_class_probe_devices):
1162         Reprobe devices again instead of taking a cached list as new
1163         devices could've been plugged in. Fixes bug #549062.
1164
1165 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1166
1167         Patch by: Alessandro Dessina <alessandro nnva org>
1168
1169         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
1170         (gst_ogg_demux_activate_chain):
1171         Don't add pads and activate them for skeleton streams. These are already
1172         handled inside oggdemux. Fixes bug #537599.
1173
1174 2008-08-22  Wim Taymans  <wim.taymans@collabora.co.uk>
1175
1176         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
1177         Reset variable so that query and convert fail after going back to
1178         READY. Fixes #548898.
1179
1180 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1181
1182         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
1183         If a buffer arrives with a timestamp before the timestamp+duration
1184         of the previous buffer clip it instead of dropping it completely.
1185         Slight improvement for the unfixable bug #548913.
1186
1187 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1188
1189         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1190         Take the current timestamp instead of timestamp+duration for the offset.
1191         This offset will later be used for calculating the timestamp and
1192         otherwise vorbisdec will interpolate timestamps wrong if upstream
1193         only sends timestamps and no granulepos.
1194
1195 2008-08-21  Stefan Kost  <ensonic@users.sf.net>
1196
1197         * tests/examples/seek/seek.c:
1198           Don't crash when having no visualisations.
1199
1200 2008-08-16  David Schleef  <ds@schleef.org>
1201
1202         * gst/typefind/gsttypefindfunctions.c: DV typefinding.  Remove
1203           check for a bit that is 0 in IEC 61384, but not SMPTE 314M.
1204           Fixes #548065.
1205
1206 2008-08-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1207
1208         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
1209         When cleaning up the caps fields also remove "depth" for the same
1210         reason we remove "width".
1211
1212 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
1213
1214         * gst-libs/gst/pbutils/descriptions.c: (format_info_get_desc):
1215           Add Lead H.264 here as well.
1216
1217 2008-08-14  Julien Moutte  <julien@fluendo.com>
1218
1219         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1220         (gst_riff_create_video_template_caps): Add Lead H.264 variant.
1221
1222 2008-08-13  Wim Taymans  <wim.taymans@collabora.co.uk>
1223
1224         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1225         (gst_base_audio_src_create):
1226         When not slaved to another clock also subtract the base_time from our
1227         internal clock time to get the running time.
1228
1229 2008-08-12  David Schleef  <ds@schleef.org>
1230
1231         * ext/theora/theoraenc.c: Remove the 2000 kbit limit to bitrate,
1232           since it has no basis in libtheora.
1233
1234 2008-08-12  Stefan Kost  <ensonic@users.sf.net>
1235
1236         * gst-libs/gst/interfaces/propertyprobe.h:
1237           Remove double "interface" from doc-string.
1238
1239         * gst-libs/gst/interfaces/xoverlay.h:
1240           Document interface.
1241
1242         * gst-libs/gst/riff/riff.c:
1243           Add basic doc blobs.
1244
1245 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1246
1247         * gst-libs/gst/audio/Makefile.am:
1248           Don't try to build that example anymore.
1249
1250 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1251
1252         * gst-libs/gst/audio/.cvsignore:
1253         * gst-libs/gst/audio/Makefile.am:
1254         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1255         * gst-libs/gst/audio/make_filter:
1256           Move audiofiltertemplate to gst-template.
1257
1258 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1259
1260         * docs/libs/gst-plugins-base-libs-sections.txt:
1261         * gst-libs/gst/audio/gstaudiosrc.h:
1262           More docs and shuffling. What can we do with the hundreds of #defines.
1263
1264 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1265
1266         * gst-libs/gst/audio/audio.h:
1267         * gst-libs/gst/audio/gstaudiofilter.h:
1268         * gst-libs/gst/audio/gstringbuffer.h:
1269         * gst-libs/gst/interfaces/propertyprobe.h:
1270         * gst-libs/gst/tag/gsttagdemux.h:
1271           Reducing number of dundocumented symbols.
1272
1273 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1274
1275         * gst-libs/gst/audio/audio.c:
1276           Fix doc comment syntax.
1277
1278         * gst-libs/gst/interfaces/propertyprobe.c:
1279           Add more doc-comments and a FIXME: for the signal.    
1280
1281 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1282
1283         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sink_event),
1284         (gst_ogg_mux_request_new_pad):
1285         * ext/ogg/gstoggmux.h:
1286         Don't pretend to support NEWSEGMENT events, instead override the
1287         GstCollectPads event function to return FALSE on NEWSEGMENT events
1288         and do the normal work for other events.
1289
1290         This prevents elements like flacenc to seek to the start and rewrite
1291         some data which then results in a broken Ogg packet.
1292
1293 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
1294
1295         Patch by: Frederic Crozat <fcrozat@mandriva.org>
1296
1297         * ext/alsa/gstalsaplugin.c: (plugin_init):
1298         * ext/cdparanoia/gstcdparanoiasrc.c: (plugin_init):
1299         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
1300         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
1301         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init):
1302         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
1303         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal):
1304         * gst/playback/gstdecodebin.c: (plugin_init):
1305         * gst/playback/gstdecodebin2.c: (gst_decode_bin_plugin_init):
1306         * gst/playback/gstplayback.c: (plugin_init):
1307         * gst/playback/gstqueue2.c: (plugin_init):
1308         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_plugin_init):
1309         * sys/v4l/gstv4l.c: (plugin_init):
1310         Make sure gettext returns translations in UTF-8 encoding rather
1311         than in the current locale encoding (#546822).
1312
1313 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
1314
1315         * gst-libs/gst/pbutils/descriptions.c:
1316           Add audio/x-qdm for qtdemux.
1317
1318 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1319
1320         * ext/vorbis/vorbisdec.c:
1321           Do not leak old taglist.
1322
1323 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1324
1325         * tests/icles/test-scale.c:
1326           Include <stdlib.h> for atoi().
1327
1328 2008-08-04  Andy Wingo  <wingo@pobox.com>
1329
1330         * gst/audiotestsrc/gstaudiotestsrc.c: Very crucial and important
1331         documentation fix.
1332
1333 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
1334
1335         * gst/adder/gstadder.c:
1336           Cleanup lots of empty lines that came from gst-indent going havoc
1337           before I added the INDENT_ON/OFF marker some time agao.
1338
1339 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
1340
1341         * configure.ac:
1342         * gst-libs/gst/riff/riff-read.c:
1343           Bump requirement to latest core and use new tag for riff formats.
1344           Needed for #520694.
1345
1346 2008-08-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1347
1348         * tests/examples/dynamic/Makefile.am:
1349         * tests/examples/dynamic/codec-select.c: (make_encoder),
1350         (make_pipeline), (do_switch), (my_bus_callback), (main):
1351         Add example app that dynamically switches between 3 'encoders'.
1352
1353 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1354
1355         * gst/playback/gstplaysink.c: (gst_play_sink_set_vis_plugin):
1356         Add some more comments.
1357
1358 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1359
1360         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_getcaps),
1361         (gst_video_test_src_create):
1362         Discard buffers of the wrong size after renegotiation, this is perfectly
1363         possible with things like capsfilter that could suggest caps changes
1364         upstream without knowing the size of the buffer.
1365
1366 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1367
1368         * tests/icles/.cvsignore:
1369         * tests/icles/Makefile.am:
1370         * tests/icles/test-scale.c: (make_pipeline), (main):
1371         Add dynamic rescaling tests for the new basetransform.
1372
1373 2008-07-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1374
1375         * gst/audioconvert/Makefile.am:
1376           Dist recently-added gstfastrandom.h.
1377
1378 2008-07-30  Edward Hervey  <edward.hervey@collabora.co.uk>
1379
1380         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1381         Fix a "may be used uninitialized in this function" which weirdly only
1382         appears on macosx (?).
1383
1384 2008-07-30  Stefan Kost  <ensonic@users.sf.net>
1385
1386         * gst-libs/gst/riff/riff-ids.h:
1387           Adding acid chunk for tempo and loop information.
1388
1389 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1390
1391         * sys/xvimage/Makefile.am:
1392           floor() needs linking to $(LIBM).
1393
1394 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1395
1396         * ext/gnomevfs/gstgnomevfssrc.c:
1397           Aggregate short reads and add some comments and debug logging.
1398           Fixes #537380
1399
1400 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1401
1402         * gst/playback/gstplaybasebin.c:
1403           Fix property doc markup (its not a signal).
1404
1405         * sys/xvimage/xvimagesink.c:
1406           Add since tag for new proeprties (also add sice tags fro the last two
1407           other additions).
1408
1409 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1410
1411         * sys/xvimage/xvimagesink.c:
1412         * sys/xvimage/xvimagesink.h:
1413           Add autofill/colorkey properties. Fixes #538656.
1414
1415 2008-07-28  David Schleef  <ds@schleef.org>
1416
1417         * sys/xvimage/xvimagesink.c:
1418           Fix rounding errors when converting colorbalance values
1419           between hardware and object property ranges.  Partial
1420           fix for #537889, however, there still seems to be a small
1421           drift problem that could be totem's fault.
1422
1423 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1424
1425         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
1426         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
1427         Don't use GST_CLOCK_TIME_NONE as start of NEWSEGMENT events.
1428         This fixes a critical warning.
1429
1430 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1431
1432         * ext/ogg/gstoggmux.c:
1433         Allow muxing of CELT into Ogg streams.
1434
1435 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1436
1437         * gst/typefind/gsttypefindfunctions.c: (celt_type_find),
1438         (plugin_init):
1439         Add simple typefinder for the CELT codec (www.celt-codec.org).
1440
1441 2008-07-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1442
1443         Patch by: Jan Gerber <j at oil21 dot org>
1444
1445         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone):
1446         Fix calculation of the start time from skeleton streams.
1447         Fixes bug #530068.
1448
1449 2008-07-24  Stefan Kost  <ensonic@users.sf.net>
1450
1451         * tests/examples/seek/seek.c:
1452           Use 64 bit constant GST_CLOCK_TIME_NONE instead of plain -1.
1453
1454 2008-07-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1455
1456         * gst/audioconvert/audioconvert.h:
1457         * gst/audioconvert/gstaudioquantize.c:
1458         (gst_audio_quantize_setup_dither),
1459         (gst_audio_quantize_free_dither):
1460         * gst/audioconvert/gstfastrandom.h:
1461         Implement a linear congruential generator as pseudo random number
1462         generator for the dither noise. This is about 2 times faster than
1463         using GLib's mersenne twister. Also this uses only integer math for
1464         generating integers while GLib internally uses floating point math.
1465
1466 2008-07-23  Michael Smith <msmith@songbirdnest.com>
1467
1468         * configure.ac:
1469           Remove AC_ISC_POSIX; it breaks on some systems and is not needed.
1470
1471 2008-07-23  Tim-Philipp Müller  <tim.muller at collabora co uk>
1472
1473         Patch by: Damien Lespiau  <damien.lespiau gmail com>
1474
1475         * gst-libs/gst/sdp/gstsdpmessage.c: (print_media):
1476           Use GST_STR_NULL to avoid crashes with libcs that don't
1477           like NULL strings in printf args (such as the win32 one).
1478           Fixes #544306.
1479
1480 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1481
1482         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
1483         Oops - set the size of the image used for probing back to 1x1, for
1484         consistency with ximagesink
1485
1486 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1487
1488         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1489         (gst_ximagesink_ximage_new):
1490         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
1491         (gst_xvimagesink_xvimage_new):
1492
1493         Apparently on Solaris and OS/X (at least), it's not legal to ask the
1494         X server to attach to a shared memory segment after we've deleted it,
1495         with the result that MIT-SHM is disabled. Instead, remove it only after 
1496         X succeeds in attaching too.
1497
1498 2008-07-16  David Schleef  <ds@schleef.org>
1499
1500         * gst/audiotestsrc/gstaudiotestsrc.c:
1501         * gst/audiotestsrc/gstaudiotestsrc.h:
1502           Add 'ticks', a 1/30 second sine wave pulse every second.
1503
1504 2008-07-15  David Schleef  <ds@schleef.org>
1505
1506         * gst-libs/gst/video/video.c: Revert ABI change.
1507
1508 2008-07-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1509
1510         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1511         Make it impossible to have NULL caps at the point where we set
1512         framerate and other things. Also don't return immediately for "3ivd"
1513         video and let framerate, etc be set. Might fix bug #542508.
1514
1515 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1516
1517         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps):
1518         Video format can also be conveniently determined from (many)
1519         non-fixed caps.
1520
1521 2008-07-14  Jan Schmidt  <thaytan@noraisin.net>
1522
1523         * gst/playback/gstplaybasebin.c:
1524         * gst/playback/gstplaybasebin.h:
1525         * gst/playback/gstplaybin.c:
1526         * gst/playback/gststreamselector.c:
1527         First stab at integrating DVD subpicture overlay into
1528         playbin. Successfully plugs and plays, but the queues need
1529         shrinking - 3 seconds of video is too much buffering.
1530
1531 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
1532
1533         * gst/audioconvert/gstaudioconvert.c:
1534           Remove now obsolete note in the docs.
1535
1536 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
1537
1538         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1539         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
1540         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1541         * docs/plugins/gst-plugins-base-plugins.args:
1542         * docs/plugins/gst-plugins-base-plugins.hierarchy:
1543         * docs/plugins/gst-plugins-base-plugins.interfaces:
1544         * docs/plugins/gst-plugins-base-plugins.prerequisites:
1545         * docs/plugins/gst-plugins-base-plugins.signals:
1546         * docs/plugins/inspect/plugin-adder.xml:
1547         * docs/plugins/inspect/plugin-alsa.xml:
1548         * docs/plugins/inspect/plugin-audioconvert.xml:
1549         * docs/plugins/inspect/plugin-audiorate.xml:
1550         * docs/plugins/inspect/plugin-audioresample.xml:
1551         * docs/plugins/inspect/plugin-audiotestsrc.xml:
1552         * docs/plugins/inspect/plugin-cdparanoia.xml:
1553         * docs/plugins/inspect/plugin-decodebin.xml:
1554         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
1555         * docs/plugins/inspect/plugin-gdp.xml:
1556         * docs/plugins/inspect/plugin-gnomevfs.xml:
1557         * docs/plugins/inspect/plugin-libvisual.xml:
1558         * docs/plugins/inspect/plugin-ogg.xml:
1559         * docs/plugins/inspect/plugin-pango.xml:
1560         * docs/plugins/inspect/plugin-playback.xml:
1561         * docs/plugins/inspect/plugin-queue2.xml:
1562         * docs/plugins/inspect/plugin-subparse.xml:
1563         * docs/plugins/inspect/plugin-tcp.xml:
1564         * docs/plugins/inspect/plugin-theora.xml:
1565         * docs/plugins/inspect/plugin-typefindfunctions.xml:
1566         * docs/plugins/inspect/plugin-uridecodebin.xml:
1567         * docs/plugins/inspect/plugin-video4linux.xml:
1568         * docs/plugins/inspect/plugin-videorate.xml:
1569         * docs/plugins/inspect/plugin-videoscale.xml:
1570         * docs/plugins/inspect/plugin-videotestsrc.xml:
1571         * docs/plugins/inspect/plugin-volume.xml:
1572         * docs/plugins/inspect/plugin-vorbis.xml:
1573         * docs/plugins/inspect/plugin-ximagesink.xml:
1574         * docs/plugins/inspect/plugin-xvimagesink.xml:
1575         * ext/alsa/gstalsamixer.c:
1576         * ext/alsa/gstalsasink.c:
1577         * ext/alsa/gstalsasrc.c:
1578         * ext/gio/gstgiosink.c:
1579         * ext/gio/gstgiosrc.c:
1580         * ext/gio/gstgiostreamsink.c:
1581         * ext/gio/gstgiostreamsrc.c:
1582         * ext/gnomevfs/gstgnomevfssink.c:
1583         * ext/gnomevfs/gstgnomevfssrc.c:
1584         * ext/ogg/gstoggdemux.c:
1585         * ext/ogg/gstoggmux.c:
1586         * ext/pango/gstclockoverlay.c:
1587         * ext/pango/gsttextoverlay.c:
1588         * ext/pango/gsttextrender.c:
1589         * ext/pango/gsttimeoverlay.c:
1590         * ext/theora/theoradec.c:
1591         * ext/theora/theoraenc.c:
1592         * ext/theora/theoraparse.c:
1593         * ext/vorbis/vorbisdec.c:
1594         * ext/vorbis/vorbisenc.c:
1595         * ext/vorbis/vorbisparse.c:
1596         * ext/vorbis/vorbistag.c:
1597         * gst/adder/gstadder.c:
1598         * gst/audioconvert/gstaudioconvert.c:
1599         * gst/audioresample/gstaudioresample.c:
1600         * gst/audiotestsrc/gstaudiotestsrc.c:
1601         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1602         * gst/gdp/gstgdpdepay.c:
1603         * gst/gdp/gstgdppay.c:
1604         * gst/playback/gstdecodebin2.c:
1605         * gst/playback/gstplaybin.c:
1606         * gst/playback/gstplaybin2.c:
1607         * gst/playback/gstqueue2.c:
1608         * gst/playback/gsturidecodebin.c:
1609         * gst/tcp/gstmultifdsink.c:
1610         * gst/tcp/gsttcpserversink.c:
1611         * gst/videorate/gstvideorate.c:
1612         * gst/videoscale/gstvideoscale.c:
1613         * gst/videotestsrc/gstvideotestsrc.c:
1614         * gst/volume/gstvolume.c:
1615         * sys/ximage/ximagesink.c:
1616         * sys/xvimage/xvimagesink.c:
1617           Cleanup Plugin docs. Link to signals and properties. Fix sub-section
1618           titles. Drop mentining that all our example pipelines are "simple"
1619           pipelines.
1620
1621 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1622
1623         * tests/examples/seek/Makefile.am:
1624         Fix out of tree build by adding all required CFLAGS.
1625
1626 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1627
1628         * gst/playback/gstdecodebin.c: (add_raw_queue):
1629         And ref the pad before returning it again when linking to the queue
1630         failed. Otherwise we will unref the pad twice later and things break.
1631
1632 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1633
1634         * gst/playback/gstdecodebin.c: (add_raw_queue):
1635         If linking the raw pad with a queue fails, try it without a queue
1636         instead of failing completely. This should never happen.
1637
1638 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1639
1640         Patch by: Evgeniy Stepanov <eugeni dot stepanov at gmail dot com>
1641
1642         * gst/playback/gstdecodebin.c: (add_raw_queue), (close_pad_link):
1643         Add a queue after a demuxer if the demuxer outputs raw data. This was
1644         done before only for non-raw data but is required in this case too.
1645         Fixes bug #540215.
1646
1647         decodebin2 doesn't have this issue because all streams of a group
1648         go through multiqueue.
1649
1650 2008-07-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1651
1652         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
1653
1654         * gst-libs/gst/sdp/gstsdpmessage.c:
1655         Makes libgstsdp compile with mingw32 by defining the right WINVER so
1656         that getaddrinfo() can be used. Fixes #541358.
1657
1658 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1659
1660         * gst/videotestsrc/gstvideotestsrc.c:
1661         (gst_video_test_src_class_init), (gst_video_test_src_init),
1662         (gst_video_test_src_set_property),
1663         (gst_video_test_src_get_property), (gst_video_test_src_create):
1664         * gst/videotestsrc/gstvideotestsrc.h:
1665         Cleanups, use default property values as defines.
1666         Add property to enable/disable peer buffer allocation.
1667
1668 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1669
1670         * tests/check/elements/gdpdepay.c: (gdpdepay_suite):
1671         * tests/check/pipelines/streamheader.c: (streamheader_suite):
1672         Enable unit tests on PPC again as the bugs are now fixed.
1673
1674 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1675
1676         * gst-libs/gst/riff/riff-ids.h:
1677         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
1678         (gst_riff_create_audio_template_caps):
1679         Add support for ADPCM IMA DK3 and DK4 variant in RIFF containers.
1680         Fixes bug #540351.
1681
1682 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1683
1684         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1685         (gst_ffmpeg_pixfmt_to_caps):
1686         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1687         (gst_ffmpegcsp_get_unit_size):
1688         Only set/get on the PAL8 format, ffmpegcolorspace doesn't support
1689         it on other formats. Also adjust the unit size only for that format
1690         to not include the palette. Fixes bug #540497.
1691
1692 2008-06-29  Stefan Kost  <ensonic@users.sf.net>
1693
1694         * gst/adder/gstadder.c:
1695           Use GST_DEBUG_FUNCPTR and remove some extra vlnak lines.
1696
1697 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
1698
1699         * ChangeLog:
1700           ChangeLog surgery.
1701   
1702         * tests/examples/seek/seek.c:
1703           Move variable into ifdef too.
1704         
1705
1706 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
1707
1708         * tests/examples/seek/seek.c:
1709           Include config.h and check if we have X. Remove XInitThread(), don't
1710           think its needed. Fixes: #540334.
1711
1712 2008-06-26  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1713
1714         Patch by: Sam Morris <sam at robots dot org to uk>
1715
1716         * gst-libs/gst/interfaces/mixertrack.c:
1717         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
1718         (gst_mixer_track_set_property):
1719         API: Add "index" property to GstMixerTrack to differantiate between
1720         multiple mixer tracks with the same label.
1721
1722         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
1723         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
1724         Set the "index" property of GstMixerTrack to the index given by ALSA.
1725         Fixes bug #528299.
1726
1727 2008-06-25  Stefan Kost  <ensonic@users.sf.net>
1728
1729         * tests/examples/seek/Makefile.am:
1730         * tests/examples/seek/seek.c:
1731           Remove libgstvideo usage. Use gtk_get_option_group instead of
1732           gtk_init().
1733
1734 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1735
1736         * tests/check/Makefile.am:
1737           Name the test registry format neutral.
1738
1739 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1740
1741         * gst/playback/gstqueue2.c:
1742           Do not double notify. Remove the unsued return value.
1743
1744 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1745
1746         * ext/alsa/gstalsamixer.c:
1747           Also consider "speaker" as a name for master volume. If that doesn't
1748           help look for the first non-mono volume control that also has a
1749           playback switch.
1750
1751 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1752
1753         * ChangeLog:
1754           Forgot to save the ChangeLog :/
1755
1756 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1757
1758         * tests/examples/seek/Makefile.am:
1759         * tests/examples/seek/seek.c:
1760           Embedd the xwindow. Allow to play multiple files.
1761
1762 2008-06-24  Jan Schmidt  <jan.schmidt@sun.com>
1763
1764         * sys/ximage/ximagesink.c (gst_ximagesink_ximage_put),
1765         (gst_ximagesink_setcaps):
1766         * sys/ximage/ximagesink.h:
1767         When the caps change, make sure to re-draw borders in
1768         force-aspect-ratio=true mode.
1769         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_put):
1770         Don't clear the border_draw flag until we actually draw the border.
1771         * tests/check/Makefile.am:
1772         Ignore alsasink/src during the states test too, so it doesn't fail
1773         when running without access to the sound device.
1774
1775 2008-06-22  Stefan Kost  <ensonic@users.sf.net>
1776
1777         * tests/examples/seek/seek.c:
1778           Fix crasher when playing a parse-launch line the 2nd time.
1779
1780 2008-06-21  Thomas Vander Stichele  <thomas at apestaart dot org>
1781
1782         * tests/check/pipelines/oggmux.c:
1783           Properly ifdef tests to fix compilation.
1784
1785 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1786
1787         * gst/playback/gstplay-marshal.list:
1788         * gst/playback/gstplaybin2.c:
1789           Add get-video-pad, get-audio-pad, get-text-pad action signals to
1790           playbin2. This allows the user to get to the selector's sinkpads, and
1791           thus inspect a range of things - caps, tags, etc. 
1792
1793 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1794
1795         * gst/playback/gstplaybin2.c:
1796           Use a different constant for the convert-frame signal id.
1797           Fixes #537009.
1798
1799 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1800
1801         * gst/playback/gstplaybin2.c:
1802         * gst/playback/gstplaysink.c:
1803           Fix a whole bunch of typos in comments and log statements. 
1804
1805 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1806
1807         * sys/xvimage/xvimagesink.c:
1808           Don't set colour balance values on the Xv port if the user hasn't
1809           changed them (via properties or the interface). Avoids accumulating
1810           rounding errors for the common case.
1811           Partial fix for bug #537889.
1812
1813 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1814
1815         * gst/playback/gstdecodebin2.c:
1816           Ensure decodebin2 emits 'drained' signal once, and only once, when all
1817           pads are drained.
1818
1819 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1820
1821         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_get_latency),
1822         (gst_vorbis_enc_src_query), (gst_vorbis_enc_chain):
1823         Report the encoder latency. Fixes #538232.
1824
1825 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1826
1827         * gst/playback/gstplaybin2.c: (gst_play_bin_get_property),
1828         (notify_source), (activate_group):
1829         Implement the source property, emit notify when it changes in the
1830         underlying uridecodebin.
1831
1832 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1833
1834         * tests/examples/seek/seek.c: (stop_cb):
1835         Free and clear the seek element list so that we don't use invalid
1836         references when seeking after recreating a gst-launch line.
1837
1838 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1839
1840         * gst-libs/gst/audio/gstbaseaudiosink.c:
1841         (gst_base_audio_sink_query), (gst_base_audio_sink_skew_slaving),
1842         (gst_base_audio_sink_render):
1843         Report latency even if we are not live instead of hiding it.
1844         Take ts-offset and render-delay of the basesink into account when
1845         scheduling samples.
1846         Rework the clipping code so that we can take the various offsets into
1847         account and still do correct clipping.
1848
1849 2008-06-20  Jan Schmidt  <jan.schmidt@sun.com>
1850
1851         * configure.ac:
1852         Bump verion back to devel -> 0.10.20.1
1853
1854 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
1855
1856         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
1857         Don't increase the size of non-string image buffers by one as this
1858         might in theory confuse decoders. Still increase it by one for string
1859         image buffers to append '\0'.
1860
1861 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
1862
1863         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1864         
1865         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset):
1866         Fix a buffer memleak and remove a confusing and wrong debug output.
1867         Fixes bug #538663.
1868
1869 === release 0.10.20 ===
1870
1871 2008-06-18  Jan Schmidt <jan.schmidt@sun.com>
1872
1873         * configure.ac:
1874           releasing 0.10.20, "Here I Go Again"
1875
1876 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
1877
1878         * configure.ac:
1879         0.10.19.3 pre-release
1880
1881 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
1882
1883         * gst-libs/gst/rtsp/gstrtspconnection.c:
1884         Fix build on win32.
1885         Patch By: David Schleef <ds@schleef.org>
1886         Fixes: #536874
1887
1888 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
1889
1890         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_finalize),
1891         (gst_gio_base_src_create):
1892         * ext/gio/gstgiobasesrc.h:
1893         Try to read the requested number of bytes, even if the first
1894         read returns less than requested, until nothing is read anymore
1895         or we have the requested amount of bytes. This fixes playback of
1896         files via Samba as Samba only allows to read 64k at once.
1897
1898         Implement a caching algorithm that makes sure that we read at
1899         least 4k of data every time. Some elements will try to read a few
1900         bytes, then seek, read again a few bytes and so on and this is
1901         painfully slow as every operation has to go over DBus if GVfs is
1902         used as backend.
1903
1904         Fixes bug #536849 and #536848.
1905
1906         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init),
1907         (gst_gio_src_check_get_range):
1908         Override check_get_range() to blacklist http/https URIs
1909         and whitelist file URIs. More to be added on demand.
1910
1911 2008-06-05  Jan Schmidt  <jan.schmidt@sun.com>
1912
1913         * configure.ac:
1914         0.10.19.2 pre-release
1915
1916 2008-06-04  Jan Schmidt  <jan.schmidt@sun.com>
1917
1918         * win32/common/libgstrtsp.def:
1919         * win32/common/libgsttag.def:
1920         Add new API functions to the dll exports
1921
1922 2008-06-04  Michael Smith <msmith@songbirdnest.com>
1923
1924         * gst/playback/gstplaybasebin.c:
1925           Disconnect signals from decodebins we created before we remove it
1926           from playbin, to avoid crashes if the decodebin is eventually
1927           disposed after the playbin itself (possible if the app takes a
1928           reference on the decodebin).
1929           Fixes #536521.
1930
1931 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
1932
1933         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
1934           (mp3_type_find), (musepack_type_find), (MULTIPART_MAX_HEADER_SIZE),
1935           (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
1936           (h264_video_type_find), (mpeg_video_stream_type_find),
1937           (dv_type_find), (mmsh_type_find):
1938           Bunch of small clean-ups: use gst_type_find_suggest_simple(); don't
1939           copy caps for no good reason (this may be desirable to make it easier
1940           to detect leaks, but then it should probably be done for all caps
1941           in the typefinder somewhere).
1942
1943 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1944
1945         * tests/check/Makefile.am:
1946         Do not try to run the check tests for subparse unless it has been
1947         built.
1948
1949 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1950
1951         * tests/check/pipelines/streamheader.c: (buffer_probe_cb),
1952         (test_multifdsink_gdp_vorbisenc), (streamheader_suite):
1953         Do not try to run a test which requires vorbisenc unless we have
1954         actually built it.
1955
1956 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1957
1958         * gst-libs/gst/rtsp/gstrtspconnection.c:
1959         (gst_rtsp_connection_set_auth), (gst_rtsp_connection_set_auth_param),
1960         (gst_rtsp_connection_clear_auth_params),
1961         (gst_rtsp_connection_set_qos_dscp), (gst_rtsp_connection_get_ip):
1962         * gst-libs/gst/rtsp/gstrtspconnection.h:
1963         Add a couple of missing argument guards.
1964         Add a way of setting the DSCP for an RTSP connection.
1965         Add an accessor method for the ip member of GstRTSPConnection as all
1966         members are supposed to be private.
1967
1968 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1969
1970         * gst/tcp/gstmultifdsink.c: (setup_dscp_client):
1971         Fixed accidental use of IPv4 options for all IPv6 addresses.
1972
1973 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
1974
1975         * gst-libs/gst/interfaces/mixertrack.h:
1976           Document mixer track flags.
1977
1978 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
1979
1980         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1981
1982         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset_streamheader):
1983         Don't set caps on the buffers that contain a copy of the buffer
1984         including the caps of them resulting in an always increasing refcount
1985         of the caps and insanely large caps. Instead include a buffer without
1986         caps in the new caps. Fixes bug #536475.
1987
1988 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
1989
1990         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1991         Transform a given PAR to a range on the struct with the generic
1992         height/width instead of the struct with the possibly restricted
1993         height/width.
1994
1995 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
1996
1997         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1998         Prefer the given format if it contains something stricter than [1,MAX]
1999         for height or width and only put a structure that requires rescaling
2000         as second. This makes it possible to use videoscale in pipelines where
2001         the source can actually produce the wanted height/width but usually
2002         selects a different one from the requested.
2003
2004 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2005
2006         Based on patch by: John Millikin <jmillikin gmail com>
2007
2008         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches), (gst_vorbis_tag_add),
2009           (gst_vorbis_tag_add_coverart):
2010           Retrieve COVERART tags from vorbis comments (#512333)
2011
2012 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2013
2014         * gst-libs/gst/tag/tag.h:
2015         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
2016           Don't forget to add new enum value here too (should probably use
2017           glib-mkenums here...).
2018
2019 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2020
2021         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_add_id3_image):
2022         * gst-libs/gst/tag/tag.h: (GST_TAG_IMAGE_TYPE_NONE),
2023         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
2024           (gst_tag_image_type_get_type), (gst_tag_image_type_is_valid),
2025           (gst_tag_image_data_to_image_buffer):
2026           Add two utility functions to avoid code duplication (#512333):
2027           API: add gst_tag_image_data_to_image_buffer()
2028           API: add gst_tag_list_add_id3_image()
2029           API: add GST_TAG_IMAGE_TYPE_NONE enum value
2030
2031 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
2032
2033         * win32/common/libgstaudio.def:
2034         Add gst_audio_check_channel_positions() to the exported symbols.
2035
2036 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
2037
2038         * docs/libs/gst-plugins-base-libs-sections.txt:
2039         * gst-libs/gst/audio/multichannel.c:
2040         (gst_audio_check_channel_positions):
2041         * gst-libs/gst/audio/multichannel.h:
2042         API: Make gst_audio_check_channel_positions() public.
2043
2044         * tests/check/libs/audio.c: (GST_START_TEST):
2045         Add some simple checks for gst_audio_check_channel_positions().
2046
2047 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
2048
2049         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
2050           minrange and maxrange are scaled according to the frequency
2051           multiplier.
2052
2053 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
2054
2055         * ext/pango/Makefile.am:
2056         * ext/pango/gsttextoverlay.c: (gst_text_overlay_shade_y),
2057           (gst_text_overlay_blit_yuv420), (gst_text_overlay_push_frame):
2058           Use gstvideo functions to calculate strides and plane offsets. Fixes
2059           rendering issue ('ghost' images of the text on the chroma planes)
2060           with widths or heights that are not multiples of 8 (#506659 and
2061           probably also #485729).
2062
2063         * tests/icles/test-textoverlay.c: (show_text), (test_textoverlay),
2064           (main):
2065           Test with odd height/width too.
2066
2067 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
2068
2069         * gst/adder/gstadder.c: (gst_adder_query_duration),
2070         (gst_adder_query_latency):
2071         When using gst_element_iterate_pads() one has to unref every pad
2072         after usage.
2073
2074 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
2075
2076         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2077         (gst_base_audio_src_class_init):
2078         Add a gtk-doc chunk for the new properties to have a Since: indication.
2079
2080 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
2081
2082         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2083         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
2084         (gst_base_audio_src_get_property), (gst_base_audio_src_setcaps),
2085         (gst_base_audio_src_change_state):
2086         Provide readable actual-buffer-time and actual-latency-time properties
2087         that reflect the configured ringbuffer values. Fixes #524724.
2088         API: GstBaseAudioSrc:actual-buffer-time
2089         API: GstBaseAudioSrc:actual-latency-time
2090
2091 2008-05-30  Wim Taymans  <wim.taymans@collabora.co.uk>
2092
2093         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push),
2094         (gst_basertppayload_change_state):
2095         Simply converting the running time into an RTP timestamp by scaling it
2096         based on the clock-rate is good enough for making an RTP timestamp. This
2097         has the added benefit that we can later on expose a property with the
2098         RTP timestamp of running time 0, as is needed for RTSP servers to
2099         generate the response of the PLAY request.
2100
2101 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
2102
2103         * gst/audioconvert/gstaudioconvert.c:
2104         (structure_has_fixed_channel_positions),
2105         (gst_audio_convert_transform_caps):
2106         Allow up to 11 positioned channels now that audioconvert can handle
2107         this but add no default positions for > 8 channels.
2108         
2109         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2110         Add some unit tests for the above change: Test conversion of
2111         11 positioned channels to stereo and the other way around, test
2112         conversion of 15 unpositioned channels in different ways.
2113
2114 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2115
2116         * win32/common/libgstaudio.def:
2117         Add gst_audio_clock_reset to the list of exported symbols.
2118
2119 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2120
2121         * tests/check/elements/vorbisdec.c: (vorbisdec_suite):
2122         Remove wrong_channels_identification_header unit test as we now
2123         support 7 (and more channels).
2124
2125 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2126
2127         * gst/audioconvert/gstchannelmix.c:
2128         (gst_channel_mix_fill_one_other):
2129         If mixing left or right to center (or the other way around) only take
2130         the complete value if we don't already have the original position in
2131         the source.
2132
2133 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2134
2135         * gst-libs/gst/audio/multichannel.c:
2136         (gst_audio_check_channel_positions),
2137         (gst_audio_set_structure_channel_positions_list),
2138         (gst_audio_fixate_channel_positions):
2139         Allow rear center together with rear left/right and other previously
2140         conflicting channel positions. The reason why they weren't allowed
2141         was the channel mixing implementation in audioconvert.
2142         Also take this into account when fixing channel layouts.
2143
2144         Allow setting channel positions for 1/2 channels when using
2145         gst_audio_set_structure_channel_position().
2146
2147         * gst/audioconvert/gstchannelmix.c:
2148         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
2149         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
2150         (gst_channel_mix_fill_special), (gst_channel_mix_fill_matrix):
2151         Major rewrite of the channel mixing.
2152
2153         We now allow previously conflicting channel positions to appear
2154         together (rear center and rear left/right for example).
2155         Fixes bug #533817.
2156
2157         Rework the way channels are mixed together to take more possible
2158         channel positions into account, properly mix from/to side channels
2159         and don't assume that either center, left&right or nothing of a
2160         specific position is available anymore.
2161
2162         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2163         Adjust unit tests with non-standard 1/2 channel layouts to the more
2164         correct new behaviour.
2165
2166         Add a unit test for 5.1->Stereo downmixing.
2167
2168 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2169
2170         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
2171         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps):
2172         Add sane defaults for the 7 and 8 channel layouts as those are
2173         undefined in the Vorbis spec. Use NONE channel layouts when decoding
2174         more than 8 channels instead of erroring out. Fixes bug #535356.
2175
2176 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2177
2178         * docs/plugins/Makefile.am:
2179         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2180         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2181         * ext/theora/theoraparse.c:
2182         Add theoraparse to the docs and fix some docs.
2183
2184 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2185
2186         * gst-libs/gst/cdda/gstcddabasesrc.c:
2187         (gst_cdda_base_src_add_track), (gst_cdda_base_src_create):
2188         Fix EOS condition and track addition check, the track.end sector is
2189         included in the track. Fixes #533265.
2190
2191 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2192
2193         Patch by: Mark Nauwelaerts <manauw at skynet be>
2194
2195         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
2196         (gst_video_rate_flush_prev), (gst_video_rate_event),
2197         (gst_video_rate_chain):
2198         * gst/videorate/gstvideorate.h:
2199         React (more) to NEWSEGMENT
2200         Small adjustment in timestamp calculation to prevent mismatches
2201         Fixes #435633.
2202
2203 2008-05-28  Tim-Philipp Müller  <tim.muller at collabora co uk>
2204
2205         * tests/examples/seek/seek.c: (make_parselaunch_pipeline):
2206           Initialise error to NULL as we should.
2207
2208 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
2209
2210         * gst/adder/gstadder.c: (gst_adder_query_duration),
2211         (gst_adder_query_latency), (gst_adder_query):
2212         Implement latency query.
2213
2214 2008-05-27  Sebastian Dröge  <slomo@circular-chaos.org>
2215
2216         * gst/adder/gstadder.c: (gst_adder_query_duration):
2217         Correctly resync the iterator if gst_iterator_next() returns
2218         GST_ITERATOR_RESYNC.
2219
2220 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2221
2222         * win32/vs6/libgstpbutils.dsp:
2223           Add pbutils-enumtypes.c to sources (#518037).
2224
2225 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
2226
2227         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
2228         (gst_audio_clock_reset), (gst_audio_clock_get_internal_time):
2229         * gst-libs/gst/audio/gstaudioclock.h:
2230         Add method to inform the clock that the time starts from 0 again. We use
2231         this info to calculate a clock offset so that the time we report in
2232         internal_time is monotonically increasing, as required by the clock base
2233         class. Fixes #521761.
2234         API: GstAudioClock::gst_audio_clock_reset()
2235
2236         * gst-libs/gst/audio/gstbaseaudiosink.c:
2237         (gst_base_audio_sink_skew_slaving),
2238         (gst_base_audio_sink_change_state):
2239         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2240         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
2241         Reset reported time when we (re)create the ringbuffer.
2242
2243 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2244
2245         * ext/alsa/gstalsamixertrack.c:
2246           (gst_alsa_mixer_track_update_alsa_capabilities):
2247           Make sure playback volumes aren't accidentally overwritten by
2248           capture volumes if an alsa mixer track has both playback and
2249           capture capabilities: we create two GstMixerTracks in that
2250           case, so make sure we query only the alsa capabilities that
2251           refer to the type of GstMixerTrack we created from the dual
2252           capability alsa element. Should fix issues with Audigy2 sound
2253           cards (#518082).
2254
2255 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2256
2257         * tests/check/pipelines/oggmux.c: (test_pipeline):
2258           Don't use deprecated function.
2259
2260 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
2261
2262         * gst/playback/gstdecodebin2.c:
2263         (gst_decode_group_control_source_pad), (gst_decode_group_expose):
2264         Check for NULL cases and log them, creating ghostpads can, for example,
2265         fail when the pad returns wrong caps.
2266
2267         * gst/playback/gstplaybin2.c: (perform_eos):
2268         When pushing out the EOS event, collect the return value and warn when
2269         something failed.
2270
2271 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
2272
2273         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2274         (gst_riff_create_video_template_caps):
2275         Add support for DVCPRO.
2276
2277 2008-05-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
2278
2279         * gst/videoscale/gstvideoscale.c: (DEFAULT_PROP_METHOD):
2280           Change default scaling method from nearest-neighbour to bilinear.
2281
2282 2008-05-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
2283
2284         * tests/check/libs/video.c:
2285           More checks.
2286
2287 2008-05-25  Tim-Philipp Müller  <tim.muller at collabora co uk>
2288
2289         * gst/subparse/gstsubparse.c: (parser_state_init),
2290           (gst_sub_parse_format_autodetect), (handle_buffer):
2291         * gst/subparse/gstsubparse.h:
2292         * tests/check/elements/subparse.c: (test_tmplayer_style3b):
2293           Limit duration to a maximum of five seconds for tmplayer format where
2294           we can guess the duration only from the timestamp of the next line of
2295           text. We don't want to show a text for eternities just because nothing
2296           else is being said for a while.
2297
2298 2008-05-23  Wim Taymans  <wim.taymans@collabora.co.uk>
2299
2300         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2301         (gst_base_rtp_depayload_chain),
2302         (gst_base_rtp_depayload_handle_sink_event),
2303         (gst_base_rtp_depayload_push_full),
2304         (gst_base_rtp_depayload_change_state):
2305         Check sequence numbers, mark input buffers with a discont flag for the
2306         subclass when we detected a gap, drop duplicate buffers. We do this
2307         because one can use the element without a jitterbuffer in front and we
2308         don't want to feed the subclasses invalid or reordered data.
2309         Do an error when the subclass did not provide a process function instead
2310         of crashing.
2311         Some other small cleanups.
2312
2313 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
2314
2315         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2316           May just as well use the precalculated uvstride here.
2317
2318 2008-05-22  Jan Schmidt  <jan.schmidt@sun.com>
2319
2320         * docs/plugins/Makefile.am:
2321         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
2322         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2323         * docs/plugins/gst-plugins-base-plugins.args:
2324         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2325         * docs/plugins/gst-plugins-base-plugins.interfaces:
2326         * docs/plugins/gst-plugins-base-plugins.prerequisites:
2327         * docs/plugins/inspect/plugin-adder.xml:
2328         * docs/plugins/inspect/plugin-alsa.xml:
2329         * docs/plugins/inspect/plugin-audioconvert.xml:
2330         * docs/plugins/inspect/plugin-audiorate.xml:
2331         * docs/plugins/inspect/plugin-audioresample.xml:
2332         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2333         * docs/plugins/inspect/plugin-cdparanoia.xml:
2334         * docs/plugins/inspect/plugin-decodebin.xml:
2335         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2336         * docs/plugins/inspect/plugin-gdp.xml:
2337         * docs/plugins/inspect/plugin-gio.xml:
2338         * docs/plugins/inspect/plugin-gnomevfs.xml:
2339         * docs/plugins/inspect/plugin-libvisual.xml:
2340         * docs/plugins/inspect/plugin-ogg.xml:
2341         * docs/plugins/inspect/plugin-pango.xml:
2342         * docs/plugins/inspect/plugin-playback.xml:
2343         * docs/plugins/inspect/plugin-queue2.xml:
2344         * docs/plugins/inspect/plugin-subparse.xml:
2345         * docs/plugins/inspect/plugin-tcp.xml:
2346         * docs/plugins/inspect/plugin-theora.xml:
2347         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2348         * docs/plugins/inspect/plugin-uridecodebin.xml:
2349         * docs/plugins/inspect/plugin-video4linux.xml:
2350         * docs/plugins/inspect/plugin-videorate.xml:
2351         * docs/plugins/inspect/plugin-videoscale.xml:
2352         * docs/plugins/inspect/plugin-videotestsrc.xml:
2353         * docs/plugins/inspect/plugin-volume.xml:
2354         * docs/plugins/inspect/plugin-vorbis.xml:
2355         * docs/plugins/inspect/plugin-ximagesink.xml:
2356         * docs/plugins/inspect/plugin-xvimagesink.xml:
2357         * ext/cdparanoia/gstcdparanoiasrc.c:
2358         * ext/ogg/gstoggdemux.c:
2359         * ext/ogg/gstoggdemux.h:
2360         * ext/ogg/gstoggmux.c:
2361         * ext/ogg/gstoggmux.h:
2362         * gst/audioconvert/audioconvert.c:
2363         * gst/audioconvert/audioconvert.h:
2364         * gst/audioconvert/gstaudioconvert.h:
2365         * gst/gdp/gstgdpdepay.h:
2366         * gst/gdp/gstgdppay.h:
2367         * gst/playback/gstdecodebin.c:
2368         * gst/playback/gstdecodebin2.c:
2369         * gst/playback/gstplaybin.c:
2370         * gst/playback/gstplaybin2.c:
2371         * gst/playback/gsturidecodebin.c:
2372         * gst/tcp/gstmultifdsink.c:
2373         * gst/tcp/gstmultifdsink.h:
2374         * gst/tcp/gsttcp.h:
2375
2376         Add some documentation comments, and some new headers to be scanned.
2377         Rename some internal enum declarations (audioconvert's DitherType and
2378         NoiseShapingType, GstUnitType from the TCP elements) to match the
2379         documented GObject type names so that the docs pick them up.
2380         Name the playbin2 docs markups properly so they get picked up. They'll
2381         need renaming back when/if playbin2 becomes playbin.
2382
2383         100% symbol coverage for the plugin docs, booya.
2384
2385 2008-05-22  Sebastian Dröge  <slomo@circular-chaos.org>
2386
2387         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
2388
2389         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2390         Fix generation of NV12/NV21 frames. Fixes bug #532454.
2391
2392 2008-05-22  Wim Taymans  <wim.taymans@collabora.co.uk>
2393
2394         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2395
2396         * gst/playback/gstdecodebin.c: (remove_fakesink):
2397         Lock the fakesink before setting the state to NULL and removing it from
2398         the bin so that a concurrent state change cannot interfere. 
2399         Fixes #534331.
2400
2401 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
2402
2403         * docs/Makefile.am:
2404         Fix installing plugin documentation when gtk-doc is disabled.
2405
2406 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
2407
2408         * gst-libs/gst/rtsp/Makefile.am:
2409         Distribute, don't install md5.h
2410
2411 2008-05-21  Julien Moutte  <julien@fluendo.com>
2412
2413         * gst/tcp/gstmultifdsink.c: (setup_dscp_client): Use IPPROTO_IP
2414         instead of SOL_IP, works on more platforms.
2415         * gst/typefind/gsttypefindfunctions.c: (aac_type_find): Fix printf
2416         arguments.
2417
2418 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2419
2420         * ext/vorbis/vorbisdec.c:
2421         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
2422         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_show_frame):
2423         Some debug and comment fixes.
2424
2425         * tests/examples/dynamic/addstream.c: (main):
2426         Fix , to ;
2427
2428 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2429
2430         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
2431         * gst/playback/decodetest.c: (new_decoded_pad_cb):
2432         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2433         (try_to_link_1), (elem_is_dynamic), (close_link), (type_found),
2434         (cleanup_decodebin):
2435         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
2436         (connect_element), (gst_decode_group_control_demuxer_pad):
2437         * gst/playback/gstplaybasebin.c: (queue_remove_probe),
2438         (queue_out_of_data), (gen_preroll_element), (preroll_unlinked),
2439         (mute_group_type):
2440         * gst/playback/gstplaybin.c: (gst_play_bin_vis_blocked),
2441         (gst_play_bin_set_property), (handoff), (gen_video_element),
2442         (gen_text_element), (gen_audio_element), (gen_vis_element),
2443         (remove_sinks), (add_sink), (setup_sinks):
2444         * gst/playback/gstplaybin2.c: (pad_added_cb), (no_more_pads_cb):
2445         * gst/playback/gstplaysink.c: (gst_play_sink_get_video_sink),
2446         (gst_play_sink_get_audio_sink), (gst_play_sink_vis_unblocked),
2447         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
2448         (gst_play_sink_get_vis_plugin), (gst_play_sink_set_mute),
2449         (gen_video_chain), (gen_text_chain), (gen_audio_chain),
2450         (gen_vis_chain), (gst_play_sink_reconfigure),
2451         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
2452         (gst_play_sink_request_pad):
2453         * gst/playback/gsturidecodebin.c: (type_found), (setup_source):
2454         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
2455         (cb_newpad):
2456         * gst/playback/test6.c: (new_decoded_pad_cb):
2457         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2458         * tests/check/elements/audiorate.c: (test_injector_chain),
2459         (do_perfect_stream_test):
2460         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
2461         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2462         * tests/check/elements/gnomevfssink.c:
2463         * tests/check/elements/textoverlay.c:
2464         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2):
2465         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
2466         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
2467         * tests/check/pipelines/oggmux.c: (test_pipeline):
2468         * tests/check/pipelines/streamheader.c: (GST_START_TEST):
2469         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
2470         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
2471         * tests/examples/seek/scrubby.c: (make_wav_pipeline):
2472         * tests/examples/seek/seek.c: (make_mod_pipeline),
2473         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
2474         (make_sid_pipeline), (make_parse_pipeline), (make_vorbis_pipeline),
2475         (make_theora_pipeline), (make_vorbis_theora_pipeline),
2476         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
2477         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
2478         (update_fill), (msg_buffering):
2479         Don't use bad gst_element_get_pad().
2480
2481 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
2482
2483         * gst-libs/gst/riff/riff-media.c:
2484           Fix wrong method name in docs. Fix calculation of strf fields for
2485           broken mulaw/alaw.
2486   
2487         * gst-libs/gst/riff/riff-read.c:
2488           Whitespace fix and removing double ';'.
2489
2490 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2491
2492         * docs/design/part-playbin2.txt:
2493         Add some leftover doc.
2494
2495 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2496
2497         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2498         Fix copy & paste error in last commit.
2499
2500 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2501
2502         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2503         Add support for mixing GST_AUDIO_CHANNEL_POSITION_SIDE_* from/to
2504         other channel positions when source has SIDE channels and dest doesn't
2505         or the other way around.
2506
2507 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2508
2509         Patch by: Henrik Eriksson <henriken at axis dot com>
2510
2511         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2512         (gst_multi_fd_sink_init), (setup_dscp_client), (setup_dscp),
2513         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_set_property),
2514         (gst_multi_fd_sink_get_property):
2515         * gst/tcp/gstmultifdsink.h:
2516         Add support for DSCP QOS. Fixes #469933.
2517
2518 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2519
2520         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2521         Add another test that checks if conversion between standard 1 and 2
2522         channel layouts with and without positions set is working.
2523
2524 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2525
2526         * gst-libs/gst/audio/multichannel.c:
2527         (gst_audio_check_channel_positions):
2528         Allow non-standard 2 channel layouts.
2529         
2530         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2531         Add some tests for converting and remapping non-standard 1 and 2
2532         channel layouts.
2533
2534 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2535
2536         * gst/audioconvert/gstchannelmix.c:
2537         (gst_channel_mix_fill_normalize):
2538         Prevent division by zero if the channel mix matrix contains only
2539         zeroes.
2540
2541 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2542
2543         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2544
2545         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain):
2546         Close a buffer memory leak. Fixes bug #534071.
2547
2548 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2549
2550         * gst-libs/gst/rtsp/gstrtsptransport.h:
2551         Make the GstRTSPTransport struct members public as there are no
2552         setters/getters and it's supposed to be changed directly.
2553         Fixes bug #533087.
2554
2555 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2556
2557         * gst/adder/gstadder.c:
2558         Adder also doesn't support audio/x-raw-int with width!=depth so don't
2559         claim this on the pad template caps.
2560
2561 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2562
2563         * gst-libs/gst/audio/gstbaseaudiosink.c:
2564         (gst_base_audio_sink_sync_latency):
2565         We can only use our optimal calibration if we prerolled before the
2566         latency expired.
2567
2568 2008-05-20  Tim-Philipp Müller  <tim.muller at collabora co uk>
2569
2570         * configure.ac:
2571           Require core CVS for GstBaseSrc buffer caps setting magic.
2572
2573 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2574
2575         * gst/audioconvert/gstaudioconvert.c:
2576         (gst_audio_convert_fixate_channels):
2577         Fix logic in last commit.
2578
2579 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2580
2581         * gst/audioconvert/gstaudioconvert.c:
2582         (gst_audio_convert_fixate_channels):
2583         Passthrough the channel positions if the number of output channels is
2584         the same as the number of input channels, the input had a channel
2585         layout and downstream requests no special one. We did this already for
2586         > 2 channels but now it's also done for 1 channel. Fixes bug #533617.
2587
2588 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2589
2590         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
2591         (gst_gnome_vfs_src_finalize),
2592         (gst_gnome_vfs_src_received_headers_callback),
2593         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_stop):
2594         * ext/gnomevfs/gstgnomevfssrc.h:
2595         Set the ICY caps on the srcpad from where they get picked up by the base
2596         class now and set on the outgoing buffers.
2597
2598         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2599         (gst_base_audio_src_create):
2600         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
2601         BaseSrc now sets the caps on outgoing buffers automatically.
2602
2603 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2604
2605         * gst-libs/gst/audio/gstbaseaudiosink.c:
2606         (gst_base_audio_sink_resample_slaving),
2607         (gst_base_audio_sink_skew_slaving),
2608         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
2609         (gst_base_audio_sink_async_play),
2610         (gst_base_audio_sink_change_state):
2611         Change the way in which the ringbuffer is started when dealing with a
2612         slaved clock and latency. We now sync to the clock until we reach
2613         upstream latency before starting the ringbuffer. This has the effect
2614         that we can accurately align the master and slave clocks and let the
2615         rate correction code take care of the initial drift or rounding errors
2616         instead of leaving them uncorrected with the old approach.
2617
2618 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2619
2620         * gst/audioconvert/gstaudioconvert.c:
2621         (gst_audio_convert_fixate_channels):
2622         Correctly set the default channel positions when converting to 8
2623         channels.
2624
2625 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2626
2627         * configure.ac:
2628           Error out if we don't have the required version of core.
2629
2630 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2631
2632         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
2633           Use data scan helper in aac typefinder and stop scanning
2634           for headers when we've found a type. Also fix potential invalid
2635           memory access when calculating the frame length.
2636
2637 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2638
2639         * gst/typefind/gsttypefindfunctions.c: (data_scan_ctx_ensure_data),
2640           (mpeg_sys_is_valid_pack):
2641           Don't modify scan context when we return FALSE in ensure_data, so
2642           it's possible to continue scanning, and we don't end up with a NULL
2643           data pointer and a positive size, which might bite us the next time
2644           we're called. Small constification.
2645
2646 2008-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
2647
2648         * gst/adder/gstadder.c:
2649         Adder doesn't support 24 bit samples so don't claim it supports them
2650         in the pad template caps.
2651
2652 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2653
2654         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2655         (gst_base_rtp_depayload_chain):
2656         Validate the RTP packet before further processing it. It's just too
2657         dangerous to accept random packets and people are not forced to use a
2658         jitterbuffer or session manager to filter out the bad packets.
2659
2660         * gst-libs/gst/rtp/gstrtpbuffer.c:
2661         (gst_rtp_buffer_set_extension_data),
2662         (gst_rtp_buffer_get_payload_subbuffer):
2663         Small cleanups.
2664         When setting extension data in a buffer that is too small, we fail and
2665         we should not set the extension bit.
2666         Change GST_WARNINGS into g_warning because they really are
2667         programming errors.
2668
2669         * tests/check/libs/rtp.c: (GST_START_TEST):
2670         Catch the g_warnings now in the unit tests and that fact that failing to
2671         set extension data left the extension bit untouched.
2672
2673 2008-05-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
2674
2675         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2676           Revert previous change which made basetransform handle buffer_alloc
2677           and which breaks things badly in the non-passthrough case since it
2678           returned buffers with a different (ie. sometimes smaller) size than
2679           the size requested.
2680
2681 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2682
2683         Patch by: Bernard B <b-gnome at largestprime dot net>
2684
2685         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum):
2686         Fix seqnum compare function for bordercase values and fix the docs
2687         again. Fixes #533075.
2688
2689         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
2690         Add a testcase for seqnum compare function.
2691
2692 2008-05-14  Sebastian Dröge  <slomo@circular-chaos.org>
2693
2694         * gst/adder/gstadder.c: (gst_adder_setcaps),
2695         (gst_adder_class_init):
2696         Correctly declare the supported endianness on the pad templates
2697         and check for correct endianness in the set caps function. Adder
2698         only supports native endianness.
2699         Also use gst_element_class_set_details_simple().
2700
2701 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
2702
2703         * sys/xvimage/xvimagesink.c:
2704           Better debug logging in port value handling. Merging separate port
2705           value loops into one.
2706
2707 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2708
2709         Patch by: Hannes Bistry <hannesb at gmx dot de>
2710
2711         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
2712         * gst/tcp/gsttcpserversink.c:
2713         (gst_tcp_server_sink_handle_server_read),
2714         (gst_tcp_server_sink_handle_wait), (gst_tcp_server_sink_init_send):
2715         Fix regression in clientsrc because we did not add the fd to the poll
2716         set anymore. Fixes #532364.
2717         Do some cleanups here and there.
2718
2719 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2720
2721         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
2722         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
2723         * gst/playback/gstplay-marshal.list:
2724         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
2725         Use correct marshallers. GstCaps are a boxed type and no GObject
2726         subclass.
2727
2728 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2729
2730         * win32/common/libgstrtsp.def:
2731         Add gst_rtsp_connection_(set|clear)_auth_param() to the exported
2732         symbols.
2733
2734 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2735
2736         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2737
2738         * tests/check/elements/audioresample.c:
2739         (live_switch_alloc_only_48000), (live_switch_get_sink_caps),
2740         (live_switch_push), (GST_START_TEST):
2741         Add unit test for the latest basetransform negotiation changes.
2742         See bug #526768.
2743
2744 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2745
2746         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
2747         Fix nv12<->nv21 conversion if stride is larger than width.
2748
2749 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2750
2751         Patch by: Jan Gerber <j at oil21 dot org>
2752
2753         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
2754         (gst_ogg_pad_parse_skeleton_fisbone):
2755         * ext/ogg/gstoggdemux.h:
2756         Parse presentation time from skeleton streams and use it as offset
2757         for the timestamps. Fixes bug #530068.
2758
2759 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
2760
2761         * gst-libs/gst/audio/gstbaseaudiosink.c:
2762         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
2763         Revert previous patch that attempted to more accurately calculate the
2764         initial offset between master and slave clock. The best thing we can do
2765         in general is take the time of both clocks as the diff since we don't
2766         know when the actual preroll happened.
2767
2768 2008-05-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
2769
2770         * gst-libs/gst/pbutils/install-plugins.c:
2771           Fix docs: type and missing word.
2772
2773 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
2774
2775         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
2776           Don't do lots of 4-byte peeks, but use the 'new' data scan helper
2777           for this instead; don't check if we've found enough markers after
2778           each and every step, it's enough to do that only if we've actually
2779           found a new marker.
2780           Embed a G_UNLIKELY into the IS_MPEG_HEADER macro.
2781
2782 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
2783
2784         * gst/typefind/gsttypefindfunctions.c:
2785           (DATA_SCAN_CTX_CHUNK_SIZE), (DataScanCtx), (data_scan_ctx_advance),
2786           (data_scan_ctx_ensure_data), (GST_MPEGVID_TYPEFIND_TRY_SYNC),
2787           (mpeg_video_stream_type_find):
2788           Move scan helper thingy to the beginning of the file so we can use
2789           it in other typefind functions. Rename it to something more
2790           generic. Also improve handling of things towards the end of the
2791           typefind data: peek as much as we can if we know the size of the
2792           data, rather than just min_size.
2793
2794 2008-05-09  Jan Schmidt  <jan.schmidt@sun.com>
2795
2796         * docs/libs/gst-plugins-base-libs-sections.txt:
2797         * gst-libs/gst/interfaces/colorbalance.c:
2798         * gst-libs/gst/interfaces/colorbalance.h:
2799         * gst-libs/gst/interfaces/colorbalancechannel.c:
2800         * gst-libs/gst/interfaces/colorbalancechannel.h:
2801         * gst-libs/gst/interfaces/tuner.c:
2802         * gst-libs/gst/interfaces/tunerchannel.c:
2803         * gst-libs/gst/interfaces/tunerchannel.h:
2804         * gst-libs/gst/interfaces/tunernorm.c:
2805         * gst-libs/gst/interfaces/tunernorm.h:
2806         * gst-libs/gst/video/video.c:
2807         * gst-libs/gst/video/video.h:
2808         Document the GstTuner and GstColorBalance interfaces, and some
2809         other random API functions that needed it. 70% symbol coverage, woo.
2810
2811 2008-05-09  Wim Taymans  <wim.taymans@collabora.co.uk>
2812
2813         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
2814         Choose to allocate one less segment but require one additional segment
2815         as latency. 
2816
2817         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_acquire):
2818         No need to increment the number of segments in the source.
2819
2820         * gst-libs/gst/audio/gstbaseaudiosink.c:
2821         (gst_base_audio_sink_get_time), (clock_convert_external),
2822         (gst_base_audio_sink_resample_slaving),
2823         (gst_base_audio_sink_skew_slaving),
2824         (gst_base_audio_sink_none_slaving), (gst_base_audio_sink_render),
2825         (gst_base_audio_sink_async_play):
2826         Remove adding latency when returning the internal time while subtracting
2827         it again when we use the value a little later.
2828         When calculating the end timestamp, we are making a rounding error
2829         with the current algorithm. Ensure that we don't accumulate these
2830         rounding errors when aligning samples by not resampling at all if we
2831         don't need to. Fixes #419351.
2832         Make the initial calibration of the clock slaving a little more
2833         predictable and accurate. Also handle the case where we don't do
2834         clock slaving.
2835
2836 2008-05-09  Sebastian Dröge  <slomo@circular-chaos.org>
2837
2838         Based on a patch by:
2839           Björn Benderius <bjoern dot benderius at axis dot com>
2840
2841         * gst/ffmpegcolorspace/avcodec.h:
2842         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2843         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
2844         (gst_ffmpegcsp_avpicture_fill):
2845         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
2846         * gst/ffmpegcolorspace/imgconvert_template.h:
2847         Add conversions from/to NV12 and NV21 and conversions between those
2848         two formats. Fixes bug #532166.
2849
2850 2008-05-08  Edward Hervey  <edward.hervey@collabora.co.uk>
2851
2852         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
2853         Abort the h264 typefinding as soon as _peek() doesn't return anything,
2854         which happens for example with files smaller than 128kb.
2855
2856 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
2857
2858         Patch by: Wouter Cloetens <zombie at e2big dot org>
2859
2860         * gst-libs/gst/rtsp/Makefile.am:
2861         * gst-libs/gst/rtsp/gstrtspconnection.c:
2862         (gst_rtsp_connection_create), (md5_digest_to_hex_string),
2863         (auth_digest_compute_hex_urp), (auth_digest_compute_response),
2864         (add_auth_header), (gst_rtsp_connection_free),
2865         (gst_rtsp_connection_set_auth), (str_case_hash), (str_case_equal),
2866         (gst_rtsp_connection_set_auth_param),
2867         (gst_rtsp_connection_clear_auth_params):
2868         * gst-libs/gst/rtsp/gstrtspconnection.h:
2869         Add Digest authorization support for RTSP connections. See #532065.
2870
2871         * gst-libs/gst/rtsp/md5.c:
2872         * gst-libs/gst/rtsp/md5.h:
2873         Yeap, another md5 implementation until we can depend on a glib that has
2874         support for it.
2875
2876 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
2877
2878         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2879
2880         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2881         Let audioresample use the buffer allocation of basetransform instead
2882         of it's own stuff.
2883
2884         * tests/check/elements/audioresample.c: (alloc_only_48000),
2885         (GST_START_TEST), (audioresample_suite):
2886         Add unit test for the recent basetransform bugfix, where upstream
2887         changes caps to something that can't be passed through anymore.
2888
2889 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
2890
2891         * win32/common/config.h.in:
2892           Don't define GST_FUNCTION, if GLib supports MSVC we'd much rather
2893           use the real thing than having "???" unconditionally.
2894
2895 2008-05-07  Wim Taymans  <wim.taymans@collabora.co.uk>
2896
2897         * gst-libs/gst/audio/gstbaseaudiosink.c:
2898         (gst_base_audio_sink_query):
2899         Report the latency with the new seglatency parameter.
2900
2901         * gst-libs/gst/audio/gstringbuffer.c:
2902         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
2903         (gst_ring_buffer_acquire):
2904         * gst-libs/gst/audio/gstringbuffer.h:
2905         Add new field to the ringbufferspec to specify the expected latency
2906         between the underlying device read/write pointer, this is needed
2907         when writing sinks that sit a little closer to the hardware.
2908         Add some more docs for other fields.
2909
2910 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
2911
2912         * gst/volume/gstvolume.c: (volume_transform_ip):
2913         Return NOT_NEGOTIATED if we didn't set a process function yet for some
2914         reason instead of crashing later. Might fix bug #509125.
2915
2916 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
2917
2918         Based on a patch by: Tim-Philipp Müller  <tim.muller at collabora co uk>
2919
2920         * gst/audioconvert/audioconvert.c: (audio_convert_prepare_context):
2921         * gst/audioconvert/audioconvert.h:
2922         * gst/audioconvert/gstaudioconvert.c:
2923         (gst_audio_convert_parse_caps),
2924         (structure_has_fixed_channel_positions),
2925         (gst_audio_convert_transform_caps):
2926         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_matrix):
2927         Add support for more than 8 channels and NONE channel layouts. For
2928         more than 8 channels no channel conversion is supported yet, only
2929         format conversions are supported. Fixes bug #398033.
2930
2931         * tests/check/elements/audioconvert.c: (verify_convert),
2932         (GST_START_TEST), (audioconvert_suite):
2933         Add some unit tests by Tim for checking the NONE channel layouts
2934         and more than 8 channels and add some more unit tests for channel
2935         conversions.
2936
2937 2008-05-06  Wim Taymans  <wim.taymans@collabora.co.uk>
2938
2939         * gst/playback/gstdecodebin2.c: (connect_pad):
2940         When autoplugging fails, set the element back to NULL before
2941         unreffing it.
2942
2943 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
2944
2945         * win32/common/libgstaudio.def:
2946         Add gst_base_audio_src_[sg]et_slave_method() to the exported
2947         symbols.
2948
2949 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
2950
2951         * gst/subparse/samiparse.c: (handle_start_sync),
2952         (end_sami_element), (characters_sami):
2953         Remove trailing, leading and double whitespaces.
2954         Correctly timestamp buffers and output the last buffer too.
2955
2956         * tests/check/elements/subparse.c: (GST_START_TEST),
2957         (subparse_suite):
2958         Add a simple unit test for SAMI parsing.
2959
2960 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
2961
2962         Patch by: Young-Ho Cha <ganadist at chollian dot net>
2963
2964         * gst/subparse/samiparse.c: (handle_start_sync),
2965         (start_sami_element), (end_sami_element), (characters_sami),
2966         (sami_context_reset):
2967         Only output characters inside the "sync" elements. There could be
2968         other elements like "style" that have some content but should
2969         not be printed. Fixes bug #467911.
2970
2971 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
2972
2973         * gst/playback/gstplaybasebin.c: (set_audio_mute),
2974         (set_active_source):
2975         * gst/playback/gstplaybasebin.h:
2976         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2977         (playbin_set_audio_mute):
2978         Allow setting -1 as current-audio to mute the current audio stream,
2979         similar to what is done for subtitles. Fixes bug #342294.
2980
2981 2008-05-05  Edward Hervey  <edward.hervey at collabora co uk>
2982
2983         * gst-libs/gst/pbutils/descriptions.c: (formats): 
2984         It's SorensOn and not SorensEn.
2985
2986 2008-05-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
2987
2988         * gst-libs/gst/pbutils/descriptions.c: (formats):
2989           Fix description of video/x-flash-video.
2990
2991 2008-05-04  Sebastian Dröge  <slomo@circular-chaos.org>
2992
2993         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
2994         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
2995         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
2996         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps_list):
2997         Remove some unused code.
2998
2999         * gst/audioconvert/gstaudioquantize.c:
3000         (gst_audio_quantize_free_noise_shaping):
3001         Don't return before freeing the noise shaping history.
3002
3003 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3004
3005         * tests/check/elements/subparse.c: (do_test),
3006           (test_tmplayer_style3b), (subparse_suite):
3007           Add unit test for the tmplayer variant from bug #530962.
3008
3009 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3010
3011         * gst/subparse/gstsubparse.c: (handle_buffer),
3012           (gst_sub_parse_sink_event):
3013         * gst/subparse/tmplayerparse.c: (tmplayer_process_buffer),
3014           (tmplayer_parse_line):
3015           Fix parsing of tmplayer subtitle variant where every single line contains
3016           text and there isn't an empty line after each line to determine the
3017           duration (#530962). Improve EOS handling for tmplayer subtitles a bit by
3018           making sure that we push out the last line of text without a duration if
3019           there's still text left in the buffer at the end.
3020
3021 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3022
3023         * gst/subparse/gstsubparse.c: (feed_textbuf):
3024           Fix detection of discontinuities based on the buffer offset (doesn't work
3025           so well if no buffer offset is set) and also check for the DISCONT buffer
3026           flag. This keeps the parser state from being reset after each buffer in
3027           the unit test.
3028
3029 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3030
3031         * gst/typefind/gsttypefindfunctions.c: (mpeg_video_stream_type_find):
3032           Further fine-tuning: don't absolutely require sequence or GOP headers
3033           (as introduced in the previous commit), but adjust the typefind
3034           probabilities returned accordingly if we don't see them. Also make sure
3035           picture header and first slice are somewhat close to each other (which
3036           is not perfect but still better than requiring a fixed offset or having
3037           no limit at all).
3038
3039 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3040
3041         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
3042         (gst_basertppayload_sink_setcaps),
3043         (gst_basertppayload_sink_getcaps):
3044         Rename the setcaps/getcaps function internally to make it clear that
3045         they are called for the sink pad.
3046
3047 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3048
3049         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3050         (gst_base_rtp_depayload_class_init),
3051         (gst_base_rtp_depayload_handle_sink_event), (create_segment_event),
3052         (gst_base_rtp_depayload_packet_lost),
3053         (gst_base_rtp_depayload_set_gst_timestamp):
3054         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3055         Catch packet-lost events from the jitterbuffer and convert them into a
3056         vmethod call (lost-packet) so that depayloaders can do something smart.
3057         Also add a default packet-lost function that sends out a segment update
3058         to the decoders.
3059
3060 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
3061
3062         * gst/playback/test4.c:
3063         * gst/playback/test5.c:
3064         * gst/playback/test6.c:
3065         * gst/playback/test7.c:
3066           Also include config.h when relying on defines from it. Fixes the
3067           build. Its been a please to serve :)
3068
3069 2008-05-02  Thijs Vermeir <thijsvermeir@gmail.com>
3070
3071         * gst/videotestsrc/videotestsrc.c (paint_setup_NV12),
3072         (paint_setup_NV21), (paint_hline_NV12_NV21):
3073         Add support for NV12 and NV21 in videotestsrc
3074
3075 2008-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
3076
3077         * gst/videoscale/gstvideoscale.c:
3078         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
3079         * gst/videoscale/vs_image.c: (vs_image_scale_nearest_RGBA),
3080         (vs_image_scale_linear_RGBA), (vs_image_scale_nearest_RGB),
3081         (vs_image_scale_linear_RGB), (vs_image_scale_nearest_YUYV),
3082         (vs_image_scale_linear_YUYV), (vs_image_scale_nearest_UYVY),
3083         (vs_image_scale_linear_UYVY), (vs_image_scale_nearest_Y),
3084         (vs_image_scale_linear_Y), (vs_image_scale_nearest_RGB565),
3085         (vs_image_scale_linear_RGB565), (vs_image_scale_nearest_RGB555),
3086         (vs_image_scale_linear_RGB555):
3087         Support 1x1 images as input and output as for example the BBC HQ new
3088         streams have 1x1 GIFs in the playlists for some reason.
3089
3090 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
3091
3092         * gst/playback/gstdecodebin.c: (free_pad_probe_for_element),
3093           (try_to_link_1):
3094           If we can't activate one of the decoders we plugged in (such as,
3095           say, musepackdec) for some reason (it might not support push mode,
3096           for example), remove any pad probes that close_pad_link() might
3097           have set up. This makes sure we later don't try to remove a probe
3098           for a pad that doesn't exist any longer, and avoids nast warnings
3099           and probably other things too.
3100
3101 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
3102
3103         * gst/typefind/gsttypefindfunctions.c:
3104           (mpeg_video_stream_ctx_ensure_data), (mpeg_video_stream_type_find),
3105           (plugin_init):
3106           Rework mpeg video stream typefinding a bit more: make sure sequence,
3107           GOP, picture and slice headers appear in the order they should and
3108           that we've in fact at least had one of each; fix picture header
3109           detection; decouple picture and slice header check - don't assume
3110           they're at a fixed offset, there may be extra data in between. Also,
3111           announce varying degrees of probability depending on what we found
3112           exactly (multiple pictures, at least one picture, just sequence and
3113           GOP headers). Finally, in _ensure_data(), take into account that we
3114           might be typefinding smaller amounts of data, such as the first
3115           buffer of a stream, so fall back to the minimum size needed as long
3116           as that's available, instead of erroring out if there's less than
3117           2kB of data. Fixes #526173. Conveniently also doesn't recognise the
3118           fuzzed file from #399342 as valid.
3119
3120 2008-04-30  Michael Smith <msmith@songbirdnest.com>
3121
3122         * ext/theora/theoradec.c:
3123           Cool kids don't divide by zero.
3124           Treat PAR of x:0 as 1:1.
3125           Fixes #530719.
3126
3127 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
3128
3129         * gst/typefind/gsttypefindfunctions.c: (MpegVideoStreamCtx),
3130           (mpeg_video_stream_ctx_advance), (mpeg_video_stream_ctx_ensure_data),
3131           (mpeg_video_stream_type_find):
3132           Refactor a bit: use context structure to track parsing offset and
3133           size of available data and make the code a bit clearer. Fixes bad
3134           memory access in #356937.
3135
3136 2008-04-28  Michael Smith <msmith@songbirdnest.com>
3137
3138         * gst/playback/test4.c:
3139         * gst/playback/test5.c:
3140         * gst/playback/test6.c:
3141         * gst/tcp/gstmultifdsink.c:
3142           Include stdlib.h and unistd.h only if the appropriate HAVE_*_H macro
3143           is defined.
3144
3145 2008-04-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3146
3147         * gst-libs/gst/audio/gstbaseaudiosink.h:
3148         Clarify some docs.
3149
3150         * gst-libs/gst/audio/gstbaseaudiosrc.c: (slave_method_get_type),
3151         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
3152         (gst_base_audio_src_set_slave_method),
3153         (gst_base_audio_src_get_slave_method),
3154         (gst_base_audio_src_set_property),
3155         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
3156         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3157         Add property and methods for selecting the clock slave method in the
3158         source, like in the sink.
3159         We only implement "none" and "re-timestamp" for now.
3160         API: gst_base_audio_src_set_slave_method()
3161         API: gst_base_audio_src_get_slave_method()
3162
3163 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
3164
3165         * gst-libs/gst/rtp/gstrtpbuffer.c:
3166         Fix the docs about the seqnum compare function, it returns a difference.
3167
3168 2008-04-24  Edward Hervey  <edward.hervey@collabora.co.uk>
3169
3170         * ext/alsa/gstalsadeviceprobe.c:
3171         (gst_alsa_get_device_list): Don't return before freeing up
3172         the allocated structures.
3173
3174 2008-04-24  Stefan Kost  <ensonic@users.sf.net>
3175
3176         * gst/playback/gstplaybin.c:
3177           Remove obsolete streaminfo code and fix a leak. Fixes #529546
3178
3179 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
3180
3181         * ext/ogg/gstoggdemux.c:
3182           Revert the event part, that should not go in.
3183
3184 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
3185
3186         * ext/ogg/gstoggdemux.c:
3187           Don't leak GstPluginFeatures when filtering.
3188
3189 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
3190
3191         * sys/xvimage/xvimagesink.c:
3192           Add some logging for cases when grabbing the xv failed.
3193
3194 2008-04-21  David Schleef  <ds@schleef.org>
3195
3196         * ext/ogg/gstoggmux.c:
3197           Update Ogg/Dirac muxing.  Removes the weird "KW-DIRAC" bos
3198           packet.  Should conform to what we currently think is the
3199           final Ogg/Dirac muxing spec.
3200
3201 2008-04-21  David Schleef  <ds@schleef.org>
3202
3203         * sys/xvimage/xvimagesink.c:
3204           Fix typo that causes the overlay keying color to bright green
3205           on a 16-bit display.  Dark grey good.  Bright green bad.
3206
3207 2008-04-21  Stefan Kost  <ensonic@users.sf.net>
3208
3209         * ext/gnomevfs/gstgnomevfsuri.c:
3210           Add  FIXME comment about using uri-list for source and sink.
3211
3212 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3213
3214         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
3215         GST_TYPE_FRACTION contains gints so correctly cast gint64 arguments to
3216         vaargs functions to gint. Otherwise the fractions will get 0 set
3217         instead of the correct value on big endian systems. Fixes bug #529018.
3218
3219 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3220
3221         * ext/gnomevfs/gstgnomevfssink.c:
3222         (gst_gnome_vfs_sink_uri_get_protocols):
3223         * ext/gnomevfs/gstgnomevfssrc.c:
3224         (gst_gnome_vfs_src_uri_get_protocols):
3225         * ext/gnomevfs/gstgnomevfsuri.c: (_internal_get_supported_uris),
3226         (gst_gnomevfs_get_supported_uris):
3227         Get the list of supported URI schemes in a threadsafe way and use the
3228         same list for the source and sink.
3229
3230 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3231
3232         * ext/gio/gstgio.c: (_internal_get_supported_protocols),
3233         (gst_gio_get_supported_protocols):
3234         Don't generate a new supported protocols list on each call but cache
3235         it. It's supposed to be static anyway, this way we only leak it once
3236         per process.
3237
3238         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
3239         (gst_gio_sink_class_init), (gst_gio_sink_finalize),
3240         (gst_gio_sink_set_property), (gst_gio_sink_get_property),
3241         (gst_gio_sink_start):
3242         * ext/gio/gstgiosink.h:
3243         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
3244         (gst_gio_src_class_init), (gst_gio_src_finalize),
3245         (gst_gio_src_set_property), (gst_gio_src_get_property),
3246         (gst_gio_src_start):
3247         * ext/gio/gstgiosrc.h:
3248         API: Add "file" properties where one can set a GFile as
3249         source/destination.
3250
3251         Add locking to the properties and use
3252         gst_element_class_set_details_simple() instead of a static
3253         GstElementDetails struct.
3254
3255 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
3256
3257         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
3258         (plugin_init):
3259         Add "mpp" and "mp+" as possible extensions for MusePack files.
3260
3261         Add typefinding for MusePack StreamVersion 8 files and include the
3262         stream version in the caps.
3263
3264 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
3265
3266         * gst-libs/gst/rtp/gstrtppayloads.c:
3267         (gst_rtp_payload_info_for_name):
3268         Use g_ascii_strcasecmp() instead of the deprecated g_strcasecmp().
3269
3270 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
3271
3272         * configure.ac:
3273           Bump Gtk+ requirement to 2.12.0 for gtk_range_set_fill_level
3274           (NB: this only affects compilation of some of the examples).
3275           Remove some configure.ac cruft that's not needed any longer.
3276
3277 2008-04-18  Edward Hervey  <edward.hervey@collabora.co.uk>
3278
3279         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
3280         Don't validate the payload if there isn't any.
3281         Fixes #525915
3282
3283 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3284
3285         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_may_start):
3286         Use g_atomic_int_set() instead of gst_atomic_int_set().
3287
3288 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3289
3290         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3291         Return NULL instead of a gchar * array with one NULL element if we
3292         don't get any supported URI schemes from GIO.
3293
3294 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
3295
3296         * gst/audiotestsrc/gstaudiotestsrc.c:
3297           Remove cpp style commented old code.
3298
3299 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
3300
3301         * gst/playback/gstdecodebin2.c:
3302           Fix signal docs.
3303
3304 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
3305
3306         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
3307           (gst_text_overlay_init):
3308           Fix textoverlay unit test again by making the supposed default
3309           value for the wait-text property the actual default value.
3310           Also fix Since: tag for new property.
3311
3312 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
3313
3314         * gst-libs/gst/video/video.c: (gst_video_format_new_caps),
3315           (gst_video_format_to_fourcc), (gst_video_format_get_row_stride),
3316           (gst_video_format_get_pixel_stride),
3317           (gst_video_format_get_component_width),
3318           (gst_video_format_get_component_height),
3319           (gst_video_format_get_component_offset), (gst_video_format_get_size),
3320           (gst_video_format_convert):
3321           Add guards to these functions to ensure sane input values.
3322
3323         * tests/check/libs/video.c:
3324           Fix unit test not to create caps with width=0 and height=0.
3325
3326 2008-04-11  Wim Taymans  <wim.taymans@collabora.co.uk>
3327
3328         * docs/design/draft-keyframe-force.txt:
3329         Fix typo.
3330
3331         * gst/playback/gstqueue2.c: (update_buffering),
3332         (gst_queue_handle_src_query):
3333         Set buffering mode in the messages.
3334         Set buffering percent in the query.
3335
3336         * tests/examples/seek/seek.c: (update_fill), (msg_state_changed),
3337         (do_stream_buffering), (do_download_buffering), (msg_buffering):
3338         Do some more fancy things based on the buffering method in use.
3339
3340 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3341
3342         * tests/examples/seek/seek.c: (update_fill), (set_update_fill),
3343         (play_cb), (pause_cb), (stop_cb), (msg_state_changed),
3344         (msg_buffering), (main):
3345         Add basic download reports to seek using the new buffering API.
3346
3347 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3348
3349         * gst/playback/gstqueue2.c: (update_buffering),
3350         (gst_queue_close_temp_location_file), (gst_queue_handle_src_query),
3351         (gst_queue_src_checkgetrange_function):
3352         Include extra buffering stats in the buffering message.
3353         Implement BUFFERING query.
3354
3355         * gst/playback/gsturidecodebin.c: (do_async_start),
3356         (do_async_done), (type_found), (setup_streaming), (setup_source),
3357         (gst_uri_decode_bin_change_state):
3358         Only add decodebin2 when the type is found in streaming mode.
3359         Make uridecodebin async to PAUSED even when we don't have decodebin2
3360         added yet.
3361
3362 2008-04-09  Sebastian Dröge  <slomo@circular-chaos.org>
3363
3364         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3365         Filter cdda from the supported URI schemes. We can't support
3366         musicbrainz tags and everything else one expects from a cdda source
3367         with GIO. Fixes bug #526794.
3368
3369 2008-04-07  Jan Schmidt  <jan.schmidt@sun.com>
3370
3371         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_new),
3372         (gst_xvimagesink_buffer_alloc):
3373         Fix calculation of 'expected size' for YV12 buffers.
3374         Be a little more verbose in the debug output for buffer-alloc'ed
3375         buffers which turn out to have the wrong size.
3376
3377 2008-04-07  Tim-Philipp Müller  <tim at centricular dot net>
3378
3379         * NEWS:
3380         * RELEASE:
3381         * gst-plugins-base.doap:
3382           Merge other changes from 0.10.19 release branch.
3383
3384 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
3385
3386         * gst-libs/gst/audio/gstbaseaudiosink.c:
3387           (gst_base_audio_sink_class_init):
3388         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3389           (gst_base_audio_src_class_init):
3390         * gst/playback/gstplayback.c: (plugin_init):
3391         * gst/volume/gstvolume.c: (plugin_init):
3392           Work around missing bits of thread-safety on older GLibs some
3393           more to avoid assertions when starting up multiple playbin
3394           objects concurrently (see #512382).
3395
3396 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
3397
3398         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
3399           Remove some more fields.
3400
3401 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
3402
3403         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
3404
3405         * configure.ac:
3406         Actually build dlls when cross-compiling with mingw32.
3407         Fixes bug #526247.
3408
3409 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
3410
3411         * configure.ac:
3412           Bump version to 0.10.19.1 after the unplanned 0.10.19 release.
3413
3414 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3415
3416         * tests/examples/seek/seek.c: (play_cb), (pause_cb), (stop_cb),
3417         (msg_buffering), (connect_bus_signals), (main):
3418         Add statusbar.
3419         Add buffering support with feedback in the statusbar.
3420
3421 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
3422
3423         * ext/ogg/gstoggmux.c:
3424           Fix sample pipeline description.
3425
3426 2008-04-03  Stefan Kost  <ensonic@users.sf.net>
3427
3428         * docs/plugins/Makefile.am:
3429         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3430         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
3431         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3432           Add playbin, playbin2, decodebin, decodebin2, uridecodebin and oggmux
3433
3434         * docs/plugins/gst-plugins-base-plugins.args:
3435         * docs/plugins/gst-plugins-base-plugins.hierarchy:
3436         * docs/plugins/gst-plugins-base-plugins.interfaces:
3437         * docs/plugins/gst-plugins-base-plugins.prerequisites:
3438         * docs/plugins/inspect/plugin-adder.xml:
3439         * docs/plugins/inspect/plugin-alsa.xml:
3440         * docs/plugins/inspect/plugin-audioconvert.xml:
3441         * docs/plugins/inspect/plugin-audiorate.xml:
3442         * docs/plugins/inspect/plugin-audioresample.xml:
3443         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3444         * docs/plugins/inspect/plugin-cdparanoia.xml:
3445         * docs/plugins/inspect/plugin-decodebin.xml:
3446         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3447         * docs/plugins/inspect/plugin-gdp.xml:
3448         * docs/plugins/inspect/plugin-gnomevfs.xml:
3449         * docs/plugins/inspect/plugin-libvisual.xml:
3450         * docs/plugins/inspect/plugin-ogg.xml:
3451         * docs/plugins/inspect/plugin-pango.xml:
3452         * docs/plugins/inspect/plugin-playback.xml:
3453         * docs/plugins/inspect/plugin-queue2.xml:
3454         * docs/plugins/inspect/plugin-subparse.xml:
3455         * docs/plugins/inspect/plugin-tcp.xml:
3456         * docs/plugins/inspect/plugin-theora.xml:
3457         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3458         * docs/plugins/inspect/plugin-uridecodebin.xml:
3459         * docs/plugins/inspect/plugin-video4linux.xml:
3460         * docs/plugins/inspect/plugin-videorate.xml:
3461         * docs/plugins/inspect/plugin-videoscale.xml:
3462         * docs/plugins/inspect/plugin-videotestsrc.xml:
3463         * docs/plugins/inspect/plugin-volume.xml:
3464         * docs/plugins/inspect/plugin-vorbis.xml:
3465         * docs/plugins/inspect/plugin-ximagesink.xml:
3466         * docs/plugins/inspect/plugin-xvimagesink.xml:
3467           Update introspection data.
3468
3469         * ext/ogg/gstoggmux.c:
3470           Document oggmux.
3471
3472         * gst/playback/gstdecodebin2.c:
3473           Don't use gtk-doc style comment start for private stuff, but make it
3474           formatted like this for consistency.
3475
3476 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3477
3478         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
3479         (gst_decode_bin_init), (gst_decode_bin_dispose),
3480         (gst_decode_bin_set_sink_caps), (gst_decode_bin_get_sink_caps),
3481         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
3482         (analyze_new_pad), (connect_pad), (expose_pad),
3483         (gst_decode_group_new), (gst_decode_group_control_demuxer_pad),
3484         (gst_decode_group_expose), (gst_decode_group_free),
3485         (do_async_start), (do_async_done), (gst_decode_bin_change_state):
3486         Remove fakesink hack, we can now implement this more elegantly.
3487         Added property to bypass typefinding.
3488         Removed underrun callback and demuxer pad probe, we now use the srcpad
3489         probe to expose groups.
3490         API::sink-caps property
3491
3492         * gst/playback/gstplaybin2.c: (no_more_pads_cb):
3493         Guard against multiple emissions of the no_more_pads signal, which
3494         happens when we are dealing with chained oggs.
3495
3496         * gst/playback/gsturidecodebin.c: (remove_decoders),
3497         (make_decoder), (type_found), (setup_streaming), (source_new_pad),
3498         (setup_source):
3499         For streams, use our own typefind element and plug our queue after it.
3500         We will need this to determine the type of buffering to use for the
3501         queue soon.
3502
3503 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3504
3505         * gst-libs/gst/audio/gstbaseaudiosink.c:
3506         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render):
3507         Guard against over and underflows because of clock slaving.
3508         When we are using our own clock, still compensate for any calibrations
3509         that we might have done to our clock.
3510
3511 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3512
3513         * ext/theora/theoradec.c: (theora_handle_type_packet),
3514         (theora_dec_chain):
3515         Don't try to do anything fancy with the return code from pushing an
3516         event, it does not have enough information to turn it into a
3517         GST_FLOW_ERROR.
3518
3519 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3520
3521         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_reset),
3522         (gst_ogg_demux_chain_elem_pad):
3523         Add small debug line.
3524         Pass return code from the internal decoder instead of the too generic
3525         GST_FLOW_ERROR.
3526
3527 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
3528
3529         * gst-libs/gst/cdda/Makefile.am:
3530         * gst-libs/gst/cdda/base64.c:
3531         * gst-libs/gst/cdda/base64.h:
3532         * gst-libs/gst/cdda/gstcddabasesrc.c:
3533         (gst_cddabasesrc_calculate_musicbrainz_discid):
3534         Use GLib's base64 implementation instead of our own.
3535
3536 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3537
3538         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3539         (gst_ogg_demux_read_chain):
3540         Refix oggdemux, we only have a problem if we failed to find a chain and
3541         we are not EOF.
3542
3543 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3544
3545         Patch by: Victor STINNER <victor dot stinner at haypocalc dot com>
3546
3547         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3548         (gst_ogg_demux_read_chain):
3549         When we fail to find a BOS page and we and up with no chain, error out
3550         properly instead of segfaulting. Fixes #525665.
3551
3552 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3553
3554         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3555         (gst_ogg_demux_read_chain), (gst_ogg_demux_handle_page):
3556         The new-pad-group sequence is add-pads, no-more-pads, add-pads,
3557         no-more-pads...
3558
3559 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3560
3561         * gst/playback/gstqueue2.c: (update_out_rates),
3562         (gst_queue_open_temp_location_file),
3563         (gst_queue_close_temp_location_file), (gst_queue_handle_src_event),
3564         (gst_queue_handle_src_query), (gst_queue_set_property):
3565         Update the estimated input data when we push out a buffer.
3566         Add some debug info about the temp file.
3567         Only forward src events when we are not using a temp file.
3568         Don't block the duration query, we need to find something better.
3569         Don't leak the temp filename.
3570
3571 2008-04-01  Sebastian Dröge  <slomo@circular-chaos.org>
3572
3573         * configure.ac:
3574         Require GLib 2.12 and liboil 0.3.14.
3575
3576         * gst/volume/gstvolume.c: (volume_process_double):
3577         Unconditionally use liboil 0.3.14 function.
3578
3579 2008-03-31  Wim Taymans  <wim.taymans@collabora.co.uk>
3580
3581         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3582         ms-gsm can have arbitrarty sample rates. See #481354.
3583
3584 2008-03-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3585
3586         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3587         MP4S is generic MPEG-4, not a microsoft variant.
3588
3589 2008-03-27  Michael Smith <msmith@fluendo.com>
3590
3591         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
3592           Check the body CRC (if set) when depayloading.
3593           Fixes #522401.
3594
3595 2008-03-24  Tim-Philipp Müller  <tim at centricular dot net>
3596
3597         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
3598           Fix Since: version for new property.
3599
3600 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3601
3602         * gst-libs/gst/rtsp/gstrtspconnection.c:
3603         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
3604         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_poll):
3605         Don't error when poll_wait returns EAGAIN.
3606
3607 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3608
3609         * gst/playback/gstqueue2.c: (gst_queue_is_filled):
3610         The queue is never filled when there are no buffers in the queue at all.
3611         Fixes #523993.
3612
3613 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3614
3615         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
3616         (init_group), (free_group), (gst_play_bin_init),
3617         (gst_play_bin_finalize), (gst_play_bin_set_uri),
3618         (gst_play_bin_set_suburi), (gst_play_bin_get_video_tags),
3619         (gst_play_bin_get_audio_tags), (gst_play_bin_get_text_tags),
3620         (gst_play_bin_set_current_video_stream),
3621         (gst_play_bin_set_current_audio_stream),
3622         (gst_play_bin_set_current_text_stream),
3623         (gst_play_bin_set_encoding), (gst_play_bin_set_property),
3624         (gst_play_bin_get_property), (pad_added_cb), (pad_removed_cb),
3625         (no_more_pads_cb), (perform_eos), (autoplug_select_cb),
3626         (activate_group), (deactivate_group), (setup_next_source),
3627         (save_current_group), (gst_play_bin_change_state):
3628         Update some docs.
3629         Add new locks and conds to protect pipeline creation and group
3630         switching.
3631         Implement the sub-uri property.
3632         Keep track of pending uridecodebin creation and configure the output
3633         pipeline after all streams are configured.
3634         Propagate subtitle encoding to the uridecodebins.
3635         Implement getting the video/audio/visualisation elements.
3636         Use input-selector for stream switching.
3637         If we are asked to do visualisation, prefer to autoplug raw sinks
3638         instead of sinks that accept encoded data.
3639
3640 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3641
3642         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
3643         (gst_play_sink_init), (gst_play_sink_dispose),
3644         (gst_play_sink_set_video_sink), (gst_play_sink_get_video_sink),
3645         (gst_play_sink_set_audio_sink), (gst_play_sink_get_audio_sink),
3646         (gst_play_sink_vis_unblocked), (gst_play_sink_vis_blocked),
3647         (gst_play_sink_set_vis_plugin), (gst_play_sink_get_vis_plugin),
3648         (gst_play_sink_set_volume), (gst_play_sink_get_volume),
3649         (gst_play_sink_set_mute), (gen_video_chain), (gen_text_chain),
3650         (gen_audio_chain), (gen_vis_chain), (gst_play_sink_reconfigure),
3651         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
3652         (gst_play_sink_send_event_to_sink), (gst_play_sink_change_state):
3653         * gst/playback/gstplaysink.h:
3654         Add methods to get audio/video/vis elements.
3655         Add methods to set the font description for the overlay.
3656         Remove properties, we're using this element with its methods only.
3657         Add support for subtitles.
3658         Rearrange the locking a bit to not use the object lock for protecting
3659         the pipeline construction.
3660         Try to use the volume and mute property on the sink when its available.
3661         Implement the mute option with volume when the sink does not have a mute
3662         property.
3663         Only add volume element when the sink has no volume property.
3664         Only do visualisations with raw audio pads.
3665
3666 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3667
3668         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
3669         (gst_text_overlay_init), (gst_text_overlay_set_property),
3670         (gst_text_overlay_get_property), (gst_text_overlay_src_event),
3671         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
3672         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
3673         (gst_text_overlay_change_state):
3674         * ext/pango/gsttextoverlay.h:
3675         Add property to configure waiting for text on the textpad or not, with
3676         the default behaviour being the old one (always wait for text before
3677         rendering the video). This default behaviour is usually not the best one
3678         because the text stream can very sparse and could require queueing a lot
3679         of video.
3680         Fix the flushing and EOS handing so that we don't mix up their meaning.
3681
3682 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3683
3684         * gst/playback/gsturidecodebin.c:
3685         (gst_uri_decode_bin_autoplug_factories),
3686         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
3687         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_encoding),
3688         (gst_uri_decode_bin_set_property),
3689         (gst_uri_decode_bin_get_property), (no_more_pads_full),
3690         (new_decoded_pad_cb), (gen_source_element), (remove_decoders),
3691         (proxy_autoplug_factories_signal), (make_decoder),
3692         (source_new_pad), (setup_source):
3693         Add a readonly source property and notify.
3694         Add new lock for protecting the construction of the pipeline.
3695         Keep track of the decodebins we plugged.
3696         Correctly proxy the autoplug signal so that it actually continues.
3697         Proxy subtitle-encoding to the decodebins.
3698
3699 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3700
3701         * tests/examples/seek/seek.c: (audio_toggle_cb), (video_toggle_cb),
3702         (text_toggle_cb), (update_streams), (main):
3703         Rearrange some buttons in playbin2 and make some other boxes insensitive
3704         when needed.
3705         Add language codes to subtitle selection boxes when we gind the right
3706         tags for the streams.
3707
3708 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3709
3710         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
3711         (gst_decode_bin_set_caps), (gst_decode_bin_get_caps),
3712         (gst_decode_bin_set_subs_encoding),
3713         (gst_decode_bin_get_subs_encoding),
3714         (gst_decode_bin_autoplug_factories), (connect_pad), (are_raw_caps),
3715         (deactivate_free_recursive):
3716         Protect caps property with the object lock.
3717         Protect encoding property with the object lock.
3718         Keep list of elements we added that have the subtitle-encoding property.
3719         Distribute the subtitle-encoding to all of the elements when it
3720         changes.
3721
3722 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3723
3724         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_release):
3725         Small debug improvement.
3726
3727         * gst-libs/gst/audio/gstbaseaudiosink.c:
3728         (gst_base_audio_sink_render):
3729         Fix bug in determining the sample start/stop position, we want to base
3730         this decision on the fact that we are going forwards or backwards, not
3731         slower or faster. This fixes some ugly resync warnings when playing at
3732         very slow speeds.
3733
3734 2008-03-23  Sebastian Dröge  <slomo@circular-chaos.org>
3735
3736         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3737         Correctly set the supported URI schemes and don't leave
3738         some schemes in the middle or at the start at NULL.
3739
3740 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
3741
3742         * tests/check/elements/gdpdepay.c:
3743           Make test compile without unused function/variable warnings on PPC.
3744  
3745 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
3746
3747         * configure.ac:
3748         * ext/alsa/gstalsamixerelement.c:
3749         (gst_alsa_mixer_element_class_init):
3750         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init):
3751         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
3752         * ext/cdparanoia/gstcdparanoiasrc.c:
3753         (gst_cd_paranoia_src_class_init):
3754         * ext/gio/gstgiosink.c: (gst_gio_sink_class_init):
3755         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init):
3756         * ext/gio/gstgiostreamsink.c: (gst_gio_stream_sink_class_init):
3757         * ext/gio/gstgiostreamsrc.c: (gst_gio_stream_src_class_init):
3758         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
3759         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init):
3760         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
3761         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
3762         * ext/pango/gsttextrender.c: (gst_text_render_class_init):
3763         * ext/theora/theoradec.c: (gst_theora_dec_class_init):
3764         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
3765         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
3766         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_class_init):
3767         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3768         (gst_audio_filter_template_class_init):
3769         * gst-libs/gst/audio/gstbaseaudiosink.c:
3770         (gst_base_audio_sink_class_init):
3771         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3772         (gst_base_audio_src_class_init):
3773         * gst-libs/gst/cdda/gstcddabasesrc.c:
3774         (gst_cdda_base_src_class_init):
3775         * gst-libs/gst/interfaces/mixertrack.c:
3776         (gst_mixer_track_class_init):
3777         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3778         (gst_base_rtp_depayload_class_init):
3779         * gst-libs/gst/rtp/gstbasertppayload.c:
3780         (gst_basertppayload_class_init):
3781         * gst/audioconvert/gstaudioconvert.c:
3782         (gst_audio_convert_class_init):
3783         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_class_init):
3784         * gst/audioresample/gstaudioresample.c:
3785         (gst_audioresample_class_init):
3786         * gst/audiotestsrc/gstaudiotestsrc.c:
3787         (gst_audio_test_src_class_init):
3788         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init):
3789         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
3790         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3791         (preroll_unlinked):
3792         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
3793         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init):
3794         * gst/playback/gstplaysink.c: (gst_play_sink_class_init):
3795         * gst/playback/gstqueue2.c: (gst_queue_class_init):
3796         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
3797         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
3798         (gst_stream_selector_class_init):
3799         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
3800         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
3801         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
3802         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
3803         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
3804         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
3805         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
3806         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init):
3807         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
3808         * gst/videotestsrc/gstvideotestsrc.c:
3809         (gst_video_test_src_class_init):
3810         * gst/volume/gstvolume.c: (gst_volume_class_init):
3811         * sys/v4l/gstv4lelement.c: (gst_v4lelement_class_init):
3812         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
3813         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
3814         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
3815         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
3816         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
3817         Use G_PARAM_STATIC_STRINGS everywhere for GParamSpecs that use
3818         static strings (i.e. all). This gives us less memory usage,
3819         fewer allocations and thus less memory defragmentation. Depend
3820         on core CVS for this. Fixes bug #523806.
3821
3822 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
3823
3824         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3825         Filter http and https protocols. GIO/GVfs handles them but it's
3826         impossible to implement iradio/icecast with it. Better use
3827         souphttpsrc or something else for this.
3828
3829         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
3830         If getting the file informations by a query fails try it with the
3831         seek-to-end trick too.
3832
3833 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3834
3835         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
3836         (gst_volume_base_init), (gst_volume_class_init),
3837         (volume_process_double), (volume_process_float),
3838         (volume_transform_ip), (plugin_init):
3839         memset buffers to zero if we get a GAP buffer. We usually see a
3840         buffer as one unit so let's handle it as one and don't care about
3841         volume changes while processing one buffer.
3842         Also clean up some stuff a bit.
3843
3844 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3845
3846         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
3847         (gst_audio_convert_create_silence_buffer),
3848         (gst_audio_convert_transform):
3849         Make audioconvert GAP-aware by outputting silence buffers when the
3850         input has the GAP flag set. This is up to 8x faster.
3851         Based on a patch by Stefan Kost. Fixes bug #517813.
3852
3853 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3854
3855         * gst/volume/gstvolume.c: (volume_process_double):
3856         Use oil_scalarmultiply_f64_ns() for double processing when it's
3857         available at compile time.
3858
3859 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3860
3861         * configure.ac:
3862         Fix lrint/lrintf checks to actually work. These functions are
3863         in libm on Linux at least so try to link to it.
3864
3865 2008-03-21  Jan Schmidt  <jan.schmidt@sun.com>
3866
3867         * configure.ac:
3868         Back to development - 0.10.18.1
3869
3870 === release 0.10.18 ===
3871
3872 2008-03-20  Jan Schmidt <jan.schmidt@sun.com>
3873
3874         * configure.ac:
3875           releasing 0.10.18, "I will follow"
3876
3877 2008-03-18  Jan Schmidt  <jan.schmidt@sun.com>
3878
3879         * configure.ac:
3880         * win32/common/config.h:
3881         0.10.17.4 pre-release
3882
3883 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3884
3885         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_dump):
3886         Use GST_STR_NULL when trying to print strings that could be NULL because
3887         this might crash on some platforms. See #520808.
3888
3889 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3890
3891         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
3892
3893         * gst-libs/gst/rtsp/gstrtspconnection.c:
3894         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
3895         (read_line), (gst_rtsp_connection_read_internal):
3896         Generic Windows fixes that makes libgstrtsp work on Windows when
3897         coupled with the new GstPoll API. See #520808.
3898
3899 2008-03-17  Sebastian Dröge  <slomo@circular-chaos.org>
3900
3901         Patch by: Milosz Derezynski <internalerror at gmail dot com>
3902
3903         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
3904           If seeking to a new position succeeds don't simply return from
3905           create() without creating a buffer. Do this only in the case
3906           seeking to the new position fails. Fixes bug #523054.
3907
3908 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
3909
3910         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps),
3911           (gst_video_format_from_rgba32_masks):
3912           Fix gst_video_format_parse_caps() for RGB caps with alpha channel
3913           (#522635).
3914
3915         * tests/check/libs/video.c: (test_parse_caps_rgb), (video_suite):
3916           Add unit test for the RGB caps parsing and creation, checking for
3917           internal consistency of the new API and consistency of the API with
3918           the old GST_VIDEO_CAPS_* defines.
3919
3920 2008-03-14  David Schleef  <ds@schleef.org>
3921
3922         * gst/videotestsrc/videotestsrc.c:  Oops, revert last change
3923           because -base is in freeze.
3924
3925 2008-03-14  David Schleef  <ds@schleef.org>
3926
3927         Patch by: William M. Brack
3928
3929         * gst/videotestsrc/videotestsrc.c: Fix Bayer pattern generation.
3930
3931 2008-03-14  Wim Taymans  <wim.taymans@collabora.co.uk>
3932
3933         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
3934         (gst_selector_pad_chain):
3935         * gst/playback/gststreamselector.h:
3936         Revert change that caused regression until a real fix is found.
3937         Fixes #522203.
3938
3939 2008-03-12  Michael Smith <msmith@fluendo.com>
3940
3941         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
3942         * gst-libs/gst/audio/gstringbuffer.h:
3943           Rename recently added buffer types to make more sense.
3944         * ext/alsa/gstalsasink.c: (alsasink_parse_spec),
3945         (gst_alsasink_write):
3946           Adapt for above API changes.
3947           Fixes bug #520523.
3948
3949 2008-03-11  Sebastian Dröge  <slomo@circular-chaos.org>
3950
3951         * win32/common/libgstnetbuffer.def:
3952         Add new symbol gst_netaddress_equal. Fixes bug #521743.
3953
3954 2008-03-11  Jan Schmidt  <jan.schmidt@sun.com>
3955
3956         * configure.ac:
3957         * win32/common/config.h:
3958         0.10.17.3 pre-release
3959
3960 2008-03-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3961
3962         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3963         (gst_base_audio_src_create):
3964         Fix duration when no clock was provided. Fixes #520300.
3965
3966 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3967
3968         Patch by: Olivier Crete  <tester at tester ca>
3969
3970         * docs/libs/gst-plugins-base-libs-sections.txt:
3971         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netaddress_equal):
3972         * gst-libs/gst/netbuffer/gstnetbuffer.h:
3973         Add trivial function to compare GstNetAddress. See #520626.
3974         API: GstNetBuffer::gst_netaddress_equal
3975
3976 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3977
3978         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
3979         Update mode property docs, it's deprecated now.
3980
3981 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3982
3983         * gst-libs/gst/rtsp/gstrtspconnection.c:
3984         (gst_rtsp_connection_create):
3985         * gst/tcp/gstmultifdsink.c: (gst_fdset_mode_get_type),
3986         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_start):
3987         * gst/tcp/gstmultifdsink.h:
3988         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
3989         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_start):
3990         Remove GstPollMode from gstpoll constructor.
3991
3992 2008-03-04  Jan Schmidt  <jan.schmidt@sun.com>
3993
3994         * configure.ac:
3995         * win32/common/config.h:
3996         0.10.17.2 pre-release
3997
3998 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
3999
4000         * gst/Makefile.am:
4001         GST_PLUGINS_ALL correctly lists subparse and tcp now, don't distclean
4002         them twice
4003
4004         * win32/common/libgstinterfaces.def:
4005         * win32/common/libgstrtp.def:
4006         Add new API to the defs
4007
4008 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
4009
4010         Patch by: Mersad Jelacic  <mersad at axis dot com>
4011
4012         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4013         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4014         API: add gst_base_rtp_audio_payload_set_samplebits_options() to make it
4015         possible to specify the sample size in bits. (#509637)
4016
4017 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
4018
4019         * tests/check/libs/mixer.c:
4020           Add a few simple checks for the new message types.
4021
4022 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
4023
4024         * docs/libs/gst-plugins-base-libs-sections.txt:
4025         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_option_changed),
4026           (gst_mixer_options_list_changed), (gst_mixer_mixer_changed),
4027           (gst_mixer_message_get_type),
4028           (gst_mixer_message_parse_option_changed),
4029           (gst_mixer_message_parse_options_list_changed):
4030         * gst-libs/gst/interfaces/mixer.h: (GstMixerType),
4031           (GST_MIXER_MESSAGE_OPTION_CHANGED),
4032           (GST_MIXER_MESSAGE_OPTIONS_LIST_CHANGED),
4033           (GST_MIXER_MESSAGE_MIXER_CHANGED):
4034           API: add gst_mixer_options_list_changed(), gst_mixer_mixer_changed()
4035           and gst_mixer_message_parse_options_list_changed(). Fixes #519916.
4036
4037 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
4038
4039         * gst-libs/gst/interfaces/mixeroptions.c: (gst_mixer_options_init),
4040           (gst_mixer_options_get_values):
4041         * gst-libs/gst/interfaces/mixeroptions.h:
4042           (GST_MIXER_OPTIONS_GET_CLASS), (GstMixerOptionsClass),
4043           (_GstMixerOptions), (_GstMixerOptionsClass):
4044           API: add GstMixerOptions::get_values vfunc (#519906)
4045
4046 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
4047
4048         * configure.ac:
4049         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
4050         plug-ins are included/excluded. (#498222)
4051
4052 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
4053
4054         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4055         Add typefinder for IMelody files, using audio/x-imelody.
4056         See bug #519516.
4057
4058 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
4059
4060         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_get_type):
4061         * ext/alsa/gstalsasink.c: (set_hwparams):
4062         * ext/alsa/gstalsasrc.c: (set_hwparams):
4063         * ext/gio/gstgio.c: (gst_gio_uri_handler_get_uri):
4064         * ext/ogg/gstoggmux.h:
4065         * ext/ogg/gstogmparse.c:
4066         * gst-libs/gst/audio/audio.c:
4067         * gst-libs/gst/fft/kiss_fft_f64.c: (kiss_fft_f64_alloc):
4068         * gst-libs/gst/pbutils/missing-plugins.c:
4069         (gst_missing_uri_sink_message_new),
4070         (gst_missing_element_message_new),
4071         (gst_missing_decoder_message_new),
4072         (gst_missing_encoder_message_new):
4073         * gst-libs/gst/rtp/gstbasertppayload.c:
4074         * gst-libs/gst/rtp/gstrtcpbuffer.c:
4075         (gst_rtcp_packet_bye_get_reason):
4076         * gst/audioconvert/gstaudioconvert.c:
4077         * gst/audioresample/gstaudioresample.c:
4078         * gst/ffmpegcolorspace/imgconvert.c:
4079         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
4080         * gst/typefind/gsttypefindfunctions.c:
4081         * gst/videoscale/vs_4tap.c:
4082         * gst/videoscale/vs_4tap.h:
4083         * sys/v4l/gstv4lelement.c:
4084         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_any_caps):
4085         * sys/v4l/v4l_calls.c:
4086         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
4087         (gst_v4lsrc_try_capture):
4088         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
4089         (gst_ximagesink_ximage_new):
4090         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
4091         (gst_xvimagesink_xvimage_new):
4092         * tests/check/elements/audioconvert.c:
4093         * tests/check/elements/audioresample.c:
4094         (fail_unless_perfect_stream):
4095         * tests/check/elements/audiotestsrc.c: (setup_audiotestsrc):
4096         * tests/check/elements/decodebin.c:
4097         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
4098         (setup_gdpdepay_streamheader):
4099         * tests/check/elements/gdppay.c: (setup_gdppay), (GST_START_TEST),
4100         (setup_gdppay_streamheader):
4101         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink):
4102         * tests/check/elements/multifdsink.c: (setup_multifdsink):
4103         * tests/check/elements/textoverlay.c:
4104         * tests/check/elements/videorate.c: (setup_videorate):
4105         * tests/check/elements/videotestsrc.c: (setup_videotestsrc):
4106         * tests/check/elements/volume.c: (setup_volume):
4107         * tests/check/elements/vorbisdec.c: (setup_vorbisdec):
4108         * tests/check/elements/vorbistag.c:
4109         * tests/check/generic/clock-selection.c:
4110         * tests/check/generic/states.c: (setup), (teardown):
4111         * tests/check/libs/cddabasesrc.c:
4112         * tests/check/libs/video.c:
4113         * tests/check/pipelines/gio.c:
4114         * tests/check/pipelines/oggmux.c:
4115         * tests/check/pipelines/simple-launch-lines.c:
4116         (simple_launch_lines_suite):
4117         * tests/check/pipelines/streamheader.c:
4118         * tests/check/pipelines/theoraenc.c:
4119         * tests/check/pipelines/vorbisdec.c:
4120         * tests/check/pipelines/vorbisenc.c:
4121         * tests/examples/seek/scrubby.c:
4122         * tests/examples/seek/seek.c: (query_positions_elems),
4123         (query_positions_pads):
4124         * tests/icles/stress-xoverlay.c: (myclock):
4125         Correct all relevant warnings found by the sparse semantic code
4126         analyzer. This include marking several symbols static, using
4127         NULL instead of 0 for pointers and using "foo (void)" instead
4128         of "foo ()" for declarations.
4129
4130         * win32/common/libgstrtp.def:
4131         Add gst_rtp_buffer_set_extension_data to the symbol definition file.
4132
4133 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4134
4135         Patch by: José Alburquerque <jaalburqu svn gnome org>
4136
4137         * gst/playback/gstplaybin2.c:
4138           Make the function signature of the _get_*_tags() functions match
4139           the signature of the vfuncs they implement, ie. return a
4140           GstTagList rather than a GstStructure, which is more correct,
4141           even if one is typedef'ed to the other (#518940).
4142
4143 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4144
4145         * gst-libs/gst/rtsp/gstrtspconnection.c:
4146           Don't include unix headers unconditionally (fixes #518037).
4147
4148 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4149
4150         * tests/check/libs/video.c: (paintinfo), (paintinfo_struct),
4151           (fourcc_list_struct), (fourcc_list), (fourcc_get_size),
4152           (paint_setup_I420), (paint_setup_YV12), (paint_setup_AYUV),
4153           (paint_setup_YUY2), (paint_setup_UYVY), (paint_setup_YVYU),
4154           (paint_setup_IYU2), (paint_setup_Y41B), (paint_setup_Y42B),
4155           (paint_setup_Y800), (paint_setup_YVU9), (paint_setup_YUV9),
4156           (gst_video_format_is_packed), (video_format_is_packed):
4157           Add unit test that makes sure that the strides, offsets and
4158           sizes returned for the various YUV formats by the new video API
4159           match the old reference implementation in videotestsrc.
4160
4161 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4162
4163         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio),
4164           (gst_video_format_from_fourcc), (gst_video_format_to_fourcc),
4165           (gst_video_format_is_rgb), (gst_video_format_is_yuv),
4166           (gst_video_format_has_alpha), (gst_video_format_get_row_stride),
4167           (gst_video_format_get_pixel_stride),
4168           (gst_video_format_get_component_width),
4169           (gst_video_format_get_component_height),
4170           (gst_video_format_get_component_offset), (gst_video_format_get_size):
4171         * gst-libs/gst/video/video.h: (GST_VIDEO_FORMAT_Y41B),
4172           (GST_VIDEO_FORMAT_Y42B):
4173           API: add GST_VIDEO_FORMAT_Y41B and GST_VIDEO_FORMAT_Y42B.
4174
4175 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4176
4177         * gst-libs/gst/video/video.c: (gst_video_format_get_component_offset):
4178           YV12 is I420 with swapped components 1 and 2, so the offset of
4179           component 1 for I420 should be the offset for component 2 for YV12
4180           and vice versa.
4181
4182 2008-02-29  Rene Stadler  <mail@renestadler.de>
4183
4184         * sys/v4l/gstv4lelement.c:
4185         Add missing semicolon to fix indentation.
4186
4187 2008-02-29  Julien Moutte  <julien@fluendo.com>
4188
4189         * ext/alsa/gstalsa.c: (gst_alsa_open_iec958_pcm),
4190         (gst_alsa_probe_supported_formats): Probe for IEC958 pcm to detect
4191         if we can do SPDIF output.
4192         * ext/alsa/gstalsa.h:
4193         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec),
4194         (gst_alsasink_prepare), (gst_alsasink_close), (gst_alsasink_write):
4195         * ext/alsa/gstalsasink.h: Initial support for SPDIF.
4196         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
4197         * gst-libs/gst/audio/gstringbuffer.h: Add non linear buffer types
4198         to support AC3, EC3 and IEC958 buffers.
4199
4200 2008-02-29  Tim-Philipp Müller  <tim at centricular dot net>
4201
4202         * gst-libs/gst/interfaces/mixer.c: (GST_MIXER_MESSAGE_HAS_TYPE),
4203           (gst_mixer_message_parse_mute_toggled),
4204           (gst_mixer_message_parse_record_toggled),
4205           (gst_mixer_message_parse_volume_changed),
4206           (gst_mixer_message_parse_option_changed):
4207           De-cruft and fix message type assertions (NULL is not a really
4208           valid mixer message type string).
4209
4210 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4211
4212         * ext/libvisual/visual.c: (gst_vis_src_negotiate):
4213         When negotiating, actually start from a format that we can support
4214         instead of from the too generic template.
4215
4216 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4217
4218         * gst/playback/gstplaybin2.c: (gst_play_bin_set_property):
4219         Enable vis setting.
4220
4221         * gst/playback/gstplaysink.c: (gst_play_sink_init),
4222         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
4223         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
4224         (gen_vis_chain):
4225         Implement vis switching while playing.
4226
4227 2008-02-28  David Schleef  <ds@schleef.org>
4228
4229         * gst-libs/gst/riff/riff-media.c: Add Dirac mapping
4230
4231 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4232
4233         Patch by: Peter Kjellerstedt  <pkj at axis com>
4234
4235         * gst/tcp/Makefile.am:
4236         * gst/tcp/fdsetstress.c:
4237         * gst/tcp/gstfdset.c:
4238         * gst/tcp/gstfdset.h:
4239         Removed fdset and stress test, they are now known as GstPoll in
4240         core. 
4241
4242         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
4243         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_remove),
4244         (gst_multi_fd_sink_clear), (gst_multi_fd_sink_remove_client_link),
4245         (gst_multi_fd_sink_handle_client_write),
4246         (gst_multi_fd_sink_queue_buffer),
4247         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_start),
4248         (gst_multi_fd_sink_stop):
4249         * gst/tcp/gstmultifdsink.h:
4250         * gst/tcp/gsttcp.c: (gst_tcp_socket_read), (gst_tcp_socket_close),
4251         (gst_tcp_read_buffer), (gst_tcp_gdp_read_buffer),
4252         (gst_tcp_gdp_read_caps):
4253         * gst/tcp/gsttcp.h:
4254         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_init),
4255         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
4256         (gst_tcp_client_sink_start), (gst_tcp_client_sink_stop):
4257         * gst/tcp/gsttcpclientsink.h:
4258         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_init),
4259         (gst_tcp_client_src_create), (gst_tcp_client_src_start),
4260         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
4261         * gst/tcp/gsttcpclientsrc.h:
4262         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_handle_wait),
4263         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
4264         * gst/tcp/gsttcpserversink.h:
4265         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_init),
4266         (gst_tcp_server_src_create), (gst_tcp_server_src_start),
4267         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
4268         * gst/tcp/gsttcpserversrc.h:
4269         Port to GstPoll. See #505417.
4270
4271 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4272
4273         Patch by: Peter Kjellerstedt  <pkj at axis com>
4274
4275         * gst-libs/gst/rtsp/gstrtspconnection.c:
4276         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
4277         (gst_rtsp_connection_write), (gst_rtsp_connection_read_internal),
4278         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
4279         (gst_rtsp_connection_free), (gst_rtsp_connection_poll),
4280         (gst_rtsp_connection_flush):
4281         * gst-libs/gst/rtsp/gstrtspconnection.h:
4282         Use GstPoll for the rtsp connection. See #505417.
4283
4284 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
4285
4286         * tests/examples/seek/seek.c: (vis_toggle_cb), (filter_features),
4287         (init_visualization_features), (vis_combo_cb), (shot_cb), (main):
4288         Add combo box for visualisations, populate it with a factory list
4289         of all visualisation plugins, configure vis plugin instance in
4290         playbin2. 
4291
4292 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
4293
4294         * tests/check/libs/rtp.c: (GST_START_TEST):
4295         Add check for RTP buffer defaults, padding and marker bit API.
4296
4297 2008-02-27  Sebastian Dröge  <slomo@circular-chaos.org>
4298
4299         * gst-libs/gst/cdda/sha1.c: (sha_transform):
4300         Use memcpy() instead of upcasting a byte array to long *. This
4301         fixes an unaligned memory access, resulting in SIGBUS on IA64.
4302         This should be ported to GCheckSum once we can use GLib 2.16.
4303         Partially fixes bug #500833.
4304
4305 2008-02-27  Tim-Philipp Müller  <tim at centricular dot net>
4306
4307         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_chain):
4308           Push tag event after the newsegment event. Log the pointer of
4309           the buffer we're actually going to push rather than the buffer
4310           we're feeding to _make_metadata_writable().
4311
4312 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4313
4314         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4315         Comment smoke typefinder for now. The smokedec plugin needs one
4316         frame per buffer but we have no parser yet, thus it simply crashes
4317         in most situations.
4318
4319 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4320
4321         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4322         Add typefinder for the smoke video codec. Copied from the jpeg plugin.
4323
4324 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4325
4326         * gst/typefind/gsttypefindfunctions.c: (mid_type_find),
4327         (plugin_init):
4328         Add midi typefinder, copied from the timidity plugin.
4329
4330 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
4331
4332         Based on patch by: Tomasz Sałaciński <tsalacinski gmail com>
4333
4334         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
4335         * tests/check/elements/subparse.c: (test_microdvd_with_italics),
4336           (subparse_suite):
4337           Forward slashes at the beginning and end of a line also signify
4338           italics (Fixes: #518162).
4339
4340 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4341
4342         * tests/check/gst-plugins-base.supp:
4343         Add a suppression for a cached value in GIO that wasn't moved
4344         while moving gio from -bad to -base.
4345
4346 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4347
4348         Patch by: Brian Cameron <brian dot cameron at sun dot com>
4349
4350         * configure.ac:
4351         Don't hardcode -Wall and -Werror for configure checks, this fails
4352         with non-GCC compilers. Fixes bug #517991.
4353
4354 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
4355
4356         * gst/audioconvert/gstaudioconvert.c:
4357         * gst/audioconvert/gstaudioquantize.c:
4358         * gst/audioconvert/gstaudioquantize.h:
4359           Make audioconvert gap aware. If noiseshaping is used, wait for
4360           noiseshaping to converge before marking as GAP. Fixes #517813.
4361
4362 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
4363
4364         * gst/audiotestsrc/gstaudiotestsrc.c:
4365           Mark buffers as GAP,if volume is 0.0 and fix the previous logic.
4366
4367 2008-02-20  Sebastian Dröge  <slomo@circular-chaos.org>
4368
4369         * ext/gnomevfs/gstgnomevfssink.c:
4370         (gst_gnome_vfs_sink_handle_event):
4371         Return FALSE when seeking for a new segment fails instead
4372         of silently ignoring the failure and appending every buffer
4373         that comes for the new segment.
4374
4375 2008-02-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4376
4377         * gst/playback/gstplaysink.c: (find_property),
4378         (gst_play_sink_find_property), (gen_video_chain),
4379         (gst_play_sink_reconfigure), (gst_play_sink_get_last_frame):
4380         Recursively search the sink element for a last-frame property so that we
4381         can also find the property in autovideosink and friends that don't
4382         always proxy the internal sink properties.
4383
4384 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4385
4386         * gst-libs/gst/audio/multichannel.c:
4387           (GST_AUDIO_CHANNEL_POSITIONS_FIELD_NAME),
4388           (gst_audio_get_channel_positions), (gst_audio_set_channel_positions),
4389           (gst_audio_set_structure_channel_positions_list),
4390           (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
4391           (gst_audio_fixate_channel_positions):
4392           Fix confusing terminology in docs and code: structure fields are
4393           'fields' and not 'properties'.
4394
4395 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4396
4397         * gst-libs/gst/audio/multichannel.c:
4398           (gst_audio_check_channel_positions), (add_list_to_struct):
4399           Give more useful warning messages if one of the channel
4400           layout enums passed to us is invalid and if the "channels"
4401           field in the caps has a GType we don't expect.
4402
4403 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4404
4405         * gst-libs/gst/audio/multichannel.c:
4406           Fix typo in docs blurb.
4407
4408 2008-02-19  Julien Moutte  <julien@fluendo.com>
4409
4410         Patch by: Josep Torra Valles <josep@fluendo.com>
4411
4412         * gst/typefind/gsttypefindfunctions.c: Increase the MPEG PS
4413         typefind lookup to fix typefinding on HD clips.
4414
4415 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4416
4417         * gst/playback/gstscreenshot.c:
4418         * gst/playback/gstscreenshot.h:
4419           Fix up copyright (I rewrote the GStreamer-0.10 code for
4420           this from scratch back in the days).
4421
4422 2008-02-19  Wim Taymans  <wim.taymans@collabora.co.uk>
4423
4424         * gst/playback/Makefile.am:
4425         * gst/playback/gstscreenshot.c: (feed_fakesrc), (save_result),
4426         (create_element), (gst_play_frame_conv_convert):
4427         * gst/playback/gstscreenshot.h:
4428         Add screenshot conversion code from totem.
4429
4430         * gst/playback/gstplay-marshal.list:
4431         * gst/playback/gstplaybin2.c: (gst_play_marshal_BUFFER__BOXED),
4432         (gst_play_bin_class_init), (gst_play_bin_convert_frame),
4433         (gst_play_bin_get_property), (no_more_pads_cb), (activate_group):
4434         Implement frame property to get a color-unconverted snapshot.
4435         Implement convert-frame action signal to get a converted snapshot image.
4436         Configure connection speed in uridecodebin.
4437         Document some more properties.
4438
4439         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
4440         (gen_video_chain), (gen_audio_chain), (gst_play_sink_reconfigure),
4441         (gst_play_sink_get_last_frame):
4442         * gst/playback/gstplaysink.h:
4443         Use last-buffer property of the video sink to get a video snapshot.
4444
4445         * tests/examples/seek/seek.c: (shot_cb), (main):
4446         Add snapshot button for playbin2 and use the frame property to save the
4447         frame as a png in the current directory.
4448
4449 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
4450
4451         Patch by: Josep Torra Valles <josep at fluendo dot com>
4452
4453         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find),
4454         (plugin_init):
4455         Add typefinding support for h264 elementary streams.
4456         Fixes bug #517420.
4457
4458 2008-02-18  Stefan Kost  <ensonic@users.sf.net>
4459
4460         * configure.ac:
4461           Require CVS of core for new API in collectpads.
4462
4463         * gst/adder/gstadder.c:
4464           Use new API to make adder sparse stream aware.
4465
4466 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4467
4468         * gst/playback/gstplaybin2.c: (pad_added_cb), (pad_removed_cb),
4469         (no_more_pads_cb):
4470         Get the object data correct so that we can remove our channels
4471         correctly.
4472
4473         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
4474         (gen_vis_chain), (gst_play_sink_reconfigure),
4475         (gst_play_sink_request_pad):
4476         Add option to disable async behaviour in the sinks when possible. This
4477         makes it possible to avoid an audio queue when dealing with
4478         visualisations.
4479         Add option to add a queue for the audio path.
4480
4481         * tests/examples/seek/seek.c: (clear_streams), (update_streams),
4482         (main):
4483         Disable the vis checkbox to match the defaults of playbin2.
4484         Only get the stream info when we need to.
4485
4486 2008-02-17  Sebastian Dröge  <slomo@circular-chaos.org>
4487
4488         * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_stop),
4489         (gst_gio_base_sink_set_stream):
4490         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_stop),
4491         (gst_gio_base_src_set_stream):
4492         * ext/gio/gstgiosink.c: (gst_gio_sink_start):
4493         * ext/gio/gstgiosrc.c: (gst_gio_src_start):
4494         Don't use async operations as they require a running main loop.
4495         This makes us block again when closing streams and unable
4496         to mount the enclosing volume of an URI if it isn't yet.
4497
4498 2008-02-15  Wim Taymans  <wim.taymans@collabora.co.uk>
4499
4500         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4501         (gst_play_sink_get_mute), (gen_video_chain), (gen_audio_chain),
4502         (gen_vis_chain), (gst_play_sink_reconfigure),
4503         (gst_play_sink_request_pad):
4504         Move tee in front of the audio and vis pipelines.
4505         Add queue for audio for now.
4506         Add visualisation support.
4507
4508         * tests/examples/seek/seek.c: (main):
4509         Visualisation is by default disabled.
4510
4511 2008-02-15  Sebastian Dröge  <slomo@circular-chaos.org>
4512
4513         * ext/gio/gstgiobasesink.c: (close_stream_cb):
4514         * ext/gio/gstgiobasesrc.c: (close_stream_cb):
4515         Improve debugging a bit.
4516
4517         * ext/gio/gstgiosink.c: (mount_cb), (gst_gio_sink_start):
4518         * ext/gio/gstgiosink.h:
4519         * ext/gio/gstgiosrc.c: (mount_cb), (gst_gio_src_start):
4520         * ext/gio/gstgiosrc.h:
4521         Try to mount the enclosing volume of a GFile if it isn't mounted
4522         yet. This requires us to wait for an async operation to finish, done
4523         with an nested GMainLoop. Authentication is not supported yet, will
4524         come later.
4525
4526 2008-02-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4527
4528         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4529         (gst_play_bin_set_property), (gst_play_bin_get_property),
4530         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb):
4531         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4532         (gst_play_sink_get_mute), (gen_audio_chain):
4533         * gst/playback/gstplaysink.h:
4534         Add mute property.
4535
4536         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
4537         (gst_selector_pad_chain):
4538         * gst/playback/gststreamselector.h:
4539         Make sure we forward the event only once.
4540
4541         * tests/examples/seek/seek.c: (stop_cb), (mute_toggle_cb), (main):
4542         Add and implement the mute button for playbin2.
4543
4544 2008-02-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4545
4546         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
4547
4548         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_delay):
4549         Add some more debug info.
4550         Make sure we never return a negative delay. Fixes #516246.
4551
4552 2008-02-12  Tim-Philipp Müller  <tim at centricular dot net>
4553
4554         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
4555           Revert patch that makes the sink hold the object lock when
4556           calling snd_pcm_delay(), since it breaks playback for me.
4557
4558 2008-02-12  Julien Moutte  <julien@fluendo.com>
4559
4560         * tests/examples/seek/seek.c: (rate_spinbutton_changed_cb): Add
4561         some seek flags when changing rate.
4562
4563 2008-02-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4564
4565         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4566         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
4567         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
4568         Fix potential leaks.
4569
4570         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_chain):
4571         Fix leak when there is no function configured.
4572
4573 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4574
4575         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_class_init),
4576         (gst_v4lsrc_buffer_finalize):
4577         Correctly chain up the finalize method.
4578
4579 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4580
4581         * ext/gio/gstgiostreamsink.c:
4582         * ext/gio/gstgiostreamsrc.c:
4583         Add documentation and example code for giostreamsink/giostreamsrc.
4584
4585         * tests/check/pipelines/gio.c: (GST_START_TEST):
4586         Ask the GMemoryOutputStream for the data instead of assuming that
4587         the pointer to the data stayed the same. It could've been realloc'ed.
4588
4589 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4590
4591         * ext/gio/gstgiosink.c:
4592         * ext/gio/gstgiosrc.c:
4593         Make the documentation of giosink/giosrc complete, large parts
4594         are based on the gnomevfssink/gnomevfssrc docs.
4595
4596 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4597
4598         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4599         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4600         * docs/plugins/gst-plugins-base-plugins.args:
4601         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4602         * docs/plugins/gst-plugins-base-plugins.interfaces:
4603         * docs/plugins/gst-plugins-base-plugins.prerequisites:
4604         * docs/plugins/gst-plugins-base-plugins.signals:
4605         * docs/plugins/inspect/plugin-adder.xml:
4606         * docs/plugins/inspect/plugin-audioconvert.xml:
4607         * docs/plugins/inspect/plugin-audiorate.xml:
4608         * docs/plugins/inspect/plugin-audioresample.xml:
4609         * docs/plugins/inspect/plugin-decodebin.xml:
4610         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4611         * docs/plugins/inspect/plugin-gdp.xml:
4612         * docs/plugins/inspect/plugin-gio.xml:
4613         * docs/plugins/inspect/plugin-gnomevfs.xml:
4614         * docs/plugins/inspect/plugin-libvisual.xml:
4615         * docs/plugins/inspect/plugin-ogg.xml:
4616         * docs/plugins/inspect/plugin-pango.xml:
4617         * docs/plugins/inspect/plugin-playback.xml:
4618         * docs/plugins/inspect/plugin-queue2.xml:
4619         * docs/plugins/inspect/plugin-subparse.xml:
4620         * docs/plugins/inspect/plugin-theora.xml:
4621         * docs/plugins/inspect/plugin-uridecodebin.xml:
4622         * docs/plugins/inspect/plugin-videorate.xml:
4623         * docs/plugins/inspect/plugin-videoscale.xml:
4624         * docs/plugins/inspect/plugin-volume.xml:
4625         * docs/plugins/inspect/plugin-vorbis.xml:
4626         Add the GIO documentation again and while at that run make update.
4627
4628 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4629
4630         * ext/alsa/gstalsa.h: (GST_CHECK_ALSA_VERSION):
4631         * ext/alsa/gstalsasink.c: (set_swparams):
4632         * ext/alsa/gstalsasrc.c: (set_swparams), (gst_alsasrc_open):
4633           Don't use snd_pcm_sw_params_set_xfer_align() if we're compiling
4634           against libasound >= 1.0.16, since it's been deprecated in
4635           0.10.16, and alignment is always 1 then, apparently. (#512899)
4636
4637 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4638
4639         * gst/playback/gstplaybin.c: (gen_audio_element):
4640         * gst/playback/gstplaysink.c: (gen_audio_chain):
4641           Handle case where we can't create the volume element a bit
4642           better (#514307).
4643
4644 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4645
4646         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_check_get_range):
4647         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
4648           Add support for https protocol. Fixes #510229.
4649
4650 2008-02-11  Julien Moutte  <julien@fluendo.com>
4651         
4652         Patch by: Alan Peevers <peeves@pacbell.net>
4653
4654         * ext/alsa/gstalsasink.c: (gst_alsasink_delay): Take appropriate
4655         lock when calling alsa methods.
4656
4657 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4658
4659         * gst/typefind/gsttypefindfunctions.c:
4660           Bump rank of jpeg and png typefinders, which will return maximum
4661           probability in the most common cases (thus short-circuiting more
4662           expensive typefinders like the mp3 one for these two quite common
4663           image types).
4664
4665 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
4666
4667         * ext/theora/theoraparse.c:
4668         Fix long description of the theora parser to be more verbose than just
4669         the type name.
4670
4671 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
4672
4673         Patch by: Branko Čibej <brane at xbc dot nu>
4674
4675         * sys/xvimage/xvimagesink.c:
4676         Fix build of xvimagesink if we don't have XShm, e.g. on Mac OS X.
4677         Fixes bug #515654.
4678
4679 2008-02-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4680
4681         * gst/playback/gstplaybasebin.c:
4682         Set is_dynamic as True if there are elements with both request
4683         and sometimes src pad templates instead of breaking out when it
4684         finds the first pad template that is a src.
4685
4686 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4687
4688         * tests/examples/seek/seek.c: (stop_cb), (clear_streams),
4689         (update_streams), (video_combo_cb), (audio_combo_cb),
4690         (text_combo_cb), (volume_spinbutton_changed_cb), (main):
4691         Add some stream switching and volume gui for playbin2.
4692
4693 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4694
4695         * gst/playback/gstplay-marshal.list:
4696         Added marshal for streamselector Tags.
4697
4698         * gst/playback/gstplaybasebin.c: (set_active_source):
4699         Streamselector now selects pads based on the pad object instead of its
4700         name.
4701
4702         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4703         (init_group), (gst_play_bin_init), (get_group), (get_tags),
4704         (gst_play_bin_get_video_tags), (gst_play_bin_get_audio_tags),
4705         (gst_play_bin_get_text_tags),
4706         (gst_play_bin_set_current_video_stream),
4707         (gst_play_bin_set_current_audio_stream),
4708         (gst_play_bin_set_current_text_stream),
4709         (gst_play_bin_set_property), (gst_play_bin_get_property),
4710         (pad_added_cb), (pad_removed_cb), (autoplug_select_cb):
4711         Remove option to mute streams with the current-a/v/t property, we have
4712         this functionality in the flags.
4713         Add signals to notify when the number of A/V/T channels changed.
4714         Add action signals to get tags for the A/V/T streams.
4715         Implement setting the current A/V/T stream.
4716         Rearrange some things to simplify stream selection.
4717         Implement volume.
4718
4719         * gst/playback/gstplaysink.c: (gst_play_sink_set_volume),
4720         (gst_play_sink_get_volume), (gst_play_sink_set_property),
4721         (gst_play_sink_get_property), (gen_video_chain), (gen_audio_chain),
4722         (activate_vis), (gst_play_sink_reconfigure):
4723         * gst/playback/gstplaysink.h:
4724         Add and implement volume setting methods.
4725
4726         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
4727         (gst_selector_pad_finalize), (gst_selector_pad_get_property),
4728         (gst_selector_pad_event), (gst_stream_selector_class_init),
4729         (gst_stream_selector_init), (gst_stream_selector_finalize),
4730         (gst_stream_selector_set_property),
4731         (gst_stream_selector_get_property),
4732         (gst_stream_selector_get_linked_pad),
4733         (gst_stream_selector_request_new_pad):
4734         * gst/playback/gststreamselector.h:
4735         Add pad properties for tags and status of pads.
4736         Keep tags on pads.
4737         Make active pad selection based on pad object instead of name.
4738
4739 2008-02-08  Stefan Kost  <ensonic@users.sf.net>
4740
4741         * configure.ac:
4742           Revert last change as we now check in gtk-doc.m4 for sed.
4743
4744 2008-02-08  Jan Schmidt  <Jan.Schmidt@sun.com>
4745
4746         * configure.ac:
4747         Find and subst SED when building the docs.
4748
4749 2008-02-08  Julien Moutte  <julien@fluendo.com>
4750
4751         * tests/examples/seek/seek.c: (stop_cb), (connect_bus_signals),
4752         (main): Make sure bus signals are reconnected when pressing STOP
4753         and then PLAY again for a parse launch pipeline. Fix a ref leak
4754         on the bus.
4755         * win32/common/config.h: Updated.
4756
4757 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4758
4759         * configure.ac:
4760         Make DISABLE_DEPRECATED defined *only* during CVS, not during
4761         pre-releases or releases.
4762
4763 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4764
4765         * configure.ac:
4766         * ext/gio/Makefile.am:
4767         Subst GIO_LDFLAGS to avoid undefined Makefile var error Zaheer is
4768         reporting
4769
4770 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4771
4772         * docs/plugins/Makefile.am:
4773         Add the headers which need scanning for the GIO plugin. The rest of
4774         the docs still need migrating.
4775
4776 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4777
4778         * ext/Makefile.am:
4779         * tests/check/Makefile.am:
4780         * tests/check/pipelines/.cvsignore:
4781         Add gio in a few more places.
4782
4783 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4784
4785         * configure.ac:
4786         * ext/Makefile.am:
4787         * tests/check/Makefile.am:
4788         Move gio plugin from -bad and mark as experimental.
4789
4790 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4791
4792         * gst-libs/gst/interfaces/mixeroptions.c:
4793         * gst-libs/gst/interfaces/mixertrack.c:
4794         Comment out a couple of other things which break the build when
4795         GST_DISABLE_DEPRECATED isn't on but -Werror is.
4796
4797 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
4798
4799         * docs/libs/gst-plugins-base-libs-sections.txt:
4800           Fix pbutils header.
4801
4802 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4803
4804         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
4805         Fix compiler warning.
4806
4807 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4808
4809         Patch by: Peter Kjellerstedt  <pkj at axis com>
4810
4811         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
4812         Clear the addrinfo struct using memset. Fixes #514937.
4813
4814 2008-02-06  Wim Taymans  <wim.taymans@collabora.co.uk>
4815
4816         * gst/tcp/gstfdset.h:
4817         Remove unused field to same some memory.
4818
4819         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4820         Mark action signals as such.
4821
4822 2008-02-06  Michael Smith <msmith@fluendo.com>
4823
4824         * ext/theora/theoradec.c: (_theora_granule_frame),
4825         (_inc_granulepos):
4826           Increment granulepos for new-bitstream versions appropriately.
4827           Fixes #514623.
4828
4829 2008-02-04  Wim Taymans  <wim.taymans@collabora.co.uk>
4830
4831         * tests/examples/seek/seek.c: (do_seek),
4832         (rate_spinbutton_changed_cb), (update_streams), (main):
4833         Remove obsolete stream_time reset after flushing seek, core does that
4834         automatically now.
4835         Improve accuracy of speed spinbutton.
4836         Only do playbin2 stuff when we actually use it.
4837
4838 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
4839
4840         * tests/check/Makefile.am:
4841           Revert previous change of the test environment's GST_PLUGIN_PATH.
4842           The problem is not with the plugins, but with element factories
4843           and only occurs if elements are split out from existing plugins
4844           or if plugins change name (see #512740).
4845
4846 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
4847
4848         * tests/check/Makefile.am:
4849           Fix the tests environment's GST_PLUGIN_PATH: we want the directory
4850           with the core's plugins first and our local build directories last,
4851           since we might be building against an installed core, and that
4852           core's plugin directory may contain older or other versions of
4853           our own -base plugins, but we really do want to test our local
4854           ones (if there are multiple plugins or element factories with the
4855           same name, those inspected last will trump those read in earlier).
4856           Fixes #512740 for the most part.
4857
4858 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
4859
4860         * configure.ac:
4861         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4862         Use gmtime_r if available as gmtime is not MT-safe.
4863         Fixes bug #511810.
4864
4865 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
4866
4867         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4868         Cast glong to time_t as time_t might have a different type on
4869         other platforms, like FreeBSD, and we get a compiler warning
4870         otherwise. Fixes bug #511825.
4871
4872 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
4873
4874         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4875         (get_group), (get_n_pads), (gst_play_bin_get_property),
4876         (pad_added_cb), (no_more_pads_cb), (perform_eos),
4877         (autoplug_select_cb), (deactivate_group):
4878         Remove stream-info, we going for something easier.
4879         Refactor getting the current group.
4880         Implement getting the number of audio/video/text streams.
4881
4882         * gst/playback/gststreamselector.c:
4883         (gst_stream_selector_class_init), (gst_stream_selector_init),
4884         (gst_stream_selector_get_property),
4885         (gst_stream_selector_request_new_pad),
4886         (gst_stream_selector_release_pad):
4887         * gst/playback/gststreamselector.h:
4888         Add property for number of pads.
4889
4890         * tests/examples/seek/seek.c: (set_scale), (update_flag),
4891         (vis_toggle_cb), (audio_toggle_cb), (video_toggle_cb),
4892         (text_toggle_cb), (update_streams), (msg_async_done),
4893         (msg_state_changed), (main):
4894         Block slider callback when updating the slider position.
4895         Add gui elements for controlling playbin2.
4896         Add callback for async_done that updates position/duration.
4897
4898 2008-02-01  Stefan Kost  <ensonic@users.sf.net>
4899
4900         * docs/plugins/Makefile.am:
4901         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4902         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4903         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4904         * docs/plugins/gst-plugins-base-plugins.interfaces:
4905         * docs/plugins/gst-plugins-base-plugins.prerequisites:
4906           First round of plugin docs cleansups.
4907
4908         * docs/plugins/inspect/plugin-adder.xml:
4909         * docs/plugins/inspect/plugin-alsa.xml:
4910         * docs/plugins/inspect/plugin-audioconvert.xml:
4911         * docs/plugins/inspect/plugin-audiorate.xml:
4912         * docs/plugins/inspect/plugin-audioresample.xml:
4913         * docs/plugins/inspect/plugin-audiotestsrc.xml:
4914         * docs/plugins/inspect/plugin-cdparanoia.xml:
4915         * docs/plugins/inspect/plugin-decodebin.xml:
4916         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4917         * docs/plugins/inspect/plugin-gdp.xml:
4918         * docs/plugins/inspect/plugin-gnomevfs.xml:
4919         * docs/plugins/inspect/plugin-libvisual.xml:
4920         * docs/plugins/inspect/plugin-ogg.xml:
4921         * docs/plugins/inspect/plugin-pango.xml:
4922         * docs/plugins/inspect/plugin-subparse.xml:
4923         * docs/plugins/inspect/plugin-tcp.xml:
4924         * docs/plugins/inspect/plugin-theora.xml:
4925         * docs/plugins/inspect/plugin-typefindfunctions.xml:
4926         * docs/plugins/inspect/plugin-video4linux.xml:
4927         * docs/plugins/inspect/plugin-videorate.xml:
4928         * docs/plugins/inspect/plugin-videoscale.xml:
4929         * docs/plugins/inspect/plugin-videotestsrc.xml:
4930         * docs/plugins/inspect/plugin-volume.xml:
4931         * docs/plugins/inspect/plugin-vorbis.xml:
4932         * docs/plugins/inspect/plugin-ximagesink.xml:
4933         * docs/plugins/inspect/plugin-xvimagesink.xml:
4934           Regenerate.
4935
4936         * ext/ogg/Makefile.am:
4937         * ext/ogg/gstoggmux.c:
4938         * ext/ogg/gstoggmux.h:
4939           Add header for oggmux. the c-file needs a doc blob still.
4940
4941 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
4942
4943         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4944
4945         * gst-libs/gst/rtp/gstrtpbuffer.c:
4946         (gst_rtp_buffer_set_extension_data):
4947         * gst-libs/gst/rtp/gstrtpbuffer.h:
4948         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
4949         Add gst_rtp_buffer_set_extension_data() 
4950         Add a unit test for this addition. Fixes #511478.
4951         API: GstRTPBuffer:gst_rtp_buffer_set_extension_data()
4952
4953 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4954
4955         * configure.ac:
4956         Back to CVS
4957
4958 === release 0.10.17 ===
4959
4960 2008-01-30  Jan Schmidt <jan.schmidt@sun.com>
4961
4962         * configure.ac:
4963           releasing 0.10.17, "Peanut Butter and Jelly"
4964
4965 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4966
4967         * gst-libs/gst/interfaces/mixeroptions.c:
4968         * gst-libs/gst/interfaces/mixertrack.c:
4969         Also remove the conditional registration of the signals
4970         that disappeared with the ABI change in 0.10.14
4971
4972 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4973
4974         * gst-libs/gst/rtsp/gstrtspconnection.c:
4975         Revert patch to gstrtspconnection.c for brown paper bag
4976         release of -base. Re-opens: #511825
4977
4978 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4979
4980         * gst-libs/gst/interfaces/mixeroptions.h:
4981         * gst-libs/gst/interfaces/mixertrack.h:
4982         Change the way these deprecated function pointers are removed
4983         so that the compiled ABI is unconditionally smaller. This 
4984         sets in stone an ABI break that actually occurred when the
4985         things were deprecated in 0.10.14, which seems to be the best
4986         fix as the only known users are oss-mixer and sunaudio-mixer in 
4987         gst-plugins-good.
4988         Fixes: #513018
4989
4990 2008-01-30  Tim-Philipp Müller  <tim at centricular dot net>
4991
4992         * win32/common/libgstpbutils.def:
4993           Export the two new _get_type() functions which are needed
4994           by the python bindings.
4995
4996 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
4997
4998         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4999         Cast glong to time_t as time_t might have a different type on
5000         other platforms, like FreeBSD, and we get a compiler warning
5001         otherwise. Fixes bug #511825.
5002
5003 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
5004
5005         * gst-libs/gst/audio/gstaudiofilter.c:
5006         (gst_audio_filter_class_init):
5007         Initialize the GstRingerBuffer class to get it's debug category
5008         initialized. gst_ring_buffer_parse_caps() uses the ringbuffer debug
5009         category and otherwise we get some g_critical(). Fixes bug #512334.
5010
5011 2008-01-28  Jan Schmidt  <jan.schmidt@sun.com>
5012
5013         * configure.ac:
5014         Back to CVS
5015
5016 === release 0.10.16 ===
5017
5018 2008-01-28  Jan Schmidt <jan.schmidt@sun.com>
5019
5020         * configure.ac:
5021           releasing 0.10.16, "Scheduled Interruption"
5022
5023 2008-01-22  Wim Taymans  <wim.taymans@collabora.co.uk>
5024
5025         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5026
5027         * gst-libs/gst/rtp/gstrtpbuffer.c:
5028         (gst_rtp_buffer_get_extension_data):
5029         Fix typos and wrong extension check. Fixes #511274.
5030
5031 2008-01-18  Jan Schmidt  <jan.schmidt@sun.com>
5032
5033         * po/sk.po:
5034         Oops - add new sk.po mentioned in the LINGUAS I just committed
5035
5036 2008-01-17  Jan Schmidt  <jan.schmidt@sun.com>
5037
5038         * po/LINGUAS:
5039         Add ca translation to the disted list.
5040
5041         * win32/vs6/libgstsdp.dsp:
5042         Convert line endings to CRLF
5043
5044 2008-01-17  Sebastien Moutte <sebastien@moutte.net>
5045
5046         * win32/MANIFEST:
5047         Add win32/vs6/libgstrtsp.dsp to MANIFEST
5048
5049 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
5050
5051         * win32/common/libgstsdp.def:
5052         * win32/common/libgstvideo.def:
5053         Add new API declarations
5054
5055 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
5056
5057         * ext/theora/gsttheoradec.h:
5058         * ext/theora/gsttheoraparse.h:
5059         * ext/theora/theoradec.c:
5060         * ext/theora/theoraparse.c:
5061         Take a 2nd stab at handling libtheora granulepos changes in the decoder
5062         and parser by inspecting the bitstream version of the incoming data.
5063
5064 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
5065
5066         * configure.ac:
5067         * pkgconfig/Makefile.am:
5068         * pkgconfig/gstreamer-audio-uninstalled.pc.in:
5069         * pkgconfig/gstreamer-audio.pc.in:
5070         * pkgconfig/gstreamer-cdda-uninstalled.pc.in:
5071         * pkgconfig/gstreamer-cdda.pc.in:
5072         * pkgconfig/gstreamer-fft-uninstalled.pc.in:
5073         * pkgconfig/gstreamer-fft.pc.in:
5074         * pkgconfig/gstreamer-floatcast-uninstalled.pc.in:
5075         * pkgconfig/gstreamer-floatcast.pc.in:
5076         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
5077         * pkgconfig/gstreamer-interfaces.pc.in:
5078         * pkgconfig/gstreamer-netbuffer-uninstalled.pc.in:
5079         * pkgconfig/gstreamer-netbuffer.pc.in:
5080         * pkgconfig/gstreamer-pbutils-uninstalled.pc.in:
5081         * pkgconfig/gstreamer-pbutils.pc.in:
5082         * pkgconfig/gstreamer-riff-uninstalled.pc.in:
5083         * pkgconfig/gstreamer-riff.pc.in:
5084         * pkgconfig/gstreamer-rtp-uninstalled.pc.in:
5085         * pkgconfig/gstreamer-rtp.pc.in:
5086         * pkgconfig/gstreamer-rtsp-uninstalled.pc.in:
5087         * pkgconfig/gstreamer-rtsp.pc.in:
5088         * pkgconfig/gstreamer-sdp-uninstalled.pc.in:
5089         * pkgconfig/gstreamer-sdp.pc.in:
5090         * pkgconfig/gstreamer-tag-uninstalled.pc.in:
5091         * pkgconfig/gstreamer-tag.pc.in:
5092         * pkgconfig/gstreamer-video-uninstalled.pc.in:
5093         * pkgconfig/gstreamer-video.pc.in:
5094         Provide one pkg-config file for every gst-plugins-base library.
5095         This makes linking to those libraries much more intuitive and
5096         provides standard pkg-config behaviour for them. Fixes bug #499697.
5097
5098 2008-01-13  David Schleef  <ds@schleef.org>
5099
5100         * gst/videoscale/vs_4tap.c:
5101           Fix valgrind error on 4tap scaling method.
5102
5103 2008-01-13  Sebastien Moutte  <sebastien@moutte.net>
5104
5105         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
5106         Include Winsock2.h for VS6 and use a different way initialize
5107         hints structure so it can build with VS6.
5108         * win32/MANIFEST:
5109         * win32/vs6/libgstsdp.dsp:
5110         * win32/common/libgstsdp.def:
5111         Add new files for libgstsdp.
5112         * win32/vs6/grammar.dsp:
5113         Copy pbutils-enumtypes* from win32/common to pbutils sources folder.
5114         * win32/vs6/gst_plugins_base.dsw:
5115         * win32/vs6/libgstdecodebin.dsp:
5116         * win32/vs6/libgstdecodebin2.dsp:
5117         * win32/vs6/libgstplaybin.dsp:
5118         * win32/vs6/libgstvolume.dsp:
5119         Add new dependencies to the link list.
5120
5121 2008-01-13  Julien Moutte  <julien@fluendo.com>
5122
5123         * win32/common/config.h:
5124         * win32/common/gstrtsp-enumtypes.c: (gst_rtsp_result_get_type),
5125         (gst_rtsp_event_get_type), (gst_rtsp_family_get_type),
5126         (gst_rtsp_state_get_type), (gst_rtsp_version_get_type),
5127         (gst_rtsp_method_get_type), (gst_rtsp_auth_method_get_type),
5128         (gst_rtsp_header_field_get_type), (gst_rtsp_status_code_get_type):
5129         * win32/common/interfaces-enumtypes.c:
5130         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
5131         (gst_mixer_message_type_get_type), (gst_mixer_flags_get_type),
5132         (gst_mixer_track_flags_get_type),
5133         (gst_tuner_channel_flags_get_type):
5134         * win32/common/multichannel-enumtypes.c:
5135         (gst_audio_channel_position_get_type):
5136         * win32/common/pbutils-enumtypes.c:
5137         (gst_install_plugins_return_get_type):
5138         * win32/common/pbutils-enumtypes.h: Update/Add generated files
5139         in the win32 build directory.
5140
5141 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5142
5143         * tests/check/Makefile.am:
5144         Fix CFLAGS to also pull in the gstcheck cflags from AM_CFLAGS.
5145
5146         * tests/check/elements/audiorate.c: (do_perfect_stream_test):
5147         * tests/check/elements/playbin.c:
5148         * tests/check/libs/mixer.c: (test_element_interface_supported),
5149         (gst_implements_interface_init):
5150         * tests/check/libs/rtp.c: (GST_START_TEST):
5151         Fix various assignment type mismatches.
5152
5153 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5154
5155         * configure.ac:
5156         * gst-libs/gst/rtsp/Makefile.am:
5157         Add test to see if hstrerror is available or if we need libresolv
5158         (Solaris) for it, then use it in libgstrtsp.
5159
5160 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5161
5162         * gst-libs/gst/tag/Makefile.am:
5163         Fix include path order
5164
5165 2008-01-11  Edward Hervey  <edward.hervey@collabora.co.uk>
5166
5167         * gst-libs/gst/pbutils/install-plugins.c:
5168         (gst_install_plugins_context_copy),
5169         (gst_install_plugins_context_get_type):
5170         * gst-libs/gst/pbutils/install-plugins.h:
5171         Add GBoxed GType for GstInstallPluginsContext, this eases the wrapping
5172         for bindings.
5173
5174 2008-01-11  Michael Smith <msmith@fluendo.com>
5175
5176         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
5177         (_theora_granule_frame), (_theora_granule_start_time),
5178         (theora_dec_sink_convert), (theora_dec_decode_buffer):
5179           Adapt for post-alpha meaning of granulepos, when we
5180           have a newer version of libtheora.
5181         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
5182         (theora_enc_get_ogg_packet_end_time), (theora_enc_sink_event),
5183         (theora_enc_is_discontinuous), (theora_enc_chain):
5184           Likewise.
5185         * tests/check/Makefile.am:
5186           Link libtheora into theoraenc test so we can check which version of
5187           libtheora we're testing against.
5188         * tests/check/pipelines/theoraenc.c: (check_libtheora),
5189         (check_buffer_granulepos),
5190         (check_buffer_granulepos_from_starttime), (GST_START_TEST),
5191         (theoraenc_suite):
5192           Adapt tests to check the values that are now defined for theora; make
5193           the tests backwards-adapt the passed values if we're running against an
5194           old libtheora.
5195           Fixes #497964
5196
5197 2008-01-10  Tim-Philipp Müller  <tim at centricular dot net>
5198
5199         * gst-libs/gst/audio/gstbaseaudiosink.c:
5200           (gst_base_audio_sink_class_init):
5201         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5202           (gst_base_audio_src_class_init):
5203           Ref audio clock class from a thread-safe context to make sure
5204           we're not bit by GObjects lack of thread-safety here (#349410),
5205            however unlikely that may be in practice.
5206
5207 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
5208
5209         * autogen.sh:
5210           Add -Wno-portability to the automake parameters to stop warnings
5211           about GNU make extensions being used. We require GNU make in almost
5212           every Makefile anyway.
5213           
5214         * configure.ac:
5215           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
5216           at the same time is required for per target flags.
5217
5218 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5219
5220         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_pull_start_tag):
5221           Post an error message if we can't pull as many bytes as we need
5222           for the tag. This makes sure the user gets to see a proper error
5223           message if a file with a partial ID3 tag is fed to decodebin, and
5224           not a 'no ID3 tag demuxer' error, which would be confusing
5225           (see #508138).
5226
5227 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5228
5229         * gst-libs/gst/pbutils/descriptions.c: (formats):
5230           Add description strings for ID3, APE, and ICY tags.
5231
5232 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5233
5234         * gst/playback/gstdecodebin.c: (try_to_link_1):
5235           Make sure we error out correctly if we can't activate one of
5236           the elements we've added.  Fixes #508138.
5237           
5238 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
5239
5240         Patch by: Bastien Nocera <hadess at hadess net>
5241
5242         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
5243           (check_if_volumes_are_the_same), (gst_alsa_mixer_set_volume):
5244           Use snd_mixer_selem_set_{playback|capture}_volume_all() if
5245           the volume is the same for all channels. This works around
5246           some problem in alsa that leaves us with inconsistent state
5247           for some reason (#486840).
5248
5249 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
5250
5251         Patch by: Jerone Young <jerone at gmail com>
5252
5253         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer):
5254           If there's no mixer track by the name of 'Master' or 'Front',
5255           check if there's one called 'PCM' before trying the generic
5256           fallback logic (fixes #506928, where we pick 'Mic' as master
5257           track for the AD1984 card in a Thinkpad T61/X61 laptop).
5258
5259 2008-01-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5260
5261         * gst/playback/gstplay-enum.c:
5262         (register_gst_autoplug_select_result),
5263         (gst_autoplug_select_result_get_type), (register_gst_play_flags),
5264         (gst_play_flags_get_type):
5265         * gst/playback/gstplay-enum.h:
5266         Add enums for configuration flags.
5267
5268         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5269         (init_group), (gst_play_bin_init), (gst_play_bin_set_property),
5270         (gst_play_bin_get_property), (no_more_pads_cb),
5271         (autoplug_select_cb), (gst_play_bin_change_state):
5272         Merge mode with flags.
5273         Add more property getters/setters, defaults and docs.
5274         Add properties to get number of audio/video/text streams.
5275         Create sink object in _init so that we can always rely on it being
5276         there.
5277
5278         * gst/playback/gstplaysink.c: (gst_play_sink_init),
5279         (gen_video_chain), (gen_audio_chain), (gen_vis_chain),
5280         (activate_vis), (gst_play_sink_reconfigure),
5281         (gst_play_sink_set_flags), (gst_play_sink_get_flags),
5282         (gst_play_sink_change_state):
5283         * gst/playback/gstplaysink.h:
5284         Use flags to configure the sink pipelines.
5285         Add tee before audio pipeline so that we can use it for visualisations.
5286         Start working on integrating visualisations.
5287         Remove mode, we can do everything with the flags now.
5288         Add method to configue the sink pipeline.
5289
5290 2008-01-06  Tim-Philipp Müller  <tim at centricular dot net>
5291
5292         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
5293           (check_buffer_timestamp), (check_buffer_duration):
5294           Turn these functions into macros so we can see right away
5295           where the failure occured.
5296
5297 2008-01-05  Julien Moutte  <julien@fluendo.com>
5298
5299         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Add
5300         debugging information to understand how X calculates the stride
5301         for XvImages.
5302
5303 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
5304
5305         * gst/volume/Makefile.am:
5306         * gst/volume/gstvolume.c: (volume_choose_func),
5307         (gst_volume_base_init), (gst_volume_class_init), (gst_volume_init),
5308         (volume_setup):
5309         * gst/volume/gstvolume.h:
5310         Use GstAudioFilter as base class for the volume element instead of
5311         plain GstBaseTransform.
5312
5313 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
5314
5315         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type):
5316         Don't set element details for the abstract GstAudioFilter class.
5317
5318 2008-01-02  Sebastian Dröge  <slomo@circular-chaos.org>
5319
5320         * gst-libs/gst/audio/gstaudiofilter.c:
5321         (gst_audio_filter_class_init), (gst_audio_filter_get_unit_size):
5322         Implement get_unit_size() vmethod of GstBaseTransform.
5323
5324 2008-01-01  Edward Hervey  <edward.hervey@collabora.co.uk>
5325
5326         * gst-libs/gst/pbutils/Makefile.am:
5327         * gst-libs/gst/pbutils/pbutils.h:
5328         Use glib-enum generator to have a proper enum GType for
5329         GST_TYPE_INSTALL_PLUGINS_RETURN so we can easily wrap it in bindings.
5330
5331 2007-12-31  David Schleef  <ds@schleef.org>
5332
5333         * tests/check/Makefile.am:
5334         * tests/check/pipelines/theoraenc.c:
5335           Reenable theoraenc test, which fails on the buildbot but
5336           not locally.
5337
5338 2007-12-31  David Schleef  <ds@schleef.org>
5339
5340         * docs/libs/.cvsignore:
5341         * docs/plugins/.cvsignore:
5342           Add *-undeclared.txt to fix buildbot.
5343
5344 2007-12-31  David Schleef  <ds@schleef.org>
5345
5346         * tests/check/Makefile.am:
5347           Second attempt at disabling theoraenc test long enough to
5348           get buildbot to compile -base.
5349
5350 2007-12-31  David Schleef  <ds@schleef.org>
5351
5352         * tests/check/pipelines/theoraenc.c:
5353           Disable theoraenc test long enough to get the buildbot to
5354           compile a recent -base.
5355
5356 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
5357
5358         * tests/examples/seek/seek.c: (stop_cb):
5359         Make sure we reset the slider value to 0.0 without racing against a
5360         possible g_idle that sets it to something else.
5361
5362 2007-12-31  Thijs Vermeir  <thijsvermeir@gmail.com>
5363
5364         * sys/ximage/ximagesink.c:
5365         fix typo
5366
5367 2007-12-30  Wim Taymans  <wim.taymans@collabora.co.uk>
5368
5369         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
5370         * gst-libs/gst/rtsp/gstrtspdefs.h:
5371         Add Location header so that we can start implementing redirects.
5372         See #506025.
5373
5374 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
5375
5376         * gst/subparse/gstssaparse.c:
5377         combine if's
5378
5379 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
5380
5381         * gst/subparse/gstssaparse.c:
5382         remove duplicate log message
5383
5384 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
5385
5386         * ext/libvisual/visual.c: (gst_visual_chain):
5387         Fix 'xyz may be used uninitialized' compiler warnings caused
5388         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
5389         abort() in any case but properly report the error.
5390
5391 2007-12-28  Wim Taymans  <wim.taymans@collabora.co.uk>
5392
5393         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5394         (gst_play_bin_finalize), (gst_play_bin_set_uri),
5395         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
5396         (gst_play_bin_get_property), (pad_removed_cb), (drained_cb),
5397         (autoplug_select_cb), (activate_group), (deactivate_group),
5398         (setup_next_source), (save_current_group),
5399         (gst_play_bin_change_state):
5400         Code cleanups.
5401         Remove next-uri, we can use the uri property just fine.
5402         Fix some crasher.
5403         Unref uridecodebin when switching.
5404         Fix going to READY.
5405
5406         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
5407         (gst_play_sink_init), (gst_play_sink_dispose),
5408         (gst_play_sink_finalize), (gst_play_sink_vis_unblocked),
5409         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
5410         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
5411         (gst_play_sink_set_property), (gst_play_sink_get_property),
5412         (gen_video_chain), (gen_text_element), (gen_audio_chain),
5413         (gen_vis_element), (gst_play_sink_get_mode),
5414         (gst_play_sink_set_mode), (gst_play_sink_set_flags),
5415         (gst_play_sink_get_flags), (gst_play_sink_request_pad),
5416         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
5417         (gst_play_sink_change_state):
5418         * gst/playback/gstplaysink.h:
5419         Add some locking to make things threadsafe.
5420
5421         * gst/playback/test7.c: (about_to_finish_cb):
5422         Fix test.
5423
5424 2007-12-22  Tim-Philipp Müller  <tim at centricular dot net>
5425
5426         * gst/videoscale/gstvideoscale.c: (gst_video_scale_set_property),
5427           (gst_video_scale_get_property), (gst_video_scale_transform_caps),
5428           (gst_video_scale_transform):
5429           Don't claim to be able to handle/transform caps that can't really
5430           be handled by the currently selected scaling method (here: RGB or
5431           packed YUV with 4-tap method). Also add locking to method property.
5432
5433         * tests/check/pipelines/simple-launch-lines.c: (setup_pipeline),
5434           (test_basetransform_based):
5435           Some test pipelines for the above (not entirely valgrind clean yet
5436           apparently).
5437
5438 2007-12-21  David Schleef  <ds@schleef.org>
5439
5440         * gst-libs/gst/video/video.c:
5441         * gst-libs/gst/video/video.h:
5442           Add additional RGBA and RGB-24 video formats.
5443
5444 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
5445
5446         * tests/check/elements/playbin.c: (test_sink_usage_video_only_stream),
5447           (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
5448           (test_suburi_error_wrongproto), (test_missing_primary_decoder):
5449         * tests/check/libs/cddabasesrc.c: (GST_START_TEST), (GST_START_TEST),
5450           (cddabasesrc_suite):
5451           Don't use GST_PLUGIN_DEFINE_STATIC, it's not portable and will be
5452           deprecated in the future (see #498924).
5453
5454 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
5455
5456         * gst/playback/gststreamselector.c: (gst_selector_pad_event):
5457           Don't leak event.
5458
5459 2007-12-20  Thijs Vermeir <thijsvermeir@gmail.com>
5460
5461         * gst-libs/gst/riff/riff-read.c:
5462         Use GST_ROUND_UP_2 macro
5463
5464 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
5465
5466         * gst/playback/.cvsignore:
5467           Ignore more.
5468
5469 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
5470
5471         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
5472         * gst/playback/gstplaybasebin.c: (set_subtitles_visible),
5473           (set_active_source):
5474         * gst/playback/gstplaybasebin.h:
5475         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5476           (setup_sinks), (playbin_set_subtitles_visible):
5477           Make switching off of subtitles work. To avoid all kind of
5478           problems with unlinking of the subtitle input, we just keep
5479           the subtitle inputs linked as they are and tell textoverlay
5480           not to render them. Fixes #373011.
5481           Other subtitle switching issues (esp. when there are both
5482           external and in-stream subtitles) remain. They'll be solved
5483           in playbin2.
5484
5485 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5486
5487         * gst/playback/gststreamselector.c: (gst_selector_pad_init):
5488         Init the pad segment too.
5489
5490 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5491
5492         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
5493         (gst_audioringbuffer_open_device),
5494         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
5495         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
5496         (gst_audioringbuffer_pause), (gst_audioringbuffer_stop),
5497         (gst_audio_sink_create_ringbuffer):
5498         Improve debug output.
5499
5500         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
5501         (gst_ring_buffer_pause), (gst_ring_buffer_delay):
5502         Prevent some functions from doing things and failing when the
5503         ringbuffer is not yet acquired.
5504
5505 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
5506
5507         * gst-libs/gst/interfaces/interfaces.h:
5508           Also remove interfaces.h from CVS as it is not needed anymore.
5509
5510 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
5511
5512         * gst-libs/gst/interfaces/Makefile.am:
5513           interfaces.h is not used anymore so remove it from the build
5514           process.
5515
5516 2007-12-17  David Schleef  <ds@schleef.org>
5517
5518         * gst/videotestsrc/gstvideotestsrc.c:
5519         * gst/videotestsrc/gstvideotestsrc.h:
5520           Add a "blink" pattern.  Turn on the pain.  Apologies.  It's useful
5521           for testing vertical refresh synchronization.
5522
5523 2007-12-17  David Schleef  <ds@schleef.org>
5524
5525         * docs/libs/gst-plugins-base-libs-sections.txt:
5526         * gst-libs/gst/video/video.c:
5527         * gst-libs/gst/video/video.h:
5528           Add new GstVideFormat enum and write a bunch of helper functions
5529           based around it.
5530
5531 2007-12-17  Tim-Philipp Müller  <tim at centricular dot net>
5532
5533         * Makefile.am:
5534           Use new common/win32.mak.
5535
5536 2007-12-17  Wim Taymans  <wim.taymans@collabora.co.uk>
5537
5538         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5539         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
5540         Add debug info.
5541         When going from PLAYING to PAUSED, pause the ringbuffer before calling
5542         the parent state change function, just like the audiosink, because the
5543         parent waits for the element to finish its processing before completing
5544         the state change. This makes going to PAUSED a lot snappier.
5545         When going from READY to PAUSED, don't allow the ringbuffer to start
5546         yet.
5547
5548 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5549
5550         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5551         Yet another fix for broken software that produce files with an empty
5552         blockalign field. Instead of completely failing, make a second attempt
5553         at guessing the width/depth by looking at strf->size.
5554
5555 2007-12-16  Tim-Philipp Müller  <tim at centricular dot net>
5556
5557         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_do_seek),
5558           (gst_cdda_base_src_handle_track_seek), (gst_cdda_base_src_create):
5559         * gst-libs/gst/pbutils/install-plugins.c:
5560           (gst_install_plugins_spawn_child), (gst_install_plugins_supported):
5561         * gst-libs/gst/pbutils/missing-plugins.c:
5562           (gst_missing_plugin_message_get_installer_detail),
5563           (gst_missing_encoder_installer_detail_new):
5564         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_send):
5565         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
5566           Turn a few g_assert_not_reached() into g_return_val_if_reached() to
5567           avoid compiler warnings (#503930).
5568
5569 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5570
5571         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5572         Be apologetic of software that use the 'jpeg' instead of 'JPEG' FOURCC
5573         for jpeg video streams.
5574         Add the 'avc1'/'AVC1' fourcc mapping for h264, same software-comment as
5575         for the above modification.
5576
5577 2007-12-15  Tim-Philipp Müller  <tim at centricular dot net>
5578
5579         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_expose),
5580           (gst_x_overlay_handle_events):
5581           More guards (we don't want klass to end up being NULL).
5582
5583 2007-12-14  Sebastian Dröge  <slomo@circular-chaos.org>
5584
5585         * configure.ac:
5586         * gst/volume/gstvolume.c: (gst_volume_init):
5587           Use new gst_base_transform_set_gap_aware() function as volume
5588           correctly handles GST_BUFFER_FLAG_GAP. Require core 0.10.15.1 
5589           for this.
5590
5591 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5592
5593         * tests/examples/seek/seek.c: (msg_segment_done), (main):
5594         Don't go to READY on EOS as this avoids testing of seeking and
5595         restarting after EOS, use the stop button when you want to READY.
5596         Don't try to do a flushing seek in segment-done, it does not make
5597         sense to use this for gapless playback and is not needed.
5598
5599 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5600
5601         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_finalize),
5602         (reset_rate_timer), (update_in_rates), (update_out_rates),
5603         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
5604         (gst_queue_chain), (gst_queue_loop):
5605         Use separate timers for input and output rates.
5606         Pause measuring the output rate when we block for more data.
5607         See #503262.
5608
5609 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5610
5611         * gst/playback/gstqueue2.c: (gst_queue_chain):
5612         Pause the timer to measure the input rate when we block because the
5613         queue is filled. See #503262.
5614
5615 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5616
5617         Patch by: Peter Kjellerstedt  <pkj at axis com>
5618
5619         * gst-libs/gst/rtsp/gstrtspconnection.c:
5620         (gst_rtsp_connection_free):
5621         Close control sockets. Fixes #503440.
5622
5623 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5624
5625         * gst/playback/gstdecodebin2.c: (analyze_new_pad), (connect_pad):
5626         Expose the right pad in the right place with the right element.
5627
5628 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
5629
5630         * gst-libs/gst/pbutils/descriptions.c: (formats):
5631           Add description for 'private' dts caps (who come up with that name?).
5632
5633 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
5634
5635         * Makefile.am:
5636           Add check-exports target and run it with 'make check'.
5637
5638         * configure.ac:
5639           Be stricter about what we export in our libraries: change regexp so that
5640           we only export _gst_foo(), but not __gst_foo().
5641
5642         * gst-libs/gst/cdda/base64.h: (rfc822_binary):
5643         * gst-libs/gst/cdda/sha1.h: (sha_init), (sha_update), (sha_final):
5644           Change internal functions to __gst_foo so they dont' get exported.
5645
5646         * win32/common/libgstaudio.def:
5647           Add missing symbols.
5648
5649 2007-12-11  David Schleef  <ds@schleef.org>
5650
5651         * ChangeLog: remove conflict markers
5652
5653 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
5654
5655         * ext/gnomevfs/Makefile.am:
5656         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_unicodify):
5657           Use gst_tag_freeform_string_to_utf8() here, which also takes
5658           into account any character sets specified by the user via
5659           environment variables.
5660
5661 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
5662
5663         * gst/audioconvert/Makefile.am:
5664         Also link to libm.
5665
5666 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
5667
5668         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5669         No need for floating point operations here. avoids having to link
5670         against the math library too.
5671
5672 2007-12-10  Tim-Philipp Müller  <tim at centricular dot net>
5673
5674         * gst-libs/gst/pbutils/descriptions.c: (formats),
5675           (format_info_get_desc):
5676         * tests/check/libs/pbutils.c: (GST_START_TEST), (caps_strings),
5677           (GST_START_TEST):
5678           Add one or two missing formats.  Generate ADPCM description
5679           dynamically depending on layout/format.
5680
5681 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
5682
5683         * configure.ac:
5684           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
5685
5686 2007-12-08  Tim-Philipp Müller  <tim at centricular dot net>
5687
5688         Patch by: Robin Stocker <robin dot stocker at gmx dot ch>
5689
5690         * gst/subparse/gstsubparse.c: (gst_sub_parse_data_format_autodetect):
5691           Some .srt files start with chunk number 0 and not chunk number 1,
5692           recognise and accept those as well (fixes #502497).
5693
5694         * tests/check/elements/subparse.c: (srt_input), (srt_input0),
5695           (test_src):
5696           Add unit test for the above.
5697
5698 2007-12-06  Wim Taymans  <wim.taymans@gmail.com>
5699
5700         * gst/playback/gstplay-enum.c:
5701         (register_gst_autoplug_select_result),
5702         (gst_autoplug_select_result_get_type):
5703         * gst/playback/gstplay-enum.h:
5704         Add missing files.
5705
5706 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
5707
5708         * gst/playback/Makefile.am:
5709         Group decodebin2 and uridecodebin into the same plugin so that they
5710         can share the GEnumType.
5711
5712         * gst/playback/gstdecodebin2.c: (_gst_array_accumulator),
5713         (_gst_select_accumulator), (gst_decode_bin_class_init),
5714         (gst_decode_bin_init), (gst_decode_bin_autoplug_sort),
5715         (gst_decode_bin_autoplug_select), (gst_decode_bin_autoplug_add),
5716         (analyze_new_pad), (connect_pad), (gst_decode_bin_plugin_init):
5717         Add signal to sort factories instead of the more awkward autoplug-select
5718         signal.
5719         Modify autoplug_select so that we can try, skip or expose the
5720         autopluggin of an element on a pad.
5721
5722         * gst/playback/gstfactorylists.c: (compare_ranks),
5723         (decoders_filter), (sinks_filter), (gst_factory_list_is_type),
5724         (element_filter), (gst_factory_list_get_elements),
5725         (gst_factory_list_debug), (gst_factory_list_filter):
5726         * gst/playback/gstfactorylists.h:
5727         Simplify the API, allow getting elements based on mask.
5728
5729         * gst/playback/gstplay-marshal.list:
5730         Add some more marshallers.
5731
5732         * gst/playback/gstplaybin2.c: (init_group), (gst_play_bin_init),
5733         (gst_play_bin_finalize), (pad_removed_cb), (autoplug_factories_cb),
5734         (autoplug_select_cb), (activate_group):
5735         Add support for managing non-raw sinks by providing a custom element and
5736         sink list to decodebin2.
5737         Try to plug non-raw sinks when decodebin2 using autoplug-select of
5738         decodebin2.
5739
5740         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
5741         (gst_play_sink_set_mode), (gst_play_sink_request_pad):
5742         * gst/playback/gstplaysink.h:
5743         Add support for raw and non-raw sinks. 
5744         Add support to force sinks selected by playbin2.
5745         Don't plug raw converters for non-raw sinks.
5746
5747         * gst/playback/gsturidecodebin.c: (_gst_array_accumulator),
5748         (_gst_select_accumulator), (gst_uri_decode_bin_class_init),
5749         (proxy_autoplug_select_signal), (gst_uri_decode_bin_plugin_init),
5750         (plugin_init):
5751         Use right accumulators.
5752         Proxy new signal.
5753
5754 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
5755
5756         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
5757         Use runnning time as the base time instead of the timestamp.
5758         Spotted by Saur on IRC.
5759
5760 2007-12-03  Edward Hervey  <bilboed@bilboed.com>
5761
5762         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5763         Add 'WVC1' codec mapping for Windows Media VC-1 video codec.
5764
5765 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
5766
5767         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_bisect_forward_serialno),
5768         (gst_ogg_demux_read_chain):
5769         If we find a new serial number but it does not contain a BOS page, make
5770         sure we initialize the chain to NULL because else we will try to scan it
5771         and crash. Fixes #500763
5772
5773 2007-11-30  Wim Taymans  <wim.taymans@gmail.com>
5774
5775         * gst/playback/Makefile.am:
5776         * gst/playback/gstfactorylists.c: (compare_ranks), (print_feature),
5777         (get_feature_array), (decoders_filter), (sinks_filter),
5778         (gst_factory_list_get_decoders), (gst_factory_list_get_sinks),
5779         (gst_factory_list_filter):
5780         * gst/playback/gstfactorylists.h:
5781         Refactor some common code to filter factories and check caps compat.
5782
5783         * gst/playback/gstdecodebin.c:
5784         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5785         (gst_decode_bin_init), (gst_decode_bin_dispose),
5786         (gst_decode_bin_autoplug_continue),
5787         (gst_decode_bin_autoplug_factories),
5788         (gst_decode_bin_autoplug_select), (analyze_new_pad),
5789         (find_compatibles):
5790         * gst/playback/gstplaybin.c:
5791         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5792         (gst_play_bin_init), (gst_play_bin_finalize),
5793         (autoplug_factories_cb), (activate_group):
5794         * gst/playback/gstqueue2.c:
5795         * gst/playback/gsturidecodebin.c: (proxy_unknown_type_signal),
5796         (proxy_autoplug_continue_signal),
5797         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
5798         (proxy_drained_signal):
5799         Add some more debug info and use factor filtering code.
5800
5801 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
5802
5803         * gst/audiotestsrc/gstaudiotestsrc.c:
5804         * gst/volume/gstvolume.c:
5805         * gst/volume/gstvolume.h:
5806           Add GAP-flag support.
5807
5808 2007-11-24  Julien MOUTTE  <julien@moutte.net>
5809
5810         * tests/examples/seek/seek.c: (main): Increase the range of the
5811         rate selector as I would like to test QOS behavior at higher
5812         forward and reverse playback speed like say 64x.
5813
5814 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
5815
5816         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
5817         (audioresample_query), (audioresample_query_type),
5818         (gst_audioresample_set_property):
5819         Implement latency query.
5820
5821 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
5822
5823         * gst-libs/gst/audio/gstbaseaudiosink.c:
5824         (gst_base_audio_sink_drain):
5825         Our EOS time contains the base_time, _wait_eos() expects a running_time
5826         so we have to subtract the base_time again before calling the function.
5827         This fixes an EOS regression where the base_time was added twice and EOS
5828         took longer and longer in certain situations.
5829         Fixes #498767.
5830
5831 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
5832
5833         * docs/libs/gst-plugins-base-libs-sections.txt:
5834         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
5835         (gst_base_audio_sink_set_provide_clock),
5836         (gst_base_audio_sink_get_provide_clock),
5837         (gst_base_audio_sink_set_slave_method),
5838         (gst_base_audio_sink_get_slave_method),
5839         (gst_base_audio_sink_set_property),
5840         (gst_base_audio_sink_get_property), (gst_base_audio_sink_drain),
5841         (gst_base_audio_sink_none_slaving),
5842         (gst_base_audio_sink_handle_slaving):
5843         * gst-libs/gst/audio/gstbaseaudiosink.h:
5844         Expose methods for some object properties so that subclasses can more
5845         easily configure them.
5846         Added slave method none, that completely disables slaving to the
5847         internal clock.
5848         API: gst_base_audio_sink_set_provide_clock()
5849         API: gst_base_audio_sink_get_provide_clock()
5850         API: gst_base_audio_sink_set_slave_method()
5851         API: gst_base_audio_sink_get_slave_method()
5852
5853         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5854         (gst_base_audio_src_set_provide_clock),
5855         (gst_base_audio_src_get_provide_clock),
5856         (gst_base_audio_src_set_property),
5857         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
5858         * gst-libs/gst/audio/gstbaseaudiosrc.h:
5859         Expose methods for some object properties so that subclasses can more
5860         easily configure them.
5861         API: gst_base_audio_src_set_provide_clock()
5862         API: gst_base_audio_src_get_provide_clock()
5863
5864 2007-11-20  Wim Taymans  <wim.taymans@gmail.com>
5865
5866         Patch by: Joe Peterson <lavajoe at gentoo dot org>
5867
5868         * gst-libs/gst/sdp/gstsdpmessage.c:
5869         Fix compilation on FreeBSD (Gentoo). Fixes #498228.
5870
5871 2007-11-19  Sebastian Dröge  <slomo@circular-chaos.org>
5872
5873         * tests/check/libs/fft.c: (GST_START_TEST):
5874         Fix scaling to really have dB instead of something else.
5875
5876 2007-11-19  Julien MOUTTE  <julien@moutte.net>
5877
5878         * tests/examples/seek/seek.c: (main): There's a nice macro to check
5879         GTK version, use it.
5880
5881 2007-11-19  Julien MOUTTE  <julien@moutte.net>
5882
5883         * tests/examples/seek/seek.c: (main): Try to support stable version
5884         of GTK.
5885
5886 2007-11-17  Stefan Kost  <ensonic@users.sf.net>
5887
5888         * gst/playback/README:
5889         * gst/playback/test7.c:
5890           Fix the build + little README update.
5891
5892 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5893
5894         * tests/examples/seek/seek.c: (make_playerbin2_pipeline), (main):
5895         Add playbin2 seek pipeline.
5896
5897 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5898
5899         * gst/playback/Makefile.am:
5900         * gst/playback/gstplayback.c: (plugin_init):
5901         * gst/playback/test7.c: (update_scale), (warning_cb), (error_cb),
5902         (eos_cb), (about_to_finish_cb), (main):
5903         Add playbin2.
5904         Added gapless playback example.
5905
5906         * gst/playback/gstplaybasebin.c:
5907         * gst/playback/gstplaybasebin.h:
5908         * gst/playback/gstplaybin.c: (gst_play_bin_plugin_init):
5909         * gst/playback/gstqueue2.c:
5910         * gst/playback/test.c:
5911         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
5912         (pad_removed_cb):
5913         * gst/playback/gststreaminfo.h:
5914         Change email.
5915
5916         * gst/playback/gstplaybin2.c: (gst_play_bin_get_type),
5917         (gst_play_bin_class_init), (init_group), (gst_play_bin_init),
5918         (gst_play_bin_dispose), (gst_play_bin_set_uri),
5919         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
5920         (gst_play_bin_get_property), (gst_play_bin_handle_message),
5921         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb), (perform_eos),
5922         (drained_cb), (unlink_group), (activate_group),
5923         (setup_next_source), (gst_play_bin_change_state),
5924         (gst_play_bin2_plugin_init):
5925         Added raw first version of playbin2. Does chained oggs and gapless
5926         playback fine. No support for raw sinks yet. No visualisations or
5927         subtitles yet.
5928
5929         * gst/playback/gstplaysink.c: (gst_play_sink_get_type),
5930         (gst_play_sink_class_init), (gst_play_sink_init),
5931         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
5932         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
5933         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
5934         (gst_play_sink_set_property), (gst_play_sink_get_property),
5935         (post_missing_element_message), (free_chain), (add_chain),
5936         (activate_chain), (gen_video_chain), (gen_text_element),
5937         (gen_audio_chain), (gen_vis_element), (gst_play_sink_get_mode),
5938         (gst_play_sink_set_mode), (gst_play_sink_request_pad),
5939         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
5940         (gst_play_sink_send_event), (gst_play_sink_change_state):
5941         * gst/playback/gstplaysink.h:
5942         Added Element that abstracts the sinks and their pipelines for playbin2.
5943
5944 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5945
5946         * gst/playback/gststreamselector.c: (gst_selector_pad_get_type),
5947         (gst_selector_pad_class_init), (gst_selector_pad_init),
5948         (gst_selector_pad_finalize), (gst_selector_pad_reset),
5949         (gst_selector_pad_get_linked_pads), (gst_selector_pad_event),
5950         (gst_selector_pad_getcaps), (gst_selector_pad_bufferalloc),
5951         (gst_selector_pad_chain), (gst_stream_selector_get_type),
5952         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
5953         (gst_stream_selector_init), (gst_stream_selector_set_property),
5954         (gst_stream_selector_get_linked_pad),
5955         (gst_stream_selector_getcaps),
5956         (gst_stream_selector_is_active_sinkpad),
5957         (gst_stream_selector_activate_sinkpad),
5958         (gst_stream_selector_get_linked_pads),
5959         (gst_stream_selector_request_new_pad),
5960         (gst_stream_selector_release_pad):
5961         * gst/playback/gststreamselector.h:
5962         Improve streamselector, make it select and unselect the current pad more
5963         intelligently. 
5964         Subclass GstPad for the sinkpads of the selector.
5965         Handle segments more correctly.
5966         Fix caps negotiation.
5967         Implement release_pad.
5968
5969 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5970
5971         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5972         (gst_decode_group_check_if_drained), (source_pad_event_probe),
5973         (remove_fakesink):
5974         Add drained signal fired when decodebin finishes decoding the data.
5975         Remove deprecated STATE_DIRTY message.
5976
5977         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
5978         (unknown_type_cb), (new_decoded_pad_cb), (pad_removed_cb),
5979         (analyse_source), (proxy_drained_signal), (make_decoder),
5980         (source_new_pad), (value_list_append_structure_list),
5981         (handle_redirect_message), (handle_message):
5982         Proxy the new drained signal.
5983         Handle pad removed from decodebin.
5984         Handle redirect messages by sorting multiple redirections based on the
5985         connection speed.
5986
5987 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5988
5989         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
5990
5991         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
5992         Fix leaking headers. Fixes #496761.
5993
5994 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5995
5996         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
5997
5998         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
5999         (gst_ximagesink_change_state):
6000         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
6001         Don't leak the PAR on errors. Fixes #496731.
6002
6003 2007-11-16  Tim-Philipp Müller  <tim at centricular dot net>
6004
6005         * gst-libs/gst/tag/gstid3tag.c: (user_tag_matches),
6006           (gst_tag_from_id3_user_tag):
6007           Add mapping for audio cd discid tags, so we can extract
6008           them from tags as well (see #347848). Also compare identifiers
6009           in ID3v2 TXXX frames in a case-insensitive way to increase
6010           compatibility when reading tags (discid vs. DiscID vs. DiscId).
6011
6012 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
6013
6014         * gst-plugins-base.doap:
6015         Oops, fix the release name.
6016
6017 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
6018
6019         * gst-plugins-base.doap:
6020         Add 0.10.15 release
6021
6022 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
6023
6024         * configure.ac:
6025         Back to CVS
6026
6027 === release 0.10.15 ===
6028
6029 2007-11-15  Jan Schmidt <jan.schmidt@sun.com>
6030
6031         * configure.ac:
6032           releasing 0.10.15, "No need to argue"
6033
6034 2007-11-15  Jan Schmidt  <jan.schmidt@sun.com>
6035
6036         * win32/vs6/libgstfft.dsp:
6037         Convert line endings to DOS.
6038
6039 2007-11-15  Sebastien Moutte <sebastien@moutte.net>
6040
6041         * win32/vs6/gst_plugins_base.dsw:
6042         * win32/vs6/libgstfft.dsp:
6043         * win32/MANIFEST:
6044         Add a project file for fft plugin and remove socket
6045         based plugin which don't build from the workspace.
6046         * win32/vs6/libgstaudio.dsp:
6047         * win32/vs6/libgstrtp.dsp:
6048         * win32/vs6/libgsttag.dsp:
6049         Convert line endings back to DOS.
6050         Fixes #496724
6051
6052 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
6053
6054         * win32/vs6/libgstinterfaces.dsp:
6055         * win32/vs6/libgstrtsp.dsp:
6056         Convert line endings back to DOS
6057
6058 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
6059
6060         * gst-libs/gst/fft/kiss_fft_f32.h:
6061         * gst-libs/gst/fft/kiss_fft_f64.h:
6062         * gst-libs/gst/fft/kiss_fft_s16.h:
6063         * gst-libs/gst/fft/kiss_fft_s32.h:
6064         Don't include malloc.h which doesn't exist on Mac OSX.
6065         Instead, pull in glib.h and use g_malloc/g_free for 
6066         consistency. Fixes: #496548
6067
6068 2007-11-09  Stefan Kost  <ensonic@users.sf.net>
6069
6070         * gst/playback/gstdecodebin2.c:
6071           Dont leak ghostpad. Fixes #475451.
6072
6073 2007-11-09  Wim Taymans  <wim.taymans@gmail.com>
6074
6075         * docs/design/design-decodebin.txt:
6076         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
6077         Update some more docs and comments.
6078
6079 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
6080
6081         Patch by: Sebastien Moutte  <sebastien moutte net>
6082
6083         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
6084           (gst_rtcp_unix_to_ntp):
6085         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_name):
6086           Fix some C99-isms and and a missing function that some versions of
6087           MSVC don't like too much (#494346).
6088
6089         * win32/vs6/gst_plugins_base.dsw:
6090         * win32/vs6/libgstaudio.dsp:
6091         * win32/vs6/libgstrtp.dsp:
6092         * win32/vs6/libgsttag.dsp:
6093           Update vs6 projects files (#494346).
6094
6095 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
6096
6097         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6098
6099         * win32/common/libgstaudio.def:
6100         * win32/common/libgstcdda.def:
6101         * win32/common/libgstinterfaces.def:
6102         * win32/common/libgstnetbuffer.def:
6103         * win32/common/libgstpbutils.def:
6104         * win32/common/libgstrtp.def:
6105         * win32/common/libgstrtsp.def:
6106         * win32/common/libgsttag.def:
6107         * win32/common/libgstvideo.def:
6108           More missing symbols to export (fixes #493986).
6109
6110 2007-11-06  Sebastian Dröge  <slomo@circular-chaos.org>
6111
6112         * docs/libs/gst-plugins-base-libs-sections.txt:
6113         * gst-libs/gst/fft/gstfftf32.c:
6114         * gst-libs/gst/fft/gstfftf32.h:
6115         * gst-libs/gst/fft/gstfftf64.c:
6116         * gst-libs/gst/fft/gstfftf64.h:
6117         * gst-libs/gst/fft/gstffts16.c:
6118         * gst-libs/gst/fft/gstffts16.h:
6119         * gst-libs/gst/fft/gstffts32.c:
6120         * gst-libs/gst/fft/gstffts32.h:
6121         * tests/check/libs/fft.c: (GST_START_TEST):
6122         Remove the magnitude and phase calculation functions as these have
6123         very special use cases and can't even be used for the spectrum
6124         element. Also adjust the docs to mention some properties of the used
6125         FFT implemention, i.e. how the values are scaled. Fixes #492098.
6126
6127 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
6128
6129         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
6130           (finish_source):
6131           Avoid crash when there are external subtitles (fixes #491722).
6132
6133 2007-11-03  Tim-Philipp Müller  <tim at centricular dot net>
6134
6135         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
6136         * ext/alsa/gstalsasrc.c: (gst_alsasrc_open):
6137           'Could not open resource for writing' is not an acceptable
6138           error message when we can't open the audio device (see #492334),
6139           even less so when we're trying to open it to record something.
6140
6141 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6142
6143         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6144
6145         * win32/common/libgstrtp.def:
6146           Add some more missing symbols (#492813).
6147
6148 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6149
6150         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
6151
6152         * tests/check/elements/audioconvert.c: (verify_convert):
6153           Add check to make sure that the out caps have a channel layout
6154           set on them where they should have one.
6155
6156 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
6157
6158         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
6159
6160         * gst-libs/gst/fft/kiss_fft_s16.h: (KISS_FFT_S16_MALLOC):
6161         * gst-libs/gst/fft/kiss_fft_s32.h: (KISS_FFT_S32_MALLOC):
6162           Include our own _stdint.h instead of sys/types.h, makes MingW happy
6163           (#492306).
6164
6165         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_create):
6166           Use _pipe directly, GLib doesn't have a pipe() macro any longer
6167           (it disappeared in GLib 2.14.0) (#492306).
6168
6169         * gst-libs/gst/sdp/Makefile.am:
6170         * gst-libs/gst/sdp/gstsdpmessage.c:
6171           Fix includes and LIBS for win32/Mingw (#492306).
6172
6173         * tests/examples/dynamic/addstream.c (pause_play_stream):
6174           Use more portable g_usleep() instead of sleep() (#492306).
6175
6176 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
6177
6178         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6179
6180         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
6181           (gst_ring_buffer_parse_caps):
6182           Return NULL instead of an enum that happens to be 0, fixes warning
6183           on MSVC (#492114).
6184
6185         * gst-libs/gst/audio/gstringbuffer.h:
6186           No trailing commas in enum list (for gcc-2.9x).
6187
6188         * gst/videotestsrc/videotestsrc.c: (random_char):
6189           Make information loss explicit instead of implicitly truncating to
6190           eight bits via the return value.  Fixes runtime error on MSVC when
6191           using the debug CRT (#492114).
6192
6193         * win32/common/config.h.in:
6194           Fix a bunch of '#undef FOO bar', which MSVC doesn't like (#492114).
6195
6196         * win32/common/libgstinterfaces.def:
6197         * win32/common/libgstrtp.def:
6198           Export a few more symbols (#492114).
6199
6200 2007-11-01  Stefan Kost  <ensonic@users.sf.net>
6201
6202         * gst-libs/gst/audio/audio.c:
6203         * gst-libs/gst/audio/audio.h:
6204           Readd the deprecation guards, but preserve compilability.
6205
6206 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6207
6208         * gst/audioconvert/gstaudioconvert.c: (find_suitable_channel_layout),
6209           (gst_audio_convert_fixate_channels), (gst_audio_convert_fixate_caps):
6210           Preserve channel layout when fixating the number of channels in the
6211           output caps, or make sure there's a suitable channel position layout
6212           set on the caps if required. Fixes #430677.
6213
6214 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6215
6216         * tests/check/elements/decodebin.c: (test_text_plain_streams):
6217           Make sure the pipeline really operates in push mode as it should
6218           in this case.
6219
6220 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6221
6222         * gst-libs/gst/audio/audio.h:
6223           Don't guard deprecated enum with #ifndef DISABLE_DEPRECATED, or
6224           compilation with DISABLE_DEPRECATED and without REMOVE_DEPRECATED
6225           (ie. normal cvs builds) will fail.
6226
6227 2007-10-31  Stefan Kost  <ensonic@users.sf.net>
6228
6229         * docs/libs/Makefile.am:
6230         * gst-libs/gst/audio/audio.c:
6231         * gst-libs/gst/audio/audio.h:
6232         * gst-libs/gst/interfaces/mixer.c:
6233           tell gtk-doc about the deprecation guard. Apply more doc fixes.
6234
6235 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6236
6237         * tests/check/libs/audio.c: (init_value_to_channel_layout),
6238           (test_channel_layout_value_intersect), (audio_suite):
6239           Add simple unit test to make sure GstValue intersection
6240           of channel layouts works the way I think it does.
6241
6242 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
6243
6244         * docs/libs/gst-plugins-base-libs-sections.txt:
6245         * gst-libs/gst/audio/gstaudiofilter.h:
6246         * gst-libs/gst/interfaces/mixer.h:
6247         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6248         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6249         * gst-libs/gst/sdp/gstsdpmessage.c:
6250           Fix the docs according to what gtk-doc complained about.
6251
6252 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
6253
6254         * tests/icles/stress-playbin.c:
6255           Fix the build.
6256
6257 2007-10-30  Tim-Philipp Müller  <tim at centricular dot net>
6258
6259         * gst/playback/gstdecodebin.c: (close_pad_link), (type_found):
6260         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
6261           Post nice/more useful error message if we don't have a decoder for
6262           the primary type.
6263
6264 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
6265
6266         * gst/playback/gstdecodebin2.c: (gst_decode_group_expose):
6267         Be a bit more useful, unblock the pads after we fired the no-more-pads
6268         signal so that we can use the signal to inspect and connect all pads
6269         without having to keep extra state outside of decodebin.
6270
6271 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
6272
6273         * gst/playback/gsturidecodebin.c:
6274         (gst_uri_decode_bin_autoplug_continue),
6275         (gst_uri_decode_bin_class_init), (no_more_pads_full):
6276         Implement default signal handler so that we return TRUE when nothing is
6277         connected.
6278
6279 2007-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
6280
6281         * gst-libs/gst/riff/riff-media.c:
6282         (gst_riff_wavext_add_channel_layout),
6283         (gst_riff_wave_add_default_channel_layout),
6284         (gst_riff_wavext_get_default_channel_mask),
6285         (gst_riff_create_audio_caps):
6286         Use the ALSA channel layout as default for wav files without channel
6287         layout information. This fixes playback of chan-id.wav on 5.1 systems
6288         for example. Also refactor the channel layout setting a bit and add
6289         more default channel orders. Fixes #489010.
6290
6291 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
6292
6293         * tests/check/libs/tag.c: (test_musicbrainz_tag_registration):
6294           GST_TAG_MUSICBRAINZ_SORTNAME is deprecated and we compile with
6295           -DGST_DISABLE_DEPRECATED, so use new GST_TAG_ARTIST_SORTNAME
6296           instead.
6297
6298 2007-10-25  Wim Taymans  <wim.taymans@gmail.com>
6299
6300         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6301         (gst_decode_bin_dispose), (gst_decode_bin_set_caps),
6302         (gst_decode_bin_set_subs_encoding),
6303         (gst_decode_bin_get_subs_encoding), (gst_decode_bin_set_property),
6304         (gst_decode_bin_get_property), (analyze_new_pad):
6305         Move subtitle encoding property to decodebin2 so that it can set the
6306         property value on all elements that it autoplugs and that require it.
6307         Make caps refcounting more consistent in get/set.
6308
6309         * gst/playback/gsturidecodebin.c: (_gst_boolean_accumulator),
6310         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
6311         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
6312         (gst_uri_decode_bin_get_property), (proxy_unknown_type_signal),
6313         (proxy_autoplug_continue_signal),
6314         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
6315         (make_decoder):
6316         Proxy properties and relevant signals from the internal decodebin.
6317         Make properties MT safe.
6318
6319 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
6320
6321         * gst-libs/gst/tag/tag.h: (GST_TAG_MUSICBRAINZ_SORTNAME):
6322         * gst-libs/gst/tag/tags.c:
6323           Deprecate GST_TAG_MUSICBRAINZ_SORTNAME, replaced by the newly-added
6324           GST_TAG_ARTIST_SORTNAME (in an API and ABI compatible way).
6325
6326         * gst-libs/gst/tag/gstid3tag.c: (tag_matches):
6327           Map ID3v2 TSOP, TSOA and TSOT frames to new SORTNAME tags (#414539).
6328
6329         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches),
6330           (gst_tag_to_vorbis_comments):
6331           Map new SORTNAME tags (these tags aren't even semi-official, so I'm
6332           just mapping everything I found in the wild) (#414539).
6333
6334 2007-10-24  Wim Taymans  <wim.taymans@gmail.com>
6335
6336         Inspired by patch of: René Stadler <mail at renestadler dot de>
6337
6338         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6339         (gst_decode_bin_autoplug_continue),
6340         (gst_decode_bin_autoplug_factories),
6341         (gst_decode_bin_autoplug_select), (analyze_new_pad), (connect_pad),
6342         (find_compatibles):
6343         * gst/playback/gstplay-marshal.list:
6344         Remove the autoplug-sort signal and replace it with a binding friendly
6345         autoplug-select signal.
6346         Add an autoplug-factories signal that can be used to generate a list of
6347         factories to try to autoplug.
6348         Add the GstPad to the autoplugging signal args as it might be needed to
6349         make a good factory selection.
6350         Fix up the marshallers for this. Fixes #407282.
6351
6352 2007-10-23  Tim-Philipp Müller  <tim at centricular dot net>
6353
6354         * gst-libs/gst/tag/gsttagdemux.c:
6355           Don't abort with an assertion if we receive a seek event with
6356           a start type of NONE (see launchpad bug #155878).
6357
6358 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
6359
6360         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
6361         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
6362         (gst_ximagesink_change_state), (gst_ximagesink_reset):
6363         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_event_thread),
6364         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_xcontext_clear),
6365         (gst_xvimagesink_change_state), (gst_xvimagesink_reset):
6366         Make sure that before we clean up the X resources, we shutdown and join
6367         the event thread.
6368         Also make sure the event thread does not shut down immediatly after
6369         startup because the running variable is not yet correctly set.
6370         Fixes #378770. 
6371
6372 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
6373
6374         * gst/playback/gstdecodebin.c: (new_pad), (type_found):
6375         Make the window for a race in typefind and shutting down smaller until
6376         we figure out the right locking here. Avoids #485753 usually.
6377
6378         * gst/playback/gstdecodebin2.c: (type_found), (pad_added_group_cb):
6379         Remove unneeded lock causing a race in typefind and shutting down.
6380         Fixes #485753.
6381
6382         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
6383         Also remove sinks when going to NULL because we might not complete the
6384         state change to PAUSED, causing the PAUSED->READY state change not to
6385         happen.
6386
6387 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
6388
6389         * gst-libs/gst/audio/gstbaseaudiosink.c:
6390         (gst_base_audio_sink_drain), (gst_base_audio_sink_change_state):
6391         Also explicitly release the ringbuffer when going to NULL because it
6392         is required in the setcaps function, before the state change to PAUSED
6393         completes.
6394
6395 2007-10-16  Tim-Philipp Müller  <tim at centricular dot net>
6396
6397         * tests/icles/.cvsignore:
6398         * tests/icles/Makefile.am:
6399         * tests/icles/stress-playbin.c:
6400           Does what it says on the tin.
6401
6402 2007-10-15  Wim Taymans  <wim.taymans@gmail.com>
6403
6404         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_push_one):
6405         Fix queue negotiation. See #486758.
6406
6407 2007-10-12  Jan Schmidt  <Jan.Schmidt@sun.com>
6408
6409         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
6410         (gst_xvimagesink_xwindow_new),
6411         (gst_xvimagesink_update_colorbalance),
6412         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get):
6413
6414         Fix handling of some of the X atoms. If the last parameter is True,
6415         XInternAtom won't create the atom if it doesn't exist, and therefore
6416         might return None. This causes X errors on Xv implementations that
6417         don't provide the colour balance attributes.
6418
6419 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6420
6421         * gst-libs/gst/tag/gstvorbistag.c:
6422         * tests/check/libs/tag.c:
6423           Extract vorbis comment LICENSE tags correctly.
6424
6425 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6426
6427         Patch by: Jason Kivlighn  <jkivlighn gmail com>
6428
6429         * gst-libs/gst/tag/gstid3tag.c:
6430         * tests/check/libs/tag.c:
6431           Map ID3v2 WCOP frame to GST_TAG_COPYRIGHT_URI (#447000).
6432
6433 2007-10-10  Tim-Philipp Müller  <tim at centricular dot net>
6434
6435         * gst-libs/gst/tag/gsttagdemux.c:
6436           Don't error out when a buggy downstream element doesn't
6437           handle the newsegment event we send properly (especially
6438           not without posting a meaningful error message on the
6439           bus). See bug #471370 and launchpad bug #136264.
6440
6441 2007-10-10  Wim Taymans  <wim.taymans@gmail.com>
6442
6443         * gst-libs/gst/audio/gstbaseaudiosink.c:
6444         (gst_base_audio_sink_drain):
6445         Use new basesink method to make our EOS drain interruptable.
6446
6447 2007-10-10  Jan Schmidt  <Jan.Schmidt@sun.com>
6448
6449         * gst-libs/gst/rtp/gstrtppayloads.c:
6450         Fix silly search-replace oversight.
6451
6452 2007-10-09  Wim Taymans  <wim.taymans@gmail.com>
6453
6454         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
6455
6456         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
6457         (gst_basertppayload_set_outcaps):
6458         Fix caps memleak. Fixes #484989.
6459
6460
6461 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6462
6463         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6464         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain):
6465         Fix debug output.
6466
6467 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6468
6469         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6470         (gst_base_audio_src_create):
6471         Also handle the case where there is no clock set on the audio source,
6472         like in the unit tests.
6473
6474 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
6475
6476         * gst-libs/gst/rtp/gstrtppayloads.c:
6477         Use unsigned G_MAXUINT8 instead of -1 to initialise a guint8
6478         to avoid compiler warnings
6479
6480 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6481
6482         * gst/playback/gstdecodebin.c: (type_found),
6483         (gst_decode_bin_change_state):
6484         * gst/playback/gstdecodebin2.c: (type_found),
6485         (gst_decode_bin_change_state):
6486         Don't disconnect the have_type signal because we never reconnect it
6487         later on. Instead keep a variable to see if we already detected a type.
6488
6489 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6490
6491         * gst/playback/gstdecodebin.c: (add_fakesink), (type_found):
6492         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
6493         (type_found):
6494         Unlink the signal handler when we found the type, we're not going to do
6495         anything sensible with more type_found signals anyway.
6496
6497 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6498
6499         * gst-libs/gst/tag/gsttagdemux.c:
6500           Don't leak caps.
6501
6502 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6503
6504         * gst-libs/gst/tag/Makefile.am:
6505         * gst-libs/gst/tag/gsttagdemux.c:
6506         * gst-libs/gst/tag/gsttagdemux.h:
6507           API: add GstTagDemux base class for simple tag demuxers.
6508
6509         * docs/libs/gst-plugins-base-libs-docs.sgml:
6510         * docs/libs/gst-plugins-base-libs-sections.txt:
6511           Add GstTagDemux to docs.
6512
6513 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
6514
6515         * gst-libs/gst/rtp/gstrtpbuffer.c:
6516         (gst_rtp_buffer_get_payload_subbuffer):
6517         Fix bug introduced with last commit which inverted the logic and
6518         caused all buffers to be dropped. Fixes #483620.
6519         Thanks to Laurent Glayal <spglegle at yahoo dot fr> for noticing.
6520
6521 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
6522
6523         * gst-libs/gst/rtp/gstrtpbuffer.c:
6524           Replace g_return_if_val (as it could be disabled), with regular return
6525           and warning.
6526
6527 2007-10-03  Stefan Kost  <ensonic@users.sf.net>
6528
6529         * tests/check/pipelines/simple-launch-lines.c:
6530           Print message name and not just number.
6531
6532 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
6533
6534         * gst-libs/gst/audio/gstbaseaudiosink.c:
6535         (gst_base_audio_sink_async_play):
6536         When slaved to the clock, don't try to align a sample with the previous
6537         one when going to PLAYING again.
6538
6539 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
6540
6541         * tests/examples/snapshot/snapshot.c:
6542           Fix the build.
6543
6544 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6545
6546         * gst-libs/gst/sdp/gstsdpmessage.h:
6547         Add RFC 3556 bandwidth modifiers.
6548
6549 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6550
6551         * docs/libs/gst-plugins-base-libs-docs.sgml:
6552         * docs/libs/gst-plugins-base-libs-sections.txt:
6553         * gst-libs/gst/rtp/gstrtppayloads.c:
6554         Update documentation.
6555
6556 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6557
6558         * gst-libs/gst/rtp/Makefile.am:
6559         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_pt),
6560         (gst_rtp_payload_info_for_name):
6561         * gst-libs/gst/rtp/gstrtppayloads.h:
6562         Added new file and header to deal with payload info.
6563
6564         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
6565         (gst_rtp_buffer_default_clock_rate):
6566         * gst-libs/gst/rtp/gstrtpbuffer.h:
6567         Payload specific stuff is move to new headers.
6568         Implement _default_clock rate using the new payload function.
6569
6570         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address),
6571         (gst_sdp_parse_line):
6572         * gst-libs/gst/sdp/gstsdpmessage.h:
6573         Add some more comments.
6574
6575 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6576
6577         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
6578         (sdp_check_header), (sdp_type_find), (plugin_init):
6579         Add typefind function for application/sdp.
6580         Remove some old dirac typefind code that was ifdeffed out.
6581
6582 2007-09-29  Sebastien Moutte <sebastien@moutte.net>
6583
6584         * win32/common/libgstaudio.def:
6585         Add new exported functions.
6586         * win32/vs6/grammar.dsp:
6587         Add autogeneration and copy of some autegenerated files from win32/common
6588         for rtsp library.
6589         * win32/vs6/libgstaudioconvert.dsp:
6590         Add gstaudioquantize.c to the build.
6591         * win32/vs6/libgstinterfaces.dsp:
6592         Add videoorientation.c to the build.
6593         * win32/vs6/libgstriff.dsp:
6594         Add libgsttag to the link libraries list.
6595         * win32/vs6/libgstvolume.dsp:
6596         Add liboil to the link.
6597         * win32/vs6/gst_plugins_base.dsw:
6598         * win32/vs6/libgstrtsp.dsp:
6599         * win32/common/libgstrtsp.def:
6600         Add files to build libgstrtsp library.
6601         
6602 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
6603
6604         * tests/examples/snapshot/snapshot.c: (main):
6605         Print error when pipeline failed to construct.
6606
6607 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6608
6609         * configure.ac:
6610         * gst-libs/gst/tag/gstid3tag.c:
6611         * gst-libs/gst/tag/gstvorbistag.c:
6612           Add mappings for the new GST_TAG_COMPOSER for vorbis comments
6613           and ID3v2 tags.
6614
6615 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6616
6617         * gst-libs/gst/floatcast/floatcast.h:
6618           Don't include config.h in an installed public header, this
6619           might break compilation of applications that don't have such
6620           a header and doesn't necessarily do what it's supposed to do
6621           anyway (ie. check for the lrint/lrintf defines) (#442065).
6622           Add docs for the various macros and document how this header
6623           has to be used (link against libm, etc.); add a few FIXMEs;
6624           include math.h for non-c99 code path.  Based on patch by
6625           Jan Schmidt.
6626           
6627 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
6628
6629         * configure.ac:
6630         Use AG_GST_ARG_WITH_PLUGINS and AG_GST_ARG_ENABLE_EXTERNAL instead
6631         of duplicating these macros in configure.ac.
6632
6633 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6634
6635         * po/hu.po:
6636         * po/sv.po:
6637         * po/uk.po:
6638           Updated translations to 0.10.14
6639
6640 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6641
6642         translated by: Jakub Bogusz <qboosh@pld-linux.org>
6643
6644         * po/pl.po:
6645           Added Polish translation.
6646
6647 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6648
6649         translated by: Ilkka Tuohela <hile@iki.fi>
6650
6651         * po/fi.po:
6652           Added Finnish translation.
6653
6654 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6655
6656         translated by: Jorge González González <aloriel@gmail.com>
6657
6658         * po/es.po:
6659           Added Spanish translation.
6660
6661 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6662
6663         translated by: Mogens Jaeger <mogens@jaeger.tf>
6664
6665         * po/da.po:
6666           Added Danish translation.
6667
6668 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6669
6670         translated by: Funda Wang <fundawang@linux.net.cn>
6671
6672         * po/zh_CN.po:
6673           Added Chinese (simplified) translation.
6674
6675 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6676
6677         translated by: Alexander Shopov <ash@contact.bg>
6678
6679         * po/bg.po:
6680           Added Bulgarian translation.
6681
6682 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
6683
6684         * gst/playback/gstqueue2.c: (gst_queue_push_one):
6685         Fix compilation wrt printf arguments.
6686
6687 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
6688
6689         * configure.ac:
6690         * tests/examples/Makefile.am:
6691         * tests/examples/snapshot/.cvsignore:
6692         * tests/examples/snapshot/Makefile.am:
6693         * tests/examples/snapshot/snapshot.c: (main):
6694         Add simple snapshot example program using appsink.
6695
6696 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
6697
6698         * tests/check/generic/states.c:
6699           Improved state change unit test.
6700
6701 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
6702
6703         * docs/plugins/.cvsignore:
6704         * tests/check/.cvsignore:
6705           Ignore registries in any format.
6706
6707 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
6708
6709         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6710         (gst_base_rtp_depayload_chain),
6711         (gst_base_rtp_depayload_set_gst_timestamp):
6712         Only copy timestamp on outgoing packets if the depayloader did not set
6713         one.
6714         Also copy duration on outgoing packets.
6715
6716 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
6717
6718         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
6719         (gst_basertppayload_set_outcaps):
6720         Fix compilation because of missing %d in printf.
6721         When fixating caps, fixate what we can and throw away all remaining
6722         unfixed caps, subclasses should do something smart if they need to.
6723
6724 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
6725
6726         * ext/gnomevfs/gstgnomevfssrc.c:
6727           Improve debug logs a bit and be more verbose if things go wrong.
6728
6729 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
6730
6731         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6732         (gst_text_overlay_set_property):
6733         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
6734         * gst-libs/gst/audio/gstbaseaudiosink.c:
6735         (gst_base_audio_sink_render):
6736         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
6737         (gst_rtcp_unix_to_ntp):
6738         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_get_type):
6739         * gst/playback/gstqueue2.c:
6740         * tests/examples/seek/seek.c: (set_scale):
6741         Fix a bunch of compile warnings shown with Forte.
6742
6743         * gst/audiorate/gstaudiorate.c:
6744         Always pull in config.h before including any system headers.
6745
6746 2007-09-17  Wim Taymans  <wim.taymans@gmail.com>
6747
6748         * gst/playback/gstqueue2.c: (update_buffering),
6749         (gst_queue_locked_flush), (gst_queue_locked_enqueue),
6750         (gst_queue_handle_sink_event), (gst_queue_chain),
6751         (gst_queue_push_one), (gst_queue_sink_activate_push),
6752         (gst_queue_src_activate_push), (gst_queue_src_activate_pull):
6753         Also fix #476514 for queue2.
6754
6755 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
6756
6757         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6758         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_setcaps),
6759         (gst_base_rtp_depayload_chain),
6760         (gst_base_rtp_depayload_handle_sink_event),
6761         (gst_base_rtp_depayload_push_full),
6762         (gst_base_rtp_depayload_set_gst_timestamp),
6763         (gst_base_rtp_depayload_change_state):
6764         Remove code to deal with RTP to GST time conversion, we now just copy
6765         the GST timestamp we receive to the outgoing buffers.
6766         Handle segment and flushes correctly.
6767
6768         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
6769         When we have no valid input timestamp, use the previous rtp timestamp on
6770         the outgoing RTP packet instead of the RTP base time.
6771
6772 2007-09-15  David Schleef  <ds@schleef.org>
6773
6774         * ext/alsa/gstalsa.c:
6775         * ext/alsa/gstalsadeviceprobe.c:
6776         * ext/alsa/gstalsamixer.c:
6777         * ext/alsa/gstalsasink.c:
6778         * ext/alsa/gstalsasrc.c:
6779           Change alsa alloca's to malloc to fix warnings on gcc-4.2.
6780
6781 2007-09-15  Wim Taymans  <wim.taymans@gmail.com>
6782
6783         * gst-libs/gst/rtp/gstbasertppayload.c:
6784         (gst_basertppayload_set_outcaps), (gst_basertppayload_push):
6785         Add some debug info when negotiating caps.
6786
6787 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6788
6789         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
6790         A buffer with an empty payload is also a valid buffer.
6791
6792 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6793
6794         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_event),
6795         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
6796         (gst_basertppayload_change_state):
6797         Make sure we start our RTP timestamp from the random base RTP
6798         timestamp even if the buffer timestamp starts from some random value.
6799
6800 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6801
6802         * configure.ac:
6803         * tests/examples/Makefile.am:
6804         * tests/examples/dynamic/.cvsignore:
6805         * tests/examples/dynamic/Makefile.am:
6806         * tests/examples/dynamic/addstream.c: (create_stream),
6807         (pause_play_stream), (message_received), (eos_message_received),
6808         (perform_step), (main):
6809         Add simple exmple app to demonstrate starting and pausing live and
6810         non-live bins in a PLAYING pipeline.
6811
6812 2007-09-14  Julien MOUTTE  <julien@moutte.net>
6813
6814         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add some
6815         typefind for QCP files (RFC #3625)
6816
6817 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
6818
6819         * gst-libs/gst/audio/gstbaseaudiosink.c:
6820         (gst_base_audio_sink_init):
6821         Disable pull mode scheduling, we're not ready for it yet and it subtly
6822         breaks a lot of things.
6823
6824 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
6825
6826         * tests/check/elements/libvisual.c:
6827           Test all libvisual plugins, not just the first one; this reproduces
6828           bug #450336 quite easily.  Looks like a problem with the 'jess'
6829           visualisation.
6830
6831 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
6832
6833         * tests/check/Makefile.am:
6834         * tests/check/elements/.cvsignore:
6835         * tests/check/elements/libvisual.c:
6836           Add basic libvisual test case in an attempt to reproduce bug #450336.
6837           Doesn't reproduce that bug, but some other crasher instead (invalid
6838           free), at least with make elements/libvisual.forever and the bumscope
6839           plugin on x86-64/gutsy. Leaving test disabled for now.
6840
6841 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
6842
6843         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6844
6845         * gst-libs/gst/rtsp/gstrtspconnection.c:
6846         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_read),
6847         (read_body), (gst_rtsp_connection_receive):
6848         Make sure we can not cancel in the middle of receiving a message.
6849         Fixes #475731.
6850
6851 2007-09-11  Tim-Philipp Müller  <tim at centricular dot net>
6852
6853         Patch by: Josep Torra Valles <josep@fluendo.com>
6854
6855         * gst/playback/gstplaybasebin.c:
6856           Increase upper limit for audio queue a bit; fixes preroll problem
6857           with playbin and decodebin2 when playing a quicktime trailer with
6858           multichannel audio via http (#464666).
6859
6860 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
6861
6862         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6863         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
6864         (gst_base_audio_src_provide_clock),
6865         (gst_base_audio_src_set_property),
6866         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
6867         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6868         Allow othe clocks than the internal clock to be used for the pipeline.
6869         Add property to disable clock provide.
6870         API: GstBaseAudioSrc::provide-clock
6871
6872 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
6873
6874         * gst/playback/gstdecodebin2.c:
6875           Don't leak request pads. Fixes #475395.
6876
6877 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
6878
6879         Patch by: René Stadler <mail at renestadler dot de>
6880
6881         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
6882         (gst_ximage_buffer_class_init):
6883         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
6884         (gst_xvimage_buffer_class_init):
6885         Correctly chain up finalize with the parent class to prevent
6886         memory leaks. Fixes #474880.
6887
6888 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
6889
6890         * gst/volume/gstvolume.c: (volume_choose_func):
6891         * tests/check/elements/volume.c: (GST_START_TEST):
6892         Revert the latest change: floating point samples are allowed to
6893         have any value, not only values in the range [-1,1]. Thanks to Andy
6894         Wingo for noticing.
6895         Also fix processing of int32 samples with volumes > 4 by making the
6896         unity value smaller which prevents overflows.
6897
6898 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
6899
6900         * gst-libs/gst/rtp/gstrtpbuffer.c:
6901         * tests/check/libs/rtp.c:
6902           Fix gst_rtp_buffer_set_csrc() and enable csrc-related unit test checks.
6903
6904 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
6905
6906         Based on patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
6907
6908         * gst-libs/gst/rtp/gstrtpbuffer.c:
6909           Fix up GstRTPHeader helper struct so that compilers will not under
6910           any circumstances add padding in between our fields, as currently
6911           happens with MSVC on win32, because that would lead to us sending
6912           out RTP payloads with broken RTP headers (#471194).
6913           Fix assertion guards for gst_rtp_buffer_get_csrc() and _set_csrc().
6914           
6915         * tests/check/Makefile.am:
6916         * tests/check/libs/.cvsignore:
6917         * tests/check/libs/rtp.c:
6918           Add some simple unit tests for GstRTPBuffer. Some are disabled
6919           because the code tested still needs fixing (set_csrc() does not work).
6920
6921 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
6922
6923         * win32/MANIFEST:
6924         * win32/common/gstrtsp-enumtypes.c:
6925         * win32/common/gstrtsp-enumtypes.h:
6926         * win32/common/interfaces-enumtypes.c:
6927         * win32/common/interfaces-enumtypes.h:
6928         * win32/common/multichannel-enumtypes.c:
6929           Add rtsp enumtypes (#474384) and update others.
6930
6931 2007-09-06  Stefan Kost  <ensonic@users.sf.net>
6932
6933         * configure.ac:
6934           Fix configure check for HAVE_LIBXML_HTML.
6935
6936 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
6937
6938         * tests/check/libs/.cvsignore:
6939           Ignore more, in case the build bots work again one day.
6940
6941 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
6942
6943         Reviewed by:  Stefan Kost  <ensonic@users.sf.net>
6944
6945         * configure.ac:
6946         * gst-libs/gst/Makefile.am:
6947         * gst-libs/gst/fft/Makefile.am:
6948         * gst-libs/gst/fft/_kiss_fft_guts_f32.h:
6949         * gst-libs/gst/fft/_kiss_fft_guts_f64.h:
6950         * gst-libs/gst/fft/_kiss_fft_guts_s16.h:
6951         * gst-libs/gst/fft/_kiss_fft_guts_s32.h:
6952         * gst-libs/gst/fft/gstfft.c: (gst_fft_next_fast_length):
6953         * gst-libs/gst/fft/gstfft.h:
6954         * gst-libs/gst/fft/gstfftf32.c: (gst_fft_f32_new),
6955         (gst_fft_f32_fft), (gst_fft_f32_inverse_fft), (gst_fft_f32_free),
6956         (gst_fft_f32_window), (gst_fft_f32_magnitude), (gst_fft_f32_phase):
6957         * gst-libs/gst/fft/gstfftf32.h:
6958         * gst-libs/gst/fft/gstfftf64.c: (gst_fft_f64_new),
6959         (gst_fft_f64_fft), (gst_fft_f64_inverse_fft), (gst_fft_f64_free),
6960         (gst_fft_f64_window), (gst_fft_f64_magnitude), (gst_fft_f64_phase):
6961         * gst-libs/gst/fft/gstfftf64.h:
6962         * gst-libs/gst/fft/gstffts16.c: (gst_fft_s16_new),
6963         (gst_fft_s16_fft), (gst_fft_s16_inverse_fft), (gst_fft_s16_free),
6964         (gst_fft_s16_window), (gst_fft_s16_magnitude), (gst_fft_s16_phase):
6965         * gst-libs/gst/fft/gstffts16.h:
6966         * gst-libs/gst/fft/gstffts32.c: (gst_fft_s32_new),
6967         (gst_fft_s32_fft), (gst_fft_s32_inverse_fft), (gst_fft_s32_free),
6968         (gst_fft_s32_window), (gst_fft_s32_magnitude), (gst_fft_s32_phase):
6969         * gst-libs/gst/fft/gstffts32.h:
6970         * gst-libs/gst/fft/kiss_fft_f32.c: (kf_bfly2), (kf_bfly4),
6971         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6972         (kiss_fft_f32_alloc), (kiss_fft_f32_stride), (kiss_fft_f32),
6973         (kiss_fft_f32_cleanup), (kiss_fft_f32_next_fast_size):
6974         * gst-libs/gst/fft/kiss_fft_f32.h:
6975         * gst-libs/gst/fft/kiss_fft_f64.c: (kf_bfly2), (kf_bfly4),
6976         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6977         (kiss_fft_f64_alloc), (kiss_fft_f64_stride), (kiss_fft_f64),
6978         (kiss_fft_f64_cleanup), (kiss_fft_f64_next_fast_size):
6979         * gst-libs/gst/fft/kiss_fft_f64.h:
6980         * gst-libs/gst/fft/kiss_fft_s16.c: (kf_bfly2), (kf_bfly4),
6981         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6982         (kiss_fft_s16_alloc), (kiss_fft_s16_stride), (kiss_fft_s16),
6983         (kiss_fft_s16_cleanup), (kiss_fft_s16_next_fast_size):
6984         * gst-libs/gst/fft/kiss_fft_s16.h:
6985         * gst-libs/gst/fft/kiss_fft_s32.c: (kf_bfly2), (kf_bfly4),
6986         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6987         (kiss_fft_s32_alloc), (kiss_fft_s32_stride), (kiss_fft_s32),
6988         (kiss_fft_s32_cleanup), (kiss_fft_s32_next_fast_size):
6989         * gst-libs/gst/fft/kiss_fft_s32.h:
6990         * gst-libs/gst/fft/kiss_fftr_f32.c: (kiss_fftr_f32_alloc),
6991         (kiss_fftr_f32), (kiss_fftri_f32):
6992         * gst-libs/gst/fft/kiss_fftr_f32.h:
6993         * gst-libs/gst/fft/kiss_fftr_f64.c: (kiss_fftr_f64_alloc),
6994         (kiss_fftr_f64), (kiss_fftri_f64):
6995         * gst-libs/gst/fft/kiss_fftr_f64.h:
6996         * gst-libs/gst/fft/kiss_fftr_s16.c: (kiss_fftr_s16_alloc),
6997         (kiss_fftr_s16), (kiss_fftri_s16):
6998         * gst-libs/gst/fft/kiss_fftr_s16.h:
6999         * gst-libs/gst/fft/kiss_fftr_s32.c: (kiss_fftr_s32_alloc),
7000         (kiss_fftr_s32), (kiss_fftri_s32):
7001         * gst-libs/gst/fft/kiss_fftr_s32.h:
7002         * gst-libs/gst/fft/kiss_version:
7003         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7004         * pkgconfig/gstreamer-plugins-base.pc.in:
7005         Add libgstfft, a FFT library based on Kiss FFT which is
7006         BSD licensed. Supported sample formats are int16, int32,
7007         float and double. For those formats a real FFT and IFFT
7008         can be done, different windowing functions can be applied
7009         and functions for extracting the magnitude and phase exist.
7010         Fixes #468619.
7011
7012         * docs/libs/Makefile.am:
7013         * docs/libs/gst-plugins-base-libs-docs.sgml:
7014         * docs/libs/gst-plugins-base-libs-sections.txt:
7015         Integrate libgstfft into the docs.
7016
7017         * tests/check/Makefile.am:
7018         * tests/check/libs/fft.c: (GST_START_TEST), (fft_suite), (main):
7019         Add unit tests for libgstfft, currently only testing the FFT.
7020         Unit tests for IFFT will follow soon.
7021
7022 2007-09-05  Wim Taymans  <wim.taymans@gmail.com>
7023
7024         Patch by: Peter Kjellerstedt  <pkj at axis com>
7025
7026         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_time_init),
7027         (gst_sdp_message_init), (gst_sdp_message_uninit),
7028         (is_multicast_address), (gst_sdp_message_as_text),
7029         (gst_sdp_message_get_origin), (gst_sdp_message_set_connection),
7030         (gst_sdp_message_get_connection), (gst_sdp_message_add_bandwidth),
7031         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
7032         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
7033         (gst_sdp_message_get_attribute_val), (gst_sdp_message_add_media),
7034         (gst_sdp_media_init), (gst_sdp_media_uninit),
7035         (gst_sdp_media_as_text), (gst_sdp_media_set_port_info),
7036         (gst_sdp_media_connections_len), (gst_sdp_media_add_connection),
7037         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_bandwidth),
7038         (gst_sdp_media_add_bandwidth), (gst_sdp_media_attributes_len),
7039         (gst_sdp_parse_line), (print_media), (gst_sdp_message_dump):
7040         * gst-libs/gst/sdp/gstsdpmessage.h:
7041         Separate INIT_ARRAY() and related macros into two versions, one for
7042         structures and one for pointers (e.g., INIT_ARRAY() and
7043         INIT_PTR_ARRAY()). This fixes a segmentation error on freeing the
7044         lists of emails and phone numbers.
7045         Add missing const as appropriate.
7046         Change all gint to guint since they all actually represent unsigned
7047         values.
7048         Do not use time as a variable name as it shadows the global time().
7049         Add gst_sdp_message_as_text() and gst_sdp_media_as_text().
7050         Actually implement gst_sdp_message_add_time().
7051         Make gst_sdp_message_add_time() take repeat times as an argument.
7052         Store repeat times in GstSDPTime as a GArray rather than as gchar**.
7053         Corrected the definition of gst_sdp_media_get_bandwidth() (was
7054         misspelled as badwidth).
7055         gst-indented and a little clean up. Fixes #471067.
7056
7057 2007-09-05  Sebastian Dröge  <slomo@circular-chaos.org>
7058
7059         * gst/volume/gstvolume.c: (volume_choose_func),
7060         (volume_process_double), (volume_process_double_clamp),
7061         (volume_process_float_clamp):
7062         Correctly clamp float/double samples in the [-1.0,1.0] range to
7063         prevent weird effects.
7064         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
7065         Add unit tests for all samples types that had none before.
7066
7067 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7068
7069         * gst-libs/gst/rtp/gstrtpbuffer.c:
7070           Need to include stdlib.h for abs() here too.
7071
7072 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7073
7074         * gst/playback/gststreaminfo.c:
7075           Fix build.
7076
7077 2007-09-05  Stefan Kost  <ensonic@users.sf.net>
7078
7079         * gst/playback/gststreaminfo.c:
7080           Clean up some half-disabled code and comment.
7081
7082 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7083
7084         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
7085
7086         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7087         (gst_base_rtp_payload_audio_handle_event):
7088         Return FALSE from the event handler to let the parent class handle the
7089         event. Fixes #446766.
7090
7091         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7092         (gst_base_rtp_depayload_chain), (gst_base_rtp_depayload_push_full):
7093         Mark outgoing buffers as DISCONT if the incomming buffer was DISCONT.
7094
7095         * gst-libs/gst/rtp/gstbasertppayload.c:
7096         Bump the MTU to 1400.
7097
7098 2007-09-03  Johan Dahlin  <jdahlin@async.com.br>
7099
7100         * gst/typefind/gsttypefindfunctions.c (plugin_init): 
7101         Add an audio/x-nsf typefind function for the nsfdec element.
7102
7103 2007-09-03  Renato Filho  <renato.filho@indt.org.br>
7104         * gst/playback/gstplaybasebin.c:
7105         Included "myth://" on stream_uris list for enable buffering to mythtv files
7106
7107 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
7108
7109         * docs/libs/gst-plugins-base-libs-sections.txt:
7110         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
7111         (gst_rtcp_packet_sdes_copy_entry), (gst_rtcp_ntp_to_unix),
7112         (gst_rtcp_unix_to_ntp):
7113         * gst-libs/gst/rtp/gstrtcpbuffer.h:
7114         Fix parsing of RB blocks.
7115         Fix docs.
7116         Added helper functions to convert to/from UNIX and NTP time.
7117         API: gst_rtcp_ntp_to_unix()
7118         API: gst_rtcp_unix_to_ntp()
7119
7120         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
7121         (gst_rtp_buffer_get_header_len),
7122         (gst_rtp_buffer_get_extension_data),
7123         (gst_rtp_buffer_get_payload_subbuffer),
7124         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload),
7125         (gst_rtp_buffer_ext_timestamp):
7126         * gst-libs/gst/rtp/gstrtpbuffer.h:
7127         Fix some more docs.
7128         Implement handling of packets with extensions.
7129         Fix padding check in _validate().
7130         Added function to get extension data.
7131         API: gst_rtp_buffer_get_header_len()
7132         API: gst_rtp_buffer_get_extension_data()
7133
7134 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
7135
7136         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7137         (gst_base_rtp_depayload_class_init),
7138         (gst_base_rtp_depayload_set_gst_timestamp):
7139         Add some more docs for the queue-delay property and fix a typo in a
7140         comment.
7141
7142         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
7143         Fix typo.
7144
7145 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
7146
7147         * gst-libs/gst/audio/gstbaseaudiosink.c:
7148         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render),
7149         (gst_base_audio_sink_change_state):
7150         When skew slaving, try to hover around the middle of a segment so that
7151         we at most drift by half a segment.
7152         If we are aligning in the oposite direction of the clock skew, we don't
7153         have to resync.
7154
7155 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
7156
7157         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7158         (gst_base_rtp_depayload_setcaps),
7159         (gst_base_rtp_depayload_set_gst_timestamp):
7160         Be less silly with the segment start, just apply the clock-base to the
7161         timestamp.
7162
7163 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
7164
7165         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7166         (gst_base_rtp_depayload_class_init),
7167         (gst_base_rtp_depayload_finalize),
7168         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
7169         (gst_base_rtp_depayload_handle_sink_event),
7170         (gst_base_rtp_depayload_set_gst_timestamp),
7171         (gst_base_rtp_depayload_change_state):
7172         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7173         Deprecate the queue handling thread thing and remove the code.
7174         Use new method to calculate the extended timestamp.
7175
7176 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
7177
7178         * gst-libs/gst/rtp/gstrtcpbuffer.c:
7179         (gst_rtcp_packet_sdes_copy_entry):
7180         Use g_strndup which does exactly what we want.
7181
7182         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum),
7183         (gst_rtp_buffer_ext_timestamp):
7184         * gst-libs/gst/rtp/gstrtpbuffer.h:
7185         Add helper function to compare seqnums.
7186         Add helper function to calculate extended timestamps.
7187         API: gst_rtp_buffer_compare_seqnum()
7188         API: gst_rtp_buffer_ext_timestamp()
7189
7190 2007-08-30  Wim Taymans  <wim.taymans@gmail.com>
7191
7192         * gst-libs/gst/rtp/gstrtcpbuffer.c:
7193         (gst_rtcp_packet_sdes_get_entry),
7194         (gst_rtcp_packet_sdes_copy_entry):
7195         * gst-libs/gst/rtp/gstrtcpbuffer.h:
7196         Fix and document SDES item data function.
7197         Add new function that makes a proper copy of SDES item data.
7198         API: gst_rtcp_packet_sdes_copy_entry()
7199
7200 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
7201
7202         * configure.ac:
7203         * gst/Makefile.am:
7204           The tcp and subparse plugins are under gst, but not totaly free of
7205           dependencies. Handle selection inconfigure.ac, so that they show up
7206           on the final list of what is build and what is not. Maybe they should
7207           better be moved to ext.
7208
7209 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
7210
7211         Patch by: Daniel Díaz  <yosoy@danieldiaz.org>
7212
7213         * configure.ac:
7214         * gst/Makefile.am:
7215           Check if libxml provides HTML parser which subparse needs.
7216           Fixes #451970.
7217
7218 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
7219
7220         * ext/alsa/gstalsa.c:
7221           Fix typo and compilation on big endian systems.
7222
7223 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
7224
7225         * gst/subparse/gstssaparse.c:
7226           Convert SSA newline codes into actual newline characters (#470766).
7227
7228 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
7229
7230         * docs/libs/gst-plugins-base-libs-sections.txt:
7231         * gst-libs/gst/pbutils/install-plugins.c:
7232         * gst-libs/gst/pbutils/install-plugins.h:
7233         * tests/check/libs/pbutils.c:
7234           API: also add gst_install_plugins_supported() while we're at it
7235           (see #470456).
7236
7237 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
7238
7239         * docs/libs/gst-plugins-base-libs-sections.txt:
7240         * gst-libs/gst/pbutils/missing-plugins.c:
7241         * gst-libs/gst/pbutils/missing-plugins.h:
7242         * tests/check/libs/pbutils.c:
7243           API: add gst_missing_*_installer_detail_new() convenience API so
7244           that applications that know exactly what they're missing can request
7245           installer detail strings for those items directly instead of having
7246           to first create a dummy missing-plugin message and then get the
7247           installer detail string from that.  Fixes #470456.
7248
7249 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
7250
7251         * gst/playback/gstdecodebin.c: (close_pad_link):
7252         We need to set up delayed-linking whenever the caps are non-fixed,
7253         not just when there are multiple types - use gst_pad_is_fixed()
7254         to test.
7255
7256 2007-08-26  Tim-Philipp Müller  <tim at centricular dot net>
7257
7258         * gst-libs/gst/pbutils/missing-plugins.c:
7259           (gst_missing_plugin_message_get_installer_detail):
7260           Add missing separator in PID fallback case.
7261
7262 2007-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
7263
7264         * ext/alsa/Makefile.am:
7265         There is no GST_PLUGINS_BASE_LIBS defined.
7266         
7267         * ext/alsa/gstalsa.c:
7268         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
7269         * ext/alsa/gstalsasrc.c: (gst_alsasrc_delay):
7270         Add support for ALSA 24-bit formats.
7271         snd_pcm_delay can return an error code, especially
7272         during XRUNS. In that case, the best we can do is assume
7273         delay = 0.
7274
7275         * gst/audioconvert/Makefile.am:
7276         Add flags from -base before any more-remote dependencies.
7277
7278 2007-08-23  Sebastian Dröge  <slomo@circular-chaos.org>
7279
7280         Based on a patch by: Davyd Madeley <davyd at madeley dot id dot au>
7281
7282         * gst/volume/gstvolume.c: (volume_choose_func),
7283         (volume_update_real_volume), (gst_volume_set_volume),
7284         (gst_volume_init), (volume_process_int32),
7285         (volume_process_int32_clamp), (volume_process_int24),
7286         (volume_process_int24_clamp), (volume_process_int16),
7287         (volume_process_int16_clamp), (volume_process_int8),
7288         (volume_process_int8_clamp), (volume_update_volume), (plugin_init):
7289         * gst/volume/gstvolume.h:
7290         Add support for int32, int24 and int8 to the volume element.
7291         Fixes #445529.
7292
7293 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
7294
7295         * tests/examples/Makefile.am:
7296           Fix even more.
7297
7298 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
7299
7300         * configure.ac:
7301         * docs/libs/Makefile.am:
7302         * docs/libs/gst-plugins-base-libs-docs.sgml:
7303         * docs/libs/gst-plugins-base-libs-sections.txt:
7304         * ext/gnomevfs/gstgnomevfssrc.c:
7305         * ext/gnomevfs/gstgnomevfssrc.h:
7306         * gst-libs/gst/Makefile.am:
7307         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7308         * pkgconfig/gstreamer-plugins-base.pc.in:
7309         * sys/v4l/v4lsrc_calls.c:
7310         * tests/examples/Makefile.am:
7311         * win32/common/config.h:
7312           Revert unwanted commit. many thanks to moap. I want a fix for 
7313           https://thomas.apestaart.org/moap/trac/ticket/239
7314
7315 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
7316
7317         * gst/volume/gstvolume.c:
7318           Move passthrough below gst_object_sync_values(). Fixes #442654.
7319
7320 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
7321
7322         * gst-libs/gst/audio/audio.c:
7323         Clarify the docs a little.
7324
7325 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
7326
7327         * gst/volume/gstvolume.c:
7328           Enable liboil for float and add more details about problems with
7329           int16.
7330
7331 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7332
7333         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
7334         Fix RGB24 masks as spotted by _ke (Daniel G. Siegel) on IRC.
7335
7336 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7337
7338         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
7339         When calculating the first timestamp of the buffers, don't go below 0
7340         and clip the samples because the offset was on the eos page.
7341         Fixes #466717.
7342
7343 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7344
7345         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain),
7346         (gst_ogg_demux_collect_chain_info):
7347         Also submit the eos page when trying to find the first timestamp.
7348         See #466717.
7349
7350 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
7351
7352         * gst-libs/gst/audio/audio.h:
7353         Use gst_util_uint64_scale() instead of doing the math
7354         with double for GST_FRAMES_TO_CLOCK_TIME() and
7355         GST_CLOCK_TIME_TO_FRAMES(). For large timestamps this
7356         prevents rounding errors. Fixes #467667.
7357
7358 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7359
7360         * gst-libs/gst/rtsp/gstrtspconnection.c:
7361         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
7362         (gst_rtsp_connection_read), (gst_rtsp_connection_poll):
7363         * gst-libs/gst/rtsp/gstrtspconnection.h:
7364         Small cleanups.
7365         On shutdown, don't read the control socket yet.
7366         Set timeout value correctly in all cases.
7367         Add function to check if the server accepts reads or writes.
7368         API: gst_rtsp_connection_poll()
7369
7370         * gst-libs/gst/rtsp/gstrtspdefs.h:
7371         Fix compilation with -pedantic.
7372         Add enum for _poll.
7373
7374 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7375
7376         Patch by: Olivier Crete  <tester at tester ca>
7377
7378         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
7379         (gst_basertppayload_getcaps):
7380         * gst-libs/gst/rtp/gstbasertppayload.h:
7381         Add getcaps vfunc to basertppayload. See #465146.
7382
7383 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7384
7385         * gst/playback/gstplaybasebin.c: (queue_threshold_reached):
7386         Only post buffering messages when we are a stream.
7387
7388 2007-08-15  Tim-Philipp Müller  <tim at centricular dot net>
7389
7390         * gst-libs/gst/pbutils/install-plugins.c:
7391         * gst-libs/gst/pbutils/missing-plugins.c:
7392           Small docs fix and addition.
7393
7394 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
7395
7396         * tests/icles/.cvsignore:
7397         * tests/icles/Makefile.am:
7398         * tests/icles/test-textoverlay.c:
7399           Add a dumb little test for textoverlay alignments.
7400
7401 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
7402
7403         Patch by: Dan Williams  <dcbw redhat com>
7404
7405         * ext/pango/gsttextoverlay.c:
7406         * ext/pango/gsttextoverlay.h:
7407           API: add "line-alignment" property (#459334). Add gtk-doc blurb for
7408           "silent" property so there's a Since tag in the API reference.
7409
7410 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
7411
7412         * gst-libs/gst/rtp/gstbasertppayload.c:
7413         (gst_basertppayload_set_outcaps):
7414         * gst-libs/gst/rtp/gstbasertppayload.h:
7415         Improve caps negotiation so that downstream elements can confiure
7416         certain RTP properties by fixing them on the caps. See #465146.
7417         Add docs.
7418
7419 2007-08-11  Tim-Philipp Müller  <tim at centricular dot net>
7420
7421         * docs/libs/gst-plugins-base-libs-sections.txt:
7422         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7423         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7424           Mark as deprecated some macros which were presumably meant to be
7425           private API and accidentally exposed in the public header file.
7426           Also actually _init() lock (only works at the moment because the
7427           struct is zeroed out when created and the initial values in the
7428           mutex struct are zeroes too). (#459585)
7429
7430 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
7431
7432         * docs/libs/Makefile.am:
7433           Remove cruft and do some cleanups.
7434
7435         * docs/libs/gst-plugins-base-libs-docs.sgml:
7436           Prepare for comming gtkdoc features (rebase against online docs).
7437
7438 2007-08-10  Michael Smith <msmith@fluendo.com>
7439
7440         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7441           Debug output fixes.
7442         * tests/check/elements/audiorate.c: (do_perfect_stream_test),
7443         (GST_START_TEST):
7444           Change the number of buffers used; 500 is too many and leads to
7445           timeouts.
7446
7447 2007-08-10  Tim-Philipp Müller  <tim at centricular dot net>
7448
7449         * gst/playback/gstqueue2.c:
7450         * gst/videorate/gstvideorate.c:
7451           Printf format fixes (#465028).
7452
7453 2007-08-09  Michael Smith <msmith@fluendo.com>
7454
7455         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7456           If we have a large (> 1 second) discontinuity, push a series of
7457           smaller buffers rather than a single very large buffer. Avoids
7458           unreasonably large single buffer allocations when encountering a
7459           large gap.
7460         * tests/check/elements/audiorate.c: (GST_START_TEST),
7461         (audiorate_suite):
7462           Add a test for this.
7463
7464 2007-08-09  Jan Schmidt  <thaytan@mad.scientist.com>
7465
7466         * gst/playback/gstplaybasebin.c: (group_commit),
7467         (queue_remove_probe), (queue_threshold_reached):
7468
7469         Patch by: Josep Torra Valles <josep@fluendo.com>
7470         Fixes: #465015
7471         Make sure we remove the check_queues buffer probe from the 
7472         correct queue to avoid racily going back to "buffering 99%" when
7473         buffering is actually complete.
7474
7475         Also, fix the spelling of Josep's surname in the ChangeLog.
7476
7477 2007-08-09  Stefan Kost  <ensonic@users.sf.net>
7478
7479         * ext/ogg/gstoggmux.c:
7480           Do not leak oggmux instance.
7481         
7482         * ext/vorbis/vorbisenc.c:
7483           Also log values.
7484
7485 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7486
7487         * po/hu.po:
7488         * po/it.po:
7489         * po/nl.po:
7490         * po/uk.po:
7491         * po/vi.po:
7492           Updated translations.
7493
7494 2007-08-08  Stefan Kost  <ensonic@users.sf.net>
7495
7496         patch by: Yang Hong <hongyang@redflag-linux.com>
7497
7498         * ext/pango/gsttextoverlay.c:
7499         * ext/pango/gsttextoverlay.h:
7500           Add 'silent' property to GstTimeOverlay. Fixes #462979
7501
7502 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
7503
7504         Patch by: Josep Torra Valles <josep@fluendo.com>
7505
7506         * docs/plugins/gst-plugins-base-plugins.args:
7507         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
7508         (gst_uri_decode_bin_init), (gst_uri_decode_bin_set_property),
7509         (gst_uri_decode_bin_get_property), (gen_source_element):
7510         Add connection-speed property. Fixes #464690.
7511
7512 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
7513
7514         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
7515
7516         * configure.ac:
7517         * gst-libs/gst/rtsp/Makefile.am:
7518         * gst-libs/gst/rtsp/gstrtspconnection.c:
7519         (gst_rtsp_connection_connect):
7520         Fix compilation on windows. Fixes #464320.
7521
7522 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
7523
7524         Patch by: Josep Torra Valles <josep@fluendo.com>
7525
7526         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7527         (gst_play_base_bin_init), (queue_threshold_reached),
7528         (gen_source_element), (setup_substreams),
7529         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
7530         (gst_play_base_bin_get_streaminfo_value_array):
7531         * gst/playback/gstplaybasebin.h:
7532         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7533         (gst_play_bin_set_property), (gst_play_bin_get_property),
7534         (gst_play_bin_handle_redirect_message):
7535         Move connection-speed property from playbin to playbasebin so that we
7536         can also configure it in source elements that have the connection-speed
7537         property. Fixes #464028.
7538         Add some debug info here and there.
7539
7540 2007-08-06  Sebastian Dröge  <slomo@circular-chaos.org>
7541
7542         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
7543         Properly respond to conversion queries. Fixes #464079.
7544
7545 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
7546
7547         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init),
7548         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
7549         (gst_audio_test_src_init_sine_table),
7550         (gst_audio_test_src_change_wave), (gst_audio_test_src_create):
7551         * gst/audiotestsrc/gstaudiotestsrc.h:
7552         Add float/double and int32 support to audiotestsrc. Fixes #460422.
7553         Also set the default volume to the default value specified in the
7554         GParamSpec.
7555
7556 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
7557
7558         Patch by: Jens Granseuer <jensgr at gmx dot net>
7559
7560         * gst/audioconvert/gstaudioquantize.c:
7561         Fix C89 incompatibilities and spelling of explanations. Fixes #463215.
7562
7563 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
7564
7565         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_parse):
7566         Add rdt manager for rdt transport.
7567         Fix parsing of RDT transport.
7568
7569 2007-08-03  Jan Schmidt  <thaytan@mad.scientist.com>
7570
7571         * configure.ac:
7572         Back to CVS
7573
7574 === release 0.10.14 ===
7575
7576 2007-08-03  Jan Schmidt <thaytan@mad.scientist.com>
7577
7578         * configure.ac:
7579           releasing 0.10.14, "Light Years Ahead"
7580
7581 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7582
7583         * tests/check/libs/audio.c: (GST_START_TEST):
7584         Fix the test to reflect the behaviour of gst_audio_clip_buffer.
7585
7586 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7587
7588         * gst-libs/gst/audio/audio.c:
7589         When clipping a buffer with no timestamp, assume it is
7590         within the segment without warnings.
7591
7592         Fixes: #460978
7593
7594 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7595
7596         * gst-libs/gst/rtsp/gstrtspextension.c: (gst_rtsp_extension_send):
7597         Fire the signal on the object, not the interface.
7598
7599 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7600
7601         * gst-libs/gst/rtsp/.cvsignore:
7602         Ber. Don't include the full path, idiot.
7603
7604 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7605
7606         * gst-libs/gst/rtsp/.cvsignore:
7607         Ignore generated files.
7608
7609 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7610
7611         * gst-libs/gst/interfaces/Makefile.am:
7612         * gst-libs/gst/interfaces/interfaces-marshal.list:
7613         * gst-libs/gst/interfaces/rtspextension.c:
7614         * gst-libs/gst/interfaces/rtspextension.h:
7615         * gst-libs/gst/rtsp/Makefile.am:
7616         * gst-libs/gst/rtsp/gstrtsp.h:
7617         * gst-libs/gst/rtsp/gstrtspextension.c:
7618         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
7619         (gst_rtsp_extension_detect_server),
7620         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
7621         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
7622         (gst_rtsp_extension_configure_stream),
7623         (gst_rtsp_extension_get_transports),
7624         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7625         * gst-libs/gst/rtsp/gstrtspextension.h:
7626         * gst-libs/gst/rtsp/rtsp-marshal.list:
7627         Move the rtspextension.h interface into gstrtspextension.h
7628         as part of libgstrtsp instead of libgstinterfaces, because it's
7629         only for use within plugins, not applications. 
7630         Add stuff to do the enum & marshal generation needed in libgstrtsp now.
7631         Use the GST_TYPE_RTSP_RESULT enum type for the return value of the 
7632         signal that the GstRTSPExtension interface emits, since G_TYPE_ENUM
7633         is abstract.
7634
7635 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7636
7637         * gst-libs/gst/interfaces/Makefile.am:
7638         * gst-libs/gst/interfaces/interfaces-marshal.list:
7639         * gst-libs/gst/interfaces/rtspextension.c:
7640         (gst_rtsp_extension_iface_init),
7641         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7642         * gst-libs/gst/interfaces/rtspextension.h:
7643         Fix marshaller for the send signal.
7644         Add URL to stream selection interface method.
7645
7646 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7647
7648         * gst-libs/gst/riff/Makefile.am:
7649         Pull in our dependencies from -base before those from outside.
7650
7651 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7652
7653         * docs/libs/gst-plugins-base-libs-sections.txt:
7654         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_decode_ip):
7655         * gst-libs/gst/rtsp/gstrtspbase64.h:
7656         API: gst_rtsp_base64_decode_ip()
7657         Added function to decode Base64 in-place.
7658
7659 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7660
7661         * tests/check/libs/.cvsignore:
7662         Ignore the mixer test binary.
7663
7664 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7665
7666         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
7667         Gratuitous comment change to trigger a rebuild on the buildbots.
7668
7669 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7670
7671         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_media_get_media),
7672         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
7673         (gst_sdp_media_get_proto), (gst_sdp_media_formats_len),
7674         (gst_sdp_media_get_format), (gst_sdp_media_get_information),
7675         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
7676         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_badwidth),
7677         (gst_sdp_media_get_key), (gst_sdp_media_attributes_len),
7678         (gst_sdp_media_get_attribute), (gst_sdp_media_get_attribute_val_n),
7679         (gst_sdp_media_get_attribute_val):
7680         * gst-libs/gst/sdp/gstsdpmessage.h:
7681         Constify args where we can.
7682
7683 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7684
7685         * gst-libs/gst/interfaces/Makefile.am:
7686         * gst-libs/gst/interfaces/rtspextension.c:
7687         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
7688         (gst_rtsp_extension_detect_server),
7689         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
7690         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
7691         (gst_rtsp_extension_configure_stream),
7692         (gst_rtsp_extension_get_transports),
7693         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7694         * gst-libs/gst/interfaces/rtspextension.h:
7695         Move interface for RTSP extensions from -good to here.
7696         Added helper methods to invoke interface methods.
7697
7698 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7699
7700         * docs/libs/gst-plugins-base-libs-sections.txt:
7701         * gst-libs/gst/rtsp/gstrtspdefs.h:
7702         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
7703         (gst_rtsp_message_get_type), (gst_rtsp_message_parse_request),
7704         (gst_rtsp_message_init_response),
7705         (gst_rtsp_message_parse_response), (gst_rtsp_message_new_data),
7706         (gst_rtsp_message_parse_data), (gst_rtsp_message_add_header),
7707         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
7708         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
7709         (gst_rtsp_message_get_body), (dump_key_value):
7710         * gst-libs/gst/rtsp/gstrtspmessage.h:
7711         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7712         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7713         (gst_rtsp_range_parse):
7714         * gst-libs/gst/rtsp/gstrtsprange.h:
7715         * gst-libs/gst/rtsp/gstrtsptransport.c:
7716         * gst-libs/gst/rtsp/gstrtspurl.c:
7717         Fix some more RTSP docs.
7718         Add some missing methods for dealing with messages.
7719
7720 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7721
7722         * docs/libs/gst-plugins-base-libs-docs.sgml:
7723         * docs/libs/gst-plugins-base-libs-sections.txt:
7724         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
7725         * gst-libs/gst/rtsp/gstrtspbase64.h:
7726         * gst-libs/gst/rtsp/gstrtspconnection.c:
7727         (gst_rtsp_connection_connect), (add_auth_header),
7728         (gst_rtsp_connection_write), (gst_rtsp_connection_send),
7729         (read_body), (gst_rtsp_connection_receive),
7730         (gst_rtsp_connection_next_timeout),
7731         (gst_rtsp_connection_reset_timeout),
7732         (gst_rtsp_connection_set_auth):
7733         * gst-libs/gst/rtsp/gstrtspconnection.h:
7734         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
7735         * gst-libs/gst/rtsp/gstrtspdefs.h:
7736         * gst-libs/gst/rtsp/gstrtspmessage.h:
7737         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7738         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7739         (gst_rtsp_range_parse):
7740         * gst-libs/gst/rtsp/gstrtspurl.h:
7741         Added beginnings of RTSP documentation.
7742
7743 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7744
7745         * docs/libs/Makefile.am:
7746         * docs/libs/gst-plugins-base-libs-docs.sgml:
7747         * docs/libs/gst-plugins-base-libs-sections.txt:
7748         * gst-libs/gst/sdp/gstsdp.h:
7749         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_set_origin),
7750         (gst_sdp_message_set_connection), (gst_sdp_message_add_bandwidth),
7751         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
7752         (gst_sdp_message_set_key), (gst_sdp_message_get_attribute_val_n),
7753         (gst_sdp_message_get_attribute_val),
7754         (gst_sdp_message_add_attribute), (gst_sdp_media_new),
7755         (gst_sdp_media_init), (gst_sdp_media_uninit), (gst_sdp_media_free),
7756         (gst_sdp_media_get_media), (gst_sdp_media_set_media),
7757         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
7758         (gst_sdp_media_set_port_info), (gst_sdp_media_get_proto),
7759         (gst_sdp_media_set_proto), (gst_sdp_media_formats_len),
7760         (gst_sdp_media_get_format), (gst_sdp_media_add_format),
7761         (gst_sdp_media_get_information), (gst_sdp_media_set_information),
7762         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
7763         (gst_sdp_media_add_connection), (gst_sdp_media_bandwidths_len),
7764         (gst_sdp_media_get_badwidth), (gst_sdp_media_add_bandwidth),
7765         (gst_sdp_media_set_key), (gst_sdp_media_get_key),
7766         (gst_sdp_media_attributes_len), (gst_sdp_media_add_attribute),
7767         (gst_sdp_media_get_attribute_val_n),
7768         (gst_sdp_media_get_attribute_val), (gst_sdp_message_parse_buffer),
7769         (print_media), (gst_sdp_message_dump):
7770         * gst-libs/gst/sdp/gstsdpmessage.h:
7771         Document the SDP library.
7772         Add some of the missing SDPMedia methods.
7773
7774 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7775
7776         * configure.ac:
7777         * gst-libs/gst/Makefile.am:
7778         * gst-libs/gst/rtsp/Makefile.am:
7779         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
7780         * gst-libs/gst/rtsp/gstrtspbase64.h:
7781         * gst-libs/gst/rtsp/gstrtspconnection.c: (inet_aton),
7782         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
7783         (add_auth_header), (add_date_header), (gst_rtsp_connection_write),
7784         (gst_rtsp_connection_send), (read_line), (read_string), (read_key),
7785         (parse_response_status), (parse_request_line), (parse_line),
7786         (gst_rtsp_connection_read), (read_body),
7787         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
7788         (gst_rtsp_connection_free), (gst_rtsp_connection_next_timeout),
7789         (gst_rtsp_connection_reset_timeout), (gst_rtsp_connection_flush),
7790         (gst_rtsp_connection_set_auth):
7791         * gst-libs/gst/rtsp/gstrtspconnection.h:
7792         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status),
7793         (gst_rtsp_strresult), (gst_rtsp_method_as_text),
7794         (gst_rtsp_version_as_text), (gst_rtsp_header_as_text),
7795         (gst_rtsp_status_as_text), (gst_rtsp_find_header_field),
7796         (gst_rtsp_find_method):
7797         * gst-libs/gst/rtsp/gstrtspdefs.h:
7798         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
7799         (gst_rtsp_message_new), (gst_rtsp_message_init),
7800         (gst_rtsp_message_new_request), (gst_rtsp_message_init_request),
7801         (gst_rtsp_message_new_response), (gst_rtsp_message_init_response),
7802         (gst_rtsp_message_init_data), (gst_rtsp_message_unset),
7803         (gst_rtsp_message_free), (gst_rtsp_message_add_header),
7804         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
7805         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
7806         (gst_rtsp_message_take_body), (gst_rtsp_message_get_body),
7807         (gst_rtsp_message_steal_body), (dump_mem), (dump_key_value),
7808         (gst_rtsp_message_dump):
7809         * gst-libs/gst/rtsp/gstrtspmessage.h:
7810         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7811         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7812         (gst_rtsp_range_parse), (gst_rtsp_range_free):
7813         * gst-libs/gst/rtsp/gstrtsprange.h:
7814         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_new),
7815         (gst_rtsp_transport_init), (gst_rtsp_transport_get_mime),
7816         (gst_rtsp_transport_get_manager), (parse_mode), (parse_range),
7817         (range_as_text), (rtsp_transport_mode_as_text),
7818         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
7819         (gst_rtsp_transport_parse), (gst_rtsp_transport_as_text),
7820         (gst_rtsp_transport_free):
7821         * gst-libs/gst/rtsp/gstrtsptransport.h:
7822         * gst-libs/gst/rtsp/gstrtspurl.c: (gst_rtsp_url_parse),
7823         (gst_rtsp_url_free), (gst_rtsp_url_set_port),
7824         (gst_rtsp_url_get_port), (gst_rtsp_url_get_request_uri):
7825         * gst-libs/gst/rtsp/gstrtspurl.h:
7826         * gst-libs/gst/sdp/Makefile.am:
7827         * gst-libs/gst/sdp/gstsdp.h:
7828         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_origin_init),
7829         (gst_sdp_connection_init), (gst_sdp_bandwidth_init),
7830         (gst_sdp_time_init), (gst_sdp_zone_init), (gst_sdp_key_init),
7831         (gst_sdp_attribute_init), (gst_sdp_message_new),
7832         (gst_sdp_message_init), (gst_sdp_message_uninit),
7833         (gst_sdp_message_free), (gst_sdp_media_new), (gst_sdp_media_init),
7834         (gst_sdp_media_uninit), (gst_sdp_media_free),
7835         (gst_sdp_message_set_origin), (gst_sdp_message_get_origin),
7836         (gst_sdp_message_set_connection), (gst_sdp_message_get_connection),
7837         (gst_sdp_message_add_bandwidth), (gst_sdp_message_add_time),
7838         (gst_sdp_message_add_zone), (gst_sdp_message_set_key),
7839         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
7840         (gst_sdp_message_get_attribute_val),
7841         (gst_sdp_message_add_attribute), (gst_sdp_message_add_media),
7842         (gst_sdp_media_add_attribute), (gst_sdp_media_add_bandwidth),
7843         (gst_sdp_media_add_format), (gst_sdp_media_get_attribute),
7844         (gst_sdp_media_get_attribute_val_n),
7845         (gst_sdp_media_get_attribute_val), (gst_sdp_media_get_format),
7846         (read_string), (read_string_del), (gst_sdp_parse_line),
7847         (gst_sdp_message_parse_buffer), (print_media),
7848         (gst_sdp_message_dump):
7849         * gst-libs/gst/sdp/gstsdpmessage.h:
7850         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7851         Move SDP and RTSP from helper objects in -good to a reusable library.
7852         Use a proper gst_ namespace.
7853
7854 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
7855
7856         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
7857         (vorbis_dec_flush_decode):
7858         Use the new buffer clipping function from gstaudio here.
7859
7860 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
7861
7862         * docs/libs/gst-plugins-base-libs-sections.txt:
7863         * gst-libs/gst/audio/audio.c: (gst_audio_buffer_clip):
7864         * gst-libs/gst/audio/audio.h:
7865         * tests/check/libs/audio.c: (GST_START_TEST), (audio_suite):
7866         API: Add buffer clipping function for raw audio buffers. Fixes #456656.
7867         Also add deprecation guards for gst_audio_structure_set_int() to the
7868         header.
7869
7870 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
7871
7872         * docs/libs/gst-plugins-base-libs-sections.txt:
7873           Cleanup the docs.
7874
7875 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
7876
7877         Patch by: Dan Williams <dcbw at redhat dot com>
7878
7879         * gst/playback/gstplaybasebin.c:
7880         (gst_play_base_bin_get_streaminfo_value_array):
7881         Don't return NULL when querying the stream info value array but instead
7882         return an empty array. Fixes #459204.
7883
7884 2007-07-23  Tim-Philipp Müller  <tim at centricular dot net>
7885
7886         * gst/playback/gsturidecodebin.c:
7887           Init debug category before using it.
7888
7889 2007-07-21  Jan Schmidt  <thaytan@noraisin.net>
7890
7891         * gst-libs/gst/interfaces/mixer.h:
7892         Add padding vars in place of the signal pointers
7893         when building with DISABLE_DEPRECATED so that the
7894         interface structure doesn't change size.
7895
7896 2007-07-20  Jan Schmidt  <thaytan@noraisin.net>
7897
7898         * docs/libs/gst-plugins-base-libs-sections.txt:
7899         * ext/alsa/gstalsamixer.c:
7900         * ext/alsa/gstalsamixer.h:
7901         * ext/alsa/gstalsamixerelement.c:
7902         * ext/alsa/gstalsamixertrack.c:
7903         * gst-libs/gst/interfaces/mixer.c:
7904         * gst-libs/gst/interfaces/mixer.h:
7905         * gst-libs/gst/interfaces/mixeroptions.c:
7906         * gst-libs/gst/interfaces/mixeroptions.h:
7907         * gst-libs/gst/interfaces/mixertrack.c:
7908         * gst-libs/gst/interfaces/mixertrack.h:
7909         * tests/check/Makefile.am:
7910         * tests/check/libs/mixer.c:
7911
7912         Patch By: Marc-Andre Lureau <marcandre.lureau@gmail.com>
7913         Fixes: #152864 
7914
7915         Add support for notifying mixer changes on the message bus, and
7916         implement it in alsamixer.
7917
7918         API: gst_mixer_get_mixer_flags
7919         API: gst_mixer_message_parse_mute_toggled
7920         API: gst_mixer_message_parse_record_toggled
7921         API: gst_mixer_message_parse_volume_changed
7922         API: gst_mixer_message_parse_option_changed
7923         API: GstMixerMessageType
7924         API: GstMixerFlags
7925
7926 2007-07-20  Michael Smith <msmith@fluendo.com>
7927
7928         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7929         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps):
7930           xcontext->im_format is only for testing XShm support (as the header
7931           file comments document). Use xvimage->im_format for everything else.
7932           Avoids spurious warnings on buffer allocation before setcaps.
7933
7934 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
7935
7936         * tests/examples/volume/Makefile.am:
7937         * tests/icles/Makefile.am:
7938           We should use $(LIBM).
7939
7940 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
7941
7942         * tests/icles/Makefile.am:
7943           This needs -lm.
7944
7945 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
7946
7947         * gst-libs/gst/rtp/gstbasertppayload.c:
7948         (gst_basertppayload_class_init), (gst_basertppayload_init),
7949         (gst_basertppayload_set_property),
7950         (gst_basertppayload_get_property):
7951         Don't break ABI, restore previous ranges. Keep the default random
7952         selection of timestamp and seqnum offset but as soon as the app sets a
7953         specific value, use that one.
7954
7955 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
7956
7957         Patch by: Bastien Nocera <hadess at hadess dot net>
7958
7959         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
7960         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
7961         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
7962         * sys/xvimage/xvimagesink.h:
7963         Add option to turn off double-buffering for debugging purposes.
7964         Fixes #437169.
7965
7966 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
7967
7968         Patch by: Jorn Baayen <jorn at openedhand dot com>
7969
7970         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
7971         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
7972         (gst_ximagesink_init), (gst_ximagesink_class_init):
7973         * sys/ximage/ximagesink.h:
7974         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
7975         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
7976         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
7977         * sys/xvimage/xvimagesink.h:
7978         add 'handle-expose' property. Useful for video widgets which may want to
7979         be in control of Expose behaviour. Fixes #380625
7980
7981 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
7982
7983         * gst-libs/gst/rtp/gstbasertppayload.c:
7984         (gst_basertppayload_class_init), (gst_basertppayload_init),
7985         (gst_basertppayload_event), (gst_basertppayload_push),
7986         (gst_basertppayload_set_property),
7987         (gst_basertppayload_get_property),
7988         (gst_basertppayload_change_state):
7989         * gst-libs/gst/rtp/gstbasertppayload.h:
7990         Fix ranges of rtp payloader properties so that the full range can be
7991         used in addition to -1 (random).
7992         Fix wrong seqnum reporting in caps.
7993         Fixes #420326.
7994
7995 2007-07-13  Wim Taymans  <wim.taymans@gmail.com>
7996
7997         * gst/videorate/gstvideorate.c: (gst_video_rate_init),
7998         (gst_video_rate_query):
7999         Use boilerplate.
8000         Add latency query, might not be perfect yet but already works a lot
8001         better. Fixes #442557.
8002
8003 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8004
8005         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8006         (gst_xvimagesink_setcaps):
8007         * sys/xvimage/xvimagesink.h:
8008         After a caps change, redraw our borders to avoid garbage left there
8009         when the image format changes to a smaller size, like 16:9 -> 4:3
8010         Also, hold the flow_lock a bit longer in the set_caps while we're
8011         fiddling with the xcontext.
8012
8013 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8014
8015         * Makefile.am:
8016         * configure.ac:
8017         * tests/Makefile.am:
8018         Remove bogus check for libcheck, since we check for
8019         gstreamer-check and it pulls in the required info from there, and we
8020         weren't actually _using_ the information for libcheck ourselves
8021         anyway.
8022
8023 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8024
8025         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8026         (gst_ffmpeg_caps_to_pixfmt):
8027         Fix the r_mask test for RGBA32 on little-endian.
8028         Fix a stupid typo that would have obviously broken 
8029         compilation on big-endian, if anyone was testing.
8030
8031 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
8032
8033         * gst/videotestsrc/videotestsrc.c: (paint_hline_AYUV),
8034         (paint_hline_str4):
8035         * gst/videotestsrc/videotestsrc.h:
8036         Add alpha to the color struct.
8037         Use a default alpha value of 255 instead of 128.
8038
8039 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
8040
8041         * gst/playback/gstplaybasebin.c: (no_more_pads_full),
8042         (setup_source):
8043         Clear the dynamic pads counter when starting a new uri. This makes
8044         reusing playbin work again.
8045         Fixes #454264.
8046
8047 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
8048
8049         * configure.ac:
8050           Use pkg-config to locate check.
8051
8052 2007-07-12  Tim-Philipp Müller  <tim at centricular dot net>
8053
8054         * configure.ac:
8055         * tests/check/elements/volume.c: (GST_START_TEST):
8056           Fix 'make check' build against core CVS.
8057
8058 2007-07-10  Stefan Kost  <ensonic@users.sf.net>
8059
8060         * gst-libs/gst/interfaces/propertyprobe.c:
8061         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8062         * gst-libs/gst/tag/gstvorbistag.c:
8063           Make gtk-doc happy.
8064
8065 2007-07-08  Tim-Philipp Müller  <tim at centricular dot net>
8066
8067         * gst-libs/gst/audio/gstbaseaudiosink.c:
8068         (gst_base_audio_sink_callback):
8069           Quick hack to make audiosinks stop at EOS when operating in
8070           pull-mode; needs to be fixed properly some day.
8071
8072 2007-07-06  Stefan Kost  <ensonic@users.sf.net>
8073
8074         * docs/libs/gst-plugins-base-libs-sections.txt:
8075           Fix location of includes in the docs.
8076
8077 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
8078
8079         * gst/ffmpegcolorspace/avcodec.h:
8080         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8081         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
8082         (gst_ffmpegcsp_avpicture_fill):
8083         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
8084         (img_get_alpha_info):
8085         Add 2 new pixel formats - ABGR32 and ARGB32, which are reflections
8086         of the existing BGRA32 and RGBA32 formats with the alpha at the other
8087         end of the word. Partially fixes #451908
8088
8089 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
8090
8091         * docs/libs/Makefile.am:
8092         * docs/plugins/Makefile.am:
8093           Simplify --extra-dir as gtkdoc scans recursively.
8094
8095 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
8096
8097         * gst/adder/gstadder.c: (gst_adder_sink_getcaps),
8098         (gst_adder_request_new_pad):
8099         Make getcaps more robust by not using the proxycaps function. This makes
8100         sure that we don't end up recursively calling getcaps upstream.
8101         See #316248.
8102
8103 2007-06-29  Wim Taymans  <wim.taymans@gmail.com>
8104
8105         * gst/audioconvert/audioconvert.c:
8106         Include math.h to fix compilation.
8107
8108 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
8109
8110         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8111         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
8112         Add a mapping for YUV format "IYU1", which is a 4:1:1 packed pixel
8113         format, as produced by some dc1394 cameras like the iSight.
8114         See http://www.fourcc.org/yuv.php#IYU1
8115
8116 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
8117
8118         * gst/audioconvert/Makefile.am:
8119         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
8120         (check_default), (audio_convert_prepare_context),
8121         (audio_convert_clean_context), (audio_convert_convert):
8122         * gst/audioconvert/audioconvert.h:
8123         * gst/audioconvert/gstaudioconvert.c:
8124         (gst_audio_convert_dithering_get_type),
8125         (gst_audio_convert_ns_get_type), (gst_audio_convert_class_init),
8126         (gst_audio_convert_init), (gst_audio_convert_set_caps),
8127         (gst_audio_convert_set_property), (gst_audio_convert_get_property):
8128         * gst/audioconvert/gstaudioconvert.h:
8129         * gst/audioconvert/gstaudioquantize.c:
8130         (gst_audio_quantize_setup_noise_shaping),
8131         (gst_audio_quantize_free_noise_shaping),
8132         (gst_audio_quantize_setup_dither),
8133         (gst_audio_quantize_free_dither),
8134         (gst_audio_quantize_setup_quantize_func),
8135         (gst_audio_quantize_setup), (gst_audio_quantize_free):
8136         * gst/audioconvert/gstaudioquantize.h:
8137         Implement dithering and noise shaping in audioconvert. By default now
8138         TPDF dithering (and no noise shaping) will be used when converting
8139         from a higher bit depth to 20 bit depth or smaller, otherwise
8140         everything will be as it is now.
8141         For the last audioconvert in a pipeline it would make sense to
8142         use some kind of noise shaping, enabling it by default for all
8143         conversions would give undesired results though. Fixes #360246.
8144         * tests/check/elements/audioconvert.c: (setup_audioconvert),
8145         (GST_START_TEST):
8146         Adjust unit test for the new audioconvert.
8147
8148 2007-06-28  Wim Taymans  <wim@fluendo.com>
8149
8150         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering):
8151         Use other metrics as well when estimating the buffer level.
8152
8153 2007-06-28  Wim Taymans  <wim@fluendo.com>
8154
8155         * gst/playback/gstplaybasebin.c: (make_decoder), (setup_source):
8156         Small debug improvement.
8157
8158         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering),
8159         (plugin_init):
8160         Tweak the rate estimation period.
8161         When calculating the buffer filledness in rate estimation mode, don't
8162         mix it with other metrics.
8163
8164 2007-06-28  Wim Taymans  <wim@fluendo.com>
8165
8166         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
8167         (gst_decode_group_expose), (gst_decode_group_free), (add_fakesink):
8168         When creating the groups, allow for a 5 second, unlimited buffers
8169         preroll phase after which we expose the group.
8170         When the group is exposed, use a small number of buffers up to a 2
8171         second limit. Also disconnect the overrun signal from multiqueue when we
8172         exposed the group because it is not needed anymore.
8173
8174 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
8175
8176         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
8177           Don't pass trailing zeroes in fixed-size string arrays in ID3v1 tags
8178           to utf8-validate; fixes recognition of ID3v1 tags in UTF-8 encoding
8179           (#451707); also, output some debugging info when dealing with
8180           freeform strings.
8181
8182         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite):
8183           Add unit test for the above.
8184
8185 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
8186
8187         * gst-libs/gst/pbutils/descriptions.c: (caps_are_rtp_caps):
8188           Add description for Windows Media RTP caps.
8189
8190         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
8191           Remove RTP fields that don't define the format from caps.
8192
8193 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
8194
8195         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
8196           Skip empty buffers, but not empty header buffers. That way the original
8197           vorbisdec unit test still passes (#451145); also, take into account
8198           that those empty packets might carry a granulepos.
8199
8200         * tests/check/Makefile.am:
8201         * tests/check/elements/vorbisdec.c:
8202         (_create_codebook_header_buffer), (_create_audio_buffer),
8203         (GST_START_TEST), (vorbisdec_suite):
8204           Add unit test that sends an empty packet.
8205
8206 2007-06-27  Wim Taymans  <wim@fluendo.com>
8207
8208         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
8209         Don't error out on 0-sized packets, just emit a warning because this is
8210         not a fatal error. Fixes #451145.
8211
8212 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
8213
8214         * docs/plugins/gst-plugins-base-plugins.args:
8215         * docs/plugins/gst-plugins-base-plugins.signals:
8216         * docs/plugins/inspect/plugin-adder.xml:
8217         * docs/plugins/inspect/plugin-alsa.xml:
8218         * docs/plugins/inspect/plugin-audioconvert.xml:
8219         * docs/plugins/inspect/plugin-audiorate.xml:
8220         * docs/plugins/inspect/plugin-audioresample.xml:
8221         * docs/plugins/inspect/plugin-audiotestsrc.xml:
8222         * docs/plugins/inspect/plugin-cdparanoia.xml:
8223         * docs/plugins/inspect/plugin-decodebin.xml:
8224         * docs/plugins/inspect/plugin-decodebin2.xml:
8225         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
8226         * docs/plugins/inspect/plugin-gdp.xml:
8227         * docs/plugins/inspect/plugin-gnomevfs.xml:
8228         * docs/plugins/inspect/plugin-libvisual.xml:
8229         * docs/plugins/inspect/plugin-ogg.xml:
8230         * docs/plugins/inspect/plugin-pango.xml:
8231         * docs/plugins/inspect/plugin-playbin.xml:
8232         * docs/plugins/inspect/plugin-subparse.xml:
8233         * docs/plugins/inspect/plugin-tcp.xml:
8234         * docs/plugins/inspect/plugin-theora.xml:
8235         * docs/plugins/inspect/plugin-typefindfunctions.xml:
8236         * docs/plugins/inspect/plugin-video4linux.xml:
8237         * docs/plugins/inspect/plugin-videorate.xml:
8238         * docs/plugins/inspect/plugin-videoscale.xml:
8239         * docs/plugins/inspect/plugin-videotestsrc.xml:
8240         * docs/plugins/inspect/plugin-volume.xml:
8241         * docs/plugins/inspect/plugin-vorbis.xml:
8242         * docs/plugins/inspect/plugin-ximagesink.xml:
8243         * docs/plugins/inspect/plugin-xvimagesink.xml:
8244           Update docs with caps info.
8245
8246 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
8247
8248         * po/POTFILES.in:
8249           Add more files with translatable strings (#450875).
8250
8251 2007-06-23  Edward Hervey  <edward@fluendo.com>
8252
8253         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_find_chains):
8254         The chain should be freed if we error out here, else it will leak.
8255         * gst/playback/gstdecodebin.c: (disconnect_unlinked_signals),
8256         (cleanup_decodebin):
8257         Don't forget to *properly* remove the signals, else it will leak.
8258
8259 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
8260
8261         * MAINTAINERS:
8262         Updating all the maintainers files
8263
8264 2007-06-21  Stefan Kost  <ensonic@users.sf.net>
8265
8266         * tests/examples/seek/seek.c: (update_scale), (play_cb), (stop_cb),
8267         (main):
8268           Destroy and recreate parse-launch based pipeline after stop to be able
8269           to play again. Reorder some code and add more comments.
8270
8271 2007-06-20  Jan Schmidt  <thaytan@mad.scientist.com>
8272
8273         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
8274         When handling a delayed-caps notification case, mark
8275         the group as dynamic so that the nbdynamic count is
8276         incremented and decremented correctly. Fixes: #449156
8277         Patch by: Wim Taymans <wim@fluendo.com>
8278
8279 2007-06-19  Andy Wingo  <wingo@pobox.com>
8280
8281         * gst-libs/gst/audio/gstbaseaudiosink.c
8282         (gst_base_audio_sink_init): Enable pull-mode operation.
8283
8284 2007-06-19  Michael Smith <msmith@fluendo.com>
8285
8286         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8287           Change minimum rate back to 1000 to allow low-sample-rate wav files
8288           to play back.
8289
8290 2007-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
8291
8292         * po/vi.po:
8293           Update translations.
8294
8295 2007-06-15  David Schleef  <ds@schleef.org>
8296
8297         * gst/playback/gstqueue2.c:
8298           Fix compile error from ignored return value.
8299
8300 2007-06-15  Michael Smith <msmith@fluendo.com>
8301
8302         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
8303           Update tmpbuf for all neccesary rows, not just one, as is required
8304           when downscaling.
8305           Fixes #402076.
8306
8307 2007-06-15  Michael Smith <msmith@fluendo.com>
8308
8309         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (is_video),
8310         (eos_buffer_probe):
8311           Add a test that ensures we set DELTA_UNIT on all non-header,
8312           non-video buffers, if we have a video stream.
8313         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
8314         (gst_ogg_mux_process_best_pad):
8315           Move setting delta_pad to earlier, where we inspect all pads, so
8316           that leading audio pages don't get DELTA_UNIT unset if they come
8317           before the first DELTA_UNIT from video pages. Fixes the newly-added
8318           test. Fixes #385527.
8319
8320 2007-06-14  Tim-Philipp Müller  <tim at centricular dot net>
8321
8322         * tests/check/pipelines/streamheader.c: (streamheader_suite):
8323           Disable test_multifdsink_gdp_vorbisenc() on ppc64 since it
8324           fails on the p5-ppc64 build bot and the failure looks like it is due
8325           to the same issue as #348114, ie. a compiler bug.
8326
8327 2007-06-13  Edward Hervey  <edward@fluendo.com>
8328
8329         * gst/playback/gstqueue2.c: (gst_queue_create_read):
8330         Fix build on MacOSX.
8331
8332 2007-06-13  Wim Taymans  <wim@fluendo.com>
8333
8334         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8335         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain):
8336         Fix compilation on mingw. Fixes #446972.
8337
8338 2007-06-12  Wim Taymans  <wim@fluendo.com>
8339
8340         Patches by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8341
8342         * gst/playback/gstqueue2.c: (update_buffering),
8343         (gst_queue_locked_enqueue):
8344         Fix a division by zero when the max percent is <= 0. Fixes #446572.
8345         also update the buffering status when receiving events. Fixes #446551.
8346
8347 2007-06-11  Wim Taymans  <wim@fluendo.com>
8348
8349         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8350
8351         * gst/playback/gstqueue2.c: (gst_queue_peer_query),
8352         (gst_queue_handle_src_query):
8353         Wait for preroll before attempting to forward a duration query upstream.
8354         Fixes #445505.
8355
8356 2007-06-07  Sebastien Moutte  <sebastien@moutte.net>
8357
8358         * gst-libs/gst/rtp/gstbasertpdepayload.c: 
8359         (gst_base_rtp_depayload_set_gst_timestamp):
8360         Use G_GINT64_CONSTANT macro for int64 constant.
8361         * win32/common/libgstinterfaces.def:
8362         * win32/common/libgsttag.def:
8363         Add new exported functions.
8364
8365 2007-06-07  Tim-Philipp Müller  <tim at centricular dot net>
8366
8367         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
8368           The BOS page of the first Dirac video stream needs to come before
8369           the BOS page of any Vorbis streams or other audio streams, just like
8370           it is with Theora.
8371
8372 2007-06-07  Wim Taymans  <wim@fluendo.com>
8373
8374         * gst/playback/gstqueue2.c: (gst_queue_get_range):
8375         Fix compilation.
8376
8377 2007-06-06  Wim Taymans  <wim@fluendo.com>
8378
8379         Patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8380
8381         * gst/playback/gstqueue2.c: (gst_queue_init),
8382         (gst_queue_handle_sink_event), (gst_queue_chain),
8383         (gst_queue_get_range), (gst_queue_src_checkgetrange_function),
8384         (gst_queue_sink_activate_push), (gst_queue_src_activate_push),
8385         (gst_queue_src_activate_pull):
8386         Add pull based scheduling and fix some deadlocks. Fixes #444523.
8387         Does not yet completely work because duration queries upstream won't
8388         block yet.
8389
8390 2007-06-06  Wim Taymans  <wim@fluendo.com>
8391
8392         * configure.ac:
8393         * gst/playback/gstqueue2.c: (gst_queue_create_read):
8394         Some more fseeko checks.
8395
8396 2007-06-06  Wim Taymans  <wim@fluendo.com>
8397
8398         * configure.ac:
8399         check for large file support.
8400
8401 2007-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
8402
8403         Based on a patch by Sven Arvidsson <sa at whiz dot se>:
8404
8405         * gst/subparse/gstsubparse.c: (parse_subrip),
8406         (subviewer_unescape_newlines), (parse_subviewer),
8407         (gst_sub_parse_data_format_autodetect),
8408         (gst_sub_parse_format_autodetect), (gst_subparse_type_find):
8409         * gst/subparse/gstsubparse.h:
8410         Add support for SubViewer version 1 and 2 subtitles. Fixes #394061.
8411         * tests/check/elements/subparse.c: (GST_START_TEST),
8412         (subparse_suite):
8413         Add a unit test for both SubViewer formats.
8414
8415 2007-06-01  Michael Smith <msmith@fluendo.com>
8416
8417         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
8418           Don't overflow intermediate values when seeking to large time values
8419           in audiotestsrc.
8420
8421 2007-06-05  Wim Taymans  <wim@fluendo.com>
8422
8423         * gst/playback/gstqueue2.c: (gst_queue_have_data),
8424         (gst_queue_create_read), (gst_queue_read_item_from_file),
8425         (gst_queue_open_temp_location_file), (gst_queue_locked_enqueue):
8426         Include stdio to define fseeko.
8427
8428 2007-06-05  Wim Taymans  <wim@fluendo.com>
8429
8430         Patch by: Edward Hervey  <edward@fluendo.com>
8431
8432         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
8433         (gst_v4lsrc_query):
8434         Make v4lsrc output segments in GST_FORMAT_TIME. Fixes #442553.
8435
8436 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
8437
8438         * gst-libs/gst/riff/Makefile.am:
8439         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_info):
8440           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
8441           our own implementation.
8442
8443 2007-06-05  Wim Taymans  <wim@fluendo.com>
8444
8445         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8446         (gst_base_rtp_depayload_setcaps),
8447         (gst_base_rtp_depayload_set_gst_timestamp),
8448         (gst_base_rtp_depayload_change_state):
8449         Handle timestamp wraparound.
8450
8451 2007-06-05  Wim Taymans  <wim@fluendo.com>
8452
8453         * gst/playback/gsturidecodebin.c: (no_more_pads_full),
8454         (new_decoded_pad), (remove_pads), (make_decoder), (setup_source),
8455         (gst_uri_decode_bin_change_state):
8456         Make sure we name srcpads uniquely even when using different internal
8457         decodebins.
8458         Signal no-more-pads when no more dynamic elements exist.
8459         Remove pads on cleanup.
8460
8461 2007-06-05  Wim Taymans  <wim@fluendo.com>
8462
8463         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8464
8465         * gst/playback/gstqueue2.c: (gst_queue_class_init),
8466         (gst_queue_init), (gst_queue_finalize),
8467         (gst_queue_write_buffer_to_file), (gst_queue_have_data),
8468         (gst_queue_create_read), (gst_queue_read_item_from_file),
8469         (gst_queue_open_temp_location_file),
8470         (gst_queue_close_temp_location_file), (gst_queue_locked_flush),
8471         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8472         (gst_queue_is_empty), (gst_queue_is_filled),
8473         (gst_queue_change_state), (gst_queue_set_temp_location),
8474         (gst_queue_set_property):
8475         Add support for filebased buffering. Fixes #441264.
8476
8477 2007-06-05  Wim Taymans  <wim@fluendo.com>
8478
8479         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter),
8480         (analyze_new_pad), (connect_pad), (expose_pad), (caps_notify_cb),
8481         (caps_notify_group_cb), (gst_decode_group_new),
8482         (gst_decode_group_free):
8483         Add support for delayed caps fixation when autoplugging.
8484         Optimize cases where a multiqueue is not needed/wanted, like right after
8485         anything that is not a demuxer.
8486
8487 2007-06-05  Wim Taymans  <wim@fluendo.com>
8488
8489         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone),
8490         (gst_ogg_pad_submit_packet), (gst_ogg_demux_perform_seek),
8491         (gst_ogg_demux_read_chain), (gst_ogg_demux_collect_chain_info):
8492         consideratly speedup ogg chain detection by not trying to find a base
8493         timestamp for skeleton streams. 
8494
8495 2007-06-05  Wim Taymans  <wim@fluendo.com>
8496
8497         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
8498         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_add_full),
8499         (gst_multi_fd_sink_remove_flush),
8500         (gst_multi_fd_sink_remove_client_link),
8501         (gst_multi_fd_sink_handle_client_write),
8502         (gst_multi_fd_sink_handle_clients):
8503         * gst/tcp/gstmultifdsink.h:
8504         Add support for remove_flush.
8505
8506 2007-06-05  Wim Taymans  <wim@fluendo.com>
8507
8508         * docs/design/draft-keyframe-force.txt:
8509         * ext/theora/theoraenc.c: (theora_enc_sink_event),
8510         (theora_enc_chain):
8511         Add draft design for forcing keyframes in encoders and implement in
8512         theoraenc.
8513
8514 2007-06-05  Jan Schmidt  <thaytan@mad.scientist.com>
8515
8516         * configure.ac:
8517           Back to CVS
8518
8519 === release 0.10.13 ===
8520
8521 2007-06-05  Jan Schmidt <thaytan@mad.scientist.com>
8522
8523         * configure.ac:
8524           releasing 0.10.13, "What's Going on?"
8525
8526 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
8527
8528         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8529         In riff, the depth is stored in the size field but it just means that
8530         the least significant bits are cleared. We can therefore just play
8531         the sample as if it had a depth == width. Fixes: #440997
8532
8533         Patch by: Wim Taymans <wim@fluendo.com> 
8534         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
8535
8536 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
8537
8538         * gst-libs/gst/floatcast/floatcast.h:
8539         Define inline when needed on win32 builds. Fixes: #441295
8540         Patch by: Sebastien Moutte  <sebastien@moutte.net>
8541
8542 2007-05-29  Wim Taymans  <wim@fluendo.com>
8543
8544         * gst/playback/gstplaybasebin.c: (queue_overrun),
8545         (no_more_pads_full):
8546         Stop buffering when the group is commited because the queues filled up.
8547         Fixes #442024.
8548
8549 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
8550
8551         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
8552         (gst_alsa_mixer_free), (gst_alsa_mixer_update),
8553         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
8554         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
8555         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
8556         * ext/alsa/gstalsamixer.h:
8557         * ext/alsa/gstalsamixerelement.c:
8558         (gst_alsa_mixer_element_interface_supported),
8559         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
8560         (gst_alsa_mixer_element_set_property),
8561         (gst_alsa_mixer_element_get_property),
8562         (gst_alsa_mixer_element_change_state):
8563         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_update):
8564         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_volume_changed),
8565         (gst_mixer_option_changed):
8566         * gst-libs/gst/interfaces/mixer.h:
8567         Revert commits towards #152864 made so far. We'll pick it up again
8568         after the 0.10.13 release.
8569
8570 2007-05-24  Wim Taymans  <wim@fluendo.com>
8571
8572         * gst-libs/gst/audio/gstbaseaudiosink.c:
8573         (gst_base_audio_sink_render):
8574         After an interrupt (PAUSED/flush) assume that the next sample should not
8575         be aligned to the previous sample. Fixes #417992.
8576
8577 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
8578
8579         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8580           Don't add channels and rate fields to the template caps for
8581           audio/x-dts, as wavparse might not always be able to set them,
8582           which would then lead to 'caps are not a real subset of the
8583           template caps' warnings.
8584
8585 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
8586
8587         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
8588         Handle unknown or invalid pads without crashing, as might occur if
8589         a media file like an mp3 is specified as a subtitle file.
8590         Fixes: #410039
8591
8592 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
8593
8594         * gst/playback/gstplaybin.c: (add_sink), (dummy_blocked_cb),
8595         (setup_sinks):
8596         Block the subtitle bin output queue before ghosting it and linking,
8597         then unblock after. This avoids spurious not-linked errors caused 
8598         by the queue starting up (because it gets linked when it is ghosted). 
8599         Fixes: #350299
8600
8601 2007-05-23  Jan Schmidt  <thaytan@mad.scientist.com>
8602
8603         * tests/check/elements/playbin.c: (test_suburi_error_unknowntype):
8604         Use /dev/zero instead of /dev/urandom to produce an invalid subtitle
8605         file. Avoids flukes where the input gets typefound to some valid but
8606         useless type.
8607
8608 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8609
8610         * tests/check/Makefile.am:
8611         * tests/check/elements/.cvsignore:
8612         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink),
8613         (cleanup_gnomevfssink), (GST_START_TEST), (gnomevfssink_suite):
8614           Add unit test for gnomevfssink seeking and position reporting for
8615           file:// URIs.
8616
8617 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8618
8619         Patch by: Mark Nauwelaerts <manauw at skynet be>
8620
8621         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_init),
8622         (gst_gnome_vfs_sink_open_file), (gst_gnome_vfs_sink_handle_event),
8623         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render):
8624         * ext/gnomevfs/gstgnomevfssink.h:
8625           Fix position reporting, especially after a seek (from upstream),
8626           see #412648.
8627
8628 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8629
8630         * ext/cdparanoia/gstcdparanoiasrc.c:
8631           Repair umlaut.
8632
8633 2007-05-22  Jan Schmidt  <thaytan@mad.scientist.com>
8634
8635         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8636         Specify the full valid range for MP3 samplerates. Fixes a regression
8637         caused by extra header checks since the last release.
8638
8639 2007-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
8640
8641         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
8642         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
8643         Fix a locking-order bug I introduced with my changes the other day.
8644         Patch by Mike Smith.
8645
8646 2007-05-21  Michael Smith <msmith@fluendo.com>
8647
8648         * ext/theora/theoradec.c: (theora_handle_data_packet):
8649           Don't look inside 0-length packets (which indicate duplicated
8650           frames)
8651
8652 2007-05-21  Wim Taymans  <wim@fluendo.com>
8653
8654         * ext/cdparanoia/gstcdparanoiasrc.c:
8655         (gst_cd_paranoia_src_read_sector):
8656         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8657         (gst_base_audio_src_create):
8658         Small cleanups.
8659
8660         * ext/theora/theoradec.c: (theora_dec_sink_event):
8661         Fix typo.
8662
8663         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8664         (gst_base_rtp_depayload_set_gst_timestamp):
8665         Add some FIXME
8666
8667         * gst/playback/gstdecodebin.c: (queue_underrun_cb):
8668         And some debug info when a FIXME path is hit.
8669
8670 2007-05-21  Wim Taymans  <wim@fluendo.com>
8671
8672         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8673         (gst_base_rtp_audio_payload_class_init),
8674         (gst_base_rtp_audio_payload_init),
8675         (gst_base_rtp_audio_payload_finalize),
8676         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
8677         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
8678         (gst_base_rtp_payload_audio_handle_event):
8679         Some cleanups, remove minptime property as it is now in the parent
8680         class.
8681         Override parent class event function.
8682
8683         * gst-libs/gst/rtp/gstbasertppayload.c:
8684         (gst_basertppayload_class_init), (gst_basertppayload_init),
8685         (gst_basertppayload_event), (gst_basertppayload_set_property),
8686         (gst_basertppayload_get_property):
8687         * gst-libs/gst/rtp/gstbasertppayload.h:
8688         Add min-ptime property.
8689         Add handle-event vmethod. Fixes #415001.
8690
8691 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
8692
8693         * gst-libs/gst/audio/gstbaseaudiosink.c
8694           (gst_base_audio_sink_change_state):
8695           Fix typo in comment.
8696
8697         * gst/playback/gstdecodebin.c (gst_decode_bin_class_init,
8698           free_dynamics, pad_probe, close_pad_link, try_to_link_1,
8699           get_our_ghost_pad, remove_element_chain, queue_underrun_cb,
8700           close_link):
8701         * gst/playback/gstplaybin.c (gst_play_bin_set_property,
8702           gen_audio_element, remove_sinks, gst_play_bin_send_event_to_sink):
8703           Remove trailing whitespaces in comments.
8704
8705         * gst/volume/Makefile.am:
8706           Fix tabs.
8707
8708 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
8709
8710         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8711
8712         * gst-libs/gst/interfaces/mixer.h (mixer_type, option_changed,
8713           set_option, get_option, _gst_reserved):
8714           Revert reordering functions (keep ABI).
8715
8716 2007-05-17  Jan Schmidt  <thaytan@mad.scientist.com>
8717
8718         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
8719         (gst_ximagesink_xwindow_new), (gst_ximagesink_handle_xevents),
8720         (gst_ximagesink_show_frame):
8721         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8722         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_handle_xevents),
8723         (gst_xvimagesink_show_frame):
8724         When we create our own window, indicate that we handle the 
8725         WM_DELETE client message from the window manager, so that it won't 
8726         kill our window (and our app) along with it. Handle ClientMessage,
8727         post an error on the bus, and close the window. Further buffers
8728         arriving will result in a FlowError because the window has been
8729         destroyed.
8730
8731         Fixes: #393975
8732
8733         Clean up the X event handling loop and make them the same for
8734         both xvimagesink and ximagesink while I'm at it.
8735
8736 2007-05-17  Wim Taymans  <wim@fluendo.com>
8737
8738         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter):
8739         Make decodebin2 autoplug depayloaders too.
8740
8741         * gst/playback/gsturidecodebin.c: (source_new_pad):
8742         Set the newly created decoder in a usable state when autoplugging a
8743         dynamic source such as RTSP.
8744
8745 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
8746
8747         * gst/playback/gststreaminfo.c: (cb_probe):
8748           Ignore video-codec tag for audio streams and ignore audio-codec tags
8749           for video streams. Should make codec name collection a bit more
8750           robust against sloppy demuxers that send tag events containing both
8751           tags down each pad.
8752
8753 2007-05-17  Wim Taymans  <wim@fluendo.com>
8754
8755         * gst/playback/gstqueue2.c: (update_rates):
8756         Tweak the buffering thresholds a little.
8757         Update the buffer size with the previously calculate rate instead of
8758         only when we calculate a new rate so that we get smoother buffering
8759         updates.
8760
8761         * gst/playback/Makefile.am:
8762         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_base_init),
8763         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
8764         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
8765         (gst_uri_decode_bin_get_property), (unknown_type),
8766         (add_element_stream), (no_more_pads_full), (no_more_pads),
8767         (source_no_more_pads), (new_decoded_pad), (array_has_value),
8768         (gen_source_element), (has_all_raw_caps), (analyse_source),
8769         (remove_decoders), (make_decoder), (remove_source),
8770         (source_new_pad), (setup_source), (decoder_query_init),
8771         (decoder_query_duration_fold), (decoder_query_duration_done),
8772         (decoder_query_position_fold), (decoder_query_position_done),
8773         (decoder_query_latency_fold), (decoder_query_latency_done),
8774         (decoder_query_seeking_fold), (decoder_query_seeking_done),
8775         (decoder_query_generic_fold), (gst_uri_decode_bin_query),
8776         (gst_uri_decode_bin_change_state), (plugin_init):
8777         New element that intergrates a source, optional buffering element and
8778         decodebin.
8779
8780 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
8781
8782         * configure.ac:
8783           Bump libtheora requirement to 1.0alpha5 for the pixformat check
8784           (also has a .pc file, so we don't need the fallback check any
8785           longer). Fixes #438840.
8786
8787 2007-05-17  Wim Taymans  <wim@fluendo.com>
8788
8789         * gst/playback/gstqueue2.c: (gst_queue_get_type),
8790         (gst_queue_class_init), (gst_queue_finalize), (update_time_level),
8791         (apply_segment), (apply_buffer), (update_buffering),
8792         (reset_rate_timer), (update_rates), (gst_queue_locked_flush),
8793         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8794         (gst_queue_handle_sink_event), (gst_queue_is_filled),
8795         (gst_queue_chain), (gst_queue_push_one), (gst_queue_loop),
8796         (plugin_init):
8797         fix build.
8798
8799 2007-05-17  Wim Taymans  <wim@fluendo.com>
8800
8801         * gst/playback/Makefile.am:
8802         * gst/playback/gstqueue2.c: (gst_queue_get_type),
8803         (gst_queue_class_init), (gst_queue_init), (gst_queue_finalize),
8804         (gst_queue_getcaps), (gst_queue_bufferalloc),
8805         (gst_queue_acceptcaps), (update_time_level), (apply_segment),
8806         (apply_buffer), (update_buffering), (reset_rate_timer),
8807         (update_rates), (gst_queue_locked_flush),
8808         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8809         (gst_queue_handle_sink_event), (gst_queue_is_empty),
8810         (gst_queue_is_filled), (gst_queue_chain), (gst_queue_push_one),
8811         (gst_queue_loop), (gst_queue_handle_src_event),
8812         (gst_queue_handle_src_query), (gst_queue_sink_activate_push),
8813         (gst_queue_src_activate_push), (gst_queue_change_state),
8814         (gst_queue_set_property), (gst_queue_get_property), (plugin_init):
8815         On our way to playbin2 this is the new network queue that does buffering
8816         all by itself using high and low watermarks. It can also measure up and
8817         downstream bandwidth to optimally size the queue.
8818
8819 2007-05-17  Michael Smith <msmith@fluendo.com>
8820
8821         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
8822         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_do_seek):
8823           Use the segment->last_stop value to calculate the next timestamp to
8824           generate after a seek; not the segment->start value.
8825
8826 2007-05-15  David Schleef  <ds@schleef.org>
8827
8828         * docs/Makefile.am: Install docs even when --disable-gtk-doc
8829           is disabled.  This matches the behavior of gtk+.  Fixes #349099.
8830
8831 2007-05-15  Wim Taymans  <wim@fluendo.com>
8832
8833         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8834         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
8835         Some more chained streaming ogg timestamp fixes.
8836
8837 2007-05-15  Wim Taymans  <wim@fluendo.com>
8838
8839         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8840         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
8841         (gst_ogg_demux_handle_page):
8842         Add some FIXMEs.
8843         Fix chain start/stop segment handling based on patch by
8844         <ahalda at cs dot mcgill dot ca> see #320984.
8845
8846 2007-05-15  Michael Smith <msmith@fluendo.com>
8847
8848         * configure.ac:
8849           We don't require a C++ compiler. So don't require one.
8850
8851 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8852
8853         * ext/alsa/gstalsamixer.c (source, n_poll_fds, poll_fds,
8854           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
8855           gst_alsa_mixer_finalize, gst_alsa_mixer_handle_source_callback,
8856           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
8857           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_update_option,
8858           gst_alsa_mixer_update_track):
8859           Apply some of the cleanup Tim suggested in #152864 afterwards.
8860
8861 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8862
8863         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8864
8865         * ext/alsa/gstalsamixer.c (main_context, GstAlsaMixerWatch,
8866           _GstAlsaMixerWatch, source, n_poll_fds, poll_fds,
8867           gst_alsa_mixer_watch_funcs, gst_alsa_mixer_prepare,
8868           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
8869           gst_alsa_mixer_finalize, gst_alsa_mixer_find_master_mixer,
8870           gst_alsa_mixer_handle_source_callback,
8871           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
8872           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_free,
8873           gst_alsa_mixer_get_volume, gst_alsa_mixer_set_volume,
8874           gst_alsa_mixer_set_mute, gst_alsa_mixer_set_record,
8875           gst_alsa_mixer_get_option, gst_alsa_mixer_update_option,
8876           gst_alsa_mixer_update_track, _gst_alsa_mixer_set_interface):
8877         * ext/alsa/gstalsamixer.h (handle_source, interface, dir):
8878         * ext/alsa/gstalsamixerelement.c (gst_alsa_mixer_element_details,
8879           gst_alsa_mixer_element_interface_supported,
8880           gst_alsa_mixer_element_finalize, gst_alsa_mixer_element_init,
8881           gst_alsa_mixer_element_set_property,
8882           gst_alsa_mixer_element_get_property,
8883           gst_alsa_mixer_element_change_state):
8884         * ext/alsa/gstalsamixertrack.c (gst_alsa_mixer_track_update):
8885         * gst-libs/gst/interfaces/mixer.c (gst_mixer_volume_changed,
8886           gst_mixer_option_changed):
8887         * gst-libs/gst/interfaces/mixer.h (set_option, get_option,
8888           volume_changed, option_changed, _gst_reserved):
8889           Implement notification for alsamixer. Fixes #152864
8890
8891 2007-05-14  David Schleef  <ds@schleef.org>
8892
8893         * gst/videotestsrc/videotestsrc.c:
8894         * gst/videotestsrc/videotestsrc.h:
8895           Add support for video/x-raw-bayer.
8896
8897 2007-05-12  David Schleef  <ds@schleef.org>
8898
8899         * sys/xvimage/xvimagesink.c:
8900           Add some sanity checking for the XVImage size returned by X.
8901           Related to #377400.
8902
8903 2007-05-12  Wim Taymans  <wim@fluendo.com>
8904
8905         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8906         (gst_base_rtp_depayload_setcaps),
8907         (gst_base_rtp_depayload_set_gst_timestamp):
8908         Parse and use additional caps fields as described in updated
8909         application/x-rtp caps spec.
8910
8911 2007-05-12  Wim Taymans  <wim@fluendo.com>
8912
8913         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8914         (gst_ogg_demux_collect_chain_info):
8915         If there is a stream in a chain without any data packets, ignore the
8916         stream in the total length calculations. Might be related to #436820.
8917
8918 2007-05-11  Jan Schmidt  <thaytan@mad.scientist.com>
8919
8920         * gst/typefind/gsttypefindfunctions.c: (mpeg_sys_is_valid_pack),
8921         (mpeg_sys_is_valid_pes), (mpeg_sys_is_valid_sys),
8922         (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
8923         (mpeg_video_type_find), (mpeg_video_stream_type_find),
8924         (plugin_init):
8925
8926         Consolidate and re-work our mpeg system stream detection to probe
8927         more packets and produce a higher confidence result. Fixes a
8928         regression caused by lowering the typefind probability last year
8929         - related to bug #397810. Remove the redundant MPEG-1 specific 
8930         typefind function, as the new one detects both MPEG-1 & MPEG-2
8931         happily.
8932
8933         Also cleanup the MPEG elementary and MPEG-TS detection functions a
8934         little. 
8935
8936         Tested against my media test directory, with some improvements and
8937         no regressions.
8938
8939 2007-05-10  Wim Taymans  <wim@fluendo.com>
8940
8941         * gst/playback/gstplaybasebin.c: (fill_buffer), (check_queue),
8942         (queue_out_of_data):
8943         Connect to the new queue "pushing" signal instead of the broken
8944         "running" one.
8945
8946 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
8947
8948         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8949         (gst_base_rtp_audio_payload_handle_frame_based_buffer):
8950         Move variable declaration before the first instruction.
8951         * gst/videotestsrc/videotestsrc.c:
8952         Define M_PI if it's not defined yet.
8953         * win32/common/libgstrtp.def:
8954         Add new exported functions.
8955
8956 2007-05-09  Michael Smith <msmith@fluendo.com>
8957
8958         * ext/theora/theoradec.c: (theora_handle_type_packet):
8959           gst_pad_push_event() does not return a GstFlowReturn!
8960
8961 2007-05-09  Wim Taymans  <wim@fluendo.com>
8962
8963         * tests/examples/seek/scrubby.c: (stop_cb), (main):
8964         * tests/examples/seek/seek.c: (do_seek):
8965         Some small cosmetic changes.
8966
8967 2007-05-08  Stefan Kost  <ensonic@users.sf.net>
8968
8969         * gst/adder/gstadder.c (gst_adder_src_event, gst_adder_collected,
8970           gst_adder_change_state):
8971         * gst/adder/gstadder.h (bps, offset, collect_event, segment,
8972           segment_pending, segment_position, segment_rate):
8973           Handle playback-rate on adder.
8974
8975 2007-05-07  Michael Smith <msmith@fluendo.com>
8976
8977         * ext/theora/gsttheoradec.h:
8978         * ext/theora/theoradec.c: (gst_theora_dec_reset),
8979         (theora_dec_sink_event), (theora_handle_comment_packet),
8980         (theora_handle_type_packet), (theora_dec_change_state):
8981           Don't push events (newsegment, tags) before initialising the
8982           decoder.
8983           This is neccesary for seeking to work correctly in gnonlin.
8984
8985 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
8986
8987         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8988         * gst/adder/gstadder.c:
8989         * gst/audiotestsrc/gstaudiotestsrc.c
8990           (gst_audio_test_src_create_white_noise):
8991         * gst/videotestsrc/gstvideotestsrc.c:
8992         * gst/volume/gstvolume.c (VOLUME_UNITY_INT16,
8993           VOLUME_UNITY_INT16_BIT_SHIFT, VOLUME_MAX_DOUBLE,
8994           volume_sink_template, volume_src_template, gst_volume_init,
8995           volume_process_double, volume_process_int16,
8996           volume_process_int16_clamp):
8997           Doc fixes and formatting.
8998
8999 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
9000
9001         * tests/check/Makefile.am:
9002         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
9003           Minimal check for volume's GstController usability; also another
9004           test for #422295.
9005
9006 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
9007
9008         * gst-libs/gst/cdda/gstcddabasesrc.c:
9009         (gst_cdda_base_src_add_track):
9010           Fix it so that it (a) makes sense and (b) doesn't break
9011           everything cdda-related including the unit test.
9012
9013 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
9014
9015         * gst-libs/gst/cdda/gstcddabasesrc.c:
9016         (gst_cdda_base_src_add_track):
9017           Fix build when disabling asserts.
9018
9019 2007-05-03  Tim-Philipp Müller  <tim at centricular dot net>
9020
9021         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
9022           When XShm is not available, we might get row strides that are not
9023           rounded up to multiples of four; this is bad, because virtually
9024           every RGB-processing element in GStreamer assumes rowstrides are
9025           rounded up to multiples of four, so let's allocate at least enough
9026           memory to avoid crashes in this case. The image will still be
9027           displayed distorted though if this happens, so that still needs
9028           fixing (maybe by allocating a bigger image with an 'even' width
9029           and then clipping it appropriately when rendering - something for
9030           Xlib aficionados in any case).
9031
9032 2007-05-03  Michael Smith <msmith@fluendo.com>
9033
9034         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
9035           If a buffer doesn't have a timestamp, assume it's contiguous with
9036           the previous buffer, and synthesise timestamps appropriately.
9037
9038 2007-05-03  Edward Hervey  <edward@fluendo.com>
9039
9040         * tests/check/elements/videorate.c: (GST_START_TEST):
9041         Set buffer timestamp to a valid value in order to test the buffer
9042         really does stay in videorate.
9043
9044 2007-05-03  Edward Hervey  <edward@fluendo.com>
9045
9046         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
9047         There is no sensible way to handle incoming buffers which don't have a
9048         valid timestamp. We therefore discard them and wait for the next one.
9049
9050 2007-05-01  Tim-Philipp Müller  <tim at centricular dot net>
9051
9052         * gst/playback/gstdecodebin.c: (type_found), (plugin_init):
9053         * gst/playback/gstdecodebin2.c: (plugin_init):
9054           Better error message for text files.
9055
9056 2007-04-29  Wim Taymans  <wim@fluendo.com>
9057
9058         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_add_rb):
9059         Fix offset bug in generation RR packets.
9060
9061 2007-04-27  Julien MOUTTE  <julien@moutte.net>
9062
9063         * ext/theora/theoradec.c: (_theora_granule_time),
9064         (theora_dec_push_forward), (theora_handle_data_packet),
9065         (theora_dec_decode_buffer): Calculate buffer duration correctly
9066         to generate a perfect stream (#433888).
9067         * gst/audioresample/gstaudioresample.c:
9068         (audioresample_check_discont): Glib provides ABS.
9069
9070 2007-04-27  Wim Taymans  <wim@fluendo.com>
9071
9072         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
9073         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_sdes_add_item),
9074         (gst_rtcp_packet_sdes_add_entry), (gst_rtcp_packet_bye_add_ssrc),
9075         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
9076         (gst_rtcp_packet_bye_set_reason):
9077         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9078         Fix RB block parsing and writing.
9079         Add support for constructing BYE packets.
9080
9081 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
9082
9083         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init),
9084         (gst_base_audio_src_create):
9085         * po/POTFILES.in:
9086           When posting a warning message because samples were dropped, post
9087           something more intelligible than he default error message for clock
9088           errors which is just confusing in this context (#432984).
9089
9090 2007-04-25  Wim Taymans  <wim@fluendo.com>
9091
9092         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_buffer_new),
9093         (gst_rtcp_buffer_end), (gst_rtcp_buffer_get_packet_count),
9094         (read_packet_header), (gst_rtcp_packet_move_to_next),
9095         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_sr_set_sender_info),
9096         (gst_rtcp_packet_rr_set_ssrc), (gst_rtcp_packet_add_rb),
9097         (gst_rtcp_packet_sdes_get_item_count),
9098         (gst_rtcp_packet_sdes_first_item),
9099         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_ssrc),
9100         (gst_rtcp_packet_sdes_first_entry),
9101         (gst_rtcp_packet_sdes_next_entry),
9102         (gst_rtcp_packet_sdes_get_entry), (gst_rtcp_packet_sdes_add_item),
9103         (gst_rtcp_packet_sdes_add_entry):
9104         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9105         Implement code to write SR, RR and SDES packets.
9106
9107 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
9108
9109         Patch by: Christian Kirbach <Christian dot Kirbach at googlemail com>
9110
9111         * sys/ximage/ximagesink.c:
9112           Fix build if XShm is not available (#432362).
9113
9114 2007-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
9115
9116         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init):
9117         Initalize the AudioConvertCtx with zeroes, otherwise it will contain
9118         pointers to random memory which are passed to g_free() when
9119         audio_convert_prepare_context() is called the first time.
9120
9121 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
9122
9123         Patch by: Dan Williams <dcbw redhat com>
9124
9125         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
9126           Don't leak incoming buffer if gst_pad_push() returns a
9127           non-OK flow. Fixes #432755.
9128          
9129         * tests/check/elements/videorate.c: (GST_START_TEST),
9130         (videorate_suite):
9131           Unit test for the above by Yours Truly.
9132
9133 2007-04-23  Stefan Kost  <ensonic@users.sf.net>
9134
9135         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
9136         (gst_adder_sink_event), (gst_adder_collected):
9137           Fix non-flushing segmented seeks, Fixes #340060 for me
9138
9139 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9140
9141         Patch by: Olivier Crete  <tester at tester ca>
9142
9143         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9144         (gst_base_rtp_audio_payload_class_init),
9145         (gst_base_rtp_audio_payload_init),
9146         (gst_base_rtp_audio_payload_dispose):
9147           Chain up to parent class in dispose function; get rid of
9148           unnecessary 'diposed' flag in private structure (#415001).
9149
9150 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9151
9152         * docs/libs/gst-plugins-base-libs.types:
9153         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9154         (gst_base_rtp_audio_payload_class_init):
9155         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9156         * gst-libs/gst/rtp/gstbasertppayload.c:
9157           Some minor docs fixes and additions; also add missing 'Since' bits.
9158
9159 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9160
9161         Patch by: Zeeshan Ali  <zeenix gmail com>
9162
9163         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9164         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
9165         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
9166         (gst_base_rtp_audio_payload_push):
9167         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9168           The recently-added gst_base_rtp_audio_payload_push() should take an
9169           object of type GstBaseRTPAudioPayload as first argument (#431672).
9170
9171 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9172
9173         * gst/audioresample/gstaudioresample.c:
9174           Make more functions static, just because we can.
9175
9176 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9177
9178         * tests/check/elements/audioresample.c:
9179           Add unit test for audioresample shutdown crasher (#420106).
9180
9181 2007-04-20  Stefan Kost  <ensonic@users.sf.net>
9182
9183         * gst/subparse/gstsubparse.c:
9184         * gst/subparse/samiparse.c:
9185           Use GST_DISABLE_XML here
9186
9187         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9188         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_get_xv_support),
9189         (gst_xvimagesink_buffer_alloc),
9190         (gst_xvimagesink_navigation_send_event):
9191         * sys/xvimage/xvimagesink.h:
9192           Include stdlib.h when using atoi.
9193           
9194         * tests/check/elements/playbin.c: (playbin_suite):
9195           Use GST_DISABLE_REGISTRY here
9196
9197 2007-04-19  Michael Smith  <msmith@fluendo.com>
9198
9199         * ext/theora/gsttheoraenc.h:
9200         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
9201         (theora_enc_sink_event), (theora_enc_change_state):
9202           Track initialisation state; don't try to use encoder state if we're
9203           not initialised (it'll segfault).
9204
9205 2007-04-18  Stefan Kost  <ensonic@users.sf.net>
9206
9207         * tests/check/pipelines/.cvsignore:
9208         Fix build.
9209
9210 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9211
9212         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9213         Allow random depths between 1 and 32 instead of only multiplies of 8.
9214
9215 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9216
9217         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9218         Set the maximum number of channels for PCM and float in the correct
9219         place to have it also used when creating the template caps.
9220
9221 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9222
9223         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9224         Correctly support 4, 6 and 8 channels with normal PCM and float
9225         wav files.
9226
9227         Fix the depth and signedness calculation in extensible wav files and
9228         also handle 1, 2, 4, 6, 8 channels here when a file without channel
9229         mask is found.
9230
9231         Add support for float, alaw and mulaw in extensible wav files.
9232
9233         This allows correct playback of all but 5 files from
9234         http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Samples.html
9235         
9236         (gst_riff_create_audio_template_caps):
9237         Add voxware and float formats to the template caps.     
9238
9239 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9240
9241         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
9242
9243         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
9244         Fix unused variable warning if HAVE_LOCALTIME_R is undefinied
9245
9246         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9247         * gst/audioresample/gstaudioresample.c: (audioresample_do_output):
9248         Use the correct format strings for integer formats.
9249
9250 2007-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
9251
9252         * ext/theora/theoraenc.c (theora_buffer_from_packet, theora_enc_chain):
9253           Don't use pad_alloc_buffer_and_set_caps to create a small header
9254           packet, or, worse, to create a big temporary video buffer using the
9255           src pad.
9256
9257 2007-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9258
9259         * gst/gdp/gstgdppay.c (gst_gdp_pay_chain):
9260         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
9261           GST_START_TEST, buffer_probe_cb, GST_START_TEST):
9262           Fix a bug where serialized IN_CAPS buffers needed to be set IN_CAPS.
9263
9264 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9265
9266         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
9267           GST_START_TEST, n_in_caps, buffer_probe_cb, GST_START_TEST,
9268           streamheader_suite):
9269           Add another test set up for failure
9270
9271 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9272
9273         * tests/check/Makefile.am:
9274         * tests/check/pipelines/streamheader.c (n_tags, tag_event_probe_cb,
9275           GST_START_TEST, streamheader_suite, main):
9276           Add a test for the streamheader bug Wim fixed.
9277
9278 2007-04-13  Jan Schmidt  <thaytan@mad.scientist.com>
9279
9280         * ext/theora/theoradec.c: (theora_dec_sink_event):
9281         Fix misleading comment.
9282
9283 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
9284
9285         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9286           More sanity checks for the header fields.
9287
9288 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
9289
9290         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
9291           Try encodings from all environment variables, not just those in the
9292           first environment variable that is set.
9293
9294 2007-04-12  Wim Taymans  <wim@fluendo.com>
9295
9296         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
9297         (gst_video_rate_chain):
9298         Add some debug.
9299
9300         * tests/check/elements/videorate.c: (GST_START_TEST),
9301         (videorate_suite):
9302         Added check for videorate changing caps handling. Closes #421834.
9303
9304 2007-04-12  Michael Smith  <msmith@fluendo.com>
9305
9306         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9307           Use scale functions to avoid overflow when calculating duration of 
9308           vorbis buffers.
9309
9310 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
9311
9312         * docs/libs/gst-plugins-base-libs-sections.txt:
9313         * gst-libs/gst/tag/tag.h:
9314         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
9315           API: add gst_tag_freeform_string_to_utf8() (#405072).
9316
9317         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_extract_id3v1_string):
9318           Use gst_tag_freeform_string_to_utf8() here.
9319
9320 2007-04-12  Wim Taymans  <wim@fluendo.com>
9321
9322         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain),
9323         (gst_gdp_pay_sink_event):
9324         Make sure we set the IN_CAPS flag correctly.
9325
9326         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
9327         Get the IN_CAPS flag before we call functions that mess with the flags.
9328
9329 2007-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
9330
9331         * gst/gdp/gstgdppay.c (gst_gdp_pay_reset_streamheader,
9332           gst_gdp_pay_chain, gst_gdp_pay_sink_event):
9333           Only stamp buffers with offset/offset_end right before they get
9334           pushed.  This ensures offset continuity, which was not the case
9335           before as shown by
9336           gst-launch -v -m audiotestsrc num-buffers=10 ! audioconvert ! vorbisenc ! gdppay ! identity check-imperfect-offset=TRUE ! fakesink silent=TRUE
9337
9338 2007-04-06  Wim Taymans  <wim@fluendo.com>
9339
9340         * gst/playback/gstplaybin.c: (add_sink),
9341         (gst_play_bin_change_state):
9342         Activate sync in playbin, we are ready to handle it for live streams.
9343
9344 2007-04-06  Tim-Philipp Müller  <tim at centricular dot net>
9345
9346         * tests/check/elements/playbin.c:
9347         (test_sink_usage_video_only_stream), (playbin_suite):
9348           Add small test for stream-info-value-array code paths.
9349
9350 2007-04-05  Wim Taymans  <wim@fluendo.com>
9351
9352         * gst-libs/gst/audio/gstbaseaudiosink.c:
9353         (gst_base_audio_sink_skew_slaving):
9354         Don't try to create invalid calibration parameters by making the
9355         internal time go backwards, instead make external time go forward.
9356
9357 2007-04-05  Wim Taymans  <wim@fluendo.com>
9358
9359         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9360
9361         * gst/playback/gstplaybasebin.c: (add_stream):
9362         Fix leak in add_stream(), when g_value_set_object() increases the
9363         refcount of streaminfo object. Fixes #426250.
9364
9365 2007-04-03  David Schleef  <ds@schleef.org>
9366
9367         * gst/videotestsrc/gstvideotestsrc.c:
9368         * gst/videotestsrc/gstvideotestsrc.h:
9369         * gst/videotestsrc/videotestsrc.c:
9370         * gst/videotestsrc/videotestsrc.h:
9371           Add a test pattern called "circular", which has concentric
9372           rings with varying radial frequency.  The main purpose of this
9373           pattern is to test fidelity loss in a filter or scaler element.
9374           Notably, this pattern is scale invariant, and is optimally viewed
9375           with a width (and height) of 400.
9376
9377 2007-04-03  Wim Taymans  <wim@fluendo.com>
9378
9379         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9380
9381         * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
9382         (deactivate_free_recursive):
9383         Decodebin2 doesn't unref pads it obtains in some occasions:
9384         - multiqueue src pads, when either connecting further or exposing
9385         - sink pads of new autoplugged elements
9386         - peer pads when recursively freeing elements
9387         Fixes #425455.
9388
9389 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
9390
9391         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9392         Add audio/x-raw-float support, now that audioconvert support
9393         non-native endianness floats.
9394
9395 2007-03-30  Tim-Philipp Müller  <tim at centricular dot net>
9396
9397         * docs/libs/gst-plugins-base-libs-docs.sgml:
9398           gstreamer-plugins-base.pc doesn't exist, it's
9399           gstreamer-plugins-base-0.10.pc.
9400
9401 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9402
9403         Patch by: René Stadler <mail at renestadler dot de>
9404         with some minor changes
9405
9406         * gst-libs/gst/floatcast/floatcast.h:
9407         Use more efficient float endianness conversion functions that don't
9408         involve 2 function calls per value.
9409         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
9410         (check_default), (audio_convert_prepare_context):
9411         * gst/audioconvert/gstaudioconvert.c:
9412         (gst_audio_convert_parse_caps), (make_lossless_changes):
9413         Support non-native endianness floats as input and output.
9414         Fixes #339838.
9415         * tests/check/elements/audioconvert.c: (verify_convert),
9416         (GST_START_TEST):
9417         Add unit tests for the non-native endianness float conversions.
9418
9419 2007-03-29  Wim Taymans  <wim@fluendo.com>
9420
9421         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9422         (gst_base_rtp_depayload_base_init),
9423         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
9424         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
9425         (gst_base_rtp_depayload_set_gst_timestamp),
9426         (gst_base_rtp_depayload_change_state),
9427         (gst_base_rtp_depayload_set_property),
9428         (gst_base_rtp_depayload_get_property):
9429         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9430         Add Private structure.
9431         Bring element code to 2007.
9432         Parse clock-base caps param and use it when generating the
9433         newsegment.
9434         Reset variables before going to PAUSED.
9435         Fix some docs.
9436
9437 2007-03-29  Wim Taymans  <wim@fluendo.com>
9438
9439         * docs/libs/gst-plugins-base-libs-docs.sgml:
9440         * docs/libs/gst-plugins-base-libs-sections.txt:
9441         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9442         (gst_base_rtp_audio_payload_get_adapter):
9443         Add RTCP docs.
9444         Fix some more docs.
9445
9446         * gst-libs/gst/rtp/Makefile.am:
9447         * gst-libs/gst/rtp/gstrtcpbuffer.c:
9448         (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
9449         (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
9450         (gst_rtcp_buffer_get_packet_count), (read_packet_header),
9451         (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
9452         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
9453         (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
9454         (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
9455         (gst_rtcp_packet_sr_get_sender_info),
9456         (gst_rtcp_packet_sr_set_sender_info),
9457         (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
9458         (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
9459         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
9460         (gst_rtcp_packet_sdes_get_chunk_count),
9461         (gst_rtcp_packet_sdes_first_chunk),
9462         (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
9463         (gst_rtcp_packet_sdes_first_item),
9464         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
9465         (gst_rtcp_packet_bye_get_ssrc_count),
9466         (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
9467         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
9468         (gst_rtcp_packet_bye_get_reason_len),
9469         (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
9470         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9471         Add new helper object for parsing and creating RTCP messages.
9472
9473 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9474
9475         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9476         PCM samples with width=8 must be always unsigned, no matter what
9477         depth they have.
9478
9479 2007-03-29  Andy Wingo  <wingo@pobox.com>
9480
9481         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
9482         perfect offsets also, not just timestamps.
9483
9484         * tests/check/elements/videorate.c (test_more): Test that given
9485         any incoming offsets, that videorate produces perfect offsets.
9486
9487 2007-03-29  Wim Taymans  <wim@fluendo.com>
9488
9489         * gst-libs/gst/riff/riff-ids.h:
9490         Add some more RIFF formats.
9491
9492 2007-03-29  Wim Taymans  <wim@fluendo.com>
9493
9494         * gst-libs/gst/rtp/gstrtpbuffer.c:
9495         (gst_rtp_buffer_default_clock_rate):
9496         * gst-libs/gst/rtp/gstrtpbuffer.h:
9497         Fix fixed payload names and docs.
9498         Added method to get the default clock rates of fixed payload types.
9499         API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
9500
9501 2007-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9502
9503         * tests/check/pipelines/.cvsignore:
9504         Add new vorbisdec test to cvsignore.
9505
9506 2007-03-28  Wim Taymans  <wim@fluendo.com>
9507
9508         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
9509         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
9510         (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
9511         (gst_base_audio_sink_set_property),
9512         (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
9513         (clock_convert_external), (gst_base_audio_sink_resample_slaving),
9514         (gst_base_audio_sink_skew_slaving),
9515         (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
9516         (gst_base_audio_sink_async_play):
9517         * gst-libs/gst/audio/gstbaseaudiosink.h:
9518         Store private stuff in GstBaseAudioSinkPrivate.
9519         Add configurable clock slaving modes property.
9520         API:: GstBaseAudioSink::slave-method property
9521         Some more latency reporting tweaks.
9522         Added skew based clock slaving correction and make it the default until
9523         the resampling method is more robust.
9524
9525 2007-03-27  Sebastian Dröge  <slomo@circular-chaos.org>
9526
9527         * gst/audioconvert/audioconvert.c:
9528         Add docs to the integer pack functions and implement proper
9529         rounding. Before we had rounding towards negative infinity, i.e.
9530         always the smaller number was taken. Now we use natural rounding,
9531         i.e. rounding to the nearest integer and to the one with the largest
9532         absolute value for X.5. The old rounding introduced some minor
9533         distortions. Fixes #420079
9534         * tests/check/elements/audioconvert.c: (GST_START_TEST):
9535         Fix one unit test that assumed the old rounding and added unit tests
9536         for checking signed/unsigned int16 <-> signed/unsigned int16 with
9537         depth 8, one for signed int16 <-> unsigned int16 and one for the new
9538         rounding from signed int32 to signed/unsigned int16.
9539
9540 2007-03-27  Michael Smith  <msmith@fluendo.com>
9541
9542         * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
9543         (gst_audio_convert_transform_caps):
9544           Fix typo in debug line introduced recently, as pointed out on irc.
9545
9546 2007-03-27  Tim-Philipp Müller  <tim at centricular dot net>
9547
9548         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9549         * tests/check/libs/tag.c: (GST_START_TEST):
9550           Make sure we parse floating-point numbers in vorbis comments
9551           correctly with either '.' or ',' as separator, no matter what
9552           the current locale is. Add unit test for this too.
9553
9554 2007-03-26  Tim-Philipp Müller  <tim at centricular dot net>
9555
9556         Patch by: René Stadler  <mail at renestadler de>
9557
9558         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
9559           When writing out floating-point numbers to vorbis comment tags, always
9560           use the same character as separator no matter what the current locale is
9561           (fixes #423051).
9562
9563         * tests/check/libs/tag.c: (GST_START_TEST):
9564           Add unit tests for replaygain tags in vorbis comments (closes #423055).
9565
9566 2007-03-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9567
9568         * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
9569           vorbis_handle_data_packet):
9570           Correctly set DURATION to generate a timestamp-continuous stream.
9571           One bug left at the end; see
9572           ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
9573         * tests/check/Makefile.am:
9574         * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
9575           Add a test to check this.  Without the above patch this test fails.
9576
9577 2007-03-26  Jan Schmidt  <thaytan@mad.scientist.com>
9578
9579         * gst-libs/gst/rtp/Makefile.am:
9580         The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
9581
9582 2007-03-23  Michael Smith  <msmith@fluendo.com>
9583
9584         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
9585         (gst_video_rate_reset), (gst_video_rate_chain):
9586           If videorate changes caps, we can no longer use the old buffer
9587           (which may have a different size, incompatible with our caps).
9588           So don't do that; just duplicate the new frame more times.
9589
9590 2007-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
9591
9592         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
9593         Remove playbin's override of the set_clock vmethod. It's irrelevant
9594         after Wim's commit on the 19th.
9595
9596 2007-03-22  Wim Taymans  <wim@fluendo.com>
9597
9598         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
9599         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
9600         * ext/gnomevfs/gstgnomevfssrc.h:
9601         Don't cache file sizes. Fixes #341078.
9602
9603 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9604
9605         * gst/playback/gstplaybin.c: (add_sink):
9606           Use GST_PTR_FORMAT to log caps. 
9607
9608 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9609
9610         Patch by: Young-Ho Cha <ganadist at chollian net>
9611
9612         * gst/subparse/samiparse.c: (handle_start_font):
9613           Special-case some more colour names that pango doesn't handle by
9614           default. Fixes #420578.
9615
9616 2007-03-20  Michael Smith  <msmith@fluendo.com>
9617
9618         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
9619           If we get a zero-sized input buffer, don't pass it to libvorbis, as
9620           that marks EOS internally. After that, libvorbis will buffer all
9621           input data, and encode none of it, eventually leading to memory
9622           exhaustion.
9623
9624 2007-03-19  Wim Taymans  <wim@fluendo.com>
9625
9626         * gst/playback/gstdecodebin.c: (remove_fakesink):
9627         Don't post STATE_DIRTY anymore.
9628
9629         * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
9630         (gst_play_bin_change_state):
9631         Remove stream_time reset in seek handling, core does that now.
9632         Disable clocking for live pipelines by forcing a NULL clock to the
9633         complete pipeline, core is too smart now for our previous hack.
9634         We can always autoplug in PAUSED now.
9635
9636 2007-03-17  David Schleef  <ds@schleef.org>
9637
9638         * REQUIREMENTS:  Update this file, change the formatting to make
9639         it more consistent, plus more machine readable.
9640
9641 2007-03-16  Michael Smith  <msmith@fluendo.com>
9642
9643         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9644         (strip_width_64), (append_with_other_format):
9645           Previous fix was too simplistic, and broke the tests. Use a better
9646           approach; only strip 64 from widths for integer audio.
9647
9648 2007-03-16  Michael Smith  <msmith@fluendo.com>
9649
9650         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9651         (gst_audio_convert_transform_caps):
9652           We don't support 64 bit integer audio, so don't try to claim we can.
9653           Stops us producing caps don't match our template caps.
9654           Update comments.
9655
9656 2007-03-15  Michael Smith  <msmith@fluendo.com>
9657
9658         * gst/audioresample/gstaudioresample.c:
9659         (audioresample_check_discont), (audioresample_transform):
9660           Don't trigger discontinuities for very small imperfections; a filter
9661           flush will sound bad, and many plugins have rounding errors leading
9662           to these.
9663
9664 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
9665
9666         Patch by: Olivier Crete <olivier.crete@collabora.co.uk>
9667
9668         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9669         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9670         API: add "min-ptime" property to RTP base audio payloader.
9671         API: add gst_base_rtp_audio_payload_push().
9672         API: add gst_base_rtp_audio_payload_get_adapter().
9673         Fixes #415001
9674         Indentation/whitespace/documentation fixes.
9675
9676 2007-03-14  Julien MOUTTE  <julien@moutte.net>
9677
9678         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
9679         (audioresample_transform_size), (audioresample_do_output),
9680         (audioresample_transform), (audioresample_pushthrough): Handle
9681         discontinuous streams.
9682         * gst/audioresample/gstaudioresample.h:
9683         * tests/check/elements/audioresample.c:
9684         (test_discont_stream_instance), (GST_START_TEST),
9685         (audioresample_suite): Add a test for discontinuous streams.
9686         * win32/common/config.h: Updated.
9687
9688 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9689
9690         * po/af.po:
9691         * po/az.po:
9692         * po/cs.po:
9693         * po/en_GB.po:
9694         * po/it.po:
9695         * po/nb.po:
9696         * po/nl.po:
9697         * po/or.po:
9698         * po/sq.po:
9699         * po/sr.po:
9700         * po/sv.po:
9701         * po/uk.po:
9702         * po/vi.po:
9703           Update translations from translation project.
9704
9705 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9706
9707         * gst/audioresample/debug.h:
9708         * gst/audioresample/resample.c: (resample_init):
9709           Since I really am not interested in a debug line for each sample
9710           being processed, move the library's debugging to its own category,
9711           libaudioresample
9712
9713 2007-03-13  Michael Smith  <msmith@fluendo.com>
9714
9715         * ext/theora/theoradec.c: (theora_handle_type_packet):
9716           Since the plugin doesn't support anything other than 4:2:0 right
9717           now, post an error and fail if we get something else. Won't matter
9718           until libtheora supports the other pixel formats, but hopefully
9719           that'll be soon...
9720
9721 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
9722
9723         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
9724         Use gst_guint64_to_gdouble for conversion.
9725         * win32/MANIFEST:
9726         Add new files to the win32 MANIFEST.
9727         * win32/common/libgstaudio.def:
9728         * win32/common/libgstpbutils.def:
9729         Add new exported functions.
9730         * win32/vs6/gst_plugins_base.dsw:
9731         * win32/vs6/libgstdecodebin.dsp:
9732         * win32/vs6/libgstplaybin.dsp:
9733         Change the link to libgstpbutils.lib.
9734         * win32/vs6/libgstdecodebin2.dsp:
9735         Add a new project for decodebin2.
9736         * win32/vs6/libgstpbutils.dsp:
9737         Add a new project for pbutils.
9738
9739 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9740
9741         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9742           Also accept partial dates with only year and month,
9743           like 1999-12-00 (fixes #410396 even more).
9744
9745         * tests/check/libs/tag.c: (GST_START_TEST):
9746           Add unit test for the above.
9747
9748 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9749
9750         * tests/check/elements/subparse.c: (GST_START_TEST),
9751         (subparse_suite):
9752           Add unit test for MPL2 subtitle format (#413799).
9753
9754 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9755
9756         Patch by: Kamil Pawlowski  <kamilpe gmail com>
9757
9758         * gst/subparse/Makefile.am:
9759         * gst/subparse/gstsubparse.c:
9760         (gst_sub_parse_data_format_autodetect),
9761         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
9762         (gst_subparse_type_find):
9763         * gst/subparse/gstsubparse.h:
9764         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
9765         * gst/subparse/mpl2parse.h:
9766           Add support for MPL2 subtitle format (#413799).
9767
9768 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9769
9770         * configure.ac:
9771           We require core CVS for the new buffer metadata copy functions.
9772
9773 2007-03-09  Wim Taymans  <wim@fluendo.com>
9774
9775         * gst-libs/gst/tag/gstid3tag.c:
9776         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
9777         Fixes #414496.
9778
9779         Patch by: Alex Lancaster <alexl at users sourceforge net>
9780
9781 2007-03-09  Wim Taymans  <wim@fluendo.com>
9782
9783         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
9784         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
9785         Improve adapter usage and comments.
9786
9787 2007-03-09  Wim Taymans  <wim@fluendo.com>
9788
9789         * ext/pango/gsttextrender.c: (gst_text_render_chain):
9790         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
9791         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
9792         Use new metadata copy function.
9793
9794         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9795         (gst_ffmpegcsp_transform):
9796         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
9797         Basetransform copied the metadata for us.
9798
9799 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9800
9801         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
9802         (gst_text_overlay_video_event):
9803           Some more logging. Only accept newsegment events in TIME format and
9804           send a WARNING message if they are not in TIME format.
9805
9806         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
9807         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
9808         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
9809         * gst/subparse/gstsubparse.h:
9810           No need to allocate GstSegment structure dynamically, just put it
9811           into the instance structure; ignore newsegment events in BYTE
9812           format and in particular don't let it overwrite our saved TIME
9813           segment from the last seek.
9814
9815 2007-03-09  Michael Smith  <msmith@fluendo.com>
9816
9817         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
9818           Replace AC3 typefinder with one that isn't terrible, and actually
9819           works usefully.
9820
9821 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9822
9823         * gst/audioconvert/gstaudioconvert.c:
9824         (gst_audio_convert_transform):
9825           fix error category and translatable string
9826           
9827
9828 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9829
9830         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
9831         * pkgconfig/gstreamer-plugins-base.pc.in:
9832           Fix up utils => pbutils here too.
9833
9834 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9835
9836         * gst/subparse/gstsubparse.c: (handle_buffer):
9837           Break out of loop in chain function as soon as possible if we get
9838           a non-OK flow return.
9839
9840 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9841
9842         * tests/check/elements/alsa.c: (GST_START_TEST):
9843         Unref the mixer if the state change fails too (if the
9844         alsa devices are inaccessible, for example)
9845
9846 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9847
9848         * tests/check/Makefile.am:
9849         Don't test libvisual elements in the states check, because libvisual
9850         seems to leak internally.
9851
9852         Re-enable the alsa and states tests now that there's new suppressions
9853         in gst.supp.
9854
9855         * tests/check/elements/alsa.c: (GST_START_TEST):
9856         Don't leak the alsamixer we instantiated.
9857
9858 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9859
9860         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
9861         (gst_ximagesink_change_state), (gst_ximagesink_reset),
9862         (gst_ximagesink_finalize):
9863         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
9864         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
9865         Move some cleanup stuff from the state change handler into a _reset()
9866         function that can be called from _finalize(). This ensures that things
9867         get freed even if (for some reason) the NULL->READY state transition
9868         fails in the parent class.
9869         Even if a parent state change fails, process our downward state change
9870         logic instead of bailing out early.
9871         Free the correct xcontext pointer in ximagesink's xcontext_clear.
9872
9873 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9874
9875         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
9876         Extra log line.
9877
9878         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
9879         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
9880         Use pango_font_description_set_family_static instead of 
9881         pango_font_description_set_family to save a string copy (it was
9882         leaking due to the strdup anyway)
9883
9884         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
9885         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
9886         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
9887         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
9888         Chain up in finalize.
9889
9890 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
9891
9892         * gst-libs/gst/interfaces/mixertrack.c:
9893         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
9894         (gst_mixer_track_set_property):
9895           API: add "untranslated-label" property which should be set by
9896           implementations at construct time (#414645).
9897
9898         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
9899         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
9900           Set "untranslated-label" when constructing mixer track objects.
9901
9902         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
9903           Unit test to check the above.
9904
9905 2007-03-07  Wim Taymans  <wim@fluendo.com>
9906
9907         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
9908         Fix confusing debug message.
9909
9910 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
9911
9912         * gst-plugins-base.doap:
9913         update doap file with new version
9914
9915 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
9916
9917         * configure.ac:
9918         Back to CVS
9919
9920 === release 0.10.12 ===
9921
9922 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
9923
9924         * configure.ac:
9925           releasing 0.10.12, "Zombie Horde"
9926
9927 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
9928
9929         * configure.ac:
9930         Bump version to 0.10.11.4 pre-release
9931
9932 2007-03-06  Wim Taymans  <wim@fluendo.com>
9933
9934         * gst-libs/gst/audio/gstbaseaudiosink.c:
9935         (gst_base_audio_sink_async_play):
9936         Fix regression that made GStreamer skip the first samples of audio.
9937         Fixes #414684.
9938
9939 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
9940
9941         * configure.ac:
9942         Bump version to 0.10.11.3 pre-release
9943
9944 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
9945
9946         * po/POTFILES.in:
9947           Update paths for the rename from utils to pbutils to fix the build.
9948
9949 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
9950
9951         * gst-libs/gst/pbutils/Makefile.am:
9952           Change directory to install headers in from gst/utils to gst/pbutils
9953           as well.
9954
9955 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
9956
9957         * configure.ac:
9958         * docs/libs/gst-plugins-base-libs-docs.sgml:
9959         * docs/libs/gst-plugins-base-libs-sections.txt:
9960         * gst-libs/gst/Makefile.am:
9961         * gst-libs/gst/interfaces/mixer.c:
9962         * gst-libs/gst/pbutils/Makefile.am:
9963         * gst-libs/gst/pbutils/descriptions.c:
9964         (gst_pb_utils_get_source_description),
9965         (gst_pb_utils_get_sink_description),
9966         (gst_pb_utils_get_decoder_description),
9967         (gst_pb_utils_get_encoder_description),
9968         (gst_pb_utils_get_element_description),
9969         (gst_pb_utils_add_codec_description_to_tag_list),
9970         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
9971         * gst-libs/gst/pbutils/descriptions.h:
9972         * gst-libs/gst/pbutils/install-plugins.c:
9973         * gst-libs/gst/pbutils/install-plugins.h:
9974         * gst-libs/gst/pbutils/missing-plugins.c:
9975         (gst_missing_uri_source_message_new),
9976         (gst_missing_uri_sink_message_new),
9977         (gst_missing_element_message_new),
9978         (gst_missing_decoder_message_new),
9979         (gst_missing_encoder_message_new),
9980         (gst_missing_plugin_message_get_description):
9981         * gst-libs/gst/pbutils/missing-plugins.h:
9982         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
9983         * gst-libs/gst/pbutils/pbutils.h:
9984         * gst-libs/gst/utils/Makefile.am:
9985         * gst-libs/gst/utils/base-utils.c:
9986         * gst-libs/gst/utils/base-utils.h:
9987         * gst-libs/gst/utils/descriptions.c:
9988         * gst-libs/gst/utils/descriptions.h:
9989         * gst-libs/gst/utils/install-plugins.c:
9990         * gst-libs/gst/utils/install-plugins.h:
9991         * gst-libs/gst/utils/missing-plugins.c:
9992         * gst-libs/gst/utils/missing-plugins.h:
9993         * gst-plugins-base.spec.in:
9994         * gst/playback/Makefile.am:
9995         * gst/playback/gstdecodebin.c:
9996         * gst/playback/gstdecodebin2.c:
9997         * gst/playback/gstplaybasebin.c: (setup_subtitle),
9998         (gen_source_element):
9999         * gst/playback/gstplaybin.c: (plugin_init):
10000         * tests/check/Makefile.am:
10001         * tests/check/libs/pbutils.c: (GST_START_TEST),
10002         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
10003         * tests/check/libs/utils.c:
10004           rename utils to pbutils
10005
10006 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
10007
10008         * docs/plugins/Makefile.am:
10009         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10010         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10011         * docs/plugins/inspect/plugin-decodebin2.xml:
10012         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
10013         Add documentation for decodebin2 that indicates that the API
10014         is still unstable.
10015
10016 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
10017
10018         * configure.ac:
10019         Update to 0.10.11.2 (0.10.12 pre-release)
10020
10021 2007-03-01  Wim Taymans  <wim@fluendo.com>
10022
10023         * gst-libs/gst/audio/gstbaseaudiosink.c:
10024         (gst_base_audio_sink_async_play):
10025         base time is irrelevant here.
10026
10027 2007-03-01  Wim Taymans  <wim@fluendo.com>
10028
10029         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
10030         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
10031         Improve debugging.
10032
10033         * gst-libs/gst/audio/gstbaseaudiosink.c:
10034         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
10035         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
10036         Improve latency and clock slaving calculations.
10037         Improve slave clock calibration.
10038
10039         * gst-libs/gst/audio/gstringbuffer.c:
10040         (gst_ring_buffer_commit_full):
10041         When we are asked to render N sample to 0 bytes, return N.
10042
10043 2007-03-01  Wim Taymans  <wim@fluendo.com>
10044
10045         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
10046         (gst_alsasink_write), (gst_alsasink_reset):
10047         * ext/alsa/gstalsasink.h:
10048         Remove unused dispose function.
10049         Rename lock to not interfere with alsasrc lock.
10050
10051         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
10052         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
10053         (gst_alsasrc_read), (gst_alsasrc_reset):
10054         * ext/alsa/gstalsasrc.h:
10055         Implement finalize function.
10056         Use lock to protect alsa access.
10057         Implement _reset.
10058         Fine tune sw params.
10059
10060 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10061
10062         * configure.ac:
10063           Convert to new AG_GST style.
10064
10065 2007-02-28  Wim Taymans  <wim@fluendo.com>
10066
10067         Patch by: Ed Catmur <ed at catmur dot co dot uk>
10068
10069         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
10070         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
10071         Fix race condition when rapidly switching visualisations in playbin.
10072         Fixes #401029.
10073
10074 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
10075
10076         * tests/check/Makefile.am:
10077         Include local stuff before system installed things in LDFLAGS and
10078         CFLAGS.
10079
10080 2007-02-28  Wim Taymans  <wim@fluendo.com>
10081
10082         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
10083         Improve debugging.
10084
10085 2007-02-28  Wim Taymans  <wim@fluendo.com>
10086
10087         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
10088         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
10089         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
10090         Fix duration and timestamping, taking latency into account.
10091         Implement latency query.
10092
10093 2007-02-28  Wim Taymans  <wim@fluendo.com>
10094
10095         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
10096         (gst_audio_clock_new):
10097         Fix clock name.
10098
10099         * gst-libs/gst/audio/gstbaseaudiosink.c:
10100         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
10101         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
10102         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
10103         (gst_base_audio_src_create):
10104         Improve latency query code.
10105         Use proper clock names.
10106
10107 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10108
10109         * tests/check/generic/states.c: (GST_START_TEST):
10110           Copy the states.c test from core again
10111         * tests/check/Makefile.am:
10112           ignore cdio and cdparanoiasrc
10113
10114 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
10115
10116         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10117         (double_hq), (audio_convert_get_func_index), (check_default),
10118         (audio_convert_prepare_context), (audio_convert_convert):
10119           Also make valgrind happy and avoid copying data in some cases.
10120
10121 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
10122
10123         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10124         (double_hq), (audio_convert_get_func_index),
10125         (audio_convert_prepare_context), (audio_convert_convert):
10126         * gst/audioconvert/gstaudioconvert.c:
10127         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
10128         (gst_audio_convert_transform_caps):
10129         * tests/check/elements/audioconvert.c: (GST_START_TEST),
10130         (audioconvert_suite):
10131           Don't run inplace if that overwrites source data as we go. Add more
10132           tests. Fixes #339837 even more.
10133
10134 2007-02-27  Julien MOUTTE  <julien@moutte.net>
10135
10136         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
10137         (msg_segment_done): Fix various seeking bugs (Slider was not
10138         updating when doing a non flushing seek, Reverse playback 
10139         on segment seek was wrong).
10140
10141 2007-02-26  Wim Taymans  <wim@fluendo.com>
10142
10143         * tests/examples/seek/seek.c: (stop_seek):
10144         When we stop scrubbing, don't leave the pipeline PLAYING when we
10145         requested a PAUSED state.
10146
10147 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
10148
10149         Patch by: René Stadler <mail at renestadler de>
10150
10151         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
10152           Parse date strings in vorbis comments that have an invalid (zero)
10153           month or day (#410396).
10154
10155         * tests/check/libs/tag.c: (GST_START_TEST):
10156           Test case for the above.
10157
10158 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10159
10160         Patch by: Loïc Minier <lool+gnome at via ecp fr>
10161
10162         * configure.ac:
10163         * ext/alsa/Makefile.am:
10164         * gst/audiotestsrc/Makefile.am:
10165           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
10166
10167 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
10168
10169         * gst/playback/gstplaybin.c:
10170           Improve docs: point out that the application needs to assist playbin
10171           with buffering.
10172
10173 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
10174
10175         * gst-libs/gst/utils/install-plugins.c:
10176         * gst-libs/gst/utils/missing-plugins.c:
10177         * tests/check/libs/utils.c: (missing_msg_check_getters):
10178           Change GStreamer marker prefix in detail string from 'gstreamer.net'
10179           to just 'gstreamer'. Document the caps string component of the
10180           decoder/encoder detail a bit better, since not everyone will be
10181           familiar with the GStreamer media type/caps system (but they better
10182           enjoy nested itemized lists).
10183
10184 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
10185
10186         * gst-libs/gst/netbuffer/gstnetbuffer.c:
10187         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
10188           Fix copying of GstNetBuffer (would crash before, or at least lead to
10189           invalid memory access, #410772), for now by copying the GstBuffer copy
10190           code from the core over here so we can copy the GstBuffer fields on a
10191           provided buffer instance (of type GstNetBuffer in this case). Would be
10192           better to fix this with some support by the core though (and in the long
10193           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
10194
10195         * tests/check/Makefile.am:
10196           Enable unit test for GstNetBuffer.
10197
10198 2007-02-22  Andy Wingo  <wingo@pobox.com>
10199
10200         * gst-libs/gst/audio/gstbaseaudiosink.c
10201         (gst_base_audio_sink_init): Disable pull-mode activation until we
10202         figure out how to make audio sinks go to PLAYING.
10203
10204 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
10205
10206         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10207         (double_hq), (audio_convert_get_func_index),
10208         (audio_convert_prepare_context), (audio_convert_convert):
10209         * gst/audioconvert/audioconvert.h:
10210         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
10211         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
10212         * gst/audioconvert/gstchannelmix.h:
10213         * tests/check/elements/audioconvert.c: (GST_START_TEST):
10214           Add float as an intermediate format, as well as float mixing. Enable
10215           test that was failing before. Fixes #339837
10216
10217 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
10218
10219         * tests/examples/seek/seek.c: (do_seek):
10220         Undo the previous commit: -1 as a stop time implies that the stop
10221         time is the end of file, clearing any previously configured segment.
10222
10223 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
10224
10225         * tests/examples/seek/seek.c: (do_seek):
10226         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
10227
10228 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
10229
10230         * gst/volume/gstvolume.c: (volume_process_int16),
10231         (volume_process_int16_clamp), (volume_set_caps):
10232           Unbreak volume, value remains gint.
10233
10234 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
10235
10236         * gst/volume/gstvolume.c: (volume_choose_func),
10237         (volume_update_real_volume), (gst_volume_set_volume),
10238         (gst_volume_init), (volume_process_double), (volume_process_float),
10239         (volume_process_int16), (volume_process_int16_clamp),
10240         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
10241         * gst/volume/gstvolume.h:
10242           Extend float audio support (double) and some int->uint cleanups.
10243
10244 2007-02-20  Edward Hervey  <edward@fluendo.com>
10245
10246         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
10247         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
10248         (sort_end_pads), (gst_decode_group_expose),
10249         (gst_decode_group_hide):
10250         Don't free groups from the streaming threads. Just put them aside and
10251         free them in dispose.
10252
10253 2007-02-20  Edward Hervey  <edward@fluendo.com>
10254
10255         * gst/playback/gstdecodebin2.c: (connect_element),
10256         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
10257         (sort_end_pads), (gst_decode_group_expose):
10258         Handle dynamic pads within groups.
10259         Sort pads before exposing them in order to make playbin happy.
10260         There still is a race with the multiqueue filling up. This should be
10261         solved separately.
10262         Fixes #398721
10263
10264 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10265
10266         * gst-libs/gst/utils/base-utils.c:
10267         * gst-libs/gst/utils/descriptions.c:
10268         * gst-libs/gst/utils/install-plugins.c:
10269         * gst-libs/gst/utils/missing-plugins.c:
10270           Some more docs (and descriptions for two subtitle formats).
10271
10272 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10273
10274         * gst-libs/gst/audio/audio.c:
10275           Fix documentation.
10276
10277 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10278
10279         Patch by: Yves Lefebvre  <ivanohe abacom com>
10280
10281         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
10282           Don't leak caps. Fixes #408278.
10283
10284 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
10285
10286         * ext/cdparanoia/gstcdparanoiasrc.h:
10287         * ext/ogg/gstoggdemux.h:
10288         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
10289         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
10290         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
10291         * gst-libs/gst/audio/audio.h:
10292         * gst-libs/gst/audio/gstaudiofilter.h:
10293         * gst-libs/gst/interfaces/videoorientation.h:
10294         * gst/adder/gstadder.h:
10295           More docs coverage and some ChangeLog surgery (add missing names)
10296
10297 2007-02-15  Wim Taymans  <wim@fluendo.com>
10298
10299         * sys/ximage/ximagesink.c:
10300         (gst_ximagesink_calculate_pixel_aspect_ratio):
10301         * sys/xvimage/xvimagesink.c:
10302         (gst_xvimagesink_calculate_pixel_aspect_ratio):
10303         Small constifications.
10304
10305 2007-02-15  Wim Taymans  <wim@fluendo.com>
10306
10307         * gst-libs/gst/audio/gstbaseaudiosink.c:
10308         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
10309         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
10310         (gst_base_audio_sink_async_play),
10311         (gst_base_audio_sink_change_state):
10312         Answer latency query.
10313         Use configured latency when syncing.
10314         Fix clock slaving.
10315
10316         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10317         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
10318         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
10319         Fix possible memleak.
10320         Implement latency query.
10321         Small cleanups.
10322
10323 2007-02-15  Wim Taymans  <wim@fluendo.com>
10324
10325         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
10326         Ignore errors in reset, these are not fatal. They also grab the element
10327         lock which is already taking when this function is called. Fixes
10328         #405451.
10329
10330 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10331
10332         * configure.ac:
10333           Remove 'tests/examples/xerror/Makefile' from output files again.
10334
10335 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10336
10337         * configure.ac:
10338         * docs/plugins/Makefile.am:
10339           Also crossref against gst-plugins-base-libs.
10340
10341 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
10342
10343         * configure.ac:
10344         * docs/libs/Makefile.am:
10345         * docs/plugins/Makefile.am:
10346           Add crossreferences to glib/gobject/gstream docs.
10347
10348         * gst-libs/gst/audio/audio.h:
10349           Source formatting.
10350
10351         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
10352           Add own debug category.
10353
10354 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
10355
10356         Patch by: René Stadler <mail at renestadler de>
10357
10358         * gst-libs/gst/tag/gstvorbistag.c:
10359           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
10360           (#403597).
10361
10362 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
10363
10364         * gst/playback/gstplaybasebin.c: (setup_source):
10365           When we have external subtitles and wait for the subtitle decodebin
10366           to get up and running, we set up a (sync) bus handler for the
10367           subtitle decodebin, so we can stop waiting when it posts an error
10368           message. However, we should do that before we set the subtitle
10369           decodebin's state to playing, otherwise things are racy and we might
10370           miss error messages posted before we had a chance to set up the bus.
10371           This should finally fix totem hanging on .txt pseudo-subtitle files.
10372           
10373 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
10374
10375         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
10376           Use gst_gdouble_to_guint64 for conversions.
10377         * win32/common/config.h.in:
10378           Add a define for GST_INSTALL_PLUGINS_HELPER
10379         * win32/common/libgstaudio.def:
10380         * win32/common/libgstcdda.def:
10381         * win32/common/libgstnetbuffer.def:
10382         * win32/common/libgstrtp.def:
10383         * win32/common/libgutils.def:
10384           Add new exported functions.
10385         * win32/vs6/gst_plugins_base.dsw:
10386         * win32/vs6/libgstdecodebin.dsp:
10387         * win32/vs6/libgstnetbuffer.dsp:
10388         * win32/vs6/libgstplaybin.dsp:
10389         * win32/vs6/libgstrtp.dsp:
10390         * win32/vs6/libgstvorbis.dsp:
10391         * win32/vs6/libgstcdda.dsp:
10392         * win32/vs6/libgstgdp.dsp:
10393         * win32/vs6/libgstutils.dsp:
10394           Update and add new project files.
10395
10396 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
10397
10398         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
10399         (subrip_remove_unhandled_tags), (parse_subrip):
10400           For SubRip (.srt) subtitles, ignore all markup tags we don't
10401           handle (like font tags, for example).
10402
10403         * tests/check/elements/subparse.c:
10404           Add test for this.
10405
10406 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
10407
10408         * gst/playback/gstdecodebin.c: (add_fakesink),
10409         (gst_decode_bin_change_state):
10410         * gst/playback/gstdecodebin2.c: (add_fakesink),
10411         (gst_decode_bin_change_state):
10412           Don't error out if there is no fakesink in the NULL to READY state
10413           change, since when decodebin is re-used, we're only adding the
10414           fakesink element in READY to PAUSED.
10415
10416         * tests/check/elements/decodebin.c:
10417         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
10418         (decodebin_suite):
10419           Minimal unit test to make sure we can use the same decodebin
10420           instance twice (at least with audiotestsrc input).
10421
10422 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
10423
10424         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
10425           Try to get devic-name from device string first, and from handle only
10426           as fallback (seems to yield better results and is more robust
10427           against buggy probing code on the application side).
10428
10429 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
10430
10431         Based on patch by: Julien Puydt <julien.puydt at laposte net>
10432
10433         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
10434         (gst_alsa_find_device_name):
10435         * ext/alsa/gstalsa.h:
10436         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
10437         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
10438           Improve device-name detection a bit, especially in the case where
10439           the device is not actually open (#405020, #405024). Move common code
10440           into gstalsa.c instead of duplicating it.
10441
10442 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10443
10444         * gst/audioconvert/gstaudioconvert.c:
10445           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
10446
10447 2007-02-06  Julien MOUTTE  <julien@moutte.net>
10448
10449         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
10450         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
10451         (gst_xvimagesink_interface_supported),
10452         (gst_xvimagesink_probe_get_properties),
10453         (gst_xvimagesink_probe_probe_property),
10454         (gst_xvimagesink_probe_needs_probe),
10455         (gst_xvimagesink_probe_get_values),
10456         (gst_xvimagesink_property_probe_interface_init),
10457         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
10458         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
10459         (gst_xvimagesink_get_type):
10460         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
10461         for XVAdaptors so that one can choose the adaptor to use with 
10462         gstreamer-properties.
10463
10464 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
10465
10466         * gst/audioconvert/gstaudioconvert.c:
10467           Also mention that a conversion from double to float is suboptimal still.
10468
10469 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
10470
10471         * gst-libs/gst/audio/gstaudiofilter.c:
10472         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
10473           Clear our formats structure and free the caps contained in it when
10474           shutting down.
10475
10476 2007-02-05  Andy Wingo  <wingo@pobox.com>
10477
10478         * gst-libs/gst/audio/gstbaseaudiosink.c
10479         (gst_base_audio_sink_callback): Update basesink->offset so that we
10480         pull monotonically increasing offsets instead of, um, seeking back
10481         to 0 each time. Fixes alsasrc ! alsasink!
10482
10483 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
10484
10485         * gst/videoscale/gstvideoscale.c:
10486           A width and height of 1 makes us crash, so increase minimum size to
10487           2x2 pixels until someone feels like fixing this (#404512).
10488
10489 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
10490
10491         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
10492           Add small test to make sure request pads are cleaned up properly
10493           even if oggmux never changes state out of NULL.
10494
10495 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
10496
10497         * tests/check/libs/utils.c: (GST_START_TEST):
10498           Fix unit test. Turns out things work much better when you
10499           NULL-terminate string arrays. Should make p5 build bot happy again.
10500
10501 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10502
10503         * gst-libs/gst/audio/Makefile.am:
10504         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
10505         (gst_audio_filter_template_base_init),
10506         (gst_audio_filter_template_class_init),
10507         (gst_audio_filter_template_init),
10508         (gst_audio_filter_template_set_property),
10509         (gst_audio_filter_template_get_property),
10510         (gst_audio_filter_template_setup),
10511         (gst_audio_filter_template_filter),
10512         (gst_audio_filter_template_filter_inplace), (plugin_init):
10513           Oops, forgot to commit fixed-up example.
10514
10515 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10516
10517         * docs/libs/gst-plugins-base-libs-sections.txt:
10518         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
10519         (gst_audio_filter_class_init), (gst_audio_filter_init),
10520         (gst_audio_filter_set_caps),
10521         (gst_audio_filter_class_add_pad_templates):
10522         * gst-libs/gst/audio/gstaudiofilter.h:
10523           Port GstAudioFilter to 0.10. This change technically breaks
10524           API and ABI (and thus also every library developer's heart),
10525           but seems justifiable on the grounds that the base class was
10526           completely unusable before (ie. would crash immediately when
10527           actually used). Fixes #403963 (and eventually also #403572).
10528           Also document all of this a bit.
10529
10530 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10531
10532         * gst-libs/gst/utils/install-plugins.c:
10533         (gst_install_plugins_spawn_child):
10534         * tests/check/libs/utils.c:
10535         (test_base_utils_install_plugins_do_callout):
10536           Lowering log level to see why things fail on the p5 build bot;
10537           fix some typos in unit test messages.
10538
10539 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10540
10541         * tests/check/libs/utils.c:
10542         (test_base_utils_install_plugins_do_callout):
10543           Don't hard-code temp directory for test helper; use GLib functions
10544           to write out file and do error checking etc.
10545
10546 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10547
10548         * gst-libs/gst/utils/Makefile.am:
10549         * gst-libs/gst/utils/base-utils.h:
10550         * gst-libs/gst/utils/install-plugins.c:
10551         (gst_install_plugins_context_set_xid),
10552         (gst_install_plugins_context_new),
10553         (gst_install_plugins_context_free),
10554         (gst_install_plugins_get_helper),
10555         (gst_install_plugins_spawn_child),
10556         (gst_install_plugins_return_from_status),
10557         (gst_install_plugins_installer_exited),
10558         (gst_install_plugins_async), (gst_install_plugins_sync),
10559         (gst_install_plugins_return_get_name),
10560         (gst_install_plugins_installation_in_progress):
10561         * gst-libs/gst/utils/install-plugins.h:
10562           API: add API for applications to initiate installation of missing
10563           plugins, ie. gst_install_plugins_async() primarily.
10564           Based on libgimme-codec by Ryan Lortie.
10565
10566         * configure.ac:
10567           Add --with-install-plugins-helper configure option so distros can specify
10568           the path of the helper script or program to call when plugin installation
10569           is requested (distros: please do any argument munging in this helper
10570           script instead of patching GStreamer to pass arguments differently
10571           to another program directly).
10572
10573         * docs/libs/gst-plugins-base-libs-docs.sgml:
10574         * docs/libs/gst-plugins-base-libs-sections.txt:
10575           Build and document new API.
10576
10577         * tests/check/libs/utils.c: (result_cb),
10578         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
10579         (libgstbaseutils_suite):
10580           Some simple checks for the new API.
10581
10582 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10583
10584         * tests/check/elements/audioconvert.c: (test_float_conversion):
10585           Add small test for 32bit float <=> 64bit float conversion (works
10586           only one way so far, 32=>64 produces structured noise).
10587
10588 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10589
10590         * gst/audioconvert/gstaudioconvert.c:
10591         (set_structure_widths_32_and_64), (make_lossless_changes):
10592           We don't support floats with a width of 40, 48 or 56 bits.
10593
10594 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
10595
10596         * gst/audioconvert/audioconvert.c: (float), (double),
10597         (audio_convert_get_func_index):
10598         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
10599         (make_lossless_changes):
10600           Support for 64-bit float audio in audioconvert (#339837)
10601
10602 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
10603
10604         Patch by: Holger Wansing  <linux wansing-online de>
10605
10606         * po/LINGUAS:
10607         * po/de.po:
10608           Add German translation (#352069).
10609
10610 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
10611
10612         reviewed by: Wim Taymans <wim@fluendo.com>
10613
10614         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
10615         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
10616         Use newly added GstCollectPads API to free the allocated resources in
10617         the GstOggPad structures (#402393).
10618
10619 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
10620
10621         * gst/playback/gstplaybin.c: (gen_vis_element):
10622           Add audioresample+audioconvert in front of the visualisation
10623           element, so that elements like libvisual 0.4 that don't support all
10624           samplerates can work.
10625
10626           Fixes: #402505
10627
10628 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
10629
10630         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
10631         (gst_play_base_bin_get_streaminfo_value_array):
10632           Take some locks and make a copy of the streaminfo value array we
10633           maintain while holding the lock, so that the application can
10634           retrieve the stream-info as a value array in a thread-safe way.
10635
10636 2007-01-30  Wim Taymans  <wim@fluendo.com>
10637
10638         * gst/audioconvert/gstaudioconvert.c:
10639         Don't fail on 0 sized buffers. Fixes #396835.
10640
10641 2007-01-29  David Schleef  <ds@schleef.org>
10642
10643         * gst/typefind/gsttypefindfunctions.c:
10644           Detect BBCD as video/x-dirac, so we can play raw dirac
10645           streams.
10646
10647 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
10648
10649         * ext/theora/theoraenc.c: (theora_enc_chain):
10650           Check return value of theora_encode_header(), or we might try to
10651           allocate a random number of bytes. theora_encode_header() can fail
10652           if libtheora has been compiled with encoding support disabled.
10653           Fixes #398110.
10654
10655 2007-01-29  Wim Taymans  <wim@fluendo.com>
10656
10657         * tests/check/gst/.cvsignore:
10658         Do as buildbot says.
10659
10660 2007-01-29  Wim Taymans  <wim@fluendo.com>
10661
10662         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
10663         Fix strides in libvisual. Gst uses X strides.
10664         Inspired by: <ed at catmur dot co dot uk> and 
10665         <tim at centricular dot net>
10666         Fixes #401118.
10667
10668 2007-01-27  Wim Taymans  <wim@fluendo.com>
10669
10670         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
10671         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
10672         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
10673         (gst_ogg_demux_perform_seek),
10674         (gst_ogg_demux_bisect_forward_serialno),
10675         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10676         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
10677         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
10678         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
10679         * ext/ogg/gstoggdemux.h:
10680         Properly propagate streaming errors when we are scanning the file for
10681         chains so that we don't crash when shut down. Might fix some crashers
10682         when quickly switching oggs in RB such as #332503 and #378436.
10683
10684 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
10685
10686         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
10687           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
10688           error code as well.
10689
10690 2007-01-25  Wim Taymans  <wim@fluendo.com>
10691
10692         * gst/playback/gstplaybasebin.c: (remove_source):
10693         Don't try to disconnect a signal from a finalized object.
10694
10695 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10696
10697         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
10698           Cast lock macro parameters to make sure we're actually accessing the
10699           lock member at the right class level. Free list itself in _dispose()
10700           as well and NULL it in case dispose gets called multiple times.
10701
10702 2007-01-25  Edward Hervey  <edward@fluendo.com>
10703
10704         * gst/playback/gstdecodebin2.c:
10705         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
10706         Free GstDecodeGroups no longer used.
10707         (gst_decode_group_expose):
10708         Don't unlock too many times !
10709         (deactivate_free_recursive):
10710         Free iterator once we're done with it.
10711         Fix for recursively deactivating elements (stop at ghostpads).
10712
10713 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10714
10715         * gst/playback/gstplaybin.c: (handoff):
10716           Fix up caps on the frame buffer before we save it and potentially
10717           make it accessible to other threads via g_object_get; also use
10718           gst_buffer_replace() instead of gst_mini_object_replace().
10719
10720 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10721
10722         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
10723           Make getting the current frame thread-safe.
10724
10725 2007-01-25  Edward Hervey  <edward@fluendo.com>
10726
10727         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
10728         (gst_decode_group_new), (gst_decode_group_free):
10729         Set queues to bigger sizes to cope with HD contents.
10730         Fix some mutex freeing and add comment about MT safe methods.
10731
10732 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
10733
10734         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
10735         (gst_text_overlay_text_event):
10736           Don't unnecessarily ref (and then leak) upstream events if the text
10737           pad is not linked. Fixes #399948.
10738
10739         * tests/check/gst-plugins-base.supp:
10740           Add suppression for pango on edgy/x86 for textoverlay test.
10741
10742 2007-01-24  Wim Taymans  <wim@fluendo.com>
10743
10744         * gst-libs/gst/rtp/gstrtpbuffer.h:
10745         Add some more fixed payloads.
10746
10747 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
10748
10749         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
10750           Error out properly if we get an error from libogg while reading the
10751           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
10752
10753 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
10754
10755         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
10756           Don't leak mutex.
10757
10758         * tests/check/elements/playbin.c:
10759         (test_sink_usage_video_only_stream),
10760         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
10761         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
10762         (test_missing_suburisource_handler),
10763         (test_missing_primary_decoder), (playbin_suite):
10764           Run all tests once with decodebin and once with decodebin2.
10765           One test does not pass yet with decodebin2.
10766
10767 2007-01-23  Edward Hervey  <edward@fluendo.com>
10768
10769         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
10770         Fix the cases where oggmux doesn't properly figure out that all
10771         sinkpads have gone EOS, and therefore doesn't push out the remaining
10772         buffers and the final EOS event.
10773         Fixes #363379
10774
10775 2007-01-23  Julien MOUTTE  <julien@moutte.net>
10776
10777         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10778         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10779         Don't lock on navigation event push, just on keysym to string.
10780         Fixes #397673 again.
10781
10782 2007-01-22  Edward Hervey  <edward@fluendo.com>
10783
10784         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
10785         (get_current_group), (group_demuxer_event_probe),
10786         (gst_decode_group_expose), (deactivate_free_recursive),
10787         (gst_decode_group_free):
10788         Cleanups.
10789         Don't forget to emit 'no-more-pads' once a group is exposed.
10790         Cleanup elements from a DecodeGroup once we remove it.
10791         Protect call to gst_decode_group_expose() with the decodebin lock.
10792
10793 2007-01-22  Julien MOUTTE  <julien@moutte.net>
10794
10795         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10796         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10797         Looking at Xorg code i can't figure out if that XKeysymToString
10798         function is thread sensible or not. Lock it just in case as
10799         recommended by Radek Doulik <rodo at ximian dot com>.
10800
10801 2007-01-22  Julien MOUTTE  <julien@moutte.net>
10802
10803         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10804         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10805         Lock that X Call as well. Fixes #397673.
10806
10807 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10808
10809         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
10810           Don't go into an endless loop if the file starts with 00 00 01 2X,
10811           like quicktime redirect files might. Fixes #396042.
10812
10813         * tests/check/Makefile.am:
10814         * tests/check/gst/.cvsignore:
10815         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
10816         (typefindfunctions_suite):
10817           Add unit test for the above.
10818
10819 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10820
10821         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10822           On second thought, use "depth" field rather than "bpp" field.
10823
10824 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10825
10826         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10827           Camtasia caps apparently need a bpp field (#398875).
10828
10829 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10830
10831         * gst/playback/gstplaybasebin.c: (setup_subtitle),
10832         (gen_source_element), (gst_play_base_bin_change_state):
10833           Attempt at a better error message in case we don't have the required
10834           URI handler installed; post missing-plugin message also when we're
10835           missing an URI handler for the subtitle URI; clean up properly also
10836           when an error occurs and we never made it to PAUSED state.
10837
10838         * tests/check/elements/playbin.c: (GST_START_TEST),
10839         (playbin_suite):
10840           Check that we're also getting a missing-plugin messsage for a
10841           missing subtitle URI handler (and clean up properly).
10842
10843 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10844
10845         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
10846           Plug a few reference leaks.
10847
10848 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10849
10850         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
10851           Lower probability a bit if the marker isn't right at the start,
10852           to decrease the chance of false positives.
10853
10854 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10855
10856         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
10857           Small mpeg2 system stream typefinding improvement: make typefinder
10858           probe a bit into the stream instead of just looking for a marker
10859           at the beginning. Fixes #397810.
10860
10861 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
10862
10863         * gst/audioconvert/gstchannelmix.c:
10864           Remove compatibility cruft for prehistoric GLib versions.
10865
10866 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
10867
10868         * gst/playback/Makefile.am:
10869         * gst/playback/gstdecodebin.c: (close_pad_link):
10870         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
10871         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10872         (gst_play_base_bin_handle_message_func), (unknown_type):
10873           Let decodebin be the element to post missing-plugin messages for
10874           missing decoders (rather than playbin); make playbin implement
10875           GstBin::handle_message so we can suppress missing-plugin messages
10876           for types we're not handling on purpose (don't want to bring up an
10877           installer in those cases).
10878
10879 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
10880
10881         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10882         * gst-libs/gst/tag/gstvorbistag.c:
10883         (gst_tag_list_to_vorbiscomment_buffer):
10884         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
10885           Fix potentially unaligned access (#397207).
10886
10887 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
10888
10889         * tests/examples/seek/seek.c: (set_scale), (update_scale),
10890         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
10891         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
10892         (main):
10893           Allow to toggle looping while it plays. Fix callback prototype. Clean
10894           up code a bit more. Add copyright header.
10895
10896 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
10897
10898         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
10899           Red and blue mask was swapped (spotted by Dan Williams).
10900
10901 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
10902
10903         * gst-libs/gst/tag/gstid3tag.c:
10904         * gst-libs/gst/tag/gstvorbistag.c:
10905           Use new beats-per-minute tag from core.
10906
10907 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
10908
10909         * po/POTFILES.in:
10910           Add new files with translatable strings, so they actually make it
10911           into the template file one day.
10912
10913 2007-01-12  Andy Wingo  <wingo@pobox.com>
10914
10915         * gst-libs/gst/audio/gstbaseaudiosink.c
10916         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
10917         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
10918         stuff, as the base class handles this now. Actually tell the ring
10919         buffer to start.
10920         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
10921         How did this work before? Maybe I'm not as awesome a programmer as
10922         I think.
10923
10924         * gst-libs/gst/audio/gstbaseaudiosrc.c
10925         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
10926         of a pad function.
10927
10928 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
10929
10930         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
10931           Remove more fields so that the application can better blacklist
10932           formats that have been tried before.
10933
10934 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
10935
10936         * gst-libs/gst/audio/mixerutils.h:
10937           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
10938           used when compiling with c++ compilers as well.
10939
10940 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
10941
10942         * gst/typefind/gsttypefindfunctions.c:
10943           Fix comment.
10944
10945 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
10946
10947         * gst/playback/gstplaybin.c: (post_missing_element_message),
10948         (gen_video_element), (gen_text_element), (gen_audio_element),
10949         (gen_vis_element):
10950           Post missing-plugin messages also when we error out because
10951           converters, textoverlay or auto*sinks are missing (#161922).
10952
10953 2007-01-10  Wim Taymans  <wim@fluendo.com>
10954
10955         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
10956         (is_demuxer_element), (new_caps):
10957         * gst/playback/gstplaybasebin.c: (source_new_pad):
10958         Fix the case where we try to ref a NULL element when we delay a link
10959         because of unfixed caps.
10960         Set the state of autoplugged decodebins to PAUSED.
10961         RTSP now works in playbin, we can remove it from the blacklist.
10962
10963 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
10964
10965         * gst/playback/Makefile.am:
10966         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
10967         (unknown_type), (setup_subtitle), (gen_source_element):
10968         * gst/playback/gstplaybin.c: (plugin_init):
10969           Post missing-plugin messages on the bus for missing sources and
10970           missing decoders/demuxers/depayloaders; fix error code used when
10971           we're missing an URI handler source; for media types that we are not
10972           handling on purpose at the moment, don't print "don't know how to
10973           handle xyz" messages to the terminal or post missing-plugin
10974           messages on the bus.
10975
10976         * tests/check/elements/playbin.c: (create_playbin),
10977         (GST_START_TEST), (gst_codec_src_uri_get_type),
10978         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
10979         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
10980         (gst_codec_src_init_type), (gst_codec_src_base_init),
10981         (gst_codec_src_create), (gst_codec_src_class_init),
10982         (gst_codec_src_init), (plugin_init), (playbin_suite):
10983           Add some tests for the missing-plugin stuff.
10984
10985 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
10986
10987         * configure.ac:
10988         * gst-libs/gst/Makefile.am:
10989         * gst-libs/gst/utils/Makefile.am:
10990         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
10991         * gst-libs/gst/utils/base-utils.h:
10992         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
10993         (find_format_info), (caps_are_rtp_caps),
10994         (gst_base_utils_get_source_description),
10995         (gst_base_utils_get_sink_description),
10996         (gst_base_utils_get_decoder_description),
10997         (gst_base_utils_get_encoder_description),
10998         (gst_base_utils_get_element_description),
10999         (gst_base_utils_add_codec_description_to_tag_list),
11000         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
11001         * gst-libs/gst/utils/descriptions.h:
11002         * gst-libs/gst/utils/missing-plugins.c:
11003         (missing_structure_get_type), (copy_and_clean_caps),
11004         (gst_missing_uri_source_message_new),
11005         (gst_missing_uri_sink_message_new),
11006         (gst_missing_element_message_new),
11007         (gst_missing_decoder_message_new),
11008         (gst_missing_encoder_message_new),
11009         (missing_structure_get_string_detail),
11010         (missing_structure_get_caps_detail),
11011         (gst_missing_plugin_message_get_installer_detail),
11012         (gst_missing_plugin_message_get_description),
11013         (gst_is_missing_plugin_message):
11014         * gst-libs/gst/utils/missing-plugins.h:
11015           API: add new libgstbaseutils library with functions
11016           - to create and parse missing-plugins messages
11017           - that provide (translated) descriptions for caps/decoders/sources/etc.
11018           Closes #392393.
11019
11020         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
11021         * pkgconfig/gstreamer-plugins-base.pc.in:
11022           Add new lib.
11023
11024         * docs/libs/gst-plugins-base-libs-docs.sgml:
11025         * docs/libs/gst-plugins-base-libs-sections.txt:
11026           Generate docs for new lib and API.
11027
11028         * tests/check/Makefile.am:
11029         * tests/check/libs/.cvsignore:
11030         * tests/check/libs/utils.c: (missing_msg_check_getters),
11031         (GST_START_TEST), (libgstbaseutils_suite):
11032           Add some basic unit tests.
11033
11034 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11035
11036         * ext/ogg/Makefile.am:
11037           Dist gstoggdemux.h to fix 'make distcheck'.
11038
11039         * sys/v4l/Makefile.am:
11040           Fix 'make distcheck' even more.
11041
11042 2007-01-09  Wim Taymans  <wim@fluendo.com>
11043
11044         * docs/plugins/Makefile.am:
11045         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11046         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11047         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
11048         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
11049         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
11050         (gst_ogg_demux_perform_seek):
11051         * ext/ogg/gstoggdemux.h:
11052         Added docs.
11053         Add some more comments.
11054         Small cleanups.
11055
11056 2007-01-09  Wim Taymans  <wim@fluendo.com>
11057
11058         * ext/theora/theoradec.c:
11059         * ext/vorbis/vorbisdec.c:
11060         * gst-libs/gst/audio/gstringbuffer.c:
11061         (gst_ring_buffer_commit_full):
11062         * gst-libs/gst/audio/gstringbuffer.h:
11063         * gst-libs/gst/rtp/gstrtpbuffer.c:
11064         * gst-libs/gst/tag/gstvorbistag.c:
11065         Small documentation updates/fixes
11066
11067 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11068
11069         * configure.ac:
11070           Require core CVS HEAD for Andy's basesrc/sink API additions.
11071
11072 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11073
11074         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
11075
11076         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
11077         (plugin_init):
11078           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
11079           on flac.sf.net (there appear to be other versions of the first
11080           ogg page in the wild) (#391365).
11081
11082 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11083
11084         * configure.ac:
11085           Check if localtime_r() is available.
11086
11087         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
11088           If localtime_r() is not available, fall back to localtime(). Should
11089           fix build on MingW (#393310).
11090
11091 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11092
11093         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
11094         * gst/subparse/gstsubparse.h:
11095           Remove spurious 1000 subtrahend when calculating the timestamp from
11096           the frame number and the frame rate . Also, use the frames/second
11097           value specified in the first line of the file, if one is specified
11098           there. Should fix #357503.
11099
11100         * tests/check/elements/subparse.c: (do_test),
11101         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
11102         (subparse_suite):
11103           Add some basic unit tests for the microdvd subtitle format.
11104
11105 2007-01-07  Julien MOUTTE  <julien@moutte.net>
11106
11107         Patch by: Young-Ho Cha <ganadist at chollian dot net>
11108
11109         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11110         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
11111         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
11112         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
11113         (gst_xvimagesink_set_xwindow_id),
11114         (gst_xvimagesink_set_event_handling),
11115         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
11116         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
11117         Fixes: #390076.
11118         Add an adaptor property to select a specific XV adaptor.
11119         * sys/xvimage/xvimagesink.h:
11120
11121 2007-01-07  Julien MOUTTE  <julien@moutte.net>
11122
11123         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
11124         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
11125         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
11126         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
11127         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
11128         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
11129         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11130         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
11131         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
11132         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
11133         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
11134         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
11135         Use flow_lock much more to protect every access to xwindow.
11136         Try to catch erros while creating images in case some drivers are
11137         just generating an XError when the requested image is too big.
11138         Should fix : #354698, #384008, #384060.
11139         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
11140         Implement some stress testing of setting window xid.
11141
11142 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
11143
11144         * win32/common/libgsaudio.def:
11145           Add new exported function.
11146         * win32/common/libgstogg.dsp:
11147           Add gstoggaviparse.c to the build.
11148         * win32/common/libgstvideoscale.dsp:
11149           Add vs_4tap.c to the build.
11150         * win32/common/libgstvorbis.dsp:
11151           Add vorbistag.c to the build.
11152         
11153 2007-01-06  Andy Wingo  <wingo@pobox.com>
11154
11155         * gst-libs/gst/audio/gstbaseaudiosink.c
11156         (gst_base_audio_sink_class_init)
11157         (gst_base_audio_sink_init): 
11158         (gst_base_audio_sink_activate_pull): Add an activate_pull function
11159         to baseaudiosink, and tell basesink that we can work in pull mode.
11160         This way the ring buffer thread drives the pipeline directly, if
11161         pull mode is possible. There is some lingering nastiness regarding
11162         capsnego, however.
11163         (gst_base_audio_sink_callback): Implement the callback to pull
11164         data. This interface is a bit light, though -- it should get a
11165         GstFlowReturn return value at least.
11166
11167 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11168
11169         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
11170         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11171         * gst/playback/gstdecodebin2.c:
11172         (gst_decode_group_check_if_blocked):
11173           Printf format and missing argument fixes.
11174
11175 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
11176
11177         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
11178         (gst_ogm_parse_change_state):
11179         Activate pads before adding them to the element.
11180
11181 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11182
11183         * tests/examples/seek/scrubby.c: (main):
11184         * tests/examples/seek/seek.c: (main):
11185           Call g_thread_init() first thing in main() (see #391278).
11186
11187 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11188
11189         * tests/check/Makefile.am:
11190         * tests/check/libs/.cvsignore:
11191         * tests/check/libs/netbuffer.c: (GST_START_TEST),
11192         (netbuffer_suite):
11193           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
11194           for the time being, since it's broken, see #393099.
11195
11196 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11197
11198         * tests/check/Makefile.am:
11199           Update to use GST_PLUGINS_BASE_CFLAGS as well.
11200
11201 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
11202
11203         * configure.ac:
11204           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
11205           so that GST_BASE_CFLAGS can go inbetween them, making sure
11206           we use uninstalled gst-libs headers
11207         * docs/libs/Makefile.am:
11208         * ext/alsa/Makefile.am:
11209         * ext/cdparanoia/Makefile.am:
11210         * ext/gnomevfs/Makefile.am:
11211         * ext/libvisual/Makefile.am:
11212         * ext/ogg/Makefile.am:
11213         * ext/theora/Makefile.am:
11214         * ext/vorbis/Makefile.am:
11215         * gst-libs/gst/audio/Makefile.am:
11216         * gst-libs/gst/cdda/Makefile.am:
11217         * gst-libs/gst/interfaces/Makefile.am:
11218         * gst-libs/gst/riff/Makefile.am:
11219         * gst-libs/gst/rtp/Makefile.am:
11220         * gst-libs/gst/tag/Makefile.am:
11221         * gst/adder/Makefile.am:
11222         * gst/audioconvert/Makefile.am:
11223         * gst/audiorate/Makefile.am:
11224         * gst/audioresample/Makefile.am:
11225         * gst/playback/Makefile.am:
11226         * gst/tcp/Makefile.am:
11227         * gst/videoscale/Makefile.am:
11228         * gst/volume/Makefile.am:
11229         * sys/ximage/Makefile.am:
11230         * sys/xvimage/Makefile.am:
11231         * tests/icles/Makefile.am:
11232           adapt
11233
11234 2007-01-04  Julien MOUTTE  <julien@moutte.net>
11235
11236         * gst-libs/gst/interfaces/xoverlay.c:
11237         (gst_x_overlay_handle_events):
11238         * gst-libs/gst/interfaces/xoverlay.h:
11239         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
11240         (gst_ximagesink_set_xwindow_id),
11241         (gst_ximagesink_set_event_handling),
11242         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
11243         (gst_ximagesink_get_property), (gst_ximagesink_init),
11244         (gst_ximagesink_class_init):
11245         * sys/ximage/ximagesink.h:
11246         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
11247         (gst_xvimagesink_set_xwindow_id),
11248         (gst_xvimagesink_set_event_handling),
11249         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
11250         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
11251         (gst_xvimagesink_class_init):
11252         * sys/xvimage/xvimagesink.h:
11253         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
11254         Add a method to the XOverlay interface to allow disabling of 
11255         event handling in x[v]imagesink elements. This will let X events
11256         propagate to parent windows which can be usefull in some cases.
11257         Be carefull that the application is then responsible of pushing
11258         navigation events and expose events to the video sink.
11259         Fixes: #387138.
11260
11261 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
11262
11263         * gst-libs/gst/tag/gstvorbistag.c:
11264         * tests/check/libs/tag.c: (GST_START_TEST):
11265           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
11266           (fixes #392070).
11267
11268 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
11269
11270         * configure.ac:
11271         * docs/Makefile.am:
11272         * docs/design/Makefile.am:
11273           Dist design docs.
11274
11275 2006-12-27  Julien MOUTTE  <julien@moutte.net>
11276
11277         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
11278         typo. Fixes: #390063.
11279
11280 2006-12-27  Julien MOUTTE  <julien@moutte.net>
11281
11282         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11283         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
11284         caps leak.
11285         * win32/common/config.h: Updated.
11286
11287 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
11288
11289         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
11290         (setup_gdpdepay_streamheader):
11291         * tests/check/elements/gdppay.c: (cleanup_gdppay),
11292         (setup_gdppay_streamheader):
11293           Fix the dp tests, but activating the pads for the streamheader tests
11294           too and cleaning up conditionaly
11295
11296 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
11297
11298         * gst/ffmpegcolorspace/avcodec.h:
11299         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11300         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
11301         (gst_ffmpegcsp_avpicture_fill):
11302         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
11303         (img_get_alpha_info):
11304         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
11305         other end of the word. Fixes: #387073.
11306
11307         Add some inconsequential branch hints in a couple of places.
11308
11309 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
11310
11311         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11312         (gst_ffmpeg_caps_to_smpfmt):
11313           The "signed" field in raw audio caps is of boolean type, trying to
11314           extract the value with _get_int() will fail (fix to keep in sync with
11315           the copy in gst-ffmpeg)
11316
11317 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
11318
11319         * tests/check/elements/audioresample.c: (cleanup_audioresample):
11320         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
11321         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
11322         (cleanup_gdpdepay):
11323         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
11324         * tests/check/elements/subparse.c: (teardown_subparse):
11325         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
11326         * tests/check/elements/videorate.c: (cleanup_videorate):
11327         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
11328         * tests/check/elements/volume.c: (cleanup_volume):
11329         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
11330         (cleanup_vorbisdec):
11331         * tests/check/elements/vorbistag.c: (setup_vorbistag),
11332         (cleanup_vorbistag):
11333           consistent pad (de)activation
11334
11335 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
11336
11337         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11338           Forgot to register the extensions.
11339
11340 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
11341
11342         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
11343         (plugin_init):
11344           Add typefinder for VIVO files (my christmas present to the 90s).
11345
11346 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11347
11348         * gst/playback/gstdecodebin.c: (type_found):
11349           Special-case the text/plain media type: we only want to recognise it
11350           as a 'raw' decoded media type if it comes from a demuxer or subtitle
11351           parser, but not if the entire stream is of text/plain type. If the
11352           entire stream is text/plain, we should just error out.
11353
11354           This fixes playback of audio files with lyrics in totem. Totem can't
11355           distinguish between text files and subtitle files and passes any
11356           .txt file with the same basename as the main file to playbin as
11357           suburi, and playbin will then throw a 'subtitle found, but no video
11358           stream' error, which isn't entirely helpful. See #380342.
11359
11360           Also, with this change we'll show a slightly more correct error
11361           message in case totem passes a playlist file to us (although a
11362           custom error message wording instead of the default text would
11363           probably not be a bad idea either).
11364
11365           Same problem also needs to be fixed for playbin+decodebin2.
11366
11367         * tests/check/Makefile.am:
11368         * tests/check/elements/decodebin.c: (src_handoff_cb),
11369         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
11370         (decodebin_suite):
11371           Add simple unit test for decodebin for the above.
11372
11373 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11374
11375         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
11376         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
11377           Refuse to change state to READY when we failed to create any of the
11378           required elements in our instance init function.
11379
11380 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
11381
11382         * docs/libs/gst-plugins-base-libs-sections.txt:
11383           Small docs fixes/updates.
11384
11385         * gst-libs/gst/video/gstvideosink.h:
11386           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
11387           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
11388           removed from the base sink API between 0.9.6 and 0.9.7).
11389           API: add GST_VIDEO_SINK_CAST and use it for the height/width
11390           accessor macros, so we don't do a runtime GObject type check every
11391           time we use them.
11392
11393 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11394
11395         * Makefile.am:
11396         * gst-plugins-base.doap:
11397         * gst-plugins-base.spec.in:
11398           add doap file
11399
11400 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
11401
11402         Patch by: Jens Granseuer <jensgr at gmx net>
11403
11404         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
11405         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11406         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
11407         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
11408         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
11409           Declare variables at the beginning of a block. Fixes #383195.
11410
11411 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
11412
11413         * configure.ac:
11414         Bump version nano - back to CVS.
11415
11416
11417 === release 0.10.11 ===
11418
11419 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
11420
11421         * configure.ac:
11422           releasing 0.10.11, "Dumb things"
11423
11424 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
11425
11426         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
11427         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
11428         Handle the case where an element has multiple pads with 
11429         unfixed caps as well as still possibly producing more dynamic 
11430         pads by storing each case as a distinct entry in the dynamic list.
11431         Fixes #38223 again.
11432
11433 2006-12-04  Wim Taymans  <wim@fluendo.com>
11434
11435         * gst/playback/gstdecodebin.c: (close_pad_link):
11436         Fix #382223, add more dynamic caps handling.
11437
11438 2006-12-04  Wim Taymans  <wim@fluendo.com>
11439
11440         * gst-libs/gst/audio/gstringbuffer.h:
11441         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
11442         (gst_netaddress_set_ip4_interface),
11443         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
11444         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
11445         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
11446         (gst_netaddress_get_ttl):
11447         * gst-libs/gst/netbuffer/gstnetbuffer.h:
11448         * gst/playback/gstdecodebin.c: (close_pad_link):
11449         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
11450         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
11451         * win32/common/config.h:
11452
11453 2006-12-01  Michael Smith  <msmith@fluendo.com>
11454
11455         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
11456           Delete bad debug code.
11457           Fixes #381219
11458
11459 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
11460
11461         * gst/videoscale/vs_4tap.c:
11462         * win32/MANIFEST:
11463         * win32/common/config.h:
11464         * win32/vs8/libgstvideoscale.vcproj:
11465         Fix compilation on win32 under VS8
11466         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
11467         Partially fixes #381175
11468
11469 2006-11-30  Michael Smith  <msmith@fluendo.com>
11470
11471         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11472         (GST_START_TEST):
11473           It would be very bad if, after a discont buffer, we thought every
11474           single following buffer was also discont. So, add to the test to
11475           ensure that this isn't the case.
11476           
11477         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
11478           ... it was the case. So fix it.
11479
11480 2006-11-28  Wim Taymans  <wim@fluendo.com>
11481
11482         * gst/playback/gstplaybasebin.c: (check_queue_event):
11483         Improve debug.
11484
11485         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
11486         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
11487         padtemplate caps. Refixes #357577.
11488
11489 2006-11-28  Wim Taymans  <wim@fluendo.com>
11490
11491         * gst/playback/gstplaybasebin.c: (check_queue_event),
11492         (queue_threshold_reached), (queue_out_of_data),
11493         (gen_preroll_element):
11494         Add event probe to see when EOS is in a queue and we can disable the
11495         underrun signals. Fixes #357577.
11496
11497 2006-11-28  Edward Hervey  <edward@fluendo.com>
11498
11499         * gst/playback/Makefile.am:
11500         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
11501         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
11502         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
11503         (gst_decode_bin_init), (gst_decode_bin_dispose),
11504         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
11505         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
11506         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
11507         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
11508         (connect_element), (expose_pad), (type_found),
11509         (pad_added_group_cb), (pad_removed_group_cb),
11510         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
11511         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
11512         (are_raw_caps), (multi_queue_overrun_cb),
11513         (multi_queue_underrun_cb), (gst_decode_group_new),
11514         (get_current_group), (group_demuxer_event_probe),
11515         (gst_decode_group_control_demuxer_pad),
11516         (gst_decode_group_control_source_pad),
11517         (gst_decode_group_check_if_blocked),
11518         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
11519         (gst_decode_group_hide), (gst_decode_group_free),
11520         (gst_decode_group_set_complete), (source_pad_blocked_cb),
11521         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
11522         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
11523         (plugin_init):
11524         New decodebin2 element.
11525         Closes #370092
11526         * gst/playback/gstplay-marshal.list:
11527         Added marshallers for new signals in decodebin2
11528         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
11529         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
11530         is set.
11531
11532 2006-11-28  Wim Taymans  <wim@fluendo.com>
11533
11534         * gst/playback/gstplaybasebin.c: (setup_source),
11535         (gst_play_base_bin_change_state):
11536         Disable rtsp:// uris for the release, it's not good enough yet.
11537         Remove unused var.
11538
11539 2006-11-26  Wim Taymans  <wim@fluendo.com>
11540
11541         * ext/theora/theoradec.c: (gst_theora_dec_reset),
11542         (theora_dec_push_forward), (theora_dec_push_reverse),
11543         (theora_handle_data_packet), (theora_dec_decode_buffer),
11544         (theora_dec_flush_decode), (theora_dec_chain_reverse),
11545         (theora_dec_chain_forward), (theora_dec_chain):
11546         Implement reverse playback.
11547
11548         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
11549         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
11550         (vorbis_dec_chain_forward):
11551         Clear buffers used for reverse playback in _reset.
11552         No need to set the eos flag, we clip samples using the segment.
11553
11554 2006-11-24  Wim Taymans  <wim@fluendo.com>
11555
11556         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
11557         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
11558         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
11559         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
11560         Some cleanups.
11561         Handle continued pages in reverse mode.
11562
11563 2006-11-24  Wim Taymans  <wim@fluendo.com>
11564
11565         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
11566         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
11567         (vorbis_dec_flush_decode):
11568         Small cleanups.
11569         Don't try to add invalid timestamps.
11570         Clipping will unref the buffer.
11571
11572 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11573
11574         * gst/adder/gstadder.h:
11575         * gst/audiotestsrc/gstaudiotestsrc.h:
11576           remove obsolete _factory_init protos
11577
11578 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11579
11580         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
11581           Fix spacing in debug message.
11582
11583 2006-11-23  Wim Taymans  <wim@fluendo.com>
11584
11585         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
11586         (gst_ogg_demux_chain):
11587         Don't just ignore return values from _pad_push().
11588         Small debug improvements.
11589
11590 2006-11-23  Michael Smith  <msmith@fluendo.com>
11591
11592         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
11593           If our incoming buffer is marked as DISCONT, then increment the page
11594           number (so that the discontinuity is marked in the final ogg
11595           bitstream) and flush the previous page.
11596
11597 2006-11-22  Michael Smith  <msmith@fluendo.com>
11598
11599         * ext/theora/gsttheoraenc.h:
11600         * ext/theora/theoraenc.c: (gst_theora_enc_init),
11601         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
11602         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
11603         (theora_enc_chain), (theora_enc_change_state):
11604           Mark discontinuities of > 3/4 of a frame, reinit encoder.
11605
11606         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11607         (GST_START_TEST), (theoraenc_suite):
11608           Enable discontinuity test, fix it.
11609
11610 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11611
11612         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
11613         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
11614         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
11615         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
11616         (gst_text_overlay_change_state):
11617         * ext/pango/gsttextoverlay.h:
11618           Some textoverlay fixes: for one, in the video chain function,
11619           actually wait for a text buffer to come in if there is none at the
11620           moment and there should be one; also, deal more gracefully with
11621           incoming buffers that do not have a timestamp or duration; discard
11622           text buffer when not needed any longer. Fixes #341681.
11623
11624         * tests/check/Makefile.am:
11625         * tests/check/elements/.cvsignore:
11626         * tests/check/elements/textoverlay.c:
11627         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
11628         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
11629         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
11630         (test_video_waits_for_text_send_text_newsegment_thread),
11631         (test_video_waits_for_text_shutdown_element),
11632         (test_render_continuity_push_video_buffers_thread),
11633         (textoverlay_suite):
11634           Add some unit tests for textoverlay.
11635
11636 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11637
11638         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
11639           Avoid integer underflow when the found probability for mp3 is
11640           smaller than the 'penalty' we subtract if there's not a clean
11641           mp3 header sync at offset 0.
11642
11643 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
11644
11645         * docs/libs/gst-plugins-base-libs-sections.txt:
11646           Add some new symbols to the docs
11647
11648 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
11649
11650         * tests/check/Makefile.am:
11651         * tests/check/elements/ffmpegcolorspace.c:
11652         (ffmpegcolorspace_suite):
11653           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
11654           (for now not for valgrinding though, since it takes too long).
11655
11656 2006-11-20  Wim Taymans  <wim@fluendo.com>
11657
11658         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11659         (gst_ffmpeg_pixfmt_to_caps):
11660         Fix RGBA32 caps. Fixes #357038.
11661
11662 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
11663
11664         * gst-libs/gst/interfaces/mixertrack.h:
11665           Add FIXME so we can add some padding here in 0.11
11666
11667 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
11668
11669         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
11670           Fix GstBaseRTPAudioPayload structure so the whole GObject
11671           inheritance business actually works (parent class instance structure
11672           must always come first in the derived class instance structure).
11673
11674 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
11675
11676         * gst/videotestsrc/Makefile.am:
11677         * tests/check/Makefile.am:
11678           Make sure our checks and the videotestsrc plugin link against the
11679           local uninstalled gst libs and not any installed gst libs that
11680           might happen to exist as well.
11681
11682         * tests/check/elements/adder.c: (message_received),
11683         (test_event_message_received), (test_play_twice_message_received):
11684         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
11685           Fix compiler warnings when compiling against core with disabled
11686           debugging system.
11687
11688 2006-11-16  Michael Smith  <msmith@fluendo.com>
11689
11690         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
11691         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
11692           Fix audiorate, so that it accurately sets offsets and timestamps.
11693           Doesn't change the fundamental algorithmic decisions; so should be
11694           safe.
11695
11696         * tests/check/Makefile.am:
11697           Enable audiorate test now that it passes.
11698
11699 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
11700
11701         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
11702           clear xv when going to NULL, remove // commented non-existant proto
11703
11704         * tests/examples/seek/seek.c: (main):
11705           add missing tooltip description for scrub and play_scrub
11706
11707 2006-11-14  David Schleef  <ds@schleef.org>
11708
11709         * configure.ac:
11710           Bump liboil requirement to 0.3.8.
11711         * gst-libs/gst/riff/riff-media.c:
11712           Add Dirac fourcc.
11713         * gst/videoscale/vs_image.h:
11714         * gst/videoscale/vs_scanline.h:
11715           Use liboil's stdint.h.
11716         * gst/videotestsrc/videotestsrc.c:
11717           Remove liboil related ifdef's, since they aren't needed now, and
11718           won't work with future versions.
11719
11720 2006-11-14  David Schleef  <ds@schleef.org>
11721
11722         * gst/videoscale/Makefile.am:
11723         * gst/videoscale/gstvideoscale.c:
11724         * gst/videoscale/gstvideoscale.h:
11725         * gst/videoscale/vs_4tap.c:
11726         * gst/videoscale/vs_4tap.h:
11727         * gst/videoscale/vs_image.c:
11728         * gst/videoscale/vs_image.h:
11729         * gst/videoscale/vs_scanline.c:
11730         * gst/videoscale/vs_scanline.h:
11731           Add a 4-tap image scaler.  Theoretically looks much prettier.
11732           The tap calculation could use some improvement.
11733
11734 2006-11-14  Wim Taymans  <wim@fluendo.com>
11735
11736         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
11737
11738         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
11739         (gst_riff_parse_strf_iavs):
11740         * gst/subparse/gstsubparse.c: (convert_encoding):
11741         * gst/tcp/gstmultifdsink.c:
11742         (gst_multi_fd_sink_handle_client_write):
11743         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
11744         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
11745         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
11746         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
11747         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
11748         (gst_ximagesink_ximage_new):
11749         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
11750         Various gsize and gssize printf fixes. Fixes #372507.
11751
11752 2006-11-13  Wim Taymans  <wim@fluendo.com>
11753
11754         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11755         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
11756         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
11757         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
11758         (vorbis_dec_chain_forward), (vorbis_dec_chain):
11759         * ext/vorbis/vorbisdec.h:
11760         First stab at vorbis reverse playback.
11761
11762 2006-11-13  Wim Taymans  <wim@fluendo.com>
11763
11764         * gst-libs/gst/audio/gstbaseaudiosink.c:
11765         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11766         * gst-libs/gst/audio/gstbaseaudiosink.h:
11767         Make the clock sync code more accurate wrt resampling and playback
11768         at different rates.
11769         
11770         * gst-libs/gst/audio/gstringbuffer.c:
11771         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
11772         * gst-libs/gst/audio/gstringbuffer.h:
11773         Use better algorithm to interpolate sample rates. 
11774
11775 2006-11-13  Michael Smith  <msmith@fluendo.com>
11776
11777         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
11778           Improve a debug line slightly.
11779
11780         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
11781           Call gst_riff_init() in plugin_init, to avoid getting errors from
11782           the debug system (unrelated changes to another plugin made this turn
11783           up; not sure why).
11784
11785 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
11786
11787         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
11788
11789         * win32/common/libgsttag.def:
11790           Add missing symbol (#366492).
11791
11792 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
11793
11794         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
11795           Don't unref a NULL pad.
11796
11797 2006-11-09  Wim Taymans  <wim@fluendo.com>
11798
11799         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
11800         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
11801         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
11802         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
11803         (gst_ogg_demux_loop):
11804         Implement first stab at reverse playback.
11805
11806 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
11807
11808         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11809         (gst_riff_create_video_template_caps):
11810           add h263/h264 variants to the caps, Fixes #363118
11811
11812 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
11813
11814         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
11815         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
11816           Use g_strerror instead of strerror so we get UTF-8.
11817
11818 2006-11-03  David Schleef  <ds@schleef.org>
11819
11820         * ext/ogg/gstoggdemux.c:
11821         * ext/ogg/gstoggmux.c:
11822           Add/remove KW-DIRAC header here, since it is ogg-specific.
11823
11824 2006-11-03  Michael Smith  <msmith@fluendo.com>
11825
11826         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
11827           Recognise more mpeg4 elementary video streams.
11828
11829 2006-11-02  Edward Hervey  <edward@fluendo.com>
11830
11831         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
11832         Lower the probability of mp3 typefinding functions if we don't find a
11833         valid mp3 header at the start of the file.
11834         Closes #369482
11835
11836 2006-11-02  Wim Taymans  <wim@fluendo.com>
11837
11838         * ext/theora/gsttheoradec.h:
11839         * ext/theora/theoradec.c: (gst_theora_dec_init),
11840         (theora_dec_sink_event), (theora_dec_chain_forward),
11841         (theora_dec_flush_decode), (theora_dec_chain_reverse),
11842         (theora_dec_chain):
11843         Document and partially implement an algorithm for doing reverse playback
11844         of theora video.
11845
11846 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
11847
11848         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
11849
11850         * win32/common/config.h:
11851         * win32/common/interfaces-enumtypes.c:
11852         * win32/common/libgsttag.def:
11853         * win32/vs8/gst-plugins-base.sln:
11854         * win32/vs8/libgstaudioresample.vcproj:
11855         * win32/vs8/libgstinterfaces.vcproj:
11856         * win32/vs8/libgstogg.vcproj:
11857         * win32/vs8/libgstriff.vcproj:
11858         * win32/vs8/libgsttag.vcproj:
11859         * win32/vs8/libgsttheora.vcproj:
11860         * win32/vs8/libgstvideoscale.vcproj:
11861         * win32/vs8/libgstvorbis.vcproj:
11862           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
11863           to libgsttag.def; add missing dependencies for some vs8 projects;
11864           re-arrange placement of .def files in vs8 projects (#366334).
11865
11866 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
11867
11868         * ext/ogg/gstogg.c:
11869           Remove unused variable.
11870
11871         * ext/ogg/gstoggdemux.c:
11872           Fix Wim's surname in plugin description.
11873
11874 2006-10-31  Wim Taymans  <wim@fluendo.com>
11875
11876         * gst-plugins-base.spec.in:
11877         spec new .h file. Fixes #368310.
11878
11879 2006-10-31  Michael Smith  <msmith@fluendo.com>
11880
11881         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
11882         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
11883         (gst_multi_fd_sink_get_stats),
11884         (gst_multi_fd_sink_remove_client_link),
11885         (gst_multi_fd_sink_queue_buffer),
11886         (gst_multi_fd_sink_handle_clients):
11887         * gst/tcp/gstmultifdsink.h:
11888           Make using the remove or clear signals threadsafe.
11889           Make calling get-stats with an invalid fd not segfault.
11890           Fixes 368273.
11891
11892 2006-10-31  Wim Taymans  <wim@fluendo.com>
11893
11894         * gst-libs/gst/rtp/Makefile.am:
11895         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11896         (gst_base_rtp_audio_payload_init):
11897         Fix and activate base audio payloader.
11898
11899 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
11900
11901         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
11902         (plugin_init):
11903           Add typefinder for QuickTime Image Files (see #366156).
11904
11905 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
11906
11907         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
11908           Another typo fix (#366212).
11909
11910 2006-10-27  Wim Taymans  <wim@fluendo.com>
11911
11912         * gst/volume/gstvolume.c: (volume_transform_ip):
11913         Use stream time to synchronize volume property instead of rather random
11914         timestamps. This is needed when gnonlin does its time shifting.
11915
11916 2006-10-27  Wim Taymans  <wim@fluendo.com>
11917
11918         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
11919
11920         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
11921         Remove the pad from the element in release_pad. Fixes #364812.
11922
11923 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
11924
11925         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
11926         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
11927           Explicitly create our custom buffer classes at a thread-safe
11928           location as well, since g_type_class_ref() doesn't seem to be
11929           entirely thread-safe either (#365501; also see #349410).
11930
11931 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
11932
11933         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
11934         (gst_riff_parse_info):
11935           If strings in INFO chunk are not UTF-8, do something similar to
11936           what we do for ID3v1 tags: check a number of environment variables
11937           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
11938           character sets to try, otherwise try the current locale and/or fall
11939           back on ISO-8859-1. Fixes #360552.
11940
11941 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
11942
11943         * gst/videotestsrc/gstvideotestsrc.c:
11944         (gst_video_test_src_pattern_get_type),
11945         (gst_video_test_src_set_pattern):
11946         * gst/videotestsrc/gstvideotestsrc.h:
11947         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
11948         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
11949         (gst_video_test_src_checkers8):
11950         * gst/videotestsrc/videotestsrc.h:
11951           Add a bunch of exciting new checkers patterns.
11952
11953 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
11954
11955         * gst/subparse/Makefile.am:
11956         * gst/subparse/gstsubparse.c:
11957         (gst_sub_parse_data_format_autodetect),
11958         (gst_sub_parse_format_autodetect), (handle_buffer),
11959         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
11960         * gst/subparse/gstsubparse.h:
11961         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
11962         (parse_tmplayer):
11963         * gst/subparse/tmplayerparse.h:
11964           Add support for TMPlayer-type subtitles (#362845).
11965
11966         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
11967         (GST_START_TEST), (subparse_suite):
11968           Add some basic unit tests for the above.
11969
11970 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
11971
11972         * tests/check/elements/audiorate.c: (test_injector_base_init),
11973         (test_injector_class_init), (test_injector_chain),
11974         (test_injector_init), (probe_cb), (do_perfect_stream_test),
11975         (GST_START_TEST), (audiorate_suite):
11976           More tests for audiorate: inject buffers to check behaviour when
11977           buffers overlap.
11978
11979 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
11980
11981         * tests/check/Makefile.am:
11982         * tests/check/elements/.cvsignore:
11983         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
11984         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
11985           Add some basic unit tests for audiorate. Disabled at the moment
11986           since it doesn't pass yet (see bug #363119).
11987
11988 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11989
11990         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
11991         (parse_subrip), (handle_buffer):
11992           Add missing closing tags for markup and fix broken markup,
11993           otherwise pango won't render anything (fixes #357531). Also,
11994           make sure the text we send out is always NUL-terminated
11995           (better safe than sorry etc.).
11996
11997         * tests/check/elements/subparse.c: (test_srt_do_test),
11998         (test_srt):
11999           Some more tests for .srt incl. tests for the above stuff.
12000
12001 2006-10-20  Julien MOUTTE  <julien@moutte.net>
12002
12003         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
12004         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
12005         Patch by: Stefan Kost  <ensonic@users.sf.net>
12006         Try to redraw borders only when needed. Apparently this consumes
12007         resources on small devices... :-O (#363607)
12008
12009 2006-10-20  Michael Smith  <msmith@fluendo.com>
12010
12011         * gst/tcp/gstmultifdsink.c:
12012         (gst_multi_fd_sink_client_queue_buffer):
12013           If caps change, then update the client's idea of the caps so that we
12014           don't end up re-sending streamheaders for every single buffer after
12015           the caps change.
12016
12017 2006-10-20  Michael Smith  <msmith@fluendo.com>
12018
12019         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
12020         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
12021           Set caps on pushed buffers; fix up refcounting of caps objects.
12022
12023 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
12024
12025         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
12026         (plugin_init):
12027           Typefind mmsh header data packet to application/x-mmsh (#362625).
12028
12029 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
12030
12031         * tests/check/Makefile.am:
12032         * tests/check/elements/.cvsignore:
12033         * tests/check/elements/subparse.c: (buffer_from_static_string),
12034         (setup_subparse), (teardown_subparse), (test_srt_do_test),
12035         (GST_START_TEST), (subparse_suite):
12036           Add very simple unit test for subparse.
12037
12038 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
12039
12040         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
12041         (parse_subrip):
12042           Strip trailing newlines from subtitle text output.
12043
12044 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12045
12046         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
12047         (gst_sub_parse_change_state):
12048           Fix memleak; clear subparse->textbuf n state change function.
12049
12050 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12051
12052         * gst/subparse/gstsubparse.c:
12053         (gst_sub_parse_data_format_autodetect):
12054           Don't require subrip (.srt) files to start with a chunk number of 1.
12055
12056 2006-10-18  Wim Taymans  <wim@fluendo.com>
12057
12058         * gst-libs/gst/audio/gstbaseaudiosink.c:
12059         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12060         * gst-libs/gst/audio/gstbaseaudiosink.h:
12061         Extract rate from the NEWSEGMENT event.
12062         Use commit_full to also take rate adjustment into account when writing
12063         samples to the ringbuffer.
12064         
12065         * gst-libs/gst/audio/gstringbuffer.c:
12066         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
12067         (gst_ring_buffer_read):
12068         * gst-libs/gst/audio/gstringbuffer.h:
12069         Added _commit_full() to also take rate into account.
12070         Use simple interpolation algorithm to resample audio.
12071         API: gst_ring_buffer_commit_full()
12072
12073         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
12074         * tests/examples/seek/seek.c: (segment_done):
12075         Don't try to seek with 0.0 rate, just pause instead.
12076         Remove bogus debug line.
12077
12078 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12079
12080         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
12081         (setup_source):
12082           Catch async errors when starting up the subtitle bin, so we can
12083           stop waiting and continue with the main film instead of hanging
12084           forever. Fixes #339366.
12085
12086         * tests/check/elements/playbin.c: (playbin_suite):
12087           Enable unit test for the above.
12088
12089 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12090
12091         * tests/check/Makefile.am:
12092         * tests/check/elements/.cvsignore:
12093         * tests/check/elements/playbin.c: (GST_START_TEST),
12094         (gst_red_video_src_uri_get_type),
12095         (gst_red_video_src_uri_get_protocols),
12096         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
12097         (gst_red_video_src_uri_handler_init),
12098         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
12099         (gst_red_video_src_create), (gst_red_video_src_class_init),
12100         (gst_red_video_src_init), (plugin_init), (playbin_suite):
12101           Some small and basic unit tests for playbin; not very useful yet,
12102           but at least a start.
12103
12104 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12105
12106         * gst/playback/gstplaybin.c: (setup_sinks):
12107           The old pad activation spiel.
12108
12109 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12110
12111         * gst/playback/gstplaybasebin.c: (setup_source):
12112           Don't hang forever if the subbin already fails to start up in 
12113           the state change to PAUSED (#339366).
12114
12115 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
12116
12117         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
12118         (gst_tuner_set_channel), (gst_tuner_get_channel),
12119         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
12120         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
12121         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
12122         (gst_tuner_find_channel_by_name):
12123           Fix some function guards, add some more function guards.
12124
12125 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
12126
12127         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
12128         (remove_element_chain):
12129         Don't return a pad from get_our_ghost_pad unless it is actually the
12130         one we want.
12131         Change a cast in remove_element_chain slightly.
12132
12133 2006-10-13  Julien MOUTTE  <julien@moutte.net>
12134
12135         * tests/examples/seek/seek.c: (do_seek), (start_seek),
12136         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
12137         Segment seeking needs to use the rate and set stop to -1.
12138
12139 2006-10-13  Wim Taymans  <wim@fluendo.com>
12140
12141         * gst-libs/gst/audio/gstbaseaudiosink.c:
12142         (gst_base_audio_sink_setcaps):
12143         Don't crash when ringbuffer is not yet created.
12144         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
12145         Fixes #361634.
12146
12147         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
12148         * gst/playback/gststreamselector.c:
12149         (gst_stream_selector_request_new_pad):
12150         Activate pads befre adding them to running elements.
12151
12152 2006-10-13  Julien MOUTTE  <julien@moutte.net>
12153
12154         * tests/examples/seek/seek.c: (do_seek), (start_seek),
12155         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
12156         updater when we start grabing the slider. Don't wait for the
12157         pipeline to be PAUSED.
12158
12159 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
12160
12161         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
12162         (gst_mixer_set_volume), (gst_mixer_get_volume),
12163         (gst_mixer_set_mute), (gst_mixer_set_option),
12164         (gst_mixer_get_option), (gst_mixer_mute_toggled),
12165         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
12166         (gst_mixer_option_changed):
12167           Guard mixer interface functions against bogus arguments.
12168
12169 2006-10-12  Julien MOUTTE  <julien@moutte.net>
12170
12171         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
12172         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
12173         (msg_state_changed), (main): Use state-changed messages to trigger
12174         start/stop of scale update timer. Indeed the scale slider was
12175         jumping here and there because the update timer was activated 
12176         before seek completed. This fixes instant applying of rate changes
12177         by pressing the spinbutton like a crazy man !
12178
12179 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
12180
12181         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
12182
12183         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
12184         (gst_basertppayload_finalize):
12185           Fix two small memory leaks (#361456).
12186
12187 2006-10-10  Julien MOUTTE  <julien@moutte.net>
12188
12189         * tests/examples/seek/seek.c: (do_seek),
12190         (rate_spinbutton_changed_cb): When changing spinbutton we try
12191         to change the rate on the fly.
12192
12193 2006-10-10  Wim Taymans  <wim@fluendo.com>
12194
12195         * gst-libs/gst/riff/riff-ids.h:
12196         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12197         (gst_riff_create_audio_template_caps):
12198         Add WMS caps.
12199
12200 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12201
12202         Patch by: Josep Torra Valles <josep@fluendo.com>
12203
12204         * ext/gnomevfs/gstgnomevfssink.c:
12205         * ext/gnomevfs/gstgnomevfssrc.c:
12206         Fix URI interface implementation return type.
12207         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
12208         Fix what looks like a copy/paste issue when assigning values.
12209         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
12210         (gst_audio_filter_template_get_type):
12211         Cast to prevent Forte warnings.
12212         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
12213         Fix URI interface implementation return type.
12214         gst_pad_query_position requires a signed integer pointer as
12215         3rd parameter, GstClockTime is unsigned.
12216         * gst/audioconvert/audioconvert.c:
12217         Fix integer overflow when treated as signed.
12218         * gst/audioresample/resample.c: (resample_add_input_data):
12219         Cast to prevent warnings on Forte.
12220         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
12221         Fix integer overflow when treated as signed.
12222         * gst/ffmpegcolorspace/imgconvert_template.h:
12223         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
12224         * gst/playback/gstdecodebin.c: (queue_filled_cb),
12225         (cleanup_decodebin):
12226         Who initialises a guint to -1!
12227         Cast function pointers to prevent warnings on Forte.
12228         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
12229         (queue_threshold_reached):
12230         Cast function pointers correctly to prevent warnings on Forte.
12231         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
12232         Cast function pointers correctly to prevent warnings on Forte.
12233         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
12234         Obvious change to unsigned, 0xEF > max signed char.
12235         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
12236         GstClockTime is unsigned, initialise correctly.
12237         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
12238         Cast so pointer arithemetic doesn't cause warnings on Forte.
12239         * gst/videorate/gstvideorate.c:
12240         Use correct return value.
12241         * tests/examples/seek/scrubby.c:
12242         GstClockTime is unsigned, initialise correctly.
12243
12244 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
12245
12246         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
12247
12248         * gst/typefind/gsttypefindfunctions.c:
12249           Recognise XML files and XML-like files shorter than 256 bytes as
12250           well (fixes #359237).
12251
12252 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
12253
12254         Patch by: Renato Filho <renato.filho@indt.org.br>
12255         
12256         * gst/typefind/gsttypefindfunctions.c:
12257         Added typefind functions to video/x-nuv media.
12258         
12259 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
12260
12261         * gst-libs/gst/interfaces/xoverlay.c:
12262         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
12263           Some more guards against invalid input.
12264
12265 2006-10-07  Julien MOUTTE  <julien@moutte.net>
12266
12267         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
12268         Useless goto.
12269         * tests/examples/seek/seek.c: (do_seek),
12270         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
12271         seek example to experiment with rates != 1.0 (reverse playback !)
12272
12273 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
12274
12275         * gst-libs/gst/interfaces/xoverlay.c:
12276           Unref message in doc-example (spotted by Robert McQueen)
12277
12278 2006-10-06  Wim Taymans  <wim@fluendo.com>
12279
12280         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12281         (mpeg1_parse_header), (mpeg1_sys_type_find):
12282         printf fix.
12283
12284 2006-10-06  Wim Taymans  <wim@fluendo.com>
12285
12286         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
12287         (close_pad_link):
12288         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
12289         Activate dynamic pads before adding them to the element.
12290
12291 2006-10-06  Michael Smith  <msmith@fluendo.com>
12292
12293         * gst-libs/gst/floatcast/floatcast.h:
12294           Fix obviously-bogus macros; use the correct types.
12295
12296 2006-10-06  Wim Taymans  <wim@fluendo.com>
12297
12298         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12299         (gst_base_rtp_depayload_change_state):
12300         Also call parent state change function to activate pads.
12301
12302         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12303         (mpeg1_parse_header), (mpeg1_sys_type_find):
12304         Add some more debug info in mpeg typefinding.
12305
12306 2006-10-06  Michael Smith  <msmith@fluendo.com>
12307
12308         * ext/theora/theoradec.c: (theora_dec_chain):
12309           Zero byte theora packets are valid and well-defined; don't warn on
12310           them.
12311
12312 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12313
12314         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
12315         (gst_multi_fd_sink_get_stats), (find_limits),
12316         (gst_multi_fd_sink_queue_buffer):
12317           API: add dropped_buffers to the get-stats GValueArray
12318
12319 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
12320
12321         * ext/alsa/gstalsadeviceprobe.c:
12322         (gst_alsa_device_property_probe_get_values):
12323         * ext/alsa/gstalsasink.c: (set_hwparams):
12324         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
12325         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
12326         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
12327         (gst_ogg_mux_process_best_pad):
12328         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
12329         (gst_ogg_parse_chain):
12330         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
12331         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12332         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
12333         (gst_vorbis_enc_buffer_check_discontinuous):
12334         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
12335         * gst-libs/gst/audio/gstbaseaudiosink.c:
12336         (gst_base_audio_sink_render):
12337         * gst-libs/gst/cdda/gstcddabasesrc.c:
12338         (gst_cdda_base_src_handle_track_seek):
12339         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12340         (gst_base_rtp_depayload_push_full):
12341         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
12342         * gst/audioresample/resample.c: (resample_input_pushthrough):
12343         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
12344         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12345         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12346         (wavpack_type_find):
12347         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
12348         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12349         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
12350         * tests/check/elements/volume.c: (GST_START_TEST):
12351           Printf format fixes.
12352
12353 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12354
12355         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
12356           Fix a simple mistake (see the docs)
12357           Fixes #359580
12358
12359 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12360
12361         * docs/plugins/Makefile.am:
12362         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12363         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12364         * docs/plugins/gst-plugins-base-plugins.args:
12365         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12366         * docs/plugins/inspect/plugin-adder.xml:
12367         * docs/plugins/inspect/plugin-alsa.xml:
12368         * docs/plugins/inspect/plugin-audioconvert.xml:
12369         * docs/plugins/inspect/plugin-audiorate.xml:
12370         * docs/plugins/inspect/plugin-audioresample.xml:
12371         * docs/plugins/inspect/plugin-audiotestsrc.xml:
12372         * docs/plugins/inspect/plugin-cdparanoia.xml:
12373         * docs/plugins/inspect/plugin-decodebin.xml:
12374         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12375         * docs/plugins/inspect/plugin-gdp.xml:
12376         * docs/plugins/inspect/plugin-gnomevfs.xml:
12377         * docs/plugins/inspect/plugin-libvisual.xml:
12378         * docs/plugins/inspect/plugin-ogg.xml:
12379         * docs/plugins/inspect/plugin-pango.xml:
12380         * docs/plugins/inspect/plugin-playbin.xml:
12381         * docs/plugins/inspect/plugin-subparse.xml:
12382         * docs/plugins/inspect/plugin-tcp.xml:
12383         * docs/plugins/inspect/plugin-theora.xml:
12384         * docs/plugins/inspect/plugin-typefindfunctions.xml:
12385         * docs/plugins/inspect/plugin-video4linux.xml:
12386         * docs/plugins/inspect/plugin-videorate.xml:
12387         * docs/plugins/inspect/plugin-videoscale.xml:
12388         * docs/plugins/inspect/plugin-videotestsrc.xml:
12389         * docs/plugins/inspect/plugin-volume.xml:
12390         * docs/plugins/inspect/plugin-vorbis.xml:
12391         * docs/plugins/inspect/plugin-ximagesink.xml:
12392         * docs/plugins/inspect/plugin-xvimagesink.xml:
12393           Add vorbistag element to docs; update version numbers to 0.10.10.1.
12394
12395 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12396
12397         Patch by: James "Doc" Livingston <doclivingston at gmail com>
12398
12399         * ext/vorbis/Makefile.am:
12400         * ext/vorbis/vorbis.c: (plugin_init):
12401         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
12402         (vorbis_parse_parse_packet), (vorbis_parse_chain):
12403         * ext/vorbis/vorbisparse.h:
12404         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
12405         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
12406         (gst_vorbis_tag_parse_packet):
12407         * ext/vorbis/vorbistag.h:
12408           Add new vorbistag element which derives from vorbisparse
12409           and is essentially the same as well, only that it implements
12410           the GstTagSetter interface and can modify the stream's
12411           vorbiscomment on the fly (#335635).
12412
12413         * tests/check/Makefile.am:
12414         * tests/check/elements/.cvsignore:
12415         * tests/check/elements/vorbistag.c: (setup_vorbistag),
12416         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
12417         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
12418         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
12419           Add unit test for new vorbistag element.
12420
12421 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12422
12423         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
12424         (vorbis_parse_push_headers), (vorbis_parse_chain):
12425           Set BOS flag in packet structure to fix 'jump depends
12426           on unitialized value' errors in valgrind; various minor
12427           clean-ups.
12428
12429 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
12430
12431         * gst/playback/gstdecodebin.c: (close_pad_link):
12432         Fix typo in a debug statement.
12433
12434         * gst/playback/gstplaybasebin.c: (probe_triggered),
12435         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
12436         (gen_source_element), (source_new_pad), (analyse_source),
12437         (setup_source):
12438         When handling no_more_pads in new_decoded_pad, make sure to treat
12439         subtitle pads correctly. Fixes playback with subtitle files.
12440
12441         Move a recurring message to LOG level.
12442
12443         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
12444         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
12445         which ends up as -1 when cast to an int. Make the logic handle the
12446         max value as an unsigned mask and only change the colorkey when it's
12447         a value we recognise.
12448
12449 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12450
12451         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12452         Removed empty * between paragraphs
12453
12454 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12455
12456         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12457         * gst-libs/gst/rtp/README:
12458         Moved some documentation into .c file
12459
12460 2006-09-29  Wim Taymans  <wim@fluendo.com>
12461
12462         * gst/playback/gstdecodebin.c: (no_more_pads):
12463         Fix compilation.
12464
12465 2006-09-29  Wim Taymans  <wim@fluendo.com>
12466
12467         * gst/playback/gstdecodebin.c: (new_caps):
12468         Remove g_print
12469
12470         * gst/playback/gstplaybin.c:
12471         Add some docs.
12472
12473 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12474
12475         * tests/check/Makefile.am:
12476           Re-enable cddabasesrc test to see if it works again
12477           now.
12478
12479 2006-09-29  Wim Taymans  <wim@fluendo.com>
12480
12481         * gst/playback/gstplaybasebin.c: (setup_subtitle),
12482         (gen_source_element):
12483         Handle invalid URIs a bit more gracefully.
12484
12485 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12486
12487         * tests/check/pipelines/oggmux.c:
12488           Remove obsolete comment.
12489
12490 2006-09-29  Michael Smith  <msmith@fluendo.com>
12491
12492         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
12493         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
12494         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
12495         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
12496         (gst_ogg_mux_collected):
12497           Commit patch from James "Doc" Livingston, adds proper EOS handling
12498           in oggmux. GStreamer can, for the first time ever, create a valid
12499           Ogg file! Yay!
12500
12501         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
12502         (oggmux_suite):
12503           Reenable tests now that they pass.
12504
12505 2006-09-29  Wim Taymans  <wim@fluendo.com>
12506
12507         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12508         Stop reading commands when EOF (we read 0) as well.
12509
12510 2006-09-28  Wim Taymans  <wim@fluendo.com>
12511
12512         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
12513         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
12514         (find_dynamic), (unlinked), (close_link):
12515         Implement delayed caps linking needed for element with a lot of
12516         different caps on the src pads that get fixed at runtime.
12517         Improve management of dynamic elements.
12518
12519         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
12520         (group_destroy), (group_commit), (check_queue), (queue_overrun),
12521         (gen_preroll_element), (remove_groups), (unknown_type),
12522         (add_element_stream), (no_more_pads_full), (no_more_pads),
12523         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
12524         (new_decoded_pad), (setup_subtitle), (array_has_value),
12525         (gen_source_element), (source_new_pad), (has_all_raw_caps),
12526         (analyse_source), (remove_decoders), (make_decoder),
12527         (remove_source), (setup_source), (finish_source), (prepare_output),
12528         (gst_play_base_bin_change_state):
12529         * gst/playback/gstplaybasebin.h:
12530         Use more _CAST instead of full type checking casts.
12531         Small cleanups, plug some leaks.
12532         Handle dynamic sources.
12533         Add some helper functions to create lists of strings used for
12534         blacklisting and other stuff.
12535         Refactor some code dealing with analysing the source.
12536         Re-enable sources without pads (like cd:// or other selfcontained
12537         elements).
12538
12539 2006-09-28  Wim Taymans  <wim@fluendo.com>
12540
12541         * gst-libs/gst/audio/gstbaseaudiosink.c:
12542         (gst_base_audio_sink_render):
12543         When we have a timestamp, we can still perform clipping.
12544         When we have no clock, we must play the sample ASAP.
12545
12546 2006-09-28  Wim Taymans  <wim@fluendo.com>
12547
12548         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
12549         Set caps on outgoing buffers.
12550
12551         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
12552         (gst_video_rate_event), (gst_video_rate_chain):
12553         * gst/videorate/gstvideorate.h:
12554         Fix videorate some more. Fixes #357977
12555
12556 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
12557
12558         * tests/check/elements/adder.c: (adder_suite):
12559           Don't set timeout to 6 seconds when we're running
12560           in valgrind ... (and how is 6 seconds longer than
12561           the default anyway?)
12562
12563 2006-09-28  Wim Taymans  <wim@fluendo.com>
12564
12565         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
12566         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
12567         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
12568         Keep sink and src segment to keep track of time and support more
12569         input formats.
12570         Fix bogus next_offset and run_time calculation, don't understand how
12571         this could have worked before. Fixes #357976.
12572         Remove some unneeded vars.
12573
12574 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
12575
12576         * gst/playback/gstplaybin.c: (remove_sinks):
12577           Only remove visualisation from visbin if there is a visbin (or:
12578           don't throw warnings when closing totem without playing a file).
12579
12580 2006-09-27  Wim Taymans  <wim@fluendo.com>
12581
12582         * gst-libs/gst/audio/gstbaseaudiosink.c:
12583         (gst_base_audio_sink_render):
12584         Add some more info in a WARNING.
12585
12586         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12587         (gst_base_audio_src_create):
12588         Handle PAUSE in create function, use new -core addition to
12589         wait for playing. Fixes pausing and resuming capture from an
12590         audiosrc.
12591
12592         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
12593         (gst_ring_buffer_read):
12594         Constify some more.
12595         Caller supports interrupted reads now.
12596
12597 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12598
12599         * tests/check/Makefile.am:
12600           Another attempt to make the gen64 buildbot happy.
12601
12602 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
12603
12604         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
12605
12606         * ext/libvisual/visual.c: (gst_visual_clear_actors),
12607         (gst_visual_chain), (gst_visual_change_state):
12608           Libvisual plugin was not passing audio data to libvisual 0.4.0 
12609           correctly. Fixes #357800
12610
12611 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12612
12613         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
12614           Add timeout to _get_state() so we see which pipeline it is
12615           that causes trouble on the gen64 build bot.
12616
12617 2006-09-27  Wim Taymans  <wim@fluendo.com>
12618
12619         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12620         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
12621         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
12622         (gst_base_rtp_depayload_set_gst_timestamp):
12623         the source pad always uses fixed caps.
12624
12625 2006-09-27  Wim Taymans  <wim@fluendo.com>
12626
12627         * docs/libs/gst-plugins-base-libs-docs.sgml:
12628         * docs/libs/gst-plugins-base-libs-sections.txt:
12629         * gst-libs/gst/audio/gstaudioclock.c:
12630         * gst-libs/gst/audio/gstaudioclock.h:
12631         * gst-libs/gst/audio/gstaudiosink.c:
12632         * gst-libs/gst/audio/gstaudiosink.h:
12633         * gst-libs/gst/audio/gstaudiosrc.c:
12634         * gst-libs/gst/audio/gstbaseaudiosink.c:
12635         (gst_base_audio_sink_render):
12636         * gst-libs/gst/audio/gstbaseaudiosink.h:
12637         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
12638         * gst-libs/gst/audio/gstbaseaudiosrc.h:
12639         * gst-libs/gst/audio/gstringbuffer.h:
12640         Added docs for the audio libs.
12641
12642 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12643
12644         * tests/check/Makefile.am:
12645           Temporarily disable test that fails on the bots for unknown reasons.
12646
12647 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12648
12649         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12650         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
12651         Moved AudioCodecType into priv
12652         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
12653
12654 2006-09-25  Wim Taymans  <wim@fluendo.com>
12655
12656         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
12657         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
12658         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
12659         (new_pad):
12660         Cleanups and small leak fixes.
12661         Added Depayloaders to valid list of autopluggable elements.
12662
12663 2006-09-25  Wim Taymans  <wim@fluendo.com>
12664
12665         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12666         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
12667         (gen_video_element), (gen_text_element), (gen_audio_element),
12668         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
12669         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
12670         Detect NO_PREROLL state change returns and disable clock distribution to
12671         the sinks so that sync is disabled.
12672         Avoid some type checking and do simple casts instead.
12673         Small cleanups, fix some FIXMEs.
12674         Be more robust when linking user specified elements, catch an report
12675         errors. Fixes #357404.
12676         Fix some leaks in the error paths.
12677
12678 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
12679
12680         * ChangeLog:
12681           ChangeLog surgery for missing bug-number
12682
12683 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12684
12685         Patch by: Peter Kjellerstedt  <pkj at axis com>
12686
12687         * gst/playback/test.c:
12688           Fix compilation with uClibc and -Werror (#357591).
12689
12690 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12691
12692         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
12693           Parse dates that are followed by a time as well (#357532).
12694
12695         * tests/check/libs/tag.c: (test_vorbis_tags):
12696           Add unit test for this.
12697
12698 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12699
12700         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
12701         (gst_audio_convert_transform_caps):
12702         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
12703         * gst/videotestsrc/videotestsrc.h:
12704           A few array const-ifications.
12705
12706 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12707
12708         * tests/check/Makefile.am:
12709           See if this makes the build bots happy.
12710
12711         * tests/check/libs/cddabasesrc.c:
12712           UTF8-ise my name.
12713
12714 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12715
12716         Patch by: Young-Ho Cha <ganadist at chollian dot net>
12717
12718         * gst/subparse/samiparse.c: (handle_start_font),
12719         (fix_invalid_entities):
12720           More case-insensitivity for certain tags; recognise entities with
12721           decimal codes as special entities as well (#357330).
12722
12723 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12724
12725         * gst-libs/gst/Makefile.am:
12726           Need to build tag directory before cdda.
12727
12728 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12729
12730         * docs/libs/gst-plugins-base-libs-sections.txt:
12731         * gst-libs/gst/cdda/Makefile.am:
12732         * gst-libs/gst/cdda/gstcddabasesrc.c:
12733         (gst_cdda_base_src_base_init):
12734         * gst-libs/gst/cdda/gstcddabasesrc.h:
12735         * gst-libs/gst/tag/tag.h:
12736         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
12737         (gst_tag_register_musicbrainz_tags):
12738           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
12739           depend on libgsttag. This is required so we can extract/read tags like
12740           DISCID without depending on libgstcddabasesrc (which used to register
12741           them).
12742
12743         * gst-libs/gst/tag/gstvorbistag.c:
12744           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
12745           tags (also see #347848).
12746
12747         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
12748           Log vorbis comments we are actually writing. Const-ify array.
12749
12750 2006-09-23  Wim Taymans  <wim@fluendo.com>
12751
12752         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
12753         Improve buffering a bit by avoiding a deadlock because we cannot assume
12754         the underrun is always called.
12755
12756 2006-09-23  Wim Taymans  <wim@fluendo.com>
12757
12758         Patch by: Young-Ho Cha <ganadist at chollian dot net>
12759
12760         * gst-libs/gst/riff/riff-ids.h:
12761         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12762         (gst_riff_create_audio_template_caps):
12763         Added MPEG-4 AAC and id and caps. Fixes #357289
12764         Added WMA9 Lossless id.
12765
12766 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
12767
12768         * ext/gnomevfs/gstgnomevfssrc.c:
12769           Fix misleading docs addition.
12770
12771         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
12772           Get rid of compiler warning the right way.
12773
12774 2006-09-22  Wim Taymans  <wim@fluendo.com>
12775
12776         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12777         (gst_base_rtp_depayload_finalize),
12778         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
12779         (gst_base_rtp_depayload_push_full),
12780         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
12781         (gst_base_rtp_depayload_process),
12782         (gst_base_rtp_depayload_set_gst_timestamp),
12783         (gst_base_rtp_depayload_queue_release):
12784         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12785         Small cleanups.
12786         Fix some leaks.
12787         Refactored the process method and added methods to push from the process
12788         vmethod.
12789         Use _scale functions.
12790         API: gst_base_rtp_depayload_push_ts
12791         API: gst_base_rtp_depayload_push
12792
12793         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
12794         timestamps are uint.
12795
12796 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
12797
12798         * gst-libs/gst/interfaces/xoverlay.c:
12799           Remove unused statement from doc example.
12800
12801 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
12802
12803         * gst-libs/gst/interfaces/videoorientation.c:
12804         (gst_video_orientation_iface_init),
12805         (gst_video_orientation_get_hflip),
12806         (gst_video_orientation_get_vflip),
12807         (gst_video_orientation_get_hcenter),
12808         (gst_video_orientation_get_vcenter),
12809         (gst_video_orientation_set_hflip),
12810         (gst_video_orientation_set_vflip),
12811         (gst_video_orientation_set_hcenter),
12812         (gst_video_orientation_set_vcenter):
12813           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
12814           in ChangeLog)
12815
12816 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
12817
12818         * tests/check/Makefile.am:
12819         * tests/check/elements/.cvsignore:
12820         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
12821         (create_rgb_conversions), (rgb_conversion_free),
12822         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
12823         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
12824           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
12825           but disable for now since it doesn't pass (something wrong with
12826           RGBA somewhere).
12827
12828 2006-09-21  Wim Taymans  <wim@fluendo.com>
12829
12830         * gst/playback/gstplaybasebin.c: (group_commit),
12831         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
12832         (queue_out_of_data), (gen_preroll_element),
12833         (preroll_remove_overrun), (probe_triggered):
12834         Refactor handling of overrun detection.
12835         Separate handling of group completion and deadlock detection when doing
12836         network buffering. This should fix some deadlocks that were not detected
12837         because the group was completed.
12838         Add more comments, improve debugging.
12839
12840 2006-09-21  Wim Taymans  <wim@fluendo.com>
12841
12842         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
12843         * tests/check/libs/audio.c:
12844         Some more compilation fixes.
12845
12846 2006-09-21  Wim Taymans  <wim@fluendo.com>
12847
12848         * gst-libs/gst/audio/gstringbuffer.c:
12849         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
12850         (gst_ring_buffer_read):
12851         Early morning compilation fix.
12852
12853 2006-09-20  Wim Taymans  <wim@fluendo.com>
12854
12855         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
12856         * tests/check/elements/multifdsink.c: (GST_START_TEST):
12857         * tests/check/elements/videorate.c: (GST_START_TEST):
12858         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
12859         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
12860         Fix some warnings.
12861
12862 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
12863
12864         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12865         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
12866         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
12867           Handcrafted merge to help CVS understanding what I changed and what
12868           not.
12869
12870 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
12871
12872         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
12873         (gst_xvimagesink_get_times):
12874           change colorkey behaviour back according to #354773 comment 6/7
12875
12876 2006-09-19  Michael Smith  <msmith@fluendo.com>
12877
12878         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
12879         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
12880         (gst_multi_fd_sink_recover_client),
12881         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
12882         (gst_multi_fd_sink_get_property):
12883         * gst/tcp/gstmultifdsink.h:
12884           Implement stubbed out properties unit-type, units-soft-max,
12885           units-max, to allow specifying maximum sizes in units other than
12886           buffers.
12887           Fixes #355935
12888
12889 2006-09-19  Wim Taymans  <wim@fluendo.com>
12890
12891         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12892         (gst_riff_create_audio_template_caps):
12893         Reorder the audio formats a bit for clarity.
12894         Detect and create caps for MSGSM and MSN (WAV49).
12895         Fixes #356596.
12896
12897         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12898         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
12899         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
12900         Small cleanups, move error handling out of normal flow for clarity.
12901
12902 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12903
12904         * docs/libs/gst-plugins-base-libs-docs.sgml:
12905         * docs/libs/gst-plugins-base-libs.types:
12906         * gst-libs/gst/interfaces/Makefile.am:
12907         * gst-libs/gst/interfaces/videoorientation.c:
12908         (gst_video_orientation_get_type),
12909         (gst_video_orientation_iface_init),
12910         (gst_video_orientation_get_hflip),
12911         (gst_video_orientation_get_vflip),
12912         (gst_video_orientation_get_hcenter),
12913         (gst_video_orientation_get_vcenter),
12914         (gst_video_orientation_set_hflip),
12915         (gst_video_orientation_set_vflip),
12916         (gst_video_orientation_set_hcenter),
12917         (gst_video_orientation_set_vcenter):
12918         * gst-libs/gst/interfaces/videoorientation.h:
12919           API: Add new interface to control video orientation (fixes #354908)
12920
12921 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12922
12923         * gst/videotestsrc/gstvideotestsrc.c:
12924           Use G_UNLIKELY in _create and log one more detail.
12925           
12926         (gst_video_test_src_get_times), (gst_video_test_src_create):
12927         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
12928           Use gst_util_uint64_scale_int in _get_times().
12929
12930 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12931
12932         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
12933           Give better warning message (add object and detail).
12934
12935 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12936
12937         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
12938         (gst_xvimagesink_get_times):
12939           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
12940           #354773), use gst_util_uint64_scale_int in _get_times()
12941
12942 2006-09-18  Michael Smith  <msmith@fluendo.com>
12943
12944         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
12945           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
12946           always true, leading to dropping all timestamps.
12947
12948 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12949
12950         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
12951         (gst_visual_chain), (gst_visual_change_state):
12952           update to work also with libvisual 0.4 API, fix double unref (#355914)
12953           
12954         * tools/gst-launch-ext.1.in:
12955         * tools/gst-visualise.1.in:
12956           remove references to old man-pages
12957
12958         * tests/examples/seek/seek.c: (main):
12959           add real meadi-buttons, add tool-tips for the seek-options, arrange
12960           seek options in a table
12961
12962 2006-09-18  Michael Smith  <msmith@fluendo.com>
12963
12964         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
12965         (gst_ogg_mux_push_buffer):
12966           Don't generate out-of-order timestamps from oggmux, instead clamp
12967           output timestamps to be >= the previously output ts.
12968           Fixes #355595
12969
12970 2006-09-18  Michael Smith  <msmith@fluendo.com>
12971
12972         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
12973         (gst_multi_fd_sink_class_init):
12974           Updates, fixes, and typo corrections for multifdsink. No functional
12975           changes.
12976
12977 2006-09-17  Michael Smith  <msmith@fluendo.com>
12978
12979         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
12980           Don't crash on truncated files - check that we got an 8 byte buffer
12981           before trying to memcmp it.
12982
12983 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
12984
12985         * gst/playback/gstplaybasebin.c: (get_active_source):
12986           Make stream-switching appear instant to the application
12987           (ie. make sure that a g_object_get on 'current-foo' returns
12988           the stream previously set with g_object_set(). Totem needs
12989           this to update stream-related meta-info (like audio-codec)
12990           correctly when switching streams.
12991
12992 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
12993
12994         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
12995         (gst_alsa_mixer_ensure_track_list):
12996           Try harder to guess which mixer track is the master mixer
12997           track (instead of just taking the first one that has a pvolume).
12998           Fixes #342228.
12999
13000 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13001
13002         reviewed by: <delete if not using a buddy>
13003
13004         * gst-libs/gst/audio/audio.h:
13005         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
13006
13007 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13008
13009         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
13010         (gst_audio_convert_transform_caps):
13011           Get structure-name just once.
13012
13013 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13014
13015         * tests/check/elements/audioresample.c: (GST_START_TEST):
13016         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
13017         * tests/check/elements/volume.c: (GST_START_TEST):
13018         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
13019         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
13020         (test_pipeline), (GST_START_TEST):
13021         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
13022         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
13023           Fix big batch of compiler warnings.
13024
13025 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13026
13027         * ext/gnomevfs/gstgnomevfssrc.c:
13028           Add docs about icydemux usage in connection with gnomevfssrc
13029
13030         * ext/libvisual/visual.c:
13031         * ext/ogg/gstoggaviparse.c:
13032         * ext/ogg/gstoggdemux.c:
13033         * ext/ogg/gstoggmux.c:
13034         * ext/ogg/gstoggparse.c:
13035         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
13036         * gst-libs/gst/audio/gstaudiosink.c:
13037         * gst-libs/gst/audio/gstaudiosrc.c:
13038         * gst/audiorate/gstaudiorate.c:
13039           More G_OBJECT macro fixing.
13040
13041         * gst/audiotestsrc/gstaudiotestsrc.h:
13042           Fix wrong info in header due to copy & paste
13043
13044 2006-09-15  Wim Taymans  <wim@fluendo.com>
13045
13046         * gst-libs/gst/audio/gstbaseaudiosink.c:
13047         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
13048         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13049         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
13050         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
13051         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
13052         Do the delay calculation in the source/sink base classes as this is
13053         specific for the capture/playback mode.
13054         Try to fixate a bit better, like round depth up to a multiple of 8
13055         bigger than width.
13056         Handle underruns correctly by marking DISCONT on buffers and adjusting
13057         timestamps to handle the gap.
13058         Set offset/offset_end correctly on buffers.
13059
13060         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
13061         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
13062         (gst_ring_buffer_read):
13063         Remove resync and underrun recovery from the ringbuffer.
13064         Fix ringbuffer read code on under/overrun.
13065
13066 2006-09-15  Wim Taymans  <wim@fluendo.com>
13067
13068         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
13069         (gst_play_base_bin_init), (fill_buffer), (check_queue),
13070         (queue_threshold_reached), (gst_play_base_bin_set_property),
13071         (gst_play_base_bin_get_property):
13072         * gst/playback/gstplaybasebin.h:
13073         Don't use a 0 low watermark when buffering, it is catching starvation
13074         way too late. Instead, use a 3 second queue with 30 and 95
13075         percent low/high watermarks. 
13076         Added queue-min-threshold property to configure low watermark.
13077         Use new _buffering message API.
13078         Make queue_threshold variable big enough to store a uint64 time value.
13079         API: playbin::queue-min-threshold property.
13080
13081 2006-09-15  Wim Taymans  <wim@fluendo.com>
13082
13083         * configure.ac:
13084         We require 0.10.10.1 now because of _wait_preroll().
13085
13086         * gst-libs/gst/audio/gstbaseaudiosink.c:
13087         (gst_base_audio_sink_render):
13088         Use gst_base_sink_wait_preroll().
13089
13090 2006-09-15  Wim Taymans  <wim@fluendo.com>
13091
13092         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
13093         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
13094         Use DEBUG_OBJECT more.
13095
13096 === release 0.10.10 ===
13097
13098 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
13099
13100         patch by: Michael Smith <msmith at fluendo dot com>
13101
13102         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
13103         (gst_multi_fd_sink_client_queue_buffer),
13104         (gst_multi_fd_sink_new_client):
13105         * tests/check/elements/multifdsink.c: (GST_START_TEST),
13106         (multifdsink_suite):
13107           Fix implementation of sync-method 'next-keyframe'
13108           Closes #354594
13109
13110 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
13111
13112         patch by: Wim Taymans <wim at fluendo dot com>
13113
13114         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
13115         This patch removes the RANDOM flag that was incorrectly introduced with
13116         revision 1.91.  Fixes #354590
13117
13118 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
13119
13120         * tests/check/Makefile.am:
13121           Random variation in Makefile line to see if it makes the
13122           gen64-base-full bot any happier.
13123
13124 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13125
13126         * tests/check/pipelines/oggmux.c: (oggmux_suite):
13127           Disable test that fails at the moment (killed after timeout).
13128
13129 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13130
13131         Patch by: James Livingston  <doclivingston at gmail.com>
13132
13133         * tests/check/Makefile.am:
13134         * tests/check/pipelines/.cvsignore:
13135         * tests/check/pipelines/oggmux.c: (get_page_codec),
13136         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
13137         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
13138         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
13139         (test_theora_vorbis), (oggmux_suite):
13140           Add simple unit test for oggmux from #337026 with checking for the
13141           EOS flags disabled for the time being.
13142
13143 2006-09-04  Wim Taymans  <wim@fluendo.com>
13144
13145         patch by: Alessandro Dessina <alessandro nnva org>
13146
13147         * ext/ogg/gstoggmux.c:
13148         Add cmml caps to oggmux. Fixes #353912
13149
13150 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
13151
13152         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
13153           Returning a return value often helps. In this case, we
13154           don't need the return value anyway, so just get rid of it.
13155           Should make build bots much happier.
13156
13157 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
13158
13159         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
13160         (paint_get_structure), (gst_video_test_src_get_size),
13161         (gst_video_test_src_smpte), (gst_video_test_src_snow),
13162         (gst_video_test_src_unicolor), (paint_setup_AYUV),
13163         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
13164         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
13165         * gst/videotestsrc/videotestsrc.h:
13166           Add support for AYUV and the various RGBA formats. Initialise
13167           fields of paintinfo structs allocated on the stack.
13168
13169         * tests/check/elements/videotestsrc.c: (right_shift_colour),
13170         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
13171         (check_rgb_buf), (videotestsrc_suite):
13172           Add unit tests for videotestsrc's RGB output.
13173
13174 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
13175
13176         * gst/videotestsrc/gstvideotestsrc.c:
13177         (gst_video_test_src_pattern_get_type),
13178         (gst_video_test_src_set_pattern):
13179         * gst/videotestsrc/gstvideotestsrc.h:
13180         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
13181         (gst_video_test_src_black), (gst_video_test_src_white),
13182         (gst_video_test_src_red), (gst_video_test_src_green),
13183         (gst_video_test_src_blue):
13184         * gst/videotestsrc/videotestsrc.h:
13185           Add more uni-colour patterns ("white", "red", "green", and "blue").
13186
13187 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
13188
13189         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
13190           Fix stride for YVYU, should be word-aligned (#353658).
13191
13192 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
13193
13194         * gst/adder/gstadder.c: (gst_adder_src_event):
13195           Fix build.
13196
13197 2006-08-31  Edward Hervey  <edward@fluendo.com>
13198
13199         * gst/adder/gstadder.c: (forward_event_func),
13200         (gst_adder_src_event), (gst_adder_collected),
13201         (gst_adder_change_state):
13202         * gst/adder/gstadder.h:
13203         Remember the start position asked in the incoming seeks, so we can
13204         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
13205         of assuming it will always be 0).
13206
13207 2006-08-31  Edward Hervey  <edward@fluendo.com>
13208
13209         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
13210         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
13211         (gst_ogg_demux_loop):
13212         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
13213
13214 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
13215
13216         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13217         (gst_ffmpegcsp_get_unit_size):
13218           Return FALSE instead of returning a random false unit
13219           size when the format isn't known/supported (even if
13220           this shouldn't happen under normal circumstances).
13221
13222 2006-08-29  Wim Taymans  <wim@fluendo.com>
13223
13224         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
13225
13226         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
13227         (gst_gnome_vfs_src_start):
13228         Try harder to get the size from a uri by using _info_uri() when
13229         _info_from_handle() does not give us enough info. 
13230         Also follow symlinks when getting the size.
13231         Partially Fixes #332864.
13232
13233 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
13234
13235         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
13236
13237         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
13238         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
13239         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
13240         (gst_alsa_mixer_set_record):
13241         * ext/alsa/gstalsamixertrack.c:
13242         (gst_alsa_mixer_track_update_alsa_capabilities),
13243         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
13244         (gst_alsa_mixer_track_update):
13245         * ext/alsa/gstalsamixertrack.h:
13246           Improve and fix mixer track handling, in particular better handling
13247           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
13248           separate track objects for tracks that have both capture and playback
13249           volume (and label them differently as well so they're not mistakenly
13250           assumed to be duplicates); classify mixer tracks that only affect
13251           the audible volume of something (rather than the capture volume)
13252           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
13253           for capture tracks to correspond to alsa-pswitch alsa-cswitch
13254           (following the meaning documented in the mixer interface header
13255           file); add support for alsa's exclusive cswitch groups; update/sync
13256           state/flags better if mixer settings are changed by another
13257           application. Fixes #336075.
13258
13259 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
13260
13261         * gst/playback/gstplaybin.c:
13262           Improve docs: add section about BUFFERING messages sent by playbin.
13263
13264 2006-08-29  Michael Smith  <msmith@fluendo.com>
13265
13266         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
13267         (gst_vorbis_enc_buffer_check_discontinuous),
13268         (gst_vorbis_enc_chain):
13269           Ignore explicit DISCONT marked on buffers (which is often spurious,
13270           particularly when using multiple segments), in favour of solely
13271           using the timestamps/durations.
13272
13273 2006-08-29  Edward Hervey  <edward@fluendo.com>
13274
13275         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
13276         Don't rely on incoming buffers offset anymore, since it is completely
13277         broken when using multiple segments.
13278         Instead convert the incoming buffers timestamp to running time, and
13279         then convert that value to the offsets.
13280         Also inform GstSegment of the last outputted stop position, which is
13281         needed if we received several segments with an unknown stop value.
13282
13283 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13284
13285         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
13286           fix buffer unreffing on a header push failure
13287
13288 2006-08-28  Wim Taymans  <wim@fluendo.com>
13289
13290         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
13291         (gst_audio_rate_chain):
13292         Make the metadata of the buffer writable before changing its
13293         flags.
13294
13295 2006-08-28  Wim Taymans  <wim@fluendo.com>
13296
13297         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
13298         (gst_audio_rate_setcaps), (gst_audio_rate_init),
13299         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
13300         (gst_audio_rate_chain), (gst_audio_rate_change_state):
13301         Fix audiorate some more.
13302         Reset and resync counters on flush and READY.
13303         Handle the DISCONT flag correctly.
13304         Use GstSegment to track position.
13305         Fail when not negotiated.
13306         Fixes #353234.
13307
13308 2006-08-25  Michael Smith  <msmith@fluendo.com>
13309
13310         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
13311           Fix spelling.
13312           Remove accidently included debug line.
13313
13314 2006-08-25  Wim Taymans  <wim@fluendo.com>
13315
13316         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
13317         Small cleanups.
13318         If a buffer is received with no caps, make the buffer metadata
13319         writable and set the caps, making sure that we don't screw up the
13320         refcounts.
13321
13322 2006-08-25  Michael Smith  <msmith@fluendo.com>
13323
13324         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
13325         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
13326           Fix memory leaks and misleading debug messages, add a couple of
13327           comments.
13328
13329         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
13330         (gst_multi_fd_sink_render):
13331           Do not use gst_buffer_make_writable() in a basesink render method,
13332           as it may incorrectly unref the buffer. Instead, use convoluted
13333           dance to avoid copying the buffer except when we need to.
13334
13335 2006-08-25  Michael Smith  <msmith@fluendo.com>
13336
13337         * ext/vorbis/vorbisenc.c:
13338         (gst_vorbis_enc_buffer_check_discontinuous):
13339           Allow very small discontinuities in the timestamps. These we can't
13340           do anything useful with anyway (because vorbis's timestamps have
13341           only sample granularity), and are commonly produced by elements with
13342           minor bugs. Allow up to 1/2 a sample out.
13343           Fixes #351742.
13344
13345 2006-08-24  Wim Taymans  <wim@fluendo.com>
13346
13347         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
13348         (play_scrub_toggle_cb), (main):
13349         Add a checkbox to enable play scrubbing. Makes it possible to disable
13350         normal scrubbing.
13351
13352 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
13353
13354         * tests/check/elements/.cvsignore:
13355           make buildbot happy
13356
13357 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13358
13359         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
13360         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
13361         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
13362         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
13363         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
13364         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
13365         (gst_ogm_text_parse_strip_trailing_zeroes),
13366         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
13367         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
13368           Refactor ogm parse, do better input checking, misc. clean-ups.
13369           Cache incoming events and push them once the source pad has
13370           been created. Don't pass unterminated strings to sscanf().
13371           Strip trailing zeroes from subtitle text output, since they
13372           are not valid UTF-8. Don't push vorbiscomment packets on
13373           the subtitle text pad. Output perfect streams if possible.
13374
13375 2006-08-23  Wim Taymans  <wim@fluendo.com>
13376
13377         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
13378         Waits for tasks to settle down so that we clean up correctly for 
13379         valgrind.
13380
13381 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13382
13383         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
13384           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
13385           actually return return value in taglists_are_equal.
13386
13387 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13388
13389         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
13390           Fix crash due to broken bitstream parsing on x86-64: can't make
13391           any assumptions about sizeof(struct) due to alignment/packing
13392           differences on different architectures. Fixes #351790.
13393
13394 2006-08-22  Wim Taymans  <wim@fluendo.com>
13395
13396         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
13397         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
13398         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
13399         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
13400         (gst_riff_parse_info):
13401         Protect public functions against bad input.
13402         Do some cleanups.
13403         Fix documentation.
13404
13405 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13406
13407         * gst-libs/gst/riff/riff-ids.h:
13408         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
13409           Add voxware audio IDs (even if we can't play it) (#351795).
13410
13411 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13412
13413         * gst-libs/gst/riff/riff-media.c:
13414         (gst_riff_create_video_template_caps),
13415         (gst_riff_create_audio_template_caps),
13416         (gst_riff_create_iavs_template_caps):
13417           Const-ify some arrays and use G_N_ELEMENTS instead
13418           of wasting oodles of RAM on terminator bits.
13419
13420 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13421
13422         * gst-libs/gst/tag/gstvorbistag.c:
13423         (gst_tag_list_to_vorbiscomment_buffer):
13424         * tests/check/libs/tag.c: (GST_START_TEST):
13425           And the same for _to_vorbiscomment_buffer(): allow
13426           id_data_len == 0 for speex.
13427
13428 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13429
13430         * configure.ac:
13431         * docs/plugins/Makefile.am:
13432         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13433         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13434         * docs/plugins/inspect/plugin-gdp.xml:
13435         * gst/gdp/Makefile.am:
13436         * tests/check/Makefile.am:
13437           Move GDP plugin to -base from -bad.  Closes #347783.
13438
13439 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
13440
13441         * gst-libs/gst/tag/gstvorbistag.c:
13442         (gst_tag_list_from_vorbiscomment_buffer):
13443           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
13444           Also add some checks to make sure we don't memcmp() beyond the end of
13445           vorbiscomment buffer if the ID to check for is larger than the buffer.
13446
13447         * tests/check/libs/tag.c: (GST_START_TEST):
13448           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
13449
13450 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
13451
13452         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
13453         (gst_vorbis_enc_set_metadata):
13454           Use vorbis comment utility functions from libgsttag
13455           instead of re-inventing the wheel (partially fixes #347091).
13456
13457 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
13458
13459         * tests/check/elements/audioconvert.c: (GST_START_TEST):
13460         Fix leaks. Wait for state transitions that might happen ASYNC, as well
13461         as some that won't.
13462
13463 2006-08-21  Wim Taymans  <wim@fluendo.com>
13464
13465         * docs/libs/Makefile.am:
13466         * docs/libs/gst-plugins-base-libs-sections.txt:
13467         * docs/libs/gst-plugins-base-libs.types:
13468         Don't try to GObject scan the netbuffer as it's not a GObject.
13469         Fixes #351308.
13470
13471         * gst-libs/gst/netbuffer/gstnetbuffer.c:
13472         * gst-libs/gst/netbuffer/gstnetbuffer.h:
13473         Document GstNetBuffer.
13474
13475 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
13476
13477         * tests/check/elements/audioconvert.c: (GST_START_TEST),
13478         (audioconvert_suite):
13479           Add testcase for caps-size-explosion
13480
13481 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13482
13483         * gst/audioconvert/gstaudioconvert.c:
13484         (gst_audio_convert_get_unit_size), (set_structure_widths):
13485           Lower debug, use g_assert in _get_unit_size
13486
13487         * gst/audioresample/gstaudioresample.c:
13488         (audioresample_get_unit_size):
13489         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13490         (gst_ffmpegcsp_get_unit_size):
13491         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
13492           use g_assert in _get_unit_size
13493
13494 2006-08-18  Wim Taymans  <wim@fluendo.com>
13495
13496         * docs/libs/gst-plugins-base-libs-sections.txt:
13497         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
13498         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
13499         (gst_rtp_buffer_get_payload_buffer):
13500         * gst-libs/gst/rtp/gstrtpbuffer.h:
13501         Document GstRTPBuffer.
13502         Added function to efficiently strip payload headers.
13503         API: gst_rtp_buffer_get_payload_subbuffer()
13504
13505 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
13506
13507         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
13508         (gst_tag_to_vorbis_comments):
13509           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
13510           tags and deserialise them properly as well (#347091).
13511           Add some more gtk-doc blurbs and also some g_return_if_fail().
13512
13513         * tests/check/libs/tag.c: (GST_START_TEST),
13514         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
13515           More tests.
13516
13517 2006-08-17  Wim Taymans  <wim@fluendo.com>
13518
13519         * ext/ogg/Makefile.am:
13520         * ext/ogg/gstogg.c: (plugin_init):
13521         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
13522         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
13523         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
13524         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
13525         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
13526         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
13527         Added ogg-in-avi parser element. Fixes #140139.
13528
13529         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
13530         Fixed a bug in oggdemux debug code.
13531
13532         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13533         (gst_riff_create_audio_template_caps):
13534         Recognise Ogg in the AVI extensible wave format.
13535
13536 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
13537
13538         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
13539           Make buffer durations add up (duration should be next_ts-ts for
13540           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
13541           from CVS.
13542
13543         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
13544         (test_buffer_timestamps), (cddabasesrc_suite):
13545           Add unit test for the above.
13546
13547         * tests/check/Makefile.am:
13548           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
13549           to see what happens.
13550
13551 2006-08-16  Wim Taymans  <wim@fluendo.com>
13552
13553         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
13554         (gst_alsasink_open):
13555         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
13556         (gst_alsasrc_open):
13557         Avoid setting and using a NULL device name.
13558         Print more info when we fail to open a device.
13559
13560 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13561
13562         * docs/libs/gst-plugins-base-libs-sections.txt:
13563         * gst-libs/gst/tag/tag.h:
13564         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
13565           API: add gst_tag_parse_extended_comment() (#351426).
13566
13567         * tests/check/Makefile.am:
13568         * tests/check/libs/.cvsignore:
13569         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
13570           Add unit test for gst_tag_parse_extended_comment().
13571
13572 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
13573
13574         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
13575         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
13576           Fix leak (#351502).
13577
13578 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
13579
13580         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13581         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13582         * docs/plugins/gst-plugins-base-plugins.args:
13583         * gst/playback/gstplaybin.c:
13584           Document playbin.
13585           
13586         * docs/plugins/inspect/plugin-adder.xml:
13587         * docs/plugins/inspect/plugin-alsa.xml:
13588         * docs/plugins/inspect/plugin-audioconvert.xml:
13589         * docs/plugins/inspect/plugin-audiorate.xml:
13590         * docs/plugins/inspect/plugin-audioresample.xml:
13591         * docs/plugins/inspect/plugin-audiotestsrc.xml:
13592         * docs/plugins/inspect/plugin-cdparanoia.xml:
13593         * docs/plugins/inspect/plugin-decodebin.xml:
13594         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
13595         * docs/plugins/inspect/plugin-gnomevfs.xml:
13596         * docs/plugins/inspect/plugin-ogg.xml:
13597         * docs/plugins/inspect/plugin-pango.xml:
13598         * docs/plugins/inspect/plugin-playbin.xml:
13599         * docs/plugins/inspect/plugin-subparse.xml:
13600         * docs/plugins/inspect/plugin-tcp.xml:
13601         * docs/plugins/inspect/plugin-theora.xml:
13602         * docs/plugins/inspect/plugin-typefindfunctions.xml:
13603         * docs/plugins/inspect/plugin-video4linux.xml:
13604         * docs/plugins/inspect/plugin-videorate.xml:
13605         * docs/plugins/inspect/plugin-videoscale.xml:
13606         * docs/plugins/inspect/plugin-videotestsrc.xml:
13607         * docs/plugins/inspect/plugin-volume.xml:
13608         * docs/plugins/inspect/plugin-vorbis.xml:
13609         * docs/plugins/inspect/plugin-ximagesink.xml:
13610         * docs/plugins/inspect/plugin-xvimagesink.xml:
13611           Update to CVS version.
13612
13613 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
13614
13615         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
13616         (gst_play_bin_set_property), (gst_play_bin_get_property),
13617         (value_list_append_structure_list),
13618         (gst_play_bin_handle_redirect_message),
13619         (gst_play_bin_handle_message):
13620           API: GstPlayBin::connection-speed
13621           Add "connection-speed" property; re-order redirect messages with
13622           multiple redirect locations depending on the minimum bitrate if
13623           that information is available and a connection speed is set
13624           (#350399).
13625
13626 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
13627
13628         * gst/playback/gstplaybin.c:
13629           Update max volume to the same value that the volume element uses.
13630
13631 2006-08-14  Wim Taymans  <wim@fluendo.com>
13632
13633         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
13634         Less uglyness..
13635
13636 2006-08-14  Wim Taymans  <wim@fluendo.com>
13637
13638         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
13639         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
13640         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
13641         Add some more debug info.
13642         Don't crash when a seek failed.
13643         Actually return the result of the seek instead of TRUE.
13644         Ignore multiple BOS pages with the same serial so that we don't create
13645         the same stream multiple times.
13646         Post an error when we fail to do the initial seek.
13647
13648 2006-08-13  Wim Taymans  <wim@fluendo.com>
13649
13650         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
13651         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
13652         Small code cleanup.
13653
13654         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
13655         (gst_alsa_mixer_new):
13656         Remove hack that always set the device to hw:0*.
13657         Properly find the card name for whatever device was configured.
13658         Do some better debugging.
13659         Fixes #350784.
13660
13661         * ext/alsa/gstalsamixerelement.c:
13662         (gst_alsa_mixer_element_set_property),
13663         (gst_alsa_mixer_element_change_state):
13664         Cleanups.
13665         Handle setting of a NULL device name better.
13666
13667 2006-08-11  Wim Taymans  <wim@fluendo.com>
13668
13669         * gst/adder/gstadder.c:
13670         Don't clip float values. Fixes #350900.
13671
13672 2006-08-11  Andy Wingo  <wingo@pobox.com>
13673
13674         * gst/tcp/gsttcp.c: Really fix the build?
13675
13676         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
13677         fixes the build.
13678
13679 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
13680
13681         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
13682           Float caps shouldn't have a "signed" field.
13683
13684 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
13685
13686         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
13687           Implement SEEKING query in its most basic form, so that we can
13688           at least check if we're seekable or not (#350655).
13689
13690 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
13691
13692         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
13693           The checks here are not even close to anything that would
13694           justify MAXIMUM probability, lowering to POSSIBLE until someone
13695           fixes the checks (case at hand: quicktime redirection files
13696           might start with 00 00 01 XX and pass the checks here just
13697           fine, see #350399).
13698
13699 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
13700
13701         Patch by: Sjoerd Simons  <sjoerd at luon net>
13702
13703         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
13704           Better detection for multipart/x-mixed-replace: accept leading
13705           whitespaces before the boundary marker as well (as our very own
13706           multipartmux used to produce) (#349068).
13707
13708 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
13709
13710         Patch by: Young-Ho Cha  <ganadist at chollian net>
13711
13712         * gst-libs/gst/riff/riff-ids.h:
13713         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13714         (gst_riff_create_audio_template_caps):
13715           Detect DTS audio streams (#350157).
13716
13717 2006-08-05  Andy Wingo  <wingo@pobox.com>
13718
13719         * ext/theora/gsttheoraparse.h:
13720         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
13721         (theora_parse_dispose, theora_parse_set_property)
13722         (theora_parse_get_property, theora_parse_munge_granulepos)
13723         (theora_parse_push_buffer, theora_parse_change_state):
13724         API: GstTheoraParse::synchronization-points
13725         Add a property 'synchronization-points' to fix badly synchronized oggs.
13726
13727 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13728
13729         * tests/check/Makefile.am:
13730         * tests/check/libs/.cvsignore:
13731         * tests/check/libs/audio.c: (structure_contains_channel_positions),
13732         (fixed_caps_have_channel_positions), (GST_START_TEST),
13733         (audio_suite), (main):
13734           Add a few tests for the channel position stuff in libgstaudio.
13735
13736 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13737
13738         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
13739         (gst_alsa_detect_channels):
13740         * ext/alsa/gstalsasink.c:
13741           Add support for cards that (only) do more than 8 channels,
13742           like the Delta 44 (#345188).
13743
13744         * gst-libs/gst/audio/multichannel.c:
13745         (gst_audio_check_channel_positions):
13746         * gst-libs/gst/audio/multichannel.h:
13747           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
13748           unspecified channel position and cannot be combined with any
13749           of the other audio channel positions; adjust position layout
13750           checks accordingly (#345188).
13751
13752 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13753
13754         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13755           Recognise ancient RealAudio files (see #349779).
13756
13757 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13758
13759         Patch by: Jens Granseuer  <jensgr at gmx net>
13760
13761         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13762           Add typefinder for Interplay's MVE format (#348973).
13763
13764 2006-08-02  Wim Taymans  <wim@fluendo.com>
13765
13766         Patch by: Marcel Moreaux <marcelm at luon dot net>
13767
13768         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13769         (gst_base_rtp_depayload_add_to_queue):
13770         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13771         Handle RTP sequence number rollover.
13772         Disable jitterbuffer by default.
13773
13774 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
13775
13776         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
13777         (audioresample_set_caps):
13778         Don't leak references to the incoming caps. Clean them up when
13779         stopping.
13780
13781         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
13782         (gst_video_scale_finalize):
13783         Don't leak our temporary pixel buffer.
13784
13785         * tests/check/Makefile.am:
13786         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
13787         (GST_START_TEST), (simple_launch_lines_suite):
13788
13789         Fix leaks and re-enable the test for valgrind checking.
13790
13791 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13792
13793         Patch by: Sjoerd Simons  <sjoerd at luon net>
13794
13795         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
13796         (plugin_init):
13797           Add typefind function for multipart/x-mixed-replace (#348916).
13798
13799 2006-07-28  Wim Taymans  <wim@fluendo.com>
13800
13801         * gst/adder/gstadder.c: (gst_adder_setcaps),
13802         (gst_adder_query_duration):
13803         Fix leak in duration query.
13804         Reflow some docs and notes.
13805
13806 2006-07-28  Michael Smith  <msmith@fluendo.com>
13807
13808         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
13809         (vorbisenc_suite):
13810           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
13811           aspect of it.
13812
13813 2006-07-28  Michael Smith  <msmith@fluendo.com>
13814
13815         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
13816         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
13817         (gst_vorbis_enc_push_buffer),
13818         (gst_vorbis_enc_buffer_check_discontinuous),
13819         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
13820         * ext/vorbis/vorbisenc.h:
13821           Handle discontinuities in the input vorbis stream correctly,
13822           so that the output is properly timestamped (and has good granulepos
13823           values). Needs some oggmux fixes too.
13824
13825 2006-07-27  Wim Taymans  <wim@fluendo.com>
13826
13827         patch by: Kai Vehmanen <kv2004 eca cx>
13828
13829         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13830         (gst_base_rtp_depayload_chain),
13831         (gst_base_rtp_depayload_handle_sink_event),
13832         (gst_base_rtp_depayload_change_state):
13833         Don't send multiple newsegments with different formats.
13834         Fixes #348677.
13835
13836 2006-07-26  Wim Taymans  <wim@fluendo.com>
13837
13838         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
13839         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
13840         Make seeking in ogg more accurate again by doing the more correct
13841         granuletime to stream time conversion.
13842
13843 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13844
13845         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
13846         (gst_multi_fd_sink_new_client):
13847           debug a little more understandably
13848           do not use goto as a substitute for break, especially if
13849           break is also being used
13850
13851 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
13852
13853         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
13854         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
13855           Remove GLib-2.6 compatibility cruft.
13856
13857 2006-07-24  Wim Taymans  <wim@fluendo.com>
13858
13859         * gst-libs/gst/audio/gstbaseaudiosink.c:
13860         (gst_base_audio_sink_render):
13861         Don't try to align a sample to an unknown value.
13862
13863 2006-07-24  Wim Taymans  <wim@fluendo.com>
13864
13865         * gst-libs/gst/audio/gstbaseaudiosink.c:
13866         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
13867         When the audio clock is slaved to another clock, never try to align
13868         samples but trust the rate interpolation algorithm.
13869
13870 2006-07-24  Wim Taymans  <wim@fluendo.com>
13871
13872         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
13873         Don't try to calculate silence samples, base class does this much
13874         better now.
13875
13876         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13877         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
13878         (gst_ring_buffer_acquire):
13879         Calculate silence samples correctly.
13880
13881         * gst-libs/gst/audio/gstringbuffer.h:
13882         Add _CAST macro.
13883
13884 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
13885
13886         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
13887           Limit search for the first markup tag to the first few kB of
13888           the file. If we don't find one there, it's highly unlikely that
13889           this is an XML(-ish) file.
13890
13891 2006-07-21  Andy Wingo  <wingo@pobox.com>
13892
13893         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
13894         test to the one in vorbisenc. Also commented out.
13895
13896         * tests/check/pipelines/vorbisenc.c: 
13897         (test_discontinuity): New test, commented out until Mike lands
13898         some elite vorbisenc patches.
13899
13900         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
13901         Bufferstraw was actually factored out of these tests. Now we share
13902         code yay.
13903
13904         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
13905         for bufferstraw addition to gstcheck.
13906
13907 2006-07-21  Wim Taymans  <wim@fluendo.com>
13908
13909         * ext/theora/theoradec.c: (clip_buffer):
13910         Better clipping.
13911
13912 2006-07-21  Wim Taymans  <wim@fluendo.com>
13913
13914         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
13915         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
13916         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
13917         Fix leak.
13918         Avoid type casting when we can.
13919
13920         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
13921         Fix mem leak.
13922
13923 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
13924
13925         * ext/alsa/gstalsamixerelement.c:
13926         (gst_alsa_mixer_element_change_state):
13927           Make state change fail if the specified device can't be opened
13928           for some reason.
13929
13930 2006-07-20  Wim Taymans  <wim@fluendo.com>
13931
13932         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
13933         (cb_newpad), (main):
13934         Example of a small audio/video player using decodebin.
13935
13936 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
13937
13938         * gst-libs/gst/riff/riff-ids.h:
13939           Add 'fact' chunk id
13940
13941 2006-07-19  Wim Taymans  <wim@fluendo.com>
13942
13943         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13944         (gst_base_rtp_depayload_chain),
13945         (gst_base_rtp_depayload_change_state):
13946         Don't assert when not negotiated but post a meaningfull 
13947         error message. Fixes #347918.
13948
13949         * gst-libs/gst/rtp/gstbasertppayload.c:
13950         Add comment about better default MTU size.
13951
13952         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
13953         Small cleanups, start docs.
13954
13955 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
13956
13957         Patch by: Martin Szulecki
13958
13959         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
13960           If "device-name" is requested and the device is not
13961           open, try to temporarily open it to obtain this
13962           information (#342494).
13963
13964 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
13965
13966         * gst-libs/gst/tag/gstid3tag.c:
13967           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
13968
13969         * gst-libs/gst/tag/gsttageditingprivate.h:
13970         * gst-libs/gst/tag/gstvorbistag.c:
13971           Some more random const-ifications.
13972
13973 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
13974
13975         * gst-libs/gst/riff/riff-ids.h:
13976         * gst-libs/gst/riff/riff-media.c:
13977         (gst_riff_create_video_template_caps):
13978           Add more FOURCCs (sort list to make stuff easier to find),
13979           add comment what those 16 bytes in struct _gst_riff_strh according to
13980           one avi-dumper are
13981
13982 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
13983
13984         * gst-libs/gst/audio/multichannel.c:
13985         (gst_audio_check_channel_positions),
13986         (gst_audio_fixate_channel_positions):
13987           Const-ify two arrays.
13988
13989 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
13990
13991         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
13992           Fix typo, so that alsasink also advertises 8 channels
13993           if that's supported (tags: can, worms, open, alsa, ph34r).
13994
13995 2006-07-17  Wim Taymans  <wim@fluendo.com>
13996
13997         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
13998         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
13999         *sigh*, when is the compiler going to warn when the comments
14000         are out-of-sync with the code.. Refix case of busted theora
14001         headers with 0 granule pos.
14002
14003 2006-07-14  Wim Taymans  <wim@fluendo.com>
14004
14005         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14006         (gst_base_rtp_depayload_wait),
14007         (gst_base_rtp_depayload_change_state),
14008         (gst_base_rtp_depayload_set_property),
14009         (gst_base_rtp_depayload_get_property):
14010         Fix 99% cpu load by waiting for absolute times on the
14011         clock. Fixes #347300.
14012
14013 2006-07-14  Andy Wingo  <wingo@pobox.com>
14014
14015         * ext/theora/gsttheoraparse.h: 
14016         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
14017         (theora_parse_push_headers, theora_parse_clear_queue)
14018         (theora_parse_drain_queue_prematurely, )
14019         (theora_parse_sink_event, theora_parse_change_state): Queue events
14020         until we initialized our state, like in vorbisparse.
14021
14022         * ext/vorbis/vorbisparse.h: 
14023         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
14024         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
14025         (vorbis_parse_drain_queue_prematurely, )
14026         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
14027         until we have initialized our state. Fixes seeking after an
14028         initial pad block.
14029
14030 2006-07-14  Andy Wingo  <wingo@pobox.com>
14031
14032         Patch by: Iain Holmes <iaingnome@gmail.com>
14033         
14034         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
14035
14036 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
14037
14038         * configure.ac:
14039         Bump nano back to CVS
14040
14041 === release 0.10.9 ===
14042
14043 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
14044
14045         * configure.ac:
14046           releasing 0.10.9, "I walk the line"
14047
14048 2006-07-14  Michael Smith  <msmith@fluendo.com>
14049
14050         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
14051           Move a g_cond_signal to earlier to avoid sometimes deadlocking
14052           (commonly happens when running this test under valgrind) when trying
14053           to remove the buffer probe.
14054
14055 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
14056
14057         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
14058         Fix missing g_unlock from the previous commit
14059
14060 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
14061
14062         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14063         (gst_ximagesink_change_state):
14064         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14065         (gst_xvimagesink_change_state):
14066         Implement a locking order to ensure we always take the object lock
14067         before the x_lock and never vice-versa.
14068
14069 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
14070
14071         * gst/playback/gstdecodebin.c: (find_compatibles):
14072         Fix a caps leak when linking (#347304)
14073
14074         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14075         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
14076         (gst_ximagesink_change_state):
14077         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14078         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
14079         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14080         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
14081         Don't leak shared memory resources. Use the object lock to protect
14082         against the xcontext disappearing while returning a buffer from the
14083         pipeline. (#347304)
14084
14085 2006-07-12  Edward Hervey  <edward@fluendo.com>
14086
14087         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
14088         (vorbis_handle_comment_packet):
14089         gst_tag_list_merge() returns a new object. Take that into account when
14090         using it. This avoids memleak.
14091         Revert previous commit which is not needed.
14092
14093 2006-07-12  Edward Hervey  <edward@fluendo.com>
14094
14095         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
14096         Reset the decoder in finalize so that all fields get cleared.
14097
14098 2006-07-12  Wim Taymans  <wim@fluendo.com>
14099
14100         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14101         (gst_base_audio_src_set_clock),
14102         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
14103         Don't try to post an error message when setting the clock fails
14104         as this can happen when adding an element to a bin which will then
14105         deadlock. Fixes #347296.
14106
14107 2006-07-12  Edward Hervey  <edward@fluendo.com>
14108
14109         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
14110         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
14111         (vorbis_handle_type_packet):
14112         Post tag messages on the bus even if we're not initialized.
14113         If we're not initialized, we still postpone the event pushing of tags.
14114
14115 2006-07-12  Wim Taymans  <wim@fluendo.com>
14116
14117         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
14118         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14119         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
14120         Revert last two changes that broke the freeze.
14121
14122 2006-07-12  Wim Taymans  <wim@fluendo.com>
14123
14124         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
14125         basesink calculates silence sample correctly for us.
14126
14127 2006-07-12  Wim Taymans  <wim@fluendo.com>
14128
14129         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14130         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
14131         Calculate correct silence samples so we don't fill our ringbuffer
14132         with noise.
14133
14134 2006-07-12  Edward Hervey  <edward@fluendo.com>
14135
14136         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
14137         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
14138         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
14139         * ext/vorbis/vorbisdec.h:
14140         Delay sending events (newsegment, tags) until the decoder is properly
14141         initialized.
14142         Fixes #347295
14143
14144 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
14145
14146         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
14147         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
14148           Patch from #347221 adding a test for audioconvert
14149           channel remappings.
14150
14151 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
14152
14153         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
14154         (gst_ssa_parse_parse_line):
14155           Don't include the terminating NUL in the buffer size,
14156           it's only there for extra paranoia (would add random
14157           '*' characters at the end of each subtitle since the
14158           terminator itself is not valid UTF-8 technically).
14159           Also fix indenting after boilerplate macro.
14160
14161 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
14162
14163         * gst/playback/gstdecodebin.c: (close_pad_link):
14164           Also emit 'unknown-type' signal (which should really be
14165           called unhandled-type) if we found potential decoders/demuxers
14166           in the registry but none of them worked in the end (as in the
14167           case where the plugins don't exist any longer but are still
14168           listed in the registry). Fixes #329798.
14169
14170 2006-07-08  Andy Wingo  <wingo@pobox.com>
14171
14172         * theoraparse.c (theora_parse_push_buffer)
14173         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
14174         Add some more debugging. Fix granulepos reconstruction in the face
14175         of discontinuities.
14176
14177 2006-07-06  Wim Taymans  <wim@fluendo.com>
14178
14179         * gst-libs/gst/audio/gstbaseaudiosink.c:
14180         (gst_base_audio_sink_class_init),
14181         (gst_base_audio_sink_provide_clock):
14182         Use gobject_class instead of G_OBJECT_CLASS (klass)
14183
14184         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14185         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
14186         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
14187         (gst_base_audio_src_get_time),
14188         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
14189         (gst_base_audio_src_create_ringbuffer):
14190         Fix latency and buffer-time constants and properties ala basesink.
14191         Implement pull based scheduling. Fixes #346527.
14192         Set default blocksize in GstBaseSrc to 0, we default to pushing out
14193         one segment.
14194         Refuse slaving to another clock instead of silently not working.
14195         Only provide a clock when we are actually able to do so.
14196         Various small cleanups and compiler hints.
14197
14198 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
14199
14200         Patch by: Lutz Mueller <lutz at topfrose de>
14201
14202         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
14203         (plugin_init):
14204           Add typefinding for text/html (#346581).
14205
14206 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
14207
14208         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
14209         (xml_check_first_element), (xml_type_find), (smil_type_find):
14210           Fix SMIL typefinding, make xml_check_first_element() more
14211           useful.
14212
14213 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
14214
14215         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14216         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
14217         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
14218         * gst/playback/gstplaybasebin.h:
14219           Protect list of elements with a subtitle-encoding property and
14220           the subtitle encoding member itself with a lock of their own
14221           instead of using the object lock. This prevents a dead-lock in
14222           the element-remove callback in some circumstances when shutting
14223           down playbin.
14224
14225 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
14226
14227         * win32/common/libgsttag.def:
14228         Export some new functions.
14229         * win32/vs6/libgstogg.dsp:
14230         Add a link to libgsttag-0.10.lib.
14231
14232 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
14233
14234         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
14235           Some const-ification.
14236
14237 2006-07-04  Wim Taymans  <wim@fluendo.com>
14238
14239         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
14240         Improve checking if we are dealing with a stream. Added some
14241         more uris that need buffering.
14242
14243 2006-07-03  Edward Hervey  <edward@fluendo.com>
14244
14245         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
14246         Remove unused variable.
14247
14248 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14249
14250         * Makefile.am:
14251           include lcov.mak
14252         * configure.ac:
14253           add GCOV_LIBS to GST_LIBS
14254
14255 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
14256
14257         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
14258
14259         * ext/alsa/gstalsasrc.c:
14260           Add 32 bps to template caps and increase channels range
14261           from [1,2] to [1,MAX]. See #346326.
14262
14263 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
14264
14265         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
14266           Recognise 'WMVA' video codec fourcc (#345879).
14267           
14268 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
14269          
14270         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
14271           Fixed nasty memory leak
14272
14273 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14274
14275         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
14276         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
14277           fix logging
14278
14279 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
14280
14281         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14282         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
14283         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
14284         Protect remove_fakesink using a mutex, so that we don't try and
14285         remove the fakesink simultaneously from multiple threads.
14286
14287         When going from READY to PAUSED, restore the fakesink, so that
14288         it is there when decodebin gets reused.
14289
14290 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
14291
14292         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
14293         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14294         * gst-libs/gst/rtp/gstbasertppayload.c:
14295         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14296         * gst/tcp/gstmultifdsink.c:
14297         * gst/tcp/gsttcpclientsink.c:
14298         * gst/tcp/gsttcpclientsrc.c:
14299         * gst/tcp/gsttcpserversink.c:
14300         * gst/tcp/gsttcpserversrc.c:
14301         * gst/videorate/gstvideorate.c:
14302         * gst/videotestsrc/gstvideotestsrc.c:
14303         * sys/v4l/gstv4ljpegsrc.c:
14304         * sys/v4l/gstv4lmjpegsink.c:
14305         * sys/v4l/gstv4lsrc.c:
14306         * tests/examples/seek/scrubby.c:
14307         * tests/examples/seek/seek.c:
14308           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
14309
14310 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14311
14312         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
14313           Second field in GEnumValue shouldn't be a description,
14314           but a stringified version of the enum value.
14315
14316 2006-06-22  Wim Taymans  <wim@fluendo.com>
14317
14318         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14319         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
14320         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14321         Avoid type checking in buffer casts.
14322         Avoid caps copy in buffer_alloc when we can.
14323         Use pad_peer_accept.
14324
14325 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14326
14327         * gst-libs/gst/tag/tag.h:
14328           Oops, make that 'Since: 0.10.9'.
14329
14330 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14331
14332         * docs/libs/gst-plugins-base-libs-sections.txt:
14333         * gst-libs/gst/tag/tag.h:
14334         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
14335         (gst_tag_image_type_get_type):
14336           API: add GstTagImageType enum to describe images contained
14337           in image tags (#345641).
14338
14339 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14340
14341         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14342           Fix warnings with gst-inspect: "buffers-min" property
14343           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
14344           typo in property description.
14345
14346 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14347
14348         Patch by: Cody Russell <bratsche at gnome org>
14349
14350         * gst/audioresample/gstaudioresample.c:
14351         (gst_audioresample_class_init):
14352         * gst/playback/gststreamselector.c:
14353         (gst_stream_selector_class_init):
14354         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
14355         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14356         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
14357         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
14358         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
14359         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
14360         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
14361         * gst/videotestsrc/gstvideotestsrc.c:
14362         (gst_video_test_src_class_init):
14363         * gst/volume/gstvolume.c: (gst_volume_class_init):
14364           Avoid unnecessary class cast check in class_init
14365           functions (#337747).
14366
14367 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
14368
14369         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
14370         (gst_text_overlay_video_chain):
14371           g_markup_escape_text() REALLY doesn't like non-UTF8 input
14372           and doesn't validate its input either (and neither did
14373           textoverlay it seems). Let's do that then and fix #345206.
14374
14375 2006-06-19  Wim Taymans  <wim@fluendo.com>
14376
14377         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
14378         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
14379         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
14380         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
14381         (find_syncframe), (find_limits), (assign_value),
14382         (count_burst_unit), (gst_multi_fd_sink_new_client),
14383         (gst_multi_fd_sink_handle_client_write),
14384         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
14385         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
14386         (gst_multi_fd_sink_change_state):
14387         * gst/tcp/gstmultifdsink.h:
14388         Added shiny new burst-on-connect methods.
14389         Add properties to control the minimal amount of data queued.
14390         Small cleanups.
14391         API: bytes-min property
14392         API: time-min property
14393         API: buffers-min property
14394         API: burst-unit property
14395         API: burst-value property
14396         API: add-full signal
14397
14398         * gst/tcp/gsttcp-marshal.list:
14399         Added new marshaller code for the new signal.
14400
14401         * tests/check/elements/multifdsink.c: (GST_START_TEST),
14402         (multifdsink_suite):
14403         Added testcases for new burst methods.
14404
14405 2006-06-19  Edward Hervey  <edward@fluendo.com>
14406
14407         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
14408         Implement clipping for accurate seeking.
14409         Closes #345225
14410
14411 2006-06-19  Wim Taymans  <wim@fluendo.com>
14412
14413         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
14414
14415         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
14416         (gst_video_scale_transform):
14417         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
14418
14419 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
14420
14421         * configure.ac:
14422           Fix --disable-external (can't set conditionals conditionally,
14423           #343602).
14424
14425 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14426
14427         * tests/check/elements/audioresample.c: (test_reuse),
14428         (audioresample_suite):
14429           Add test case for bug #342789 fixed below.
14430
14431 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14432
14433         * gst/audioresample/gstaudioresample.c:
14434         (gst_audioresample_class_init), (gst_audioresample_init),
14435         (audioresample_start), (audioresample_stop),
14436         (gst_audioresample_set_property), (gst_audioresample_get_property):
14437           Implement GstBaseTransform::start and ::stop so that audioresample
14438           can clear its internal state properly and be reused instead of
14439           causing non-negotiated errors with playbin under some circumstances
14440           (#342789).
14441
14442         * tests/check/elements/audioresample.c: (setup_audioresample),
14443         (cleanup_audioresample):
14444           Need to set element state here so that ::start and ::stop are
14445           called.
14446
14447 2006-06-16  Wim Taymans  <wim@fluendo.com>
14448
14449         Patch by: Young-Ho Cha <ganadist at chollian dot net>
14450
14451         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
14452         Parse extra data better, apparently it's right behind
14453         the normal strf header size. Fixes #343500.
14454
14455 2006-06-16  Wim Taymans  <wim@fluendo.com>
14456
14457         * ext/alsa/gstalsasink.c: (set_hwparams):
14458         If we fail to set the buffer_time and period_time alsa
14459         parameters, post a warning and leave alsa select a 
14460         default instead of failing. Fixes #342085
14461
14462 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14463
14464         * docs/libs/gst-plugins-base-libs-sections.txt:
14465         * gst-libs/gst/cdda/gstcddabasesrc.h:
14466           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
14467           out in the header file and shouldn't be listed in the docs.
14468
14469         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14470           Must dereference pointer to fourcc in the debug statement.
14471
14472 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
14473
14474         * docs/libs/Makefile.am:
14475         * docs/libs/gst-plugins-base-libs-docs.sgml:
14476         * docs/libs/gst-plugins-base-libs-sections.txt:
14477         * docs/libs/gst-plugins-base-libs.types:
14478         add remaining symbols into correct setions
14479         
14480         * gst-libs/gst/audio/gstringbuffer.c:
14481         fix incomplete docs
14482         
14483         * gst-libs/gst/audio/gstringbuffer.h:
14484         comment out not yet implemented function
14485         
14486         
14487         * gst-libs/gst/floatcast/floatcast.h:
14488         * gst-libs/gst/netbuffer/gstnetbuffer.c:
14489         add short descriptions
14490         
14491         
14492         * gst-libs/gst/interfaces/propertyprobe.c:
14493         fix return value docs   
14494         
14495         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14496         simplify debug logging
14497         
14498         * gst-libs/gst/riff/riff-read.h:
14499         sync function prototype and docs
14500         
14501         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
14502         remove left over symbol
14503
14504 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14505
14506         * autogen.sh:
14507         * configure.ac:
14508         * docs/Makefile.am:
14509           Use GST_PLUGIN_DOCS macro in configure.ac, add
14510           --enable-plugin-docs default to autogen.sh and use
14511           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
14512
14513 2006-06-15  Wim Taymans  <wim@fluendo.com>
14514
14515         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
14516         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
14517         (gst_ogg_demux_loop):
14518         Combine GstFlowReturn from the source pads to give a
14519         meaningfull result to the upstream peer or to stop the
14520         processing task in case of errors.
14521
14522 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14523
14524         * gst/playback/gststreaminfo.c: (cb_probe):
14525           Try GST_TAG_CODEC as fallback when extracting the
14526           codec name; more debug info.
14527
14528 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14529
14530         * ext/ogg/Makefile.am:
14531         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14532           Extract language tags from ogm subtitle streams, so that
14533           the subtitle menu choices are labelled correctly in
14534           Totem (fixes #344708).
14535
14536 2006-06-14  Wim Taymans  <wim@fluendo.com>
14537
14538         Patch by: Alessandro Decina <alessandro at nnva dot org>
14539
14540         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
14541         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
14542         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
14543         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
14544         Fix various leaks. Fixes #343699.
14545         Add x-smoke mime type.
14546
14547 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14548
14549         * gst-libs/gst/riff/riff-ids.h:
14550           Add IDs for 'bext' chunks (see #343837).
14551
14552 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
14553
14554         Patch by: Young-Ho Cha  <ganadist at chollian net>
14555
14556         * gst/subparse/samiparse.c: (sami_context_pop_state),
14557         (handle_start_font), (end_sami_element):
14558           Honour font face tags in SAMI subtitles (#344503).
14559
14560 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14561
14562         * po/POTFILES.in:
14563           add missing files containing translatable strings
14564
14565 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14566
14567         * docs/libs/tmpl/.cvsignore:
14568           we don't want those *.sgml files in CVS either
14569
14570 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14571
14572         * docs/libs/.cvsignore:
14573         * tests/check/elements/.cvsignore:
14574         * tests/check/libs/.cvsignore:
14575           ignore more
14576
14577 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14578
14579         * docs/libs/Makefile.am:
14580           also commiting the changed Makefile.am (added more libs to the
14581           doc-build)
14582
14583 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14584
14585         * docs/libs/gst-plugins-base-libs-docs.sgml:
14586         * docs/libs/gst-plugins-base-libs-sections.txt:
14587         * docs/libs/gst-plugins-base-libs.types:
14588           first batch of reordering things, add index & hierarchy
14589
14590 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14591
14592         * configure.ac:
14593           use GST_PKG_CHECK_MODULES, cleans up output
14594
14595 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
14596
14597         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
14598           Add support for burn:// URIs (#343385); const-ify things a bit,
14599           use G_N_ELEMENTS instead of hard-coded array size.
14600
14601 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
14602
14603         Patch by: Young-Ho Cha  <ganadist at chollian net>
14604
14605         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
14606           Fix up broken entities before passing them to libxml *sigh*.
14607           (#343303).
14608           
14609 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14610
14611         * configure.ac:
14612           back to TRUNK
14613
14614 === release 0.10.8 ===
14615
14616 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
14617
14618         * configure.ac:
14619           releasing 0.10.8, "Moar gij ziet mij nie"
14620
14621 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
14622
14623         * configure.ac:
14624         * po/af.po:
14625         * po/az.po:
14626         * po/cs.po:
14627         * po/en_GB.po:
14628         * po/hu.po:
14629         * po/it.po:
14630         * po/nb.po:
14631         * po/nl.po:
14632         * po/or.po:
14633         * po/sq.po:
14634         * po/sr.po:
14635         * po/sv.po:
14636         * po/uk.po:
14637         * po/vi.po:
14638         * win32/common/config.h:
14639           0.10.7.2 prerelease
14640
14641 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
14642
14643         * docs/libs/tmpl/gstaudio.sgml:
14644         * docs/libs/tmpl/gstcolorbalance.sgml:
14645         * docs/libs/tmpl/gstmixer.sgml:
14646         * docs/libs/tmpl/gstringbuffer.sgml:
14647         * docs/libs/tmpl/gsttuner.sgml:
14648         * docs/libs/tmpl/gstxoverlay.sgml:
14649         * gst-libs/gst/audio/audio.c:
14650         * gst-libs/gst/audio/gstringbuffer.c:
14651         * gst-libs/gst/interfaces/colorbalance.c:
14652         * gst-libs/gst/interfaces/mixer.c:
14653         * gst-libs/gst/interfaces/tuner.c:
14654         * gst-libs/gst/interfaces/xoverlay.c:
14655           move last template doc snippets to source code and delete them
14656
14657 2006-06-06  Michael Smith  <msmith@fluendo.com>
14658
14659         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
14660         (theora_parse_drain_queue):
14661           Mark DELTA_UNIT on non-keyframes.
14662
14663 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
14664
14665         * gst-libs/gst/audio/gstbaseaudiosink.c:
14666         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
14667         * gst-libs/gst/audio/gstbaseaudiosink.h:
14668         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
14669         (gst_ring_buffer_samples_done):
14670         * gst-libs/gst/audio/gstringbuffer.h:
14671         Document better the fact that latency_time and buffer_time are values
14672         stored in microseconds, and not the usual GStreamer nanoseconds.
14673         Change the variables (compatibly) that store them from GstClockTime 
14674         to guint64 to make it more clear that they're not storing clock times.
14675         Also, remove the bogus property description that says the user can
14676         specify -1 to get the default value, since that's never been the case.
14677
14678         When computing the default segment size for the ring buffer, make it
14679         an integer number of samples.
14680
14681         When the sub-class indicates a delay greater than the number of
14682         samples we've written return 0 from the audio sink get_time method.
14683
14684 2006-06-02  Michael Smith  <msmith@fluendo.com>
14685
14686         * tests/check/elements/audioconvert.c: (set_channel_positions),
14687         (get_float_mc_caps), (get_int_mc_caps):
14688         * tests/check/elements/audioresample.c:
14689         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
14690         * tests/check/elements/videorate.c:
14691         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
14692         * tests/check/elements/volume.c:
14693         * tests/check/elements/vorbisdec.c:
14694         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
14695           Don't busy-wait in tests; this was causing test timeouts very
14696           frequently when running under valgrind.
14697
14698 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14699
14700         * gst/tcp/README:
14701         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
14702         (gst_multi_fd_sink_remove_client_link),
14703         (gst_multi_fd_sink_client_queue_caps),
14704         (gst_multi_fd_sink_client_queue_buffer),
14705         (gst_multi_fd_sink_handle_client_write),
14706         (gst_multi_fd_sink_render):
14707         * gst/tcp/gstmultifdsink.h:
14708           make multifdsink properly deal with streamheader:
14709           - streamheader is taken from caps
14710           - buffers marked with IN_CAPS are not sent
14711           - streamheaders are sent, on connection, from the caps of the
14712             buffer where the client gets positioned to
14713           - further streamheader changes are done every time the client
14714             will receive a buffer with different caps
14715         * tests/check/elements/multifdsink.c: (GST_START_TEST),
14716         (gst_multifdsink_create_streamheader):
14717           add tests for this
14718
14719 2006-06-02  Michael Smith  <msmith@fluendo.com>
14720
14721         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
14722           Reinstate limit on channel count. Vorbis does not define the meaning
14723           of > 6 channels, so they're just independent channels. Gstreamer
14724           currently has no mechanism to represent N independent channels.
14725
14726 2006-06-02  Michael Smith  <msmith@fluendo.com>
14727
14728         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
14729           Don't arbitrarily restrict channel counts and rate in vorbis.
14730           In terms of effects likely on real-world files, this fixes 96kHz
14731           playback of vorbis.
14732
14733 2006-06-02  Michael Smith  <msmith@fluendo.com>
14734
14735         * gst/audioconvert/audioconvert.c: (float):
14736           More correct float->int conversion.
14737
14738 2006-06-02  Michael Smith  <msmith@fluendo.com>
14739
14740         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
14741           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
14742           value. Fixes g-critical on trying to play back ogg containing
14743           unknown codec.
14744
14745 2006-06-02  Wim Taymans  <wim@fluendo.com>
14746
14747         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
14748         (setup_source):
14749         * gst/playback/gstplaybasebin.h:
14750         Make the subtitle detection work from any thread so we don't
14751         deadlock. Fixes #343397.
14752
14753 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14754
14755         * gst/volume/Makefile.am:
14756           Seriously, it's not *that* hard to get compilation right.  Even
14757           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
14758
14759 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
14760
14761         * gst/volume/gstvolume.c: (volume_choose_func),
14762         (volume_update_real_volume), (gst_volume_class_init),
14763         (gst_volume_init), (volume_process_float), (volume_process_int16),
14764         (volume_process_int16_clamp), (volume_set_caps),
14765         (volume_transform_ip), (plugin_init):
14766         * gst/volume/gstvolume.h:
14767         rewrite the passthrough check, split _int16 and _int16_clamp, fix
14768         another property desc., remove unused param from process function
14769         
14770         * tests/check/elements/volume.c: (volume_suite):
14771         reactivate the passthrough test
14772
14773 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
14774
14775         * ext/alsa/gstalsamixerelement.h:
14776         * ext/alsa/gstalsamixeroptions.h:
14777         * ext/alsa/gstalsamixertrack.h:
14778         * ext/gnomevfs/gstgnomevfssink.h:
14779         * ext/gnomevfs/gstgnomevfssrc.h:
14780         * ext/theora/gsttheoradec.h:
14781         * ext/theora/gsttheoraenc.h:
14782         * ext/theora/gsttheoraparse.h:
14783         * ext/vorbis/vorbisparse.h:
14784         * gst-libs/gst/audio/gstaudioclock.h:
14785         * gst-libs/gst/audio/gstaudiofilter.h:
14786         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
14787         * gst/audioconvert/gstaudioconvert.h:
14788         * gst/audioresample/gstaudioresample.h:
14789         * gst/audiotestsrc/gstaudiotestsrc.h:
14790         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
14791         * gst/playback/gststreamselector.h:
14792         * gst/tcp/gstmultifdsink.h:
14793         * gst/tcp/gsttcpclientsink.h:
14794         * gst/tcp/gsttcpclientsrc.h:
14795         * gst/tcp/gsttcpserversink.h:
14796         * gst/tcp/gsttcpserversrc.h:
14797         * gst/videorate/gstvideorate.h:
14798         * gst/videoscale/gstvideoscale.h:
14799         * gst/videotestsrc/gstvideotestsrc.h:
14800         * gst/volume/gstvolume.h:
14801         * sys/v4l/gstv4ljpegsrc.h:
14802         * sys/v4l/gstv4lmjpegsink.h:
14803         * sys/v4l/gstv4lmjpegsrc.h:
14804         * sys/v4l/gstv4lsrc.h:
14805         * sys/ximage/ximagesink.h:
14806         * sys/xvimage/xvimagesink.h:
14807         * tests/old/testsuite/alsa/sinesrc.h:
14808         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
14809
14810 2006-05-31  Wim Taymans  <wim@fluendo.com>
14811
14812         * ext/libvisual/visual.c: (gst_visual_reset),
14813         (gst_visual_sink_setcaps), (gst_visual_sink_event),
14814         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
14815         Handle DISCONT.
14816         Use running time before doing QoS.
14817         Handle mono too.
14818
14819 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
14820
14821         * docs/libs/Makefile.am:
14822           set a magic variable to indicate we know the docs are incomplete
14823
14824 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
14825
14826         * win32/common/libgstvideo.def:
14827           export gst_video_calculate_display_ratio
14828         * win32/vs6/libgstvideoscale.dsp:
14829           add link to libgstvideo-0.10.lib
14830
14831 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
14832
14833         * gst/playback/gstplaybasebin.c: (gen_source_element):
14834           Throw a more comprehensible error for rtsp:// URIs (rather
14835           than erroring out with a negotiation error later on) until
14836           we fix playbin to handle rtspsrc etc.
14837
14838 2006-05-30  Wim Taymans  <wim@fluendo.com>
14839
14840         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
14841         (gst_text_overlay_text_event):
14842         Added some FIXMEs.
14843
14844 2006-05-30  Wim Taymans  <wim@fluendo.com>
14845
14846         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
14847         (gst_adder_request_new_pad), (gst_adder_release_pad):
14848         * gst/adder/gstadder.h:
14849         Implement release_request_pad.
14850         Make padcounter atomic.
14851
14852         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
14853         Added check for release_pad in adder.
14854
14855 2006-05-30  Wim Taymans  <wim@fluendo.com>
14856
14857         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
14858         Fix build again.
14859
14860 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14861
14862         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
14863         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
14864         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
14865         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
14866         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
14867         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
14868         (gst_ogg_demux_bisect_forward_serialno),
14869         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
14870         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
14871           add more debugging
14872           clean up printf formats for granulepos and serialno
14873
14874 2006-05-30  Michael Smith  <msmith@fluendo.com>
14875
14876         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
14877         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
14878         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
14879         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
14880         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
14881         * ext/vorbis/vorbisenc.h:
14882           Multi-channel caps negotiation, so we can do proper multichannel
14883           vorbis encoding, negotiated through audioconvert.
14884
14885 2006-05-30  Wim Taymans  <wim@fluendo.com>
14886
14887         * tests/check/elements/adder.c: (test_event_message_received),
14888         (test_play_twice_message_received), (GST_START_TEST),
14889         (adder_suite):
14890         Added check to show that #339935 is fixed with ongoing
14891         adder and collectpads fixes.
14892
14893 2006-05-29  Wim Taymans  <wim@fluendo.com>
14894
14895         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
14896         Don't leak pad name.
14897
14898 2006-05-29  Wim Taymans  <wim@fluendo.com>
14899
14900         * gst/adder/gstadder.c: (gst_adder_query_duration),
14901         (forward_event_func), (forward_event), (gst_adder_src_event):
14902         Fix adder seeking.
14903         Make query/seeking code threadsafe.
14904
14905         * tests/check/Makefile.am:
14906         * tests/check/elements/adder.c: (test_event_message_received),
14907         (GST_START_TEST), (test_play_twice_message_received):
14908         Fix adder test case.
14909
14910 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
14911
14912         Patch by: Young-Ho Cha  <ganadist at chollian net>
14913
14914         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14915         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
14916         (set_encoding_element), (decodebin_element_added_cb),
14917         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
14918         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
14919         * gst/playback/gstplaybasebin.h:
14920           Add 'subtitle-encoding' property to playbin, so applications can
14921           force a subtitle encoding for non-UTF8 subtitles (#342268).
14922
14923         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
14924         (gst_sub_parse_set_property):
14925           Rename recently-added 'encoding' property to 'subtitle-encoding'
14926           (so it can be proxied by playbin/decodebin in a generic way
14927           with less danger of false positives).
14928
14929 2006-05-29  Michael Smith  <msmith@fluendo.com>
14930
14931         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
14932         (append_with_other_format), (set_structure_widths),
14933         (gst_audio_convert_transform_caps):
14934           Patch from #341562: give more specific audio caps in get_caps, so
14935           that basetransform  can make better decisions on what caps to
14936           negotiate.
14937
14938 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
14939
14940         * tests/check/elements/volume.c:
14941         make it compile again
14942
14943 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
14944
14945         * tests/check/elements/volume.c: (volume_suite):
14946         disable test until #343196 gets resolved
14947
14948 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
14949
14950         * gst/adder/gstadder.c: (gst_adder_get_type):
14951         Make it easier to copy&paste
14952         
14953         * gst/volume/Makefile.am:
14954         * gst/volume/gstvolume.c: (volume_update_real_volume),
14955         (gst_volume_set_volume), (gst_volume_set_mute),
14956         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
14957         (volume_transform_ip), (volume_update_mute),
14958         (volume_update_volume):
14959         * gst/volume/gstvolume.h:
14960         Add own debug category, move duplicate code to helper function, fix
14961         property texts, add more comments and prepare ffor liboil-goodness
14962         
14963         * tests/check/Makefile.am:
14964         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
14965         add test for mute and passtrough case, be a bit more verbose to track
14966         failure
14967         
14968         * tests/check/generic/states.c: (GST_START_TEST):
14969         catch elements that fail to instantiate
14970
14971 2006-05-28  Edward Hervey  <edward@fluendo.com>
14972
14973         * tests/check/pipelines/simple-launch-lines.c:
14974         * tests/check/pipelines/theoraenc.c:
14975         * tests/check/pipelines/vorbisenc.c:
14976         Comment out tests using parse_launch() if core was built without
14977         parsing capabilities.
14978
14979 2006-05-27  Edward Hervey  <edward@fluendo.com>
14980
14981         * tests/check/Makefile.am:
14982         Extra bonus points for whoever explains to ensonic that you are meant
14983         to test unit tests thoroughly before commiting them, especially if
14984         you know it's going to break.
14985         De-activated element/adder tests.
14986
14987 2006-05-27  Edward Hervey  <edward@fluendo.com>
14988
14989         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14990         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
14991         Marking caps conversion issues as GST_WARNING is way too verbose,
14992         Moving them to GST_LOG.
14993
14994 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
14995
14996         * README:
14997           Replace current README (containing the release notes from
14998           some 0.9.x version) with a proper README taken from the core.
14999
15000 2006-05-26  Wim Taymans  <wim@fluendo.com>
15001
15002         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15003         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
15004         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
15005         (vorbis_dec_change_state):
15006         Small cleanups.
15007         Add some FIXMEs
15008         Clip output samples to segment boundaries.
15009
15010 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
15011
15012         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
15013         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
15014         Improve the errors produced on bad output, including some human
15015         readable description strings.
15016         Handle the (theoretical for ximagesink) case where the XServer 
15017         has a different idea about the size required for a particular 
15018         frame and gives us too small a memory allocation.
15019
15020 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
15021
15022         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
15023         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
15024         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
15025         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
15026         Improve the errors produced on bad output, including some human 
15027         readable description strings.
15028         Handle RGB Xv formats properly by transforming them into our 
15029         big-endian caps description.
15030         Use gst_caps_truncate to ensure that we never try and choose a
15031         non-fixed caps in buffer_alloc.
15032         Handle the case where the XServer has a different idea about the size
15033         required for a particular frame and gives us too small a memory
15034         allocation.
15035         Use -1 to indicate 'no image format', because 0 is a valid XServer
15036         image format number.
15037         Put RGB Xv formats at the end of the caps, so that we always prefer
15038         YUV format frames.
15039         Iterate the available Xv Encodings to determine the maximum width and
15040         height, and then return that in our caps.
15041         (Closes #315312, #337544)
15042
15043 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
15044
15045         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
15046         When there is only one unfinished pad and it receives an event that
15047         doesn't match our requirements, we need to set alldone=FALSE so that
15048         the fakesink is not removed yet.
15049
15050 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
15051
15052         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
15053           Use gst_type_find_helper_for_buffer() to find the type
15054           of stream from the first packet.
15055
15056         * configure.ac:
15057           Bump requirements to core CVS (needed for vorbis
15058           typefinding to work).
15059
15060 2006-05-24  Edward Hervey  <edward@fluendo.com>
15061
15062         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
15063         Added the 'prfl' atom type which MQV (no, it's not a typo) files
15064         contain.  Else they play perfectly fine with qtdemux.
15065
15066 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
15067
15068         * ext/theora/theoradec.c:
15069         * ext/theora/theoraenc.c:
15070         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
15071         * gst/audiorate/gstaudiorate.c:
15072           make more debug catagories static
15073         
15074         * tests/check/Makefile.am:
15075         * tests/check/elements/adder.c: (message_received),
15076         (test_event_message_received), (GST_START_TEST),
15077         (test_play_twice_message_received), (adder_suite):
15078           added test case for using element twice, extra bonus points for anyone
15079           who can make these test run reliably
15080
15081 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15082
15083         * ext/theora/theoradec.c: (theora_dec_chain):
15084           Make work with time-stamped input buffers that do not
15085           have a granulepos in BUFFER_OFFSET_END (like theora
15086           buffers coming from matroskademux). Fixes #342448.
15087
15088 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
15089
15090         Patch by: Peter Kjellerstedt  <pkj at axis com>
15091
15092         * gst/tcp/Makefile.am:
15093           fdstresstest doesn't need Gtk+, fix compilation if 
15094           gtk is not available (#342566).
15095
15096 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
15097          
15098         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
15099           80 line columns
15100           Removed redundant floor()
15101
15102 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
15103
15104         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
15105           On second thought, just skip JUNK chunks automatically, so
15106           the caller doesn't have to handle this. Fixes #342345.
15107           Also, return GST_FLOW_UNEXPECTED if we get a short read,
15108           not GST_FLOW_ERROR.
15109
15110 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
15111
15112         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
15113           Don't bail out on JUNK chunks with a size of 0 (would try to
15114           pull_range 0 bytes before, which sources don't like too much).
15115           See #342345.
15116
15117 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
15118
15119         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15120         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15121         Use the gstutil scaling function to preserve 64 bits while calculating
15122         output width and height from the display-aspect-ratio. (A continuation
15123         of #341542)
15124
15125 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
15126
15127         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
15128         (gst_xvimagesink_buffer_alloc):
15129         * sys/xvimage/xvimagesink.h:
15130         When performing buffer allocations, remember the caps and image format
15131         we return so that if the same caps are asked for next time we can
15132         return them immediately without doing any caps intersections.
15133
15134 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
15135          
15136         * gst-libs/gst/rtp/README:
15137           Some new documentation
15138         * gst-libs/gst/rtp/gstrtpbuffer.h:       
15139           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
15140         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
15141         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
15142           New RTP audio base payloader class. Supports frame or sample based
15143           codecs.  Not enabled in Makefile.am until approved.
15144
15145 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15146
15147         * tests/check/elements/alsa.c: (test_device_property_probe):
15148           Fix test case: don't try to free NULL GValueArray when there
15149           are no devices.
15150
15151 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15152
15153         * tests/check/Makefile.am:
15154         * tests/check/elements/alsa.c: (test_device_property_probe),
15155         (alsa_suite), (main):
15156           Add simple test that runs a device property probe on alsasrc,
15157           alsasink and alsamixer. Disable valgrind check for now (too
15158           many leaks in libasound, and valgrind ignored my suppressions
15159           additions).
15160
15161 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15162
15163         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
15164         (gst_alsa_device_property_probe_probe_property),
15165         (gst_alsa_device_property_probe_needs_probe),
15166         (gst_alsa_device_property_probe_get_values),
15167         (gst_alsa_type_add_device_property_probe_interface):
15168         * ext/alsa/gstalsadeviceprobe.h:
15169         * ext/alsa/gstalsamixerelement.c:
15170         (gst_alsa_mixer_element_init_interfaces):
15171         * ext/alsa/gstalsamixerelement.h:
15172           Clean up and simplify alsa device probing. Make it actually work
15173           for multiple classes. Don't cache results any longer.
15174
15175         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
15176         (gst_alsasink_init):
15177         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
15178         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
15179         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
15180           Make alsasink and alsasrc implement the GstPropertyProbe interface
15181           for device probing (#342181).
15182           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
15183
15184 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15185
15186         * gst/subparse/samiparse.c: (handle_start_font):
15187           Don't ignore return value of strtol (++compiler_happiness).
15188
15189 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
15190
15191         Patch by: Young-Ho Cha  <ganadist chollian net>
15192
15193         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
15194         (gst_sub_parse_class_init), (gst_sub_parse_init),
15195         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
15196         (convert_encoding):
15197         * gst/subparse/gstsubparse.h:
15198           Add 'encoding' property (#341681).
15199
15200         * gst/subparse/samiparse.c: (characters_sami):
15201           Output is pango markup, so we need to escape text
15202           between tags (#342143).
15203
15204 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
15205
15206         * gst-libs/gst/audio/multichannel.c:
15207         (gst_audio_check_channel_positions):
15208           It's okay to have caps with channels=1 and a channel position
15209           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
15210           (deinterleavers might want to keep the position in the caps,
15211           so that they can be re-interleaved again properly later).
15212           Leave check for unexpected 2-channel layouts intact for now.
15213
15214 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15215
15216         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
15217         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
15218         basesrc can do its job correctly.
15219
15220 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
15221
15222         * ext/alsa/Makefile.am:
15223         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
15224         (gst_alsa_detect_formats), (get_channel_free_structure),
15225         (caps_add_channel_configuration), (gst_alsa_detect_channels),
15226         (gst_alsa_probe_supported_formats):
15227         * ext/alsa/gstalsa.h:
15228         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
15229           Refactor and improve caps probing code: probe signedness
15230           when we probe the supported formats/widths; set endianness
15231           to the one we actually probed for (ie. cpu endianness).
15232           
15233         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
15234         (gst_alsasrc_close):
15235         * ext/alsa/gstalsasrc.h:
15236           Implement caps probing for alsasrc.
15237
15238 2006-05-15  Wim Taymans  <wim@fluendo.com>
15239
15240         * ext/theora/theoradec.c: (gst_theora_dec_reset),
15241         (theora_dec_src_query), (theora_dec_src_event),
15242         (theora_dec_sink_event), (theora_handle_comment_packet),
15243         (theora_handle_data_packet), (theora_dec_change_state):
15244         Cleanups, add some G_LIKELY.
15245         Use segment helpers instead of our own wrong code.
15246         Clear queued buffers on seek and READY.
15247
15248         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
15249         (vorbis_dec_convert), (vorbis_dec_src_query),
15250         (vorbis_dec_src_event), (vorbis_dec_sink_event),
15251         (vorbis_handle_comment_packet), (vorbis_dec_push),
15252         (vorbis_handle_data_packet), (vorbis_dec_chain),
15253         (vorbis_dec_change_state):
15254         * ext/vorbis/vorbisdec.h:
15255         Remove old useless packetno variable.
15256         Do position query properly.
15257         Add some G_LIKELY.
15258         Do cleanup of queued buffers in new helper function
15259         and use it.
15260
15261 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15262
15263         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
15264           Query supported sample rates. Fixes #341732.
15265
15266 2006-05-15  Julien MOUTTE  <julien@moutte.net>
15267
15268         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
15269         (gst_decode_bin_change_state): Make decodebin reusable
15270         when going from PAUSE_TO_READY and then back to PAUSED.
15271         Fixes #331678.
15272
15273 2006-05-15  Wim Taymans  <wim@fluendo.com>
15274
15275         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
15276         (vorbis_dec_convert), (vorbis_dec_src_query),
15277         (vorbis_dec_sink_query), (vorbis_dec_src_event),
15278         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
15279         (vorbis_dec_clean_queued), (vorbis_dec_push),
15280         (vorbis_handle_data_packet), (vorbis_dec_change_state):
15281         Cleanups. Use refcounting and DEBUG_OBJECT.
15282         Reset segment on flush, use code methods instead of our
15283         own wrong version.
15284         Fix potential memleak.
15285
15286 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15287
15288         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
15289         (gst_alsasink_init):
15290         * ext/alsa/gstalsasink.h:
15291           Don't leak allocated snd_output_t structure if there's
15292           more than one alsasink instance at a time (#341873).
15293           Also fix GObject macros in header file.
15294           
15295 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15296
15297         * gst/subparse/gstsubparse.c:
15298         (gst_sub_parse_data_format_autodetect):
15299           Don't use libxml functions in the typefinding code.
15300
15301 2006-05-15  Wim Taymans  <wim@fluendo.com>
15302
15303         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
15304         Fix seeking performance in the case where a non-header 
15305         packet has a 0 granulepos (busted theora case). 
15306         Fixes #341719
15307         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
15308          the first place, you limelight stealer you)
15309
15310 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15311
15312         * gst/subparse/gstsubparse.c:
15313         (gst_sub_parse_data_format_autodetect):
15314           Improve SAMI typefinding: handle case where there are
15315           whitespaces or newlines in front of the first <SAMI>
15316           tag (#169936).
15317
15318 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15319
15320         * configure.ac:
15321           Build video4linux plugin even if there's no XVIDEO, just
15322           without implementing the GstXOverlay interface (#334002).
15323          
15324 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15325
15326         * configure.ac:
15327         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
15328         (plugin_init):
15329           Add tentative support for libvisual-0.4 (#336881).
15330
15331 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15332
15333         Patch by: Young-Ho Cha <ganadist at chollian net>
15334
15335         * gst/subparse/samiparse.c: (handle_start_font):
15336           Need to map "silver" colour explicitly (#169936).
15337
15338 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15339
15340         Patch by: Young-Ho Cha  <ganadist at chollian net>
15341
15342         * gst/subparse/Makefile.am:
15343         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
15344         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
15345         (gst_sub_parse_format_autodetect), (feed_textbuf),
15346         (gst_subparse_type_find), (plugin_init):
15347         * gst/subparse/gstsubparse.h:
15348         * gst/subparse/samiparse.c:
15349         * gst/subparse/samiparse.h:
15350           Add support for SAMI subtitles (#169936).
15351
15352 2006-05-14  Michael Smith  <msmith@fluendo.com>
15353
15354         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
15355           Fix #341696: crash when mixing L+R+C to mono or stereo.
15356         * tests/check/Makefile.am:
15357         * tests/check/elements/audioconvert.c: (set_channel_positions),
15358         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
15359         (audioconvert_suite):
15360           Add test for the above, including some generic framework bits for
15361           testing multichannel things.
15362
15363 === release 0.10.7 ===
15364
15365 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
15366
15367         * configure.ac:
15368           releasing 0.10.7, "Leave the gun"
15369
15370 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
15371
15372         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15373         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15374         Fix the build.
15375
15376 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
15377
15378         * docs/libs/gst-plugins-base-libs-docs.sgml:
15379         * docs/libs/gst-plugins-base-libs-sections.txt:
15380         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
15381         * gst-libs/gst/video/video.h:
15382         * gst/videoscale/Makefile.am:
15383         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15384         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15385         * tests/check/Makefile.am:
15386         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
15387         (main):
15388           Fix integer overflow problem with pixel-aspect-ratio calculations
15389           in videoscale and xvimagesink (#341542)
15390
15391 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
15392
15393         * gst-libs/gst/tag/gstid3tag.c:
15394           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
15395
15396 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
15397
15398         * win32/MANIFEST:
15399           update win32 files listing
15400
15401 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15402
15403         patch by: Sjoerd Simons (sjoerd@luon.net)
15404
15405         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15406         (group_create), (group_destroy), (add_stream),
15407         (gst_play_base_bin_get_property),
15408         (gst_play_base_bin_get_streaminfo_value_array):
15409         * gst/playback/gstplaybasebin.h:
15410           API: GstPlayBaseBin::stream-info-value-array property
15411           use a more bindings-friendly way of exposing streaminfo
15412           using a GValueArray.  Tested in ipython.
15413           Closes #341114
15414
15415 2006-05-11  Wim Taymans  <wim@fluendo.com>
15416
15417         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
15418         (queue_underrun_cb), (queue_filled_cb):
15419         Also catch queue underruns but don't do anything yet.
15420         Refactor and comment queue enlarging code a bit.
15421
15422         * gst/playback/gstplaybasebin.c: (queue_overrun),
15423         (queue_threshold_reached), (queue_out_of_data),
15424         (gen_preroll_element):
15425         If a queue over/underruns check that we don't create nasty
15426         deadlocks when the min-threshold is not reached but the
15427         max-bytes is. In those cases disable max-bytes when we
15428         know that the queue is fed timed data.
15429         Add more comments.
15430
15431 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
15432
15433         * gst/playback/gstplaybin.c: (gen_audio_element):
15434           Make playbin automatically plug an 'audioresample'
15435           element before the audio sink as well. This solves
15436           problems with sinks that only accept a very specific
15437           sample rate, like esdsink (e.g. #340379).
15438
15439 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
15440
15441         * gst/playback/gstplaybasebin.c: (gen_source_element):
15442           Make http sources send special headers so that we receive
15443           icecast metadata if the http stream is an icecast stream
15444           (otherwise the server will just ignore them). This also
15445           means that from now on users will need the 'icydemux'
15446           element from gst-plugins-good installed if they want to
15447           listen to icecast radio streams. (#341432, #333657).
15448
15449 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15450
15451         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
15452         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
15453           remove stupid example from docs - it should come with a simple
15454           C program instead.
15455           Clean up/fix docs
15456         * tests/check/elements/multifdsink.c: (wait_bytes_served),
15457         (fail_if_can_read), (GST_START_TEST),
15458         (gst_multifdsink_create_streamheader), (multifdsink_suite):
15459           add a test for changing streamheader which exposes a bug in
15460           multifdsink
15461
15462 2006-05-11  Michael Smith  <msmith@fluendo.com>
15463
15464         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
15465         (gst_gnome_vfs_src_received_headers_callback):
15466         * ext/gnomevfs/gstgnomevfssrc.h:
15467           Don't set icy-caps unless we have a sane interval value. Move
15468           interval to a local variable; we never use it outside this function.
15469
15470 2006-05-11  Wim Taymans  <wim@fluendo.com>
15471
15472         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
15473         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
15474         Register special buffer types along with the objects so
15475         that they are not registered at runtime from N different
15476         streaming threads since they are not threadsafe.
15477
15478 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15479
15480         * tests/check/elements/multifdsink.c: (wait_bytes_served),
15481         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
15482           add two more tests, one doing streamheader
15483
15484 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15485
15486         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
15487           clean up the bufqueue when shutting down
15488         * tests/check/Makefile.am:
15489         * tests/check/elements/multifdsink.c: (setup_multifdsink),
15490         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
15491         (main):
15492           add a test for the leak that was just fixed
15493
15494 2006-05-10  Wim Taymans  <wim@fluendo.com>
15495
15496         * gst/adder/gstadder.c: (gst_adder_setcaps),
15497         (gst_adder_query_duration), (gst_adder_query), (forward_event),
15498         (gst_adder_src_event), (gst_adder_sink_event),
15499         (gst_adder_class_init), (gst_adder_finalize),
15500         (gst_adder_request_new_pad), (gst_adder_collected):
15501         * gst/adder/gstadder.h:
15502         Updated some docs. Added comments and FIXMEs all over the place.
15503         Improve debugging info.
15504         Fix leak on finalize by not calling the parent.
15505         Implement duration query.
15506         Make event forwarding threadsafe.
15507         Correctly send NEWSEGMENT at start and after flush.
15508         Handle EOS correctly.
15509         Post error when not negotiated.
15510
15511         * tests/check/elements/adder.c: (GST_START_TEST):
15512         Added FIXME in the test.
15513
15514 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15515
15516         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
15517         (gst_text_overlay_halign_get_type),
15518         (gst_text_overlay_wrap_mode_get_type):
15519         * ext/theora/theoradec.c: (theora_handle_type_packet),
15520         (theora_handle_data_packet):
15521         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
15522         (theora_enc_sink_setcaps), (theora_enc_chain):
15523         * gst-libs/gst/cdda/gstcddabasesrc.c:
15524         (gst_cdda_base_src_mode_get_type):
15525         * gst/audiotestsrc/gstaudiotestsrc.c:
15526         (gst_audiostestsrc_wave_get_type):
15527         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
15528         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
15529         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
15530         (gst_sync_method_get_type), (gst_unit_type_get_type),
15531         (gst_client_status_get_type):
15532         * gst/videoscale/gstvideoscale.c:
15533         (gst_video_scale_method_get_type):
15534         * gst/videotestsrc/gstvideotestsrc.c:
15535         (gst_video_test_src_pattern_get_type):
15536         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
15537         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
15538         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
15539         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
15540         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
15541         (paint_setup_RGB565), (paint_setup_xRGB1555):
15542           Const-ify GEnumValue and GFlagsValue arrays. Use
15543           GST_ROUND_UP_* macros instead of home-made ones.
15544
15545 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15546
15547         * configure.ac:
15548           Require core CVS for the new newsegment stuff.
15549
15550 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15551
15552         Patch by: Sjoerd Simons  <sjoerd at luon net>
15553
15554         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
15555           Register nick for enum value (#341160).
15556
15557 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
15558
15559         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
15560         (plugin_init):
15561          backout typefind patch #340375
15562          
15563         * tests/check/elements/adder.c: (message_received),
15564         (GST_START_TEST), (adder_suite):
15565           redo, signal-handling of test
15566
15567 2006-05-09  Wim Taymans  <wim@fluendo.com>
15568
15569         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
15570         (gst_adder_collected):
15571         * gst/adder/gstadder.h:
15572         Remove bogus segment merging and forwarding, we don't
15573         care about timestamps anyway and we just produce a
15574         continuous stream. 
15575         Also create a nice NEWSEGMENT event when we start.
15576         Use _scale_int some more.
15577
15578 2006-05-09  Edward Hervey  <edward@fluendo.com>
15579
15580         * tests/icles/stress-xoverlay.c:
15581         Fix if core was built without parsing support.
15582
15583 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15584
15585         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15586           Add SEDG (Samsung MPEG-4) fourcc.
15587
15588 2006-05-09  Edward Hervey  <edward@fluendo.com>
15589
15590         * tests/icles/stress-xoverlay.c:
15591         * tests/examples/volume/volume.c:
15592         Fix if core was built without parsing support.
15593
15594         * tests/examples/seek/seek.c:
15595         Disable the parse_launch example if core was built without parsing
15596         support.
15597
15598 2006-05-08  Edward Hervey  <edward@fluendo.com>
15599
15600         * autogen.sh: (CONFIGURE_DEF_OPT): 
15601         libtoolize on Darwin/MacOSX is called glibtoolize
15602
15603 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15604
15605         * tests/check/Makefile.am:
15606         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
15607           Disable the adder test, until the build-slaves posses the kindness to 
15608           either like it or to give valid reason for not doing so 
15609
15610 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15611
15612         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
15613         (adder_suite):
15614           Shuffle NULL state change around and raise timeout more
15615
15616 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15617
15618         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
15619         (mp4_type_find), (plugin_init):
15620           Add typefind to distinguish between "audio/x-m4a" and new type
15621           "video/mp4". Fixes #340375
15622
15623         * tests/check/elements/adder.c: (adder_suite):
15624           Raise timeout to make buildbot happy
15625
15626 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15627
15628         * gst/adder/gstadder.c: (gst_adder_sink_event),
15629         (gst_adder_request_new_pad), (gst_adder_change_state):
15630         * gst/adder/gstadder.h:
15631         * tests/check/Makefile.am:
15632         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
15633         (adder_suite), (main):
15634           Add sink-event handling to adder. It tries to merge incomming
15635           newsegment-events. Added test to check if segment_done is comming
15636           through. Fixes #340060
15637
15638 2006-05-05  Andy Wingo  <wingo@pobox.com>
15639
15640         * ext/theora/theoraparse.c (gst_theora_parse_init)
15641         (theora_parse_src_convert, theora_parse_src_query):
15642         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
15643         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
15644         query functions on the source pads of the theora and vorbis parse
15645         elements. Fixes position querying when doing a remux.
15646
15647 2006-05-05  Michael Smith  <msmith@fluendo.com>
15648
15649         * ext/theora/theoraparse.c: (parse_granulepos),
15650         (theora_parse_drain_queue_prematurely),
15651         (theora_parse_queue_buffer), (theora_parse_sink_event):
15652           Fix flushing.
15653           Fix invalid granulepos outputs when starting with a non-keyframe.
15654
15655 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
15656
15657         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
15658         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
15659         Rearrange MPEG system stream detection, fixing some memleaks in the
15660         process.
15661         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
15662         they clean up their data correctly.
15663         Remove unused ogganx caps and move the 'is_annodex' check to inside
15664         the 'is_ogg' if statement.
15665
15666 2006-05-05  Wim Taymans  <wim@fluendo.com>
15667
15668         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
15669         Properly remove ghostpads. Fixes #340392
15670
15671 2006-05-04  David Schleef  <ds@schleef.org>
15672
15673         * gst/typefind/gsttypefindfunctions.c:
15674
15675 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
15676
15677         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
15678         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
15679
15680         When typefinding an MP3 in push-based mode, don't penalise the
15681         probability down to 74% when we found 5 valid frames just because we
15682         can't peek the end of the file.
15683
15684         Make the probability for detecting MPEG Transport Streams based on the
15685         number of sequential headers we successfully detected.
15686
15687 2006-05-03  Wim Taymans  <wim@fluendo.com>
15688
15689         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
15690         (vorbis_dec_push), (vorbis_dec_chain):
15691         Still produce an error when we receive an empty packet.
15692
15693 2006-05-03  Wim Taymans  <wim@fluendo.com>
15694
15695         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
15696         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
15697         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
15698         Mark buffers with DISCONT after seek and after activating new
15699         chains.
15700
15701         * ext/theora/gsttheoradec.h:
15702         * ext/theora/theoradec.c: (gst_theora_dec_reset),
15703         (theora_get_query_types), (theora_dec_sink_event),
15704         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
15705         (theora_dec_change_state):
15706         Fix frame counter.
15707         Detect and mark DISCONT buffers.
15708
15709         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15710         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
15711         (vorbis_dec_change_state):
15712         * ext/vorbis/vorbisdec.h:
15713         Use GstSegment.
15714         Detect and mark DISCONT buffers.
15715         Don't crash on 0 sized buffers.
15716
15717 2006-05-03  Wim Taymans  <wim@fluendo.com>
15718
15719         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
15720         (volume_transform_ip):
15721         Increase "volume" property to 10.0. Fixes #340369.
15722         Set the process function to NULL when capsnego fails so that
15723         we properly error out.
15724
15725 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
15726
15727         * gst/playback/gstplaybin.c: (add_sink):
15728         * gst/playback/test.c: (main):
15729         * gst/playback/test5.c: (dump_element_stats):
15730         * gst/playback/test6.c: (main):
15731           free caps using gst_caps_unref, don't leak caps-strings
15732
15733 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
15734
15735         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
15736         (plugin_init):
15737           Refine musepack typefinding a bit. Return MAXIMUM
15738           probability when we detect stream version 7 to make
15739           sure the mpeg audio typefinder doesn't trump us.
15740
15741 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
15742
15743         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
15744           Protect against unexpected NULL strf_data buffer.
15745
15746 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15747
15748         * tests/check/elements/audioconvert.c: (verify_convert),
15749         (GST_START_TEST):
15750           interpret the out[] buffer in the order the bytes are actually
15751           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
15752           Other tests should use BYTE_ORDER since the array is filled in
15753           with actual values
15754
15755 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15756
15757         * tests/check/elements/audioconvert.c: (verify_convert),
15758         (GST_START_TEST):
15759           when a test fails, give an indication of which it is
15760
15761 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15762
15763         * gst-libs/gst/cdda/gstcddabasesrc.c:
15764           compile fix; strtol() needs <stdlib.h>
15765
15766 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15767
15768         * ext/alsa/gstalsamixerelement.c:
15769         * ext/alsa/gstalsasrc.c:
15770         * ext/cdparanoia/gstcdparanoiasrc.c:
15771         * ext/gnomevfs/gstgnomevfssink.c:
15772         * ext/gnomevfs/gstgnomevfssrc.c:
15773         * ext/ogg/gstoggdemux.c:
15774         * ext/ogg/gstoggmux.c:
15775         * ext/ogg/gstoggparse.c:
15776         * ext/ogg/gstogmparse.c:
15777         * ext/pango/gstclockoverlay.c:
15778         * ext/pango/gsttextoverlay.c:
15779         * ext/pango/gsttextrender.c:
15780         * ext/pango/gsttimeoverlay.c:
15781         * ext/theora/theoradec.c:
15782         * ext/theora/theoraenc.c:
15783         * ext/vorbis/vorbisdec.c:
15784         * ext/vorbis/vorbisenc.c:
15785         * gst-libs/gst/audio/gstaudiofilter.c:
15786         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
15787         * gst/audioconvert/gstaudioconvert.c:
15788         * gst/audiorate/gstaudiorate.c:
15789         * gst/audioresample/gstaudioresample.c:
15790         * gst/audiotestsrc/gstaudiotestsrc.c:
15791         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15792         * gst/playback/gstdecodebin.c:
15793         * gst/playback/gstplaybin.c:
15794         * gst/playback/gststreamselector.c:
15795         * gst/subparse/gstsubparse.c:
15796         * gst/tcp/gstmultifdsink.c:
15797         * gst/tcp/gsttcpclientsink.c:
15798         * gst/tcp/gsttcpclientsrc.c:
15799         * gst/tcp/gsttcpserversink.c:
15800         * gst/tcp/gsttcpserversrc.c:
15801         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
15802         * gst/videorate/gstvideorate.c:
15803         * gst/videoscale/gstvideoscale.c:
15804         * gst/videotestsrc/gstvideotestsrc.c:
15805         * gst/volume/gstvolume.c:
15806         * sys/v4l/gstv4ljpegsrc.c:
15807         * sys/v4l/gstv4lmjpegsink.c:
15808         * sys/v4l/gstv4lmjpegsrc.c:
15809         * sys/v4l/gstv4lsrc.c:
15810         * sys/ximage/ximagesink.c:
15811         * sys/xvimage/xvimagesink.c:
15812         * tests/check/libs/cddabasesrc.c:
15813           make GstElementDetails const
15814
15815 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15816
15817         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
15818         (gst_adder_init):
15819           send events from src-pad to all sink-pads fixes #338657
15820
15821 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15822
15823         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
15824         (alsasink_parse_spec):
15825           query width capabilities from alsa, fixes #338919
15826
15827 2006-04-28  Wim Taymans  <wim@fluendo.com>
15828
15829         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
15830         (gst_multi_fd_sink_remove_client_link):
15831         * gst/tcp/gstmultifdsink.h:
15832         Fix race condition in multifdsink that can lead to spurious 
15833         duplicate clients. this patch adds a new signal that is fired when
15834         multifdsink has removed all references to the fd.
15835         Fixes #339574.
15836         Updated documentation.
15837         API: client-fd-removed signal added
15838
15839 2006-04-28  Michael Smith  <msmith@fluendo.com>
15840
15841         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
15842           When asking g_value_array_new to prealloc elements, we may as well
15843           ask for the right number of elements.
15844
15845 2006-04-28  Wim Taymans  <wim@fluendo.com>
15846
15847         * gst-libs/gst/audio/gstbaseaudiosink.c:
15848         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
15849         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
15850         patch to make timestamp checking more tollerant to rounding 
15851         errors given that real discontinuities are to be marked on
15852         buffers. Fixes some asf files and #338778.
15853         Also avoid some crashers when we receive an event in the 
15854         NULL state.
15855
15856 2006-04-28  Michael Smith  <msmith@fluendo.com>
15857
15858         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
15859         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
15860         (gst_gnome_vfs_src_get_property),
15861         (gst_gnome_vfs_src_send_additional_headers_callback),
15862         (gst_gnome_vfs_src_received_headers_callback),
15863         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
15864         (gst_gnome_vfs_src_stop):
15865         * ext/gnomevfs/gstgnomevfssrc.h:
15866           Remove ICY handling (mostly) from gnomevfssrc, in favour of
15867           proper shared support within icydemux.
15868
15869 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15870
15871         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
15872         (gst_video_rate_swap_prev), (gst_video_rate_chain):
15873           fix up docs
15874           fix a leak when no caps negotiated
15875           fix counting of input frames
15876         * tests/check/elements/.cvsignore:
15877         * tests/check/elements/videorate.c: (assert_videorate_stats),
15878         (GST_START_TEST), (videorate_suite):
15879           add tests for these
15880
15881 2006-04-28  Wim Taymans  <wim@fluendo.com>
15882
15883         * gst-libs/gst/audio/gstringbuffer.c:
15884         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
15885         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
15886         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
15887         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
15888         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
15889         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
15890         (gst_ring_buffer_commit), (gst_ring_buffer_read),
15891         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
15892         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
15893         Check arguments passed to public functions instead of
15894         crashing.
15895
15896 2006-04-28  Wim Taymans  <wim@fluendo.com>
15897
15898         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
15899         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
15900         GstBaseAudioSrc must be live or it does not work.
15901
15902         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
15903         Don't set live to TRUE as this is the default in the parentclass.
15904
15905 2006-04-28  Wim Taymans  <wim@fluendo.com>
15906
15907         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
15908         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
15909         Videoscale doesn't pass on pixel-aspect ratio. Handle all
15910         fixation cases better. Fixes #338991
15911
15912 2006-04-28  Wim Taymans  <wim@fluendo.com>
15913
15914         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
15915         Handle 0/1 framerate correctly Fixes #331901.
15916
15917 2006-04-28  Wim Taymans  <wim@fluendo.com>
15918
15919         * tests/check/elements/audioconvert.c: (get_float_caps),
15920         (GST_START_TEST), (audioconvert_suite):
15921         Added check for correct clipping when doing float samples
15922         in audioconvert.
15923
15924 2006-04-28  Wim Taymans  <wim@fluendo.com>
15925
15926         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
15927         (gst_video_rate_chain):
15928         Print more debugging info.
15929
15930 2006-04-28  Wim Taymans  <wim@fluendo.com>
15931
15932         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
15933         (resample_set_state_from_caps):
15934         Add support for other formats audioresample can handle such as
15935         32 bits in and float and 64 bits float. Fixes #301759
15936
15937 2006-04-28  Wim Taymans  <wim@fluendo.com>
15938
15939         * gst/audioconvert/audioconvert.c: (float):
15940         correctly clip float samples > 1.0. Fixes #338718
15941
15942 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
15943
15944         Patch by: Young-Ho Cha  <ganadist at chollian net>
15945
15946         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
15947         (gst_text_overlay_render_text):
15948           Don't strip newlines from the text. Also, center lines
15949           within multi-line paragraphs (#339405).
15950
15951 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
15952
15953         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
15954           Fix wavpack typefinding to work in more cases (don't peek
15955           for chunks of multiple hundred kBs at once, but process
15956           things step-by-step in smaller units). Fixes #339786.
15957
15958 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15959
15960         * configure.ac:
15961           back to HEAD
15962
15963 === release 0.10.6 ===
15964
15965 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
15966
15967         * configure.ac:
15968           releasing 0.10.6, "Chao"
15969
15970 2006-04-26  David Schleef  <ds@schleef.org>
15971
15972         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
15973           Fixes #338897.
15974
15975 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15976
15977         * configure.ac:
15978         * win32/common/config.h:
15979           new prerelease
15980
15981 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15982
15983         patch by: Wim Taymans
15984
15985         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
15986         (gst_ogg_demux_perform_seek):
15987           make sure correct newsegments are sent, so that the decoder
15988           and the demuxer agree on timestamps.  Fixes playback of a lot
15989           of Ogg files that do not start from 0.  Fixes #339833.
15990
15991 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15992
15993         Patch by: Edward Hervey  <edward@fluendo.com>
15994
15995         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
15996         * tests/check/Makefile.am:
15997         * tests/check/elements/videorate.c: (assert_videorate_stats),
15998         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
15999         (videorate_suite), (main):
16000           Fix an infinite loop if frames are passed in with wrongly ordered
16001           timestamps.  Fixes #339013.
16002
16003 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16004
16005         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
16006
16007         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
16008           fix typefinding on some ISO files.  Fixes #339212.
16009
16010 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16011
16012         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
16013
16014         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16015           add another H264 fourcc.  Fixes #339047.
16016
16017 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16018
16019         Patch by: Jan Schmidt
16020
16021         * gst/playback/gststreamselector.c:
16022         (gst_stream_selector_bufferalloc):
16023           Restore old StreamSelector behaviour.
16024           Fixes #338419.
16025
16026 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
16027
16028         * configure.ac:
16029         * win32/common/config.h:
16030           prerelease
16031
16032 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16033
16034         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
16035
16036         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16037         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
16038           Fix some memory leaks: on finalize, free buffers left in the queue
16039           before destroying the queue; in _push(), unref rtp_buf even if
16040           the process vfunc returned a NULL buffer as output buffer (#337548);
16041           demote some recuring debug messages to LOG level.
16042
16043 2006-04-11  Wim Taymans  <wim@fluendo.com>
16044
16045         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16046         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16047         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
16048         (gst_ogg_demux_loop):
16049         More cleanups.
16050         Respect segment stop when emiting EOS or SEGMENT_DONE.
16051         Fixes (#337945).
16052
16053 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16054
16055         * gst/playback/gststreamselector.c:
16056         (gst_stream_selector_get_property):
16057           Don't leak pad name.
16058
16059 2006-04-10  Michael Smith  <msmith@fluendo.com>
16060
16061         * tests/check/Makefile.am:
16062         * tests/check/gst-plugins-base.supp:
16063           Suppress an old libtheora bug (fixed in more recent versions), so 
16064           that FC4 buildslaves can pass.
16065
16066 2006-04-10  Wim Taymans  <wim@fluendo.com>
16067
16068         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16069         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
16070         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
16071         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
16072         (gst_ogg_demux_loop):
16073         Don't leak events.
16074         Remember what error we got when finding chains, if we
16075         were shutdown, that would not be an error.
16076
16077 2006-04-10  Wim Taymans  <wim@fluendo.com>
16078
16079         * gst-libs/gst/audio/gstbaseaudiosink.c:
16080         (gst_base_audio_sink_event):
16081         Starting the ringbuffer when we did not acquire it can cause
16082         a deadlock, is pointless and causes nasty things for
16083         subclasses. 
16084         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
16085
16086 2006-04-10  Wim Taymans  <wim@fluendo.com>
16087
16088         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16089         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
16090         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16091         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
16092         (gst_ogg_demux_deactivate_current_chain),
16093         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
16094         (gst_ogg_demux_bisect_forward_serialno),
16095         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
16096         Add some more debugging.
16097
16098 2006-04-10  Wim Taymans  <wim@fluendo.com>
16099
16100         * ext/theora/theoradec.c: (theora_dec_src_event),
16101         (theora_handle_data_packet):
16102         Some more debug info.
16103
16104         * tests/examples/seek/seek.c: (start_seek), (main):
16105         Print element messages too.
16106
16107 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
16108
16109         * gst/audioresample/debug.h:
16110           replace debug macros with variable number of parameters
16111           by a simple alias to gstreamer standard debug macros 
16112          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
16113           supported by MSVC 6.0 and 7.1)
16114         * gst/audioresample/resample.h:
16115           define M_PI and rint for WIN32
16116         * win32/common/libgstaudio.def:
16117         * win32/common/libgstriff.def:
16118         * win32/common/libgsttag.def:
16119         * win32/common/libgstvideo.def:
16120           add new exported functions
16121         * win32/vs6:
16122           update project files
16123
16124 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16125
16126         * ext/alsa/gstalsamixeroptions.c:
16127         (gst_alsa_mixer_options_class_init):
16128         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
16129         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
16130         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
16131         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
16132         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
16133         * gst-libs/gst/audio/gstaudiofilter.c:
16134         (gst_audio_filter_class_init):
16135         * gst-libs/gst/audio/gstaudiosink.c:
16136         (gst_audioringbuffer_class_init):
16137         * gst-libs/gst/audio/gstaudiosrc.c:
16138         (gst_audioringbuffer_class_init):
16139         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
16140         * gst-libs/gst/interfaces/colorbalancechannel.c:
16141         (gst_color_balance_channel_class_init):
16142         * gst-libs/gst/interfaces/mixeroptions.c:
16143         (gst_mixer_options_class_init):
16144         * gst-libs/gst/interfaces/mixertrack.c:
16145         (gst_mixer_track_class_init):
16146         * gst-libs/gst/interfaces/tunerchannel.c:
16147         (gst_tuner_channel_class_init):
16148         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
16149         * gst-libs/gst/netbuffer/gstnetbuffer.c:
16150         (gst_netbuffer_class_init):
16151         * gst-libs/gst/rtp/gstbasertppayload.c:
16152         (gst_basertppayload_class_init):
16153         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
16154         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
16155         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
16156         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
16157         * gst/playback/gststreamselector.c:
16158         (gst_stream_selector_class_init):
16159         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
16160         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
16161         * sys/v4l/gstv4lcolorbalance.c:
16162         (gst_v4l_color_balance_channel_class_init):
16163         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
16164         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
16165         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
16166         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
16167         (gst_v4l_tuner_norm_class_init):
16168         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
16169         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
16170         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
16171         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
16172
16173 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16174
16175         * ext/pango/gsttextrender.h:
16176         * gst-libs/gst/audio/gstaudiosink.h:
16177         * gst-libs/gst/audio/gstaudiosrc.h:
16178         * gst-libs/gst/audio/gstbaseaudiosink.h:
16179         * gst-libs/gst/audio/gstbaseaudiosrc.h:
16180         * gst-libs/gst/audio/gstringbuffer.h:
16181         * gst-libs/gst/rtp/gstbasertpdepayload.h:
16182         * gst-libs/gst/rtp/gstbasertppayload.h:
16183         * gst-libs/gst/video/gstvideofilter.h:
16184         * gst-libs/gst/video/gstvideosink.h:
16185         * gst/playback/gstplaybasebin.h:
16186         * gst/tcp/gstmultifdsink.h:
16187         * sys/v4l/gstv4lelement.h:
16188         Fix broken GObject macros
16189
16190 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16191
16192         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
16193         More debug to trace why my USB headset is not working with gst
16194
16195 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
16196
16197         * gst/playback/gstplaybasebin.c: (group_destroy):
16198         Clean up our group elements properly in the case where it never 
16199         got committed - it still got added unconditionally to the bin.
16200
16201 2006-04-07  Wim Taymans  <wim@fluendo.com>
16202
16203         * ext/theora/theoradec.c: (theora_dec_sink_event),
16204         (theora_handle_data_packet), (theora_dec_chain):
16205         Unref unhandled events.
16206         Protect against empty buffers.
16207         Perform QoS on running time.
16208
16209 2006-04-07  Michael Smith  <msmith@fluendo.com>
16210
16211         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
16212         (gst_vorbis_enc_chain):
16213           Remove leaks from vorbisenc.
16214           Mostly minor changes, the only significant one is that now the
16215           buffers we set as 'streamheader' on the caps are copies of the
16216           original buffers, to avoid circular refcounting problems.
16217
16218 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
16219
16220         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
16221           Don't remove our mute-probe if someone else already did so.
16222           Don't set a 2nd one if there is already one pending on the pad.
16223
16224         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
16225         (do_playbin_seek):
16226           When a seek fails, ensure that playbin is still set back to playing.
16227           
16228         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
16229         (mpeg_ts_type_find), (plugin_init):
16230           Add a typefind function for mpeg-ts streams. (Closes: #336617)
16231
16232 2006-04-06  Andy Wingo  <wingo@pobox.com>
16233
16234         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
16235         (gst_video_rate_init): Caps-related parameters should not be reset
16236         by a flush -- move their inits to the instance init function.
16237         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
16238         is not OK, just return the result.
16239
16240         * gst/audiotestsrc/gstaudiotestsrc.c
16241         (gst_audio_test_src_class_init)
16242         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
16243         broken by Stefan's commit on 24 March.
16244
16245         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
16246         buffers being pushed out. Fixes oggmux ! multifdsink.
16247
16248 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
16249
16250         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
16251         (gst_vorbis_dec_init), (vorbis_dec_finalize):
16252         * ext/vorbis/vorbisdec.h:
16253         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
16254         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
16255         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
16256         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
16257         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
16258         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
16259         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
16260         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
16261         (gst_vorbis_enc_buffer_from_packet),
16262         (gst_vorbis_enc_buffer_from_header_packet),
16263         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
16264         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
16265         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
16266         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
16267         (gst_vorbis_enc_change_state):
16268         * ext/vorbis/vorbisenc.h:
16269           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
16270           vorbisenc adhere to the official nomenclature; use boilerplate
16271           macro.
16272
16273 2006-04-04  Andy Wingo  <wingo@pobox.com>
16274
16275         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
16276         Whoops, fix bug introduced. Bad hacker!
16277         
16278         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
16279         Properly handle the case where you get EOS before any buffers are
16280         received. Use gst_buffer_make_metadata_writable where appropriate.
16281
16282         * ext/theora/theoradec.c (theora_handle_data_packet): This value
16283         is often negative -- make it signed so as not to wrap around.
16284         Fixes segfaults introduced on 9 March.
16285
16286 2006-04-03  Wim Taymans  <wim@fluendo.com>
16287
16288         * ext/theora/gsttheoradec.h:
16289         * ext/theora/theoradec.c: (theora_dec_src_event):
16290         Don't try to store a gdouble in a gboolean.
16291         Small cleanups.
16292
16293 2006-04-03  Michael Smith  <msmith@fluendo.com>
16294
16295         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
16296           Oggmux sucks.
16297           Make it suck slightly less by writing out the final page.
16298           Still can't encode a vorbis-in-ogg file correctly, though.
16299
16300 2006-04-03  Andy Wingo  <wingo@pobox.com>
16301
16302         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
16303         a g_print.
16304
16305         * ext/theora/theora.c (plugin_init): Register theoraparse.
16306
16307         * ext/theora/gsttheoraparse.h: 
16308         * ext/theora/theoraparse.c: New files implementing a theora
16309         parser. Now we can properly remux ogg/theora+vorbis, yay.
16310
16311         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
16312
16313 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16314
16315         * gst/audiotestsrc/gstaudiotestsrc.c:
16316           Fixed the sample pipeline (see #323798)
16317
16318 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16319
16320         * configure.ac:
16321         * win32/common/config.h:
16322         * win32/common/config.h.in:
16323           use AS_VERSION and AS_NANO
16324           more cleanups
16325
16326 2006-03-31  Andy Wingo  <wingo@pobox.com>
16327
16328         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
16329         uninitialized variable return that would happen.
16330         
16331         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
16332         uninitialized variable return that would never happen.
16333
16334         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
16335         (vorbis_parse_sink_event): Add an event function to flush our
16336         state on a seek, and to drain buffers on a premature EOS.
16337         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
16338         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
16339         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
16340         (vorbis_parse_drain_queue): Queue up buffers until we can set
16341         their timestamps and granulepos values.
16342
16343         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
16344         and keep track of data needed for deriving granulepos and
16345         timestamps for buffers.
16346
16347 2006-03-29  Wim Taymans  <wim@fluendo.com>
16348
16349         Patch by: j^ <j at bootlab dot org>
16350
16351         * ext/alsa/gstalsamixerelement.c:
16352         (gst_alsa_mixer_element_class_init):
16353         * ext/alsa/gstalsasink.c:
16354         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
16355         * ext/ogg/gstoggdemux.c:
16356         * ext/ogg/gstoggmux.c:
16357         * ext/ogg/gstoggparse.c:
16358         * ext/pango/gstclockoverlay.c:
16359         * ext/pango/gsttextoverlay.c:
16360         * ext/pango/gsttextrender.c:
16361         * ext/pango/gsttimeoverlay.c:
16362         * ext/theora/theoradec.c:
16363         * ext/theora/theoraenc.c:
16364         * ext/vorbis/vorbisdec.c:
16365         * ext/vorbis/vorbisenc.c:
16366         * gst/audioconvert/gstaudioconvert.c:
16367         * gst/subparse/gstsubparse.c:
16368         * gst/tcp/gstmultifdsink.c:
16369         * gst/tcp/gsttcpclientsink.c:
16370         * gst/tcp/gsttcpclientsrc.c:
16371         * gst/tcp/gsttcpserversink.c:
16372         * gst/tcp/gsttcpserversrc.c:
16373           better/unified long descriptions
16374           Fixes #336477
16375
16376 2006-03-29  Wim Taymans  <wim@fluendo.com>
16377
16378         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
16379         (stop_seek):
16380         Don't let double and triple clicks mess up our state.
16381
16382 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
16383
16384         * gst/playback/gstplaybin.c: (gen_video_element),
16385         (gen_text_element), (gen_audio_element), (gen_vis_element):
16386           Error out gracefully when we can't create any of the usual
16387           conversion elements for some reason. Also, don't try to
16388           create an audioscale (sic) element that's not used anyway.
16389
16390 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
16391
16392         * gst/playback/gstplaybasebin.c: (setup_source):
16393           Don't post RESOURCE_NOT_FOUND error when we can't find a source
16394           element for a particular protocol, that's confusing for users.
16395           Instead, post a RESOURCE_FAILED error, so that our own error
16396           message is actually shown in totem etc. (#336303).
16397
16398 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
16399
16400         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16401
16402         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
16403         (gst_gnome_vfs_src_get_icy_metadata):
16404           Fix some minor memory leaks (#336194).
16405
16406 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
16407
16408         * ext/gnomevfs/gstgnomevfs.c:
16409         (gst_gnome_vfs_location_to_uri_string):
16410         * ext/gnomevfs/gstgnomevfs.h:
16411         * ext/gnomevfs/gstgnomevfssink.c:
16412         (gst_gnome_vfs_sink_set_property):
16413         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
16414           Make gnomevfssink accept filenames as well as URIs for the
16415           "location" property, just like gnomevfssrc does (and
16416           filesrc/filesink do) (#336190).
16417
16418 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
16419
16420         * tests/check/generic/clock-selection.c: (GST_START_TEST):
16421           set to NULL before unreffing, fixes a valgrind leak.
16422           Why was this not triggering the error that an object needs to
16423           be NULL before unreffing ?
16424         * win32/common/config.h:
16425           update
16426
16427 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
16428
16429         * gst/subparse/gstsubparse.c: (convert_encoding),
16430         (gst_sub_parse_change_state):
16431         * gst/subparse/gstsubparse.h:
16432           Text subtitle files may or may not be UTF-8. If it's not, we
16433           don't really want to see '?' characters in place of non-ASCII
16434           characters like accented characters. So let's assume the input
16435           is UTF-8 until we come across text that is clearly not. If it's
16436           not UTF-8, we don't really know what it is, so try the following:
16437           (a) see whether the GST_SUBTITLE_ENCODING environment variable
16438           is set; if not, check (b) if the current locale encoding is
16439           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
16440           the current locale encoding is UTF-8 and the environment variable
16441           was not set to any particular encoding. Not perfect, but better
16442           than nothing (and better than before, I think) (fixes #172848).
16443
16444 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
16445
16446         * configure.ac:
16447           update core requirement to 0.10.4.1 because of async_playback
16448           vmethod on GstBaseSink
16449
16450 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16451
16452         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
16453         * gst/adder/gstadder.c: (gst_adder_init):
16454         use DEBUG_FUNCPTR for collectpads
16455
16456 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16457
16458         * docs/plugins/Makefile.am:
16459         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16460         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16461         * ext/cdparanoia/gstcdparanoiasrc.c:
16462         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
16463         (gst_gnome_vfs_sink_class_init):
16464         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
16465         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
16466         * ext/ogg/gstoggmux.c:
16467         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
16468         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
16469         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
16470         * ext/pango/gsttextoverlay.c:
16471         * ext/pango/gsttextrender.c:
16472         * ext/theora/theoradec.c:
16473         * ext/theora/theoraenc.c:
16474         * ext/vorbis/vorbisdec.c:
16475         * ext/vorbis/vorbisenc.c:
16476         * gst-libs/gst/audio/gstaudiofilter.c:
16477         (gst_audio_filter_base_init):
16478         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
16479         (gst_audio_filter_template_base_init):
16480         * gst/adder/gstadder.c: (gst_adder_get_type):
16481         * gst/adder/gstadder.h:
16482         * gst/audioconvert/gstaudioconvert.c:
16483         * gst/audiotestsrc/gstaudiotestsrc.c:
16484         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
16485         (gst_audio_test_src_create):
16486         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16487         * gst/playback/gstdecodebin.c:
16488         * gst/playback/gstplaybin.c:
16489         * gst/playback/gststreamselector.c:
16490         (gst_stream_selector_base_init):
16491         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
16492         * gst/volume/gstvolume.c:
16493         * sys/v4l/gstv4lmjpegsink.c:
16494         * sys/v4l/gstv4lmjpegsrc.c:
16495         * tests/check/libs/cddabasesrc.c:
16496         * tests/old/examples/gob/gst-identity2.gob:
16497           Add docs for adder, use GST_ELEMENT_DETAILS macro,
16498           define GstElementDetails at the top
16499
16500 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
16501
16502         * win32/common/libgstinterfaces.def:
16503         Add a lot of export functions for gst-python
16504         * win32/vs6/libgstinterfaces.dsp:
16505         Add a missing include folder in the project configuration
16506         
16507 2006-03-23  Wim Taymans  <wim@fluendo.com>
16508
16509         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16510         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16511         (gst_base_audio_src_change_state):
16512         Fix audio sources, forgot to make the ringbuffer
16513         startable...
16514
16515 2006-03-23  Wim Taymans  <wim@fluendo.com>
16516
16517         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16518         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16519         (gst_base_audio_src_change_state):
16520         unparent instead of unref the ringbuffer.
16521
16522 2006-03-23  Wim Taymans  <wim@fluendo.com>
16523
16524         * gst-libs/gst/audio/gstbaseaudiosink.c:
16525         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
16526         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
16527         Implement new async_play vmethod to start slaving and allow
16528         playback start in case of async PLAY state changes. 
16529
16530         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16531         Enable QoS with new method in base class.
16532
16533 2006-03-23  Wim Taymans  <wim@fluendo.com>
16534
16535         Patch by: Julien MOUTTE <julien at moutte dot net>
16536
16537         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
16538         (gst_video_test_src_do_seek), (gst_video_test_src_create):
16539         Partially handle 0 framerate, only EOS after the first frame
16540         is missing.
16541
16542 2006-03-23  Wim Taymans  <wim@fluendo.com>
16543
16544         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
16545
16546         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16547         (gst_riff_create_video_template_caps):
16548         * gst/ffmpegcolorspace/avcodec.h:
16549         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16550         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
16551         (gst_ffmpegcsp_avpicture_fill):
16552         * gst/ffmpegcolorspace/imgconvert.c:
16553         Patch for support of YVU9 AVI files (#334822)
16554
16555 2006-03-22  Edward Hervey  <edward@fluendo.com>
16556
16557         * docs/design/design-decodebin.txt:
16558         Added design document for new decodebin
16559         (Target Caps): text/x-pango-markup is also a default target caps.
16560
16561 2006-03-22  Wim Taymans  <wim@fluendo.com>
16562
16563         * gst-libs/gst/audio/gstbaseaudiosink.c:
16564         (gst_base_audio_sink_dispose):
16565         Since we _parent the ringbuffer, we also need to
16566         _unparent instead of a plain _unref.
16567
16568 2006-03-22  Wim Taymans  <wim@fluendo.com>
16569
16570         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
16571         (stop_seek), (scrub_toggle_cb), (main):
16572         Add scrub checkbox.
16573
16574 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
16575
16576         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
16577         (gst_ogg_parse_chain):
16578           Fix very inefficient usage of linked lists (#335365).
16579
16580 2006-03-21  Edward Hervey  <edward@fluendo.com>
16581
16582         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
16583         * gst/playback/gstplaybin.c: (handoff):
16584         * gst/playback/gststreamselector.c:
16585         (gst_stream_selector_set_property):
16586         gcc 4.1 unreferenced pointer fixes.
16587         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
16588         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
16589         gst_buffer_ref() now takes a GstBuffer*.
16590
16591 2006-03-20  Julien MOUTTE  <julien@moutte.net>
16592
16593         * sys/xvimage/xvimagesink.c:
16594         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
16595         by Jan Schmidt.
16596
16597 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
16598
16599         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
16600         (id3v1_type_find), (apetag_type_find), (plugin_init):
16601           Can't do tag preferences via probability, as tags would then
16602           lose against types that are recognised with MAXIMUM probability
16603           (like .wav); so let all tag typefinders return MAXIMUM themselves
16604           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
16605           that we can prefer APE to ID3v1 (fixes #335028).
16606           
16607 2006-03-17  Wim Taymans  <wim@fluendo.com>
16608
16609         * gst-libs/gst/audio/gstbaseaudiosink.c:
16610         (gst_base_audio_sink_change_state):
16611         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
16612         (gst_ring_buffer_may_start):
16613         * gst-libs/gst/audio/gstringbuffer.h:
16614         Only start playback if we are playing.
16615         should fix #330748.
16616
16617 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
16618
16619         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
16620         * win32/common/config.h:
16621           Revert accidental commits to these files.
16622
16623 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
16624
16625         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
16626
16627         * tests/Makefile.am:
16628           Don't try to build tests in tests/icles if we
16629           don't have X (#323852)
16630
16631 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
16632
16633         * gst-libs/gst/tag/gstid3tag.c:
16634           Add TXXX frame identifiers for replaygain stuff as used
16635           by some taggers (see #323721).
16636
16637 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
16638
16639         * gst/playback/gststreamselector.c:
16640         (gst_stream_selector_set_property),
16641         (gst_stream_selector_bufferalloc):
16642           Preserve the existing buggy streamselector behaviour by performing
16643           a fallback buffer allocation when downstream isn't linked yet.
16644           This should really be fixed in playbin by blocking pads until it's
16645           linked them.
16646           Also, use gst_pad_alloc_buffer instead of
16647           gst_pad_alloc_buffer_and_set.
16648
16649 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16650
16651         * gst-libs/gst/tag/gstid3tag.c:
16652           Don't crash on unknown ID3v2 TXXX frames.
16653           
16654 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
16655
16656         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
16657           Chain up to the parent finalize method.
16658           Add 32-bit sample size to the template caps.
16659
16660         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16661         (gst_riff_create_video_template_caps):
16662           Add the fourcc that the VMWare codec uses.
16663           
16664         * gst/playback/gststreamselector.c:
16665         (gst_stream_selector_set_property),
16666         (gst_stream_selector_bufferalloc),
16667         (gst_stream_selector_request_new_pad):
16668           For the active pad, forward buffer-alloc requests, otherwise
16669           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
16670           having to memcpy every frame when used by playbin.
16671
16672         * gst/tcp/gstmultifdsink.c:
16673         (gst_multi_fd_sink_handle_client_write):
16674           Get negotiated caps from the sink pad, rather than the sink
16675           pad's peer.
16676
16677 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16678
16679         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16680         
16681         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
16682           Don't forget to set src->callbacks_pushed to FALSE again when
16683           popping them, otherwise re-activation in a different mode won't
16684           work (#334620).
16685
16686 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16687
16688         Patch by: Sebastien Moutte  <sebastien moutte net>
16689
16690         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
16691         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
16692         (gst_ffmpeg_smpfmt_to_caps):
16693           Replace __VA_ARGS__ caps creation macros with varargs functions.
16694           Makes things compile on MSVC (#320765), looks nicer, and we can
16695           tell the compiler to check for the NULL terminator.
16696
16697 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16698
16699         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
16700
16701         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16702           Make sure the buffer we copy into is really always big
16703           enough, this time for real (#333488).
16704           
16705 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16706
16707         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16708           Add support for 24bpp DIB (#305279).
16709
16710 2006-03-14  Wim Taymans  <wim@fluendo.com>
16711
16712         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
16713         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16714         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
16715         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
16716         (gst_video_scale_init), (gst_video_scale_src_event):
16717         Re-enable QoS after the release.
16718         Rework videoscale to use the base class src_event handler.
16719
16720 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16721
16722         * configure.ac:
16723           back to CVS.
16724
16725 === release 0.10.5 ===
16726
16727 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
16728
16729         * configure.ac:
16730           releasing 0.10.5, "Net"
16731
16732 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
16733
16734         * docs/plugins/Makefile.am:
16735           Part of previous cdparanoiasrc docs fixes, forgot to commit.
16736           
16737 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
16738
16739         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16740         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16741         * docs/plugins/gst-plugins-base-plugins.hierarchy:
16742           Add cdparanoiasrc to docs.
16743
16744         * gst-libs/gst/cdda/gstcddabasesrc.c:
16745           More GstCddaBaseSrc docs.
16746
16747 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
16748
16749         * docs/libs/gst-plugins-base-libs-sections.txt:
16750         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
16751         * gst-libs/gst/tag/tag.h:
16752           API: libgsttag: new method gst_tag_from_id3_user_tag().
16753
16754 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
16755
16756         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16757           NULL-terminate array of mpeg4 video file extensions.
16758           Fixes crash on PPC (#334226).
16759
16760 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
16761
16762         * ext/gnomevfs/gstgnomevfssrc.c:
16763         (gst_gnome_vfs_src_check_get_range):
16764           gnome_vfs_uri_is_local() alone is not a good indicator
16765           whether we can operate in pull-mode with a specific URI,
16766           as it returns FALSE for file:// URIs that point to an
16767           NFS-mounted path. Be more conservative here: whitelist
16768           local files, blacklist http URIs and use the old
16769           mechanism for anything else (fixes #334216).
16770
16771 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16772
16773         * configure.ac:
16774           back to trunk
16775
16776 === release 0.10.4 ===
16777
16778 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
16779
16780         * configure.ac:
16781           releasing 0.10.4, "Power"
16782
16783 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
16784
16785         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16786         Disable max-lateness by setting it to -1 for now, so that 
16787         we can bed QoS stuff in thoroughly between now and the next
16788         release.
16789
16790 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
16791
16792         Patch by: Fabrizio Gennari
16793
16794         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16795           Make sure we don't read beyond the palette buffer in case of
16796           broken or manipulated files (#333488)
16797
16798 2006-03-10  Edward Hervey  <edward@fluendo.com>
16799
16800         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
16801         Fix for variable not initialized.
16802
16803 2006-03-09  Wim Taymans  <wim@fluendo.com>
16804
16805         * ext/libvisual/visual.c: (gst_visual_get_type),
16806         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
16807         (gst_visual_chain):
16808         Small cleanups.
16809
16810         * ext/theora/gsttheoradec.h:
16811         * ext/theora/theoradec.c: (gst_theora_dec_init),
16812         (gst_theora_dec_reset), (_theora_granule_time),
16813         (theora_dec_src_convert), (theora_dec_sink_convert),
16814         (theora_dec_src_query), (theora_dec_src_event),
16815         (theora_dec_sink_event), (theora_handle_comment_packet),
16816         (theora_handle_header_packet), (theora_dec_push),
16817         (theora_handle_data_packet), (theora_dec_chain),
16818         (theora_dec_change_state):
16819         Add simple QoS.
16820
16821 2006-03-09  Wim Taymans  <wim@fluendo.com>
16822
16823         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
16824         (audiocast_register_listener), (gst_gnome_vfs_src_start):
16825         Some cleanups.
16826
16827 2006-03-09  Wim Taymans  <wim@fluendo.com>
16828
16829         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
16830         Don't try to activate NULL chains.
16831
16832 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16833
16834         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
16835           Fix invalid memory access to region before peek'd data (#332964).
16836
16837 2006-03-09  Wim Taymans  <wim@fluendo.com>
16838
16839         Patch by: Christophe Fergeau
16840
16841         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
16842         * ext/pango/gsttextrender.c: (gst_text_render_init):
16843         * gst/adder/gstadder.c: (gst_adder_init):
16844         Don't leak padtemplates, closes #333510.
16845
16846 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16847
16848         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
16849           Fix invalid memory access: make sure string passed to
16850           regexec() is NUL-termianted.
16851
16852 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16853
16854         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
16855         (mp3_type_find):
16856           Refactor mpeg/audio typefinding to make it more maintainable
16857           and easier to fine-tune. Make probing into middle of the file
16858           work properly (fixes #333900, also see #152688).
16859
16860 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16861
16862         * gst/typefind/gsttypefindfunctions.c:
16863         (utf8_type_find_have_valid_utf8_at_offset):
16864           Remove part from previous commit that was bogus:
16865           g_utf8_validate() does in fact not accept embedded
16866           zeroes, so we don't need to check for those (thanks
16867           to Mike for the hint).
16868
16869 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
16870
16871         * gst/typefind/gsttypefindfunctions.c:
16872         (utf8_type_find_count_embedded_zeroes),
16873         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
16874           Make plain/text typefinder more conservative: firstly, check
16875           for embedded zeroes, which are perfectly valid UTF-8 characters,
16876           but also a fairly good sign that something is not a plain text
16877           file; secondly, probe into the middle of the file if possible.
16878           If we can't probe into the middle, limit the probability value
16879           to be returned to TYPE_FIND_POSSIBLE (see #333900).
16880
16881 2006-03-08  Michael Smith  <msmith@fluendo.com>
16882
16883         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16884           Make typefind function name for mpeg4 video unique.
16885
16886 2006-03-08  Wim Taymans  <wim@fluendo.com>
16887
16888         * ext/libvisual/visual.c: (gst_visual_init),
16889         (gst_visual_clear_actors), (gst_visual_dispose),
16890         (gst_visual_reset), (gst_visual_src_setcaps),
16891         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
16892         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
16893         (gst_visual_chain), (gst_visual_change_state):
16894         Cleanups, post nice errors.
16895         Handle sink and src events.
16896         Implement simple QoS.
16897
16898         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16899         Use new basesink methods to configure max-lateness.
16900         Small doc update.
16901
16902         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16903         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
16904         Debug statement cleanups.
16905
16906         * gst/volume/gstvolume.c: (gst_volume_class_init):
16907         Simple cleanup.
16908
16909 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
16910
16911         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
16912         (gst_text_overlay_init), (gst_text_overlay_set_property),
16913         (gst_text_overlay_get_property):
16914           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
16915           as string type properties, but mark them deprecated. Add
16916           'halignment' and 'valignment' properties that use enums
16917           instead of strings.
16918
16919 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
16920
16921         Patch by: Fabrizio Gennari
16922
16923         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16924           Allow palettes with less than 256 colours in AVI files
16925           (#333488)
16926
16927 2006-03-07  Julien MOUTTE  <julien@moutte.net>
16928
16929         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
16930         (gst_text_overlay_video_event): Fix wrong EOS handling on text
16931         pad. We were releasing the queued text buffer when we should keep
16932         it until video pad gets EOS or discard the text buffer because it's
16933         too old. That was eating the last subtitle buffer. Add some more
16934         debug.
16935
16936 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
16937
16938         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
16939         (gst_text_overlay_video_chain):
16940           Fix invalid memory access (we can't access a buffer after it's been
16941           pushed downstream without taking a reference); fix memory leak (if
16942           there's no text to render, bail out before allocating stuff).
16943
16944 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
16945
16946         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
16947         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
16948         * ext/pango/gsttextoverlay.h:
16949           If input is plain text, escape it before passing it to
16950           pango_layout_set_markup().
16951
16952 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
16953
16954         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
16955           Don't ignore flow return from gst_pad_push().
16956
16957 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
16958
16959         Patch by: Fabrizio Gennari
16960
16961         * ext/libvisual/visual.c: (gst_visual_getcaps),
16962         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
16963         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
16964         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
16965         (gst_vorbisenc_convert_sink):
16966         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
16967         (gst_audio_duration_from_pad_buffer):
16968         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
16969         (gst_audio_filter_chain):
16970         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16971         (gst_base_rtp_depayload_setcaps):
16972         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
16973         (gst_video_get_size):
16974         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
16975           Don't leak references returned by gst_pad_get_parent()
16976           (#333663)
16977
16978 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
16979
16980         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
16981           change location param details
16982         * gst/volume/gstvolume.c: (plugin_init):
16983           correct plugin description
16984
16985 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
16986
16987         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
16988         (gst_gnome_vfs_src_check_get_range):
16989           Override GstBaseSrc::check_get_range() in order to avoid opening
16990           the resource just to check whether we can operate in pull-mode or
16991           not - we can predict that pretty well from the URI alone. Should
16992           fix problems with last.fm (#331690). (Requires latest core CVS).
16993
16994 2006-03-06  Wim Taymans  <wim@fluendo.com>
16995
16996         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
16997         (gst_video_sink_class_init):
16998         Throw away frames that are later than 20 ms.
16999
17000 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
17001
17002         Patch by: Fabrizio Gennari
17003
17004         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
17005           Set depth on WMA caps (#333545)
17006
17007 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17008
17009         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
17010         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
17011           put Theora BOS pages before others.  This hardcodes
17012           the Ogg/Theora I profile, but hey.
17013
17014 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17015
17016         * ext/ogg/README:
17017           updated with some examples
17018         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
17019         (granulepos_add), (theora_buffer_from_packet):
17020         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
17021         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
17022         (gst_vorbisenc_chain):
17023           implement strategy from ext/ogg/README
17024         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
17025         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
17026         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
17027         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
17028           Fix muxer so that oggz-validate is happy with all streams;
17029           except for no eos mark, and the BOS page ordering
17030         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
17031         (check_buffer_granulepos):
17032         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
17033           update tests to check for OFFSET being set as requested
17034           fixed type of granulepos, it's not a ClockTime
17035
17036 2006-03-05  Julien MOUTTE  <julien@moutte.net>
17037
17038         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17039         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
17040         Check that the xvimage we are creating has a correct size
17041         before returning it. (#314897)
17042
17043 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
17044
17045         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17046           Give id3 and ape tag typefinders a rank slightly higher
17047           than PRIMARY to ensure they're always run before any of
17048           the other typefinders (in particular wav and mp3) (#324186).
17049
17050 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
17051
17052         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17053           Add support for '3IVD' fourcc (#333403).
17054
17055 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17056
17057         * configure.ac:
17058           Bump requirements to GStreamer CVS for the new error enum.
17059
17060         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
17061           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
17062           space left on the device (fixes #333352).
17063
17064 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
17065
17066         * win32/vs6:
17067           add a project file for libgstvolume
17068           update the workspace
17069
17070 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17071
17072         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
17073         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
17074         (GST_START_TEST):
17075           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
17076           Set IN_CAPS on header buffers
17077
17078 2006-03-02  Wim Taymans  <wim@fluendo.com>
17079
17080         * docs/plugins/Makefile.am:
17081         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17082         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17083         Add audioresample to docs.
17084
17085         * gst/audioconvert/gstaudioconvert.c:
17086         Add revision date.
17087
17088         * gst/audioresample/gstaudioresample.c:
17089         (gst_audioresample_base_init), (gst_audioresample_class_init),
17090         (gst_audioresample_init), (gst_audioresample_dispose),
17091         (audioresample_get_unit_size), (audioresample_transform_caps),
17092         (resample_set_state_from_caps), (audioresample_transform_size),
17093         (audioresample_set_caps), (audioresample_event),
17094         (audioresample_do_output), (audioresample_transform),
17095         (audioresample_pushthrough), (gst_audioresample_set_property),
17096         (gst_audioresample_get_property), (plugin_init):
17097         * gst/audioresample/gstaudioresample.h:
17098         Added docs.
17099         Small code cleanups.
17100
17101 2006-03-02  Wim Taymans  <wim@fluendo.com>
17102
17103         * docs/plugins/Makefile.am:
17104         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17105         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17106         Added videoscale to docs.
17107
17108         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
17109         (gst_video_rate_swap_prev), (gst_video_rate_event),
17110         (gst_video_rate_chain):
17111         Fix typo in docs.
17112
17113         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
17114         (gst_video_scale_init), (gst_video_scale_prepare_size),
17115         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
17116         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
17117         * gst/videoscale/gstvideoscale.h:
17118         Added docs, examples.
17119         Some code cleanups.
17120         Post errors instead of g_warning.
17121
17122 2006-03-02  Wim Taymans  <wim@fluendo.com>
17123
17124         * docs/libs/gst-plugins-base-libs-docs.sgml:
17125         * docs/libs/gst-plugins-base-libs-sections.txt:
17126         * docs/libs/gst-plugins-base-libs.types:
17127         * docs/plugins/Makefile.am:
17128         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17129         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17130         Added some more docs to libs and plugins.
17131
17132         * gst-libs/gst/audio/gstringbuffer.c:
17133         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
17134         * gst-libs/gst/audio/gstringbuffer.h:
17135         Document ringbuffer some more.
17136
17137         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
17138         (gst_video_rate_setcaps), (gst_video_rate_reset),
17139         (gst_video_rate_init), (gst_video_rate_flush_prev),
17140         (gst_video_rate_swap_prev), (gst_video_rate_event),
17141         (gst_video_rate_chain), (gst_video_rate_change_state):
17142         * gst/videorate/gstvideorate.h:
17143         Fix videorate to use segments.
17144         Make it work with 0/1 framerates (closes #331903)
17145         Handle EOS correctly.
17146         Added docs.
17147
17148 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
17149
17150         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
17151         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
17152         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
17153           In state change function, first chain up to parent class,
17154           then handle downwards state change stuff. Remove some
17155           commented out cruft from 0.8 code.
17156
17157 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
17158
17159         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
17160         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
17161         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
17162         (gst_ogm_parse_chain):
17163           Don't remove/re-add source pad if the new caps are the same as
17164           the old caps anyway (#333042). When removing source pad, don't
17165           unref it afterwards - we didn't ref it when adding. Sprinkle some
17166           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
17167           after using gst_pad_get_parent(). Return downstream flow return
17168           value in chain function.
17169
17170 2006-03-02  Wim Taymans  <wim@fluendo.com>
17171
17172         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17173         * docs/plugins/gst-plugins-base-plugins.args:
17174         * docs/plugins/gst-plugins-base-plugins.hierarchy:
17175         * docs/plugins/gst-plugins-base-plugins.interfaces:
17176         * docs/plugins/gst-plugins-base-plugins.signals:
17177         Fix hierarchy, added some more elements to the docs.
17178
17179         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17180         (gst_ffmpegcsp_get_type):
17181         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
17182         Fix docs for ffmpegcolorspace.
17183
17184 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
17185
17186         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
17187         (apetag_type_find), (ape_type_find), (plugin_init):
17188           Some typefinding fine-tuning:
17189           - rank ID3/APE tags in order of preference via probabilities, so that
17190             ID3v2 > APEv2 > APEv1 > ID3v1.
17191           - three or four bytes don't really justify MAXIMUM probability,
17192             change those to 'very likely' (musepack and monkeysaudio).
17193
17194 2006-03-01  Wim Taymans  <wim@fluendo.com>
17195
17196         * docs/plugins/Makefile.am:
17197         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17198         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17199         * ext/alsa/gstalsamixer.c:
17200         * ext/alsa/gstalsamixer.h:
17201         * ext/alsa/gstalsamixerelement.c:
17202         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
17203         * ext/alsa/gstalsamixerelement.h:
17204         * ext/alsa/gstalsasink.c:
17205         * ext/alsa/gstalsasink.h:
17206         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
17207         (gst_alsasrc_init):
17208         * ext/alsa/gstalsasrc.h:
17209         Added alsa docs.
17210         Small code cleanups.
17211
17212 2006-03-01  Wim Taymans  <wim@fluendo.com>
17213
17214         * ext/theora/Makefile.am:
17215         Dist new header too,
17216
17217 2006-03-01  Wim Taymans  <wim@fluendo.com>
17218
17219         * docs/plugins/Makefile.am:
17220         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17221         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17222         * ext/gnomevfs/gstgnomevfssink.h:
17223         * ext/gnomevfs/gstgnomevfssrc.h:
17224         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
17225         * ext/vorbis/vorbisdec.h:
17226         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
17227         * ext/vorbis/vorbisenc.h:
17228         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
17229         (vorbis_parse_chain), (vorbis_parse_change_state):
17230         * ext/vorbis/vorbisparse.h:
17231         * gst/audioconvert/gstaudioconvert.h:
17232         * gst/tcp/gsttcpserversink.h:
17233         * gst/videotestsrc/gstvideotestsrc.c:
17234         * gst/videotestsrc/gstvideotestsrc.h:
17235         * gst/volume/gstvolume.c:
17236         * gst/volume/gstvolume.h:
17237         Fix some more docs.
17238         Added docs for vorbisdec and vorbisparse.
17239         Fix vorbisparse.
17240
17241 2006-03-01  Wim Taymans  <wim@fluendo.com>
17242
17243         * docs/plugins/Makefile.am:
17244         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17245         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17246         * ext/pango/gstclockoverlay.h:
17247         * ext/pango/gsttextoverlay.h:
17248         * ext/pango/gsttextrender.h:
17249         * ext/pango/gsttimeoverlay.h:
17250         * ext/theora/gsttheoradec.h:
17251         * ext/theora/gsttheoraenc.h:
17252         * ext/theora/theoradec.c:
17253         * ext/theora/theoraenc.c:
17254         * gst/audioconvert/gstaudioconvert.h:
17255         * gst/audiotestsrc/gstaudiotestsrc.h:
17256         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
17257         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
17258         * gst/tcp/gstmultifdsink.h:
17259         Updated/added documentation.
17260
17261         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
17262         (gst_text_overlay_halign_get_type),
17263         (gst_text_overlay_wrap_mode_get_type),
17264         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
17265         (gst_text_overlay_init), (gst_text_overlay_set_property),
17266         (gst_text_overlay_get_property):
17267         Fix up properties to be enums instead of string to make bindings,
17268         introspection and automatic GUI creation possible.
17269         Add getters for the properties.
17270
17271 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
17272
17273         * gst/audiotestsrc/gstaudiotestsrc.c:
17274           added defines of M_PI and M_PI_2
17275         * gst/ffmpegcolorspace/avcodec.h:
17276           removed #include "stdint.h" for win32 as _stdint.h is 
17277           autogenerated to win32/common
17278         * win32/common/libgstaudio.def:
17279         * win32/common/libgsttag.def:
17280           added some exports
17281         * win32/vs6:
17282           some project files bugs corrected
17283         * win32/vs7:
17284           project files are reset to the default vs7 configuration 
17285           (they link to msvcr71.dll using default optimizations)
17286           
17287 2006-02-28  Wim Taymans  <wim@fluendo.com>
17288
17289         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
17290         Fix some docs.
17291
17292 2006-02-28  Edward Hervey  <edward@fluendo.com>
17293
17294         * ext/alsa/gstalsasrc.c:
17295         Set proper class on the ElementDetails:
17296         Source/Audio instead of Src/Audio/
17297
17298 2006-02-28  Edward Hervey  <edward@fluendo.com>
17299
17300         * gst/videoscale/vs_scanline.c:
17301         (vs_scanline_resample_nearest_RGBA):
17302         Revert optimization in videoscale. It should go in liboil and have
17303         an appropriate liboil function.
17304
17305 2006-02-28  Wim Taymans  <wim@fluendo.com>
17306
17307         * gst-libs/gst/audio/gstbaseaudiosink.c:
17308         (gst_base_audio_sink_provide_clock):
17309         Don't try to provide a clock in the NULL state.
17310
17311 2006-02-28  Wim Taymans  <wim@fluendo.com>
17312
17313         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
17314         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
17315         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17316         (gst_ogg_demux_deactivate_current_chain),
17317         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
17318         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
17319         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
17320         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
17321         Use GstSegment infrastructure to remove duplicated code
17322         and handle more seek cases correctly.
17323
17324 2006-02-28  Wim Taymans  <wim@fluendo.com>
17325
17326         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17327         (gst_ffmpegcsp_transform):
17328         Don't ignore return code from ffmpeg convert function.
17329
17330         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
17331         Split out some long statements to ease debugging.
17332
17333 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
17334
17335         * ext/libvisual/visual.c: (gst_visual_init),
17336         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
17337         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
17338         being able to renegotiate the size. Instead, use the negotiation
17339         algorithm from the goom plugin to pick an initial output caps. 
17340
17341         Also, allow theoretical libvisual plugins that might support non-GL 
17342         output even if they also do GL.
17343
17344 2006-02-26  Julien MOUTTE  <julien@moutte.net>
17345
17346         * ext/libvisual/visual.c: (gst_visual_init),
17347         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
17348         (plugin_init): Load only non GL plugins. Fix some memleaks and 
17349         possible negotiation issues.
17350
17351 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17352
17353         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
17354
17355 2006-02-24  Michael Smith  <msmith@fluendo.com>
17356
17357         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
17358         (cmml_type_find), (plugin_init):
17359           Fix CMML type find function to not require a specific minor version
17360           of the CMML header.
17361
17362           Add an MPEG4 video elementary stream typefind function.
17363
17364 2006-02-04  Michael Smith  <msmith@fluendo.com>
17365
17366         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
17367         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
17368         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17369         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
17370         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
17371         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
17372           Annodex support in ogg demuxer. Doesn't do very much without the
17373           other annodex patches (to come).
17374
17375 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17376
17377         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
17378
17379         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17380           Pick up palette for MS video v1 (#327028)
17381
17382 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17383
17384         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17385         (gst_ffmpegcsp_caps_remove_format_info),
17386         (gst_ffmpegcsp_get_unit_size):
17387           The 'palette_data' field from incoming RGB caps shouldn't be
17388           proxied on outgoing YUV caps; also, restrict unit size
17389           adjustment in case of paletted data only to the unit that
17390           actually has a palette. Fixes #330711.
17391
17392 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17393
17394         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17395         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
17396         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
17397         (gst_ffmpegcsp_get_unit_size):
17398           Plug some memory leaks.
17399
17400 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17401
17402         * sys/ximage/Makefile.am:
17403         * sys/xvimage/Makefile.am:
17404           Add some _CFLAGS and _LIBS that seem to be missing
17405           and/or required for Cygwin (see #317048).
17406
17407 2006-02-22  Wim Taymans  <wim@fluendo.com>
17408
17409         * ext/alsa/gstalsasrc.c:
17410         Fix description as pointed out by caugier.
17411
17412 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
17413
17414         Reviewed by : Edward Hervey  <edward@fluendo.com>
17415
17416         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17417         (qt_type_find):
17418         Better 3gp typefinding (#331526).
17419
17420 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
17421
17422         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
17423           Don't send EOS event here, the base class will send one for us.
17424
17425         * gst/playback/gstplaybasebin.c: (prepare_output):
17426           Subpictures without video stream aren't allowed either.
17427         
17428         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
17429           Fix debug statement copy'n'paste-o.
17430
17431 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
17432
17433         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
17434           Fix issues with mixer keeping state when muting/unmuting
17435           and when changing the volume whilst muted (see #331763
17436           and #331765).
17437
17438 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
17439
17440         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
17441         (parse_subrip), (gst_sub_parse_format_autodetect):
17442           Set right caps given that we send escaped text. Also,
17443           honour <i></i>, <b></b> and <u></u> markers that can be found
17444           in .srt files (fixes #310202).
17445
17446 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
17447
17448         * gst-libs/gst/audio/mixerutils.c:
17449         (element_factory_rank_compare_func):
17450           Make order in which elements are tried more determinable.
17451
17452 2006-02-20  Julien MOUTTE  <julien@moutte.net>
17453
17454         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
17455         (remove_element_chain), (cleanup_decodebin),
17456         (gst_decode_bin_change_state): Make decodebin reusable by
17457         fixing remove_element_chain first and then introduce a
17458         cleaner in state change to ->NULL. (Closes #331678)
17459
17460 2006-02-19  Wim Taymans  <wim@fluendo.com>
17461
17462         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
17463         use 0666 mask when creating files so umask gets applied
17464         correctly. Fixes #331295.
17465
17466 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
17467
17468         * gst/subparse/Makefile.am:
17469         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
17470         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
17471         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
17472         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
17473         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
17474         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
17475         * gst/subparse/gstssaparse.h:
17476         * gst/subparse/gstsubparse.c: (plugin_init):
17477           Add very basic parser for SSA subtitle streams (as often
17478           found in matroska files).
17479
17480 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
17481
17482         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
17483           That should be text/x-pango-markup, not text/x-pango-layout.
17484
17485 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17486
17487         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
17488         Polishing.
17489
17490 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17491
17492         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17493         (gst_text_overlay_finalize), (gst_text_overlay_init),
17494         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17495         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17496         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17497         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17498         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17499         Fix state change deadlock.
17500
17501 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17502
17503         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17504         (gst_text_overlay_finalize), (gst_text_overlay_init),
17505         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17506         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17507         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17508         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17509         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17510         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
17511         and subtitles files.
17512
17513 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17514
17515         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
17516         should be considered as raw.
17517
17518 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17519
17520         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
17521         (cb_probe):
17522         * gst/playback/gststreaminfo.h: Introduce language informations.
17523
17524 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
17525
17526         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
17527         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
17528         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
17529         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
17530         Set shared memory segments to be deleted as soon as we have attached,
17531         that way they get cleaned up automatically if we crash.
17532
17533 2006-02-18  Julien MOUTTE  <julien@moutte.net>
17534
17535         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
17536         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
17537         functions are called with lock held.
17538
17539 2006-02-18  Julien MOUTTE  <julien@moutte.net>
17540
17541         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17542         (gst_text_overlay_finalize), (gst_text_overlay_init),
17543         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17544         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17545         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
17546         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
17547         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
17548         (gst_text_overlay_change_state): Refactoring of textoverlay
17549         without collectpads. This now supports sparse subtitles coming
17550         from a demuxer instead of a sub file. Seeking is still broken 
17551         though. Need to discuss with wtay some more on how to handle
17552         seeking correctly.
17553         * ext/pango/gsttextoverlay.h:
17554         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
17555         subtitles coming from the demuxer.
17556
17557 2006-02-17  Wim Taymans  <wim@fluendo.com>
17558
17559         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
17560         (gst_vorbisenc_convert_sink):
17561         Use some more scaling functions.
17562
17563 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
17564
17565         * ext/cdparanoia/gstcdparanoiasrc.c:
17566         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
17567         (gst_cd_paranoia_paranoia_callback),
17568         (gst_cd_paranoia_src_signal_is_being_watched),
17569         (gst_cd_paranoia_src_read_sector):
17570         * ext/cdparanoia/gstcdparanoiasrc.h:
17571           Add back 'transport-error' and 'uncorrected-error' signals and
17572           make them actually be fired when bad stuff happens (#319340).
17573
17574 2006-02-17  Wim Taymans  <wim@fluendo.com>
17575
17576         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
17577         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
17578         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
17579         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
17580         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
17581         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
17582         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
17583         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
17584         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
17585         (gst_ring_buffer_clear):
17586         Small cleanups.
17587         Added some G_LIKELY.
17588
17589 2006-02-17  Wim Taymans  <wim@fluendo.com>
17590
17591         * gst-libs/gst/audio/TODO:
17592         Update TODO
17593
17594         * gst-libs/gst/audio/gstbaseaudiosink.c:
17595         (gst_base_audio_sink_get_offset):
17596         When trying to play samples ASAP and we don't have a
17597         previous sample, try to play at position 0 instead of
17598         an invalid position.
17599
17600 2006-02-17  Wim Taymans  <wim@fluendo.com>
17601
17602         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
17603         (gst_alsasink_reset):
17604         Also release lock when we get an error in _reset();
17605         fix an error message.
17606
17607 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17608
17609         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
17610         (gst_alsasink_init), (get_channel_free_structure),
17611         (caps_add_channel_configuration), (gst_alsasink_getcaps),
17612         (gst_alsasink_close):
17613         * ext/alsa/gstalsasink.h:
17614           Add support for more than 2 channels (#326720).
17615
17616 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17617
17618         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
17619           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
17620           with 4 or 6 channels, assume a default channel layout to make things
17621           work (not sure there's anything else we can do in those cases).
17622
17623 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17624
17625         * gst-libs/gst/audio/multichannel.c:
17626           Minor docs fix.
17627
17628         * gst-libs/gst/riff/Makefile.am:
17629         * gst-libs/gst/riff/riff-ids.h:
17630         * gst-libs/gst/riff/riff-media.c:
17631         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
17632           Add support for WAVEFORMATEX, eg. PCM audio with more than two
17633           channels and a channel layout map.
17634           
17635 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
17636
17637         Reviewed by Edward Hervey  <edward@fluendo.com>
17638
17639         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
17640         C-level optimization of the RGBA nearest neighbour function.
17641         Eventually this might end up in liboil with vectorized versions.
17642
17643 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17644
17645         * gst-libs/gst/audio/multichannel.c:
17646         (gst_audio_get_channel_positions):
17647           When we have more than 2 channels, but no channel layout is
17648           specified in the caps, return some default channel layout
17649           to the caller and warn about about a possibly buggy element
17650           (could be buggy filtercaps as well of course) (#317038).
17651
17652 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17653
17654         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
17655           Add gst-libs/gst/cdda to list of lib search paths.
17656
17657 2006-02-15  Andy Wingo  <wingo@pobox.com>
17658
17659         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
17660         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
17661         to the Lord Jesus that I do not have to touch the ogg muxer ever
17662         again.
17663
17664 2006-02-15  Edward Hervey  <edward@fluendo.com>
17665
17666         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
17667         quicktime movie files can also contain 'uuid' atoms.
17668
17669 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
17670
17671         * gst/audioconvert/plugin.c: (plugin_init):
17672           Register the GstAudioChannelPosition enum type with the type
17673           system in the plugin_init function, so that it is known before
17674           any element actually makes use of multi-channel stuff. This is
17675           required for example if one wants to be able to deserialise/use
17676           a caps string with channel positions before any pipeline has
17677           been setup and started, like with gst-launch.
17678
17679 2006-02-14  Wim Taymans  <wim@fluendo.com>
17680
17681         * gst-libs/gst/audio/gstringbuffer.c:
17682         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
17683         (gst_ring_buffer_samples_done), (wait_segment),
17684         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
17685         Add some compiler G_(UN_)LIKELY help.
17686         SIGNAL the ringbuffer waiters when going to PAUSED as well to
17687         make sure they can exit their functions. Should fix #330748
17688
17689 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17690
17691         * Makefile.am:
17692         * configure.ac:
17693         * win32/MANIFEST:
17694         * win32/common/_stdint.h:
17695           Windows does not have long long; copy the generated _stdint.h
17696         * win32/common/interfaces-enumtypes.c:
17697         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
17698         (gst_mixer_track_flags_get_type),
17699         (gst_tuner_channel_flags_get_type):
17700         * win32/common/multichannel-enumtypes.c:
17701         (gst_audio_channel_position_get_type):
17702           update
17703
17704 2006-02-13  Wim Taymans  <wim@fluendo.com>
17705
17706         * gst-libs/gst/audio/gstbaseaudiosink.c:
17707         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
17708         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17709         Always sync on first sample we receive when starting.
17710
17711 2006-02-13  Wim Taymans  <wim@fluendo.com>
17712
17713         * gst/playback/gstplaybin.c: (gen_vis_element):
17714         Update vis bin docs.
17715         Move queue after tee so we don't queue video buffers but
17716         audio samples instead. Fixes problems where the video queue
17717         is filled and the audio queue empty.
17718
17719 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
17720
17721         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
17722           No need to push an EOS event here, GstBaseSrc will do that for us
17723           when we return FLOW_UNEXPECTED.
17724           
17725 2006-02-12  Wim Taymans  <wim@fluendo.com>
17726
17727         * gst-libs/gst/audio/gstbaseaudiosink.c:
17728         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
17729         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
17730         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17731         Use scale functions when possible.
17732         Fix error messages.
17733         Free clockid when after waiting for EOS.
17734         Use G_(UN_)LIKLY when it makes sense.
17735         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
17736
17737 2006-02-12  Edward Hervey  <edward@fluendo.com>
17738
17739         * gst/playback/gstplaybasebin.c: (prepare_output): 
17740         Remove stray semi-colon (fixes #330888).
17741
17742 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
17743
17744         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
17745         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
17746         Fix up the XShm call testing so that we catch errors, and don't
17747         cause new ones by attempting to detach from a segment we failed
17748         to attach to. Fixes #312439.
17749
17750 2006-02-10  Edward Hervey  <edward@fluendo.com>
17751
17752         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17753         Added flv file typefind (video/x-flv).
17754
17755 2006-02-10  Edward Hervey  <edward@fluendo.com>
17756
17757         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
17758         (gst_riff_create_video_template_caps):
17759         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
17760         Also added the caps to the default set of riff video caps.
17761
17762 2006-02-09  Andy Wingo  <wingo@pobox.com>
17763
17764         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
17765         time and the end time of the last packet in the page.
17766         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
17767         on the pages in our queue, set the duration as well. Reflow a
17768         debug statement.
17769         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
17770         Fixes bad muxing order.
17771
17772 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17773
17774         * gst-libs/gst/rtp/gstbasertppayload.c:
17775         (gst_basertppayload_setcaps), (gst_basertppayload_push):
17776           update seqnum before setting it on the packet; this makes sure
17777           that the timestamp and seqnum properties match after pushing
17778           a buffer
17779
17780 2006-02-09  Andy Wingo  <wingo@pobox.com>
17781
17782         * gst-libs/gst/audio/gstringbuffer.c
17783         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
17784         overflow after 13.5 hours of recording. Kapow!
17785
17786         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
17787         the buffer size -- we don't care about underrun/overrun reporting
17788         right now, just need to return a useful value.
17789
17790 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
17791
17792         * configure.ac:
17793           Back to CVS
17794
17795 === release 0.10.3 ===
17796
17797 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
17798
17799         * configure.ac:
17800           releasing 0.10.3, "Under Pressure"
17801
17802 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17803
17804         * configure.ac:
17805         Drat. Bump libtool version number for new API.
17806         Prelease 0.10.2.3 (of 0.10.3)
17807
17808 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17809
17810         * configure.ac:
17811         * win32/common/config.h:
17812         0.10.2.2 prerelease (of 0.10.3).
17813
17814 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17815
17816         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
17817           Revert Andy's newsegment change pending a more correct
17818           fix.
17819
17820 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17821
17822         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17823         (qt_type_find), (plugin_init):
17824           detect more files as 3gp
17825           group and reorder the iso file formats
17826
17827 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17828
17829         * ext/vorbis/vorbis.c: (plugin_init):
17830           Register musicbrainz tags, so apps don't have to.
17831
17832 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17833
17834         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
17835         (gst_tag_to_vorbis_tag):
17836           Make sure we called gst_tag_register_musicbrainz_tags()
17837           before possibly mapping a vorbiscomment string from/to a
17838           musicbrainz tag.
17839
17840 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17841
17842         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
17843           In case we can't find the required number of consecutive
17844           mpeg audio frames to positively identify an MPEG audio
17845           stream, check if there's at least a valid mpeg audio
17846           frame right at offset 0 and if so suggest mpeg/audio
17847           caps with a very low probability (#153004).
17848
17849 2006-02-07  Andy Wingo  <wingo@pobox.com>
17850
17851         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
17852         a TIME segment if we get timestamped buffers. Requires recent
17853         fixes in core to work properly.
17854
17855 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17856
17857         * gst/playback/gstplaybasebin.c: (prepare_output):
17858           Don't print the URI as part of the error message, it
17859           makes error dialogs look rather ugly, especially if
17860           the URI is very long or has characters in it that
17861           need escaping.
17862
17863 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17864
17865         * gst/playback/gstplaybasebin.c: (prepare_output):
17866           Error out if we have only text or subtitles, but nothing
17867           else. Also error out if we have subtitles but no video
17868           stream.
17869
17870 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17871
17872         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
17873           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
17874           Post an error message on the bus when we encounter an
17875           error, which will hopefully be more meaningful than the
17876           'Internal Flow Error' message users get to see if we
17877           just return GST_FLOW_ERROR.
17878
17879 2006-02-07  Andy Wingo  <wingo@pobox.com>
17880
17881         * configure.ac (GST_MAJORMINOR): Update core version req to
17882         0.10.2.2, for the collectpads API addition (#330244).
17883
17884 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17885
17886         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
17887           Return FALSE from plugin_init() when GnomeVFS can't
17888           be initialised for some reason (#328423).
17889
17890 2006-02-06  Julien MOUTTE  <julien@moutte.net>
17891
17892         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
17893         Stick to seeking theory until i find the bug.
17894         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
17895
17896 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
17897
17898         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17899         (theora_enc_finalize), (theora_enc_sink_setcaps),
17900         (theora_set_header_on_caps), (theora_enc_chain),
17901         (theora_enc_change_state):
17902         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
17903           Make theoraenc and the tests leak free. Like, really.
17904
17905 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
17906
17907         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17908         (theora_enc_finalize), (theora_enc_sink_setcaps):
17909           Add a finalize method to ensure we clean up state even if
17910           someone omitted the state change back to NULL.
17911
17912         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
17913         (gst_vorbisenc_chain):
17914           Free some more leaked bits.
17915
17916         * tests/check/pipelines/theoraenc.c: (start_pipeline),
17917         (stop_pipeline):
17918           Wait for state changes to happen if they're ASYNC.
17919
17920           This ought to teach those fancy pants buildbots a lesson.
17921
17922 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
17923
17924         * gst-libs/gst/tag/gstid3tag.c:
17925           Add mapping for ID3 International Standard Recording Code
17926           tag "TSRC"
17927
17928 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
17929
17930         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
17931           Don't leak tag names.
17932
17933 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17934
17935         * docs/libs/gst-plugins-base-libs-docs.sgml:
17936         * docs/libs/gst-plugins-base-libs-sections.txt:
17937         * gst-libs/gst/tag/gstid3tag.c:
17938         * gst-libs/gst/tag/gstvorbistag.c:
17939         * gst-libs/gst/tag/tags.c:
17940           Split libgsttag docs into multiple sections.
17941
17942 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17943
17944         * docs/libs/Makefile.am:
17945         * docs/libs/gst-plugins-base-libs-docs.sgml:
17946         * docs/libs/gst-plugins-base-libs-sections.txt:
17947         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
17948         * gst-libs/gst/tag/gstvorbistag.c:
17949         * gst-libs/gst/tag/tag.h:
17950         * gst-libs/gst/tag/tags.c:
17951           Add libgsttag to the docs.
17952
17953 2006-02-05  Julien MOUTTE  <julien@moutte.net>
17954
17955         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
17956         (gst_text_overlay_init), (gst_text_overlay_src_event),
17957         (gst_text_overlay_collected): Fix clockoverlay.
17958
17959 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17960
17961         * docs/libs/compiling.sgml:
17962           Fix typo: it's pkg-config, not pkg-gconfig
17963
17964         * docs/libs/gst-plugins-base-libs-docs.sgml:
17965         * docs/libs/gst-plugins-base-libs-sections.txt:
17966         * docs/libs/tmpl/gstgconf.sgml:
17967           There is no libgstgconf in 0.10, remove it
17968           from the docs.
17969
17970 2006-02-05  Julien MOUTTE  <julien@moutte.net>
17971
17972         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
17973         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
17974         (gst_text_overlay_src_event), (gst_text_overlay_collected):
17975         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
17976         (gst_sub_parse_class_init), (gst_sub_parse_init),
17977         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
17978         (parse_mpsub), (parser_state_init), (handle_buffer),
17979         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
17980         * gst/subparse/gstsubparse.h: Introduce seeking code.
17981
17982 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17983
17984         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
17985           Add comment about LANGUAGE tag inconsistency (we want
17986           ISO-639-1, but extract three-letter identifiers?)
17987
17988         * po/POTFILES.in:
17989           Add two translatable files.
17990
17991 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17992
17993         * gst-libs/gst/tag/Makefile.am:
17994         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
17995         * gst-libs/gst/tag/tag.h:
17996         * gst-libs/gst/tag/tags.c:
17997         (gst_tag_register_musicbrainz_tags_internal),
17998         (gst_tag_register_musicbrainz_tags):
17999           Forward-port some tags stuff from the 0.8 branch. This is
18000           mostly the addition of musicbrainz tags and their mapping
18001           to vorbistags, and a vorbistag mapping of the language tag.
18002
18003 2006-02-05  Julien MOUTTE  <julien@moutte.net>
18004
18005         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
18006         refactoring.
18007
18008 2006-02-04  David Schleef  <ds@schleef.org>
18009
18010         * ext/ogg/gstoggmux.c:
18011         * gst/typefind/gsttypefindfunctions.c:
18012           Add Dirac typefinding and add dirac format to oggmux.
18013
18014 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
18015
18016         * gst/playback/gstdecodebin.c: (try_to_link_1):
18017           Don't put essential function call into
18018           g_return_*() macro, otherwise it'll all be
18019           replaced by NOOPs when compiling with
18020           G_DISABLE_CHECKS defined.
18021
18022 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18023
18024         * ext/ogg/gstoggdemux.c:
18025         * ext/ogg/gstoggparse.c:
18026         * gst/tcp/gsttcpserversink.c:
18027         * sys/v4l/v4lsrc_calls.c:
18028         * sys/v4l/v4lsrc_calls.h:
18029         Just make it compile with --disable-gst-debug.
18030
18031 2006-02-03  Wim Taymans  <wim@fluendo.com>
18032
18033         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
18034         (gst_alsasink_class_init), (gst_alsasink_init),
18035         (gst_alsasink_write), (gst_alsasink_reset):
18036         * ext/alsa/gstalsasink.h:
18037         Add lock to protect alsa calls.
18038         Implement reset to flush samples ASAP, does not work
18039         with dmix though.
18040
18041 2006-02-02  Wim Taymans  <wim@fluendo.com>
18042
18043         * gst-libs/gst/audio/gstbaseaudiosink.c:
18044         (gst_base_audio_sink_provide_clock):
18045         Ugh.. getting late I guess...
18046
18047 2006-02-02  Wim Taymans  <wim@fluendo.com>
18048
18049         * gst-libs/gst/audio/gstbaseaudiosink.c:
18050         (gst_base_audio_sink_provide_clock),
18051         (gst_base_audio_sink_set_property),
18052         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
18053         Don't try to provide a clock when we are not negotiated since
18054         we might not be able to make it run.
18055
18056 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18057
18058         * gst/playback/gstdecodebin.c: (try_to_link_1):
18059           Unlinking two source pads is ... hard.
18060
18061 2006-02-02  Wim Taymans  <wim@fluendo.com>
18062
18063         * gst-libs/gst/audio/TODO:
18064         Updated.
18065
18066         * gst-libs/gst/audio/gstbaseaudiosink.c:
18067         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
18068         On EOS, wait till the last sample is played before posting EOS.
18069
18070 2006-02-01  Philippe Kalaf <burger at speedy dot org>
18071
18072         Patch by: Kai Vehmanen
18073         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18074           Adds ability to enable newsegment bypass by setting queue_delay to
18075           zero. Also avoid thread being started if queue_delay is zero.
18076
18077 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18078
18079         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
18080           Make test work again by connecting fakesinks to each decoded pad,
18081           which makes the pipeline wait until each fakesink has a buffer
18082           queued before going to PAUSED state. At that point we know the
18083           decodebin pads are negotiated.
18084
18085 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18086
18087         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
18088         (gst_cdda_base_src_handle_event):
18089         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
18090           Pass unhandled queries to the parent class's query function.
18091
18092 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18093
18094         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
18095         (gst_ogg_pad_src_query):
18096         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
18097         * ext/theora/theoradec.c: (theora_dec_src_query),
18098         (theora_dec_sink_query):
18099         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
18100         (vorbis_dec_sink_query):
18101         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
18102         (gst_vorbisenc_sink_query):
18103         * gst/adder/gstadder.c: (gst_adder_query):
18104           Pass unhandled queries upstream instead of just
18105           dropping them (#326447). Also, fix supported
18106           query types list for some elements.
18107
18108 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18109
18110         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
18111         (paris_type_find), (ilbc_type_find), (plugin_init):
18112           Fix typefinding for audio/x-au, audio/x-paris and
18113           audio/iLBC-sh. We cannot use the START_WITH macros
18114           here, because there can only be one typefind factory
18115           with the same name (caps), so the second one would
18116           replace the first one and the first one would never
18117           be called when doing typefinding (see #161712).
18118           
18119
18120 2006-01-31  Wim Taymans  <wim@fluendo.com>
18121
18122         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
18123         (vorbis_handle_header_packet), (vorbis_dec_push),
18124         (vorbis_handle_data_packet):
18125         Use scale_int when we can, add some more scaling.
18126         Check packettype before parsing it.
18127
18128 2006-01-31  Wim Taymans  <wim@fluendo.com>
18129
18130         * ext/theora/theoradec.c: (_theora_granule_time),
18131         (theora_dec_src_convert), (theora_dec_sink_convert):
18132         Call right _scale functions.
18133         Use parameter instead of some other random value.
18134
18135 2006-01-31  Wim Taymans  <wim@fluendo.com>
18136
18137         * ext/theora/theoradec.c: (_theora_granule_frame),
18138         (_theora_granule_time), (_inc_granulepos),
18139         (theora_dec_src_convert), (theora_dec_sink_convert),
18140         (theora_handle_type_packet), (theora_handle_data_packet),
18141         (theora_dec_chain):
18142         Use higher precision timestamps calculation.
18143         Convert some other conversions to _scale.
18144
18145 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
18146
18147         * gst/audiotestsrc/gstaudiotestsrc.c:
18148         (gst_audio_test_src_create_sine_table), (plugin_init):
18149         * gst/volume/gstvolume.c: (plugin_init):
18150           initialize gst_controller before using
18151
18152 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
18153
18154         * tests/check/pipelines/theoraenc.c:
18155         * tests/check/pipelines/vorbisenc.c:
18156         Define constant using G_GINT64_CONSTANT to avoid errors when
18157         passing it around - otherwise it gets truncated to 32 bits.
18158
18159         Fixes failing tests.
18160
18161 2006-01-31  Andy Wingo  <wingo@pobox.com>
18162
18163         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
18164         caps being set doesn't have a framerate value. Basically a stopgap
18165         measure.
18166
18167         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
18168         technically correct enough to put into core though.
18169         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
18170         DURATION. Fixes theoraenc ! oggmux.
18171
18172         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
18173         fraction, not double.
18174
18175 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
18176
18177         * win32/vs7:
18178         add vs7 project files created by Sergey Scobich
18179
18180 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
18181
18182         * win32/vs8:
18183         add vs8 project files created by Sergey Scobich
18184         
18185 2006-01-30  Andy Wingo  <wingo@pobox.com>
18186
18187         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
18188         timestamp + duration, not just timestamp -- ogg pages should be
18189         ordered by stop time. Necessary fix given the change in vorbis
18190         timestamps.
18191
18192         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
18193         (gst_theora_enc_init): Pull the granule shift out of the encoder.
18194         (granulepos_add): New function, handles the messiness of adjusting
18195         granulepos values.
18196         (theora_buffer_from_packet):
18197         (theora_enc_chain):
18198         (theora_enc_sink_event): Use granulepos_add, not +.
18199
18200         * tests/check/pipelines/theoraenc.c
18201         (check_buffer_granulepos_from_starttime): Just check the frame
18202         count, not the actual granulepos -- we can't dictate to the
18203         encoder when it should be placing keyframes.
18204
18205 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18206
18207         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
18208           SERVICE_NOT_AVAILABLE happens for example when you're trying to
18209           play an http:// stream from a server that's not serving
18210
18211 2006-01-30  Andy Wingo  <wingo@pobox.com>
18212
18213         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
18214         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
18215         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
18216         available.
18217
18218         * ext/theora/gsttheoraenc.h:
18219         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
18220         although theoraenc was timestamping correctly. Added handling of
18221         streams that start with nonzero timestamps.
18222
18223         * tests/check/Makefile.am:
18224         * tests/check/pipelines/theoraenc.c: New file, basically does same
18225         tests as vorbisenc.
18226
18227         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
18228
18229 2006-01-30  Wim Taymans  <wim@fluendo.com>
18230
18231         * gst-libs/gst/audio/gstaudiosink.c:
18232         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
18233         (gst_audioringbuffer_pause):
18234         Implement pause that does not wait for completion.
18235
18236         * gst-libs/gst/audio/gstbaseaudiosink.c:
18237         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18238         Don't drop buffers when going to PAUSED but perform preroll on
18239         remaining samples now that core base class supports this.
18240
18241         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
18242         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
18243         (gst_ring_buffer_commit):
18244         Pause should not signal waiters.
18245         Implement return value of _commit correctly.
18246
18247 2006-01-30  Andy Wingo  <wingo@pobox.com>
18248
18249         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
18250
18251         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
18252         updated to timestamp from the first sample, not the last.
18253         (gst_vorbisenc_buffer_from_header_packet): New function, takes
18254         special care of granulepos and timestamp for header packets.
18255         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
18256         when the first buffer has a nonzero timestamp.
18257
18258         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
18259         (GstVorbisEnc.subgranule_offset): New members. Take care of the
18260         case when the first audio buffer we get has a nonzero timestamp.
18261         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
18262         properly timestamp vorbis buffers with the time of the first
18263         sample, not the last.
18264         
18265         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
18266         vorbis_granule_time_copy -- now it takes the granule/subgranule
18267         offset into account.
18268
18269         * tests/check/pipelines/vorbisenc.c: New test for correctness of
18270         timestamps, durations, and granulepos on buffers produced by
18271         vorbisenc.
18272
18273 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
18274
18275         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18276         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
18277           Patch from Eric Jonas to support conversions to/from UYVY 
18278           (Fixes: #324626)
18279
18280 2006-01-30  Julien MOUTTE  <julien@moutte.net>
18281
18282         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
18283         (setup_subtitle), (setup_source), (set_active_source):
18284         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
18285         (gen_text_element), (gen_audio_element), (gen_vis_element),
18286         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
18287
18288 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
18289
18290         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
18291         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
18292                 use gst_guint64_to_gdouble to be compliant with vs6
18293         * gst/playback/gstdecodebin.c: (try_to_link_1)
18294         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
18295                 use G_GINT64_CONSTANT for int64 constants
18296         * win32/common/libgstinterfaces.def:
18297                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
18298         * win32/vs6:
18299                 update and add new project files
18300                 
18301 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18302
18303         * Makefile.am:
18304         * win32/MANIFEST:
18305         * win32/common/interfaces-enumtypes.c:
18306         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
18307         (gst_mixer_track_flags_get_type),
18308         (gst_tuner_channel_flags_get_type):
18309         * win32/common/interfaces-enumtypes.h:
18310         * win32/common/multichannel-enumtypes.c:
18311         (gst_audio_channel_position_get_type):
18312         * win32/common/multichannel-enumtypes.h:
18313           add a win32-update rule like in core, and copy over enumtypes files
18314
18315 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18316
18317         * win32/MANIFEST:
18318         * win32/common/config.h:
18319         * win32/common/config.h.in:
18320           add config files just like in core
18321
18322 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
18323
18324         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
18325           Make gcc-4.1 happy (part of #327357).
18326
18327 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
18328
18329         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
18330         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
18331         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
18332         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
18333         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
18334         (gst_alsasrc_unprepare), (gst_alsasrc_read):
18335           Update all error messages.  All of them should either use
18336           the default translated message, or actually provide a
18337           translatable string.
18338           Make the string for channel count problems meaningful.
18339
18340 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
18341
18342         * sys/v4l/v4l_calls.c: (gst_v4l_open):
18343           check for and throw RESOURCE_BUSY
18344
18345 2006-01-27  David Schleef  <ds@schleef.org>
18346
18347         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
18348           checked in this change -- it requires liboil features not
18349           in 0.3.6.  Revert parts.
18350
18351 2006-01-27  David Schleef  <ds@schleef.org>
18352
18353         * REQUIREMENTS:
18354         * configure.ac: update liboil requirement to 0.3.6
18355         * gst/videoscale/Makefile.am:
18356         * gst/videoscale/vs_scanline.c: liboilify
18357
18358 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18359
18360         * ext/libvisual/visual.c: (get_buffer):
18361           When pad_alloc returns a GstFlowReturn other
18362           than GST_FLOW_OK, make sure it is passed upstream.
18363
18364 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18365
18366         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
18367         (gst_alsasink_class_init):
18368           Free the device name string.
18369
18370         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
18371         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
18372         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
18373           Don't remove a pad from the collectpads structure until it
18374           is released - it's a request pad, and may receive data again
18375           if the element gets moved back to PLAYING state.
18376
18377         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
18378           Ensure we turn on double buffering on the Xv port, and
18379           set the colour key to something dark and mysterious that
18380           isn't black.
18381
18382 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
18383
18384         * ext/alsa/gstalsaplugin.c: (plugin_init):
18385         * ext/cdparanoia/gstcdparanoiasrc.c:
18386         (gst_cd_paranoia_src_base_init), (plugin_init):
18387         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18388         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
18389           - a library should not call setlocale. see "Libraries" node in
18390             gettext manual
18391           - make sure all plugins that use translation do bindtextdomain
18392             to point to the localedir
18393         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
18394         (setup_sinks), (plugin_init):
18395           all this, and check for NULL when creating sinks
18396
18397 2006-01-27  Julien MOUTTE  <julien@moutte.net>
18398
18399         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
18400         (plugin_init): Make typefinding of subtitles work again.
18401
18402 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
18403
18404         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
18405         (mp3_type_frame_length_from_header), (mp3_type_find),
18406         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
18407         (plugin_init):
18408           Backport a bunch of typefinding fixes from the 0.8 branch.
18409           Also, improve wavpack typefinding: if we can't peek the
18410           entire wavpack block, try to parse the bits we can get and
18411           see if we find what we're looking for in those.
18412
18413 2006-01-26  Julien MOUTTE  <julien@moutte.net>
18414
18415         * sys/ximage/ximagesink.c:
18416         (gst_ximagesink_calculate_pixel_aspect_ratio):
18417         * sys/xvimage/xvimagesink.c:
18418         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
18419         more cases of pixel aspect ratio.
18420
18421 2006-01-26  Edward Hervey  <edward@fluendo.com>
18422
18423         * gst/playback/gstdecodebin.c: (pad_probe):
18424         Also consider the flush-start and tag events as unblockers
18425         for the pad probes.
18426
18427 2006-01-26  Julien MOUTTE  <julien@moutte.net>
18428
18429         * gst/playback/gstplaybin.c: (gst_play_bin_init),
18430         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
18431         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
18432         On the fly visualisation switch, works disabling, enabling as
18433         well but it won't be able to enable vis in a playbin that was
18434         created with no visualisation.
18435
18436 2006-01-25  Wim Taymans  <wim@fluendo.com>
18437
18438         * gst-libs/gst/audio/gstbaseaudiosink.c:
18439         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18440         Undo previous commit that returned WRONG_STATE sooner, it breaks 
18441         resume after pause.
18442
18443 2006-01-25  Wim Taymans  <wim@fluendo.com>
18444
18445         * gst-libs/gst/audio/gstbaseaudiosink.c:
18446         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
18447         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
18448         Improve debugging.
18449         Post error when caps cannot be parsed.
18450         Resync on discontinuity in the stream.
18451         Clip samples to segment boundaries.
18452         return WRONG_STATE sooner when we are flushing.
18453
18454         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
18455         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
18456         Make audiosrc operate in TIME.
18457         Set TIMESTAMP and DURATION on buffers.
18458
18459 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
18460
18461         * tests/examples/seek/seek.c: (main):
18462           Output tag messages as well.
18463
18464 2006-01-23  Edward Hervey  <edward@fluendo.com>
18465
18466         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
18467         (free_pad_probes), (remove_fakesink), (pad_probe),
18468         (close_pad_link), (gst_decode_bin_change_state):
18469         Replace GstPadBlockCallback with pad probes that detect
18470         first buffer AND eos before removing fakesink.
18471         Fixes hang with demuxers doing EOS while pre-rolling.
18472         Solves #328279
18473
18474 2006-01-23  Andy Wingo  <wingo@pobox.com>
18475
18476         * ext/alsa/gstalsasink.c:
18477         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18478         (gst_base_rtp_depayload_setcaps),
18479         (gst_base_rtp_depayload_add_to_queue),
18480         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
18481         
18482         Patch by: Jens Granseuer <jensgr at gmx dot net>
18483
18484 2006-01-22  Julien MOUTTE  <julien@moutte.net>
18485
18486         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
18487         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
18488         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
18489         frames. We might get a frame destroyed after changing state to
18490         NULL, adding a safety check on xcontext.
18491
18492 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
18493
18494         * gst-libs/gst/interfaces/xoverlay.c:
18495           Fix prepare-xwindow-id code example in the docs - we need to
18496           ignore all messages that aren't element messages as well.
18497           
18498 2006-01-21  Julien MOUTTE  <julien@moutte.net>
18499
18500         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
18501           I think one day i'll completely undestand how caps negotiation
18502           is supposed to work. This refactoring handles buffer_alloc
18503           called with caps we can't handle. We definitely don't want a
18504           set_caps with those caps, so we define and allocate a buffer
18505           we would like to receive.
18506
18507 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18508
18509         * gst/playback/gstplaybasebin.c: (setup_source):
18510           Free iterator when done.
18511
18512 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
18513
18514         * gst-libs/gst/audio/gstbaseaudiosink.c:
18515         (gst_base_audio_sink_render):
18516           Fix playback of non-synchronised streams by assuming a rate
18517           of 1.0 instead of a random one.
18518
18519           Makes this work again:
18520
18521           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
18522           endianness=(int)4321, signed=(boolean)true, width=(int)16,
18523           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
18524           audioresample ! alsasink
18525
18526 === release 0.10.2 ===
18527
18528 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
18529
18530         * configure.ac:
18531           releasing 0.10.2, "Then the devil is six"
18532
18533 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
18534
18535         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18536         * gst/playback/gststreamselector.c:
18537         (gst_stream_selector_set_property):
18538           Comment out broken code that connects to the state-changed signal.
18539           At this point, changing current stream selection is broken, but 
18540           stuff like gst-launch playbin current-audio=1 works and filters
18541           to the chosen stream.
18542
18543 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18544
18545         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
18546           Fix #327216 (null dereference in vorbisdec)
18547
18548 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
18549
18550         * ext/theora/theoradec.c: (theora_handle_comment_packet):
18551           Post taglist actually on bus instead of just freeing it
18552           (fixes #327114 and totem bug #327080).
18553
18554         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
18555           Use gst_element_found_tags_for_pad(), so that the tags
18556           are sent downstream as an event as well.
18557
18558 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
18559
18560         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
18561         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
18562         (gst_ximagesink_buffer_alloc):
18563         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
18564         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
18565         (gst_xvimagesink_buffer_alloc):
18566           move all regularly occurring messages to GST_LOG level
18567           add some more object logs
18568
18569 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
18570
18571         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
18572           fix a silly segfault
18573
18574 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
18575
18576         * docs/libs/gst-plugins-base-libs-docs.sgml:
18577         * docs/libs/gst-plugins-base-libs-sections.txt:
18578         * gst-libs/gst/audio/mixerutils.c:
18579         * gst-libs/gst/audio/mixerutils.h:
18580           Add docs for mixerutils stuff.
18581
18582 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
18583
18584         * gst/playback/gstplaybasebin.c: (setup_source):
18585           Fix playback for sources that emit raw audio or
18586           raw video streams (e.g.: cd audio sources) (#325984).
18587
18588 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18589
18590         * gst-libs/gst/audio/mixerutils.c:
18591         (gst_audio_mixer_filter_do_filter):
18592           actually save the element we create
18593
18594 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
18595
18596         * gst-libs/gst/cdda/gstcddabasesrc.c:
18597         (gst_cdda_base_src_handle_track_seek):
18598           No need to post a tag message on the bus when seeking
18599           within the same track, only post it when the current
18600           track changes.
18601
18602 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
18603
18604         * gst/playback/gstplaybasebin.c: (group_destroy),
18605         (probe_triggered), (new_decoded_pad), (mute_group_type),
18606         (set_active_source):
18607         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18608         * gst/playback/gststreamselector.c:
18609         (gst_stream_selector_base_init),
18610         (gst_stream_selector_set_property),
18611         (gst_stream_selector_request_new_pad):
18612           Reenable stream selection. These mechanisms need a complete overhaul
18613           in the face of 0.8->0.10 changes though.
18614
18615 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
18616
18617         * ext/ogg/gstoggdemux.c:
18618           Change the pad template to src_%d to match the pads that 
18619           are created from it. decodebin needs this information in order
18620           to decide that oggdemux is capable of producing multiple pads
18621           (and hence needs queues inserted).
18622
18623         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
18624         (gst_ogg_mux_collected):
18625           Make debug output more useful by using GST_PTR_FORMAT.
18626
18627 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
18628
18629         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18630
18631         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
18632           Set depth and width for alaw/mulaw (fixes #326601).
18633
18634 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18635
18636         * tests/icles/Makefile.am:
18637           don't build the tests if we don't have the libs
18638
18639 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18640
18641         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
18642         (gst_cd_paranoia_paranoia_callback):
18643           Don't try to free NULL pointers.
18644
18645 2006-01-10  Edward Hervey  <edward@fluendo.com>
18646
18647         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
18648         (gst_audio_rate_change_state), (plugin_init):
18649         Add debugging category.
18650         Fix type issues.
18651         Add case for incoming buffers without valid offset/offset_end.
18652
18653 2006-01-10  Michael Smith  <msmith@fluendo.com>
18654
18655         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
18656           Don't leak GCond in audio sources.
18657
18658 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
18659
18660         * gst/playback/gstplaybin.c: (gen_audio_element):
18661           Don't leak an autoaudiosink/alsasink when we generate
18662           a new audio element. (old code, I guess)
18663
18664 2006-01-10  Michael Smith  <msmith@fluendo.com>
18665
18666         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
18667           Support float audio in audiorate.
18668           Use width rather than depth for selecting sample width.
18669
18670 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18671
18672         * gst/videotestsrc/videotestsrc.h:
18673           Use GLib types here (that way we don't have to include the
18674           generated _stdint.h header, which makes life easier for win32
18675           folks that don't use autotools for the build) (#325990, patch
18676           by: Sergey Scobich).
18677
18678 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18679
18680         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
18681         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
18682         (gst_ring_buffer_pause), (wait_segment):
18683         * gst-libs/gst/audio/gstringbuffer.h:
18684           Name (private) union, makes Forte compiler happy (this time
18685           for real) (#324900).
18686
18687 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
18688
18689         * gst-libs/gst/audio/Makefile.am:
18690           Link against libgstinterfaces, needed for mixer
18691           and property probe stuff.
18692
18693 2006-01-09  Edward Hervey  <edward@fluendo.com>
18694
18695         * gst-libs/gst/Makefile.am:
18696
18697 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
18698
18699         * gst-libs/gst/audio/Makefile.am:
18700         * gst-libs/gst/audio/mixerutils.c:
18701         (gst_audio_mixer_filter_do_filter),
18702         (gst_audio_mixer_filter_check_element),
18703         (gst_audio_mixer_filter_probe_feature),
18704         (element_factory_rank_compare_func),
18705         (gst_audio_default_registry_mixer_filter):
18706         * gst-libs/gst/audio/mixerutils.h:
18707           Add gst_audio_default_registry_mixer_filter() utility
18708           function.
18709
18710 2006-01-03  Michael Smith  <msmith@fluendo.com>
18711
18712         * gst/audioresample/resample.h:
18713           As before, but for o_buf
18714
18715 2006-01-03  Michael Smith  <msmith@fluendo.com>
18716
18717         * gst/audioresample/resample.h:
18718           Declare struct _ResampleState.buffer as unsigned char *, not void *,
18719           since we do arithmetic on it.
18720
18721 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
18722
18723         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
18724         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
18725         (gst_ring_buffer_pause), (wait_segment):
18726         * gst-libs/gst/audio/gstringbuffer.h:
18727           Sun's Forte compiler doesn't seem to like anonymous structs,
18728           so use same setup as in GstBaseSrc (fixes #324900).
18729
18730 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18731
18732         * configure.ac:
18733         * gst/volume/Makefile.am:
18734         * gst/volume/demo.c:
18735           move old example to tests/examples/volume/volune.c
18736         * tests/examples/Makefile.am:
18737         * tests/examples/seek/seek.c: (main):
18738           change window-close event from "delete-event" to "destroy"
18739         * tests/examples/volume/Makefile.am:
18740         * tests/examples/volume/volume.c: (value_changed_callback),
18741         (setup_gui), (message_received), (eos_message_received), (main):
18742           fix event handling and bus usage
18743
18744 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
18745
18746         * gst/audiotestsrc/gstaudiotestsrc.c:
18747         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
18748         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
18749         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
18750         (gst_audio_test_src_create_square),
18751         (gst_audio_test_src_create_saw),
18752         (gst_audio_test_src_create_triangle),
18753         (gst_audio_test_src_create_silence),
18754         (gst_audio_test_src_create_white_noise),
18755         (gst_audio_test_src_create_pink_noise),
18756         (gst_audio_test_src_init_sine_table),
18757         (gst_audio_test_src_create_sine_table),
18758         (gst_audio_test_src_change_wave),
18759         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
18760         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
18761         * gst/audiotestsrc/gstaudiotestsrc.h:
18762           update to basesrc changes, implement segmented seeking and eos
18763           handling, add a 'sine-tab' waveform for performance critical playback
18764
18765 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18766
18767         * po/POTFILES.in:
18768           ... and this time the other modified file that I missed last time.
18769
18770 2005-12-29  Michael Smith  <msmith@fluendo.com>
18771
18772         * gst/playback/gstdecodebin.c: (new_pad):
18773           Fix non-C89 variable declaration not at the start of a block. Should
18774           help some compilers.
18775
18776 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18777
18778         * tests/check/Makefile.am:
18779           And now fix 'make distcheck' (builddir != srcdir)
18780
18781 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18782
18783         * configure.ac:
18784         * ext/cdparanoia/Makefile.am:
18785         * ext/cdparanoia/gstcdparanoia.c:
18786         * ext/cdparanoia/gstcdparanoia.h:
18787         * ext/cdparanoia/gstcdparanoiasrc.c:
18788         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
18789         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
18790         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
18791         (gst_cd_paranoia_paranoia_callback),
18792         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
18793         (gst_cd_paranoia_src_set_property),
18794         (gst_cd_paranoia_src_get_property), (plugin_init):
18795         * ext/cdparanoia/gstcdparanoiasrc.h:
18796           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
18797           plugin again (there are still fixes required to playbin to make
18798           cdda:// uris work there).
18799
18800 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18801
18802         * tests/check/Makefile.am:
18803           Fix test case compilation.
18804
18805 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18806
18807         * gst-libs/gst/cdda/gstcddabasesrc.c:
18808         (gst_cdda_base_src_update_duration),
18809         (gst_cdda_base_src_calculate_cddb_id):
18810           An integer is not a string. Fix access to uninitialised variable.
18811
18812         * tests/check/Makefile.am:
18813           Add cddabasesrc unit test; also actually enable the vorbis test.
18814
18815         * tests/check/generic/states.c:
18816           Blacklist new cd audio elements as well.
18817
18818         * tests/check/libs/cddabasesrc.c:
18819           Unit test for GstCddaBaseSrc (discid calculation mostly).
18820
18821 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
18822
18823         * docs/libs/Makefile.am:
18824         * docs/libs/gst-plugins-base-libs-docs.sgml:
18825         * docs/libs/gst-plugins-base-libs-sections.txt:
18826         * docs/libs/gst-plugins-base-libs.types:
18827           Add docs for libgstcdda/GstCddaBaseSrc.
18828
18829         * gst-libs/gst/interfaces/mixertrack.h:
18830           Do one struct member per line with a semicolon at the end, that way
18831           even gtk-doc might parse it without complaining.
18832
18833 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
18834
18835         * configure.ac:
18836         * gst-libs/gst/Makefile.am:
18837         * gst-libs/gst/cdda/Makefile.am:
18838         * gst-libs/gst/cdda/base64.c:
18839         * gst-libs/gst/cdda/base64.h:
18840         * gst-libs/gst/cdda/gstcddabasesrc.c:
18841         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
18842         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
18843         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
18844         (gst_cdda_base_src_get_property),
18845         (gst_cdda_base_src_get_track_from_sector),
18846         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
18847         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
18848         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
18849         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
18850         (gst_cdda_base_src_uri_get_protocols),
18851         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
18852         (gst_cdda_base_src_uri_handler_init),
18853         (gst_cdda_base_src_setup_interfaces),
18854         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
18855         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
18856         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
18857         (gst_cdda_base_src_add_tags),
18858         (gst_cdda_base_src_add_index_associations),
18859         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
18860         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
18861         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
18862         (gst_cdda_base_src_create):
18863         * gst-libs/gst/cdda/gstcddabasesrc.h:
18864         * gst-libs/gst/cdda/sha1.c:
18865         * gst-libs/gst/cdda/sha1.h:
18866           Add new libgstcdda with GstCddaBaseSrc class.
18867
18868 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
18869
18870         * ext/gnomevfs/gstgnomevfssink.h:
18871           Use GstBaseSinkClass as parent_class member for class struct, not
18872           GstBaseSink.
18873
18874 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
18875
18876         Patch by: Michael Benes
18877
18878         * gst/videotestsrc/gstvideotestsrc.c:
18879         (gst_video_test_src_class_init), (gst_video_test_src_start):
18880           Add start method to reset running time and number of frames sent
18881           when starting up (fixes #324696)
18882
18883 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
18884
18885         * docs/plugins/Makefile.am:
18886         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
18887         * docs/plugins/gst-plugins-base-plugins-sections.txt:
18888         * docs/plugins/gst-plugins-base-plugins.args:
18889         * docs/plugins/gst-plugins-base-plugins.hierarchy:
18890         * docs/plugins/gst-plugins-base-plugins.signals:
18891           Add docs stuff for gnomevfssrc and gnomevfssink.
18892
18893         * ext/gnomevfs/gstgnomevfssrc.c:
18894           Fix example pipeline in gtk-doc blurb.
18895
18896 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
18897
18898         * ext/gnomevfs/Makefile.am:
18899         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
18900         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
18901         (gst_gnome_vfs_handle_get_type), (plugin_init):
18902         * ext/gnomevfs/gstgnomevfs.h:
18903         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
18904         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
18905         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
18906         (gst_gnome_vfs_sink_set_property),
18907         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
18908         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
18909         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
18910         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
18911         (gst_gnome_vfs_sink_uri_get_type),
18912         (gst_gnome_vfs_sink_uri_get_protocols),
18913         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
18914         (gst_gnome_vfs_sink_uri_handler_init):
18915         * ext/gnomevfs/gstgnomevfssink.h:
18916           Port gnomevfssink; add gtk-doc blurb.
18917
18918         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
18919         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
18920         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
18921         (gst_gnome_vfs_src_uri_get_type),
18922         (gst_gnome_vfs_src_uri_get_protocols),
18923         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
18924         (gst_gnome_vfs_src_uri_handler_init),
18925         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
18926         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
18927         (gst_gnome_vfs_src_send_additional_headers_callback),
18928         (gst_gnome_vfs_src_received_headers_callback),
18929         (gst_gnome_vfs_src_push_callbacks),
18930         (gst_gnome_vfs_src_pop_callbacks),
18931         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
18932         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
18933         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
18934         * ext/gnomevfs/gstgnomevfssrc.h:
18935           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
18936           file; add gtk-doc blurb with example pipelines.
18937
18938 === release 0.10.1 ===
18939
18940 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
18941
18942         * configure.ac:
18943           releasing 0.10.1, "Dobro Dedek"
18944
18945 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
18946
18947         * gst/typefind/gsttypefindfunctions.c:
18948         iLBC30 and iLBC20 added to typefind.
18949
18950 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18951
18952         * gst-libs/gst/audio/gstbaseaudiosink.c:
18953         (gst_base_audio_sink_class_init):
18954         * gst-libs/gst/audio/gstbaseaudiosrc.c:
18955         (gst_base_audio_src_class_init):
18956           update strings, values are in microseconds
18957           change the default sink buffer time to something that is smaller
18958           (to help software volume mixing have a slightly lower delay) but
18959           still be acceptable on Wim's laptop
18960
18961 2005-12-20  Edward Hervey  <edward@fluendo.com>
18962
18963         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
18964         Made a quack, forgot to add DUCK to the riff video template.
18965
18966 2005-12-19  Edward Hervey  <edward@fluendo.com>
18967
18968         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
18969         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
18970         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
18971         (gst_ogm_parse_chain):
18972         Make sure pads are initialized correctly.
18973         * gst-libs/gst/riff/riff-ids.h:
18974         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
18975         (gst_riff_create_video_template_caps):
18976         Add a whole bunch of FOURCC <=> MimeType.
18977         Extend the riff video pad template to support the newly added fourcc.
18978
18979 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
18980
18981         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
18982         (gst_ogg_demux_activate_chain):
18983           Extra debug output when activating/deactivating chains.
18984
18985         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
18986         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
18987         (unlinked):
18988           Remove a queue from our list when it becomes unlinked.
18989           Don't add queues to elements in class 'Demux' if they
18990           can only produce one pad 
18991
18992 2005-12-18  Julien MOUTTE  <julien@moutte.net>
18993
18994         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
18995         (gst_video_sink_get_type): Add a debug category.
18996
18997 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
18998
18999         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19000         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
19001           Handle downstream newsegment by sending our own newsegment before the
19002           next buffer to be released. (#323900)
19003
19004 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
19005
19006         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19007         (gst_base_rtp_depayload_set_gst_timestamp):
19008           add queue delay to new segment as well (as opposed to just the first
19009           buffer). (bug #322347)
19010
19011 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
19012
19013         * ext/libvisual/visual.c: (make_valid_name):
19014           change some char* into char[]
19015         * gst/audiotestsrc/gstaudiotestsrc.c:
19016         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
19017         (gst_audio_test_src_create):
19018         * gst/audiotestsrc/gstaudiotestsrc.h:
19019           prepare to handle EOS and SEGMENT_DONE
19020
19021 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
19022
19023         * tests/check/generic/states.c: (GST_START_TEST):
19024           Blacklist cdparanoia element in state test.
19025
19026 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
19027
19028           Patch by: Benjamin Pineau
19029
19030         * gst/tcp/gsttcp.c:
19031         * gst/tcp/gsttcpclientsink.c:
19032         * gst/tcp/gsttcpserversink.c:
19033         * gst/tcp/gsttcpserversrc.c:
19034           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
19035
19036 2005-12-15  Michael Smith  <msmith@fluendo.com>
19037
19038         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
19039         (gst_video_rate_chain):
19040           Fix timestamping for videorate when the first buffer it sees has a
19041           non-zero timestamp. Fix some misleading debug output.
19042
19043 2005-12-15  Michael Smith  <msmith@fluendo.com>
19044
19045         * gst/audioresample/gstaudioresample.c:
19046           Don't leak all input buffers to audioresample.
19047
19048 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
19049
19050         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
19051           Don't operate on empty text buffers. Strip newlines and
19052           tabs only from the end of the text, but leave them intact
19053           in the middle. Fix typo in gtk-doc description.
19054
19055 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
19056
19057         * gst/playback/gstplaybasebin.c:
19058         * gst/playback/gstplaybin.c: (handoff):
19059           Make sure the video frame buffer we return to apps via the
19060           "frame" property always has caps set on it. Modify
19061           _gst_gvalue_set_object() macro to handle NULL objects
19062           gracefully too.
19063
19064 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
19065
19066         * gst/audiotestsrc/gstaudiotestsrc.c:
19067         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
19068         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
19069         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
19070         (gst_audio_test_src_create):
19071         * gst/audiotestsrc/gstaudiotestsrc.h:
19072         Adjust to some recent api changes and add wtays new cool seeking
19073         capabillities
19074
19075 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
19076
19077         * ext/alsa/Makefile.am:
19078         * ext/alsa/gstalsadeviceprobe.c:
19079         * ext/alsa/gstalsadeviceprobe.h:
19080           Helper functions to add device probing via the GstPropertyProbe
19081           interface to a class.
19082
19083         * ext/alsa/gstalsamixer.h:
19084           Comment out GST_ALSA_MIXER, it returns a struct that's not
19085           used.
19086
19087         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
19088           Add some debug info. 
19089
19090         * ext/alsa/gstalsamixerelement.c:
19091         (gst_alsa_mixer_element_interface_supported),
19092         (gst_implements_interface_init),
19093         (gst_alsa_mixer_element_init_interfaces),
19094         (gst_alsa_mixer_element_class_init),
19095         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
19096         (gst_alsa_mixer_element_set_property),
19097         (gst_alsa_mixer_element_get_property),
19098         (gst_alsa_mixer_element_change_state):
19099         * ext/alsa/gstalsamixerelement.h:
19100           Add 'device' and 'device-name' properties. Add GstPropertyProbe
19101           for device handling (gnome-volume-control will need that).
19102
19103 2005-12-12  Christian Schaller  <uraeus@gnome.org>
19104
19105         * ext/Makefile.am: fix cdparanoia entry
19106         * gst-plugins-base.spec.in: add cdparanoia
19107
19108 2005-12-12  Michael Smith  <msmith@fluendo.com>
19109
19110         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
19111           Use the correct function to free list of typefind factories.
19112
19113 2005-12-12  Wim Taymans  <wim@fluendo.com>
19114
19115         * gst/videotestsrc/gstvideotestsrc.c:
19116         (gst_video_test_src_class_init), (gst_video_test_src_init),
19117         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
19118         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
19119         (gst_video_test_src_create):
19120         * gst/videotestsrc/gstvideotestsrc.h:
19121         Implement seeking in videotestsrc.
19122         Small cleanups.
19123
19124 2005-12-12  Wim Taymans  <wim@fluendo.com>
19125
19126         * ext/cdparanoia/Makefile.am:
19127         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
19128         (gst_paranoia_endian_get_type), (_do_init),
19129         (cdparanoia_class_init), (cdparanoia_init),
19130         (cdparanoia_set_property), (cdparanoia_get_property),
19131         (cdparanoia_do_seek), (cdparanoia_is_seekable),
19132         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
19133         (cdparanoia_convert), (cdparanoia_get_query_types),
19134         (cdparanoia_query), (cdparanoia_set_index),
19135         (cdparanoia_uri_set_uri):
19136         * ext/cdparanoia/gstcdparanoia.h:
19137         Partially ported cdparanoia now that basesrc can support a
19138         plugin like this..
19139
19140 2005-12-12  Wim Taymans  <wim@fluendo.com>
19141
19142         * tests/examples/seek/scrubby.c: (main):
19143         Set higher priority for bus events so they don't get reordered with
19144         gtk gui events.
19145
19146         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
19147         (flush_toggle_cb), (main):
19148         Added checkbox to disable flushing seeks. 
19149         Disable scrubbing when doing non flushing seeks.
19150
19151 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
19152
19153         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
19154         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
19155         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
19156         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
19157           Implement some sort of event handling that doesn't rely on
19158           g_return_if_fail; make sure we always push the last chunk of an 
19159           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
19160           state change function; remove some old cruft. Seeking is still
19161           rather unlikely to work though.
19162
19163         * tools/.cvsignore:
19164           Ignore more.
19165
19166 2005-12-11  Julien MOUTTE  <julien@moutte.net>
19167
19168         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
19169         Fixed a leak of the current image reference when cleaning up.
19170         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
19171
19172 2005-12-09  Michael Smith  <msmith@fluendo.com>
19173
19174         * tools/Makefile.am:
19175         * tools/gst-launch-ext-m.m:
19176           Remove gst-launch-ext. It doesn't work, and is no longer
19177           particularly useful.
19178
19179 2005-12-08  Luca Ognibene  <luogni@tin.it>
19180
19181         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
19182           don't pass random values to ogmparse convert function.
19183           Make seeking possible in the exile1.ogm file.
19184
19185 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
19186
19187         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
19188         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
19189           Work around refcount problem with g_value_set_object() that occur
19190           if the core has been compiled against GLib-2.6 (g_value_set_object()
19191           will only g_object_ref() the element, but the caller will
19192           gst_object_unref() it and bad things will happen due to the way
19193           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
19194           totem for people on FC4 using Thomas's 0.10 RPMs.
19195           
19196 2005-12-07  Edward Hervey  <edward@fluendo.com>
19197
19198         Time to welcome ogm to 0.10 :)
19199         
19200         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
19201         (gst_ogg_pad_typefind):
19202         Oggdemux can now properly typefind elements with dynamic pads.
19203         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
19204         Properly set caps on src pad, and set caps on outgoing buffers.
19205
19206 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19207
19208         * ext/alsa/gstalsamixer.h:
19209         * ext/alsa/gstalsamixerelement.h:
19210         * ext/alsa/gstalsamixeroptions.h:
19211         * ext/alsa/gstalsamixertrack.h:
19212         * ext/alsa/gstalsasink.c:
19213         * ext/alsa/gstalsasink.h:
19214         * ext/alsa/gstalsasrc.c:
19215         * ext/alsa/gstalsasrc.h:
19216         * ext/cdparanoia/gstcdparanoia.h:
19217         * ext/gnomevfs/gstgnomevfsuri.h:
19218         * ext/ogg/gstoggdemux.c:
19219         * ext/ogg/gstoggmux.c:
19220         * ext/pango/gsttextoverlay.h:
19221         * ext/theora/theoradec.c:
19222         * ext/theora/theoraenc.c:
19223         * ext/vorbis/vorbisdec.h:
19224         * ext/vorbis/vorbisenc.c:
19225         * ext/vorbis/vorbisenc.h:
19226         * ext/vorbis/vorbisparse.h:
19227         * gst-libs/gst/audio/gstaudioclock.h:
19228         * gst-libs/gst/audio/gstaudiosink.c:
19229         * gst-libs/gst/audio/gstaudiosink.h:
19230         * gst-libs/gst/audio/gstaudiosrc.c:
19231         * gst-libs/gst/audio/gstaudiosrc.h:
19232         * gst-libs/gst/audio/gstbaseaudiosink.c:
19233         * gst-libs/gst/audio/gstbaseaudiosink.h:
19234         * gst-libs/gst/audio/gstbaseaudiosrc.c:
19235         * gst-libs/gst/audio/gstbaseaudiosrc.h:
19236         * gst-libs/gst/audio/gstringbuffer.h:
19237         * gst-libs/gst/audio/multichannel.h:
19238         * gst-libs/gst/floatcast/floatcast.h:
19239         * gst-libs/gst/interfaces/colorbalance.c:
19240         * gst-libs/gst/interfaces/colorbalance.h:
19241         * gst-libs/gst/interfaces/colorbalancechannel.h:
19242         * gst-libs/gst/interfaces/mixer.h:
19243         * gst-libs/gst/interfaces/mixeroptions.h:
19244         * gst-libs/gst/interfaces/mixertrack.h:
19245         * gst-libs/gst/interfaces/navigation.h:
19246         * gst-libs/gst/interfaces/propertyprobe.h:
19247         * gst-libs/gst/interfaces/tuner.h:
19248         * gst-libs/gst/interfaces/tunerchannel.h:
19249         * gst-libs/gst/interfaces/tunernorm.h:
19250         * gst-libs/gst/interfaces/xoverlay.h:
19251         * gst-libs/gst/netbuffer/gstnetbuffer.h:
19252         * gst-libs/gst/riff/riff-ids.h:
19253         * gst-libs/gst/riff/riff-media.h:
19254         * gst-libs/gst/riff/riff-read.h:
19255         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19256         * gst-libs/gst/rtp/gstbasertppayload.c:
19257         * gst-libs/gst/rtp/gstbasertppayload.h:
19258         * gst-libs/gst/rtp/gstrtpbuffer.c:
19259         * gst-libs/gst/rtp/gstrtpbuffer.h:
19260         * gst-libs/gst/tag/gsttageditingprivate.h:
19261         * gst-libs/gst/tag/gstvorbistag.c:
19262         (gst_tag_list_from_vorbiscomment_buffer):
19263         * gst-libs/gst/tag/tag.h:
19264         * gst-libs/gst/video/video.h:
19265         * gst/adder/gstadder.c:
19266         * gst/adder/gstadder.h:
19267         * gst/audioconvert/audioconvert.c:
19268         * gst/audioconvert/audioconvert.h:
19269         * gst/audioconvert/gstaudioconvert.c:
19270         * gst/audioconvert/gstchannelmix.c:
19271         * gst/audioconvert/gstchannelmix.h:
19272         * gst/audiorate/gstaudiorate.c:
19273         * gst/audioresample/buffer.h:
19274         * gst/audioresample/functable.h:
19275         * gst/audioresample/gstaudioresample.c:
19276         * gst/audioresample/resample.h:
19277         * gst/ffmpegcolorspace/avcodec.h:
19278         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19279         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19280         * gst/ffmpegcolorspace/imgconvert.c:
19281         * gst/ffmpegcolorspace/imgconvert_template.h:
19282         * gst/playback/gstdecodebin.c:
19283         * gst/playback/gstplaybasebin.h:
19284         * gst/playback/gstplaybin.c:
19285         * gst/playback/gststreaminfo.h:
19286         * gst/tcp/gstfdset.c:
19287         * gst/tcp/gstfdset.h:
19288         * gst/tcp/gstmultifdsink.c:
19289         * gst/tcp/gstmultifdsink.h:
19290         * gst/tcp/gsttcp.h:
19291         * gst/tcp/gsttcpclientsrc.c:
19292         * gst/tcp/gsttcpclientsrc.h:
19293         * gst/tcp/gsttcpplugin.h:
19294         * gst/tcp/gsttcpserversink.c:
19295         * gst/tcp/gsttcpserversrc.c:
19296         * gst/typefind/gsttypefindfunctions.c:
19297         * gst/videorate/gstvideorate.c:
19298         * gst/videotestsrc/gstvideotestsrc.h:
19299         * gst/videotestsrc/videotestsrc.h:
19300         * sys/v4l/gstv4lcolorbalance.h:
19301         * sys/v4l/gstv4ltuner.h:
19302         * sys/v4l/gstv4lxoverlay.h:
19303         * sys/v4l/v4l_calls.h:
19304         * sys/v4l/videodev_mjpeg.h:
19305         * tests/check/elements/audioconvert.c:
19306         * tests/check/elements/audioresample.c:
19307         * tests/check/elements/audiotestsrc.c:
19308         * tests/check/elements/videotestsrc.c:
19309         * tests/check/elements/volume.c:
19310         * tests/examples/seek/scrubby.c:
19311         * tests/examples/seek/seek.c:
19312           expand tabs
19313
19314 === release 0.10.0 ===
19315
19316 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19317
19318         * configure.ac:
19319           releasing 0.10.0, "Mont-d'or"
19320
19321 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
19322
19323         * tests/examples/seek/Makefile.am:
19324         Build fix for when gtk is not available.
19325
19326 2005-12-05  Andy Wingo  <wingo@pobox.com>
19327
19328         * ext/libvisual/visual.c: (get_buffer):
19329         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
19330         * ext/pango/gsttextrender.c: (gst_text_render_chain):
19331         * ext/theora/theoradec.c: (theora_handle_data_packet):
19332         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
19333         (theora_enc_chain):
19334         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19335         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
19336         Update for alloc_buffer changes.
19337
19338 2005-12-05  Andy Wingo  <wingo@pobox.com>
19339
19340         patch by: Kai Vehmanen <kv2004 eca cx>
19341         
19342         * gst-libs/gst/rtp/gstbasertpdepayload.c
19343         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
19344
19345 2005-12-04  Andy Wingo  <wingo@pobox.com>
19346
19347         patch by: Sebastien Cote <sebas642 yahoo ca>
19348         
19349         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
19350         Fixes #319172.
19351
19352 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
19353
19354         * docs/plugins/Makefile.am:
19355         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19356         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19357         * docs/plugins/gst-plugins-base-plugins.hierarchy:
19358         * ext/pango/gstclockoverlay.c:
19359         * ext/pango/gsttextoverlay.c: 
19360         * ext/pango/gsttextrender.c:
19361         * ext/pango/gsttimeoverlay.c:
19362           Add gtk-doc blurbs to pango elements.
19363
19364 2005-12-02  Wim Taymans  <wim@fluendo.com>
19365
19366         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
19367         * gst/audioresample/buffer.h:
19368         * gst/audioresample/gstaudioresample.c:
19369         * gst/audioresample/gstaudioresample.h:
19370         * gst/audioresample/resample.c: (resample_input_flush),
19371         (resample_input_pushthrough), (resample_input_eos),
19372         (resample_get_output_size_for_input),
19373         (resample_get_input_size_for_output), (resample_get_output_size),
19374         (resample_get_output_data):
19375         * gst/audioresample/resample.h:
19376         * gst/audioresample/resample_ref.c: (resample_scale_ref):
19377         Fix audioresample, seek torture, new segments, reverse negotiation
19378         etc.. work fine.
19379
19380 2005-12-02  Wim Taymans  <wim@fluendo.com>
19381
19382         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19383         Small cleanups.
19384
19385 2005-12-02  Wim Taymans  <wim@fluendo.com>
19386
19387         * gst/audioconvert/gstaudioconvert.c:
19388         (gst_audio_convert_transform):
19389         Post errors.
19390
19391 === release 0.9.7 ===
19392
19393 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19394
19395         * configure.ac:
19396           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
19397
19398 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19399
19400         * Makefile.am:
19401         * po/hu.po:
19402         * win32/MANIFEST:
19403         * win32/gst.sln:
19404           add win32 MANIFEST file
19405           do something to the hungarian translation
19406
19407 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
19408
19409         * ext/Makefile.am:
19410           Add $(PANGO_DIR) to SUBDIRS
19411
19412         * ext/pango/gstclockoverlay.c:
19413         * ext/pango/gsttimeoverlay.c:
19414           Fix and improve element descriptions.
19415
19416 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19417
19418         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19419         * docs/plugins/inspect/plugin-libvisual.xml:
19420         * docs/plugins/inspect/plugin-pango.xml:
19421           add pango plugin to docs
19422
19423 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19424
19425         * configure.ac:
19426         * ext/Makefile.am:
19427           moved pango to base
19428
19429 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19430
19431         * configure.ac:
19432         * tests/Makefile.am:
19433         * tests/icles/.cvsignore:
19434         * tests/icles/Makefile.am:
19435         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
19436         (close_display), (resize_window), (move_window), (create_window),
19437         (terminate_playback), (pause_playback), (start_playback), (main):
19438           add stress test for xoverlay from Julien
19439
19440 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19441
19442         * docs/libs/tmpl/gstcolorbalance.sgml:
19443         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19444         * gst-libs/gst/rtp/gstbasertppayload.c:
19445         * gst-libs/gst/rtp/gstrtpbuffer.c:
19446         * gst-libs/gst/rtp/gstrtpbuffer.h:
19447           Do burger's rename for rtp payloaders and depayloaders
19448
19449 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19450
19451         * win32/:
19452           add Visual Studio 6 build files
19453
19454 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19455
19456         * docs/libs/gst-plugins-base-libs-docs.sgml:
19457         * docs/libs/gst-plugins-base-libs-sections.txt:
19458         * docs/libs/tmpl/gstaudio.sgml:
19459         * docs/libs/tmpl/gstringbuffer.sgml:
19460         * gst-libs/gst/interfaces/xoverlay.c:
19461         * gst-libs/gst/video/gstvideofilter.c:
19462         * gst-libs/gst/video/gstvideosink.c:
19463           update documentation
19464
19465 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19466
19467         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
19468         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
19469         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
19470         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
19471         (gst_multi_fd_sink_get_stats),
19472         (gst_multi_fd_sink_remove_client_link),
19473         (gst_multi_fd_sink_handle_client_read),
19474         (gst_multi_fd_sink_client_queue_data),
19475         (gst_multi_fd_sink_client_queue_caps),
19476         (gst_multi_fd_sink_client_queue_buffer),
19477         (gst_multi_fd_sink_new_client),
19478         (gst_multi_fd_sink_handle_client_write),
19479         (gst_multi_fd_sink_recover_client),
19480         (gst_multi_fd_sink_queue_buffer),
19481         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
19482         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
19483         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
19484         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
19485         * gst/tcp/gstmultifdsink.h:
19486         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
19487         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
19488         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
19489         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
19490         (gst_tcp_client_sink_set_property),
19491         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
19492         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
19493         * gst/tcp/gsttcpclientsink.h:
19494         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
19495         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
19496         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
19497         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
19498         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
19499         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
19500         * gst/tcp/gsttcpclientsrc.h:
19501         * gst/tcp/gsttcpplugin.c: (plugin_init):
19502         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
19503         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
19504         (gst_tcp_server_sink_finalize),
19505         (gst_tcp_server_sink_handle_server_read),
19506         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
19507         (gst_tcp_server_sink_set_property),
19508         (gst_tcp_server_sink_get_property),
19509         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
19510         * gst/tcp/gsttcpserversink.h:
19511         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
19512         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
19513         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
19514         (gst_tcp_server_src_set_property),
19515         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
19516         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
19517         * gst/tcp/gsttcpserversrc.h:
19518           more borgifying
19519
19520 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19521
19522         * docs/plugins/Makefile.am:
19523         * docs/plugins/gst-plugins-base-plugins.args:
19524         * docs/plugins/inspect/plugin-libvisual.xml:
19525         * gst/audioconvert/plugin.h:
19526         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
19527         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
19528         (gst_audio_rate_setcaps), (gst_audio_rate_init),
19529         (gst_audio_rate_chain), (gst_audio_rate_set_property),
19530         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
19531         (plugin_init):
19532         * gst/audiotestsrc/gstaudiotestsrc.c:
19533         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
19534         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
19535         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
19536         (gst_audio_test_src_get_query_types),
19537         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
19538         (gst_audio_test_src_create_square),
19539         (gst_audio_test_src_create_saw),
19540         (gst_audio_test_src_create_triangle),
19541         (gst_audio_test_src_create_silence),
19542         (gst_audio_test_src_create_white_noise),
19543         (gst_audio_test_src_init_pink_noise),
19544         (gst_audio_test_src_generate_pink_noise_value),
19545         (gst_audio_test_src_create_pink_noise),
19546         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
19547         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
19548         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
19549         (plugin_init):
19550         * gst/audiotestsrc/gstaudiotestsrc.h:
19551         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
19552         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
19553         (gst_sub_parse_init), (gst_sub_parse_formats),
19554         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
19555         (convert_encoding), (get_next_line),
19556         (gst_sub_parse_data_format_autodetect),
19557         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
19558         (gst_sub_parse_loop), (gst_sub_parse_chain),
19559         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
19560         (plugin_init):
19561         * gst/subparse/gstsubparse.h:
19562         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
19563         (gst_video_rate_base_init), (gst_video_rate_class_init),
19564         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
19565         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
19566         (gst_video_rate_init), (gst_video_rate_event),
19567         (gst_video_rate_chain), (gst_video_rate_set_property),
19568         (gst_video_rate_get_property), (gst_video_rate_change_state),
19569         (plugin_init):
19570         * gst/videoscale/gstvideoscale.c:
19571         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
19572         (gst_video_scale_src_template_factory),
19573         (gst_video_scale_sink_template_factory),
19574         (gst_video_scale_get_type), (gst_video_scale_base_init),
19575         (gst_video_scale_class_init), (gst_video_scale_init),
19576         (gst_video_scale_set_property), (gst_video_scale_get_property),
19577         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
19578         (gst_video_scale_prepare_size), (parse_caps),
19579         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
19580         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
19581         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
19582         (plugin_init):
19583         * gst/videoscale/gstvideoscale.h:
19584         * gst/videotestsrc/gstvideotestsrc.c:
19585         (gst_video_test_src_pattern_get_type),
19586         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
19587         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
19588         (gst_video_test_src_set_pattern),
19589         (gst_video_test_src_set_property),
19590         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
19591         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
19592         (gst_video_test_src_event), (gst_video_test_src_get_times),
19593         (gst_video_test_src_create), (plugin_init):
19594         * gst/videotestsrc/gstvideotestsrc.h:
19595         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
19596         (gst_video_test_src_smpte), (gst_video_test_src_snow),
19597         (gst_video_test_src_black):
19598         * gst/videotestsrc/videotestsrc.h:
19599           borgify further
19600           clean up docs a little
19601
19602 2005-11-30  Wim Taymans  <wim@fluendo.com>
19603
19604         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19605         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
19606         (gst_basertppayload_event), (gst_basertppayload_push),
19607         (gst_basertppayload_change_state):
19608         * gst-libs/gst/rtp/gstbasertppayload.h:
19609         closed #320644.
19610
19611 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19612
19613         * docs/libs/gst-plugins-base-libs-docs.sgml:
19614         * docs/libs/gst-plugins-base-libs-sections.txt:
19615         * gst-libs/gst/video/gstvideofilter.c:
19616         * gst-libs/gst/video/gstvideosink.c:
19617         * gst-libs/gst/video/gstvideosink.h: Adding docs.
19618
19619 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19620
19621         * LICENSE:
19622           move
19623         * po/af.po:
19624         * po/az.po:
19625         * po/cs.po:
19626         * po/en_GB.po:
19627         * po/hu.po:
19628         * po/it.po:
19629         * po/nb.po:
19630         * po/nl.po:
19631         * po/or.po:
19632         * po/sq.po:
19633         * po/sr.po:
19634         * po/sv.po:
19635         * po/uk.po:
19636         * po/vi.po:
19637         * Makefile.am:
19638           update
19639         * scripts/autoplugins.sh:
19640           remove
19641
19642 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19643
19644         * Makefile.am:
19645         * configure.ac:
19646         * examples/Makefile.am:
19647         * examples/capsfilter/Makefile.am:
19648         * examples/capsfilter/capsfilter1.c:
19649         * examples/gob/Makefile.am:
19650         * examples/gob/gst-identity2.gob:
19651         * examples/indexing/.cvsignore:
19652         * examples/indexing/Makefile.am:
19653         * examples/indexing/indexmpeg.c:
19654         * examples/seeking/.cvsignore:
19655         * examples/seeking/Makefile.am:
19656         * examples/seeking/cdparanoia.c:
19657         * examples/seeking/cdplayer.c:
19658         * examples/seeking/chained.c:
19659         * examples/seeking/scrubby.c:
19660         * examples/seeking/seek.c:
19661         * examples/stats/Makefile.am:
19662         * examples/stats/mp2ogg.c:
19663         * examples/switch/.cvsignore:
19664         * examples/switch/Makefile.am:
19665         * examples/switch/switcher.c:
19666         * tests/Makefile.am:
19667         * tests/check/generic/.cvsignore:
19668         * tests/check/pipelines/.cvsignore:
19669         * tests/examples/Makefile.am:
19670         * tests/examples/seek/Makefile.am:
19671           reorganize stuff under tests/
19672
19673 2005-11-30  Edward Hervey  <edward@fluendo.com>
19674
19675         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
19676         Go away you stupid GstStaticPadTemplate memleak.
19677
19678 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19679
19680         * gst-libs/gst/net/Makefile.am:
19681         * gst-libs/gst/net/README:
19682         * gst-libs/gst/net/gstnetbuffer.c:
19683         * gst-libs/gst/net/gstnetbuffer.h:
19684           this was moved to "netbuffer"
19685
19686 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19687
19688         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
19689         (gst_video_filter_class_init), (gst_video_filter_init):
19690         * gst-libs/gst/video/gstvideofilter.h:
19691           borgify name to bring in line with other classes
19692
19693 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19694
19695         * gst/audioscale/.cvsignore:
19696         * gst/audioscale/Makefile.am:
19697         * gst/audioscale/README:
19698         * gst/audioscale/audioscale.vcproj:
19699         * gst/audioscale/dtof.c:
19700         * gst/audioscale/dtos.c:
19701         * gst/audioscale/functable.c:
19702         * gst/audioscale/gstaudioscale.c:
19703         * gst/audioscale/gstaudioscale.h:
19704         * gst/audioscale/private.h:
19705         * gst/audioscale/resample.c:
19706         * gst/audioscale/resample.h:
19707         * gst/audioscale/test.c:
19708           remove
19709
19710 2005-11-30  Edward Hervey  <edward@fluendo.com>
19711
19712         * gst-libs/gst/netbuffer/Makefile.am:
19713         really, really tired
19714
19715 2005-11-30  Edward Hervey  <edward@fluendo.com>
19716
19717         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
19718         Update for new GstTypeFindFactory _register()
19719
19720 2005-11-30  Edward Hervey  <edward@fluendo.com>
19721
19722         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
19723         Let's not override libgstnet from core for no reason...
19724         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
19725         Ok, maybe not so quick next time.
19726
19727 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19728
19729         * configure.ac:
19730         * gst-libs/gst/Makefile.am:
19731           moved gst-libs/gst/net to netbuffer through CVS surgery
19732           remove old directory
19733           updating build to accomodate
19734           (#322257)
19735
19736 2005-11-29  Andy Wingo  <wingo@pobox.com>
19737
19738         * pkgconfig/gstreamer-plugins-base.pc.in:
19739         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
19740         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
19741         (#322257).
19742
19743 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19744
19745         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
19746         3rd time's the charm. Correct ref-counting for discarded buffers.
19747
19748 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19749
19750         * gst/playback/gststreamselector.c:
19751         (gst_stream_selector_class_init),
19752         (gst_stream_selector_set_property),
19753         (gst_stream_selector_get_property),
19754         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
19755         Fix ref-counting
19756
19757 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
19758
19759         * gst/subparse/gstsubparse.c: (feed_textbuf):
19760           Don't access already unref'ed buffer.
19761
19762 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19763
19764         * gst/playback/gststreamselector.c:
19765         (gst_stream_selector_class_init), (gst_stream_selector_init),
19766         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
19767         (gst_stream_selector_get_property),
19768         (gst_stream_selector_get_linked_pad),
19769         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
19770         * gst/playback/gststreamselector.h:
19771         Add the active-pad property for playbin to use shortly. Ignore buffers
19772         from any other pad, returning GST_FLOW_NOT_LINKED
19773
19774 2005-11-29  Julien MOUTTE  <julien@moutte.net>
19775
19776         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
19777         patch from bug #322704 (Alessandro Decina).
19778
19779 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19780
19781         * gst-libs/gst/audio/Makefile.am:
19782           folded audiofilter into the audio library
19783
19784 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19785
19786         * gst/videoscale/gstvideoscale.h:
19787         * gst/videoscale/gstvideoscale.c:
19788           remove unimplemented scale methods
19789
19790 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
19791
19792         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
19793           Don't leak caps.
19794
19795 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19796
19797         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
19798         (gst_ximagesink_setcaps):
19799         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
19800         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
19801         happens (only visible on ximagesink but bug is in xv too) set_caps was
19802         destroying the internal x[v]image used to memcpy non locally alloced
19803         buffers so that it got renewed on next _chain. The issue is that 
19804         _expose will try to put that image as it reffed it in _put.
19805         Using gst_buffer_unref instead of destroy fixes it !
19806
19807 2005-11-28  Edward Hervey  <edward@fluendo.com>
19808
19809         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
19810         (try_to_link_1), (queue_filled_cb):
19811         Better use of the queues. Start with a small size queue and only increase
19812         the size of the queues when the other queues are empty.
19813
19814 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
19815
19816         * gst-libs/gst/video/Makefile.am:
19817           compile in copied-over videofilter into the video library
19818         * gst-libs/gst/video/videosink.h:
19819           rename the header to gstvideosink.h since it's a base GstObject class
19820         * sys/ximage/ximagesink.h:
19821         * sys/xvimage/xvimagesink.h:
19822           use the new header
19823
19824 2005-11-28  Wim Taymans  <wim@fluendo.com>
19825
19826         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
19827         * gst/playback/gstplaybasebin.h:
19828         Prepare to handle errors betters.
19829
19830         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
19831         Set sinks to PAUSED first before adding and linking them so that
19832         we don't interrupt dataflow.
19833
19834 2005-11-28  Wim Taymans  <wim@fluendo.com>
19835
19836         * gst-libs/gst/audio/TODO:
19837         Updated TODO
19838
19839         * gst-libs/gst/audio/gstaudiosink.c:
19840         (gst_audioringbuffer_open_device),
19841         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
19842         (gst_audioringbuffer_release):
19843         Small cleanups.
19844
19845         * gst-libs/gst/audio/gstbaseaudiosink.c:
19846         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
19847         (gst_base_audio_sink_change_state):
19848         Slave to the master clock when going to PLAYING and unslave when
19849         going to PAUSED.
19850
19851         * gst-libs/gst/audio/gstringbuffer.c:
19852         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
19853         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
19854         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
19855         (gst_ring_buffer_clear_all), (wait_segment),
19856         (gst_ring_buffer_commit), (gst_ring_buffer_read),
19857         (gst_ring_buffer_advance):
19858         * gst-libs/gst/audio/gstringbuffer.h:
19859         Add some docs and cleanups.
19860
19861 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19862
19863         * sys/xvimage/xvimagesink.c:
19864         (gst_xvimagesink_navigation_send_event): Fix navigation events
19865         coordinates translation with pixel aspect ratios.
19866
19867 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19868
19869         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
19870         Use calculated video geometry from _setcaps instead of buffer
19871         caps to respect pixel aspect ratio. (fixes #322388)
19872
19873 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19874
19875         * docs/libs/tmpl/gstcolorbalance.sgml:
19876         * docs/libs/tmpl/gstmixer.sgml:
19877         * docs/libs/tmpl/gstxoverlay.sgml:
19878         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
19879         interface.
19880
19881 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19882
19883         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
19884         Refuse to create an XvImage if we can't find the format.
19885
19886 2005-11-28  Edward Hervey  <edward@fluendo.com>
19887
19888         * gst-libs/gst/riff/riff-media.c:
19889         (gst_riff_create_audio_template_caps):
19890         Add ATRAC3 to the list of riff-possible audio caps.
19891         I know we still don't have a plugin for atrac3, but it's saner to output
19892         that than a cryptic mimetype.
19893
19894 2005-11-27  Edward Hervey  <edward@fluendo.com>
19895
19896         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
19897         Don't try to create a zero-sized subbuffer.
19898
19899 2005-11-27  Julien MOUTTE  <julien@moutte.net>
19900
19901         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
19902         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
19903         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
19904         (gst_ximagesink_expose): Fixed a tricky race.
19905         * sys/ximage/ximagesink.h:
19906         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
19907         (gst_xvimagesink_expose): Fixed a tricky race.
19908         * sys/xvimage/xvimagesink.h:
19909
19910 2005-11-27  Edward Hervey  <edward@fluendo.com>
19911
19912         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19913         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
19914         Remove unused properties, and add queues between demuxers and decoders
19915         so that a lot more files can preroll properly.
19916
19917 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19918
19919         * gst-libs/gst/net/Makefile.am:
19920         * gst-libs/gst/rtp/Makefile.am:
19921         * gst-libs/gst/tag/Makefile.am:
19922           remove silly include
19923         * gst/tags/Makefile.am:
19924         * gst/tags/gsttagediting.c:
19925         * gst/tags/gsttageditingprivate.h:
19926         * gst/tags/tagedit.vcproj:
19927           remove directory, is as good as empty
19928
19929 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19930
19931         * configure.ac:
19932           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
19933         * gst-libs/Makefile.am:
19934         * gst-libs/gst/audio/Makefile.am:
19935         * gst-libs/gst/interfaces/Makefile.am:
19936         * gst-libs/gst/net/Makefile.am:
19937         * gst-libs/gst/riff/Makefile.am:
19938         * gst-libs/gst/rtp/Makefile.am:
19939         * gst-libs/gst/tag/Makefile.am:
19940         * gst-libs/gst/video/Makefile.am:
19941           and use them
19942
19943 2005-11-27  Julien MOUTTE  <julien@moutte.net>
19944
19945         * docs/libs/tmpl/gstcolorbalance.sgml:
19946         * docs/libs/tmpl/gstmixer.sgml:
19947         * docs/libs/tmpl/gstxoverlay.sgml:
19948         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
19949         * sys/ximage/ximagesink.h:
19950         * sys/xvimage/xvimagesink.h: More and more documentation.
19951
19952 2005-11-26  Julien MOUTTE  <julien@moutte.net>
19953
19954         * docs/libs/gst-plugins-base-libs-docs.sgml:
19955         * docs/libs/gst-plugins-base-libs-sections.txt:
19956         * docs/libs/tmpl/gstcolorbalance.sgml:
19957         * docs/libs/tmpl/gstmixer.sgml:
19958         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
19959         to documentation.
19960
19961 2005-11-26  Julien MOUTTE  <julien@moutte.net>
19962
19963         * docs/plugins/Makefile.am:
19964         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19965         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19966         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
19967
19968 2005-11-26  Julien MOUTTE  <julien@moutte.net>
19969
19970         * docs/plugins/Makefile.am:
19971         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19972         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19973         * docs/plugins/inspect/plugin-adder.xml:
19974         * docs/plugins/inspect/plugin-alsa.xml:
19975         * docs/plugins/inspect/plugin-audioconvert.xml:
19976         * docs/plugins/inspect/plugin-audiorate.xml:
19977         * docs/plugins/inspect/plugin-audioresample.xml:
19978         * docs/plugins/inspect/plugin-audiotestsrc.xml:
19979         * docs/plugins/inspect/plugin-decodebin.xml:
19980         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
19981         * docs/plugins/inspect/plugin-gnomevfs.xml:
19982         * docs/plugins/inspect/plugin-ogg.xml:
19983         * docs/plugins/inspect/plugin-playbin.xml:
19984         * docs/plugins/inspect/plugin-subparse.xml:
19985         * docs/plugins/inspect/plugin-tcp.xml:
19986         * docs/plugins/inspect/plugin-theora.xml:
19987         * docs/plugins/inspect/plugin-typefindfunctions.xml:
19988         * docs/plugins/inspect/plugin-video4linux.xml:
19989         * docs/plugins/inspect/plugin-videorate.xml:
19990         * docs/plugins/inspect/plugin-videoscale.xml:
19991         * docs/plugins/inspect/plugin-videotestsrc.xml:
19992         * docs/plugins/inspect/plugin-volume.xml:
19993         * docs/plugins/inspect/plugin-vorbis.xml:
19994         * docs/plugins/inspect/plugin-ximagesink.xml:
19995         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
19996         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
19997
19998 2005-11-26  Edward Hervey  <edward@fluendo.com>
19999
20000         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
20001         Properly return GstFlowReturn from gst_pad_push in chain functions.
20002
20003 2005-11-25  Michael Smith  <msmith@fluendo.com>
20004
20005         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
20006         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
20007         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
20008         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
20009           Handle various conditions better when we don't understand a stream.
20010           Removes a heap of CRITICALs on ogg streams containing unknown data.
20011
20012 2005-11-24  Andy Wingo  <wingo@pobox.com>
20013
20014         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
20015         Be threadsafe.
20016
20017 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20018
20019         * configure.ac: back to HEAD
20020
20021 === release 0.9.6 ===
20022
20023 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
20024
20025         * configure.ac:
20026           releasing 0.9.6, "White Eight"
20027
20028 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20029
20030         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
20031         * docs/plugins/inspect/plugin-sine.xml:
20032           remove sinesrc some more
20033
20034 2005-11-23  Wim Taymans  <wim@fluendo.com>
20035
20036         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
20037         If we are reading too slowly, jump forward in the ringbuffer
20038         instead of blocking.
20039
20040 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20041
20042         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
20043         (gst_visual_chain):
20044         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
20045         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
20046         (gst_videorate_chain):
20047         * gst/videotestsrc/gstvideotestsrc.c:
20048         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
20049         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
20050         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
20051         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
20052         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20053         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20054           Updates for API changes
20055
20056 2005-11-23  Wim Taymans  <wim@fluendo.com>
20057
20058         * gst-libs/gst/audio/gstbaseaudiosink.c:
20059         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
20060         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20061         Fix for calibration API change.
20062
20063 2005-11-23  Michael Smith <msmith@fluendo.com>
20064
20065         * gst-libs/gst/audio/multichannel.c:
20066         (gst_audio_get_channel_positions),
20067         (gst_audio_set_channel_positions),
20068         (gst_audio_set_structure_channel_positions_list),
20069         (gst_audio_fixate_channel_positions):
20070           Use gst_value_array_*() functions on value arrays, not
20071           gst_value_list_*().
20072
20073 2005-11-23  Edward Hervey  <edward@fluendo.com>
20074
20075         * autogen.sh:
20076         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
20077         Fixes autogen
20078
20079 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20080
20081         * check/Makefile.am:
20082         * check/elements/videotestsrc.c: (setup_videotestsrc),
20083         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
20084         (main):
20085           add a test for videotestsrc
20086
20087 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20088
20089         * gst/sine/.cvsignore:
20090         * gst/sine/Makefile.am:
20091         * gst/sine/gstsinesrc.c:
20092         * gst/sine/gstsinesrc.h:
20093         * gst/sine/sinesrc.vcproj:
20094           and remove sinesrc from the repository.  Closes #321446
20095
20096 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20097
20098         * configure.ac:
20099         * gst-plugins-base.spec.in:
20100           remove sinesrc from the build
20101
20102 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20103
20104         * check/Makefile.am:
20105         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
20106         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
20107         (main):
20108           add a test for audiotestsrc, testing all waves.  Even seems
20109           leak-free at first glance, nice job Stefan
20110
20111 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20112
20113         * po/af.po:
20114         * po/az.po:
20115         * po/cs.po:
20116         * po/en_GB.po:
20117         * po/hu.po:
20118         * po/it.po:
20119         * po/nb.po:
20120         * po/nl.po:
20121         * po/or.po:
20122         * po/sq.po:
20123         * po/sr.po:
20124         * po/sv.po:
20125         * po/uk.po:
20126         * po/vi.po:
20127           Translation string updates
20128
20129         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
20130         (gst_v4lsrc_set_caps):
20131         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20132         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20133         * sys/v4l/v4lsrc_calls.h:
20134           Improve v4lsrc, by making it work again.
20135
20136 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20137
20138         * ext/libvisual/visual.c: (gst_visual_chain):
20139           Fix the fps calculations.
20140
20141         * gst/ffmpegcolorspace/avcodec.h:
20142           Move structure element for clarity
20143
20144         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
20145         * gst-libs/gst/interfaces/tunernorm.h:
20146         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
20147         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
20148         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
20149         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
20150         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
20151         (gst_v4lmjpegsrc_getcaps):
20152         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
20153         (gst_v4lsrc_set_caps):
20154         * sys/v4l/gstv4lsrc.h:
20155         * sys/v4l/v4l_calls.c: (gst_v4l_open):
20156         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20157         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20158         * sys/v4l/v4lsrc_calls.h:
20159           Fractional framerates...
20160
20161 2005-11-22  Wim Taymans  <wim@fluendo.com>
20162
20163         * gst-libs/gst/audio/gstbaseaudiosink.c:
20164         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
20165         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20166         And we provide a clock by default, of course...
20167
20168 2005-11-22  Wim Taymans  <wim@fluendo.com>
20169
20170         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
20171         This clock can be slaved to a master clock now.
20172
20173         * gst-libs/gst/audio/gstbaseaudiosink.c:
20174         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
20175         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
20176         (gst_base_audio_sink_set_clock),
20177         (gst_base_audio_sink_set_property),
20178         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
20179         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20180         * gst-libs/gst/audio/gstbaseaudiosink.h:
20181         Handle slaving the internal clock to the clock selected in the
20182         pipeline.
20183         Add property to make the basesink not provide a clock.
20184
20185         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20186         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20187         (gst_base_rtp_depayload_wait):
20188         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20189         We can use the clock in GstElement, no need to store it ourselves.
20190
20191 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20192
20193         * docs/libs/tmpl/gstaudio.sgml:
20194           update
20195         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
20196         (gst_paranoia_endian_get_type):
20197         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
20198         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
20199         * gst/audiotestsrc/gstaudiotestsrc.c:
20200         (gst_audiostestsrc_wave_get_type):
20201         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
20202         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
20203         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
20204         (gst_sync_method_get_type), (gst_unit_type_get_type),
20205         (gst_client_status_get_type), (gst_multifdsink_class_init),
20206         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
20207         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
20208         (gst_multifdsink_get_property):
20209         * gst/tcp/gstmultifdsink.h:
20210         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
20211         * gst/videotestsrc/gstvideotestsrc.c:
20212         (gst_videotestsrc_pattern_get_type):
20213           remove deprecated properties
20214           fix up enums to correctly have short lowercase dashed nicks
20215
20216 2005-11-22  Michael Smith <msmith@fluendo.com>
20217
20218         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
20219         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
20220           Add underscore.
20221
20222 2005-11-22  Michael Smith <msmith@fluendo.com>
20223
20224         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
20225         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
20226           Use utility method for scaling clocktime for fractional framerates.
20227
20228 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
20229
20230         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
20231         (gst_visual_chain):
20232         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
20233         * ext/theora/theoradec.c: (theora_handle_type_packet):
20234         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
20235         (theora_enc_chain):
20236         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
20237         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
20238         * gst-libs/gst/video/video.h:
20239         * gst/ffmpegcolorspace/avcodec.h:
20240         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20241         (gst_ffmpeg_caps_to_pixfmt):
20242         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20243         (gst_ffmpegcsp_set_caps):
20244         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
20245         (gst_videorate_setcaps), (gst_videorate_blank_data),
20246         (gst_videorate_chain):
20247         * gst/videotestsrc/gstvideotestsrc.c:
20248         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
20249         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
20250         (gst_videotestsrc_event), (gst_videotestsrc_create):
20251         * gst/videotestsrc/gstvideotestsrc.h:
20252         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
20253         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
20254         (gst_ximagesink_get_times), (gst_ximagesink_init):
20255         * sys/ximage/ximagesink.h:
20256         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
20257         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
20258         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
20259         * sys/xvimage/xvimagesink.h:
20260           Convert elements to use fractions for their framerate.
20261           V4L elements to come later tonight.
20262
20263 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20264
20265         * gst-libs/gst/audio/audio.c:
20266         * gst-libs/gst/audio/audio.h:
20267           remove some deprecated functions
20268
20269 2005-11-22  Andy Wingo  <wingo@pobox.com>
20270
20271         * Update for gst_tag_setter API changes.
20272
20273 2005-11-22  Andy Wingo  <wingo@pobox.com>
20274
20275         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
20276         (gst_ogg_demux_perform_seek):
20277         * ext/theora/theoradec.c (theora_dec_sink_event):
20278         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
20279         update-funcnames.
20280
20281 2005-11-22  Wim Taymans  <wim@fluendo.com>
20282
20283         * examples/seeking/seek.c: (main):
20284         Give higher priority to bus signals than the gtk events
20285         to fix a race condition in the segment looping.
20286
20287 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20288
20289         * ext/theora/Makefile.am:
20290         * ext/vorbis/Makefile.am:
20291         * gst-libs/gst/tag/Makefile.am:
20292         * gst-plugins-base.spec.in:
20293           Rename libgsttagedit to libgsttag (#322117).
20294
20295 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20296
20297         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
20298         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20299           Call gst_x_overlay_prepare_xwindow_id() to give applications
20300           a final chance to set their own xwindow id before the video
20301           sink creates its own window.
20302
20303 2005-11-22  Julien MOUTTE  <julien@moutte.net>
20304
20305         * sys/xvimage/xvimagesink.c:
20306         (gst_xvimagesink_navigation_send_event): Handle navigation
20307         events correcly with borders if applicable.
20308
20309 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20310
20311         Patch by: Luca Ognibene
20312
20313         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20314         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
20315         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20316         (gst_ffmpegcsp_caps_remove_format_info):
20317         * gst/ffmpegcolorspace/imgconvert.c:
20318         * gst/ffmpegcolorspace/imgconvert_template.h:
20319           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
20320           #318353); use gst_structure_has_name().
20321
20322 2005-11-22  Julien MOUTTE  <julien@moutte.net>
20323
20324         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
20325         (gst_ximagesink_class_init): Add debug macros on functions.
20326         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
20327         (gst_xvimagesink_xwindow_draw_borders),
20328         (gst_xvimagesink_xvimage_put),
20329         (gst_xvimagesink_xwindow_update_geometry),
20330         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
20331         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
20332         (gst_xvimagesink_xcontext_clear),
20333         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
20334         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
20335         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
20336         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
20337         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
20338         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
20339         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
20340         expose while being PAUSED, out of data flow navigation events, etc..
20341
20342 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20343
20344         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
20345         * gst-libs/gst/audio/audio.h:
20346           fix prototype - wondering why the test worked regardless
20347
20348 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
20349
20350         * check/Makefile.am:
20351         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
20352         * gst-libs/gst/audio/audio.h:
20353           add a method that returns a proper GstClockTime
20354
20355 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20356
20357         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
20358         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
20359         * gst-libs/gst/interfaces/xoverlay.h:
20360           Remove everything having to do with the desired size; add 
20361           gst_x_overlay_prepare_xwindow_id() function; remove the
20362           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
20363           post a message on the bus instead (#321816).
20364
20365         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
20366         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
20367         (gst_xvimagesink_xoverlay_init):
20368           Remove desired size stuff (#321816).
20369
20370 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20371
20372         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
20373         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
20374         (mpeg_video_type_find), (mpeg_video_stream_type_find):
20375           Terminate vararg functions with NULL instead of 0 to 
20376           make gcc4 happy.
20377
20378 2005-11-21  Andy Wingo  <wingo@pobox.com>
20379
20380         patch by: Sebastien Cote <sebas642@yahoo.ca>
20381         
20382         * gst-libs/gst/rtp/gstrtpbuffer.h: 
20383         * gst-libs/gst/rtp/gstrtpbuffer.c
20384         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
20385
20386 2005-11-21  Andy Wingo  <wingo@pobox.com>
20387
20388         * gst/playback/gstplaybin.c (gen_audio_element) 
20389         (gen_video_element): Use the new MISSING_PLUGIN core error
20390         category. Closes #320060.
20391
20392         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
20393         * gst/videorate/gstvideorate.c (gst_videorate_event):
20394         * ext/theora/theoradec.c (theora_dec_sink_event): 
20395         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
20396         stream lock.
20397
20398         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
20399         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
20400         stream lock changes.
20401
20402 2005-11-21  Wim Taymans  <wim@fluendo.com>
20403
20404         * gst-libs/gst/audio/gstbaseaudiosink.c:
20405         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
20406         (gst_base_audio_sink_provide_clock),
20407         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
20408         (gst_base_audio_sink_change_state):
20409         * gst/audioresample/gstaudioresample.c:
20410         Segment update fix.
20411
20412 2005-11-21  Andy Wingo  <wingo@pobox.com>
20413
20414         * *.h:
20415         * *.c: Ran scripts/update-macros. Oh yes.
20416
20417 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20418
20419         * sys/ximage/Makefile.am:
20420         * sys/ximage/ximage.c:
20421           Rename ximage plugin to ximagesink (#321426) (Don't forget to
20422           remove your old libgstximage.* manually if necessary).
20423
20424 2005-11-21  Michael Smith <msmith@fluendo.com>
20425
20426         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
20427           Minimal fix for bug #320200: set the min/max bitrate in the correct
20428           units. A better fix would be to upgrade to the RATEMANAGE2
20429           interface, rather than using the deprecated interface used here, but
20430           that would require an update in our libvorbis dependency (to 1.1),
20431           which is probably undesirable.
20432
20433 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
20434
20435         * ext/libvisual/visual.c: (get_buffer):
20436         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20437         (gst_base_audio_src_fixate):
20438         * gst/audioconvert/gstaudioconvert.c:
20439         (gst_audio_convert_fixate_caps):
20440         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
20441         * gst/audiotestsrc/gstaudiotestsrc.c:
20442         (gst_audiotestsrc_src_fixate):
20443         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
20444         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
20445         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
20446         * gst/videotestsrc/gstvideotestsrc.c:
20447         (gst_videotestsrc_src_fixate):
20448         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
20449         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
20450           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
20451           (#322027)
20452
20453
20454 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20455
20456         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
20457         (gst_riff_create_iavs_caps):
20458         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
20459         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
20460         (gst_riff_parse_info):
20461         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
20462         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
20463         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20464           Fixes for GST_FOURCC_FORMAT API change.
20465
20466 2005-11-21  Andy Wingo  <wingo@pobox.com>
20467
20468         patch by: Alessandro Dessina <alessandro nnva org>
20469
20470         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
20471         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
20472         (gst_ogg_parse_chain):
20473         * ext/theora/theoraenc.c (theora_set_header_on_caps):
20474         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
20475         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
20476         gst_value_list calls on arrays. Fixes #321962.
20477
20478 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20479
20480         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
20481         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
20482         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
20483         * gst/adder/gstadder.c: (gst_adder_init),
20484         (gst_adder_request_new_pad), (gst_adder_collected),
20485         (gst_adder_change_state):
20486           Update for gst_collectpads_foo() to gst_collect_pads_foo()
20487           API change.
20488
20489 2005-11-21  Michael Smith <msmith@fluendo.com>
20490
20491         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
20492         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
20493           Properly handle pad_push return values.
20494
20495 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
20496
20497         * gst-libs/gst/tag/Makefile.am:
20498         * gst-libs/gst/tag/gstvorbistag.c:
20499         (gst_tag_list_to_vorbiscomment_buffer):
20500           Remove obsolete vorbistag element and debug category.
20501
20502         * gst/playback/gstplaybasebin.c: (check_queue):
20503           Don't divide by 0 when queue-threshold is 0.
20504
20505         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
20506           Don't modify an existing pixel-aspect-ratio if we fail to read
20507           a new one.
20508
20509 2005-11-20  Wim Taymans  <wim@fluendo.com>
20510
20511         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
20512         (gst_vorbisenc_push_packet):
20513         GST_PAD_IS_USABLE is gone, use the return value of
20514         the push or pad_alloc_buffer instead.
20515
20516 2005-11-18  Julien MOUTTE  <julien@moutte.net>
20517
20518         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
20519         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
20520         (gst_ximagesink_ximage_destroy),
20521         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
20522         (gst_ximagesink_xwindow_new),
20523         (gst_ximagesink_xwindow_update_geometry),
20524         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
20525         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
20526         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
20527         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
20528         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
20529         (gst_ximagesink_navigation_send_event),
20530         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
20531         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
20532         (gst_ximagesink_finalize), (gst_ximagesink_init),
20533         (gst_ximagesink_class_init):
20534         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
20535         This new version brings correct software scaling, non flickering
20536         window while resizing, pixel aspect ratio handling, usage of
20537         hardware buffer pools, out of data flow event thread for 
20538         navigation and handling of expose events even when being PAUSED,
20539         a new property to keep video aspect ratio when resizing, etc...
20540
20541 2005-11-18  Julien MOUTTE  <julien@moutte.net>
20542
20543         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
20544         (gst_videoscale_fixate_caps): Introduce back caps fixate with
20545         handling of PAR.
20546
20547 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
20548
20549         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
20550         Unsetting IS_SINK flag from the fakesink, so decodebin
20551         never behaves as a sink.
20552
20553 2005-11-17  Wim Taymans  <wim@fluendo.com>
20554
20555         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20556         (gst_base_audio_src_change_state):
20557         Fix the audiosrc base class again, we did not unflush.
20558
20559 2005-11-17  Julien MOUTTE  <julien@moutte.net>
20560
20561         * examples/seeking/seek.c: (make_dv_pipeline),
20562         (make_vorbis_theora_pipeline), (make_avi_pipeline),
20563         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
20564         to ogg/vorbis/theora pipeline.
20565
20566 2005-11-17  Wim Taymans  <wim@fluendo.com>
20567
20568         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
20569         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
20570         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
20571         Fix EOS on multiple streams.
20572         More debugging.
20573
20574 2005-11-16  Wim Taymans  <wim@fluendo.com>
20575
20576         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
20577         (gst_ogg_demux_perform_seek):
20578         Segment done must include stream time.
20579
20580         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
20581         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
20582         (gst_ogg_mux_change_state):
20583         Fix ogg muxer again.
20584
20585 2005-11-16  Wim Taymans  <wim@fluendo.com>
20586
20587         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
20588         Fix compile again.
20589
20590 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20591
20592         * ext/libvisual/visual.c: (gst_visual_init):
20593         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
20594         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
20595         (gst_ogg_parse_chain):
20596         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
20597         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
20598         * ext/theora/theoradec.c: (gst_theora_dec_init):
20599         * ext/theora/theoraenc.c: (gst_theora_enc_init):
20600         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
20601         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
20602         * gst/adder/gstadder.c: (gst_adder_class_init),
20603         (gst_adder_dispose):
20604         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
20605         * gst/subparse/gstsubparse.c: (gst_subparse_init):
20606         * gst/videorate/gstvideorate.c: (gst_videorate_init):
20607           Fix a whole set of pad template leaks
20608
20609 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20610
20611         * check/generic/states.c: (GST_START_TEST):
20612           fix the test so that it only checks for elements that are part of
20613           this source module
20614
20615 2005-11-16  Michael Smith <msmith@fluendo.com>
20616
20617         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
20618         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
20619         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20620         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20621         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
20622         (gst_ogg_mux_change_state):
20623           Fix leaking collectpads.
20624
20625 2005-11-16  Edward Hervey  <edward@fluendo.com>
20626
20627         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
20628         (gst_videorate_event), (gst_videorate_chain):
20629         Handle segment seeks
20630
20631 2005-11-16  Wim Taymans  <wim@fluendo.com>
20632
20633         * gst-libs/gst/audio/gstbaseaudiosink.c:
20634         (gst_base_audio_sink_provide_clock),
20635         (gst_base_audio_sink_change_state):
20636         Set ringbuffer to non-flushing when going to PAUSED, set to
20637         flushing again when going to READY.
20638
20639         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
20640         (gst_ring_buffer_stop):
20641         Start in flushing mode by default.
20642         Don't set flushing in the _stop method, let the app call
20643         this explicitly.
20644
20645 2005-11-16  Julien MOUTTE  <julien@moutte.net>
20646
20647         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
20648         * gst-libs/gst/video/videosink.h: Add helper function needed
20649         for video sinks.
20650
20651 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
20652
20653         * gst/videoscale/gstvideoscale.c:
20654         (gst_videoscale_handle_src_event):
20655           Don't leak reference to pad parent.
20656
20657 2005-11-16  Wim Taymans  <wim@fluendo.com>
20658
20659         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
20660         Set ringbuffer to flushing when stopping so that we don't
20661         block on wait_segment anymore and livelock.
20662
20663 2005-11-16  Wim Taymans  <wim@fluendo.com>
20664
20665         * examples/seeking/seek.c: (send_event), (do_seek),
20666         (loop_toggle_cb), (segment_done), (main):
20667         Added looping checkbox.
20668
20669 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20670
20671         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20672         (gst_ogg_demux_init):
20673         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
20674         (gst_vorbis_dec_init):
20675           revert unrefs, they don't pass make check
20676
20677 2005-11-15  Johan Dahlin  <johan@gnome.org>
20678
20679         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20680         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
20681         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
20682         (gst_vorbis_dec_init):
20683         Fix pad template leaks. 
20684
20685 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
20686
20687         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
20688           Make state change function thread safe.
20689
20690 2005-11-15  Edward Hervey  <edward@fluendo.com>
20691
20692         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
20693         (gst_ogg_demux_class_init):
20694         Implement GstElement::send_event, so we can send seek events
20695         in GST_STATE_READY
20696
20697 2005-11-14  Julien MOUTTE  <julien@moutte.net>
20698
20699         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
20700         Discovered how to take away flickering while resizing the
20701         window. Please don't put that in ximagesink, refactoring in
20702         progress.
20703
20704 2005-11-14  Michael Smith <msmith@fluendo.com>
20705
20706         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
20707         (gst_multifdsink_render):
20708           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
20709
20710 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
20711
20712         * gst/playback/gstplaybin.c: (gen_audio_element):
20713           Use autoaudiosink, it tends to be more widely available than
20714           autoaudiiosink.
20715           
20716 2005-11-14  Andy Wingo  <wingo@pobox.com>
20717
20718         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
20719         as well if it is available. Fixes #316442.
20720
20721 2005-11-14  Michael Smith <msmith@fluendo.com>
20722
20723         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
20724         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
20725         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20726         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20727         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
20728         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
20729         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
20730         (gst_vorbisenc_change_state):
20731           Fix a small memory leak in vorbisenc.
20732           Fix large memory leaks in oggmux, also fix lots of state change
20733           bugs in oggmux.
20734
20735 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20736
20737         * gst/videotestsrc/gstvideotestsrc.c:
20738         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
20739         (gst_videotestsrc_src_fixate):
20740           move fixation to a fixate function
20741           remove negotiate function, basesrc's is good enough
20742           fixes a bug for check when using the element alone
20743
20744 2005-11-13  Edward Hervey  <edward@fluendo.com>
20745
20746         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
20747         (key_toggle_cb), (main):
20748         Added checkboxes for adding/removing the accurate and key_unit seek
20749         flags.
20750
20751 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
20752
20753         * configure.ac: back to HEAD
20754
20755 === release 0.9.5 ===
20756
20757 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
20758
20759         * configure.ac:
20760           releasing 0.9.5, "No No Kia"
20761
20762 2005-11-11  Edward Hervey  <edward@fluendo.com>
20763
20764         * examples/seeking/seek.c: (make_parselaunch_pipeline):
20765         Added parse-launch syntax seeking mode for the seeking example.
20766         This should help stress-test even more cases.
20767         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
20768
20769 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
20770
20771         * sys/xvimage/xvimagesink.c:
20772         (gst_xvimagesink_navigation_send_event):
20773           Check whether peer pad exists before sending navigation events
20774           to it.
20775
20776 2005-11-11  Michael Smith <msmith@fluendo.com>
20777
20778         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
20779         (gst_vorbisenc_buffer_from_packet):
20780         * ext/vorbis/vorbisenc.h:
20781           Set duration on encoded buffers. This allows oggmux's
20782           max_page_delay parameter to actually work.
20783
20784 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
20785
20786         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20787         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
20788         (gst_ffmpegcsp_avpicture_fill):
20789         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20790         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
20791           Make palettes work again (see #132341). Use our own macros
20792           for rounding up.
20793
20794 2005-11-10  Andy Wingo  <wingo@pobox.com>
20795
20796         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
20797         string doober.
20798
20799 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20800
20801         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20802         (gst_ffmpegcsp_transform_caps):
20803           Prefer passthrough in transform_caps
20804
20805 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20806
20807         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
20808           check for ALSA errors properly, instead of relying on ALSA's
20809           error strings to serve to the user.
20810
20811 2005-11-10  Wim Taymans  <wim@fluendo.com>
20812
20813         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
20814         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
20815         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
20816         Modernise the seek code.
20817
20818 2005-11-10  Michael Smith <msmith@fluendo.com>
20819         
20820         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
20821         (setup_substreams), (set_active_source):
20822           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
20823           trying to go to NULL if we failed to read a file.
20824
20825 2005-11-10  Wim Taymans  <wim@fluendo.com>
20826
20827         * gst/audiotestsrc/gstaudiotestsrc.c:
20828         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
20829         (gst_audiotestsrc_create):
20830         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20831         (gst_sinesrc_get_times), (gst_sinesrc_create):
20832         * gst/videotestsrc/gstvideotestsrc.c:
20833         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
20834         (gst_videotestsrc_create):
20835         The base class can now sync for us.
20836
20837 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20838
20839         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
20840           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
20841           name=source autoprobe=false autoprobe-fps=false copy-mode=1
20842           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
20843           format=(fourcc)I420" ! xvimagesink
20844
20845 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
20846
20847         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20848         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
20849         (gst_sinesrc_newsegment):
20850           Send newsegment event in TIME format, set duration if
20851           num-buffers is set, fix duration querying.
20852
20853 2005-11-10  Michael Smith <msmith@fluendo.com>
20854
20855         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
20856         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20857         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20858         (gst_ogg_mux_collected):
20859          Fix EOS handling, partially. Now forwarding an EOS event once we have
20860          EOS on all pads works correctly. However, we still don't properly set
20861          EOS on the actual ogg stream pages.
20862
20863 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
20864
20865         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
20866           Set elements to NULL state before disposing of them.
20867
20868 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
20869
20870         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20871
20872         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20873         (gst_base_rtp_depayload_init),
20874         (gst_base_rtp_depayload_set_gst_timestamp):
20875         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20876           We need to send a newsegment event for each instance, not
20877           just for the first instance of this class (get rid of
20878           static variable in function). (#321011).
20879           
20880 2005-11-08  Michael Smith <msmith@fluendo.com>
20881
20882         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
20883         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
20884         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
20885         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
20886           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
20887           This makes us mux things correctly according to the ogg muxing
20888           rules. Still not handling EOS correctly right now, though.
20889
20890 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
20891
20892         * gst/audioconvert/gstaudioconvert.c:
20893           Fix typo in docs. 
20894
20895 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
20896
20897         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
20898         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
20899           Initialise segment_stop to GST_CLOCK_TIME_NONE when
20900           creating a new chain; should fix live streaming. Also
20901           add more debug output and fix a typo.
20902
20903 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
20904
20905         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20906
20907         * gst/volume/gstvolume.c: (volume_set_caps):
20908           Fix compilation on Solaris with Forte. (#320923)
20909
20910 2005-11-08  Wim Taymans  <wim@fluendo.com>
20911
20912         * gst-libs/gst/audio/gstbaseaudiosink.c:
20913         (gst_base_audio_sink_render):
20914         No need to do a typecheck.
20915
20916 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20917
20918         * ext/alsa/gstalsa.h:
20919           We register a debug category, so let's use it.
20920
20921 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
20922
20923         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20924         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
20925         Fixed a small problem.
20926
20927 2005-11-04  Wim Taymans  <wim@fluendo.com>
20928
20929         * examples/seeking/Makefile.am:
20930         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
20931         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
20932         (make_playerbin_pipeline), (format_value), (update_scale),
20933         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
20934         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
20935         (print_usage), (main):
20936         Added app for playback speed testing.
20937
20938         * examples/seeking/seek.c: (dynamic_link),
20939         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
20940         (make_mpeg_pipeline), (do_seek), (set_update_scale),
20941         (message_received), (main):
20942         Updated seek example.
20943
20944 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
20945
20946         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20947         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20948         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
20949         (gst_base_rtp_depayload_set_clock):
20950         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20951         Don't sleep on the bench (system clock) when you have a nice 
20952         comfortable bed (Gstreamer clock) to sleep on.
20953
20954 2005-11-03  Wim Taymans  <wim@fluendo.com>
20955
20956         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20957         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
20958         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
20959         Handle the case where a pad_block failed.
20960
20961 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
20962
20963         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
20964
20965         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20966         (gst_base_rtp_depayload_add_to_queue),
20967         (gst_base_rtp_depayload_push),
20968         (gst_base_rtp_depayload_set_gst_timestamp),
20969         (gst_base_rtp_depayload_queue_release):
20970           Fixes some bugs in the depayloader's queuing/de-queueing code.
20971
20972 2005-10-31  Michael Smith <msmith@fluendo.com>
20973
20974         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
20975         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
20976         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
20977           Patch from Alessandro Decina <alessandro@nnva.org>.
20978           Make oggdemux only find the final time in a chain, not per-pad,
20979           since the per-pad information can be very expensive to locate, and
20980           it isn't used anywhere. This makes reading a file containing
20981           OggSkeleton reasonably fast.
20982           Also, make chain finding work when there are logical bitstreams that
20983           can't be decoded. Fixes #319110.
20984
20985 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20986
20987         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20988         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20989         (gst_base_rtp_depayload_chain),
20990         (gst_base_rtp_depayload_add_to_queue),
20991         (gst_base_rtp_depayload_push),
20992         (gst_base_rtp_depayload_set_gst_timestamp),
20993         (gst_base_rtp_depayload_queue_release),
20994         (gst_base_rtp_depayload_start_thread),
20995         (gst_base_rtp_depayload_set_property),
20996         (gst_base_rtp_depayload_get_property):
20997         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20998         Some random fixes, to fullfill the desires of thomas.
20999
21000 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
21001
21002         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21003         (gst_base_rtp_depayload_add_to_queue),
21004         (gst_base_rtp_depayload_push):
21005         Fixed the queueing algorithm.
21006
21007 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
21008
21009         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21010         (gst_base_rtp_depayload_push):
21011         A small fix
21012
21013 2005-10-31  Wim Taymans  <wim@fluendo.com>
21014
21015         * gst-libs/gst/audio/gstringbuffer.h:
21016         Don't break ABI.
21017
21018         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21019         (gst_ffmpeg_caps_to_pixfmt):
21020         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21021         (gst_ffmpegcsp_set_caps):
21022         Some more comments.
21023         Handle missing required caps fields better.
21024
21025 2005-10-31  Wim Taymans  <wim@fluendo.com>
21026
21027         * gst-libs/gst/audio/gstbaseaudiosink.c:
21028         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
21029         (gst_base_audio_sink_render):
21030         * gst-libs/gst/audio/gstringbuffer.c:
21031         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
21032         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
21033         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
21034         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
21035         (gst_ring_buffer_read):
21036         * gst-libs/gst/audio/gstringbuffer.h:
21037         Add flushing mode to the ringbuffer so that it in all cases does
21038         not try to handle more audio. This makes sure it does not try to
21039         block anymore when flushing and fixes a livelock.
21040
21041 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
21042
21043         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
21044         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
21045         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
21046           Explicitly check for -1 values before doing a conversion
21047           and always map them to -1. (#315545)
21048
21049 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
21050
21051         * gst/playback/gstplaybin.c: (gen_video_element):
21052           first try autovideosink, then xvimagesink, then error out
21053         * po/POTFILES.in:
21054           add translatable file
21055         * po/af.po:
21056         * po/az.po:
21057         * po/cs.po:
21058         * po/en_GB.po:
21059         * po/hu.po:
21060         * po/it.po:
21061         * po/nb.po:
21062         * po/nl.po:
21063         * po/or.po:
21064         * po/sq.po:
21065         * po/sr.po:
21066         * po/sv.po:
21067         * po/uk.po:
21068         * po/vi.po:
21069           update translations
21070
21071 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
21072
21073         * gst-libs/gst/rtp/gstbasedepayload.c:
21074         * gst-libs/gst/rtp/gstbasedepayload.h:
21075           Minor cleanups
21076
21077 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
21078
21079         * gst/playback/.cvsignore:
21080         * gst/playback/decodetest.c:
21081         * gst/playback/test3.c:
21082           Port these two tests as well.
21083
21084 2005-10-27  Wim Taymans  <wim@fluendo.com>
21085
21086         * ext/theora/theoradec.c: (theora_dec_src_query),
21087         (theora_dec_sink_event):
21088         * ext/theora/theoraenc.c: (theora_enc_sink_event),
21089         (theora_enc_change_state):
21090         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21091         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
21092         Take proper locks when handling events.
21093
21094 2005-10-27  Wim Taymans  <wim@fluendo.com>
21095
21096         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
21097         (gst_adder_change_state):
21098         Fix timestamps and fix deadlock when stopping the collectpads.
21099
21100 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
21101
21102         * gst-libs/gst/rtp/gstrtpbuffer.h:
21103         Declaring the payload types as strings too so that they can be used
21104         in the padtemplate inialization.
21105
21106 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
21107
21108         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
21109
21110         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21111         (gst_base_rtp_depayload_class_init):
21112         Fixes a small but nasty bug. The derived elements no longer segfaults
21113         on finalization.
21114
21115 2005-10-26  Michael Smith <msmith@fluendo.com>
21116
21117         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
21118           When clearing an audioconvert context, set tmpbufsize to zero, so
21119           we'll allocate it again later if required.
21120           This fixes audioconvert re-negotiating formats, which previously
21121           segfaulted with a NULL destination buffer.
21122
21123 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
21124
21125         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21126         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
21127         (gst_base_rtp_depayload_set_gst_timestamp),
21128         (gst_base_rtp_depayload_queue_release):
21129         Fixed a smalll memleak.
21130
21131 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
21132         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21133         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
21134         (gst_base_rtp_depayload_finalize),
21135         (gst_base_rtp_depayload_setcaps),
21136         (gst_base_rtp_depayload_add_to_queue),
21137         (gst_base_rtp_depayload_push),
21138         (gst_base_rtp_depayload_set_gst_timestamp),
21139         (gst_base_rtp_depayload_queue_release),
21140         (gst_base_rtp_depayload_thread),
21141         (gst_base_rtp_depayload_change_state):
21142         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21143         Changed the C++ comments to C comments
21144
21145 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
21146
21147         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
21148         * gst/tcp/gsttcpclientsrc.h:
21149         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
21150         * gst/tcp/gsttcpserversrc.h:
21151           Remove unused 'curoffset' structure member.
21152
21153 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
21154
21155         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21156         (gst_base_rtp_depayload_base_init),
21157         (gst_base_rtp_depayload_finalize):
21158         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21159         * gst-libs/gst/rtp/gstbasertppayload.h:
21160           The pad-template on the sinkpad should be set by the derived classes.
21161           Also added some useful macros.
21162
21163 2005-10-24  Wim Taymans  <wim@fluendo.com>
21164
21165         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
21166         Correctly flush decoder samples even if we could not
21167         copy them to an output buffer. Fixes #319618.
21168
21169 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21170
21171         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
21172         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
21173         the caps against our xcontext caps.
21174
21175 2005-10-24  Wim Taymans  <wim@fluendo.com>
21176
21177         * gst-libs/gst/audio/gstbaseaudiosink.c:
21178         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
21179         Remove g_print
21180         Use sync property from baseclass to disable sync.
21181
21182 2005-10-24  Wim Taymans  <wim@fluendo.com>
21183
21184         * gst-libs/gst/audio/gstbaseaudiosink.c:
21185         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
21186         Buffers with no timestamps get aligned with previous buffers or
21187         on underrun, played ASAP.
21188
21189 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21190
21191         * gst-libs/gst/video/video.h:
21192         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21193         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
21194         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
21195         here comes my change on caps for framerate and geometry range.
21196         We are now accepting 1 to MAXINT for width and height, and from
21197         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
21198         to be blended correctly in videomixer.
21199
21200 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21201
21202         * configure.ac:
21203           back to HEAD
21204
21205 === release 0.9.4 ===
21206
21207 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21208
21209         * NEWS:
21210         * RELEASE:
21211         * configure.ac:
21212           releasing 0.9.4, "Velociraptor"
21213
21214 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21215
21216         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
21217         * po/POTFILES.in:
21218           STOPPED -> FAILED
21219
21220 2005-10-21  Wim Taymans  <wim@fluendo.com>
21221
21222         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21223         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
21224         (pad_blocked), (close_pad_link), (new_pad):
21225         Don't try to remove elements twice.
21226
21227 2005-10-21  Wim Taymans  <wim@fluendo.com>
21228
21229         * ext/theora/theoradec.c: (theora_dec_src_query),
21230         (theora_dec_sink_event):
21231         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21232         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
21233         (vorbis_handle_data_packet):
21234         * ext/vorbis/vorbisdec.h:
21235         Fix old naming.
21236
21237         * gst-libs/gst/audio/gstbaseaudiosink.c:
21238         (gst_base_audio_sink_render):
21239         Don't try to sync on buffers without a timestamp.
21240
21241 2005-10-21  Wim Taymans  <wim@fluendo.com>
21242
21243         * ext/theora/theoradec.c: (theora_dec_src_query),
21244         (theora_dec_sink_event):
21245         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21246         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
21247         (vorbis_handle_data_packet):
21248         * ext/vorbis/vorbisdec.h:
21249         Fix old naming.
21250
21251 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21252
21253         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
21254         (gst_vorbisenc_src_query):
21255           Implement position and duration queries.
21256
21257         * gst/playback/test3.c: (update_scale), (main):
21258           Fix for async state changes and print nicer output.
21259
21260 2005-10-20  Wim Taymans  <wim@fluendo.com>
21261
21262         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21263         (dump_element_stats), (main):
21264         * gst/playback/test6.c: (main):
21265         Fix tests again
21266
21267 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21268
21269         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
21270         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
21271           Don't use functions for position queries when handling
21272           duration queries.
21273
21274 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21275
21276         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21277         (vorbis_handle_data_packet), (vorbis_dec_chain),
21278         (vorbis_dec_change_state):
21279         * ext/vorbis/vorbisdec.h:
21280           Vorbis streams can be embedded in other container formats
21281           than ogg, container formats where the demuxer might set 
21282           timestamps on encoded vorbis buffers instead of those silly 
21283           granulepos thingies. In short: make vorbisdec handle 
21284           timestamps on incoming buffers as well.
21285
21286 2005-10-20  Wim Taymans  <wim@fluendo.com>
21287
21288         * gst/playback/gstplaybasebin.c: (group_destroy),
21289         (gst_play_base_bin_change_state):
21290         Fix leak.
21291         Handle case where playbasebin is now ASYNC because
21292         decodebin is.
21293
21294 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
21295
21296         * gst/audioconvert/Makefile.am:
21297         * gst/audioconvert/bufferframesconvert.c:
21298         * gst/audioconvert/plugin.c: (plugin_init):
21299         * gst/audioconvert/plugin.h:
21300           And bye bye buffer-frames-convert
21301
21302 2005-10-19  Wim Taymans  <wim@fluendo.com>
21303
21304         * check/elements/audioconvert.c:
21305         * docs/libs/tmpl/gstaudio.sgml:
21306         * docs/libs/tmpl/gstcolorbalance.sgml:
21307         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21308         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
21309         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
21310         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
21311         * gst-libs/gst/audio/audio.h:
21312         * gst/audioconvert/audioconvert.h:
21313         * gst/audioconvert/gstaudioconvert.c:
21314         (gst_audio_convert_parse_caps):
21315         * gst/volume/gstvolume.c:
21316         Bye bye buffer-frames.
21317
21318 2005-10-19  Wim Taymans  <wim@fluendo.com>
21319
21320         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21321         (query_positions_elems), (query_positions_pads), (update_scale),
21322         (do_seek), (set_update_scale), (message_received), (main):
21323         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
21324         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
21325         (gst_ogg_demux_loop):
21326         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
21327         * ext/theora/theoradec.c: (theora_dec_src_query),
21328         (theora_dec_sink_event):
21329         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21330         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
21331         * gst/adder/gstadder.c: (gst_adder_query):
21332         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
21333         * gst/playback/test3.c: (update_scale):
21334         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21335         (dump_element_stats), (main):
21336         * gst/playback/test6.c: (main):
21337         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
21338         Query API update.
21339
21340 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
21341
21342         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
21343         (xml_check_first_element), (xml_type_find), (smil_type_find),
21344         (plugin_init):
21345           Add typefinding for SMIL and for generic XML. Based on patch by
21346           Akos Maroy (#308663).
21347
21348 2005-10-18  Wim Taymans  <wim@fluendo.com>
21349
21350         * gst/playback/Makefile.am:
21351         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21352         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
21353         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
21354         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
21355         (gst_decode_bin_change_state):
21356         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
21357         (gst_play_bin_send_event_to_sink):
21358         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21359         (dump_element_stats), (main):
21360         * gst/playback/test6.c: (main):
21361         Make playbin async, it'll commit state to paused when all streams
21362         are detected.
21363         Remove ugly hack.
21364         Added test6.c to show async behaviour.
21365
21366 2005-10-18  Wim Taymans  <wim@fluendo.com>
21367
21368         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
21369         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
21370         Fix for segment-start/stop API change.
21371
21372 2005-10-18  Wim Taymans  <wim@fluendo.com>
21373
21374         * check/Makefile.am:
21375         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
21376         (main):
21377         Add future test for clock selection.
21378
21379 2005-10-18  Wim Taymans  <wim@fluendo.com>
21380
21381         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
21382         (gst_alsasink_close):
21383         Set handle to NULL.
21384
21385         * gst-libs/gst/audio/gstringbuffer.c:
21386         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
21387         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
21388         (gst_ring_buffer_start), (gst_ring_buffer_pause),
21389         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
21390         (gst_ring_buffer_read):
21391         More debug info.
21392
21393 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
21394
21395         * gst/audiotestsrc/Makefile.am:
21396         * gst/sine/Makefile.am:
21397         * gst/volume/Makefile.am:
21398           fix broken build of controllerized plugins
21399
21400 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
21401
21402         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21403
21404         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
21405         (gst_riff_create_video_template_caps):
21406           Add support for Indeo-3 (IV32).
21407
21408 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21409
21410         * configure.ac:
21411           rewrite
21412
21413 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21414
21415         * gst-libs/gst/video/video.c: (gst_video_get_size):
21416         * gst/audiotestsrc/gstaudiotestsrc.c:
21417           doc updates
21418
21419 2005-10-17  Andy Wingo  <wingo@pobox.com>
21420
21421         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
21422         with the collectpads change.
21423         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
21424
21425         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
21426
21427         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
21428
21429         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
21430         alloc_buffer flow return to callers.
21431         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
21432         change. Fix some memleaks in theoraenc.
21433
21434         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
21435         in strange circumstance.
21436
21437 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21438
21439         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21440         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
21441         from caps, let's use the caps...
21442
21443 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21444
21445         * configure.ac:
21446           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
21447
21448 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21449
21450         * gst-libs/gst/interfaces/Makefile.am:
21451           fix silly typo
21452
21453 2005-10-16  Andy Wingo  <wingo@pobox.com>
21454
21455         * gst/playback/gstdecodebin.c
21456         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
21457         function!
21458         (try_to_link_1): Increase kraziness level.
21459
21460 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21461
21462         * configure.ac:
21463           restructure like the core one
21464         * gst-libs/gst/audio/Makefile.am:
21465         * gst-libs/gst/interfaces/Makefile.am:
21466         * gst-libs/gst/net/Makefile.am:
21467         * gst-libs/gst/riff/Makefile.am:
21468         * gst-libs/gst/rtp/Makefile.am:
21469         * gst-libs/gst/tag/Makefile.am:
21470         * gst-libs/gst/video/Makefile.am:
21471           use correct linker flags, now the libs are properly versioned
21472         * check/elements/audioconvert.c: (verify_convert):
21473         * ext/alsa/gstalsaplugin.c:
21474         * ext/cdparanoia/gstcdparanoia.c:
21475         * ext/gnomevfs/gstgnomevfs.c:
21476         * ext/libvisual/visual.c:
21477         * ext/ogg/gstogg.c:
21478         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
21479         * ext/theora/theora.c:
21480         * ext/vorbis/vorbis.c:
21481         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
21482         * gst-libs/gst/tag/gsttagediting.c:
21483         * gst-libs/gst/video/video.c:
21484         * gst/adder/gstadder.c:
21485         * gst/audioconvert/plugin.c:
21486         * gst/audiorate/gstaudiorate.c:
21487         * gst/audioresample/gstaudioresample.c:
21488         * gst/audioresample/resample_ref.c: (resample_scale_ref):
21489         * gst/audioscale/gstaudioscale.c:
21490         * gst/audioscale/resample.c:
21491         * gst/audiotestsrc/gstaudiotestsrc.c:
21492         * gst/ffmpegcolorspace/gstffmpeg.c:
21493         * gst/playback/gstdecodebin.c: (close_pad_link):
21494         * gst/playback/gstplaybin.c: (gen_video_element),
21495         (gen_audio_element):
21496         * gst/sine/gstsinesrc.c:
21497         * gst/subparse/gstsubparse.c:
21498         * gst/tags/gsttagediting.c:
21499         * gst/tcp/gsttcpplugin.c:
21500         * gst/typefind/gsttypefindfunctions.c:
21501         * gst/videorate/gstvideorate.c:
21502         * gst/videoscale/gstvideoscale.c:
21503         * gst/videotestsrc/gstvideotestsrc.c:
21504         * gst/volume/gstvolume.c:
21505         * sys/v4l/gstv4l.c:
21506         * sys/ximage/ximage.c:
21507         * sys/xvimage/xvimagesink.c:
21508           fix up defines
21509
21510 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
21511
21512         * ext/vorbis/vorbisenc.c:
21513         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
21514         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
21515         (gst_tag_to_vorbis_comments):
21516           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
21517
21518 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
21519
21520         * examples/stats/mp2ogg.c:
21521         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21522           typo fixes
21523
21524 2005-10-13  Michael Smith <msmith@fluendo.com>
21525
21526         * ext/ogg/gstoggmux.c:
21527           Use magic glib macros to define constants as 64 bit, to ensure
21528           appropriate vararg passing.
21529
21530 2005-10-13  Michael Smith <msmith@fluendo.com>
21531
21532         * ext/ogg/gstoggmux.c:
21533         * gst/audioconvert/audioconvert.c: (float):
21534           Don't use LL suffix, as it's not portable, and neither of these
21535           uses required it anyway.
21536
21537 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
21538
21539         * examples/indexing/indexmpeg.c: (main):
21540         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
21541         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
21542         (cdparanoia_convert), (cdparanoia_query):
21543         * ext/cdparanoia/gstcdparanoia.h:
21544         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
21545         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
21546         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
21547         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
21548         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
21549         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
21550         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
21551         (gst_multifdsink_render), (gst_multifdsink_start),
21552         (gst_multifdsink_stop):
21553         * gst/tcp/gstmultifdsink.h:
21554         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
21555         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
21556         (gst_tcpclientsink_stop):
21557         * gst/tcp/gsttcpclientsink.h:
21558         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
21559         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
21560         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
21561         * gst/tcp/gsttcpclientsrc.h:
21562         * gst/tcp/gsttcpserversink.h:
21563         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
21564         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
21565         (gst_tcpserversrc_stop):
21566         * gst/tcp/gsttcpserversrc.h:
21567         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
21568         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
21569         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
21570           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
21571           moved bitshift from macro to enum definition
21572
21573 2005-10-12  Wim Taymans  <wim@fluendo.com>
21574
21575         * examples/seeking/Makefile.am:
21576         Oops.
21577
21578 2005-10-12  Wim Taymans  <wim@fluendo.com>
21579
21580         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21581         (gst_ring_buffer_read), (gst_ring_buffer_clear):
21582         Don't assert on normal stuff.
21583
21584         * gst/playback/gstplaybin.c: (do_playbin_seek):
21585         API fix.
21586
21587 2005-10-12  Wim Taymans  <wim@fluendo.com>
21588
21589         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21590         * examples/seeking/Makefile.am:
21591         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
21592         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21593         (do_seek), (set_update_scale), (message_received), (main):
21594         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21595         (gst_ring_buffer_read), (gst_ring_buffer_clear):
21596         Update for _get_state() API change.
21597
21598 2005-10-11  Wim Taymans  <wim@fluendo.com>
21599
21600         * gst-libs/gst/audio/gstbaseaudiosink.c:
21601         (gst_base_audio_sink_render):
21602         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21603         (gst_base_audio_src_create):
21604         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21605         (gst_ring_buffer_read):
21606         Cleanups.
21607         Commit and read from ringbuffer in samples rather than bytes.
21608
21609 2005-10-11  Wim Taymans  <wim@fluendo.com>
21610
21611         * gst-libs/gst/audio/gstbaseaudiosink.c:
21612         (gst_base_audio_sink_render):
21613         Respect segment rate and accum when scheduling samples.
21614
21615 2005-10-11  Julien MOUTTE  <julien@moutte.net>
21616
21617         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
21618         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
21619         EOS correctly, that needs more work.
21620
21621 2005-10-11  Wim Taymans  <wim@fluendo.com>
21622
21623         * check/generic/states.c: (GST_START_TEST):
21624         remove old property.
21625
21626         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
21627         (gst_ogg_demux_perform_seek):
21628         * ext/theora/theoradec.c: (theora_dec_sink_event):
21629         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21630         (vorbis_handle_data_packet):
21631         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21632         (gst_base_rtp_depayload_set_gst_timestamp):
21633         * gst/videorate/gstvideorate.c: (gst_videorate_event):
21634         Update for newsegment API change.
21635
21636 2005-10-11  Michael Smith <msmith@fluendo.com>
21637
21638         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
21639         (do_playbin_seek), (gst_play_bin_send_event):
21640           Override send_event differently, so that we can takes bits of
21641           functionality from GstPipeline (special handling for seeks,
21642           including pausing/resuming, and resetting stream time) and still get
21643           the appropriate behaviour of only forwarding event to a single sink,
21644           rather than all of them.
21645           Unfortunately requires a lot of code duplication, but the
21646           alternatives are equally ugly in the end.
21647
21648 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21649
21650         * check/elements/audioconvert.c: (setup_audioconvert),
21651         (cleanup_audioconvert), (get_int_caps), (verify_convert),
21652         (GST_START_TEST), (audioconvert_suite):
21653           clean up tests a little, fix some leaks.
21654
21655 2005-10-10  Wim Taymans  <wim@fluendo.com>
21656
21657         * ext/alsa/gstalsasink.c:
21658         Also allow unsigned int.
21659
21660         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21661         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
21662         Small cleanup
21663
21664 2005-10-10  Wim Taymans  <wim@fluendo.com>
21665
21666         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21667         Small update, use API as stated in design docs.
21668
21669         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21670         (update_scale), (do_seek), (seek_cb), (set_update_scale),
21671         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
21672         (message_received), (main):
21673         Updated seek example for GOption. Some usability improvements.
21674
21675 2005-10-10  Wim Taymans  <wim@fluendo.com>
21676
21677         * gst/audioconvert/audioconvert.h:
21678         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
21679         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
21680         Alloc temp storage somewhere else where we can do it more
21681         portable.
21682
21683 2005-10-10  Wim Taymans  <wim@fluendo.com>
21684
21685         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
21686         (gst_tcpserversrc_start):
21687         Don't block in accept while doing the state change, move
21688         to poll and make cancellable.
21689
21690 2005-10-09  Philippe Khalaf <burger@speedy.org>
21691
21692         * gst-libs/gst/rtp/rtpbasedepayload.c:
21693         Set timestamp and add queue delay to timestamp
21694         * gst-libs/gst/rtp/rtpbuffer.h:
21695         Set correct payload type for h263
21696
21697 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
21698
21699         * gst/audiotestsrc/gstaudiotestsrc.c:
21700         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
21701         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
21702         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
21703         (gst_audiotestsrc_create_triangle),
21704         (gst_audiotestsrc_create_silence),
21705         (gst_audiotestsrc_create_white_noise),
21706         (gst_audiotestsrc_init_pink_noise),
21707         (gst_audiotestsrc_generate_pink_noise_value),
21708         (gst_audiotestsrc_create_pink_noise),
21709         (gst_audiotestsrc_change_wave):
21710         * gst/audiotestsrc/gstaudiotestsrc.h:
21711           fixed typo, added pink noise
21712
21713 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21714
21715         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
21716         (plugin_init):
21717           Add wavpack and spc typefind functions from 0.8 branch.
21718
21719 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21720
21721         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
21722         (ar_type_find), (msdos_type_find), (plugin_init):
21723           Add typefind functions for tar archives, ar archives,
21724           RAR archives, and msdos-executables (dlls, exe, etc.).
21725           Some of those would be wrongly identified as mpeg
21726           streams of some sort before (#315550).
21727
21728 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
21729
21730         * configure.ac:
21731         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21732         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21733         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
21734         * gst/audiotestsrc/Makefile.am:
21735         * gst/audiotestsrc/gstaudiotestsrc.c:
21736         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
21737         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
21738         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
21739         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
21740         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
21741         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
21742         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
21743         (gst_audiotestsrc_create_silence),
21744         (gst_audiotestsrc_create_white_noise),
21745         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
21746         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
21747         (gst_audiotestsrc_start), (plugin_init):
21748         * gst/audiotestsrc/gstaudiotestsrc.h:
21749           add new plugin and element
21750         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
21751           use gobject_class
21752
21753 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21754
21755         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
21756         (gst_adder_init), (gst_adder_request_new_pad),
21757         (gst_adder_change_state):
21758           Add query function to source pad, so adder reports the correct
21759           time/sample position when queried (#315457); fix state change
21760           function; use GST_DEBUG_FUNCPTR() for pad functions.
21761
21762 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21763
21764         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
21765           Fix leaks in typefind registration
21766           Clean up the gratuitous commenting and whitespacing a little
21767
21768 2005-10-08  Wim Taymans  <wim@fluendo.com>
21769
21770         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
21771         Only actually wait for the thread to be stopped if it's 
21772         running.
21773
21774 2005-10-08  Wim Taymans  <wim@fluendo.com>
21775
21776         * gst-libs/gst/audio/gstbaseaudiosink.c:
21777         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
21778         If we receive EOS we can start playback of what we had.
21779
21780 2005-10-08  Wim Taymans  <wim@fluendo.com>
21781
21782         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21783         (gst_multifdsink_finalize), (multifdsink_hash_remove),
21784         (gst_multifdsink_stop):
21785         Fix crasher when going to NULL multiple times.
21786
21787 2005-10-06  Wim Taymans  <wim@fluendo.com>
21788
21789         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
21790         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
21791         * gst-libs/gst/audio/gstbaseaudiosrc.h:
21792         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
21793         patch from Edgard Lima <edgard.lima@indt.org.br>
21794         Fixed gstbaseaudiosrc adding ring buffer sync to it.
21795
21796 2005-10-06  Wim Taymans  <wim@fluendo.com>
21797
21798         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
21799         Report the FLOW_RETURN as string in the error message.
21800
21801         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
21802         Don't assert when clearing an unnegotiated buffer.
21803
21804 2005-10-04  Michael Smith <msmith@fluendo.com>
21805
21806         * gst/playback/gstplaybasebin.c: (group_destroy),
21807         (gen_preroll_element), (remove_groups), (setup_source):
21808         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
21809         (setup_sinks), (gst_play_bin_send_event),
21810         (gst_play_bin_change_state):
21811           Set state to NULL before removing from bin. Fix refcounting.
21812
21813 2005-10-04  Michael Smith <msmith@fluendo.com>
21814
21815         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
21816           Correct refcounting in send_event() function. Previously was wrong
21817           if the first sink was unable to handle the event.
21818
21819 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21820
21821         * configure.ac:
21822           back to development
21823
21824 === release 0.9.3 ===
21825
21826 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21827
21828         * configure.ac:
21829           Releasing 0.9.3, "De Facto"
21830
21831 2005-10-03  Andy Wingo  <wingo@pobox.com>
21832
21833         * gst/playback/gstdecodebin.c (try_to_link_1)
21834         (remove_element_chain): set element to NULL before removing it.
21835
21836 2005-10-02  Johan Dahlin  <johan@gnome.org>
21837
21838         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
21839         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
21840         MT safe.
21841
21842 2005-10-02  Andy Wingo  <wingo@pobox.com>
21843
21844         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
21845         (gst_ring_buffer_prepare_read): 
21846         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
21847         Demote to LOG.
21848
21849 2005-09-29  Wim Taymans  <wim@fluendo.com>
21850
21851         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
21852         * ext/theora/theoradec.c: (theora_handle_data_packet):
21853         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
21854         Propagate error codes from alloc_buffer too.
21855
21856 2005-09-29  Wim Taymans  <wim@fluendo.com>
21857
21858         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
21859         We use fixed caps.
21860
21861         * gst/playback/Makefile.am:
21862         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21863         (dump_element_stats), (main):
21864         Added example stream introspection code.
21865
21866 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
21867
21868         * gst/adder/gstadder.c: (gst_adder_collected):
21869           fix adder for float elements
21870
21871 2005-09-28  Wim Taymans  <wim@fluendo.com>
21872
21873         * gst-libs/gst/audio/gstbaseaudiosink.c:
21874         (gst_base_audio_sink_class_init),
21875         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
21876         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21877         (gst_base_audio_src_class_init),
21878         (gst_base_audio_src_provide_clock):
21879         get_clock -> provide_clock
21880
21881 2005-09-28  Andy Wingo  <wingo@pobox.com>
21882
21883         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
21884         and unlocking.
21885
21886         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
21887         unlocking.
21888
21889         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
21890         Actually add the pad template.
21891         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
21892
21893         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
21894         I'm at it...
21895
21896         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
21897         from fdsrc. Get caps in create() instead of start() so it can be
21898         interrupted. Interruption somewhat untested.
21899
21900         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
21901         Proper EOS handling.
21902
21903 2005-09-27  Andy Wingo  <wingo@pobox.com>
21904
21905         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
21906
21907         * gst/tcp/gsttcpserversrc.c: Cleaned up.
21908
21909         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
21910
21911         * gst/tcp/gsttcp.h: 
21912         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
21913         out of tcpclientsrc.c. Cancellable.
21914         (gst_tcp_socket_read): Made private, cancellable, with better
21915         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
21916         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
21917         whole buffer, and better diagnostics.
21918         (gst_tcp_gdp_read_caps): Same.
21919
21920         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
21921
21922 2005-09-26  Andy Wingo  <wingo@pobox.com>
21923
21924         * gst/sine/gstsinesrc.h:
21925         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
21926         change the 'sync' property to 'is-live' and implement it halfway,
21927         update for controller api change.
21928
21929         * gst/volume/gstvolume.c (volume_transform_ip): Update for
21930         controller api change.
21931
21932 2005-09-24  Wim Taymans  <wim@fluendo.com>
21933
21934         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
21935         * gst-libs/gst/audio/gstaudiosink.c:
21936         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
21937         (gst_audioringbuffer_stop):
21938         * gst-libs/gst/audio/gstbaseaudiosink.c:
21939         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
21940         (gst_base_audio_sink_change_state):
21941         * gst-libs/gst/audio/gstbaseaudiosink.h:
21942         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
21943         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
21944         (gst_ring_buffer_commit), (gst_ring_buffer_read):
21945         * gst-libs/gst/audio/gstringbuffer.h:
21946         Fix sync again. Moved sample alignment to basesink.
21947
21948 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21949
21950         * docs/plugins/Makefile.am:
21951         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21952         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21953         * gst/volume/gstvolume.c:
21954           add/fix docs
21955         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
21956         * gst-libs/gst/audio/audio.h:
21957           add conversion macros for frames <-> clocktime
21958
21959 2005-09-23  David Schleef  <ds@schleef.org>
21960
21961         * gst/audioresample/Makefile.am:
21962         * gst/audioresample/debug.h:
21963         * gst/audioresample/gstaudioresample.c:
21964         * gst/audioresample/resample.c: Convert to using gst debugging
21965
21966 2005-09-22  Wim Taymans  <wim@fluendo.com>
21967
21968         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
21969         (gst_play_bin_send_event):
21970         Only seek on one sink, the first one that succeeds.
21971
21972 2005-09-22  Michael Smith <msmith@fluendo.com>
21973
21974         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
21975         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
21976         Don't flush encoder state unless we have an initialised encoder.
21977         Clear out encoder state on PAUSED_TO_READY.
21978
21979 2005-09-22  Wim Taymans  <wim@fluendo.com>
21980
21981         * gst-libs/gst/rtp/gstbasertppayload.c:
21982         (gst_basertppayload_class_init), (gst_basertppayload_init),
21983         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21984         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21985         (gst_basertppayload_is_filled), (gst_basertppayload_push),
21986         (gst_basertppayload_set_property),
21987         (gst_basertppayload_get_property),
21988         (gst_basertppayload_change_state):
21989         * gst-libs/gst/rtp/gstbasertppayload.h:
21990         Added max-ptime to control amount of data in the rtp packets.
21991
21992 2005-09-21  Andy Wingo  <wingo@pobox.com>
21993
21994         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
21995         thingies.
21996
21997         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
21998         can be called multiple times, dogs.
21999
22000 2005-09-21  Wim Taymans  <wim@fluendo.com>
22001
22002         * gst-libs/gst/rtp/gstbasertppayload.c:
22003         (gst_basertppayload_class_init), (gst_basertppayload_init),
22004         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22005         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22006         (gst_basertppayload_push), (gst_basertppayload_get_property),
22007         (gst_basertppayload_change_state):
22008         Allow 0 ssrc too.
22009
22010 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
22011
22012         * docs/libs/compiling.sgml:
22013           fixing typos
22014
22015 2005-09-20  Wim Taymans  <wim@fluendo.com>
22016
22017         * gst-libs/gst/rtp/gstbasertppayload.c:
22018         (gst_basertppayload_class_init), (gst_basertppayload_init),
22019         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22020         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22021         (gst_basertppayload_push), (gst_basertppayload_set_property),
22022         (gst_basertppayload_get_property),
22023         (gst_basertppayload_change_state):
22024         * gst-libs/gst/rtp/gstbasertppayload.h:
22025         Added property to configure sequence number offsets.
22026
22027 2005-09-20  Wim Taymans  <wim@fluendo.com>
22028
22029         * gst-libs/gst/rtp/gstbasertppayload.c:
22030         (gst_basertppayload_class_init), (gst_basertppayload_init),
22031         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22032         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22033         (gst_basertppayload_push), (gst_basertppayload_set_property),
22034         (gst_basertppayload_get_property),
22035         (gst_basertppayload_change_state):
22036         * gst-libs/gst/rtp/gstbasertppayload.h:
22037         Make timestamp offset configurable.
22038
22039 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22040
22041         * check/pipelines/simple_launch_lines.c: (run_pipeline):
22042           fix wrong pop/unref
22043
22044 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
22045
22046         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
22047
22048         * gst-libs/gst/interfaces/propertyprobe.c:
22049         (gst_property_probe_probe_property_name),
22050         (gst_property_probe_needs_probe_name),
22051         (gst_property_probe_get_values_name),
22052         (gst_property_probe_probe_and_get_values_name):
22053           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
22054           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
22055
22056 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
22057
22058         * check/Makefile.am:
22059           have some tests be disabled for valgrinding
22060         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
22061         (GST_START_TEST):
22062         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
22063           Fix A Leak.  Chain To Parent Finalize.
22064
22065 2005-09-19  Wim Taymans  <wim@fluendo.com>
22066
22067         * examples/seeking/seek.c: (make_wav_pipeline), (main):
22068         Fixed wav pipeline.
22069
22070 2005-09-19  Wim Taymans  <wim@fluendo.com>
22071
22072         * gst-libs/gst/rtp/gstbasertppayload.c:
22073         (gst_basertppayload_class_init), (gst_basertppayload_init),
22074         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22075         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22076         (gst_basertppayload_push), (gst_basertppayload_get_property),
22077         (gst_basertppayload_change_state):
22078         Posting ERROR and WARNING messages is good.
22079
22080 2005-09-19  Wim Taymans  <wim@fluendo.com>
22081
22082         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22083         (gst_base_rtp_depayload_add_to_queue),
22084         (gst_base_rtp_depayload_push),
22085         (gst_base_rtp_depayload_set_gst_timestamp),
22086         (gst_base_rtp_depayload_queue_release):
22087         This one was not supposed to go in.
22088
22089 2005-09-19  Wim Taymans  <wim@fluendo.com>
22090
22091         * check/pipelines/simple_launch_lines.c: (run_pipeline):
22092         Fix for bus API.
22093
22094         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22095         (gst_base_rtp_depayload_chain),
22096         (gst_base_rtp_depayload_add_to_queue),
22097         (gst_base_rtp_depayload_push),
22098         (gst_base_rtp_depayload_set_gst_timestamp),
22099         (gst_base_rtp_depayload_queue_release):
22100         Some cleanups.
22101
22102         * gst-libs/gst/rtp/gstbasertppayload.c:
22103         (gst_basertppayload_class_init), (gst_basertppayload_init),
22104         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
22105         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
22106         (gst_basertppayload_get_property),
22107         (gst_basertppayload_change_state):
22108         Added debugging category.
22109
22110 2005-09-18  David Schleef  <ds@schleef.org>
22111
22112         * gst/playback/gstdecodebin.c: free plugin list correctly
22113         * gst/playback/gstplaybin.c: emit warning if autovideosink
22114           and autoaudiosink can't be found (instead of segfaulting)
22115
22116 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
22117
22118         * check/elements/audioconvert.c: (GST_START_TEST):
22119           try out 24 bit conversion
22120
22121 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22122
22123         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
22124         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
22125         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
22126         * ext/vorbis/vorbisenc.h:
22127           Fix EOS handling.  Still needs a fix in the ogg muxer to
22128           mark the last page as eos.
22129
22130 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22131
22132         * common/gtk-doc-plugins.mak:
22133         * docs/plugins/Makefile.am:
22134         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22135         * gst/ffmpegcolorspace/Makefile.am:
22136         * gst/ffmpegcolorspace/avcodec.h:
22137         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22138         * gst/tcp/gstmultifdsink.c:
22139           fix up ffmpegcolorspace docs; extract header
22140
22141 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22142
22143         * common/gtk-doc-plugins.mak:
22144         * docs/plugins/Makefile.am:
22145         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22146         * ext/theora/Makefile.am:
22147         * ext/theora/gsttheoraenc.h:
22148         * ext/theora/theoraenc.c:
22149         * ext/vorbis/vorbisenc.c:
22150           pick up signals and args for vorbis; add some docs for vorbis
22151
22152 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22153
22154         * common/gstdoc-scangobj:
22155         * common/gtk-doc-plugins.mak:
22156         * docs/libs/Makefile.am:
22157         * docs/plugins/gst-plugins-base-plugins.args:
22158         * docs/plugins/gst-plugins-base-plugins.hierarchy:
22159         * docs/plugins/gst-plugins-base-plugins.interfaces:
22160         * docs/plugins/gst-plugins-base-plugins.prerequisites:
22161         * docs/plugins/gst-plugins-base-plugins.signals:
22162           only scanobj stuff from our source module.  Not sure yet
22163           if that's correct, given the hierarchy stuff :)
22164
22165 2005-09-15  Wim Taymans  <wim@fluendo.com>
22166
22167         * gst/audioconvert/gstaudioconvert.c:
22168         And enable 24 bits mode as well..
22169
22170 2005-09-15  Wim Taymans  <wim@fluendo.com>
22171
22172         * gst-libs/gst/rtp/Makefile.am:
22173         * gst-libs/gst/rtp/gstbasertppayload.c:
22174         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
22175         (gst_basertppayload_class_init), (gst_basertppayload_init),
22176         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
22177         (gst_basertppayload_chain), (gst_basertppayload_set_options),
22178         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
22179         (gst_basertppayload_set_property),
22180         (gst_basertppayload_get_property),
22181         (gst_basertppayload_change_state):
22182         * gst-libs/gst/rtp/gstbasertppayload.h:
22183         Added rtp payloader base class.
22184
22185 2005-09-15  Andy Wingo  <wingo@pobox.com>
22186
22187         * configure.ac (plugindir): Remove the EOL matcher from the
22188         regexp, as it causes me problems. Libtool? Make? Who knows?
22189
22190 2005-09-14  David Schleef  <ds@schleef.org>
22191
22192         * check/generic/states.c: 
22193         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
22194         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
22195           Fixes for changes in registry API.
22196
22197         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
22198           to GST_PLUGIN_LDFLAGS.
22199         * ext/libvisual/visual.c: Make the library shut up.
22200         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
22201         * gst-libs/gst/audio/gstaudiofilter.c: same
22202
22203 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22204
22205         * docs/plugins/Makefile.am:
22206         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22207         * docs/plugins/inspect/plugin-libvisual.xml:
22208         * docs/plugins/tmpl/element-tcpserversink.sgml:
22209         * ext/theora/theoraenc.c:
22210           add libvisual plugin and theoraenc element to docs
22211
22212 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22213
22214         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22215         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22216         * ext/theora/theoraenc.c:
22217           add theoraenc
22218
22219 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
22220
22221         * gst/audioconvert/Makefile.am:
22222           Audioconvert derives from GstBaseTransform and should
22223           link to the library with our base elements to avoid
22224           unresolved symbols. Makes things work with MinGW (#316160)
22225
22226         * gst/playback/test4.c: (main):
22227           Fix MinGW build problem and use g_usleep() instead of 
22228           sleep() (#316162)
22229
22230 2005-09-12  Wim Taymans  <wim@fluendo.com>
22231
22232         * gst/audioconvert/audioconvert.c: (float),
22233         (audio_convert_prepare_context), (audio_convert_convert):
22234         * gst/audioconvert/audioconvert.h:
22235         Cleanups, speedups, simplifications, added back support
22236         for 24 bits.
22237
22238 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
22239
22240         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22241         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22242         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
22243         * docs/plugins/tmpl/element-tcpserversink.sgml:
22244         * gst/ffmpegcolorspace/gstffmpeg.c:
22245         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22246         * gst/videotestsrc/gstvideotestsrc.c:
22247         * gst/volume/gstvolume.c:
22248           add more elements to the docs
22249
22250 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
22251
22252         * check/Makefile.am:
22253         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
22254         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
22255           Add extra tests for basetransform based components. 
22256           Comment out the test_element_negotiation test until we decide
22257           if it's testing correct behaviour.
22258         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
22259         (gst_visual_chain), (gst_visual_change_state):
22260           Slightly more correct but still bogus timestamping.
22261           Fix state change function.
22262         * gst/audioconvert/gstaudioconvert.c:
22263         (gst_audio_convert_class_init):
22264         * gst/audioresample/gstaudioresample.c:
22265         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22266         (gst_ffmpegcsp_class_init):
22267         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22268         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
22269         (gst_videoscale_prepare_image):
22270         * gst/volume/gstvolume.c: (gst_volume_class_init),
22271         (volume_transform_ip):
22272           Basetransform updates. Enable passthrough modes.
22273         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22274         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
22275         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
22276           Negotiation fix that allows the window to return to the original
22277           size and renegotiate passthrough upstream. Extra debug output.
22278
22279 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22280
22281         * gst/sine/gstsinesrc.c:
22282         * gst/volume/gstvolume.c:
22283           fix up header include
22284
22285 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
22286
22287         * gst-libs/gst/audio/gstbaseaudiosink.c:
22288         (gst_base_audio_sink_render):
22289         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
22290         * gst/volume/gstvolume.c: (gst_volume_class_init),
22291         (volume_transform):
22292           fixing lost sync, some more debugging
22293
22294 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
22295
22296         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22297         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
22298         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
22299         (gst_xvimagesink_check_xshm_calls):
22300           Fix compilation when XShm is not available.
22301
22302 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
22303
22304         * ext/libvisual/visual.c: (gst_visual_dispose),
22305         (gst_visual_getcaps), (gst_visual_src_setcaps),
22306         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
22307         (gst_visual_change_state):
22308           Finish fixing up libvisual plugin so that it runs. 
22309
22310 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22311
22312         * ext/vorbis/vorbisenc.c:
22313         * gst-libs/gst/tag/gstvorbistag.c:
22314           gsttaginterface.h -> gsttagsetter.h
22315
22316 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22317
22318         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
22319           added another test that failes for me (test is not active by default)
22320
22321 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22322
22323         * configure.ac:
22324           v4l2 is no longer in gst-plugins-base
22325
22326 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
22327
22328         * configure.ac:
22329           In the output at the end, don't show the first plugin on the same
22330           line as "Core plug-ins, always built:".
22331           Indent the output as for other plugin categories
22332         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
22333           #define that can be used to not use peer buffer_alloc functions for
22334           test purposes.
22335         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22336         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
22337         (gst_ximagesink_show_frame):
22338         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
22339         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
22340         (gst_xvimagesink_show_frame):
22341           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
22342           fails gracefully instead of XError aborting or deadlocking.
22343
22344 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22345
22346         * ext/libvisual/Makefile.am:
22347           link against gst-base-libs
22348
22349 2005-09-06  David Schleef  <ds@schleef.org>
22350
22351         * configure.ac: Enable libvisual plugin.
22352         * ext/libvisual/Makefile.am:
22353         * ext/libvisual/visual.c: Fixes to make it compile.
22354
22355 === release 0.9.2 ===
22356
22357 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22358
22359         * NEWS:
22360         * RELEASE:
22361         * configure.ac:
22362         * docs/random/ChangeLog-0.8:
22363           releasing 0.9.2, "Spoon"
22364
22365 2005-09-05  Michael Smith <msmith@fluendo.com>
22366
22367         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
22368           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
22369           that in the vorbisenc element.
22370
22371 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22372
22373         * common/gtk-doc-plugins.mak:
22374         * docs/plugins/Makefile.am:
22375           fix distcheck
22376         * gst/audioresample/resample.c:
22377           fix wrong docstring
22378
22379 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22380
22381         * common/gst-xmlinspect.py:
22382         * common/gtk-doc-plugins.mak:
22383           only inspect plugins for this given package
22384           require gst-python 0.9
22385
22386 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22387
22388         * Makefile.am:
22389         * autogen.sh:
22390         * common/gst-xmlinspect.py:
22391         * configure.ac:
22392         * docs/Makefile.am:
22393         * docs/plugins/inspect/plugin-alsa.xml:
22394         * docs/plugins/inspect/plugin-audioresample.xml:
22395         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
22396         * docs/plugins/inspect/plugin-ogg.xml:
22397         * docs/plugins/tmpl/element-gnomevfssink.sgml:
22398         * docs/plugins/tmpl/element-multifdsink.sgml:
22399         * docs/plugins/tmpl/element-tcpserversink.sgml:
22400         * docs/plugins/tmpl/element-vorbisenc.sgml:
22401         * gst-plugins-base.spec.in:
22402           various doc-related updates
22403
22404 2005-08-31  Wim Taymans  <wim@fluendo.com>
22405
22406         * gst-libs/gst/audio/gstbaseaudiosink.c:
22407         (gst_base_audio_sink_render):
22408         Resync if the buffer timestamps drift more than a 10th 
22409         of a second.
22410
22411 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
22412
22413         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
22414         (gst_v4lsrc_get_property):
22415           The 'timestamp-offset' property is registered as an int64, so
22416           let's use g_value_{set|get}_int64() in our setter and getter
22417           functions (makes it work and fixes warnings with gst-inspect).
22418
22419 2005-08-30  Wim Taymans  <wim@fluendo.com>
22420
22421         * check/elements/audioconvert.c: (setup_audioconvert):
22422         * check/elements/audioresample.c: (setup_audioresample):
22423         * check/elements/volume.c: (setup_volume):
22424         Fix checks.
22425
22426 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22427
22428         * common/gtk-doc-plugins.mak:
22429         * common/plugins.xsl:
22430         * docs/plugins/Makefile.am:
22431           make module a param
22432
22433 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
22434
22435         * examples/seeking/seek.c: (make_mp3_pipeline),
22436         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
22437         (play_cb), (pause_cb), (stop_cb):
22438           update the example
22439
22440 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
22441
22442         * gst/volume/gstvolume.c: (gst_volume_class_init),
22443         (volume_transform):
22444           do not update controlled params, if buffer has no timestamp
22445
22446 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
22447
22448         * configure.ac:
22449         * gst/sine/Makefile.am:
22450         * gst/volume/Makefile.am:
22451           controllerized elements also need to link against controller-libs ;)
22452
22453 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
22454
22455         * docs/libs/tmpl/gstcolorbalance.sgml:
22456         * docs/libs/tmpl/gstgconf.sgml:
22457         * docs/libs/tmpl/gstmixer.sgml:
22458         * docs/libs/tmpl/gstringbuffer.sgml:
22459         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
22460         (gst_sinesrc_create):
22461         * gst/volume/gstvolume.c: (gst_volume_class_init),
22462         (volume_transform):
22463           controllerized two audio plugins
22464
22465 2005-08-29  Andy Wingo  <wingo@pobox.com>
22466
22467         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
22468         (vorbis_handle_data_packet): Fix some int overflow errors.
22469
22470         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
22471         -1.
22472         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
22473         valid.
22474         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
22475         if it's valid. Fixed streaming-mode playback.
22476
22477         * check/elements/volume.c (cleanup_volume): Fix for running
22478         CK_FORK=no.
22479
22480         * check/elements/audioconvert.c: Convert from native endian, not
22481         little endian.
22482
22483 2005-08-29  Michael Smith <msmith@fluendo.com>
22484
22485         * ext/ogg/Makefile.am:
22486         * ext/ogg/gstogg.c: (plugin_init):
22487         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
22488         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
22489         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
22490         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
22491         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
22492         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
22493         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
22494         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
22495         Add an ogg parser element.
22496
22497 2005-08-28  Andy Wingo  <wingo@pobox.com>
22498
22499         * Updates for two-arg init from GST_BOILERPLATE_FULL.
22500
22501 2005-08-26  Wim Taymans  <wim@fluendo.com>
22502
22503         * gst/audioconvert/audioconvert.c: (if), (float),
22504         (audio_convert_get_func_index), (check_default),
22505         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22506         (audio_convert_clean_context), (audio_convert_get_sizes),
22507         (audio_convert_convert):
22508         Cleanups.
22509
22510 2005-08-26  Wim Taymans  <wim@fluendo.com>
22511
22512         * gst/audioconvert/audioconvert.c: (if), (float),
22513         (audio_convert_get_func_index), (check_default),
22514         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22515         (audio_convert_clean_context), (audio_convert_get_sizes),
22516         (audio_convert_convert):
22517         More elegant and working temp buffer selection algo.
22518
22519 2005-08-26  Wim Taymans  <wim@fluendo.com>
22520
22521         * gst/audioconvert/audioconvert.c: (if), (float),
22522         (audio_convert_get_func_index), (check_default),
22523         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22524         (audio_convert_clean_context), (audio_convert_get_sizes),
22525         (get_temp_buffer), (audio_convert_convert):
22526         Use realloc else we lose our original data.
22527
22528 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22529
22530         * gst/audioresample/gstaudioresample.c:
22531           use base class' newsegment to properly timestamp
22532
22533 2005-08-26  Wim Taymans  <wim@fluendo.com>
22534
22535         * gst/audioconvert/audioconvert.c: (if), (float),
22536         (audio_convert_get_func_index), (check_default),
22537         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22538         (audio_convert_clean_context), (audio_convert_get_sizes),
22539         (get_temp_buffer), (audio_convert_convert):
22540         * gst/audioconvert/gstaudioconvert.c:
22541         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
22542         (gst_audio_convert_transform_caps),
22543         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
22544         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
22545         Oops, allocate enough space to perform the channel mix.
22546
22547 2005-08-26  Wim Taymans  <wim@fluendo.com>
22548
22549         * gst/audioconvert/Makefile.am:
22550         * gst/audioconvert/audioconvert.c: (if), (float),
22551         (audio_convert_get_func_index), (check_default),
22552         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22553         (audio_convert_clean_context), (audio_convert_get_sizes),
22554         (get_temp_buffer), (audio_convert_convert):
22555         * gst/audioconvert/audioconvert.h:
22556         * gst/audioconvert/gstaudioconvert.c:
22557         (gst_audio_convert_class_init), (gst_audio_convert_init),
22558         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
22559         (gst_audio_convert_get_unit_size),
22560         (gst_audio_convert_transform_caps),
22561         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
22562         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
22563         * gst/audioconvert/gstaudioconvert.h:
22564         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
22565         (gst_channel_mix_fill_identical),
22566         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
22567         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
22568         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
22569         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
22570         (gst_channel_mix_mix):
22571         * gst/audioconvert/gstchannelmix.h:
22572         Cleanups, librarify a bit, optimize, better negotiation and more.
22573
22574 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
22575
22576         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
22577         Another from MikeS:
22578         During typefinding, don't support negative offsets
22579         (offsets from the end of the stream) in our typefind->peek() function
22580         - nothing embedded in ogg ever needs them. However, we need to recognise
22581         those requests and reject them, otherwise we return invalid pointers.
22582
22583 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
22584
22585         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
22586         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
22587         (vorbisdec_finalize), (vorbis_handle_type_packet):
22588           Big shout-out to MikeS for fixing this giant memory leak.
22589           Huzzah!
22590
22591 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22592
22593         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
22594         (audio_convert_get_unit_size):
22595           plug some leaks
22596
22597 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22598
22599         * check/Makefile.am:
22600         * check/elements/audioconvert.c: (setup_audioconvert),
22601         (cleanup_audioconvert), (get_int_caps), (verify_convert),
22602         (GST_START_TEST), (audioconvert_suite), (main):
22603           add a test for audioconvert
22604         * gst/audioresample/gstaudioresample.c:
22605         * gst/audioresample/gstaudioresample.h:
22606           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
22607           note that for buffers of 1/3 sec this means DURATION(c) is 
22608           one nanosecond more than for a and b
22609
22610 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22611
22612         * check/Makefile.am:
22613         * check/elements/audioresample.c: (setup_audioresample),
22614         (cleanup_audioresample), (fail_unless_perfect_stream),
22615         (test_perfect_stream_instance), (GST_START_TEST),
22616           add a check for audioresample
22617         (audioresample_suite), (main):
22618         * check/elements/volume.c: (GST_START_TEST):
22619           remove unused method
22620         * gst/audioresample/gstaudioresample.c:
22621           set correct buffer parameters since we're changing them
22622         * gst/audioresample/resample_ref.c: (resample_scale_ref):
22623           add some debug
22624
22625 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22626
22627         * gst/audioresample/debug.c:
22628         * gst/audioresample/gstaudioresample.c:
22629           add room for extra overlap samples when asked to transform size
22630           protect against possible mem corruption and check for discrepancies
22631           between written size and outbuffer's size so we can warn for
22632           potential problems
22633         * gst/audioresample/resample.c: (resample_init),
22634         (resample_get_output_size_for_input), (resample_get_output_size),
22635         (resample_set_n_channels), (resample_set_format):
22636           set debug level based on RESAMPLE_DEBUG env var
22637           make sure that get_output_size* returns a whole number of
22638           sample_size
22639           set sample_size each time either channel or format is set
22640         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
22641         * gst/audioresample/resample_functable.c:
22642         (resample_scale_functable):
22643         * gst/audioresample/resample_ref.c: (resample_scale_ref):
22644           remove r->sample_size, it's done in resample.c now
22645           add some debugging to the ref implementation
22646           make sure we only give back bytes that are wholes of the sample
22647           size
22648
22649 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
22650         * gst/playback/gstplaybasebin.c: (fill_buffer):
22651         Revert unpopular change for GST_MESSAGE_SRC to GObject.
22652
22653 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
22654
22655         * gst/volume/gstvolume.c:
22656           made set_caps function static
22657
22658 2005-08-24  Wim Taymans  <wim@fluendo.com>
22659
22660         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
22661         (gst_vorbisenc_change_state):
22662         Stop leaking taglists.
22663
22664 2005-08-24  Wim Taymans  <wim@fluendo.com>
22665
22666         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
22667         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
22668         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
22669         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
22670         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
22671         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
22672         Parse seeking events better.
22673         Unref static caps.
22674         Generate correct newsegment events, fixes seeking in live oggs.
22675
22676         * ext/theora/theoradec.c: (theora_dec_src_query),
22677         (theora_dec_src_event), (theora_dec_src_getcaps),
22678         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
22679         Use newsegment values to report correct play time.
22680
22681         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22682         (vorbis_dec_src_event), (vorbis_dec_sink_event):
22683         * ext/vorbis/vorbisdec.h:
22684         Parse and use newsegment values to report correct play time.
22685
22686         * gst-libs/gst/audio/gstbaseaudiosink.c:
22687         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
22688         Clear ringbuffer on flush.
22689         Use newsegment values to calculate playback time.
22690
22691         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
22692         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
22693         Basesink does newsegment calculations for us now.
22694
22695 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22696
22697         * check/Makefile.am:
22698         * configure.ac:
22699           add core's plugins to the mix so that playbin works
22700         * check/generic/states.c: (GST_START_TEST):
22701           set a 0 timeout on pipelines, so they don't force the next
22702           state change
22703         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
22704         (gst_play_base_bin_change_state):
22705           remove the crappy error handling and do GST error handling
22706
22707 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22708
22709         * check/Makefile.am:
22710         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
22711           add same test as to core, it bitches out on playbin atm.
22712
22713 2005-08-24  Wim Taymans  <wim@fluendo.com>
22714
22715         * configure.ac:
22716         Remove audioscale.
22717
22718 2005-08-24  Wim Taymans  <wim@fluendo.com>
22719
22720         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
22721         (gst_videoscale_prepare_size), (parse_caps),
22722         (gst_videoscale_set_caps), (gst_videoscale_get_size),
22723         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
22724         (gst_videoscale_transform):
22725         * gst/videoscale/gstvideoscale.h:
22726         Refactor, make use of BaseTranform really well.
22727
22728 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22729
22730         * configure.ac:
22731           compile audioresample
22732         * gst/audioresample/Makefile.am:
22733         * gst/audioresample/buffer.c:
22734         * gst/audioresample/functable.c:
22735         * gst/audioresample/gstaudioresample.c:
22736         * gst/audioresample/gstaudioresample.h:
22737         * gst/audioresample/resample.c:
22738         (resample_get_output_size_for_input):
22739         * gst/audioresample/resample.h:
22740         * gst/audioresample/resample_chunk.c:
22741         * gst/audioresample/resample_functable.c:
22742         * gst/audioresample/resample_ref.c:
22743           port to use basetransform; doesn't work in all cases yet
22744
22745 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22746
22747         * gst/audioconvert/gstaudioconvert.c:
22748         (gst_audio_convert_class_init), (gst_audio_convert_init),
22749         (audio_convert_get_unit_size), (audio_convert_transform_caps),
22750         (audio_convert_fixate_caps), (audio_convert_set_caps),
22751         (audio_convert_transform),
22752         (gst_audio_convert_buffer_to_default_format),
22753         (gst_audio_convert_buffer_from_default_format),
22754         (gst_audio_convert_channels):
22755         * gst/audioconvert/gstchannelmix.c:
22756         * gst/audioconvert/gstchannelmix.h:
22757           port to basetransform
22758         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22759         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
22760         (gst_ffmpegcsp_get_unit_size):
22761         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22762         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
22763           fix for basetransform changes
22764
22765 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
22766
22767         * check/Makefile.am:
22768           Add CHECK_CFLAGS and LDFLAGS
22769
22770         * gst/playback/gstplaybasebin.c: (fill_buffer):
22771           GST_MESSAGE_SRC became a GObject
22772
22773 2005-08-24  Wim Taymans  <wim@fluendo.com>
22774
22775         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
22776         (gst_ring_buffer_clear_all):
22777         * gst-libs/gst/audio/gstringbuffer.h:
22778         Added function to clear the ringbuffer.
22779
22780 2005-08-24  Andy Wingo  <wingo@pobox.com>
22781
22782         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
22783         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
22784         of _open and _close.
22785
22786         * sys/v4l/gstv4lxoverlay.h:
22787         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
22788         an Xv connection here, instead of all the time. Make Xv only be
22789         loaded if you axe for it. Kindof a workaround for buggy behaviour
22790         of Xv when using remote xservers (XvQueryExtension would block).
22791         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
22792         replace the _open and _close public API. Only start the xv
22793         connection if necessary.
22794         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
22795
22796 2005-08-23  David Schleef  <ds@schleef.org>
22797
22798         * gst/audioresample/Makefile.am: Leet audioresampling code
22799         * gst/audioresample/buffer.c:
22800         * gst/audioresample/buffer.h:
22801         * gst/audioresample/debug.c:
22802         * gst/audioresample/debug.h:
22803         * gst/audioresample/functable.c:
22804         * gst/audioresample/functable.h:
22805         * gst/audioresample/gstaudioresample.c:
22806         * gst/audioresample/gstaudioresample.h:
22807         * gst/audioresample/resample.c:
22808         * gst/audioresample/resample.h:
22809         * gst/audioresample/resample_chunk.c:
22810         * gst/audioresample/resample_functable.c:
22811         * gst/audioresample/resample_ref.c:
22812
22813 2005-08-23  Wim Taymans  <wim@fluendo.com>
22814
22815         * examples/seeking/seek.c: (make_vorbis_pipeline),
22816         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
22817         Small seek updates.
22818
22819 2005-08-23  Andy Wingo  <wingo@pobox.com>
22820
22821         * gst-libs/gst/audio/gstbaseaudiosrc.c
22822         (gst_base_audio_src_fixate): Only fixate endianness if it is
22823         present in the caps.
22824
22825 2005-08-22  Andy Wingo  <wingo@pobox.com>
22826
22827         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
22828         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
22829         device-name property.
22830
22831         * gst-libs/gst/audio/gstaudiosrc.h:
22832         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
22833         close_device in the ring buffer, like gstaudiosink.
22834
22835         * ext/alsa/gstalsamixer.h:
22836         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
22837         macro to implement the interface without much code. Cleanups. 
22838
22839         * ext/alsa/gstalsasrc.h:
22840         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
22841         READY.
22842
22843         * ext/alsa/Makefile.am: Add new files.
22844         * ext/alsa/gstalsamixerelement.c: 
22845         * ext/alsa/gstalsamixerelement.c: Split element code out from
22846         mixer code so that alsasrc can be a mixer too.
22847
22848 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
22849
22850         * check/elements/volume.c: (setup_volume), (cleanup_volume),
22851         (GST_START_TEST):
22852         * check/elements/vorbisdec.c: (setup_vorbisdec),
22853         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
22854         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22855         (vorbis_handle_identification_packet),
22856         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
22857         (vorbis_handle_header_packet), (vorbis_dec_push),
22858         (vorbis_dec_chain):
22859           use the setup/teardown methods to save code.  save code is good.
22860
22861 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22862
22863         * check/Makefile.am:
22864           add ext dir for plugins
22865           add vorbisdec test conditionally
22866         * check/elements/volume.c: (setup_volume), (cleanup_volume),
22867         (GST_START_TEST), (volume_suite):
22868           add a test with wrong caps
22869         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
22870         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
22871           add a vorbisdec test
22872         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
22873         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
22874           clean up debug output
22875         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
22876           yay, fix a segfault/security issue in vorbisdec
22877           gst-launch fakesrc ! vorbisdec wasn't happy
22878         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
22879         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
22880         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
22881         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
22882         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
22883         (gst_vorbisenc_set_metadata), (get_constraints_string),
22884         (update_start_message), (gst_vorbisenc_setup),
22885         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
22886         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
22887         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
22888         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
22889         * ext/vorbis/vorbisenc.h:
22890           march in line
22891         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22892         (gst_ffmpegcsp_transform):
22893           have the kow come home
22894         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
22895           debug my func ptr
22896         * gst/volume/gstvolume.c: (volume_set_caps):
22897           add a debug
22898
22899 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22900
22901         * Makefile.am:
22902         * check/.cvsignore:
22903         * check/Makefile.am:
22904         * check/elements/.cvsignore:
22905         * check/elements/volume.c: (chain_func), (event_func),
22906         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
22907         (main):
22908         * configure.ac:
22909           add unit test structure for gst-plugins-base
22910           add a test for volume
22911         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
22912         (gst_volume_set_volume), (gst_volume_get_volume),
22913         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
22914         (volume_funcfind), (volume_process_float), (volume_process_int16),
22915         (volume_set_caps), (volume_transform), (volume_update_mute),
22916         (volume_update_volume), (volume_set_property),
22917         (volume_get_property):
22918           document a little; use basetransform vmethod _set_caps
22919
22920 2005-08-19  Andy Wingo  <wingo@pobox.com>
22921
22922         * ext/alsa/gstalsamixertrack.h:
22923         * ext/alsa/gstalsamixertrack.c:
22924         * ext/alsa/gstalsamixeroptions.h:
22925         * ext/alsa/gstalsamixeroptions.c:
22926         * ext/alsa/gstalsamixer.h:
22927         * ext/alsa/gstalsamixer.c: Port to 0.9.
22928
22929         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
22930         Remove gstalsa.c and alsaclock. No more cruft here.
22931         
22932 2005-08-18  Wim Taymans  <wim@fluendo.com>
22933
22934         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22935         (gst_base_rtp_depayload_chain),
22936         (gst_base_rtp_depayload_add_to_queue),
22937         (gst_base_rtp_depayload_push),
22938         (gst_base_rtp_depayload_queue_release):
22939         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22940         Fix for RTPBuffer changes.
22941
22942         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
22943         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
22944         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
22945         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
22946         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
22947         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
22948         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
22949         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
22950         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
22951         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
22952         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
22953         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
22954         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
22955         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
22956         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
22957         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
22958         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
22959         (gst_rtpbuffer_get_payload):
22960         * gst-libs/gst/rtp/gstrtpbuffer.h:
22961         Don't subclass GstBuffer but add methods and helper functions
22962         to construct and manipulate RTP packets in regular GstBuffers.
22963
22964 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
22965
22966         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
22967           moved statement below switch
22968         * gst/volume/gstvolume.c: (gst_volume_class_init):
22969           added debug ptr
22970
22971 2005-08-16  Wim Taymans  <wim@fluendo.com>
22972
22973         * gst-libs/gst/audio/gstbaseaudiosrc.c:
22974         (gst_base_audio_src_change_state):
22975         Open and close device in READY<->NULL state change.
22976
22977 2005-08-16  Andy Wingo  <wingo@pobox.com>
22978
22979         * examples/seeking/Makefile.am: Don't compile non-compiling
22980         compiled objects with the compiler.
22981
22982         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
22983         elements.
22984
22985 2005-08-12  Philippe Khalaf <burger@speedy.org>
22986         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22987         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22988           Made a thread to release the queue.
22989           Removed timestamp conversion for now.
22990
22991 2005-08-10  Philippe Khalaf <burger@speedy.org>
22992         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22993         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22994           Added rtp timestamp -> gst timestamp conversion.
22995           Fixed several problems with queue.
22996
22997 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
22998
22999         * gst-libs/gst/audio/gstaudioclock.h:
23000         * gst-libs/gst/audio/gstaudiofilter.h:
23001         * gst-libs/gst/audio/gstaudiosink.h:
23002         * gst-libs/gst/audio/gstaudiosrc.h:
23003         * gst-libs/gst/audio/gstbaseaudiosink.h:
23004         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23005         * gst-libs/gst/audio/gstringbuffer.h:
23006         * gst-libs/gst/net/gstnetbuffer.h:
23007         * gst-libs/gst/rtp/gstbasertpdepayload.h:
23008         * gst-libs/gst/rtp/gstrtpbuffer.h:
23009           Add padding (you will need to rebuild gst-plugins-base,
23010           gst-plugins and all applications afterwards!)
23011
23012 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
23013
23014         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
23015         (gst_riff_parse_chunk):
23016           Fix bug in debug message and add some more debug messages.
23017
23018 2005-08-08  Edward Hervey  <edward@fluendo.com>
23019
23020         * gst-libs/gst/riff/riff-media.c:
23021         backported updates since branch
23022
23023 2005-08-08  Andy Wingo  <wingo@pobox.com>
23024
23025         * gst-libs/gst/audio/gstbaseaudiosink.c
23026         (gst_base_audio_sink_change_state): Open the device in NULL->READY
23027         like good elements should. Close on READY->NULL too.
23028
23029         * gst-libs/gst/audio/gstaudiosink.c
23030         (gst_audioringbuffer_open_device,
23031         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
23032         (gst_audioringbuffer_release): Updates for new ring buffer API,
23033         hook into the new audio sink api.
23034
23035         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
23036         (GstAudioSinkClass.close): Just open and close the device -- no
23037         resource allocation or configuration.
23038         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
23039         vmethods, handle device setup and resource allocation.
23040
23041         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
23042         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
23043         base class API.
23044
23045         * gst-libs/gst/audio/gstringbuffer.h
23046         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
23047         New vmethods.
23048
23049         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
23050         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
23051         New API functions. The device should be opened before acquiring
23052         and closed after releasing.
23053
23054 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
23055
23056         * gst-libs/gst/interfaces/mixer.h:
23057           Reset padding to GST_PADDING.
23058
23059 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23060
23061         * gst/playback/gstplaybin.c: (remove_sinks):
23062           Remove visualization from parent explicitely; works around some
23063           apparent refcount issue that I haven't tracked down yet.
23064
23065 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23066
23067         * ext/alsa/gstalsasink.c: (set_hwparams):
23068           Assign debug category, add negotiation debug msgs.
23069
23070 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23071
23072         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
23073           Fix error code for file-not-found to NOT_FOUND.
23074
23075 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
23076
23077         * common/gtk-doc-plugins.mak:
23078         * docs/plugins/Makefile.am:
23079         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
23080         * docs/plugins/gst-plugins-base-plugins-sections.txt:
23081           renamed to actual element names, so much nicer to look at
23082         * docs/plugins/tmpl/gstmultifdsink.sgml:
23083           remove
23084         * docs/plugins/tmpl/multifdsink.sgml:
23085         * docs/plugins/tmpl/tcpserversink.sgml:
23086           add
23087         * ext/alsa/gstalsa.c:
23088         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
23089         * ext/ogg/gstoggmux.c:
23090         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
23091         * gst/playback/gstdecodebin.c:
23092         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
23093         * gst/tcp/gsttcpserversink.c:
23094           various fixes and documentation additions
23095
23096 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
23097
23098         * common/Makefile.am:
23099         * common/gstdoc-scangobj:
23100         * common/gtk-doc-plugins.mak:
23101         * common/gtk-doc.mak:
23102           add a custom scangobj that uses the registry
23103           add a custom gtk-doc-plugins.mak that uses it
23104           some doc build fixes
23105         * configure.ac:
23106         * docs/Makefile.am:
23107         * docs/plugins/Makefile.am:
23108         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
23109         * docs/plugins/gst-plugins-base-plugins-sections.txt:
23110         * docs/plugins/gst-plugins-base-plugins.types:
23111         * docs/plugins/tmpl/gstmultifdsink.sgml:
23112           add docs for one element, multifdsink
23113         * gst/adder/gstadder.h:
23114         * gst/volume/gstvolume.h:
23115           don't privatize enum
23116         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
23117         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23118         (gst_sync_method_get_type), (gst_client_status_get_type),
23119         (gst_multifdsink_class_init),
23120         (gst_multifdsink_client_queue_buffer),
23121         (gst_multifdsink_handle_client_write):
23122         * gst/tcp/gstmultifdsink.h:
23123         * gst/tcp/gsttcp.h:
23124         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23125         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
23126         (gst_tcpclientsink_render):
23127         * gst/tcp/gsttcpclientsink.h:
23128         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
23129         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
23130         (gst_tcpclientsrc_start):
23131         * gst/tcp/gsttcpclientsrc.h:
23132         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
23133         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
23134         * gst/tcp/gsttcpserversrc.h:
23135         * gst/typefind/gsttypefindfunctions.c:
23136           remove superfluous Type stuff
23137
23138 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23139
23140         * gst/playback/gstplaybin.c: (gen_video_element):
23141           Enable videoscale.
23142
23143 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23144
23145         * gst-libs/gst/gconf/gconf.c:
23146         * gst-libs/gst/gconf/gconf.h:
23147           Fix some Andy Problem [tm].
23148
23149 2005-08-04  Andy Wingo  <wingo@pobox.com>
23150
23151         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
23152         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
23153         (gst_ffmpegcsp_get_size): Adapt to API changes.
23154
23155         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
23156         Implement an in-place do-nothing transform.
23157
23158 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23159
23160         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
23161         (gst_ximagesink_renegotiate_size):
23162           Do not set new window sizes yet if we prepare a new buffer size
23163           for upstream renegotiation (software scaling) at some point in the
23164           future, because this new size waqs not actually accepted yet. Once
23165           accepted, renegotiation later on will set the new sizes just fine.
23166           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
23167           embedding testcase.
23168
23169 2005-08-03  Andy Wingo  <wingo@pobox.com>
23170
23171         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
23172         (gst_ximagesink_buffer_alloc): 
23173         Protect the height, width, and desired_caps with the pool_lock.
23174         Fixes videotestsrc ! queue ! ximagesink.
23175
23176 2005-08-02  Edward Hervey  <edward@fluendo.com>
23177
23178         * gst/volume/gstvolume.c:
23179         include left from controller cleanup
23180
23181 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
23182         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
23183           Stop collectpads before calling the parent state
23184           change function on PAUSED->READY.
23185
23186 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
23187         * configure.ac:
23188           When testing for X libs, use the X CFlags 
23189         * gst/adder/gstadder.c: (gst_adder_change_state):
23190           Stop the collectpads before calling parent state change function
23191           on PAUSED->READY, otherwise we deadlock deactivating pads.
23192
23193 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
23194
23195         * configure.ac:
23196         * docs/libs/tmpl/gstcolorbalance.sgml:
23197         * docs/libs/tmpl/gstmixer.sgml:
23198         * examples/Makefile.am:
23199         * gst/sine/Makefile.am:
23200         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
23201         (gst_sinesrc_set_property), (plugin_init):
23202         * gst/sine/gstsinesrc.h:
23203         * gst/volume/Makefile.am:
23204         * gst/volume/gstvolume.c: (gst_volume_set_volume),
23205         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
23206         (volume_process_float), (volume_process_int16),
23207         (volume_set_property), (plugin_init):
23208         * gst/volume/gstvolume.h:
23209           deactivate and remove dparams (libgstcontrol)
23210
23211 2005-07-29  Wim Taymans  <wim@fluendo.com>
23212
23213         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
23214         Convert me to BaseTransform!! help..
23215
23216 2005-07-29  Andy Wingo  <wingo@pobox.com>
23217
23218         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
23219         sinks.
23220
23221         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
23222         support of both endiannesses.
23223
23224 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
23225
23226         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
23227           Fix confusing debug message (s/event/query/)
23228
23229 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
23230
23231         * gst/videotestsrc/videotestsrc.h:
23232           Use "_stdint.h" instead of <stdint.h>
23233
23234 2005-07-27  Wim Taymans  <wim@fluendo.com>
23235
23236         * ext/vorbis/Makefile.am:
23237         Revert wrong commit.
23238
23239 2005-07-27  Wim Taymans  <wim@fluendo.com>
23240
23241         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
23242         More compilation fixen.
23243
23244 2005-07-27  Wim Taymans  <wim@fluendo.com>
23245
23246         * gst-libs/gst/audio/gstbaseaudiosink.c:
23247         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
23248         (gst_base_audio_sink_create_ringbuffer),
23249         (gst_base_audio_sink_change_state):
23250         Fix compilation.
23251
23252 2005-07-27  Wim Taymans  <wim@fluendo.com>
23253
23254         * examples/seeking/seek.c: (setup_dynamic_link),
23255         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
23256         (query_positions_elems), (query_positions_pads), (do_seek):
23257         Update seek example.
23258
23259         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
23260         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
23261         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
23262         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
23263         (gst_ogg_demux_handle_event),
23264         (gst_ogg_demux_deactivate_current_chain),
23265         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
23266         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23267         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
23268         (gst_ogg_demux_loop):
23269         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
23270         * ext/theora/theoradec.c: (theora_dec_src_event),
23271         (theora_dec_src_getcaps), (theora_dec_sink_event),
23272         (theora_dec_push), (theora_dec_chain):
23273         * ext/vorbis/Makefile.am:
23274         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
23275         (vorbis_dec_sink_event), (vorbis_dec_push),
23276         (vorbis_handle_data_packet):
23277         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
23278         (gst_vorbisenc_chain):
23279         * gst/playback/gststreaminfo.c: (cb_probe):
23280         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
23281         * gst/videorate/gstvideorate.c: (gst_videorate_event):
23282         * gst/videoscale/gstvideoscale.c:
23283         (gst_videoscale_handle_src_event):
23284         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
23285         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
23286         (gst_ximagesink_navigation_send_event):
23287         * sys/xvimage/xvimagesink.c:
23288         (gst_xvimagesink_navigation_send_event):
23289         Various event updates and cleanups
23290
23291 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23292
23293         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
23294           Fix segfault for I420/YV12.
23295
23296 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23297
23298         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
23299           Report bitrate.
23300
23301 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23302
23303         * gst/playback/gstplaybin.c: (gen_video_element),
23304         (gen_audio_element):
23305           Switch to auto*sink elements as default sinks; add volume element
23306           so that volume control in totem works.
23307
23308 2005-07-21  Wim Taymans  <wim@fluendo.com>
23309
23310         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
23311         * gst/playback/gstplaybin.c: (setup_sinks),
23312         (gst_play_bin_change_state):
23313         Refcount fix and more comments.
23314
23315 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23316
23317         * sys/ximage/Makefile.am:
23318         * sys/ximage/ximage.c: (plugin_init):
23319         * sys/ximage/ximagesink.c:
23320         Prepare for adding ximagesrc, rename of plugin to ximage etc.
23321         
23322
23323 2005-07-21  Wim Taymans  <wim@fluendo.com>
23324
23325         * ext/ogg/gstoggdemux.c: (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_activate_chain),
23331         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
23332         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
23333         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
23334         Generate correct disconts for live chained oggs.
23335
23336         * gst-libs/gst/audio/gstbaseaudiosink.c:
23337         (gst_base_audio_sink_render),
23338         (gst_base_audio_sink_create_ringbuffer),
23339         (gst_base_audio_sink_change_state):
23340         Handle discont math correctly.
23341
23342         * gst/playback/gstplaybin.c: (add_sink):
23343         Some small debug cleanup.
23344
23345 2005-07-21  Wim Taymans  <wim@fluendo.com>
23346
23347         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
23348         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
23349         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
23350         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
23351         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
23352         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
23353         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
23354         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
23355         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23356         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
23357         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
23358         (gst_ogg_demux_change_state), (gst_ogg_print):
23359         Reorganize code to send the right disconts when in streaming
23360         mode.
23361
23362 2005-07-20  Andy Wingo  <wingo@pobox.com>
23363
23364         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
23365         fix (?), fixes a seggie mcfalterson (#310894).
23366
23367 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23368
23369         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
23370         (gst_ogg_mux_set_header_on_caps):
23371         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
23372         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
23373         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
23374         * gst-libs/gst/audio/multichannel.c:
23375         (gst_audio_set_channel_positions),
23376         (gst_audio_set_structure_channel_positions_list):
23377         * gst/playback/gstdecodebin.c: (dynamic_create):
23378         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
23379         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
23380           Fixes for API changes in core.
23381
23382 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23383
23384         * gst/playback/gstplaybasebin.c: (fill_buffer):
23385           Use _new_custom() so we can set custom message types for buffering
23386           messages.
23387
23388 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23389
23390         * configure.ac:
23391         * gst-libs/gst/Makefile.am:
23392         * gst-libs/gst/gconf/.cvsignore:
23393         * gst-libs/gst/gconf/Makefile.am:
23394         * gst-libs/gst/gconf/test-gconf.c:
23395         * pkgconfig/Makefile.am:
23396         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
23397         * pkgconfig/gstreamer-gconf.pc.in:
23398           Remove gconf stuff, use gconf elements instead from now on.
23399
23400 2005-07-20  Wim Taymans  <wim@fluendo.com>
23401
23402         * gst-libs/gst/audio/TODO:
23403         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
23404         (gst_audio_clock_get_internal_time):
23405         * gst-libs/gst/audio/gstaudioclock.h:
23406         * gst-libs/gst/audio/gstbaseaudiosink.c:
23407         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
23408         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
23409         (gst_base_audio_sink_render),
23410         (gst_base_audio_sink_create_ringbuffer),
23411         (gst_base_audio_sink_change_state):
23412         Make sure the audio clock always returns an increasing value.
23413
23414 2005-07-19  Andy Wingo  <wingo@pobox.com>
23415
23416         * gst/videotestsrc/: Cleanups.
23417
23418 2005-07-19  Wim Taymans  <wim@fluendo.com>
23419
23420         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
23421         Better debugging.
23422
23423 2005-07-19  Wim Taymans  <wim@fluendo.com>
23424
23425         * examples/seeking/seek.c: (make_dv_pipeline),
23426         (make_vorbis_theora_pipeline), (query_rates),
23427         (query_positions_elems), (query_positions_pads), (do_seek):
23428         Make correct DV pipeline.
23429
23430 2005-07-18  Andy Wingo  <wingo@pobox.com>
23431
23432         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
23433         default. Also because it's the only thing that really works. (This
23434         is used in the GConf elements).
23435         Use AS_LIBTOOL_TAGS.
23436
23437 2005-07-18  Wim Taymans  <wim@fluendo.com>
23438
23439         * gst/playback/gstdecodebin.c: (remove_element_chain):
23440         * gst/playback/gstplaybin.c: (add_sink):
23441         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23442         (gst_stream_info_set_mute):
23443         * gst/playback/gststreamselector.c:
23444         (gst_stream_selector_get_linked_pad),
23445         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
23446         More leak and compile fixes.
23447
23448 2005-07-18  Wim Taymans  <wim@fluendo.com>
23449
23450         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23451         (query_rates), (query_positions_elems), (query_positions_pads),
23452         (do_seek), (seek_cb), (stop_seek):
23453         Updated seek example. 
23454
23455         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
23456         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
23457         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
23458         * gst/playback/gstplaybin.c: (add_sink):
23459         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23460         (gst_stream_info_set_mute):
23461         Some refcount leak fixes.
23462
23463 2005-07-16  Wim Taymans  <wim@fluendo.com>
23464
23465         * gst-libs/gst/audio/gstbaseaudiosink.c:
23466         (gst_base_audio_sink_render):
23467         Align samples even if we have roundoff errors in the 
23468         timestamp conversion.
23469
23470 2005-07-16  Wim Taymans  <wim@fluendo.com>
23471
23472         * docs/libs/tmpl/gstringbuffer.sgml:
23473         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23474         (query_rates), (query_positions_elems), (query_positions_pads),
23475         (update_scale), (do_seek):
23476         Updated seek example.
23477
23478         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23479         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
23480         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
23481         (gst_ogg_demux_loop):
23482         Push out correct discont values.
23483
23484         * ext/theora/theoradec.c: (theora_dec_src_convert),
23485         (theora_dec_sink_convert), (theora_dec_src_getcaps),
23486         (theora_dec_sink_event), (theora_handle_type_packet),
23487         (theora_handle_header_packet), (theora_dec_push),
23488         (theora_handle_data_packet), (theora_dec_chain),
23489         (theora_dec_change_state):
23490         Better timestamping.
23491
23492         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
23493         (vorbis_dec_sink_event), (vorbis_dec_push),
23494         (vorbis_handle_data_packet), (vorbis_dec_chain):
23495         * ext/vorbis/vorbisdec.h:
23496         Better timestamping.
23497
23498         * gst-libs/gst/audio/gstbaseaudiosink.c:
23499         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
23500         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
23501         Handle syncing on timestamps instead of sample offsets. Make
23502         use of DISCONT values as described in design docs.
23503
23504         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23505         (gst_base_audio_src_get_time):
23506         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
23507         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
23508         (gst_ring_buffer_read):
23509         * gst-libs/gst/audio/gstringbuffer.h:
23510         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
23511         (gst_ximagesink_show_frame):
23512         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
23513         Correcly convert buffer timestamp to stream time.
23514
23515 2005-07-16  Wim Taymans  <wim@fluendo.com>
23516
23517         * gst/audioconvert/gstaudioconvert.c:
23518         (gst_audio_convert_get_buffer):
23519         Timestamp buffers correctly.
23520
23521         * gst/playback/gstplaybin.c: (gen_video_element):
23522         Make internal fakesink silent.
23523
23524 2005-07-15  Wim Taymans  <wim@fluendo.com>
23525
23526         * gst/ffmpegcolorspace/Makefile.am:
23527         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23528         (gst_ffmpegcsp_caps_remove_format_info),
23529         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
23530         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
23531         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
23532         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
23533         Ported ffmpegcolorspace to basetransform.
23534
23535         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
23536         * gst/volume/gstvolume.c: (volume_transform):
23537         Ported to new API.
23538
23539 2005-07-14  Wim Taymans  <wim@fluendo.com>
23540
23541         * gst/videotestsrc/Makefile.am:
23542         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
23543         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
23544         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
23545         (gst_videotestsrc_init), (gst_videotestsrc_event),
23546         (gst_videotestsrc_create), (gst_videotestsrc_start),
23547         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
23548         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
23549         (gst_videotestsrc_get_property):
23550         * gst/videotestsrc/gstvideotestsrc.h:
23551         Make videotestsrc a pushsrc.
23552
23553 2005-07-14  Wim Taymans  <wim@fluendo.com>
23554
23555         * gst/tcp/gstfdset.c: (gst_fdset_free):
23556         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
23557         (gst_multifdsink_add), (gst_multifdsink_remove),
23558         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
23559         (gst_multifdsink_remove_client_link),
23560         (gst_multifdsink_client_queue_data),
23561         (gst_multifdsink_client_queue_caps),
23562         (gst_multifdsink_client_queue_buffer),
23563         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
23564         (gst_multifdsink_stop):
23565         * gst/tcp/gstmultifdsink.h:
23566         0.8 backporting.
23567
23568         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
23569         Also draw image when not from a pool.
23570
23571 2005-07-14  Wim Taymans  <wim@fluendo.com>
23572
23573         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
23574         (mute_stream), (silence_stream):
23575         Small debug additions.
23576
23577 2005-07-14  Wim Taymans  <wim@fluendo.com>
23578
23579         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
23580         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
23581         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
23582         Better error recovery, ignore unconnected pads and
23583         non-fatal errors.
23584
23585 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23586
23587         * docs/libs/tmpl/gstaudio.sgml:
23588         * docs/libs/tmpl/gstcolorbalance.sgml:
23589         * docs/libs/tmpl/gstgconf.sgml:
23590         * docs/libs/tmpl/gstmixer.sgml:
23591         * docs/libs/tmpl/gstringbuffer.sgml:
23592         * docs/libs/tmpl/gsttuner.sgml:
23593         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23594         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
23595         (gst_tcpclientsrc_class_init):
23596         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
23597         (gst_tcpserversrc_class_init):
23598         * sys/v4l/gstv4lelement.c:
23599           more autistic cleanliness in functions/names/defines
23600
23601 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
23602
23603         * configure.ac:
23604           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
23605           added manually to each Makefile.am so we are sure it goes
23606           *last* and doesn't add -L flags before linking in libs of our
23607           own, like, say, internal .la libs, that then accidentally pick
23608           up the installed copy.
23609         * docs/libs/Makefile.am:
23610         * ext/alsa/Makefile.am:
23611         * ext/cdparanoia/Makefile.am:
23612         * ext/gnomevfs/Makefile.am:
23613         * ext/libvisual/Makefile.am:
23614         * ext/ogg/Makefile.am:
23615         * ext/theora/Makefile.am:
23616         * ext/vorbis/Makefile.am:
23617         * gst-libs/gst/video/Makefile.am:
23618         * gst/adder/Makefile.am:
23619         * gst/audioconvert/Makefile.am:
23620         * gst/audiorate/Makefile.am:
23621         * gst/audioscale/Makefile.am:
23622         * gst/ffmpegcolorspace/Makefile.am:
23623         * gst/playback/Makefile.am:
23624         * gst/sine/Makefile.am:
23625         * gst/subparse/Makefile.am:
23626         * gst/tags/Makefile.am:
23627         * gst/tcp/Makefile.am:
23628         * gst/typefind/Makefile.am:
23629         * gst/videorate/Makefile.am:
23630         * gst/videoscale/Makefile.am:
23631         * gst/videotestsrc/Makefile.am:
23632         * gst/volume/Makefile.am:
23633         * sys/v4l/Makefile.am:
23634         * sys/ximage/Makefile.am:
23635         * sys/xvimage/Makefile.am:
23636           adapt properly to this change. This should make sure that
23637           plugins and libs properly link to the as-yet-uninstalled
23638           copies of stuff like libgstinterfaces and libgstvideo
23639
23640 2005-07-13  Andy Wingo  <wingo@pobox.com>
23641
23642         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
23643         (gst_v4lsrc_fixate): Fixate on format as well.
23644
23645         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
23646         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
23647         buffer points to it.
23648         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
23649         rather just doing X calls ourselves. Also fixes a memleak.
23650
23651 2005-07-12  Andy Wingo  <wingo@pobox.com>
23652
23653         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
23654         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
23655         (gst_v4lsrc_create): Re-add the copy-mode property, default to
23656         TRUE to avoid deadlocks if an element holds on to our buffers.
23657
23658 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
23659
23660         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
23661         (gst_sinesrc_init), (gst_sinesrc_create),
23662         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
23663         (gst_sinesrc_start):
23664         * gst/sine/gstsinesrc.h:
23665           removing num-buffers property before moving it
23666
23667 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
23668
23669         * configure.ac:
23670           use overridable ERROR_CFLAGS
23671         * docs/libs/gst-plugins-base-libs.types:
23672         * docs/libs/tmpl/gstringbuffer.sgml:
23673         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
23674         (gst_alsasink_class_init):
23675         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
23676         (gst_alsasrc_class_init):
23677         * gst-libs/gst/audio/audio.h:
23678         * gst-libs/gst/audio/gstaudioclock.h:
23679         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
23680         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
23681         (gst_audio_filter_link), (gst_audio_filter_init),
23682         (gst_audio_filter_chain), (gst_audio_filter_set_property),
23683         (gst_audio_filter_get_property),
23684         (gst_audio_filter_class_add_pad_templates):
23685         * gst-libs/gst/audio/gstaudiofilter.h:
23686         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
23687         (gst_audio_filter_template_get_type),
23688         (gst_audio_filter_template_base_init),
23689         (gst_audio_filter_template_class_init),
23690         (gst_audio_filter_template_init),
23691         (gst_audio_filter_template_set_property),
23692         (gst_audio_filter_template_get_property), (plugin_init),
23693         (gst_audio_filter_template_setup),
23694         (gst_audio_filter_template_filter),
23695         (gst_audio_filter_template_filter_inplace):
23696         * gst-libs/gst/audio/gstaudiosink.c:
23697         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23698         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
23699         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
23700         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
23701         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
23702         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
23703         * gst-libs/gst/audio/gstaudiosink.h:
23704         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
23705         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
23706         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
23707         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
23708         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
23709         (gst_audio_src_class_init), (gst_audio_src_init),
23710         (gst_audio_src_create_ringbuffer):
23711         * gst-libs/gst/audio/gstaudiosrc.h:
23712         * gst-libs/gst/audio/gstbaseaudiosink.c:
23713         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
23714         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
23715         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
23716         (gst_base_audio_sink_set_property),
23717         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
23718         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
23719         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
23720         (gst_base_audio_sink_create_ringbuffer),
23721         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
23722         * gst-libs/gst/audio/gstbaseaudiosink.h:
23723         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23724         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
23725         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
23726         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
23727         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
23728         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
23729         (gst_base_audio_src_event), (gst_base_audio_src_create),
23730         (gst_base_audio_src_create_ringbuffer),
23731         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
23732         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23733         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
23734         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
23735         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
23736         (gst_ring_buffer_debug_spec_caps),
23737         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
23738         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
23739         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
23740         (gst_ring_buffer_start), (gst_ring_buffer_pause),
23741         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
23742         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
23743         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
23744         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
23745         (gst_ring_buffer_clear):
23746         * gst-libs/gst/audio/gstringbuffer.h:
23747         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
23748         (gst_video_sink_class_init), (gst_video_sink_get_type):
23749         * gst-libs/gst/video/videosink.h:
23750         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
23751         (gst_multifdsink_class_init),
23752         (gst_multifdsink_handle_client_write),
23753         (gst_multifdsink_change_state):
23754         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23755         (gst_tcpclientsink_setcaps):
23756         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
23757         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
23758         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
23759         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
23760         (gst_ximagesink_send_pending_navigation),
23761         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
23762         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
23763         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
23764         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
23765         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
23766         (gst_xvimagesink_send_pending_navigation),
23767         (gst_xvimagesink_navigation_send_event),
23768         (gst_xvimagesink_set_xwindow_id),
23769         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
23770         (gst_xvimagesink_get_type):
23771         more macro splitting
23772
23773 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23774
23775         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
23776           plug a memleak, allows me to import 1479 albums in one go
23777           in jamboree
23778         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
23779         (vorbis_handle_type_packet), (vorbis_dec_chain),
23780         (vorbis_dec_change_state):
23781           fix some format strings
23782
23783 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23784
23785         * docs/libs/tmpl/gstcolorbalance.sgml:
23786         * docs/libs/tmpl/gstmixer.sgml:
23787         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
23788         (gst_alsasink_set_property), (gst_alsasink_get_property):
23789         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
23790         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
23791           add device property
23792
23793 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23794
23795         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
23796         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
23797         (audiocast_register_listener), (audiocast_thread_run),
23798         (gst_gnomevfssrc_send_additional_headers_callback),
23799         (gst_gnomevfssrc_received_headers_callback),
23800         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
23801         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
23802         (gst_gnomevfssrc_get_size):
23803           add/clean up debugging
23804         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
23805           cleanups
23806
23807 2005-07-07  Andy Wingo  <wingo@pobox.com>
23808
23809         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
23810         framerate. Need to get a handle on when exactly this function is
23811         called, tho.
23812
23813         * sys/v4l/v4lsrc_calls.h:
23814         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
23815         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
23816         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
23817
23818         * sys/v4l/v4l_calls.h: Cast to V4lElement.
23819         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
23820         v4lelements are sources.
23821
23822         * sys/v4l/gstv4lxoverlay.h:
23823         * sys/v4l/gstv4lxoverlay.c:
23824         * sys/v4l/gstv4ltuner.h:
23825         * sys/v4l/gstv4ltuner.c: Header loc fixen.
23826         
23827         * sys/v4l/gstv4lsrc.h:
23828         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
23829         PushSrc/BaseSrc. Removed most sync-related properties, videorate
23830         or something should handle that. Made a live source.
23831
23832         * sys/v4l/gstv4lelement.h:
23833         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
23834         signals. Some cleanups.
23835
23836         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
23837
23838         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
23839         stuff.
23840
23841         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
23842         stuff.
23843
23844         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
23845
23846 2005-07-07  Wim Taymans  <wim@fluendo.com>
23847
23848         * ext/theora/theoradec.c: (theora_get_query_types),
23849         (theora_dec_src_getcaps), (theora_dec_push):
23850         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
23851         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
23852         Remove deprecated/unused query types.
23853
23854 2005-07-06  Wim Taymans  <wim@fluendo.com>
23855
23856         * ext/alsa/Makefile.am:
23857         * ext/alsa/gstalsaplugin.c: (plugin_init):
23858         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
23859         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
23860         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
23861         (gst_alsasrc_class_init), (gst_alsasrc_init),
23862         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
23863         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
23864         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
23865         (gst_alsasrc_reset):
23866         * ext/alsa/gstalsasrc.h:
23867         * gst-libs/gst/audio/Makefile.am:
23868         * gst-libs/gst/audio/gstaudiosink.c:
23869         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23870         (gst_audioringbuffer_start):
23871         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
23872         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
23873         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
23874         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
23875         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
23876         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
23877         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
23878         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
23879         * gst-libs/gst/audio/gstaudiosrc.h:
23880         * gst-libs/gst/audio/gstbaseaudiosink.c:
23881         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
23882         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
23883         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
23884         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23885         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
23886         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
23887         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
23888         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
23889         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
23890         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
23891         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
23892         (gst_baseaudiosrc_change_state):
23893         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23894         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
23895         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
23896         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
23897         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
23898         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
23899         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
23900         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
23901         * gst-libs/gst/audio/gstringbuffer.h:
23902         Added audiosource base classes.
23903         Ported alsasrc, still very basic.
23904
23905 2005-07-06  Wim Taymans  <wim@fluendo.com>
23906
23907         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
23908         (theora_dec_push), (theora_handle_data_packet):
23909         Prepare for better timestamp fix later.
23910
23911         * gst/audioconvert/gstaudioconvert.c:
23912         List most accurate caps first
23913
23914         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
23915         Use proper pad task function.
23916
23917         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
23918         (gst_xvimagesink_show_frame):
23919         Fix deadlock when alloc failed.
23920
23921 2005-07-05  Andy Wingo  <wingo@pobox.com>
23922
23923         * ext/gnomevfs/gstgnomevfssrc.c:
23924         * gst/sine/gstsinesrc.c:
23925         * gst/tcp/gsttcpserversrc.c:
23926         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
23927
23928         * sys/v4l/: Port from 0.8.
23929
23930         * Many files: Null if we got it....
23931
23932 2005-07-05  Andy Wingo  <wingo@pobox.com>
23933
23934         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
23935         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
23936         Signedness fixes.
23937
23938 2005-07-05  Wim Taymans  <wim@fluendo.com>
23939
23940         * configure.ac:
23941         * gst/tcp/Makefile.am:
23942         * gst/tcp/README:
23943         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
23944         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
23945         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
23946         (is_sync_frame), (gst_multifdsink_handle_client_write),
23947         (gst_multifdsink_render), (gst_multifdsink_start),
23948         (gst_multifdsink_stop), (gst_multifdsink_change_state):
23949         * gst/tcp/gstmultifdsink.h:
23950         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
23951         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
23952         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
23953         * gst/tcp/gsttcp.h:
23954         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23955         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
23956         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
23957         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
23958         * gst/tcp/gsttcpclientsink.h:
23959         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
23960         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
23961         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
23962         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
23963         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
23964         * gst/tcp/gsttcpclientsrc.h:
23965         * gst/tcp/gsttcpplugin.c: (plugin_init):
23966         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
23967         * gst/tcp/gsttcpserversink.h:
23968         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
23969         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
23970         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
23971         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
23972         (gst_tcpserversrc_stop):
23973         * gst/tcp/gsttcpserversrc.h:
23974         * gst/tcp/gsttcpsink.c:
23975         * gst/tcp/gsttcpsink.h:
23976         * gst/tcp/gsttcpsrc.c:
23977         * gst/tcp/gsttcpsrc.h:
23978         Ported tcp plugins to 0.9. 
23979         
23980
23981 2005-07-05  Andy Wingo  <wingo@pobox.com>
23982
23983         * gst/playback/gstplaybasebin.c (fill_buffer):
23984         message_new_application fixen.
23985
23986         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
23987         Style fix.
23988
23989 2005-07-04  Wim Taymans  <wim@fluendo.com>
23990
23991         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
23992         Set caps on output buffer.
23993
23994 2005-07-04  Andy Wingo  <wingo@pobox.com>
23995
23996         * ext/gnomevfs/gstgnomevfssrc.c
23997         (gst_gnomevfssrc_received_headers_callback) 
23998         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
23999         hopefully.
24000
24001         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
24002         No refcount leakage.
24003
24004         * configure.ac: Enable -Werror.
24005         
24006         * ext/theora/theoradec.c (theora_dec_src_getcaps):
24007         * gst/audioconvert/bufferframesconvert.c
24008         (buffer_frames_convert_fixate):
24009         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
24010         (gst_audio_convert_fixate):
24011         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
24012         (gst_sinesrc_create): Fixate func changes.
24013         
24014         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
24015         (gst_ximagesink_buffer_alloc): Unused var.
24016
24017 2005-07-01  Andy Wingo  <wingo@pobox.com>
24018
24019         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
24020         getcaps to do explicit caps. Needs to be done in all decoders,
24021         possibly via a base class.
24022
24023         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
24024
24025         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
24026         caps on the sink pad, just rely on the pad template. Also, setting
24027         ANY caps on a pad is not valid because the caps are not fixed.
24028
24029         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
24030         caps on the buffer, and get the width from the desired_caps if
24031         they're set.
24032         (gst_ximagesink_renegotiate_size): Implement via setting the
24033         desired_caps on the ximagesink.
24034         (gst_ximagesink_setcaps): Only reset the width of the player if it
24035         wasn't already set. Not sure if this is right.
24036         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
24037
24038         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
24039         that the user wants. NULL unless the window has been resized.
24040
24041         * gst/volume/gstvolume.c (volume_transform): Adapt to
24042         basetransform refcount changes.
24043         
24044 2005-07-01  Andy Wingo  <wingo@pobox.com>
24045
24046         * gst/videoscale/gstvideoscale.c:
24047         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
24048         from BaseTransform, implements a transform_caps. Removed dead code
24049         including some PAR stuff that was never reached -- should probably
24050         be added back somehow.
24051
24052 2005-07-01  Andy Wingo  <wingo@pobox.com>
24053
24054         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
24055         come later.
24056
24057 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
24058
24059         * configure.ac:
24060         * docs/libs/Makefile.am:
24061         * docs/libs/gst-plugins-libs.types:
24062         * ext/alsa/Makefile.am:
24063         * ext/alsa/gstalsamixer.h:
24064         * ext/alsa/gstalsamixeroptions.h:
24065         * ext/alsa/gstalsamixertrack.h:
24066         * gst-libs/gst/Makefile.am:
24067         * gst-libs/gst/colorbalance/.cvsignore:
24068         * gst-libs/gst/colorbalance/Makefile.am:
24069         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
24070         * gst-libs/gst/colorbalance/colorbalance.c:
24071         * gst-libs/gst/colorbalance/colorbalance.h:
24072         * gst-libs/gst/colorbalance/colorbalance.vcproj:
24073         * gst-libs/gst/colorbalance/colorbalancechannel.c:
24074         * gst-libs/gst/colorbalance/colorbalancechannel.h:
24075         * gst-libs/gst/interfaces/Makefile.am:
24076         * gst-libs/gst/interfaces/colorbalance.c:
24077         (gst_color_balance_class_init):
24078         * gst-libs/gst/interfaces/colorbalance.h:
24079         * gst-libs/gst/interfaces/interfaces-marshal.list:
24080         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
24081         * gst-libs/gst/interfaces/mixer.h:
24082         * gst-libs/gst/interfaces/mixeroptions.h:
24083         * gst-libs/gst/interfaces/navigation.c:
24084         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
24085         * gst-libs/gst/interfaces/tuner.h:
24086         * gst/volume/Makefile.am:
24087         * gst/volume/gstvolume.c:
24088         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
24089         * sys/ximage/Makefile.am:
24090         * sys/ximage/ximagesink.c:
24091         * sys/xvimage/Makefile.am:
24092         * sys/xvimage/xvimagesink.c:
24093           fold in all interfaces into an interfaces dir, preserving CVS
24094           history
24095
24096 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24097
24098         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
24099           Fix build after riff changes.
24100
24101 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24102
24103         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
24104         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
24105         (gst_riff_create_video_template_caps),
24106         (gst_riff_create_audio_template_caps),
24107         (gst_riff_create_iavs_template_caps):
24108         * gst-libs/gst/riff/riff-media.h:
24109         * gst-libs/gst/riff/riff-read.h:
24110         * gst-libs/gst/riff/riff.c: (gst_riff_init):
24111           Add gst_riff_init() to initialize the debug category, instead
24112           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
24113
24114 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24115
24116         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
24117           Oops, I shouldn't apply hacks.
24118
24119 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24120
24121         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
24122           Remove pad_loop function which doesn't work.
24123
24124 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24125
24126         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
24127           Send EOS when deactivating.
24128         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
24129         (check_queue), (queue_threshold_reached), (queue_out_of_data),
24130         (gen_preroll_element), (probe_triggered), (mute_stream),
24131         (silence_stream), (new_decoded_pad), (setup_substreams),
24132         (set_active_source):
24133         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
24134         (remove_sinks), (add_sink):
24135         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
24136           Change for new probe API.
24137
24138 2005-06-29  Wim Taymans  <wim@fluendo.com>
24139
24140         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
24141         * gst-libs/gst/audio/gstbaseaudiosink.c:
24142         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
24143         (gst_baseaudiosink_change_state):
24144         * gst-libs/gst/audio/gstbaseaudiosink.h:
24145         * gst-libs/gst/audio/gstringbuffer.c:
24146         (gst_ringbuffer_set_callback):
24147         Fix compilation error.
24148         Ringbuffer starts out as not running.
24149         Free our clock in dispose.
24150         When releasing the ringbuffer we need to renegotiate so
24151         clear the pad caps.
24152
24153 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
24154
24155         * autogen.sh:
24156         * configure.ac:
24157         * docs/Makefile.am:
24158         * docs/libs/Makefile.am:
24159         * docs/libs/gst-plugins-libs-docs.sgml:
24160         * docs/libs/gst-plugins-libs-sections.txt:
24161         * docs/libs/gst-plugins-libs.types:
24162         * docs/libs/tmpl/gstaudio.sgml:
24163         * docs/libs/tmpl/gstcolorbalance.sgml:
24164         * docs/libs/tmpl/gstringbuffer.sgml:
24165         * gst-libs/gst/audio/gstringbuffer.c:
24166         (gst_ringbuffer_set_callback):
24167           reinstate gtk-doc docs for plugin libs
24168
24169 2005-06-28  Wim Taymans  <wim@fluendo.com>
24170
24171         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24172         (gst_ogg_demux_init):
24173         Removed pad loop function.
24174
24175 2005-06-28  Wim Taymans  <wim@fluendo.com>
24176
24177         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
24178         If we're building a chain we are not in an error case
24179         when we queue a buffer.
24180
24181 2005-06-28  Andy Wingo  <wingo@pobox.com>
24182
24183         * *.c: Don't cast to GstObject before reffing/unreffing.
24184
24185 2005-06-27  Andy Wingo  <wingo@pobox.com>
24186
24187         * gst/videotestsrc/gstvideotestsrc.c
24188         (gst_videotestsrc_activate_push): Activation API changes.
24189
24190         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
24191         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
24192         they have refs on the decodebin.
24193
24194         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
24195         parent class.
24196         (gst_ogg_pad_typefind): Don't leak a pad ref.
24197         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
24198         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
24199         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
24200
24201 2005-06-27  Edward Hervey  <edward@fluendo.com>
24202
24203         * ext/theora/theoradec.c: (theora_dec_change_state): 
24204         re-arranged call to parent's state change in order to avoid locks (or
24205         worse).
24206
24207 2005-06-26  Edward Hervey  <edward@fluendo.com>
24208
24209         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
24210         2nd argument of 'unknow-type' signal is a GstCaps and not a
24211         GstMiniObject
24212
24213 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
24214         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
24215           Set the worker thread's running flag to TRUE before starting the
24216           thread.
24217         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
24218           Catch a failure to add typefind to the bin.
24219
24220 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24221
24222         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
24223         (gst_sinesrc_init), (gst_sinesrc_create),
24224         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
24225         (gst_sinesrc_start):
24226         * gst/sine/gstsinesrc.h:
24227           add num-buffers and timestamp-offset properties
24228         * gst/videotestsrc/gstvideotestsrc.c:
24229         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
24230         (gst_videotestsrc_get_property):
24231           add timestamp-offset property
24232
24233 2005-06-23  Christian Schaller  <uraeus@gnome.org>
24234
24235         * configure.ac: add videorate
24236         * gst-plugins-base.spec.in: add videorate
24237
24238 2005-06-23  Wim Taymans  <wim@fluendo.com>
24239
24240         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24241         (gst_videorate_getcaps), (gst_videorate_setcaps),
24242         (gst_videorate_event), (gst_videorate_chain):
24243         Fixed videorate, fixating an already fixated caps is not
24244         an error.
24245
24246 2005-06-23  Wim Taymans  <wim@fluendo.com>
24247
24248         * ext/ogg/README:
24249         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
24250         Buffer on caps is not boxed anymore.
24251
24252 2005-06-22  Wim Taymans  <wim@fluendo.com>
24253
24254         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
24255         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
24256         Set buffers on caps as miniobjects and not as boxed.
24257
24258 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24259
24260         * configure.ac:
24261           back to HEAD
24262
24263 === release 0.9.1 ===
24264
24265 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24266
24267         * .cvsignore:
24268         * NEWS:
24269         * README:
24270         * RELEASE:
24271         * configure.ac:
24272         * po/af.po:
24273         * po/az.po:
24274         * po/cs.po:
24275         * po/en_GB.po:
24276         * po/hu.po:
24277         * po/it.po:
24278         * po/nb.po:
24279         * po/nl.po:
24280         * po/or.po:
24281         * po/sq.po:
24282         * po/sr.po:
24283         * po/sv.po:
24284         * po/uk.po:
24285         * po/vi.po:
24286           updates for release
24287
24288 2005-06-09  Andy Wingo  <wingo@pobox.com>
24289
24290         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
24291         
24292 2005-06-09  Andy Wingo  <wingo@pobox.com>
24293
24294         * configure.ac:
24295         * gst-libs/gst/Makefile.am:
24296         * gst-libs/gst/net/Makefile.am:
24297         Add gstnet to build.
24298
24299 2005-06-09  Andy Wingo  <wingo@pobox.com>
24300
24301         * gst-libs/gst/gconf/gconf.c:
24302         * gst/playback/test.c:
24303         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
24304         fixes.
24305
24306         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
24307
24308         * ext/theora/theoraenc.c (theora_enc_chain): 
24309         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
24310
24311         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
24312         RealPad.
24313
24314 2005-06-02  Wim Taymans  <wim@fluendo.com>
24315
24316         * gst-libs/gst/net/Makefile.am:
24317         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
24318         * pkgconfig/gstreamer-libs.pc.in:
24319         Added net stuff, version net lib.
24320
24321 2005-06-02  Wim Taymans  <wim@fluendo.com>
24322
24323         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
24324         (query_rates), (query_positions_elems), (query_positions_pads),
24325         (do_seek):
24326         Updated seek example.
24327
24328 2005-06-02  Andy Wingo  <wingo@pobox.com>
24329
24330         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
24331         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
24332         list.
24333
24334         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
24335         remove the typefind, the bin dispose will do it for us. When it's
24336         removed and unreffed, the signal handler will be disconnected,
24337         too.
24338         (unlinked): It's too difficult to disconnect from unlinked
24339         handlers, as they are on pads not elements. Just punt if the pads
24340         aren't grandkids of the bin.
24341
24342 2005-06-02  Wim Taymans  <wim@fluendo.com>
24343
24344         * ext/ogg/README:
24345         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24346         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
24347         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
24348         * ext/theora/theoradec.c: (theora_dec_src_query),
24349         (theora_handle_data_packet):
24350         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24351         (theora_enc_chain):
24352         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24353         (vorbis_handle_data_packet):
24354         * gst/audioconvert/bufferframesconvert.c:
24355         (buffer_frames_convert_chain):
24356         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24357         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24358         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24359         (gst_ffmpegcsp_chain):
24360         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24361         (gst_videorate_getcaps), (gst_videorate_setcaps),
24362         (gst_videorate_event), (gst_videorate_chain):
24363         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
24364         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
24365         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24366         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
24367         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
24368         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
24369         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
24370         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
24371         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
24372         Cleanups and buffer alloc.
24373
24374 2005-05-31  Wim Taymans  <wim@fluendo.com>
24375
24376         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
24377         Don't try to call the delay method when the device is not
24378         opened.
24379
24380 2005-05-31  Wim Taymans  <wim@fluendo.com>
24381
24382         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
24383         Get actual segment size and buffer size after opening
24384         the device.
24385
24386 2005-05-30  Wim Taymans  <wim@fluendo.com>
24387
24388         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
24389         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
24390         Also FLUSH upstream, makes the loop function exit faster.
24391         
24392         * ext/theora/theoradec.c: (theora_dec_src_query):
24393         Some more debug info in the query.
24394         
24395         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24396         (gst_ximagesink_setcaps):
24397         Release lock on par error, better error reporting.
24398
24399 2005-05-26  Wim Taymans  <wim@fluendo.com>
24400
24401         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24402         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
24403         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
24404         Clear chains in READY
24405         Queue packets until the chain is activated.
24406
24407 2005-05-25  Wim Taymans  <wim@fluendo.com>
24408
24409         * gst-libs/gst/audio/gstaudiosink.c:
24410         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24411         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24412         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24413         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24414         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24415         (gst_audiosink_create_ringbuffer):
24416         * gst-libs/gst/audio/gstbaseaudiosink.c:
24417         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24418         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24419         (gst_baseaudiosink_set_property), (build_linear_format),
24420         (debug_spec_caps), (debug_spec_buffer),
24421         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24422         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24423         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24424         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24425         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24426         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24427         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
24428         (gst_ringbuffer_play), (gst_ringbuffer_pause),
24429         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
24430         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
24431         (wait_segment), (gst_ringbuffer_commit),
24432         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
24433         (gst_ringbuffer_clear):
24434         Various small cleanups.
24435
24436         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24437         (gst_audio_convert_change_state):
24438         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
24439         No need to take the locks anymore.
24440
24441 2005-05-25  Wim Taymans  <wim@fluendo.com>
24442
24443         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
24444         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
24445         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
24446         (type_found):
24447         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
24448         (group_destroy), (group_commit), (queue_overrun),
24449         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
24450         (mute_stream), (new_decoded_pad), (setup_substreams),
24451         (setup_source), (mute_group_type), (set_active_source),
24452         (gst_play_base_bin_change_state):
24453         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
24454         (gen_video_element), (gen_text_element), (gen_audio_element),
24455         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
24456         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
24457         (gst_stream_info_dispose), (gst_stream_info_set_mute):
24458         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
24459         Some playbin cleanups mostly refcounting sloppyness.
24460
24461 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24462
24463         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
24464           Work with streaming input.
24465
24466 2005-05-25  Wim Taymans  <wim@fluendo.com>
24467
24468         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24469         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24470         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24471         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
24472         No need to take the STREAM lock anymore.
24473
24474 2005-05-25  Wim Taymans  <wim@fluendo.com>
24475
24476         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
24477         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
24478         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
24479         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
24480         (gst_ogg_demux_sink_activate):
24481         * ext/theora/theoradec.c: (theora_dec_src_event),
24482         (theora_handle_comment_packet), (theora_dec_chain),
24483         (theora_dec_change_state):
24484         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24485         (vorbis_handle_data_packet), (vorbis_dec_chain),
24486         (vorbis_dec_change_state):
24487         Remove STREAM locks as they are taken in core now.
24488         Never set bogus granulepos on vorbis/theora.
24489         Fix leaks in theoradec tag parsing.
24490
24491 2005-05-25  Wim Taymans  <wim@fluendo.com>
24492
24493         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
24494         Fix memleaks, GST_BUFFER_DATA() is not freed.
24495
24496 2005-05-25  Wim Taymans  <wim@fluendo.com>
24497
24498         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
24499         Open non-blocking, set to blocking mode afterwards to avoid
24500         lockups when audio device is busy.
24501
24502 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24503
24504         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
24505           This can't be good.
24506
24507 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24508
24509         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
24510         (gst_audio_convert_chain), (gst_audio_convert_link_src),
24511         (gst_audio_convert_setcaps):
24512           Implement instant setup switching.
24513
24514 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24515
24516         * gst/playback/gstplaybasebin.c: (probe_triggered):
24517           Fix missing unlock.
24518         * gst/playback/gstplaybin.c: (add_sink):
24519           First add, then link (otherwise pad link fails).
24520
24521 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24522
24523         * examples/Makefile.am:
24524         fix buildbot (make distcheck)
24525
24526 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24527
24528         * gst/playback/gstplaybin.c: (gen_vis_element):
24529           Remove some wrong code. Doesn't work yet.
24530
24531 2005-05-19  Wim Taymans  <wim@fluendo.com>
24532
24533         * gst-libs/gst/net/Makefile.am:
24534         * gst-libs/gst/net/README:
24535         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
24536         (gst_netbuffer_class_init), (gst_netbuffer_init),
24537         (gst_netbuffer_finalize), (gst_netbuffer_copy),
24538         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
24539         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
24540         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
24541         * gst-libs/gst/net/gstnetbuffer.h:
24542         Added buffer subclass to store extra to/from addresses for
24543         network sources/sinks.
24544
24545 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24546
24547         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
24548           Don't lock an unassigned variable.
24549
24550 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24551
24552         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
24553           Increase buffer for video, decrease buffer for other media types.
24554         * gst/playback/gstplaybin.c: (gen_video_element),
24555         (gen_audio_element):
24556           Change names for debugging purposes.
24557
24558 2005-05-18  Wim Taymans  <wim@fluendo.com>
24559
24560         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24561         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24562         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24563         (gst_ffmpegcsp_chain):
24564         Enable buffer alloc passthrough if the source and dest
24565         formats are the same.
24566
24567 2005-05-17  Wim Taymans  <wim@fluendo.com>
24568
24569         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
24570         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
24571         (gst_ogg_demux_chain_unlocked):
24572         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24573         (gst_audio_convert_caps_remove_format_info),
24574         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24575         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
24576         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24577         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24578         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
24579         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
24580         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
24581         (gst_ffmpegcsp_get_property):
24582         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
24583         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
24584         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
24585         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
24586         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
24587         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
24588         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
24589         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
24590         Leak fixes in oggdemux.
24591         Some cleanups in audioconvert.
24592         Make passthrough work along with buffer_alloc etc.
24593         Make buffer_alloc and buffer recycling actually work in
24594         xvimagesink.
24595
24596 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24597
24598         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
24599           make the compiler happy
24600
24601 2005-05-17  Wim Taymans  <wim@fluendo.com>
24602
24603         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
24604         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
24605         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
24606         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
24607         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
24608         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
24609         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
24610         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
24611         (gst_xvimagesink_set_xwindow_id):
24612         * sys/xvimage/xvimagesink.h:
24613         Port xvimagesink to new MiniObject.
24614
24615 2005-05-17  Wim Taymans  <wim@fluendo.com>
24616
24617         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
24618         (gst_audiofilter_chain):
24619         * gst-libs/gst/audio/gstaudiosink.c:
24620         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24621         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24622         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24623         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24624         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24625         (gst_audiosink_create_ringbuffer):
24626         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24627         (gst_audio_convert_caps_remove_format_info),
24628         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24629         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24630         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24631         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24632         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24633         Fix passthrough in ffmpegcolorspace.
24634         Fix memset in audiosink on wrong memory.
24635
24636 2005-05-16  David Schleef  <ds@schleef.org>
24637
24638         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
24639         to GstMiniObject.
24640
24641 2005-05-16  David Schleef  <ds@schleef.org>
24642
24643         Port from GstData to GstMiniObject.
24644         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
24645         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
24646         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
24647         (gst_ogg_mux_collected):
24648         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
24649         * ext/theora/theoradec.c: (theora_handle_comment_packet),
24650         (theora_handle_data_packet):
24651         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24652         (theora_set_header_on_caps), (theora_enc_chain):
24653         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24654         (vorbis_handle_comment_packet):
24655         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
24656         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
24657         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
24658         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
24659         * gst/audioconvert/gstaudioconvert.c:
24660         (gst_audio_convert_get_buffer):
24661         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
24662         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
24663         (mute_stream), (silence_stream):
24664         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
24665         * gst/volume/gstvolume.c: (volume_transform):
24666         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
24667         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
24668         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
24669         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
24670         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
24671         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
24672         (gst_ximagesink_buffer_alloc):
24673         * sys/ximage/ximagesink.h:
24674
24675 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24676
24677         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24678         (fill_buffer), (check_queue), (queue_threshold_reached),
24679         (queue_out_of_data):
24680         * gst/playback/gstplaybasebin.h:
24681           Post buffer-fullness on the bus.
24682
24683 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24684
24685         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
24686         (try_to_link_1):
24687         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24688         (group_commit), (probe_triggered), (setup_source),
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), (remove_sinks), (setup_sinks),
24693         (gst_play_bin_change_state):
24694           Move setup_output_pads into a virtual function, remove
24695           group-switch (no longer needed) and redirect (handled by bus
24696           now) signals.
24697
24698 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24699
24700         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
24701         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
24702         (get_active_group), (get_building_group), (group_destroy),
24703         (group_commit), (check_queue), (queue_overrun),
24704         (queue_threshold_reached), (queue_out_of_data),
24705         (gen_preroll_element), (remove_groups), (unknown_type),
24706         (add_element_stream), (no_more_pads), (probe_triggered),
24707         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
24708         (setup_substreams), (setup_source), (finish_source),
24709         (prepare_output), (muted_group_change_state),
24710         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
24711         (gst_play_base_bin_change_state):
24712         * gst/playback/gstplaybasebin.h:
24713         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24714         (gst_play_bin_init), (gst_play_bin_set_property),
24715         (gen_video_element), (gen_text_element), (gen_audio_element),
24716         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
24717         (gst_play_bin_change_state):
24718         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
24719         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
24720         (stream_info_change_state), (gst_stream_info_set_mute),
24721         (gst_stream_info_get_property):
24722         * gst/playback/gststreaminfo.h:
24723         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
24724         (gst_stream_selector_get_linked_pad),
24725         (gst_stream_selector_getcaps),
24726         (gst_stream_selector_get_linked_pads),
24727         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
24728         * gst/playback/gststreamselector.h:
24729           Rough port of playbin. Needs some more work, but is mostly done,
24730           and uses a few locks in important places, which should make stuff
24731           like chain-switches clean. Still uses GST_STATE() in a few places,
24732           which isn't all that good an idea, subtitles/elements disabled
24733           because no elements to test with and thus probably broken, query
24734           and event handling moved to GstBin, internal thread removed
24735           alltogether because the pipeline does that for us now. Can play
24736           Ogg/Vorbis files. Haven't tested anything else yet.
24737
24738 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24739
24740         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
24741           Do no-more-pads (needed for autoplugging).
24742
24743 2005-05-10  Andy Wingo  <wingo@pobox.com>
24744
24745         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
24746         message to the bus with the tags. Still not sent downstream tho.
24747
24748         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
24749         get_parent.
24750         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
24751         avoid refcounting hassles.
24752
24753 2005-05-09  Andy Wingo  <wingo@pobox.com>
24754
24755         * gst/volume/Makefile.am:
24756         * gst/volume/demo.c
24757         * gst/volume/gstvolume.h
24758         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
24759         basetransform. Probably need an audio filter base class.
24760
24761 2005-05-09  Wim Taymans  <wim@fluendo.com>
24762
24763         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
24764         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
24765         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
24766         (gst_vorbisenc_chain):
24767         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24768         (gst_audio_convert_caps_remove_format_info),
24769         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24770         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24771         Make caps writable before writing to it.
24772         Fix negotiation in audioconvert some more.
24773
24774 2005-05-09  Wim Taymans  <wim@fluendo.com>
24775
24776         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24777         (gst_videorate_getcaps), (gst_videorate_setcaps),
24778         (gst_videorate_event), (gst_videorate_chain):
24779         Better negotiation.
24780
24781 2005-05-09  Wim Taymans  <wim@fluendo.com>
24782
24783         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24784         (gst_videorate_getcaps), (gst_videorate_setcaps),
24785         (gst_videorate_blank_data), (gst_videorate_init),
24786         (gst_videorate_event), (gst_videorate_chain),
24787         (gst_videorate_change_state):
24788         Port videorate, do a better job at negotiation while we're at
24789         it.
24790
24791 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
24792
24793         * configure.ac:
24794           Disable libvisual
24795
24796         * examples/Makefile.am:
24797         * gst-libs/gst/audio/Makefile.am:
24798         * gst-libs/gst/riff/Makefile.am:
24799         * gst-libs/gst/tag/Makefile.am:
24800         * gst-libs/gst/video/Makefile.am:
24801           Fixups for missing variables.
24802
24803 2005-05-09  Wim Taymans  <wim@fluendo.com>
24804
24805         * examples/seeking/seek.c: (make_theora_pipeline),
24806         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
24807         (query_rates), (query_positions_elems), (query_positions_pads),
24808         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
24809         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
24810         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
24811         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
24812         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
24813         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
24814         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24815         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
24816         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
24817         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
24818         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
24819         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
24820         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
24821         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
24822         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
24823         (theora_dec_src_convert), (theora_dec_sink_convert),
24824         (theora_dec_src_query), (theora_dec_sink_query),
24825         (theora_dec_src_event), (theora_dec_sink_event),
24826         (theora_handle_comment_packet), (theora_handle_type_packet),
24827         (theora_handle_header_packet), (theora_handle_data_packet),
24828         (theora_dec_chain):
24829         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
24830         (vorbis_dec_convert), (vorbis_dec_src_query),
24831         (vorbis_dec_sink_query), (vorbis_dec_src_event),
24832         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
24833         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
24834         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
24835         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
24836         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
24837         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
24838         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24839         (gst_play_bin_query):
24840         * gst/playback/test3.c: (update_scale):
24841         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
24842         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
24843         * gst/subparse/gstsubparse.c: (gst_subparse_init):
24844         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
24845         (gst_videotestsrc_src_query):
24846         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
24847         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
24848         (paint_hline_YUV9):
24849         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
24850         Port to new query API.
24851         Updated seek.
24852         Cleanups in x[v]imagesink
24853
24854 2005-05-09  Andy Wingo  <wingo@pobox.com>
24855
24856         * ext/alsa/gstalsasink.h:
24857         * ext/gnomevfs/gstgnomevfssrc.c:
24858         (gst_gnomevfssrc_get_icy_metadata):
24859         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
24860         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
24861         * ext/theora/theoradec.c (theora_dec_src_query)
24862         (theora_dec_src_event, theora_dec_sink_event)
24863         (theora_handle_comment_packet, theora_handle_data_packet):
24864         * ext/theora/theoraenc.c (theora_enc_chain):
24865         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
24866         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
24867         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
24868         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
24869         (qt_type_find):
24870         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
24871         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
24872         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
24873         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
24874         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
24875         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
24876         (paint_setup_xBGR8888, paint_setup_RGBx8888)
24877         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
24878         (paint_setup_RGB565, paint_setup_xRGB1555):
24879         * gst/videotestsrc/videotestsrc.h:
24880         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
24881         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
24882         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
24883         GCC4 fixes.
24884         
24885         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
24886         gst_pad_query_position. Fixes oggdemux.
24887
24888 2005-05-08  David Schleef  <ds@schleef.org>
24889
24890         * configure.ac: Require liboil.
24891         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
24892         a few more.
24893         * gst/videotestsrc/videotestsrc.c:
24894         * gst/videotestsrc/videotestsrc.h:
24895
24896 2005-05-06  Wim Taymans  <wim@fluendo.com>
24897
24898         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24899         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24900         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24901         Well, unreffing a buffer right before pushing it is asking
24902         for trouble..
24903
24904 2005-05-06  Christian Schaller  <uraeus@gnome.org>
24905
24906         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
24907
24908 2005-05-06  Wim Taymans  <wim@fluendo.com>
24909
24910         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24911         (gst_audio_convert_caps_remove_format_info),
24912         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24913         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24914         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24915         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24916         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24917         * gst/sine/Makefile.am:
24918         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
24919         (gst_sinesrc_class_init), (gst_sinesrc_init),
24920         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
24921         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
24922         (gst_sinesrc_update_freq):
24923         * gst/sine/gstsinesrc.h:
24924         * gst/tcp/gstmultifdsink.c:
24925         * sys/xvimage/xvimagesink.c:
24926         Fixed negotiation wrt _peer_get_caps()
24927         Some cleanups.
24928
24929
24930 2005-05-06  Wim Taymans  <wim@fluendo.com>
24931
24932         * gst-libs/gst/audio/gstaudiosink.c:
24933         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24934         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24935         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24936         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24937         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24938         (gst_audiosink_create_ringbuffer):
24939         * gst-libs/gst/audio/gstbaseaudiosink.c:
24940         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24941         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24942         (gst_baseaudiosink_set_property), (build_linear_format),
24943         (debug_spec_caps), (debug_spec_buffer),
24944         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24945         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24946         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24947         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24948         * gst-libs/gst/audio/gstbaseaudiosink.h:
24949         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24950         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24951         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
24952         (gst_ringbuffer_play), (gst_ringbuffer_pause),
24953         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
24954         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
24955         (wait_segment), (gst_ringbuffer_commit),
24956         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
24957         (gst_ringbuffer_clear):
24958         * gst-libs/gst/audio/gstringbuffer.h:
24959         Make the base audiosink return an error when there is no
24960         audiobuffer negotiated.
24961
24962 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24963
24964         * ext/Makefile.am:
24965         Disable cdparanoia until someone ports it!
24966
24967 2005-05-06  Wim Taymans  <wim@fluendo.com>
24968
24969         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
24970         (gst_ogg_demux_sink_activate):
24971         And revert after wingo's revert.. sigh..
24972
24973 2005-05-05  Andy Wingo  <wingo@pobox.com>
24974
24975         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
24976         GObject.
24977         * configure.ac: Return audiorate and subparse from the ghetto.
24978         Re-enable -Wall -Werror.
24979         * gst/subparse/gstsubparse.c:
24980         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
24981         or chain-based. Cleaned up a bit. Not tested.
24982         
24983 2005-05-05  Christian Schaller <christian@fluendo.com> 
24984
24985         * Makefile.am: remove stuff that is not building
24986         * configure.ac: remove stuff that is not building
24987         * examples/Makefile.am: remove stuff that is not building
24988         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
24989         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
24990         * sys/Makefile.am: remove stuff that is not building
24991         * testsuite/Makefile.am: remove stuff that is not building
24992
24993 2005-05-05  Andy Wingo  <wingo@pobox.com>
24994
24995         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
24996         * gst-libs/gst/tag/gstvorbistag.c:
24997         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
24998         * gst/adder/gstadder.h:
24999         * gst/audioconvert/gstchannelmix.c:
25000         (gst_audio_convert_fill_one_other):
25001         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
25002         (gst_audiorate_init), (gst_audiorate_chain):
25003         * gst/playback/gstplaybasebin.c: (setup_source):
25004         * gst/playback/test3.c: (update_scale):
25005         Some GCC4 fixes
25006         
25007         * po/af.po:
25008         * po/az.po:
25009         * po/cs.po:
25010         * po/en_GB.po:
25011         * po/hu.po:
25012         * po/it.po:
25013         * po/nb.po:
25014         * po/nl.po:
25015         * po/or.po:
25016         * po/sq.po:
25017         * po/sr.po:
25018         * po/sv.po:
25019         * po/uk.po:
25020         * po/vi.po: Foo
25021
25022 2005-05-05  Wim Taymans  <wim@fluendo.com>
25023
25024         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25025         (gst_audio_convert_caps_remove_format_info),
25026         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
25027         (gst_audio_convert_change_state), (gst_audio_convert_channels):
25028         * gst/videotestsrc/gstvideotestsrc.c:
25029         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
25030         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
25031         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
25032         (gst_videotestsrc_init), (gst_videotestsrc_loop):
25033         Don't ignore _push() return values.
25034         Make sure no processing is done when shutting down.
25035         Videotestsrc pad activation fix.
25036
25037 2005-05-05  Wim Taymans  <wim@fluendo.com>
25038
25039         * gst/adder/Makefile.am:
25040         * gst/adder/gstadder.c: (gst_adder_setcaps),
25041         (gst_adder_class_init), (gst_adder_init),
25042         (gst_adder_request_new_pad), (gst_adder_collected),
25043         (gst_adder_change_state):
25044         * gst/adder/gstadder.h:
25045         Ported adder as an example of a mixer element using
25046         collect pads. Needs more negotiation work.
25047
25048 2005-05-05  Wim Taymans  <wim@fluendo.com>
25049
25050         * ext/theora/theoradec.c: (_inc_granulepos),
25051         (theora_dec_src_event), (theora_dec_sink_event),
25052         (theora_handle_comment_packet), (theora_handle_type_packet),
25053         (theora_handle_header_packet), (theora_handle_data_packet),
25054         (theora_dec_chain):
25055         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25056         (gst_theora_enc_init), (theora_enc_sink_setcaps),
25057         (theora_push_buffer), (theora_push_packet),
25058         (theora_enc_sink_event), (theora_enc_chain),
25059         (theora_enc_change_state), (theora_enc_set_property),
25060         (theora_enc_get_property):
25061         Added stream lock to decoder so that we can serialize
25062         the discont event.
25063         More theoraenc porting, recover from errors, do clean
25064         shutdown.
25065
25066 2005-05-05  Wim Taymans  <wim@fluendo.com>
25067
25068         * ext/ogg/Makefile.am:
25069         * ext/ogg/README:
25070         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
25071         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
25072         (gst_ogg_print):
25073         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
25074         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
25075         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
25076         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
25077         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
25078         (gst_ogg_mux_change_state):
25079         Ported ogg muxer.
25080
25081 2005-05-05  Wim Taymans  <wim@fluendo.com>
25082
25083         * docs/design-audiosinks.txt:
25084         * gst-libs/gst/audio/TODO:
25085         * gst-libs/gst/audio/gstaudiosink.c:
25086         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25087         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25088         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25089         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25090         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25091         (gst_audiosink_create_ringbuffer):
25092         * gst-libs/gst/audio/gstbaseaudiosink.c:
25093         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25094         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25095         (gst_baseaudiosink_set_property), (build_linear_format),
25096         (debug_spec_caps), (debug_spec_buffer),
25097         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25098         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25099         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25100         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25101         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25102         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25103         (gst_ringbuffer_release), (gst_ringbuffer_play),
25104         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
25105         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
25106         (gst_ringbuffer_set_sample), (wait_segment),
25107         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
25108         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
25109         More work on the audiosink, mostly debugging and a race in
25110         shutdown.
25111
25112 2005-04-28  Wim Taymans  <wim@fluendo.com>
25113
25114         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
25115         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
25116         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
25117         (vorbis_dec_src_query), (vorbis_dec_src_event),
25118         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
25119         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
25120         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
25121         Don't crap out when seeking back to position 0.
25122
25123 2005-04-28  Wim Taymans  <wim@fluendo.com>
25124
25125         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
25126         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
25127         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
25128         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
25129         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
25130         Make audio sink configurable, use alsasink as default.
25131
25132 2005-04-28  Wim Taymans  <wim@fluendo.com>
25133
25134         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
25135         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
25136         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
25137         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
25138         (vorbis_dec_change_state):
25139         * ext/vorbis/vorbisdec.h:
25140         Refactor, use STREAM_LOCK.
25141
25142 2005-04-28  Wim Taymans  <wim@fluendo.com>
25143
25144         * ext/theora/theoradec.c: (_inc_granulepos),
25145         (theora_dec_sink_event), (theora_handle_comment_packet),
25146         (theora_handle_type_packet), (theora_handle_header_packet),
25147         (theora_handle_data_packet), (theora_dec_chain),
25148         (theora_dec_change_state):
25149         Refactor a bit, use STREAM_LOCK.
25150
25151 2005-04-28  Wim Taymans  <wim@fluendo.com>
25152
25153         * ext/alsa/Makefile.am:
25154         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
25155         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
25156         (gst_alsa_link), (gst_alsa_close_audio):
25157         * ext/alsa/gstalsaplugin.c: (plugin_init):
25158         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
25159         (gst_alsasink_dispose), (gst_alsasink_base_init),
25160         (gst_alsasink_class_init), (gst_alsasink_init),
25161         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
25162         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
25163         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
25164         (gst_alsasink_reset):
25165         * ext/alsa/gstalsasink.h:
25166         Implement alsasink with simple open/write/close API. 
25167         Make alsa dir build by disabling compilation of code.
25168
25169 2005-04-28  Wim Taymans  <wim@fluendo.com>
25170
25171         * gst-libs/gst/audio/Makefile.am:
25172         * gst-libs/gst/audio/audio.h:
25173         * gst-libs/gst/audio/audioclock.c:
25174         * gst-libs/gst/audio/audioclock.h:
25175         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
25176         (gst_audio_clock_class_init), (gst_audio_clock_init),
25177         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
25178         * gst-libs/gst/audio/gstaudioclock.h:
25179         * gst-libs/gst/audio/gstaudiosink.c:
25180         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25181         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25182         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25183         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25184         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25185         (gst_audiosink_create_ringbuffer):
25186         * gst-libs/gst/audio/gstbaseaudiosink.c:
25187         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25188         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25189         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
25190         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
25191         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25192         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25193         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25194         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25195         * gst-libs/gst/audio/gstbaseaudiosink.h:
25196         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25197         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
25198         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25199         (gst_ringbuffer_release), (gst_ringbuffer_play),
25200         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
25201         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
25202         (gst_ringbuffer_set_sample), (wait_segment),
25203         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
25204         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
25205         * gst-libs/gst/audio/gstringbuffer.h:
25206         Make ringbuffer faster and more simple by removing the locks
25207         in the playback thread.
25208         Add sample accurate playback based on buffer sample offsets.
25209         Make the baseaudiosink provide a clock.
25210         Parse caps in the base class.
25211         Correctly handle seeking, flushing and state changes.
25212
25213 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
25214
25215         * configure.ac:
25216         * gst/audioconvert/Makefile.am:
25217         * gst/audioscale/Makefile.am:
25218           Fix part of the build.  Come on guys, autogen didn't even work :)
25219
25220 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25221
25222         * configure.ac:
25223         * gst-libs/gst/Makefile.am:
25224         * gst-libs/gst/media-info/.cvsignore:
25225         * gst-libs/gst/media-info/Makefile.am:
25226         * gst-libs/gst/media-info/README:
25227         * gst-libs/gst/media-info/media-info-priv.c:
25228         * gst-libs/gst/media-info/media-info-priv.h:
25229         * gst-libs/gst/media-info/media-info-test.c:
25230         * gst-libs/gst/media-info/media-info.c:
25231         * gst-libs/gst/media-info/media-info.h:
25232         * gst-libs/gst/media-info/media-info.vcproj:
25233         * pkgconfig/Makefile.am:
25234         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
25235         * pkgconfig/gstreamer-media-info.pc.in:
25236           Remove media-info, which is also successed by playbin (see Totem
25237           implementation).
25238
25239 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25240
25241         * configure.ac:
25242         * examples/Makefile.am:
25243         * examples/gstplay/.cvsignore:
25244         * examples/gstplay/Makefile.am:
25245         * examples/gstplay/player.c:
25246         * gst-libs/gst/Makefile.am:
25247         * gst-libs/gst/play/.cvsignore:
25248         * gst-libs/gst/play/Makefile.am:
25249         * gst-libs/gst/play/play.c:
25250         * gst-libs/gst/play/play.h:
25251         * gst-libs/gst/play/play.vcproj:
25252         * pkgconfig/Makefile.am:
25253         * pkgconfig/gstreamer-play-uninstalled.pc.in:
25254         * pkgconfig/gstreamer-play.pc.in:
25255           Remove libgstplay, playbin is now the official successor.
25256
25257 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25258
25259         * configure.ac:
25260         * gst-libs/gst/Makefile.am:
25261         * gst-libs/gst/xwindowlistener/Makefile.am:
25262         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
25263         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
25264           Remove deprecated xwindowlistener (I've moved xwindowlistening
25265           in the v4l/v4l2 plugins over to serverside).
25266
25267 2005-04-25  David Schleef  <ds@schleef.org>
25268
25269         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
25270         to examples/dynparams.  Examples do not belong interspersed with
25271         source code.
25272         * examples/dynparams/demo-dparams.c:
25273         * gst/sine/Makefile.am:
25274         * gst/sine/demo-dparams.c:
25275
25276 2005-04-25  David Schleef  <ds@schleef.org>
25277
25278         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
25279         * gst-libs/gst/audio/Makefile.am:
25280         * gst-libs/gst/riff/Makefile.am:
25281         * gst-libs/gst/tag/Makefile.am:
25282         * gst-libs/gst/video/Makefile.am:
25283         * gst-libs/gst/xwindowlistener/Makefile.am:
25284
25285         Convert to 0.9 API, seems to work:
25286         * sys/ximage/Makefile.am:
25287         * sys/ximage/ximagesink.c:
25288
25289 2005-04-24  David Schleef  <ds@schleef.org>
25290
25291         Link plugins against libraries:
25292         * ext/alsa/Makefile.am:
25293         * gst/tcp/Makefile.am:
25294
25295         Remove asm code that should be in liboil
25296         * gst/videoscale/Makefile.am:
25297         * gst/videoscale/videoscale_x86_asm.s:
25298
25299         gettext wants these checked in:
25300         * po/af.po:
25301         * po/az.po:
25302         * po/cs.po:
25303         * po/en_GB.po:
25304         * po/hu.po:
25305         * po/it.po:
25306         * po/nb.po:
25307         * po/nl.po:
25308         * po/or.po:
25309         * po/sq.po:
25310         * po/sr.po:
25311         * po/sv.po:
25312         * po/uk.po:
25313         * po/vi.po:
25314
25315 2005-04-24  David Schleef  <ds@schleef.org>
25316
25317         Convert gst_main() to g_main_loop_run()
25318         * gst/playback/decodetest.c: (main):
25319         * gst/playback/test2.c: (main):
25320         * gst/playback/test3.c: (main):
25321         * gst/playback/test4.c: (main):
25322
25323         Link plugins against libraries:
25324         * ext/libvisual/Makefile.am:
25325         * sys/xvimage/Makefile.am:
25326
25327 2005-04-24  David Schleef  <ds@schleef.org>
25328
25329         * configure.ac: Remove idct and resample libs
25330         * gst-libs/gst/Makefile.am: same
25331
25332         Remove usage of gst_library_load():
25333         * ext/alsa/gstalsaplugin.c: (plugin_init):
25334         * ext/libvisual/visual.c: (plugin_init):
25335         * ext/ogg/gstogg.c: (plugin_init):
25336         * ext/theora/theora.c: (plugin_init):
25337         * ext/vorbis/vorbis.c: (plugin_init):
25338         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
25339         * gst/audioscale/gstaudioscale.c:
25340         * gst/adder/gstadder.c: (plugin_init):
25341         * gst/audioconvert/plugin.c: (plugin_init):
25342         * sys/ximage/ximagesink.c: (plugin_init):
25343         * sys/xvimage/xvimagesink.c: (plugin_init):
25344         * gst/tcp/gsttcpplugin.c: (plugin_init):
25345
25346         Link plugins against libraries:
25347         * ext/ogg/Makefile.am:
25348         * ext/theora/Makefile.am:
25349         * ext/vorbis/Makefile.am:
25350         * gst/audioconvert/Makefile.am:
25351
25352         Create proper libraries:
25353         * gst-libs/gst/riff/Makefile.am:
25354         * gst-libs/gst/audio/Makefile.am:
25355         * gst-libs/gst/video/Makefile.am:
25356
25357         Move resample library to audioscale plugin directory:
25358         * gst-libs/gst/resample/Makefile.am:
25359         * gst-libs/gst/resample/README:
25360         * gst-libs/gst/resample/dtof.c:
25361         * gst-libs/gst/resample/dtos.c:
25362         * gst-libs/gst/resample/functable.c:
25363         * gst-libs/gst/resample/private.h:
25364         * gst-libs/gst/resample/resample.c:
25365         * gst-libs/gst/resample/resample.h:
25366         * gst-libs/gst/resample/resample.vcproj:
25367         * gst-libs/gst/resample/test.c:
25368         * gst/audioscale/Makefile.am:
25369         * gst/audioscale/README:
25370         * gst/audioscale/dtof.c:
25371         * gst/audioscale/dtos.c:
25372         * gst/audioscale/functable.c:
25373         * gst/audioscale/private.h:
25374         * gst/audioscale/resample.c:
25375         * gst/audioscale/resample.h:
25376         * gst/audioscale/test.c:
25377
25378         Move tagedit library to gst-libs:
25379         * gst-libs/gst/tag/Makefile.am:
25380         * gst-libs/gst/tag/gstid3tag.c:
25381         * gst-libs/gst/tag/gsttagediting.c:
25382         * gst-libs/gst/tag/gsttageditingprivate.h:
25383         * gst-libs/gst/tag/gstvorbistag.c:
25384         * gst/tags/Makefile.am:
25385         * gst/tags/gstid3tag.c:
25386         * gst/tags/gstvorbistag.c:
25387
25388         Fix for core changes:
25389         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
25390         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
25391         (gst_sinesrc_getrange):
25392
25393 2005-04-23  David Schleef  <ds@schleef.org>
25394
25395         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
25396         in gst-plugins in a long time, and properly belongs in liboil.
25397         * gst-libs/gst/idct/Makefile.am:
25398         * gst-libs/gst/idct/README:
25399         * gst-libs/gst/idct/dct.h:
25400         * gst-libs/gst/idct/doieee:
25401         * gst-libs/gst/idct/fastintidct.c:
25402         * gst-libs/gst/idct/floatidct.c:
25403         * gst-libs/gst/idct/idct.c:
25404         * gst-libs/gst/idct/idct.h:
25405         * gst-libs/gst/idct/idtc.vcproj:
25406         * gst-libs/gst/idct/ieeetest.c:
25407         * gst-libs/gst/idct/intidct.c:
25408
25409 2005-04-20  Wim Taymans  <wim@fluendo.com>
25410
25411         * docs/design-audiosinks.txt:
25412         * gst-libs/gst/audio/Makefile.am:
25413         * gst-libs/gst/audio/TODO:
25414         * gst-libs/gst/audio/gstaudiosink.c:
25415         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25416         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25417         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
25418         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25419         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25420         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
25421         (gst_audiosink_class_init), (gst_audiosink_init),
25422         (gst_audiosink_create_ringbuffer):
25423         * gst-libs/gst/audio/gstaudiosink.h:
25424         * gst-libs/gst/audio/gstbaseaudiosink.c:
25425         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
25426         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
25427         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
25428         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
25429         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
25430         (gst_baseaudiosink_create_ringbuffer),
25431         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25432         * gst-libs/gst/audio/gstbaseaudiosink.h:
25433         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25434         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
25435         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
25436         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25437         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
25438         (gst_ringbuffer_play), (gst_ringbuffer_pause),
25439         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
25440         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
25441         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
25442         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
25443         * gst-libs/gst/audio/gstringbuffer.h:
25444         An attempt at a set of audio base classes together with some
25445         design docs.
25446
25447 2005-04-20  Wim Taymans  <wim@fluendo.com>
25448
25449         * gst/audioconvert/Makefile.am:
25450         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25451         (gst_audio_convert_caps_remove_format_info),
25452         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
25453         (gst_audio_convert_channels):
25454         Link against audio libs.
25455         Fix audio convert plugin.
25456
25457 2005-04-20  Wim Taymans  <wim@fluendo.com>
25458
25459         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
25460         (gst_ogg_demux_sink_activate):
25461         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
25462         (theora_set_header_on_caps), (theora_enc_sink_event),
25463         (theora_enc_chain):
25464         Fix theora encoder.
25465
25466 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25467
25468         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
25469         * gst/playback/gstdecodebin.c: (find_compatibles):
25470           Work with staticpadtemplates in elementfactories.
25471
25472 2005-04-12  Wim Taymans  <wim@fluendo.com>
25473
25474         * gst/playback/README:
25475         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
25476         (compare_ranks), (print_feature), (gst_decode_bin_init),
25477         (dynamic_create), (dynamic_free), (find_compatibles),
25478         (mimetype_is_raw), (close_pad_link), (got_redirect),
25479         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
25480         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
25481         (gst_decode_bin_change_state):
25482         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
25483         (gst_play_base_bin_init), (group_destroy), (group_commit),
25484         (check_queue), (queue_overrun), (queue_threshold_reached),
25485         (queue_out_of_data), (gen_preroll_element), (unknown_type),
25486         (new_decoded_pad), (setup_subtitle), (gen_source_element),
25487         (got_redirect), (setup_source), (play_base_eos),
25488         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
25489         (gst_play_base_bin_remove_element):
25490         * gst/playback/gstplaybasebin.h:
25491         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25492         (gst_play_bin_init), (gst_play_bin_dispose),
25493         (gst_play_bin_set_property), (gen_video_element),
25494         (gen_text_element), (gen_audio_element), (remove_sinks),
25495         (gst_play_bin_send_event):
25496         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
25497         (stream_info_change_state), (gst_stream_info_set_mute):
25498         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
25499         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
25500         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
25501         (gst_stream_selector_chain):
25502         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
25503         (main):
25504         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
25505         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
25506         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
25507         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
25508         Raw and crude port of decodebin. 
25509         Make playbin compile.
25510
25511 2005-04-06  Wim Taymans  <wim@fluendo.com>
25512
25513         * ext/gnomevfs/Makefile.am:
25514         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
25515         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25516         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
25517         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
25518         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
25519         (gst_gnomevfssrc_stop):
25520         * ext/ogg/Makefile.am:
25521         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
25522         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
25523         * ext/theora/Makefile.am:
25524         * ext/theora/theoradec.c: (_inc_granulepos),
25525         (theora_dec_sink_event), (theora_dec_chain):
25526         * ext/vorbis/Makefile.am:
25527         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
25528         (vorbis_dec_sink_event), (vorbis_dec_chain):
25529         * gst-libs/gst/audio/Makefile.am:
25530         * sys/xvimage/Makefile.am:
25531         Make gnomevfssrc extend the source base class.
25532         Fix linking against libs in various plugins.
25533
25534 2005-04-06  Andy Wingo  <wingo@pobox.com>
25535
25536         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
25537         GST_BASE_LIBS.
25538
25539         * configure.ac: Add check and AC_SUBST for libgstbase.
25540
25541 2005-03-31  Wim Taymans  <wim@fluendo.com>
25542
25543         * examples/seeking/Makefile.am:
25544         * examples/seeking/cdparanoia.c: (main):
25545         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
25546         (play_cb), (pause_cb), (stop_cb), (main):
25547         * examples/seeking/playbin.c:
25548         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
25549         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
25550         (make_sid_pipeline), (make_vorbis_pipeline),
25551         (make_theora_pipeline), (make_vorbis_theora_pipeline),
25552         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
25553         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
25554         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
25555         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
25556         (stop_cb), (main):
25557         * examples/seeking/spider_seek.c:
25558         * examples/seeking/vorbisfile.c:
25559         * ext/gnomevfs/Makefile.am:
25560         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
25561         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
25562         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25563         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
25564         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
25565         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
25566         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
25567         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
25568         * ext/ogg/README:
25569         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
25570         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
25571         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
25572         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
25573         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
25574         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
25575         (gst_ogg_pad_event), (gst_ogg_pad_reset),
25576         (gst_ogg_demux_factory_filter), (compare_ranks),
25577         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
25578         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
25579         (gst_ogg_chain_new), (gst_ogg_chain_free),
25580         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
25581         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
25582         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
25583         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
25584         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
25585         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
25586         (gst_ogg_demux_get_prev_page),
25587         (gst_ogg_demux_deactivate_current_chain),
25588         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
25589         (gst_ogg_demux_bisect_forward_serialno),
25590         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
25591         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
25592         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
25593         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
25594         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
25595         (gst_ogg_demux_change_state), (gst_ogg_print):
25596         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
25597         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
25598         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
25599         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
25600         (gst_ogg_mux_loop):
25601         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
25602         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
25603         (theora_dec_src_convert), (theora_dec_sink_convert),
25604         (theora_dec_src_query), (theora_dec_src_event),
25605         (theora_dec_sink_event), (theora_dec_chain),
25606         (theora_dec_change_state):
25607         * ext/theora/theoraenc.c: (gst_theora_enc_init),
25608         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
25609         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
25610         (theora_enc_change_state):
25611         * ext/vorbis/Makefile.am:
25612         * ext/vorbis/oggvorbisenc.c:
25613         * ext/vorbis/oggvorbisenc.h:
25614         * ext/vorbis/vorbis.c: (plugin_init):
25615         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
25616         (vorbis_dec_src_query), (vorbis_dec_src_event),
25617         (vorbis_dec_sink_event), (vorbis_dec_chain),
25618         (vorbis_dec_change_state):
25619         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
25620         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
25621         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
25622         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
25623         (gst_vorbisenc_change_state):
25624         * ext/vorbis/vorbisenc.h:
25625         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
25626         * gst-libs/gst/audio/audioclock.c:
25627         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
25628         (gst_audiofilter_init), (gst_audiofilter_chain):
25629         * gst-libs/gst/audio/testchannels.c: (main):
25630         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
25631         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
25632         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
25633         (gmip_find_track_streaminfo), (gmip_find_track_format):
25634         * gst-libs/gst/media-info/media-info.c:
25635         (gst_media_info_read_idler):
25636         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
25637         (gst_play_get_all_by_interface):
25638         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
25639         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
25640         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
25641         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
25642         (gst_riff_parse_info):
25643         * gst-libs/gst/riff/riff-read.h:
25644         * gst-libs/gst/riff/riff.c: (plugin_init):
25645         * gst-libs/gst/video/Makefile.am:
25646         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
25647         (gst_videosink_class_init), (gst_videosink_get_type):
25648         * gst-libs/gst/video/videosink.h:
25649         * gst/audioconvert/bufferframesconvert.c:
25650         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
25651         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
25652         * gst/audioconvert/channelmixtest.c: (main):
25653         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
25654         (gst_audio_convert_chain),
25655         (gst_audio_convert_caps_remove_format_info),
25656         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
25657         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
25658         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
25659         (gst_audio_convert_buffer_to_default_format),
25660         (gst_audio_convert_buffer_from_default_format),
25661         (gst_audio_convert_channels):
25662         * gst/audioconvert/gstchannelmix.h:
25663         * gst/ffmpegcolorspace/avcodec.h:
25664         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25665         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
25666         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
25667         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
25668         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
25669         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
25670         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
25671         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
25672         (mpeg_video_type_find), (mpeg_video_stream_type_find),
25673         (dv_type_find):
25674         * gst/videotestsrc/gstvideotestsrc.c:
25675         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
25676         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
25677         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
25678         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
25679         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
25680         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
25681         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
25682         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25683         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
25684         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
25685         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
25686         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
25687         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
25688         (gst_xvimagesink_navigation_send_event),
25689         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
25690         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
25691         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
25692         * sys/xvimage/xvimagesink.h:
25693         Plugin port to 0.9, ogg/theora playback should work in the seek
25694         example now.
25695         Removed old examples.
25696         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
25697         explained in 0.9 TODO doc.
25698
25699
25700 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
25701
25702         * autogen.sh:
25703         * configure.ac:
25704         * ext/Makefile.am:
25705         * gst/Makefile.am:
25706         * po/POTFILES.in:
25707         * po/af.po:
25708         * po/az.po:
25709         * po/cs.po:
25710         * po/en_GB.po:
25711         * po/hu.po:
25712         * po/it.po:
25713         * po/nb.po:
25714         * po/nl.po:
25715         * po/or.po:
25716         * po/sq.po:
25717         * po/sr.po:
25718         * po/sv.po:
25719         * po/uk.po:
25720         * po/vi.po:
25721         * sys/Makefile.am:
25722         * testsuite/Makefile.am:
25723           remove a whole bunch of plugins.  This module now contains a set
25724           of free reference plugins/elements as agreed.
25725
25726 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
25727
25728         * configure.ac:
25729           hunting season on 0.9 is now OPEN
25730
25731 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25732
25733         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
25734           Kick the hell out of gcc for not warning me about a symbol conflict.
25735
25736 2005-02-22  Luca Ognibene  <luogni@tin.it>
25737
25738         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25739
25740         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
25741           Don't leak caps string (fixes #168134)
25742
25743         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
25744         (gst_jpegenc_init), (gst_jpegenc_finalize),
25745         (gst_jpegenc_change_state):
25746           Don't leak line buffers and context struct (fixes #168133).
25747
25748 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
25749
25750         * configure.ac:
25751         * ext/dirac/gstdiracdec.cc:
25752         (gst_diracdec_chain):
25753           Since dirac 0.5.0 the framerate in dirac is expressed as a
25754           rational number. Fix build and up requirement to 0.5.0, and
25755           also pass parameters to gst_diracdec_link in the right order
25756           (fixes #167959).
25757
25758 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
25759
25760         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
25761         * ext/faad/gstfaad.h:
25762         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
25763         certain invalid muxed streams, where some packets will contain 
25764         junk after decoder data. Partially fixes #149158.
25765
25766 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
25767         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
25768           Make sure we only write to writable buffers
25769
25770 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
25771
25772         * gst-libs/gst/riff/riff-media.c:
25773         (gst_riff_create_audio_caps_with_data):
25774           Do actually fix invalid RIFF fmt header values for alaw
25775           and mulaw audio instead of just saying so.
25776
25777         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
25778           Give gst_riff_create_audio_caps_with_data() a chance to
25779           fix up broken format header fields before extracting any
25780           parameters from the header. (fixes #167633)
25781
25782 2005-02-19  Martin Holters  <martin.holters@gmx.de>
25783
25784         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25785
25786         * gst/audioconvert/bufferframesconvert.c:
25787         (buffer_frames_convert_link):
25788           Don't leak othercaps. (fixes #167878)
25789
25790 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
25791
25792         * configure.ac:
25793         * ext/libvisual/visual.c: (gst_visual_srclink),
25794         (gst_visual_change_state):
25795           Support libvisual 0.2.0.
25796
25797 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
25798
25799         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
25800         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
25801           Use same rowstrides for I420 as used everywhere else.
25802
25803 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
25804
25805         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
25806           Declare variables at beginning of block and make gcc-2.95 happy
25807           (fixes # 167482, patch by Gergely Nagy).
25808           
25809         * gst/tcp/gsttcpclientsrc.c:
25810         * gst/tcp/gsttcpclientsrc.h:
25811           Move some includes into the header, so that struct sockaddr_in is
25812           defined when it should be defined on FreeBSD as well (fixes
25813           #167483).
25814           
25815         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
25816           Don't pass uninitialised values to setsockopt() here either.
25817
25818 2005-02-17  Luca Ognibene  <luogni at tin dot it>
25819
25820         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25821
25822         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
25823           Don't pass uninitialised values to setsockopt(). (fixes #167704)
25824
25825 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25826
25827         * gst/playback/gstplaybin.c: (add_sink):
25828           Invert bin_add/link order to workaround deadlock in opt.
25829
25830 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25831
25832         * gst/modplug/gstmodplug.cc:
25833           Add missing break causing position queries to fail.
25834
25835 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25836
25837         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
25838           Granpos can apparently be -1, which screws up calculations...
25839
25840 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
25841
25842         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
25843         (gst_ximagesink_send_pending_navigation),
25844         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
25845         (gst_ximagesink_init):
25846         * sys/ximage/ximagesink.h:
25847         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
25848         (gst_xvimagesink_send_pending_navigation),
25849         (gst_xvimagesink_navigation_send_event),
25850         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
25851         * sys/xvimage/xvimagesink.h:
25852           Use a mutex protected list to marshal navigation
25853           events into the stream thread from whichever thread
25854           sends them.
25855
25856 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
25857
25858         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
25859           Display current position and track length; misc. clean-ups.
25860           
25861         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
25862         (speed_init), (speed_chain):
25863           Add query function, so that the stream length and current position
25864           get adjusted when queried (note that current position queries may
25865           still be wrong if the audio sink returns values based on buffer
25866           timestamps instead of passing on the query).
25867
25868 2005-02-13  Benjamin Otte  <otte@gnome.org>
25869
25870         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
25871         (gst_audio_convert_channels):
25872           create channel conversion matrix when linking
25873         * gst/audioconvert/.cvsignore:
25874         * gst/audioconvert/Makefile.am:
25875         * gst/audioconvert/channelmixtest.c: (main):
25876           add (ugly) test that ensures stereo <=> mono conversion works
25877           correctly
25878
25879 2005-02-13  Benjamin Otte  <otte@gnome.org>
25880
25881         * gst/audioconvert/gstchannelmix.h:
25882           include missing header file
25883         * gst/audioconvert/gstchannelmix.c:
25884         (gst_audio_convert_fill_compatible):
25885           use same sign for both channels when converting to/from compatible
25886           channel. Previously used different signs made the signals cancel
25887           each other out and appear like silence. (fixes #167269)
25888
25889 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
25890
25891         * gst/ffmpegcolorspace/avcodec.h:
25892         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
25893         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
25894         (gst_ffmpegcsp_avpicture_fill):
25895         * gst/ffmpegcolorspace/imgconvert.c:
25896           Convert to and from YV12 (fixes #156379).
25897
25898 2005-02-12  Julien MOUTTE  <julien@moutte.net>
25899
25900         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
25901         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
25902         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
25903         (gst_ximagesink_expose), (gst_ximagesink_set_property),
25904         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
25905         methods from chain and negotiation and vice versa (Fixes #166142).
25906         * sys/ximage/ximagesink.h: Add stream_lock.
25907         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
25908         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
25909         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
25910         (gst_xvimagesink_expose): Check for xcontext before trying to link.
25911
25912 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
25913
25914         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
25915           Don't send "Hey! You gave me a NULL pointer you naughty person" as
25916           error message when we can't open the DVD device (when dvdnav_open()
25917           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
25918           the above). Send something more useful instead (fixes #167117).
25919
25920 2005-02-11  Julien MOUTTE  <julien@moutte.net>
25921
25922         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
25923         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
25924         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
25925         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
25926         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
25927         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
25928         methods from chain and negotiation and vice versa (Fixes #166142).
25929         Fix a possible bug of images in the buffer pool being discarded because
25930         we are looking at the wrong geometry.
25931         * sys/xvimage/xvimagesink.h: Add stream_lock.
25932
25933 2005-02-11  David Schleef  <ds@schleef.org>
25934
25935         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
25936         unsigned int. (fixes #167128)
25937
25938 2005-02-11  David Schleef  <ds@schleef.org>
25939
25940         * gst/librfb/Makefile.am: Testing stuff before committing is
25941           for wimps... and people with fast machines.  Fix stupid
25942           mistake.
25943
25944 2005-02-11  David Schleef  <ds@schleef.org>
25945
25946         * configure.ac: Pull in librfb from my CVS tree, because it is
25947           too small and annoying to be separate.  Move rfbsrc plugin
25948           to gst/.
25949         * ext/Makefile.am:
25950         * ext/librfb/Makefile.am:
25951         * ext/librfb/gstrfbsrc.c:
25952         * gst/librfb/Makefile.am:
25953         * gst/librfb/gstrfbsrc.c:
25954         * gst/librfb/rfb.c:
25955         * gst/librfb/rfb.h:
25956         * gst/librfb/rfbbuffer.c:
25957         * gst/librfb/rfbbuffer.h:
25958         * gst/librfb/rfbbytestream.c:
25959         * gst/librfb/rfbbytestream.h:
25960         * gst/librfb/rfbcontext.h:
25961         * gst/librfb/rfbdecoder.c:
25962         * gst/librfb/rfbdecoder.h:
25963         * gst/librfb/rfbutil.h:
25964
25965 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
25966
25967         * gst/speed/Makefile.am:
25968         * gst/speed/demo-mp3.c: (main):
25969         * gst/speed/filter.func:
25970         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
25971         (speed_class_init), (speed_init), (speed_chain_int16),
25972         (speed_chain_float32), (speed_chain), (speed_set_property),
25973         (speed_get_property), (speed_change_state):
25974         * gst/speed/gstspeed.h:
25975           Fix speed element and make it chain-based (fixes #156467),
25976           and make it handle more than one channel.
25977
25978 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
25979
25980         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
25981         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
25982         (gst_dtsdec_chain), (gst_dtsdec_change_state):
25983         * ext/dts/gstdtsdec.h:
25984           Don't clobber the stack constructing the channels array.
25985           Make the element chain-based. DTS tracks can now be played.
25986           
25987 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
25988
25989         * gst-libs/gst/audio/multichannel.h:
25990         * gst-libs/gst/gconf/gconf.h:
25991         * gst-libs/gst/idct/idct.h:
25992         * gst-libs/gst/media-info/media-info-priv.h:
25993         * gst-libs/gst/play/play.h:
25994         * gst-libs/gst/resample/private.h:
25995         * gst-libs/gst/resample/resample.h:
25996         * gst-libs/gst/riff/riff-ids.h:
25997         * gst-libs/gst/video/video.h:
25998         * gst-libs/gst/video/videosink.h:
25999           Add G_BEGIN_DECLS and G_END_DECLS around headers where
26000           missing, so that they work when included from C++ code.
26001
26002 2005-02-09  David Schleef  <ds@schleef.org>
26003
26004         * testsuite/gst-lint: Check for non-statically scoped
26005           parent_class variables.  This won't be a problem once
26006           plugins are loaded with RTLD_LOCAL.
26007
26008 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26009
26010         * ext/mplex/gstmplexibitstream.cc:
26011           gcc madness.
26012
26013 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26014
26015         * ext/ogg/gstogmparse.c:
26016         * gst/debug/gstnavigationtest.c:
26017           Die, thou faulty symbol pollutors (non-static parent_class).
26018
26019 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26020
26021         * ext/mplex/gstmplexibitstream.cc:
26022           Fix event handling (#165525).
26023
26024 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26025
26026         * ext/mikmod/gstmikmod.c:
26027         * gst/modplug/gstmodplug.cc:
26028           Add missing endianness to template (fixes #165509).
26029
26030 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26031
26032         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
26033           Fix wrong order of reading of optional bytes (#165290).
26034
26035 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26036
26037         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26038           Implement FILLER event awareness.
26039
26040 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26041
26042         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
26043           Fix track calculations (#166208).
26044
26045 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
26046
26047         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26048
26049         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
26050         * ext/libpng/gstpngenc.c:
26051           Fix byte-order, use proper fixed caps. Fixes #164197.
26052
26053 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
26054
26055         * configure.ac:
26056           Add dvdlpcmdec 
26057
26058         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
26059         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
26060           Don't push buffers if the src pad isn't negotiated yet.
26061           
26062         * gst/audioconvert/gstaudioconvert.c:
26063         (gst_audio_convert_buffer_to_default_format),
26064         (gst_audio_convert_buffer_from_default_format):
26065           Add support for 24-bit width.
26066
26067         * gst/dvdlpcmdec/.cvsignore:
26068         * gst/dvdlpcmdec/Makefile.am:
26069         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
26070         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
26071         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
26072         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
26073         (plugin_init):
26074         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
26075           New decoder for rearranging DVD LPCM into our audio/x-raw-int
26076           format. Needs support for the channels maps if someone can find 
26077           a DVD LPCM track with > 2 channels.
26078
26079         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
26080         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
26081         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
26082         * gst/mpegstream/gstdvddemux.h:
26083         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
26084         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
26085         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
26086         * gst/mpegstream/gstmpegdemux.h:
26087         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
26088         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
26089         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
26090         (gst_mpeg_parse_handle_src_query),
26091         (gst_mpeg_parse_handle_src_event):
26092           Use audio/x-dvd-lpcm for LPCM output.
26093           Add DTS output.
26094
26095 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
26096
26097         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26098
26099         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
26100         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
26101           Add BGRA handling (#165736).
26102
26103 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
26104
26105         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26106
26107         * gst/law/alaw-decode.c: (alawdec_link):
26108         * gst/law/alaw-encode.c: (alawenc_link):
26109         * gst/law/mulaw-decode.c: (mulawdec_link):
26110         * gst/law/mulaw-encode.c: (mulawenc_link):
26111           Fix caps memleaks (#166600).
26112
26113 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
26114
26115         * ext/tarkin/mem.h:
26116         * ext/tarkin/wavelet.h:
26117         * ext/tarkin/yuv.h:
26118         * gst/ffmpegcolorspace/avcodec.h:
26119           Include "_stdint.h" instead of <stdint.h>. Fixes build on
26120           systems that don't have stdint.h, like Solaris9 (fixes #166631).
26121
26122 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26123
26124         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
26125         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
26126         (gst_xvimagesink_change_state):
26127           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
26128           Xv video (and thereby regenerate Xv colourkey) in clear() so
26129           that PLAY -> READY -> PLAY works (fixes #162504).
26130
26131 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26132
26133         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
26134           Switch to list instead of range, since MJPEG-devices really just
26135           support decimations, not any size.
26136
26137 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
26138         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
26139         (gst_mpeg2dec_reset), (free_all_buffers),
26140         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
26141         * ext/mpeg2dec/gstmpeg2dec.h:
26142           The libmpeg2 user-allocated buffer management is awkward, 
26143           to say the least. Hopefully this fixes things.
26144
26145 2005-02-04  Andy Wingo  <wingo@pobox.com>
26146
26147         * gst/audioconvert/bufferframesconvert.c
26148         (buffer_frames_convert_fixate): New function, fixates to 256
26149         frames per buffer by default. (Much better than 1.)
26150         (buffer_frames_convert_init): Set the fixate function for both src
26151         and sink pad.
26152         (buffer_frames_convert_link): After success setting nonfixed caps,
26153         get the negotiated caps so we can know how many buffer-frames it
26154         will be. No idea how this worked at all before.
26155
26156 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
26157
26158         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
26159         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
26160         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
26161         (handle_sequence), (handle_picture):
26162         * ext/mpeg2dec/gstmpeg2dec.h:
26163           Rearrange buffer tracking and refcounting and refactor
26164           a little for readability. 
26165
26166 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
26167         * sys/v4l/gstv4l.c: (plugin_init):
26168         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
26169         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
26170         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
26171         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
26172         * sys/v4l/gstv4ljpegsrc.h:
26173         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
26174         * sys/v4l/v4l_calls.h:
26175         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
26176         (gst_v4lsrc_get_fps):
26177         * sys/v4l/v4lsrc_calls.h:
26178           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
26179           you jpeg inside rgb frames" driver.
26180           Don't error in the v4lsrc link function, just return 
26181           REFUSED.
26182
26183 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26184
26185         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
26186         (gst_qcamsrc_open):
26187           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
26188
26189 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26190
26191         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
26192           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
26193
26194 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26195
26196         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
26197           Reset negotiated state on PAUSED->READY.
26198
26199 2005-02-02  David Schleef  <ds@schleef.org>
26200
26201         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
26202         whereever possible.  (Fixes #165997)
26203         * examples/capsfilter/capsfilter1.c: (main):
26204         * examples/dynparams/filter.c: (create_ui):
26205         * examples/seeking/cdparanoia.c: (get_track_info), (main):
26206         * examples/seeking/chained.c: (main):
26207         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
26208         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
26209         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
26210         (make_mpeg_pipeline), (make_mpegnt_pipeline):
26211         * examples/seeking/spider_seek.c: (make_spider_pipeline):
26212         * examples/switch/switcher.c: (main):
26213         * ext/dv/demo-play.c: (main):
26214         * ext/faad/gstfaad.c: (gst_faad_change_state):
26215         * ext/mad/gstmad.c: (gst_mad_chain):
26216         * ext/smoothwave/demo-osssrc.c: (main):
26217         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
26218         (gst_gconf_render_bin_from_description),
26219         (gst_gconf_get_default_audio_sink),
26220         (gst_gconf_get_default_video_sink),
26221         (gst_gconf_get_default_audio_src),
26222         (gst_gconf_get_default_video_src),
26223         (gst_gconf_get_default_visualization_element):
26224         * gst/level/demo.c: (main):
26225         * gst/level/plot.c: (main):
26226         * gst/playback/gstplaybin.c: (gen_video_element),
26227         (gen_audio_element):
26228         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
26229         * gst/playondemand/demo-mp3.c: (setup_pipeline):
26230         * gst/sine/demo-dparams.c: (main):
26231         * gst/spectrum/demo-osssrc.c: (main):
26232         * gst/speed/demo-mp3.c: (main):
26233         * gst/volume/demo.c: (main):
26234         * testsuite/embed/embed.c: (main):
26235
26236 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
26237
26238         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
26239         (gst_tcpclientsink_finalize):
26240         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
26241         (gst_tcpclientsrc_finalize):
26242         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
26243         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
26244         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
26245         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
26246           Don't leak the hostname when shutting down.
26247           In tcpserversrc, take a copy of the default hostname.
26248
26249 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26250
26251         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
26252           Set caps to systemstream=TRUE.
26253
26254 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26255
26256         * testsuite/Makefile.am:
26257           Fix more OSX buildbots.
26258
26259 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
26260
26261         * ext/mpeg2dec/gstmpeg2dec.c:
26262           Don't send things to NULL PAD_PEERs
26263
26264         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
26265           Copy-on-write the incoming buffer.
26266
26267         * gst/mpegstream/gstdvddemux.h:
26268         * gst/mpegstream/gstmpegclock.h:
26269         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
26270         (normal_seek), (gst_mpeg_demux_handle_src_event):
26271         * gst/mpegstream/gstmpegdemux.h:
26272         * gst/mpegstream/gstmpegpacketize.h:
26273         * gst/mpegstream/gstmpegparse.c:
26274         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
26275         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
26276         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
26277         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
26278         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
26279         * gst/mpegstream/gstmpegparse.h:
26280         * gst/mpegstream/gstrfc2250enc.h:
26281           Various changes to the way time is computed that make seeking and
26282           total time estimation much better here.
26283           Use G_BEGIN/END_DECLS instead of __cplusplus
26284
26285         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
26286           Use gst_buffer_stamp instead of only copying the TIMESTAMP
26287
26288 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26289
26290         * gst/subparse/gstsubparse.c:
26291           Fix OSX buildbot.
26292
26293 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
26294
26295         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
26296         (theora_enc_chain), (theora_enc_change_state):
26297         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
26298         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
26299         (gst_vorbisenc_change_state):
26300         * ext/vorbis/vorbisenc.h:
26301           Set granulepos and timestamp correctly for streams not
26302           starting at 0, taking into account the initial delay.
26303
26304 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
26305
26306         * gst/mpegstream/gstdvddemux.c:
26307           Add audio/x-dts to audio pad template caps
26308
26309 2005-01-30  David Schleef  <ds@schleef.org>
26310
26311         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
26312         (create_context), (gst_polypsink_link): Fix silly endianness
26313         bug.  Add some debugging.  Remove float from caps; it doesn't
26314         work.  Attempt to get remote audio working.
26315
26316 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26317
26318         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
26319           Add 3IV2 fourcc.
26320
26321 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26322
26323         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
26324         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
26325         (gst_avi_demux_stream_data):
26326         * gst/avi/gstavidemux.h:
26327           Invert DIB images. Fixes #132341.
26328
26329 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26330
26331         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26332         (gst_ffmpegcsp_chain):
26333           D'oh, reference the palette data, not the palette structure.
26334           Fixes color distortion in #132341.
26335
26336 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26337
26338         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
26339           PAR can be non-fixed when not provided as argument (#162626).
26340
26341 2005-01-29  David Moore  <dcm@acm.org>
26342
26343         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26344
26345         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26346         (gst_qtdemux_loop_header):
26347           Re-apply patch from #142272 that allows non-seekable sources,
26348           re-proposed by Daniel Drake <dsd@gentoo.org>.
26349
26350 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26351
26352         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
26353           Use the src template for creating the src pad (#162330).
26354
26355 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26356
26357         * configure.ac:
26358         * ext/musepack/Makefile.am:
26359         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
26360         (gst_musepackdec_init), (gst_musepackdec_dispose),
26361         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
26362         (gst_musepack_stream_init), (gst_musepackdec_loop),
26363         (gst_musepackdec_change_state):
26364         * ext/musepack/gstmusepackdec.cpp:
26365         * ext/musepack/gstmusepackdec.h:
26366         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
26367         (gst_musepack_reader_read), (gst_musepack_reader_seek),
26368         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
26369         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
26370         * ext/musepack/gstmusepackreader.cpp:
26371         * ext/musepack/gstmusepackreader.h:
26372           Update to 1.1 API (#165446).
26373
26374 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26375
26376         * ext/Makefile.am:
26377           Unbreak buildbot.
26378
26379 2005-01-28  Andy Wingo  <wingo@pobox.com>
26380
26381         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
26382         to reflect a different dubious internet source. Add a reference
26383         and some commentary.
26384
26385 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26386
26387         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
26388         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
26389         * gst/playback/gststreamselector.h:
26390           Be more selective when we're redoing caps negotiation from
26391           within the chain function on a stream change.
26392
26393 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26394
26395         * configure.ac:
26396         * ext/Makefile.am:
26397         * ext/amrnb/Makefile.am:
26398         * ext/amrnb/amrnb.c: (plugin_init):
26399         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
26400         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
26401         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
26402         (gst_amrnbdec_state_change):
26403         * ext/amrnb/amrnbdec.h:
26404         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
26405         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
26406         (gst_amrnbparse_init), (gst_amrnbparse_formats),
26407         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
26408         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
26409         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
26410         * ext/amrnb/amrnbparse.h:
26411           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
26412         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
26413           Add AMR-NB/-WB raw formats.
26414         * ext/alsa/gstalsa.c: (gst_alsa_link):
26415           Keep valid time when changing format.
26416         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26417         (qtdemux_parse_trak):
26418           Add some more format-specific options (#140141, #143555, #155163).
26419
26420 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26421
26422         * gst/matroska/matroska-demux.c:
26423         (gst_matroska_demux_parse_blockgroup):
26424           Fix logic error in timing of subtitle stream synchronization.
26425         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
26426           Add skip-chunk, which is found in kodak-camera streams.
26427
26428 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26429
26430         * po/LINGUAS:
26431         * po/vi.po:
26432           Adding Vietnamese translation (submitted by Clytie Siddall)
26433
26434 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26435
26436         * gst/playback/gstdecodebin.c: (try_to_link_1):
26437           Use realpad for signal.
26438
26439 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26440
26441         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
26442           Fix category so decodebin picks it up.
26443
26444 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26445
26446         * ext/mad/Makefile.am:
26447         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
26448         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
26449         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
26450         (found_type), (gst_id3demux_bin_change_state):
26451         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
26452         (gst_id3_tag_init), (gst_id3_tag_handle_event),
26453         (gst_id3_tag_src_link), (gst_id3_tag_chain),
26454         (gst_id3_tag_change_state), (plugin_init):
26455         * ext/mad/gstmad.h:
26456           Add id3demuxbin (which is a simple bin consisting of id3demux
26457           and typefind), take over rank from id3demux, remove typefind
26458           code from id3demux. Makes all broken mp3s that I know of work,
26459           and thereby fixes #152688.
26460
26461 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
26462
26463         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26464
26465         * ext/mad/gstmad.c: (gst_mad_src_event):
26466         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
26467           Allow seeks on audio pad, make mad forward those (#164826).
26468         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26469           Set duration (#165335).
26470
26471 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26472
26473         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
26474         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
26475         (gst_asf_demux_process_ext_content_desc),
26476         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
26477         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
26478         * gst/asfdemux/gstasfdemux.h:
26479           Improve metadata display, e.g. if the metadata comes before the
26480           streams are loaded (which is perfectly valid).
26481
26482 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26483
26484         * tools/gst-launch-ext-m.m:
26485           Fix AVI/ASF pipelines (#165340).
26486
26487 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
26488         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
26489         build failure on amd64
26490
26491 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
26492
26493         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
26494         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
26495           Check environment variables GST_ID3V2_TAG_ENCODING,
26496           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26497           list of character encodings to force interpretation of non-unicode
26498           strings stored in an ID3v2 tag to a particular encoding. If none
26499           is specified, try to use current locale's encoding, then fall back
26500           to ISO-8859-1 (which will always succeed). (Resolves #149274)
26501         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
26502         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
26503           Check environment variables GST_ID3V1_TAG_ENCODING,
26504           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26505           list of character encodings to use in case a string encountered
26506           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
26507           specified, try to use the current locale's encoding, then fall
26508           back to ISO-8859-1 (which will always succeed).
26509
26510 2005-01-25  Benjamin Otte  <otte@gnome.org>
26511
26512         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
26513           - on half framerate, compute the rate in advance so the comparisons
26514             don't compare wrong values
26515           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
26516             behaviour
26517           - don't use mad_header_decode anymore, mad_frame_decode does that
26518             automatically
26519           - when getting rid of consumed bytes, reset the stream's skiplen
26520           (fixes #163867)
26521
26522 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
26523
26524         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
26525           Use 1/2 a second for default max_discont, as PES streams from DVB
26526           seem to have larger spacings in the SCR. 
26527           Fix a typo.
26528
26529 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26530
26531         * gst/playback/gstplaybasebin.c: (group_commit):
26532           Notify delayed stream-info availability.
26533
26534 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
26535         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
26536         (gst_a52dec_handle_event), (gst_a52dec_chain):
26537         Add some debug output. Check that a discont has a valid
26538         time associated.
26539         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
26540         (gst_alsa_sink_loop):
26541         Ignore TAG events. A little extra debug for broken timestamps.
26542         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
26543         (dvdnavsrc_change_state):
26544         Ensure we send a discont to engage the link before we send any
26545         other events.
26546         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
26547         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
26548         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
26549         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
26550         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
26551         dvd://title works in totem because typefinding sends a seek that ends
26552         up going back to chapter 1 regardless.
26553         * ext/mpeg2dec/gstmpeg2dec.c:
26554         * ext/mpeg2dec/gstmpeg2dec.h:
26555         Output correct timestamps and handle disconts.
26556         * ext/ogg/gstoggdemux.c: (get_relative):
26557         Small guard against a null dereference.
26558         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
26559         (gst_textoverlay_set_property):
26560         Free memory when done. Don't call gst_event_filler_get_duration on
26561         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
26562         g_warning.
26563         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
26564         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
26565         (gst_sw_srclink), (gst_smoothwave_chain):
26566         Draw solid lines, prettier colours.
26567         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
26568         Add a default palette that'll work for some movies.
26569         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
26570         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
26571         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
26572         * gst/mpegstream/gstdvddemux.h:
26573         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
26574         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
26575         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
26576         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
26577         * gst/mpegstream/gstmpegparse.h:
26578         Use PTM/NAV events when for timestamp adjustment when connected to 
26579         dvdnavsrc. Don't use many discont events where one suffices.
26580         * gst/playback/gstplaybasebin.c: (group_destroy),
26581         (gen_preroll_element), (gst_play_base_bin_add_element):
26582         * gst/playback/gstplaybasebin.h:
26583         Make sure we remove subtitles from the same bin we put them in.
26584         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
26585         (gst_subparse_buffer_format_autodetect),
26586         (gst_subparse_change_state):
26587         Fix some memleaks and invalid accesses.
26588         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
26589         (oggskel_type_find), (cmml_type_find), (plugin_init):
26590         Some typefind functions for Annodex v3.0 files
26591         * gst/wavparse/gstwavparse.h:
26592         GstRiffReadClass is the correct parent class.
26593
26594 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26595
26596         * gst-libs/gst/riff/riff-media.c:
26597         (gst_riff_create_video_caps_with_data):
26598           Add extradata to huffyuv (fixes #165013).
26599         * gst-libs/gst/riff/riff-read.c:
26600         (gst_riff_read_strf_vids_with_data):
26601           Fix extradata extraction if it is in the chunk size.
26602
26603 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
26604
26605         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26606
26607         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
26608         (gst_quarktv_change_state), (gst_quarktv_dispose):
26609           Memory free'ing location fix (#164708).
26610
26611 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26612
26613         * gst/playback/gstplaybasebin.c: (group_commit),
26614         (gen_preroll_element), (probe_triggered), (gen_source_element),
26615         (setup_source), (gst_play_base_bin_change_state),
26616         (gst_play_base_bin_add_element):
26617           Don't block for streams.
26618         * gst/playback/gststreaminfo.c: (stream_info_change_state),
26619         (gst_stream_info_set_mute):
26620           Use gst_pad_set_active_recursive.
26621
26622 2005-01-25  Andy Wingo  <wingo@pobox.com>
26623
26624         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
26625         for #ifndef HAVE_XVIDEO.
26626
26627 2005-01-24  Jeffrey C. Ollie
26628
26629         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
26630
26631         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
26632         * ext/gsm/gstgsmdec.h:
26633         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
26634         * ext/gsm/gstgsmenc.h:
26635         Fix rate to 8kHz as per spec, removes obscure errors when no rate
26636         was given by property. Add proper buffer timestamps and offsets.
26637
26638 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26639
26640         * gst-libs/gst/riff/riff-media.c:
26641         (gst_riff_create_audio_caps_with_data):
26642           Audio can be <8000Hz.
26643
26644 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26645
26646         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
26647           Explicit state change to workaround refcount bugs.
26648
26649 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26650
26651         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
26652         (gst_avimux_riff_get_avi_header):
26653           Fix...
26654
26655 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26656
26657         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
26658         (gst_riff_read_element_data):
26659         * gst-libs/gst/riff/riff-read.h:
26660           Add _peek version (req'ed in CDXA).
26661         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
26662         (gst_cdxaparse_loop):
26663           Fix parsing in playbin.
26664         * gst/playback/gstdecodebin.c: (close_pad_link):
26665           Ignore current_ pads, they cause major annoyance.
26666
26667 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26668
26669         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
26670           Safety guard.
26671
26672 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26673
26674         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
26675           Fix padding...
26676
26677 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26678
26679         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
26680           Allow for 0-sized buffers. Fixes length query problems in
26681           starwars.mkv from the testsuite.
26682
26683 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
26684
26685         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
26686         (gst_video_box_i420), (gst_video_box_chain):
26687           Fix row strides for I420 (fixes #163159)
26688           
26689 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26690
26691         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
26692           MPEG2 has a useful rate property, so we can actually use that.
26693           For MPEG-1, continue using the bytes/time properties.
26694
26695 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26696
26697         * gst-libs/gst/riff/riff-media.c:
26698         (gst_riff_create_video_caps_with_data),
26699         (gst_riff_create_video_template_caps):
26700           Add intel-h263.
26701
26702 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26703
26704         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
26705           Fail if caps negotiation fails. Should fix #162184, and should
26706           definately be in there regardless of it fixing the actual bug.
26707         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
26708         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
26709         (gst_avimux_riff_get_avix_header),
26710         (gst_avimux_riff_get_video_header),
26711         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
26712         (gst_avimux_start_file), (gst_avimux_handle_event),
26713         (gst_avimux_change_state):
26714         * gst/avi/gstavimux.h:
26715           Refactor structure writing to use GST_WRITE_UINT macros, add
26716           metadata writing support.
26717
26718 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26719
26720         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
26721           Elements may already be destroyed when this function is called.
26722
26723 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26724
26725         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26726         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
26727           More memory leak fixes (#149162).
26728
26729 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26730
26731         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26732         (gst_qtdemux_add_stream):
26733           Fix two memleaks.
26734
26735 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26736
26737         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
26738           Argh...
26739
26740 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26741
26742         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
26743           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
26744           when fixating to six channels in Totem.
26745
26746 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26747
26748         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
26749           Fix compile warnings on Solaris 10 buildbot
26750
26751 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26752
26753         * ext/dvdread/dvdreadsrc.c: (_read):
26754           Don't read beyond the last cell in a chapter (fixes 
26755           invalid memory access)
26756
26757 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26758
26759         * ext/dvdread/stream_labels.c:
26760         (dvdreadsrc_get_audio_stream_labels):
26761           Use NULL for an empty GList instead of g_list_alloc(); fix 
26762           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
26763           of GString (easier to bulk free later)
26764
26765 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
26766
26767         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26768
26769         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26770         (gst_ffmpeg_pixfmt_to_caps):
26771           Fix BGRA32 caps (#164209).
26772
26773 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
26774
26775         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26776
26777         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26778         (gst_ffmpeg_caps_to_pixfmt):
26779           alpha_mask can be RGBA/ABGR. Fixes #164265.
26780
26781 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
26782
26783         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26784
26785         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
26786         (gst_mpeg2dec_alloc_buffer):
26787         * ext/mpeg2dec/gstmpeg2dec.h:
26788           Crop if decoding size is not the actual image size (#163676).
26789
26790 2005-01-17  Steve Baker  <steve@stevebaker.org>
26791
26792         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26793
26794         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
26795         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
26796           Add libsndfile typefind functions (#163309).
26797
26798 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26799
26800         * tools/gst-launch-ext-m.m:
26801           Add .aac, fix .m1v/.m2v (#163891).
26802
26803 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26804
26805         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
26806           Sanity check, don't wait endlessly since the clock might not
26807           actually run at this point (which is a deadlock). Fixes #164069.
26808
26809 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26810
26811         * gst/playback/gstplaybasebin.c: (probe_triggered):
26812           Of course, only pause if group is done...
26813
26814 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26815
26816         * gst/playback/gstplaybasebin.c: (probe_triggered):
26817           Thread safety.
26818
26819 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
26820
26821         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
26822           Don't return state change success when the parent
26823           failed.
26824
26825 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26826
26827         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
26828           Free events (fix memleak in #162905).
26829
26830 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
26831
26832         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26833
26834         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26835         (gst_ffmpeg_caps_to_pixfmt):
26836           Fix for depth = 15. Fixes #161675.
26837
26838 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26839
26840         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
26841           Set FPS correctly, even for webcams and the like.
26842         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
26843           Don error on setting while capturing.
26844
26845 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26846
26847         * ext/dv/gstdvdec.c:
26848         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
26849         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
26850           I'm a bad boy. using /1001. to force C to do float division
26851           and not integer division (as it did in my last commit)
26852           Thanks to David I. Lehn for pointing this mistake.
26853
26854 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26855
26856         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
26857           Revert Johan's 1.35->1.36 since it breaks compat.
26858
26859 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26860
26861         * ext/dv/gstdvdec.c:
26862         * ext/libfame/gstlibfame.c:
26863         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
26864         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
26865           replace framerate aproximations by their real value
26866           (24000/1001, 30000/1001, 60000/1001)
26867           Finish fixing bug #164049
26868
26869 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26870
26871         * ext/ogg/gstoggmux.c:
26872           eos/bos debugging
26873         * gst/tcp/gstmultifdsink.c:
26874         * gst/tcp/gstmultifdsink.h:
26875         * gst/tcp/gsttcp.c:
26876         * gst/tcp/gsttcp.h:
26877         * gst/tcp/gsttcpclientsink.c:
26878         * gst/tcp/gsttcpclientsrc.c:
26879         * gst/tcp/gsttcpserversink.c:
26880         * gst/tcp/gsttcpserversrc.c:
26881           improve reusability of elements after state changes and errors
26882           make multifdsink throw away streamheaders when receiving new ones
26883
26884 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26885
26886         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
26887           Fix for if items are already in list...
26888
26889 2005-01-12  Benjamin Otte  <otte@gnome.org>
26890
26891         * gst/adder/gstadder.c: (gst_adder_loop):
26892           fix adder a bit so it doesn't screw up with events as much anymore
26893
26894 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
26895
26896         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
26897         (pixbufscale_scale), (gst_pixbufscale_chain):
26898         * ext/gdk_pixbuf/pixbufscale.h:
26899           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
26900           to ensure rowstrides are calculated the same way as 
26901           ffmpegcolorspace
26902           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
26903           that we pick up duration and offset also.
26904
26905 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26906
26907         * gst/avi/gstavimux.c: (gst_avimux_class_init),
26908         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
26909           Reusability fixes.
26910
26911 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26912
26913         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
26914         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
26915         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
26916         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
26917           Update flags when requested.
26918
26919 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26920
26921         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
26922           Fix dmix.
26923
26924 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26925
26926         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
26927         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
26928         (probe_triggered), (new_decoded_pad), (gen_source_element),
26929         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
26930         * gst/playback/gstplaybasebin.h:
26931         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
26932         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
26933         (gst_play_bin_change_state):
26934           Implement group-switch signal for use in apps to clear metadata
26935           cache, clean up subtitle, add suburi property instead of # hack,
26936           some error-out fixes.
26937
26938 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26939
26940         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
26941           Debug.
26942         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
26943           If we got a state change in the _get handler, don't return success.
26944
26945 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26946
26947         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
26948         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
26949           Make jpegdec quiet on MJPEG decoding
26950         * gst/asfdemux/README:
26951           Fix mimetypes for MJPEG and H263
26952
26953 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26954
26955         * ext/theora/theoradec.c: (theora_dec_chain):
26956           Fix broken code generation by gcc by swapping arguments.
26957         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
26958           Fix \n in debug.
26959
26960 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26961
26962         * TODO:
26963           delete this file, it is by far outdated
26964         * ext/alsa/gstalsa.1: remove
26965         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
26966         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
26967         (gst_alsa_get_caps):
26968           Add HW probing for supported sample rates. Fixes #161704
26969
26970 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26971
26972         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26973           Don't crash, biatch! :).
26974
26975 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26976
26977         * ext/musepack/gstmusepackreader.cpp:
26978         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
26979           Some work on tags - still doesn't work in playbin...
26980         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26981           Handle events...
26982
26983 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26984
26985         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
26986           Also shove tags on kid pads.
26987
26988 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26989
26990         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
26991           Don't bail on unknown events.
26992         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26993           Don't crash on events before negotiation.
26994         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
26995           Send tags on pads, too.
26996         * gst/playback/gststreamselector.c:
26997         (gst_stream_selector_request_new_pad):
26998           Forward events on first pad if no input was selected yet.
26999
27000 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27001
27002         * gst/playback/gstplaybasebin.c: (setup_substreams):
27003           Don't disable streamtype if the stream doesn't exist, since
27004           then playing a video after audio will disable both and nothing
27005           will happen. Fixes the testsuite.
27006
27007 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27008
27009         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
27010         (gst_v4l_xoverlay_set_xwindow_id):
27011         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
27012         (gst_v4l2_xoverlay_set_xwindow_id):
27013           Add debug categories, fix overlay disabling.
27014
27015 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27016
27017         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
27018         * ext/alsa/gstalsa.h:
27019           Add HW probing for period_count/size and buffer_size MIX/MAX
27020           Adjust default/user defined value if out of bounds
27021           Should fix bug #162024
27022
27023 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27024
27025         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
27026           Fix warning (#161191).
27027
27028 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27029
27030         * ext/dvdread/stream_labels.c:
27031         (dvdreadsrc_get_audio_stream_labels):
27032           Fix warning (init the good variable in switch default)
27033
27034 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
27035
27036         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27037
27038         * gst/tta/gstttaparse.c: (gst_tta_src_event):
27039           Fix gcc-2.95 compile (#163485).
27040
27041 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27042
27043         * configure.ac:
27044         * ext/flac/gstflacenc.c: (gst_flacenc_init),
27045         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
27046         (gst_flacenc_tell_callback), (gst_flacenc_chain),
27047         (gst_flacenc_change_state):
27048         * ext/flac/gstflacenc.h:
27049           Update for API change in flac-1.1.1. Update requirement in
27050           configure.ac. Fixes #162974.
27051
27052 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27053
27054         * gst/playback/gstplaybasebin.c: (group_destroy):
27055           Remove hack to get rid of assert and get rid of unlinked
27056           signals properly.
27057
27058 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27059
27060         * gst/playback/gstplaybasebin.c: (setup_source):
27061           Set source to NULL so that resources are free'ed. Fixes issues
27062           with playback of CDDA and similar device-accessing things.
27063
27064 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27065
27066         * testsuite/embed/Makefile.am:
27067           test->noinst, fix make test in buildbot.
27068
27069 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27070
27071         * ext/dvdread/stream_labels.c: new file
27072         * ext/dvdread/stream_labels.h: new file
27073         * ext/dvdread/Makefile.am:
27074         * ext/dvdread/dvdreadsrc.c: (_seek_title):
27075           Extract audio stream label from DVD IFO files.
27076           It only dump them on the console for now, still have to
27077           make playbin aware of them.
27078
27079 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27080
27081         * gst/playback/gstplaybasebin.c: (setup_source):
27082           Fix hanging subs.
27083
27084 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27085
27086         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
27087         (gen_preroll_element), (remove_groups), (setup_subtitle),
27088         (gen_source_element), (setup_source):
27089         * gst/playback/gstplaybasebin.h:
27090           Multiple .sub files is just a stupid idea... Fix some threading
27091           mistakes. Interestingly, external .sub files cause playbin to
27092           hang, I don't know why... Parsing fixes contributed by Fran??ois
27093           Kooman <fkooman@tuxed.net>.
27094
27095 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27096
27097         * testsuite/embed/Makefile.am:
27098           Fix buildbot.
27099
27100 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
27101
27102         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27103
27104         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
27105         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
27106         (gst_pngenc_set_property):
27107         * ext/libpng/gstpngenc.h:
27108           Add compression level property (#163323).
27109
27110 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27111
27112         * configure.ac:
27113         * examples/capsfilter/capsfilter1.c: (main):
27114         * examples/seeking/spider_seek.c: (make_spider_pipeline):
27115         * ext/dvdread/Makefile.am:
27116         * ext/dvdread/demo-play:
27117         * ext/dvdread/demo-play.c:
27118         * gconf/gstreamer.schemas.in:
27119         * gst-libs/gst/gconf/gconf.c:
27120         * sys/v4l/TODO:
27121         * testsuite/Makefile.am:
27122         * testsuite/embed/Makefile.am:
27123         * testsuite/embed/embed.c: (cb_expose), (main):
27124           Remove all references to xvideosink, fix examples (#140845).
27125         * gst/playback/gstplaybasebin.c: (group_destroy):
27126           Apparently, disposal does not unlink - so do explicitely.
27127         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
27128           Add debug.
27129
27130 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
27131
27132         * README: fix PKG_CONFIG_PATH instructions, what was there
27133         previously was breaking default search path, not nice. 
27134         Fixes #163358
27135
27136 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27137
27138         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
27139         (gst_audioscale_chain):
27140           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
27141           when resampling - how the ^@$^!@^! is this possible?!?
27142
27143 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27144
27145         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
27146           Reset variables on READY.
27147         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
27148         (gst_matroska_mux_loop):
27149           Require data before writing header.
27150
27151 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
27152
27153         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27154
27155         * ext/mad/gstmad.c: (gst_mad_chain):
27156           Don't call mad_stream_sync() directly after recovering sync.
27157           Fixes #151661.
27158
27159 2005-01-09  Martin Eikermann  <meiker@upb.de>
27160
27161         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27162
27163         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
27164         (snapshot_handler), (gst_snapshot_sinkconnect),
27165         (gst_snapshot_chain):
27166           Allocate resources when required, fix recursive signal emission
27167           and fix caps. Fixes #161667.
27168
27169 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
27170
27171         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27172
27173         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
27174         (gst_pngdec_chain):
27175           Handle only 8-bppc (bits-per-pixel-component) images, better
27176           error handling and correct strides. Fixes #163177.
27177         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
27178         (gst_pngenc_chain):
27179           Better error handling. Fixes #163348.
27180
27181 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27182
27183         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
27184         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
27185         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
27186         (dvdnavsrc_uri_handler_init):
27187           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
27188         * gst/playback/gstplaybasebin.c: (gen_source_element):
27189           Add MMS to streaming URIs.
27190
27191 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27192
27193         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
27194         * sys/xvimage/xvimagesink.c:
27195         (gst_xvimagesink_navigation_send_event):
27196           Check for pad availability before sending event.
27197
27198 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27199
27200         * gst-plugins.spec.in:
27201           Add subparse.
27202
27203 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27204
27205         * configure.ac:
27206           Since we use functions from CVS, up requirement.
27207
27208 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27209
27210         * gst/playback/Makefile.am:
27211         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27212         (group_destroy), (group_commit), (group_is_muted),
27213         (gen_preroll_element), (add_stream), (unknown_type),
27214         (probe_triggered), (preroll_unlinked), (mute_stream),
27215         (silence_stream), (new_decoded_pad), (setup_substreams),
27216         (setup_source), (get_active_source), (mute_group_type),
27217         (muted_group_change_state), (set_active_source),
27218         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
27219         (play_base_eos), (gst_play_base_bin_change_state):
27220         * gst/playback/gstplaybasebin.h:
27221         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
27222         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
27223         (gst_stream_info_dispose), (stream_info_mute_pad),
27224         (stream_info_change_state), (gst_stream_info_set_mute):
27225         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
27226         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
27227         (gst_stream_selector_init), (gst_stream_selector_dispose),
27228         (gst_stream_selector_get_linked_pad),
27229         (gst_stream_selector_get_caps), (gst_stream_selector_link),
27230         (gst_stream_selector_get_linked_pads),
27231         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
27232         * gst/playback/gststreamselector.h:
27233           Adding stream selection support plus required properties for
27234           applications to use this. Fully fixes #100931.
27235
27236 2005-01-08  Benjamin Otte  <otte@gnome.org>
27237
27238         * gst/games/gstpuzzle.c: (nav_event_handler):
27239           - handle nav events differently: forward every event no matter if it
27240             was handled or not.
27241           - translate events
27242           You can now cheat by using navigationtest ! puzzle and moving the
27243           mouse close to the edge of a tile. ;)
27244
27245 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27246
27247         * configure.ac:
27248         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
27249         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
27250         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
27251         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
27252         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
27253         (gst_ogm_parse_plugin_init):
27254         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
27255         (gst_textoverlay_link), (gst_textoverlay_getcaps),
27256         (gst_textoverlay_event), (gst_textoverlay_video_chain),
27257         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
27258         * ext/pango/gsttextoverlay.h:
27259         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
27260         (gst_matroska_demux_handle_seek_event),
27261         (gst_matroska_demux_sync_streams),
27262         (gst_matroska_demux_parse_blockgroup),
27263         (gst_matroska_demux_subtitle_caps),
27264         (gst_matroska_demux_plugin_init):
27265         * gst/matroska/matroska-ids.h:
27266         * gst/playback/gstdecodebin.c: (close_pad_link):
27267         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
27268         (gen_preroll_element), (remove_groups), (add_stream),
27269         (new_decoded_pad), (setup_subtitles), (gen_source_element),
27270         (setup_source):
27271         * gst/playback/gstplaybasebin.h:
27272         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
27273         * gst/subparse/Makefile.am:
27274         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
27275         (gst_subparse_base_init), (gst_subparse_class_init),
27276         (gst_subparse_init), (gst_subparse_formats),
27277         (gst_subparse_eventmask), (gst_subparse_event),
27278         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
27279         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
27280         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
27281         (parse_mpsub_deinit), (parse_mpsub_init),
27282         (gst_subparse_buffer_format_autodetect),
27283         (gst_subparse_format_autodetect), (gst_subparse_loop),
27284         (gst_subparse_change_state), (gst_subparse_type_find),
27285         (plugin_init):
27286         * gst/subparse/gstsubparse.h:
27287         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
27288         (plugin_init):
27289           Add subtitle support, .sub parser (supports SRT and MPsub),
27290           OGM text support, Matroska UTF-8 text support, deadlock fixes
27291           all over the place, subtitle awareness in decodebin/playbin
27292           and some fixes to textoverlay to handle subtitles in a stream
27293           correctly. Fixes #100931.
27294
27295 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27296
27297         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
27298           Check for pad availability before doing a query on it.
27299
27300 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27301
27302         * ext/dv/gstdvdec.c:
27303           really fix bpp24/32 dvdec caps (classic rgba indeed)
27304         * gst/asfdemux/gstasfdemux.c:
27305         (gst_asf_demux_process_ext_content_desc):
27306           don't send text tags if they are empty (bis repetita)
27307
27308 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27309
27310         * ext/dv/gstdvdec.c:
27311          remove unneeded comment from dvdec
27312           (related to DV 4CC codes in AVI files)
27313           moved them in gstreamer/docs/random/mimetypes
27314         * gst/asfdemux/gstasfdemux.c:
27315         (gst_asf_demux_process_ext_content_desc):
27316          don't send text tags if they are empty
27317          fix mem leak on error path
27318         * gst/ffmpegcolorspace/avcodec.h:
27319         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27320         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
27321         (gst_ffmpegcsp_avpicture_fill):
27322         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
27323         * gst/ffmpegcolorspace/imgconvert_template.h:
27324          adds BGR32 and BGRA32 to ffmpegcolorspace
27325           (still bad colors, fixing it on next commit)
27326           helps with dvdec outputing BGR32
27327
27328 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27329
27330         * ext/dv/gstdvdec.c:
27331          Fix audio caps i just broke (missing ',')
27332         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
27333         (gst_matroska_mux_reset):
27334          Fix typo + add FIXME about old "x-gst-metadata" crap
27335
27336 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27337
27338         * ext/dv/demo-play.c: (main):
27339          xvideosink -> xvimagesink
27340         * ext/dv/gstdvdec.c:
27341          change rgb 32/32 caps to 24/32 (no alpha)
27342          change nb of channels to be a list (2 or 4, not 2)
27343          change sample rate to be a list (32, 44.1, 48 kHz) not a range
27344         * gst/asfdemux/gstasfdemux.c:
27345         (gst_asf_demux_process_ext_content_desc):
27346          Add 'date/year' to extracted metadata list
27347
27348 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27349
27350         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
27351           The return value of fixate_to does not imply that the requested
27352           value was set, so don't assume.
27353
27354 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
27355
27356         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27357
27358         * ext/libpng/gstpngdec.c:
27359         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
27360         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
27361         * ext/libpng/gstpngenc.h:
27362           Alpha support (encoder; #163161), mime fixage.
27363
27364 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
27365
27366         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27367
27368         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
27369         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
27370         (gst_faac_set_property), (gst_faac_get_property):
27371         * ext/faac/gstfaac.h:
27372           Allow for ADTS output (#153434).
27373
27374 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27375
27376         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
27377           Fix against template (#150576).
27378
27379 2005-01-06  Benjamin Otte  <otte@gnome.org>
27380
27381         * gst/games/gstpuzzle.c: (draw_puzzle):
27382           don't draw a puzzle if either width or height of tiles would be 0.
27383
27384 2005-01-06  Benjamin Otte  <otte@gnome.org>
27385
27386         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
27387         (gst_puzzle_class_init), (gst_puzzle_finalize):
27388           no memleaks, please
27389         (gst_puzzle_create), (gst_puzzle_init),
27390         (gst_puzzle_set_property), (gst_puzzle_setup):
27391           change initialization code around so we don't reshuffle on resize
27392         (draw_puzzle):
27393           fix another stupid typo
27394
27395 2005-01-06  Benjamin Otte  <otte@gnome.org>
27396
27397         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
27398           fix stupid typo that borked copying on YUY2
27399
27400 2005-01-06  Benjamin Otte  <otte@gnome.org>
27401
27402         * gst/games/gstpuzzle.c: (draw_puzzle):
27403           fix edges when image sizes aren't multiples of tile sizes
27404
27405 2005-01-06  Benjamin Otte  <otte@gnome.org>
27406
27407         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
27408           make RGB endianness work correctly
27409         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
27410           refactor and fix race with initial shuffling
27411         (nav_event_handler):
27412           allow using the mouse to puzzle
27413         (draw_puzzle):
27414           insist on tiles having width and height as multiples of 4 to get
27415           clean YUV image handling
27416         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
27417         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
27418           s/DEBUG/LOG/ for common messages
27419         (gst_xvimagesink_navigation_send_event):
27420           fix mouse event translation to not include screen PAR
27421         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
27422           fix mouse event translation to actually work
27423
27424 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27425
27426         * gst/asfdemux/gstasfdemux.c:
27427         (gst_asf_demux_process_ext_content_desc):
27428          Extract TrackNumber metadata + clean up code
27429         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
27430          Hope this is the good fix (var used unitialised)
27431
27432 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27433
27434         * ext/faad/gstfaad.c: (gst_faad_chain):
27435           Only increment timestamp if it's valid. Fixes raw AAC streams.
27436
27437 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27438
27439         * configure.ac:
27440         * gst/games/Makefile.am:
27441         * gst/games/gstpuzzle.c:
27442           add a puzzle game with...
27443         * gst/games/gstvideoimage.c:
27444         * gst/games/gstvideoimage.h:
27445           ... full colorspace support (that includes YUV9 and RGB16)) stolen
27446           from videotestsrc and made into something that would be a nice
27447           library for a lot of other plugins.
27448
27449 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27450
27451         * configure.ac:
27452          don't compile faad plugin if a RC of 2.0 is found
27453          Fixes #155346 (and FC1 buildbot)
27454         * gst/asfdemux/gstasfdemux.c:
27455         (gst_asf_demux_process_ext_content_desc):
27456          try to make Solaris compiler happier
27457
27458 2005-01-06  Paul Jack  <pjack@sfaf.org>
27459
27460         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27461
27462         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
27463           Fix segfault (#161667).
27464
27465 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27466
27467         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
27468           Fix framerate reporting.
27469
27470 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27471
27472         * gst-libs/gst/riff/riff-ids.h:
27473         * gst/wavenc/riff.h:
27474          Add AMR (VBR and CBR) ids to riff.h audio codec list
27475         * gst/asfdemux/gstasfdemux.c:
27476         (gst_asf_demux_process_ext_content_desc),
27477         (gst_asf_demux_process_object):
27478           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
27479
27480 2005-01-05  Martin Eikermann  <meiker@upb.de>
27481
27482         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27483
27484         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
27485         (gst_dvd_demux_handle_discont):
27486         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
27487         (gst_mpeg_demux_handle_discont):
27488           Recreate pads on new-media (#160730).
27489         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
27490           Send discont even if manager changes timestamps (#161929).
27491
27492 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
27493
27494         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27495
27496         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
27497           Fix invalid memory access (#159211).
27498
27499 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27500
27501         * examples/gstplay/player.c: (main):
27502           Don't iterate.
27503         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
27504           Add visualizations.
27505         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
27506         (gst_a52dec_handle_frame):
27507           Set duration.
27508         * ext/dvdnav/gst-dvd:
27509           Add audioconvert. Fixes #161325.
27510         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
27511           Explicitely case to gint64. Possible valgrind error.
27512         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
27513         (gst_play_tick_callback), (gst_play_change_state),
27514         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
27515         (gst_play_set_location), (gst_play_get_location),
27516         (gst_play_seek_to_time), (gst_play_set_data_src),
27517         (gst_play_set_video_sink), (gst_play_set_audio_sink),
27518         (gst_play_set_visualization), (gst_play_connect_visualization),
27519         (gst_play_get_framerate), (gst_play_get_all_by_interface),
27520         (gst_play_new):
27521           Use playbin. Fixes #139749 and #147744.
27522         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
27523           Add genre tag.
27524         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
27525         (audioscale_get_type), (gst_audioscale_base_init),
27526         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
27527         (gst_audioscale_getcaps), (gst_audioscale_fixate),
27528         (gst_audioscale_link), (gst_audioscale_get_buffer),
27529         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
27530         (gst_audioscale_init), (gst_audioscale_dispose),
27531         (gst_audioscale_chain), (gst_audioscale_set_property),
27532         (gst_audioscale_get_property), (plugin_init):
27533           Indent properly.
27534         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
27535           Fix LPCM.
27536         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
27537         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
27538         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
27539           Add more metadata (fixes #162656).
27540
27541 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27542
27543         * configure.ac:
27544           back to cvs
27545
27546 === release 0.8.7 ===
27547
27548 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27549
27550         * NEWS:
27551         * RELEASE:
27552         * configure.ac:
27553           releasing 0.8.7, "Hyperspace"
27554
27555 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27556
27557         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
27558
27559         * gst/playback/gstplaybasebin.c:
27560          Fix for #162924 - free caps after use, not before
27561
27562 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
27563
27564         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27565
27566         * gst/playback/gstplaybasebin.c:
27567         * gst/wavparse/gstwavparse.c:
27568           Fix for #154773 - fixes playback of small .wav files
27569
27570 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
27571
27572         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27573
27574         * gst/audioscale/gstaudioscale.c:
27575           Fix for #162819 - make audioscale reusable
27576           Fixes playback of more than one file with playbin/totem
27577
27578 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27579
27580         * gst/ffmpegcolorspace/avcodec.h:
27581         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27582         * gst/ffmpegcolorspace/imgconvert.c:
27583           clean up the mess that made me cry and avoid needless duplication
27584
27585 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27586
27587         * gst/ffmpegcolorspace/imgconvert.c:
27588           give some indication of why we're segfaulting
27589
27590 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27591
27592         * configure.ac:
27593           Fix indentation, fix v4l2 plugin detection.
27594         * ext/Makefile.am:
27595           Fix libmms location (Maciej, use diff -u!).
27596         * ext/alsa/gstalsa.c: (gst_alsa_init):
27597           Initialize caps cache to NULL.
27598         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
27599           Only change state on audiosink if it exists.
27600
27601 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
27602
27603         * gst/matroska/matroska-demux.c:
27604         * gst/matroska/matroska-ids.h:
27605         * gst/matroska/matroska-demux.h:
27606         Fix Vorbis streams failing to decode in some files, where cluster_time
27607         isn't 0, because then it doesn't send codec_priv before actual data.
27608         Remove time-based test and replace it with marker set on beginning of
27609         new stream
27610
27611 2004-12-28  David Schleef  <ds@schleef.org>
27612
27613         Merge patch from Ronald fixing problems with streaming
27614         text.
27615         * ext/cairo/gstcairo.c: (plugin_init):
27616         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
27617         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
27618         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
27619         (gst_textoverlay_font_init), (gst_textoverlay_init),
27620         (gst_textoverlay_set_property):
27621         * ext/cairo/gsttextoverlay.h:
27622
27623 2004-12-27  David Schleef  <ds@schleef.org>
27624
27625         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
27626         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
27627         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
27628         (gst_textoverlay_font_init), (gst_textoverlay_init),
27629         (gst_textoverlay_set_property): Improvements to actually
27630         render text as white on black outline on video, including
27631         font selection and horizontal/vertical alignment.  (Ronald's
27632         christmas present)
27633         * ext/cairo/gsttextoverlay.h:
27634
27635 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27636
27637         * ext/ogg/gstogg.c:
27638         * ext/ogg/gstogmparse.c:
27639           fix ogm[audio/video]parse plugin registration
27640           (riff won't load if bytestream is already loaded)
27641
27642 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27643
27644         * gst/audioconvert/gstchannelmix.c:
27645           fix for GLIB < 2.4
27646
27647 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27648
27649         * Makefile.am:
27650         * configure.ac:
27651           disable docs again until it actually passes make distcheck.
27652
27653 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27654
27655         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
27656         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
27657         (plugin_init):
27658           Add 3GP (variables name Q3GP because they can't start with a
27659           number). Add samr audio fourcc (used in .3gp files), decoder
27660           is work in progress. Also do a GST_WARNING instead of ERROR
27661           in case of unknown nodes, to decrease output.
27662
27663 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27664
27665         * Makefile.am:
27666           really fix dist
27667
27668 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27669
27670         * configure.ac:
27671         * ext/speex/gstspeexdec.h:
27672         * ext/speex/gstspeexenc.h:
27673           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
27674           Fix detection code in configure.ac
27675
27676 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27677
27678         * gst/matroska/matroska-demux.c:
27679         (gst_matroska_demux_parse_blockgroup):
27680           Save position, so that queries give proper return values. Don't
27681           know how this could ever have worked before...
27682
27683 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27684
27685         * configure.ac:
27686           Put additional LAME check inside the conditional.  Fixes #152339
27687
27688 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27689
27690         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27691         (gst_avi_demux_stream_scan):
27692           Add some more debug. Fix logic error when setting movi offset
27693           while reading index.
27694
27695 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27696
27697         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27698         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
27699         (gst_avi_demux_process_next_entry):
27700           Add some debugging. Better detection of broken indexes and the
27701           accompanying index recovery. No infinite loops on state changes
27702           when we're still in our loopfunction.
27703
27704 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27705
27706         * configure.ac:
27707           Fix up.
27708
27709 2004-12-22  Archana Shah  <archana.shah@wipro.com>
27710
27711         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27712
27713         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
27714           Normalizing the value before setting
27715         (gst_sunaudiomixer_get_volume):
27716           Normalizing the value after getting. Fixes bug# 161980
27717
27718 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27719
27720         * Makefile.am: Make sure docs gets disted
27721         * docs/Makefile.am: Make sure all needed files get disted
27722         * gst-plugins.spec.in: latest updates
27723
27724 2004-12-22  Wim Taymans  <wim@fluendo.com>
27725
27726         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
27727         Revert patch 1.38 as clock distribution over schedulers does
27728         not work correcly in the core yet.
27729
27730 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27731
27732         * sys/oss/README: remove this file, which predates my birth
27733           (and which content is by far outdated)
27734
27735 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
27736
27737         * Makefile.am:
27738         * configure.ac:
27739         * docs/Makefile.am:
27740         * docs/libs/Makefile.am:
27741         * docs/libs/gst-plugins-libs-docs.sgml:
27742         * docs/libs/gst-plugins-libs-sections.txt:
27743         * docs/libs/tmpl/gstgconf.sgml:
27744         * docs/upload.mak:
27745         * docs/version.entities.in:
27746           Added boilerplate gtk-doc files for plugin-libs documentation.
27747
27748 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27749
27750         * gst/auparse/gstauparse.c: fix int and float audio caps
27751
27752 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27753
27754         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
27755         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
27756           g_assert() can be a macro, don't use #ifdef inside it.
27757
27758 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
27759
27760         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27761
27762         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
27763         (gst_videorate_init), (gst_videorate_chain),
27764         (gst_videorate_change_state):
27765           Event handling (fixes #159986).
27766
27767 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27768
27769         * gst-libs/gst/riff/riff-media.c:
27770         (gst_riff_create_video_caps_with_data):
27771           Add BLZ0 (Blizzard's version of DivX) fourcc.
27772
27773 2004-12-18  David Schleef  <ds@schleef.org>
27774
27775         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
27776         portability fix.
27777
27778 2004-12-18  David Schleef  <ds@schleef.org>
27779
27780         * gst/tta/ttadec.h: Disable some header code that isn't used
27781         and clearly isn't portable.
27782
27783 2004-12-18  David Schleef  <ds@schleef.org>
27784
27785         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
27786         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
27787         (avcodec_get_pix_fmt), (avpicture_layout),
27788         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
27789         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
27790         Fix code to not use GCC extensions (and c99 extensions that
27791         Forte does not like.)
27792
27793 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
27794
27795         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27796
27797         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
27798         (gst_deinterlace_chain):
27799           Rowstride fixes. Fixes #161039.
27800         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
27801         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
27802         (gst_video_crop_getcaps), (gst_video_crop_link),
27803         (gst_video_crop_i420), (gst_video_crop_chain),
27804         (gst_video_crop_change_state):
27805           Rework of negotiation. Actually works now. Fixes #158650.
27806
27807 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27808
27809         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
27810           That was very stupid.
27811
27812 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27813
27814         * gst/matroska/matroska-demux.c:
27815         (gst_matroska_demux_parse_blockgroup):
27816           Fix possible crasher.
27817
27818 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27819
27820         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
27821         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
27822           Lace sizes can be zero.
27823
27824 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27825
27826         * ext/musepack/gstmusepackdec.cpp:
27827           Fetch error return values. Fixes #161624.
27828         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
27829           Really EOS.
27830
27831 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27832
27833         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
27834           Work for truncated (unfinished download etc.) files. Fixes #160514.
27835
27836 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27837
27838         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
27839           Fix for integer overflow. Makes #156001 not crash. Probably masks
27840           the real bug.
27841
27842 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27843
27844         * gst/ac3parse/gstac3parse.c: (plugin_init):
27845           Parsers never have ranks. Fixes #159651.
27846
27847 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27848
27849         * gst/playback/gstdecodebin.c: (compare_ranks):
27850           make sure the facotries are ordered the same every time even if they
27851           have the same rank by using the name
27852         * gst/playback/gstdecodebin.c: (find_compatibles):
27853           make sure we don't add factories to the list twice
27854
27855 2004-12-16  David Schleef  <ds@schleef.org>
27856
27857         * configure.ac: look for musepack headers as musepack/*.h
27858         (fixes #159847)
27859         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
27860         * ext/musepack/gstmusepackreader.h: same
27861
27862 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27863
27864         * gst-libs/gst/riff/riff-read.c:
27865         (gst_riff_read_strf_auds_with_data):
27866           Read extradata correctly (fixes #155879).
27867
27868 2004-12-16  David Schleef  <ds@schleef.org>
27869
27870         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
27871         audio.  does _not_ attempt or allow conversion unless channels
27872         is 1 or 2.
27873
27874 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27875
27876         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
27877
27878 2004-12-16  David Schleef  <ds@schleef.org>
27879
27880         * gst/audioscale/gstaudioscale.c: the resample library only
27881         handles 1 or 2 channels.  Change caps to compensate.
27882
27883 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27884
27885         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
27886         (gst_matroska_demux_audio_caps):
27887           Some MPEG-AAC hacks, because else it doesn't work...
27888
27889 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27890
27891         * gst-libs/gst/riff/riff-media.c:
27892         (gst_riff_create_video_caps_with_data),
27893         (gst_riff_create_video_template_caps):
27894           Add h264.
27895
27896 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27897
27898         * gst-libs/gst/audio/Makefile.am:
27899           Try to fix buildbot.
27900
27901 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27902
27903         * gst/tcp/gstmultifdsink.c:
27904           Clean up and uniformize debugging.
27905
27906 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
27907
27908         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27909
27910         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
27911         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
27912         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
27913         (gst_mpeg_demux_change_state):
27914           Reset on ready. Fixes 160276.
27915
27916 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
27917
27918         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27919
27920         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27921         (gst_ffmpegcsp_pad_link):
27922           Fix memleak (#154815).
27923
27924 2004-12-16  James Bowes  <bowes@cs.dal.ca>
27925
27926         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27927
27928         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
27929         (gst_musicbrainz_init), (gst_musicbrainz_chain),
27930         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
27931         * ext/musicbrainz/gsttrm.h:
27932           Add support for using a proxy server when getting a trm id from
27933           the MusicBrainz database (#149613).
27934
27935 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
27936
27937         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27938
27939         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
27940         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
27941           Fix memleaks (#157233).
27942
27943 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
27944
27945         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27946
27947         * gst-libs/gst/resample/resample.c: (gst_resample_close):
27948         * gst-libs/gst/resample/resample.h:
27949         * gst/audioscale/gstaudioscale.c:
27950           Fix memleak (#159215).
27951
27952 2004-12-16  Toni Willberg  <toniw@iki.fi>
27953
27954         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27955
27956         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
27957         * sys/oss/oss_probe.c: (main):
27958           Check for mono/stereo support (similar to samplerate probing),
27959           fixes #159433. Also add missing copyright header to oss_probe.c.
27960
27961 2004-12-15  David Schleef  <ds@schleef.org>
27962
27963         * configure.ac: add audioresample and cairo plugins.  Remove
27964         HAVE_MMX stuff, because it's not used.
27965         * ext/Makefile.am: same
27966         * ext/audioresample/Makefile.am: You are not ready for an
27967         audio resampling element based on audioresample.
27968         * ext/audioresample/gstaudioresample.c:
27969         * ext/audioresample/gstaudioresample.h:
27970         * ext/cairo/Makefile.am: You are not ready for overlay elements
27971         based on cairo.  Don't look too closely, these elements kinda
27972         suck right now.
27973         * ext/cairo/gstcairo.c: new
27974         * ext/cairo/gsttextoverlay.c: new
27975         * ext/cairo/gsttextoverlay.h: new
27976         * ext/cairo/gsttimeoverlay.c: new
27977         * ext/cairo/gsttimeoverlay.h: new
27978         * gst-libs/gst/media-info/media-info-priv.h: fix compile
27979         problem with compilers that don't support variadic macros.
27980
27981 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
27982
27983         Reviewed by:  David Schleef  <ds@schleef.org>
27984
27985         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
27986         Bala, registering sunaudiosrc (oops!), and cleaning up code a
27987         bit.  Also ran indent-gst.
27988         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
27989         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
27990         (gst_sunaudiosrc_setparams):
27991
27992 2004-12-14  David Schleef  <ds@schleef.org>
27993
27994         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
27995         output rate to 16000.  Should fix #160235.
27996
27997 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27998
27999         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
28000         Add typefinding for mpeg2 pes streams
28001
28002 2004-12-13  David Schleef  <ds@schleef.org>
28003
28004         * configure.ac:  Applied patch from bug #143659, making default
28005         sources and sinks OS-dependent (for Solaris), and added code
28006         for OS/X.
28007         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
28008
28009 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28010
28011         * gst-libs/gst/riff/riff-media.c:
28012           forgot to add h2.64 to avidemux template caps
28013
28014 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28015
28016         * gst/wavenc/riff.h:
28017         * gst-libs/gst/riff/riff-media.c:
28018         * gst-libs/gst/riff/riff-ids.h:
28019         * gst/avi/gstavimux.c
28020         add 4CC code for VideoSoft h264 in AVI (VSSH)
28021           fixes bug #160655
28022         remove s323 from riff, it's quicktime specific :(
28023
28024 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28025
28026         * gst/asfdemux/README
28027         * gst/wavenc/riff.h
28028         * gst-libs/gst/riff/riff-ids.h
28029         * gst-libs/gst/riff/riff-media.c
28030         * gst/qtdemux/qtdemux.c:
28031           add new 4CC codes for h263 related codecs
28032           fixes partially bug #155163
28033
28034 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
28035
28036         * configure.ac: Update polyaudio requirement to 0.7
28037         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
28038
28039 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28040
28041         * gst/interleave/deinterleave.c:
28042         fix my name's spelling! :)
28043
28044 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28045
28046         * AUTHORS ChangeLog
28047         * gst/auparse/gstauparse.c
28048         * gst/interleave/deinterleave.c
28049         * gst/law/:
28050                 alaw-decode.c alaw-encode.c
28051                 mulaw-decode.c mulaw-encode.c
28052         * gst/oneton/gstoneton.c
28053         * sys/osxaudio/:
28054                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
28055         * sys/osxvideo/:
28056                 cocoawindow.h cocoawindow.m
28057                 osxvideosink.h osxvideosink.m
28058
28059         put the same mail address for Zaheer Abbas Merali everywhere
28060
28061 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28062
28063         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
28064           Align by packetsize, and assert that we a packet available before
28065           playing. The first makes webstreams work (they often include
28066           trailing padding data in a packet), the second allows pausing a
28067           ASF stream in totem without getting demux errors afterwards.
28068
28069 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28070
28071         * ext/ogg/gstoggdemux.c: (get_relative):
28072           Check for non-NULL before accessing member (end-of-chain).
28073
28074 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28075
28076         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
28077         (cdparanoia_set_property), (cdparanoia_get_property):
28078         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
28079         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
28080         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
28081         (dvdreadsrc_init), (dvdreadsrc_set_property),
28082         (dvdreadsrc_get_property):
28083         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
28084         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
28085           Synchronize property names where not yet the case. Devices are
28086           now device=X, other versions are deprecated (but still exist).
28087           Also use g_free() unconditionally.
28088         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28089         (setup_source), (gst_play_base_bin_get_property):
28090           Expose source.
28091
28092 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28093
28094         * configure.ac: move GCONF macro outside conditional for the am
28095           conditional. Fixes #160439
28096
28097 2004-12-08  David Schleef  <ds@schleef.org>
28098
28099         * tools/gst-visualise-m.m: Switch to elements that currently
28100         exist.
28101
28102 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28103
28104         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
28105           We love wrong commas.
28106
28107 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28108
28109         * gst/matroska/matroska-demux.c:
28110         (gst_matroska_demux_handle_src_query):
28111           Don't set DEFAULT, unsupported - makes length display incorrectly
28112           in some cases.
28113
28114 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
28115
28116         * gst/monoscope/README: remove blurb about files being GPL
28117         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
28118         * gst/monoscope/monoscope.c: Change license to BSD with explanation
28119           monoscope is now effectively LGPL licensed
28120
28121 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
28122
28123         * gst/monoscope/README: Update information to be more correct
28124         * gst/monoscope/convolve.c: Relicense to LGPL
28125         * gst/monoscope/convolve.h: Relicense to LGPL
28126
28127 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
28128
28129         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
28130           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
28131         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
28132           set default_duration for mpeg1 audio
28133
28134 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28135
28136         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
28137         * ext/alsa/gstalsa.h:
28138           refactor big chunks of the core caps negotiation code to make it
28139           a lot faster, because people claim it's really slow
28140           (actually, just cache the getcaps when the device is opened)
28141
28142 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28143
28144         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
28145         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
28146         (gst_a52dec_handle_frame), (gst_a52dec_chain),
28147         (gst_a52dec_change_state), (plugin_init):
28148         * ext/a52dec/gsta52dec.h:
28149           Do something useful with timestamps. Make chain-based (since
28150           there's really no reason to be loopbased).
28151         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
28152           Update current_byte/frame correctly.
28153
28154 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28155
28156         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
28157         (gst_ape_demux_stream_init):
28158           Forward tags, too.
28159
28160 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28161
28162         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
28163           Let's make sure we're done typefinding when detecting tags.
28164
28165 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28166
28167         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
28168         (gst_ebml_read_init), (gst_ebml_read_use_event),
28169         (gst_ebml_read_element_id), (gst_ebml_peek_id),
28170         (gst_ebml_read_seek), (gst_ebml_read_skip),
28171         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
28172         (gst_ebml_read_master):
28173         * gst/matroska/ebml-read.h:
28174         * gst/matroska/matroska-demux.c:
28175         (gst_matroska_demux_parse_contents),
28176         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
28177           Disgustingly evil hack for working around INTERRUPT events and
28178           their extremely annoying habit of being a pain in the ass. We
28179           simply peek a cluster before reading any of it.
28180
28181 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28182
28183         * ext/musepack/gstmusepackdec.cpp:
28184           There's also floating point libmusepacks.
28185
28186 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28187
28188         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
28189         (gst_faad_chanpos_to_gst), (gst_faad_chain):
28190           Set DURATION even if source buffer didn't. Also use increasing
28191           timestamps.
28192         * gst-libs/gst/riff/riff-media.c:
28193         (gst_riff_create_audio_caps_with_data):
28194           Block_align can have larger values than 8192.
28195
28196 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28197
28198         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
28199         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
28200         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
28201         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
28202           Fix caps.
28203
28204 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28205
28206         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
28207           Fix logic bug.
28208
28209 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28210
28211         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
28212           Yay, another one.
28213
28214 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28215
28216         * ext/esd/esdsink.c: (gst_esdsink_chain):
28217           Make error actually say something useful (fixes #156798).
28218         * gst-libs/gst/riff/riff-media.c:
28219         (gst_riff_create_video_caps_with_data),
28220         (gst_riff_create_video_template_caps):
28221           Add Intel Video 5.0 fourcc (IV50).
28222
28223 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
28224
28225         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
28226         detection on mono and stereo mp3 files.
28227
28228 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28229
28230         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
28231           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
28232           the contained stream).
28233
28234 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28235
28236         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
28237           Oops, remove debug.
28238
28239 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
28240
28241         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28242
28243         * gst/law/alaw-decode.c: (alawdec_getcaps):
28244         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
28245           Prevent warnings when negotiating caps (fixes #159338).
28246
28247 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28248
28249         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28250         (gst_ffmpegcsp_chain):
28251           Remove old leftover that shouldn't be there...
28252
28253 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
28254
28255         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28256
28257         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
28258           Don't forward DISCONT events (fixes #159684).
28259
28260 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28261
28262         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
28263           Unlink manually since sometimes bin disposal (and therefore
28264           pad unlinking) is delayed, which will cause a new media file
28265           to not be able to start playing instantly.
28266
28267 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28268
28269         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
28270           On mute of an unlinked stream, check for pad availability so
28271           we don't crash on unlinked pad.
28272
28273 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28274
28275         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
28276         (gst_avi_demux_massage_index):
28277           Fix quite humiliating bug in omitting 0-sized index chunks but
28278           forgetting to count them for timestamps.
28279
28280 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28281
28282         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
28283           Actually leave the loop if we failed to sync. Don't crash.
28284
28285 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28286
28287         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
28288         (gst_dvd_demux_process_private):
28289         * gst/mpegstream/gstdvddemux.h:
28290           Fix crash (#159759). Doesn't work, though. :-(.
28291
28292 2004-11-28  Benjamin Otte  <otte@gnome.org>
28293
28294         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
28295           more overwriting protection due to modifying channels one by one
28296           instead of all at once
28297
28298 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28299
28300         * gst/audioconvert/gstchannelmix.c:
28301         (gst_audio_convert_fill_normalize):
28302           Normalize using absolute values.
28303
28304 2004-11-28  Julien MOUTTE  <julien@moutte.net>
28305
28306         * configure.ac:
28307         * ext/Makefile.am:
28308         * ext/directfb/Makefile.am:
28309         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
28310         (gst_directfbvideosink_get_pixel_format),
28311         (gst_directfbvideosink_get_format_from_fourcc),
28312         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
28313         (gst_directfbvideosink_sink_link),
28314         (gst_directfbvideosink_change_state),
28315         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
28316         (gst_directfbvideosink_buffer_alloc),
28317         (gst_directfbvideosink_interface_supported),
28318         (gst_directfbvideosink_interface_init),
28319         (gst_directfbvideosink_navigation_send_event),
28320         (gst_directfbvideosink_navigation_init),
28321         (gst_directfbvideosink_set_property),
28322         (gst_directfbvideosink_get_property),
28323         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
28324         (gst_directfbvideosink_base_init),
28325         (gst_directfbvideosink_class_init),
28326         (gst_directfbvideosink_get_type), (plugin_init):
28327         * ext/directfb/directfbvideosink.h: Adding a first version of
28328         directfbvideosink.
28329         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
28330         more.
28331
28332 2004-11-28  Benjamin Otte  <otte@gnome.org>
28333
28334         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
28335           walk the samples backwards if out_channels > in_channels so we don't
28336           overwrite data
28337
28338 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28339
28340         * gst/audioconvert/Makefile.am:
28341         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
28342         (gst_audio_convert_link), (gst_audio_convert_change_state),
28343         (gst_audio_convert_channels):
28344         * gst/audioconvert/gstchannelmix.c:
28345         (gst_audio_convert_unset_matrix),
28346         (gst_audio_convert_fill_identical),
28347         (gst_audio_convert_fill_compatible),
28348         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
28349         (gst_audio_convert_fill_others),
28350         (gst_audio_convert_fill_normalize),
28351         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
28352         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
28353         * gst/audioconvert/gstchannelmix.h:
28354           Implement a channel mixer.
28355
28356 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
28357
28358         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
28359         * ext/alsa/gstalsa.h:
28360         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
28361         Make alsasink actually honor gst_element_set_clock and use that
28362         clock instead of its internal one.
28363
28364 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
28365
28366         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
28367         (gst_play_base_bin_change_state): nullify source and decoder when
28368         going from READY to NULL so that we don't try to do weird stuff with
28369         them when going from NULL to READY
28370         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
28371         instead of g_object_unref
28372         (gen_video_element), (gen_audio_element): more refcounting fixes, now
28373         it should be correct
28374         (gst_play_bin_change_state): don't call remove_sinks if we are
28375         currently disposing the object
28376
28377 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28378
28379         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
28380           Don't forget bass if it's there. Else left channel is silent...
28381
28382 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28383
28384         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
28385         (gst_a52dec_change_state):
28386           Don't do sample adjusting anymore, we use float audio now.
28387         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
28388           Don't fixate to non-existing properties.
28389
28390 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28391
28392         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
28393         (gst_a52dec_change_state):
28394           Advertise that we can do surround sound.
28395
28396 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28397
28398         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
28399           Add buffer-frames=0.
28400         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
28401         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
28402         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
28403         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
28404         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
28405         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
28406         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
28407         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
28408         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
28409         * ext/dvdread/dvdreadsrc.h:
28410           Add seeking, querying for bytes, sectors, title, angle and
28411           chapter. Handle multiple chapters. Relicense to LGPL because
28412           Billy agreed on that (thanks Billy!).
28413
28414 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
28415
28416         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
28417         call parent dispose method
28418
28419 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
28420
28421         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
28422         (gst_audio_clock_get_internal_time):
28423         Fix active <-> inactive transitions: ensure time value always
28424         grows and avoid abrupt value changes.
28425
28426 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
28427
28428         * configure.ac:
28429         * gst/tta/Makefile.am:
28430         * gst/tta/crc32.h:
28431         * gst/tta/filters.h:
28432         * gst/tta/gsttta.c:
28433         * gst/tta/gstttadec.c:
28434         * gst/tta/gstttadec.h:
28435         * gst/tta/gstttaparse.c:
28436         * gst/tta/gstttaparse.h:
28437         * gst/tta/ttadec.h:
28438           added TTA parser and decoder
28439
28440 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28441
28442         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28443         (probe_triggered), (check_queue), (buffer_underrun),
28444         (buffer_running), (buffer_overrun), (gen_source_element),
28445         (setup_source):
28446         * gst/playback/gstplaybasebin.h:
28447           Implement buffering. Needs some more work.
28448
28449 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28450
28451         * ext/theora/theoradec.c: (theora_dec_chain):
28452           Fix ilog mask range overflow.
28453
28454 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28455
28456         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28457           Don't omit the last (which in case of dmix is the only :) )
28458           channel count. Don't set channels if <= 2.
28459
28460 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
28461
28462         * gst/playback/gstplaybin.c: (gen_video_element),
28463         (gen_audio_element): Removed 2 obsolete comments
28464
28465 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28466
28467         * ext/vorbis/oggvorbisenc.c
28468         * ext/vorbis/vorbisenc.c :
28469           change description fields of those plugins to differentiate them
28470           (pitivi show Encoders by description, they had the same one)
28471
28472 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
28473
28474         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28475
28476         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
28477         (gst_play_bin_set_property), (gen_video_element),
28478         (gen_audio_element):
28479           Refcounting fixes for provided audio-/videosinks.
28480
28481 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28482
28483         * gst/playback/gstplaybin.c: (gen_video_element),
28484         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
28485           Don't reference all sinks, but only the video- and audiosinks.
28486           The vis. element should be disposed when we're done with it.
28487           We don't have any reason to keep it around. This fixes warnings
28488           when reusing playbin for playing multiple audio files with
28489           vis. enabled. Also release audio device on pause - idea stolen
28490           from Rhythmbox.
28491
28492 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28493
28494         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
28495         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
28496         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28497         * ext/alsa/gstalsaplugin.c: (plugin_init):
28498         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
28499         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
28500         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
28501         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
28502         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
28503         (gst_faad_change_state), (plugin_init):
28504         * ext/faad/gstfaad.h:
28505         * ext/vorbis/vorbis.c: (plugin_init):
28506         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28507         * gst-libs/gst/audio/Makefile.am:
28508         * gst-libs/gst/audio/audio.c: (plugin_init):
28509         * gst-libs/gst/audio/multichannel.c:
28510         (gst_audio_check_channel_positions),
28511         (gst_audio_get_channel_positions),
28512         (gst_audio_set_channel_positions),
28513         (gst_audio_set_structure_channel_positions_list),
28514         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
28515         (gst_audio_fixate_channel_positions):
28516         * gst-libs/gst/audio/multichannel.h:
28517         * gst-libs/gst/audio/testchannels.c: (main):
28518         * gst/audioconvert/gstaudioconvert.c:
28519         (gst_audio_convert_class_init), (gst_audio_convert_init),
28520         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
28521         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
28522         (gst_audio_convert_fixate), (gst_audio_convert_channels):
28523         * gst/audioconvert/plugin.c: (plugin_init):
28524           Surround sound support.
28525
28526 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28527
28528         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
28529           Fix position for discont if we're close as well. Nitpicking, but
28530           saves a few milliseconds of extra waiting or skipping.
28531
28532 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28533
28534         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
28535           We sometimes need parsers for playback, so add those too.
28536
28537 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28538
28539         * configure.ac:
28540         * gst/apetag/Makefile.am:
28541         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
28542         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
28543         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
28544         (gst_ape_demux_get_src_query_types),
28545         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
28546         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
28547         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
28548         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
28549         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
28550         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
28551         (gst_ape_demux_change_state):
28552         * gst/apetag/apedemux.h:
28553         * gst/apetag/apetag.c: (plugin_init):
28554         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
28555         (plugin_init):
28556           APE v1/2 tag reader plus typefind function.
28557
28558 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28559
28560         * configure.ac:
28561         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28562         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28563           Remove hacks for older core. Require newer core version
28564           accordingly.
28565
28566 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28567
28568         * gst/cdxaparse/Makefile.am:
28569         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
28570         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
28571         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
28572         * gst/cdxaparse/gstcdxaparse.h:
28573         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
28574         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
28575         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
28576         (gst_cdxastrip_get_src_query_types),
28577         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
28578         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
28579         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
28580         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
28581         * gst/cdxaparse/gstcdxastrip.h:
28582           SVCD/VCD header stripping separated from CDXA image parsing.
28583         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28584         (plugin_init):
28585           Add VCD/SVCD header typefinding for VCD/SVCD.
28586         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
28587         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
28588         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
28589         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
28590         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
28591         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
28592         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
28593         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
28594         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
28595         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
28596         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
28597         * sys/vcd/vcdsrc.h:
28598           Fix up, add seeking, querying, URI interface. Works in totem now.
28599
28600 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28601
28602         * configure.ac:
28603           back to CVS
28604
28605 === release 0.8.6 ===
28606
28607 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28608
28609         * NEWS:
28610         * RELEASE:
28611         * configure.ac:
28612         * po/af.po:
28613         * po/az.po:
28614         * po/cs.po:
28615         * po/en_GB.po:
28616         * po/hu.po:
28617         * po/it.po:
28618         * po/nb.po:
28619         * po/nl.po:
28620         * po/or.po:
28621         * po/sq.po:
28622         * po/sr.po:
28623         * po/sv.po:
28624         * po/uk.po:
28625           releasing 0.8.6, "IOU Love"
28626
28627 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28628
28629         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28630
28631         * gst/playback/gstplaybasebin.c:
28632           Fix unplayable files error handling.  Fixes #158365
28633
28634 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28635
28636         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28637
28638         * gst/typefind/gsttypefindfunctions.c:
28639           Fix broken mp3 typefinding.  Fixes #158375
28640
28641 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28642
28643         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28644
28645         * ext/ogg/gstoggdemux.c:
28646           Fix sync on broken files.  Fixes #158976
28647
28648 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28649
28650         patch by: Edward Hervey <bilboed@bilboed.com>
28651
28652         * ext/libpng/gstpngenc.c:
28653           Copy over buffer properties.  Fixes #158832
28654
28655 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28656
28657         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
28658
28659         * ext/dvdread/dvdreadsrc.c:
28660           Fixes invalid reads (#158462)
28661
28662 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28663
28664         * sys/v4l/gstv4lsrc.c:
28665         * sys/v4l/gstv4lsrc.h:
28666         * sys/v4l/v4lsrc_calls.c:
28667           Probe less and cache it.  Fixes #159187.
28668
28669 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28670
28671         * gst/videorate/gstvideorate.c:
28672           Handle all video formats. Fixes #159186.
28673
28674 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
28675         * gst/synaesthesia/gstsynaesthesia.c:
28676         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
28677         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
28678         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
28679         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
28680         (gst_synaesthesia_change_state), (plugin_init):
28681         Fix up synaesthesia to work under different samplerates/ buffer sizes.
28682         Force 320x200 output, as that's the only thing the underlying
28683         synaesthesia implementation supports. Still needs to be made
28684         re-entrant.
28685
28686 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28687
28688         * configure.ac:
28689           Fix mpeg2enc configure check (similar to mplex check below).
28690
28691 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
28692
28693         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28694
28695         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28696           Fix for gcc-2.95 (fixes #158221).
28697
28698 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28699
28700         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28701           Re-add clock distribution hack (until new core is released).
28702           Fixes #158125.
28703
28704 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
28705         * configure.ac:
28706           fix mplex configure check segfaulting on some systems (bug #140994)
28707
28708 2004-11-13  Benjamin Otte  <otte@gnome.org>
28709
28710         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
28711           add debugging
28712         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28713           do a wait when we enter the loop func with no data available to
28714           write instead of getting into an 100% CPU loop by just returning and
28715           being called again by the scheduler
28716
28717 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
28718
28719         * configure.ac:
28720         * ext/libvisual/visual.c: (gst_visual_get_type),
28721         (libvisual_log_handler), (gst_visual_getcaps),
28722         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
28723         (plugin_init):
28724           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
28725         * ext/smoothwave/Makefile.am:
28726         * ext/smoothwave/demo-osssrc.c: (main):
28727         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
28728         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
28729         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
28730         (plugin_init):
28731         * ext/smoothwave/gstsmoothwave.h:
28732           Make gstsmoothwave a working element in the 20th century.
28733
28734         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
28735           Fix incorrect link function
28736
28737 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28738
28739         * gst/volume/gstvolume.c:
28740           Allow buffer-frames=0.
28741
28742 2004-11-12 Iain <iaingnome@gmail.com>
28743
28744         * configure.ac: Check for polypaudio
28745
28746         * ext/Makefile.am: Build the polyp dir
28747
28748         * ext/polyp: The polypsink sources.
28749
28750 2004-10-30 Iain <iaingnome@gmail.com>
28751
28752         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
28753         caps to reflect the new number of channels.
28754
28755 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28756
28757         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28758           Fix for negotiation order problem. This would show when the
28759           ALSA loopfuction was called before any other function. ALSA
28760           wouldn't do anything because we're not negotiated yet, leading
28761           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
28762
28763 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
28764
28765         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28766
28767         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
28768           No warnings (#157986).
28769
28770 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28771
28772         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
28773           Prefer apev1/2 and id3v1 (at end of file) over musepack.
28774
28775 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28776
28777         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
28778           Signal no-more-pads (so it works in playbin).
28779
28780 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28781
28782         * ext/musepack/gstmusepackreader.cpp:
28783           Workaround for older core.
28784
28785 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28786
28787         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
28788           Actually test for odd width/height rather than testing whether
28789           a temporary variable that was 0 before we subtracted 1 is now
28790           not equal to zero (which it always is).
28791
28792 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28793
28794         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
28795         Fix compilation if HAVE_XVIDEO is not defined
28796
28797 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28798
28799         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
28800         Fix compilation if HAVE_XVIDEO is not defined
28801
28802 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
28803
28804         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
28805         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
28806         (gst_goom_change_state), (plugin_init):
28807         Use the bytestream adapter so goom doesn't depend on the input
28808         buffer size.
28809         Add a debug category
28810
28811 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28812
28813         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
28814           Only set hardware parameters *after* negotiation. Before
28815           negotiation, it will set ANY and that seems to cause crashes
28816           (see e.g. #151288, #153227).
28817
28818 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28819
28820         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
28821           This seems to be antique leftover. It needs to pass error
28822           checking.
28823         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
28824         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
28825         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
28826         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
28827           Fix GstXOverlay implementation (#151059).
28828
28829 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28830
28831         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
28832           Don't assert (#157853).
28833
28834 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28835
28836         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
28837           Fix bytes/samples confustion.
28838         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
28839           Fix for underrun (#144389).
28840
28841 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28842
28843         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28844           Disable halfway-seek for pending release (since it needs a new
28845           core release).
28846
28847 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28848
28849         * sys/v4l/gstv4lsrc.c:
28850         * sys/v4l/gstv4lsrc.h:
28851         * sys/v4l/v4lsrc_calls.c:
28852           add autoprobe-fps property so we can separate autoprobing parts
28853
28854 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28855
28856         * sys/v4l/gstv4lsrc.c:
28857         * sys/v4l/v4lsrc_calls.c:
28858         initialise fourcc to catch unset fourcc's, and debug
28859
28860 2004-11-09  Wim Taymans  <wim@fluendo.com>
28861
28862         * gst/playback/README:
28863         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
28864         * gst/playback/gstplaybin.c: (gst_play_bin_init),
28865         (gst_play_bin_dispose), (gst_play_bin_set_property),
28866         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
28867         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
28868         (gst_play_bin_get_formats), (gst_play_bin_convert),
28869         (gst_play_bin_get_query_types), (gst_play_bin_query):
28870         Cleanups and some more documentation.
28871
28872 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
28873
28874         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
28875         (gst_cacasink_init), (gst_cacasink_chain):
28876         * ext/libcaca/gstcacasink.h:
28877         Cacasink inherits from VideoSink, so let that store the clock.
28878
28879 2004-11-09  Wim Taymans  <wim@fluendo.com>
28880
28881         * gst/playback/README:
28882         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
28883         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
28884         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
28885         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
28886         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
28887         (setup_sinks):
28888         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
28889         (gst_stream_info_is_mute), (gst_stream_info_set_property):
28890         * gst/playback/gststreaminfo.h:
28891         Updated README.
28892         Only switch groups if all streams have muted (EOSed).
28893         Send Tags in sync with the stream playback instead of in
28894         the playback/preroll phase.
28895         Some cleanups, free the fakesrc elements.
28896
28897 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28898
28899         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
28900           buffer-frames property was missing
28901         * ext/arts/gst_arts.c:
28902           rate missing from sinkcaps
28903         * ext/audiofile/gstafparse.c:
28904         * ext/audiofile/gstafsink.c:
28905         * ext/audiofile/gstafsrc.c:
28906         * ext/swfdec/gstswfdec.c:
28907           int audio doesn't know buffer-frames
28908         * ext/cdparanoia/gstcdparanoia.c:
28909           int audio doesn't know chunksize either
28910         * ext/nas/nassink.c:
28911           it's endianness, not endianess
28912         * gst-libs/gst/audio/audio.h:
28913           make float standard pad template caps really describe float
28914         * gst/law/mulaw.c: (linear_factory):
28915           signed only, please
28916         * gst/mpegstream/gstdvddemux.c:
28917           widths of 20 are not valid
28918
28919 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
28920
28921         Submitted by: Luca Ferretti <elle.uca@infinito.it>
28922
28923         * po/LINGUAS:
28924         * po/it.po:
28925           Add Italian
28926
28927 2004-11-08  Wim Taymans  <wim@fluendo.com>
28928
28929         * gst/playback/README:
28930         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
28931         * gst/playback/gstplaybasebin.c: (probe_triggered),
28932         (gst_play_base_bin_change_state):
28933         Updated README, added more comments for fixmes etc..
28934
28935 2004-11-08  Wim Taymans  <wim@fluendo.com>
28936
28937         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28938         We can remove this hack now.
28939
28940 2004-11-08  Wim Taymans  <wim@fluendo.com>
28941
28942         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
28943         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
28944         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
28945         Only mix AYUV for maximum quality.
28946
28947 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28948
28949         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
28950         (gst_ogg_demux_push), (gst_ogg_pad_push):
28951           Let's act as if we're synchronized now! :).
28952         * ext/theora/theoradec.c: (theora_dec_chain):
28953           Add some debug.
28954
28955 2004-11-08  Wim Taymans  <wim@fluendo.com>
28956
28957         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
28958         (gst_alpha_set_property), (gst_alpha_sink_link),
28959         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
28960         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
28961         (gst_alpha_init_params), (gst_alpha_chain):
28962         Implement alpha functions for AYUV too, this increases
28963         accuracy quite a bit.
28964
28965 2004-11-08  Wim Taymans  <wim@fluendo.com>
28966
28967         * gst/ffmpegcolorspace/avcodec.h:
28968         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28969         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
28970         (gst_ffmpegcsp_avpicture_fill):
28971         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28972         (gst_ffmpegcsp_caps_remove_format_info):
28973         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
28974         (shrink12), (img_get_alpha_info), (deinterlace_line),
28975         (deinterlace_line_inplace):
28976         * gst/ffmpegcolorspace/imgconvert_template.h:
28977         Added AYUV colorspace and handle RGBA a bit more respectful.
28978
28979 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28980
28981         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
28982           Actually always send a discont (cornercase when resending the
28983           same serial-tagged chain twice).
28984
28985 2004-11-08  Julien MOUTTE  <julien@moutte.net>
28986
28987         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
28988         (gst_ximagesink_finalize):
28989         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
28990         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
28991
28992 2004-11-08  Wim Taymans  <wim@fluendo.com>
28993
28994         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
28995         Don't segfault on NULL data.
28996
28997 2004-11-08  Wim Taymans  <wim@fluendo.com>
28998
28999         * gst/playback/gstdecodebin.c: (unlinked):
29000         * gst/playback/gstplay-marshal.list:
29001         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
29002         (gst_play_base_bin_init), (group_create), (get_active_group),
29003         (get_building_group), (group_destroy), (group_commit),
29004         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
29005         (add_element_stream), (no_more_pads), (probe_triggered),
29006         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
29007         (state_change), (setup_source), (gst_play_base_bin_get_property),
29008         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
29009         (gst_play_base_bin_link_stream),
29010         (gst_play_base_bin_get_streaminfo):
29011         * gst/playback/gstplaybasebin.h:
29012         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
29013         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
29014         Add support for chained ogg files. Prepare for playlist
29015         support. This patch introduces the concept of pad groups, which
29016         together compose one playable media file.
29017
29018 2004-11-07  David Schleef  <ds@schleef.org>
29019
29020         * testsuite/gst-lint: Check for pad templates that aren't statically
29021         scoped.
29022
29023 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29024
29025         * configure.ac:
29026         * ext/Makefile.am:
29027         * ext/musepack/Makefile.am:
29028         * ext/musepack/gstmusepackdec.cpp:
29029         * ext/musepack/gstmusepackdec.h:
29030         * ext/musepack/gstmusepackreader.cpp:
29031         * ext/musepack/gstmusepackreader.h:
29032           Add musepack decoder.
29033         * ext/faad/gstfaad.c: (gst_faad_base_init):
29034           Make pad templates static.
29035         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
29036         (plugin_init):
29037           Add musepack typefinder, make mp3 typefinding work halfway stream,
29038           which doesn't actually work yet because id3demux doesn't implement
29039           _get_length().
29040
29041 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29042
29043         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
29044         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
29045           Fix interrupt event handling (#144436).
29046
29047 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29048
29049         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
29050           Hide unused glory.
29051
29052 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29053
29054         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29055
29056         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
29057           Fix weird caps (#157548).
29058
29059 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29060
29061         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29062
29063         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
29064           Add missing NULL terminator (#157543).
29065
29066 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
29067
29068         * gst/tcp/gsttcp.h:
29069         * gst/tcp/gsttcpclientsink.c:
29070         * gst/tcp/gsttcpclientsrc.c:
29071         * gst/tcp/gsttcpserversink.c:
29072         * gst/tcp/gsttcpserversrc.c:
29073           ports can go up to 65535.  Move common defines to gsttcp.h
29074
29075 2004-11-05  Wim Taymans  <wim@fluendo.com>
29076
29077         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
29078         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
29079         Added two more colorspaces.
29080
29081 2004-11-05  Wim Taymans  <wim@fluendo.com>
29082
29083         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29084         (gst_ffmpegcsp_avpicture_fill):
29085         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29086         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
29087         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
29088         More stride fixes.
29089
29090 2004-11-05  Wim Taymans  <wim@fluendo.com>
29091
29092         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
29093         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
29094         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
29095         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
29096         (gst_videomixer_loop):
29097         More stride fixes.
29098
29099 2004-11-05  Benjamin Otte  <otte@gnome.org>
29100
29101         * ext/mad/gstmad.c: (gst_mad_chain):
29102           don't overflow data buffer. Flush not needed sync data when syncing
29103           failed.
29104
29105 2004-11-04  Wim Taymans  <wim@fluendo.com>
29106
29107         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29108         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
29109         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
29110         (gst_alpha_init_params), (gst_alpha_chain),
29111         (gst_alpha_change_state):
29112         Updated the chroma keying algorithm with something more
29113         sophisticated.
29114
29115 2004-11-03  Wim Taymans  <wim@fluendo.com>
29116
29117         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
29118         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
29119         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
29120         Fix stride issues. Does not completely work for odd
29121         heights.
29122
29123 2004-11-03  Wim Taymans  <wim@fluendo.com>
29124
29125         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29126         (gst_alpha_chroma_key), (gst_alpha_chain):
29127         Fix stride issues. Does not completely work for odd
29128         heights.
29129
29130 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
29131
29132         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
29133         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
29134         leak fixes
29135
29136 2004-11-03  Wim Taymans  <wim@fluendo.com>
29137
29138         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29139         (gst_ffmpegcsp_avpicture_fill):
29140         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29141         (avpicture_alloc):
29142         * gst/ffmpegcolorspace/imgconvert_template.h:
29143         Use correct _fill function to get correct strides.
29144
29145 2004-11-02  David Schleef  <ds@schleef.org>
29146
29147         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
29148         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
29149         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
29150         Change all g_print()s to debugging.  Add a bunch of consistency
29151         checks.
29152
29153 2004-11-02  Wim Taymans  <wim@fluendo.com>
29154
29155         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29156         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
29157         (unlinked), (no_more_pads), (close_link):
29158         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
29159         (unknown_type), (add_element_stream), (new_decoded_pad),
29160         (removed_decoded_pad), (setup_source):
29161         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
29162         (gst_stream_info_class_init), (gst_stream_info_init),
29163         (gst_stream_info_new), (gst_stream_info_dispose),
29164         (stream_info_mute_pad), (gst_stream_info_set_property),
29165         (gst_stream_info_get_property):
29166         * gst/playback/gststreaminfo.h:
29167         Fix playback of multiple files.
29168         a slightly different approach to handling dynamic pad removals.
29169         This one only looks at pads that we have linked.
29170
29171 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
29172
29173         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
29174         free" warning from libc.
29175
29176 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29177
29178         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29179         (get_unconnected_element), (remove_starting_from), (pad_removed),
29180         (close_link):
29181           Implement support for dynamic pad changing. We listen to "live"
29182           pad removals (i.e. while playing) and re-setup autoplugging
29183           after that. Playbasebin/playbin need some more work for this
29184           to finally work, but decodebin supports (and replugs) chained
29185           ogg now.
29186
29187 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
29188
29189         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
29190         (gst_alsa_finalize):
29191         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
29192         (gst_cdaudio_finalize):
29193         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
29194         (cdparanoia_finalize):
29195         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
29196         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
29197         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
29198         (dvdreadsrc_finalize):
29199         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
29200         (gst_flacdec_finalize):
29201         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
29202         (gst_flacenc_finalize):
29203         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
29204         (gst_gnomevfssink_finalize):
29205         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
29206         (gst_gnomevfssrc_finalize):
29207         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
29208         (gst_fameenc_finalize):
29209         * ext/nas/nassink.c: (gst_nassink_class_init),
29210         (gst_nassink_finalize):
29211         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
29212         (gst_sdlvideosink_class_init):
29213         * ext/sndfile/gstsf.c: (gst_sf_dispose):
29214         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
29215         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
29216         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
29217         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
29218         (gst_x_window_listener_dispose):
29219         * gst/audioscale/gstaudioscale.c:
29220         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
29221         (play_on_demand_finalize):
29222         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
29223         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
29224         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
29225         (cdplayer_finalize):
29226         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
29227         (gst_glimagesink_class_init):
29228         * sys/oss/gstosselement.c: (gst_osselement_class_init),
29229         (gst_osselement_finalize):
29230         * sys/oss/gstosssink.c: (gst_osssink_dispose):
29231         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
29232         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
29233           Fixes a bunch of problems with finalize and dispose functions,
29234           either assumptions that dispose is only called once, or not calling
29235           the parent class dispose/finalize function
29236
29237 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
29238
29239         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
29240           added two api precondition guards
29241           use g_strdup with getenv to fix crash when using ENVVAR
29242
29243 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
29244         * ext/esd/esdsink.c: (gst_esdsink_class_init),
29245         (gst_esdsink_finalize):
29246         Use a finalize function, not dispose, and more importantly,
29247         call the parent class finalize function too
29248
29249 2004-11-01  Johan Dahlin  <johan@gnome.org>
29250
29251         * ext/ogg/gstoggdemux.c:
29252         * gst/tags/gstvorbistag.c:
29253         Plug leaks.
29254
29255 2004-10-31  Benjamin Otte  <otte@gnome.org>
29256
29257         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29258           lotsa memleaks today. But they're all small...
29259
29260 2004-10-31  Benjamin Otte  <otte@gnome.org>
29261
29262         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29263           another memleak crushed
29264
29265 2004-10-31  Benjamin Otte  <otte@gnome.org>
29266
29267         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
29268           fix memleak
29269
29270 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29271
29272         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29273           Hack to prevent crash when going to READY inside signal handler
29274           while this function is active.
29275
29276 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29277
29278         * gst/ffmpegcolorspace/Makefile.am:
29279         * gst/ffmpegcolorspace/avcodec.h:
29280         * gst/ffmpegcolorspace/common.h:
29281         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
29282         * gst/ffmpegcolorspace/dsputil.h:
29283         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
29284         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29285         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
29286         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
29287         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
29288         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
29289         (gst_ffmpegcsp_avpicture_fill):
29290         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
29291         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29292         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
29293         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
29294         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
29295         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
29296         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
29297         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
29298         * gst/ffmpegcolorspace/imgconvert.c:
29299         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
29300         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
29301         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
29302         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
29303         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
29304         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
29305         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
29306         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
29307         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
29308         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
29309         (grow21), (grow22), (grow41), (grow44), (conv411),
29310         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
29311         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
29312         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
29313         (avpicture_free), (is_yuv_planar), (img_convert),
29314         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
29315         (deinterlace_line_inplace), (deinterlace_bottom_field),
29316         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
29317         * gst/ffmpegcolorspace/imgconvert_template.h:
29318         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
29319         * gst/ffmpegcolorspace/mmx.h:
29320         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
29321         (av_fast_realloc), (av_mallocz_static), (av_free_static),
29322         (av_freep), (avcodec_get_context_defaults),
29323         (avcodec_alloc_context), (avcodec_init):
29324           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
29325           handling plus update from ffmpeg CVS. Large clean-up.
29326
29327 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29328
29329         * gst/playback/Makefile.am:
29330           We need the marshallers for decodebin, too.
29331
29332 2004-10-30  David Schleef  <ds@schleef.org>
29333
29334         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
29335           quicktime typefinding work with 64-bit offsets.
29336
29337 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
29338
29339         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
29340           Set EOS on the element when processing an EOS event.
29341         * ext/speex/gstspeexdec.h:
29342         * ext/speex/gstspeexenc.h:
29343           Only keep a const ptr to the mode
29344         * gst-libs/gst/riff/riff-media.c:
29345         (gst_riff_create_audio_caps_with_data),
29346         (gst_riff_create_audio_template_caps):
29347           Allow WMAV3, with up to 6 channels.
29348         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
29349           Don't call gst_pad_set_event_function on a sink pad.
29350         * gst/mpegstream/gstdvddemux.c:
29351         (gst_dvd_demux_get_subpicture_stream),
29352         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
29353           Copy the explicit caps that were set across to the cur_* pads,
29354           instead of trying to use a possibly non-existent negotiated caps.
29355           Reset the type of subpicture pads to UNKNOWN after calling
29356           init_stream, so that the caps get set.
29357
29358 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
29359
29360         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29361
29362         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
29363           Don't touch buffer if it is of size 0 (fixes #151064).
29364
29365 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29366
29367         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
29368           Synchronized discont handling.
29369
29370 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29371
29372         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29373         (gst_ogg_demux_push):
29374           Make seeking sort-of exact again (fixes #156387).
29375
29376 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29377
29378         * gst/playback/gstplaybasebin.c: (unknown_type),
29379         (add_element_stream), (new_decoded_pad),
29380         (gst_play_base_bin_change_state):
29381         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
29382         (gst_stream_info_init), (gst_stream_info_new),
29383         (gst_stream_info_dispose), (gst_stream_info_get_property):
29384         * gst/playback/gststreaminfo.h:
29385           Make caps explicitely available. Makes testing for unsupported
29386           types possible. Improves error reporting.
29387
29388 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29389
29390         * gst/audioconvert/gstaudioconvert.c:
29391         (gst_audio_convert_buffer_to_default_format):
29392           Really don't touch read-only buffers (#156563).
29393
29394 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
29395
29396         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29397
29398         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
29399           Fix memleak (#155223).
29400
29401 2004-10-29  Wim Taymans  <wim@fluendo.com>
29402
29403         * gst/tcp/.cvsignore:
29404         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
29405         (gst_multifdsink_class_init), (gst_multifdsink_init),
29406         (gst_multifdsink_add), (gst_multifdsink_remove),
29407         (gst_multifdsink_remove_client_link), (is_sync_frame),
29408         (gst_multifdsink_new_client),
29409         (gst_multifdsink_handle_client_write),
29410         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
29411         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
29412         (gst_multifdsink_get_property):
29413         * gst/tcp/gstmultifdsink.h:
29414         Added burst on connect sync_method, deprecated sync_clients,
29415         streamlined the sync code some more.
29416
29417 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29418
29419         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
29420         (gst_play_base_bin_change_state):
29421           Improve error reporting.
29422
29423 2004-10-28  Wim Taymans  <wim@fluendo.com>
29424
29425         * gst/tcp/Makefile.am:
29426         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
29427         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
29428         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
29429         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
29430         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
29431         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
29432         (gst_fdset_wait):
29433         Added more locks around fdset structures. Fixed/reworked
29434         the poll array resizing code.
29435         Added stress test for fdset.
29436
29437 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29438
29439         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29440         fix build
29441
29442 2004-10-28  Benjamin Otte  <otte@gnome.org>
29443
29444         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29445           fix link function to always query channels and query width for
29446           floats
29447         * configure.ac:
29448           add equalizer dir
29449         * gst/equalizer/Makefile.am:
29450         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
29451         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
29452         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
29453         (arg_to_scale), (setup_filter),
29454         (gst_iir_equalizer_compute_frequencies),
29455         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
29456         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
29457         (plugin_init):
29458           add an equalizer
29459
29460 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29461
29462         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
29463
29464         * po/LINGUAS:
29465         * po/nb.po:
29466           Added Norwegian Bokmaal translation
29467
29468 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29469
29470         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29471           Don't break on options (fixes #156488).
29472
29473 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29474
29475         * configure.ac:
29476         * ext/cdaudio/Makefile.am:
29477         * sys/Makefile.am:
29478           fix build on older automake
29479
29480 2004-10-26  Wim Taymans  <wim@fluendo.com>
29481
29482         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
29483         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
29484         Allow a little margin when negotiating the framerate.
29485
29486 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
29487
29488         * gst/level/gstlevel.c:
29489           synchonised naming of pads and pad-templates
29490
29491 2004-10-26  Wim Taymans  <wim@fluendo.com>
29492
29493         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29494         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
29495         (_find_streams_check), (gst_ogg_demux_push):
29496         Fix EOS again. Needs to be done in a better way. We should not
29497         remove the pad if there is no new chained stream.
29498
29499 2004-10-26 Iain <iaingnome@gmail.com>
29500
29501         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
29502         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
29503         of the caps.
29504         * gst/interleave/interleave.c (interleave_class_init): Hook up release
29505         pad.
29506         (interleave_release_pad): Remove the pad.
29507         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
29508         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
29509         the set device.
29510         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
29511         attrs
29512         (gst_xvimagesink_xcontext_clear): Free the xcontext.
29513         (gst_xvimagesink_finalize): Free the par.
29514
29515 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29516
29517         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
29518         (gst_avimux_stop_file):
29519           First calculate the rate, and only then use it. Hdr.rate is a
29520           multiple and not a derivative of hdr.scale. Scale is not the
29521           same as blockalign but is solely related to rate.
29522
29523 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29524
29525         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
29526         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
29527           Implement seeking.
29528
29529 2004-10-25  James Henstridge  <james@jamesh.id.au>
29530
29531         Reviewed by:  David Schleef  <ds@schleef.org>
29532
29533         * examples/gstplay/player.c: (got_stream_length), (main):
29534         * examples/seeking/cdplayer.c: (update_scale):
29535         * examples/seeking/seek.c: (format_value), (update_scale):
29536         * examples/seeking/spider_seek.c: (format_value), (update_scale),
29537         (stop_seek):
29538         Build fixes on AMD64.
29539
29540 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29541
29542         reviewed by: Ronald Bultje <rbultje at gnome dot org>
29543
29544         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
29545         Fix for some v4l cards which hang in v4lsrc
29546
29547 2004-10-25  Wim Taymans  <wim@fluendo.com>
29548
29549         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
29550         (gst_ogg_demux_push), (gst_ogg_chains_clear):
29551         Make sure to remove the pad when a new chain is
29552         encountered. Set some vars to NULL so we don't try
29553         to reference freed memory.
29554
29555 2004-10-25  Wim Taymans  <wim@fluendo.com>
29556
29557         * examples/seeking/Makefile.am:
29558         * examples/seeking/cdplayer.c: (update_scale):
29559         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
29560         * examples/seeking/playbin.c: (make_playerbin_pipeline),
29561         (format_value), (update_scale), (iterate), (start_seek),
29562         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
29563         (print_usage), (main):
29564         Added some more examples, update others.
29565
29566 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29567
29568         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
29569         * ext/speex/gstspeexdec.c: (speex_dec_chain):
29570         * ext/theora/theoradec.c: (theora_dec_chain):
29571         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29572           Add codec-name metadata.
29573
29574 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
29575
29576         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29577
29578         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29579         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29580         * ext/alsa/gstalsamixertrack.h:
29581         * po/POTFILES.in:
29582           ALSA mixer track label internationalization (#154054).
29583
29584 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29585
29586         * ext/theora/theoradec.c: (theora_dec_chain):
29587           Export bitrate as metadata.
29588
29589 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29590
29591         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29592         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29593         * ext/alsa/gstalsamixertrack.h:
29594           Fix names, fix loop.
29595
29596 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29597
29598         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
29599         (speex_dec_convert):
29600           sinkconvert function so oggdemux can get the file length (totem).
29601
29602 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
29603
29604         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29605
29606         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
29607           Don't push incomplete packets.
29608         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
29609           Fix MPEG-4 audio typefinding.
29610
29611 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29612
29613         * sys/v4l/Makefile.am:
29614         * sys/v4l/gstv4l.c: (plugin_init):
29615         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
29616         (gst_v4lelement_init), (gst_v4lelement_dispose),
29617         (gst_v4lelement_change_state):
29618         * sys/v4l/gstv4lelement.h:
29619         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
29620         (gst_v4l_xoverlay_close), (idle_refresh),
29621         (gst_v4l_xoverlay_set_xwindow_id):
29622         * sys/v4l/gstv4lxoverlay.h:
29623         * sys/v4l/v4l-overlay_calls.c:
29624         * sys/v4l/v4l_calls.h:
29625         * sys/v4l2/Makefile.am:
29626         * sys/v4l2/gstv4l2.c: (plugin_init):
29627         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
29628         (gst_v4l2element_init), (gst_v4l2element_dispose),
29629         (gst_v4l2element_change_state):
29630         * sys/v4l2/gstv4l2element.h:
29631         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
29632         (gst_v4l2_xoverlay_close), (idle_refresh),
29633         (gst_v4l2_xoverlay_set_xwindow_id):
29634         * sys/v4l2/gstv4l2xoverlay.h:
29635         * sys/v4l2/v4l2-overlay_calls.c:
29636         * sys/v4l2/v4l2_calls.h:
29637           Remove client-side overlay handling, use the X-server v4l plugin
29638           for that. Nicer overlay, less code. Also make the plugin
29639           compileable without X (but then without overlay, obviously).
29640           Makes xwindowlistener obsolete, should we remove that?
29641
29642 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29643
29644         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
29645         (gst_osssrc_src_query):
29646         * sys/oss/gstosssrc.h:
29647           OK, so people want offset in DEFAULT. This time, actually fix all
29648           cases.
29649         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
29650           Add FPS properly.
29651
29652 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29653
29654         * gst/asfdemux/gstasfmux.c:
29655         * gst/avi/gstavimux.c:
29656           Framerate.
29657
29658 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29659
29660         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
29661           Fix properties (channel, norm, frequency).
29662
29663 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29664
29665         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
29666           Flag typo.
29667         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
29668           No warnings.
29669
29670 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29671
29672         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
29673           Fix hang.
29674
29675 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29676
29677         * sys/v4l2/gstv4l2element.h:
29678           Yet Another Hack (tm) for kernel header borkedness.
29679         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
29680         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
29681         (gst_v4l2src_link), (gst_v4l2src_getcaps),
29682         (gst_v4l2src_change_state):
29683         * sys/v4l2/gstv4l2src.h:
29684         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
29685         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
29686           Fix caps, keep track of state, work.
29687
29688 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29689
29690         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
29691           Quiet.
29692
29693 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29694
29695         * sys/oss/gstosssrc.c: (gst_osssrc_get):
29696           Don't mix bytes and samples.
29697
29698 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29699
29700         * ext/ogg/gstoggmux.c:
29701           Basic pad template which accepts OGM tracks, speex, flac, vorbis
29702           and theora. Any is incorrect.
29703         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
29704           Fix caps.
29705         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
29706         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
29707         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
29708         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
29709         * sys/v4l/gstv4lmjpegsrc.h:
29710         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
29711         (gst_v4lsrc_change_state):
29712         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
29713         (gst_v4lmjpegsrc_capture_stop):
29714           Fix caps. Keep track of internal state. Work.
29715
29716 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29717
29718         * ext/Makefile.am:
29719           Fix the build fixes.
29720
29721 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29722
29723         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29724         (gst_ogg_demux_src_event), (_find_chain_seek),
29725         (gst_ogg_pad_push):
29726           Check for pad availability before using it.
29727         * ext/ogg/gstoggdemux.c: (_find_chain_process):
29728           Fix parsing of chained ogg. Needs more work on the decoder side.
29729
29730 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29731
29732         * gst/spectrum/Makefile.am:
29733         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
29734         (idle_func):
29735           Fix demo and reenable it. Yes, I'm currently playing with audio
29736           analysis tools
29737
29738 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29739
29740         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29741           We love it if files that start at zero work too...
29742
29743 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29744
29745         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29746           Handle files with missing EOS headers.
29747
29748 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29749
29750         * gst/tcp/gsttcpserversink.c:
29751         (gst_tcpserversink_handle_server_read),
29752         (gst_tcpserversink_init_send):
29753         Zero some variables first (need for accept not to return EINVAL)
29754
29755 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29756
29757         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29758         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
29759         * ext/theora/theoradec.c: (theora_dec_sink_convert),
29760         (theora_dec_chain):
29761         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
29762         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
29763           Seeking and querying finetune.
29764
29765 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29766
29767         * configure.ac:
29768         * ext/Makefile.am:
29769         * ext/raw1394/Makefile.am:
29770           fix the build
29771
29772 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29773
29774         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29775           Wrong return.
29776         * gst/playback/Makefile.am:
29777         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
29778         * gst/playback/gstplay-marshal.list:
29779         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
29780           Fix marshallers.
29781
29782 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29783
29784         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
29785           Silence.
29786
29787 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29788
29789         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29790         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
29791         (gst_ogg_pad_push):
29792           Yay for non-lineair granulepos in theora.
29793
29794 2004-10-18  Wim Taymans  <wim@fluendo.com>
29795
29796         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
29797         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
29798         * ext/dv/gstdvdec.h:
29799         Make sure we renegotiate aspect ratio when the camera switches.
29800
29801 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29802
29803         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29804         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
29805           Start at zero.
29806         * ext/theora/theoradec.c: (theora_dec_chain):
29807           Skip headers. Bad idea for chained ogg, but fixes seeking.
29808
29809 2004-10-18  Wim Taymans  <wim@fluendo.com>
29810
29811         * configure.ac:
29812         I swear, this is the last time I touch this.
29813
29814 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29815
29816         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29817         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
29818         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
29819           Faster seeking.
29820         * ext/theora/theoradec.c: (theora_dec_sink_convert):
29821           Time-to-default conversion.
29822         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29823           Don't error on unknown packets, just skip. We should probably
29824           read them if we want to support chained ogg.
29825
29826 2004-10-18  Wim Taymans  <wim@fluendo.com>
29827
29828         * configure.ac:
29829         Added cdaudio to wrong list.
29830
29831 2004-10-18  Wim Taymans  <wim@fluendo.com>
29832
29833         * configure.ac:
29834         Revive cdaudio.
29835
29836 2004-10-18  Wim Taymans  <wim@fluendo.com>
29837
29838         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
29839         (gst_dvdec_video_link), (gst_dvdec_push):
29840         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
29841         (gst_smokeenc_resync), (gst_smokeenc_chain):
29842         Fix mimetype on smoke encoder.
29843         Add aspect ratio to dvdec. Not sure if these
29844         values are correct though....
29845
29846 2004-10-18  Wim Taymans  <wim@fluendo.com>
29847
29848         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
29849         Fix vorbis property descriptions and ranges.
29850
29851 2004-10-18  Wim Taymans  <wim@fluendo.com>
29852
29853         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29854         Really do nothing when no data is available.
29855         Go to the playing state when the stream is not seekable
29856         instead of failing.
29857
29858 2004-10-18  Wim Taymans  <wim@fluendo.com>
29859
29860         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
29861         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
29862         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
29863         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
29864         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
29865         Added uri handler for cd://
29866         Port to new API.
29867
29868 2004-10-18  Wim Taymans  <wim@fluendo.com>
29869
29870         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29871         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
29872         (try_to_link_1), (no_more_pads), (close_link), (type_found):
29873         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
29874         (remove_prerolls), (unknown_type), (add_element_stream),
29875         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
29876         (gst_play_base_bin_remove_element),
29877         (gst_play_base_bin_link_stream):
29878         * gst/playback/gstplaybin.c: (gen_video_element),
29879         (gen_vis_element), (remove_sinks), (setup_sinks):
29880         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
29881         (gst_stream_info_get_type), (gst_stream_info_class_init),
29882         (gst_stream_info_init), (gst_stream_info_new),
29883         (gst_stream_info_dispose), (stream_info_mute_pad),
29884         (gst_stream_info_set_property), (gst_stream_info_get_property):
29885         * gst/playback/gststreaminfo.h:
29886         Add sink padtemplate to decodebin.
29887         Added some more comments.
29888         Make queue size configurable in playbasebin.
29889         Added possibility to use elements as sinks (ex cdaudio).
29890
29891 2004-10-15  Wim Taymans  <wim@fluendo.com>
29892
29893         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
29894         (gst_speexenc_chain):
29895         Fix speex timestamps so that it gets muxed properly.
29896
29897 2004-10-15  Wim Taymans  <wim@fluendo.com>
29898
29899         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
29900         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
29901         (gst_dv1394src_init), (gst_dv1394src_dispose),
29902         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
29903         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
29904         (gst_dv1394src_event), (gst_dv1394src_get_formats),
29905         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
29906         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
29907         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
29908         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
29909         * ext/raw1394/gstdv1394src.h:
29910         Added conversion/query functions.
29911         Update buffer timestamps,
29912         Added signals.
29913         Added uri dv:// so it might play from the firewire in playbin.
29914         Fix a possible leak.
29915         Added debugging.
29916
29917 2004-10-15  Wim Taymans  <wim@fluendo.com>
29918
29919         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
29920         (gst_dv1394src_init), (gst_dv1394src_set_property),
29921         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
29922         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
29923         * ext/raw1394/gstdv1394src.h:
29924         Added AV/C VTR control support needed for some cameras.
29925         Added automatic port detection.
29926         Added properties for selecting the channel.
29927         The configure.ac script is not yet updated to reflect the
29928         new libavc1394 and librom1394 dependencies.
29929
29930 2004-10-15  Wim Taymans  <wim@fluendo.com>
29931
29932         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
29933         (qtdemux_parse), (gst_qtdemux_handle_esds):
29934         An esds box is not a container.
29935         Fix parsing of mp4v boxes.
29936         Do not try to renegotiate fps for each frame. Need to
29937         find a better method. This should fix mp4 playback.
29938
29939 2004-10-14  David Schleef  <ds@schleef.org>
29940
29941         * configure.ac: update for swfdec-0.3 and liboil-0.2
29942         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
29943         * ext/swfdec/gstswfdec.h: same
29944         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
29945         * gst/videotestsrc/videotestsrc.c: same
29946
29947 2004-10-14  Wim Taymans  <wim@fluendo.com>
29948
29949         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
29950         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
29951         (is_sync_frame), (gst_multifdsink_new_client),
29952         (gst_multifdsink_handle_client_write),
29953         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
29954         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
29955         Turn warnings into info.
29956         Don't allow a state change in the streaming thread.
29957
29958 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
29959
29960         * ext/vorbis/oggvorbisenc.c:
29961         * ext/vorbis/vorbisdec.c:
29962           fix template sample rate
29963
29964 2004-10-13  Wim Taymans  <wim@fluendo.com>
29965
29966         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
29967         Decoding the header first fixes some problems in resyncing
29968         in more mp3s.
29969
29970 2004-10-12  Wim Taymans  <wim@fluendo.com>
29971
29972         * gst/playback/gstplaybin.c: (gen_video_element),
29973         (gen_vis_element), (remove_sinks), (setup_sinks):
29974         Added vis plugin support, need to configure the vis
29975         element to activate it.
29976
29977 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29978
29979         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
29980         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
29981           Some debug.
29982         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
29983         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
29984         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
29985         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
29986         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
29987         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
29988         * gst/avi/gstavidemux.h:
29989           Support for openDML-2.0 indx/ix## chunks. Support for broken index
29990           recovery (where, if part of the index is broken, we will still read
29991           the rest of the index and recover the broken part by stream
29992           scanning). More broken media support. EOS workarounds. General AVI
29993           braindamage headache recovery. Aspirin included.
29994
29995 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29996
29997         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
29998         (cdparanoia_event), (cdparanoia_query):
29999           Get rid of hideous lead-in.
30000
30001 2004-10-11  Wim Taymans  <wim@fluendo.com>
30002
30003         * gst/playback/gstplaybasebin.c: (setup_source):
30004         Wrong var used to get g_list_next.
30005
30006 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30007
30008         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
30009         (cdparanoia_get), (cdparanoia_open):
30010           Report discid as metadata, add duration.
30011
30012 2004-10-11  Wim Taymans  <wim@fluendo.com>
30013
30014         * gst/playback/gstplaybasebin.c: (setup_source):
30015         Cleanup the previous pipeline a little earlier for the
30016         case that a source element provides raw data.
30017
30018 2004-10-11  Benjamin Otte  <otte@gnome.org>
30019
30020         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
30021           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
30022           consuming the last 128 bytes, even though it was valid mp3 data.
30023
30024 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30025
30026         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
30027         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
30028         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
30029         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
30030
30031 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30032
30033         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
30034         Fix for webcams that support only specific width or height
30035
30036 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
30037
30038         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30039
30040         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
30041           Fix wrong discont event setup (fixes #154967).
30042
30043 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
30044
30045         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30046
30047         * gst/auparse/gstauparse.c: (gst_auparse_chain):
30048           Error out on invalid data (fixes #154807).
30049
30050 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
30051
30052         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30053
30054         * ext/dvdread/dvdreadsrc.c: (_read):
30055           Make titles > 0 work again (fixes #154834).
30056
30057 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30058
30059         * gst-libs/gst/riff/riff-media.c:
30060         (gst_riff_create_video_template_caps):
30061           WMV3 missing in template caps.
30062
30063 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30064
30065         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30066           OK, so the original code was too strict. It makes random AVI files
30067           hang for seconds upon opening, which is unacceptable and is far
30068           beyond the original goal of getting multiple chunks for one-chunk
30069           sounc stream files. So now do just that.
30070
30071 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30072
30073         * gst/playback/gstplaybasebin.c: (setup_source),
30074         (gst_play_base_bin_change_state):
30075           Actually clean up streaminfo if output fails. This would trigger
30076           if, for example, there was no CD in the drive. No preroll, so
30077           a streaminfo structure is created, but the subsequent state change
30078           of the thread fails.
30079         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
30080           Don't change state if parent failed.
30081
30082 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30083
30084         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
30085         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
30086         (gen_video_element), (remove_sinks):
30087           Add small bits of code for screenshot handling.
30088
30089 2004-10-08  Wim Taymans  <wim@fluendo.com>
30090
30091         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
30092         (gen_video_element), (gen_audio_element), (setup_sinks):
30093         Don't assume the user provided sinks are named "sink"...
30094
30095 2004-10-08  Wim Taymans  <wim@fluendo.com>
30096
30097         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
30098         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
30099         (gst_play_base_bin_link_stream):
30100         Do not try to autoplug sources that generate raw streams like
30101         cdparanoia.
30102         disconnect the preroll overrun signal when we don't need it anymore.
30103
30104 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
30105
30106         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
30107         Added reworked patch from #154903 from milosz derezynski (deadchip).
30108
30109 2004-10-08  Wim Taymans  <wim@fluendo.com>
30110
30111         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
30112         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
30113         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
30114         (cdparanoia_convert), (cdparanoia_uri_get_type),
30115         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
30116         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
30117         * ext/cdparanoia/gstcdparanoia.h:
30118         This adds the cdda://<tracknum> uri.
30119
30120 2004-10-08  Wim Taymans  <wim@fluendo.com>
30121
30122         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
30123         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30124         (try_to_link_1), (no_more_pads), (close_link), (type_found):
30125         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
30126         (unknown_type), (gst_play_base_bin_remove_element),
30127         (gst_play_base_bin_link_stream):
30128         * gst/playback/gstplaybasebin.h:
30129         * gst/playback/gstplaybin.c: (gst_play_bin_init),
30130         (gst_play_bin_set_property), (gen_video_element),
30131         (gen_audio_element), (setup_sinks):
30132         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
30133         (gst_stream_info_get_type), (gst_stream_info_class_init),
30134         (gst_stream_info_init), (gst_stream_info_new),
30135         (gst_stream_info_dispose), (stream_info_mute_pad),
30136         (gst_stream_info_set_property), (gst_stream_info_get_property):
30137         * gst/playback/gststreaminfo.h:
30138         Reuse the audio and video bins.
30139         Some internal cleanups in the stream selection code.
30140
30141 2004-10-08  Julien MOUTTE  <julien@moutte.net>
30142
30143         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
30144         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
30145         * sys/ximage/ximagesink.h:
30146         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
30147         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
30148         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
30149         not coming from those elements. Moreover these elements should not keep
30150         the xid they have been given when in NULL state.
30151
30152 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30153
30154         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
30155         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
30156         * sys/ximage/ximagesink.h:
30157         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
30158         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
30159         * sys/xvimage/xvimagesink.h:
30160           Actually only create a new toplevel window if we're not gonna
30161           embed it right after.
30162
30163 2004-10-07  Wim Taymans  <wim@fluendo.com>
30164
30165         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
30166         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
30167         * gst/playback/gstplaybin.c: (setup_sinks):
30168         Implement muting/unmuting of streams, mute streams that are not
30169         used.
30170
30171 2004-10-07  Wim Taymans  <wim@fluendo.com>
30172
30173         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
30174         (plugin_init):
30175         Added lame audio/x-ac3 typefind function.
30176
30177 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
30178
30179         * configure.ac:
30180           bump nano to cvs
30181
30182 === release 0.8.5 ===
30183
30184 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
30185
30186         * NEWS:
30187         * RELEASE:
30188         * configure.ac:
30189           releasing 0.8.5, "Take You On"
30190
30191 2004-10-06  Wim Taymans  <wim@fluendo.com>
30192
30193         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
30194         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
30195         (no_more_pads), (close_link), (type_found):
30196         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30197         * gst/playback/gstplaybin.c: (gen_video_element):
30198         Do not signal the no_more_pads after the first pad when
30199         we are plugging a non dynamic element with multiple
30200         output pads (like swfdec, dvdec, ...).
30201
30202 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30203
30204         * configure.ac:
30205           bump for prerelease
30206
30207 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30208
30209         * gst/wavparse/gstwavparse.c:
30210           add ATRAC3 to STATIC CAPS to fix a warning
30211
30212         * gst/matroska/ebml-read.c:
30213         * gst-libs/gst/riff/riff-read.c:
30214           fix typos
30215
30216 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30217
30218         * gst-libs/gst/riff/riff-media.c:
30219           generate caps for ATRAC3 audio streams
30220
30221         * gst/realmedia/rmdemux.c:
30222           generate caps for ATRAC3 audio streams
30223
30224 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30225
30226         * gst/wavparse/Makefile.am
30227         * gst/wavparse/riff.h
30228         * gst/wavparse/wavparse.vcproj
30229           riff.h removal (unused and duplication with riff-ids.h)
30230
30231 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30232
30233         * gst/wavparse/gstwavparse.h
30234           remove duplicated defines for audio codec codes
30235
30236         * gst-libs/gst/riff/riff-ids.h
30237         * gst/wavenc/riff.h:
30238           add "4CC" code for ATRAC3 audio streams
30239           add "4CC" code for ITU_G721_ADPCM (unused for now)
30240
30241 2004-10-06  Wim Taymans  <wim@fluendo.com>
30242
30243         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
30244         Actually _do_ negotiation. Pass gdouble as arg instead
30245         of guint64 for the framerate.
30246
30247 2004-10-06  Wim Taymans  <wim@fluendo.com>
30248
30249         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
30250         (find_compatibles), (close_pad_link), (try_to_link_1),
30251         (no_more_pads), (close_link), (type_found):
30252         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30253         * gst/playback/gstplaybin.c: (gen_video_element),
30254         (gen_audio_element):
30255         Set state on newly added element to READY so that negotiation
30256         can happen ASAP.
30257         Addes some more debug info.
30258         Do not try to plug pads with multiple caps structures or ANY
30259         because it is too dangerous since we do not do dynamic
30260         replugging.
30261
30262 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30263
30264         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
30265
30266         * po/LINGUAS:
30267         * po/or.po:
30268           add Oriya translation
30269
30270 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30271
30272         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30273           Prevent overwrite of size member. Makes audio sound crappy.
30274
30275 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30276
30277         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
30278         Add rmvb to the list of known RealMedia extensions
30279
30280 2004-10-05  Wim Taymans  <wim@fluendo.com>
30281
30282         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
30283         (mngdec_openstream), (mngdec_closestream),
30284         (mngdec_handle_sink_event), (mngdec_readdata),
30285         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
30286         (mngdec_getcanvasline), (mngdec_refresh),
30287         (gst_mngdec_change_state):
30288         Set the framerate correctly.
30289
30290 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30291
30292         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30293           There was something wrong with the index massaging.
30294
30295 2004-10-04  Wim Taymans  <wim@fluendo.com>
30296
30297         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
30298         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
30299         (gst_smokedec_chain):
30300         * ext/jpeg/gstsmokedec.h:
30301         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
30302         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
30303         * ext/jpeg/gstsmokeenc.h:
30304         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
30305         (smokecodec_decode_new), (smokecodec_info_free),
30306         (smokecodec_set_quality), (smokecodec_get_quality),
30307         (smokecodec_set_threshold), (smokecodec_get_threshold),
30308         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
30309         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
30310         (smokecodec_encode), (smokecodec_parse_id),
30311         (smokecodec_parse_header), (smokecodec_decode):
30312         * ext/jpeg/smokecodec.h:
30313         * ext/jpeg/smokeformat.h:
30314         Updated smoke, new bitstream, allows embedding in ogg.
30315
30316 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30317
30318         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
30319           Fix seeking in some files. All this code is no longer needed (and
30320           actually breaks stuff) because we now synchronize the full index
30321           right when reading the header.
30322
30323 2004-10-04  Wim Taymans  <wim@fluendo.com>
30324
30325         * configure.ac:
30326         configure update for libmng.
30327
30328 2004-10-04  Wim Taymans  <wim@fluendo.com>
30329
30330         * ext/libmng/Makefile.am:
30331         * ext/libmng/gstmng.c: (plugin_init):
30332         * ext/libmng/gstmng.h:
30333         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
30334         (gst_mngdec_base_init), (gst_mngdec_class_init),
30335         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
30336         (gst_mngdec_loop), (gst_mngdec_get_property),
30337         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
30338         (mngdec_closestream), (mngdec_handle_sink_event),
30339         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
30340         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
30341         (gst_mngdec_change_state):
30342         * ext/libmng/gstmngdec.h:
30343         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
30344         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
30345         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
30346         (gst_mngenc_chain), (gst_mngenc_get_property),
30347         (gst_mngenc_set_property):
30348         * ext/libmng/gstmngenc.h:
30349         Added basic MNG decoder. Needs more work. The encoder does
30350         not work yet.
30351
30352 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30353
30354         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
30355         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
30356         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
30357           Don't hang on length=0 chunks. Some negotiation fixes. Signal
30358           no-more-pads.
30359
30360 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
30361
30362         * configure.ac:
30363           you need at least 1.0.4 of speex
30364
30365 2004-10-04 Iain <iaingnome@gmail.com>
30366
30367         * ext/speex/gstspeexdec.h: Revert the includes changes.
30368
30369         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
30370
30371 2004-09-30 Iain <iaingnome@gmail.com>
30372
30373         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
30374         found during init or set as a property instead of hardcoding /dev/audio
30375
30376 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30377
30378         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
30379         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
30380         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
30381         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
30382         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
30383         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
30384         (gst_rmdemux_dump_data):
30385           Use debug category, fix EOS handling. filesrc ! rmdemux now
30386           works.
30387
30388 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30389
30390         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
30391         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
30392         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
30393           Improve allocation, cutting and sorting of the index. How takes a
30394           few seconds instead of minutes.
30395
30396 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
30397
30398         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
30399           fixed compilation
30400
30401 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30402
30403         * gst-libs/gst/riff/riff-media.c:
30404         (gst_riff_create_video_caps_with_data),
30405         (gst_riff_create_video_template_caps):
30406           Add wing commander format mimetype/fourccs.
30407         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30408           Don't crash if some value is 0.
30409
30410 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30411
30412         * gst-libs/gst/riff/riff-media.c:
30413         (gst_riff_create_video_caps_with_data),
30414         (gst_riff_create_video_template_caps):
30415           Add DIB fourcc (raw, palettized 8-bit RGB).
30416         * gst-libs/gst/riff/riff-read.c:
30417         (gst_riff_read_strf_vids_with_data):
30418           Oops, fix strf_data reading bug.
30419         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
30420           Use a non-NULL tag.
30421         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
30422           Time for hacks. Sorry Dave. At least one quicktime movie (a
30423           trailer) that I've encountered contains multiple video tracks.
30424           One of those is the actual video track, the other are one-frame
30425           tracks (images). Unfortunately, the number of frames according
30426           to the trak header is 1 for each, so that doesn't help. So
30427           instead, I look at the duration and discard tracks with a
30428           duration shorter than 20% of the length of the stream. Better
30429           than nothing.
30430
30431 2004-10-01  Christian Schaller <christian@fluendo.com>
30432
30433         * ext/ivorbis/vorbis.c:
30434           Patch from Phil Blundell (Bug 152341)
30435
30436 2004-10-01  Wim Taymans  <wim@fluendo.com>
30437
30438         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
30439         (speex_dec_get_formats), (speex_dec_convert),
30440         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
30441         (speex_dec_chain), (gst_speexdec_get_property),
30442         (gst_speexdec_set_property):
30443         Small cleanups.
30444
30445 2004-10-01  Wim Taymans  <wim@fluendo.com>
30446
30447         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
30448         (gst_wavparse_stream_init), (gst_wavparse_fmt),
30449         (gst_wavparse_other), (gst_wavparse_loop),
30450         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
30451         (gst_wavparse_srcpad_event):
30452         * gst/wavparse/gstwavparse.h:
30453         Added some more debugging info.
30454         Fix the case where the length of the file is 0.
30455         Make sure we seek to sample borders.
30456
30457 2004-10-01  Wim Taymans  <wim@fluendo.com>
30458
30459         * gst/playback/README:
30460         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
30461         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30462         (try_to_link_1), (no_more_pads), (close_link), (type_found):
30463         Add some debug info to decodebin, update README
30464
30465 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30466
30467         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
30468           Don't use g_print(); use GST_DEBUG().
30469
30470 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30471
30472         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30473         (gst_ogg_mux_queue_pads):
30474           Handle EOS properly.
30475
30476 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
30477
30478         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30479
30480         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
30481         (gst_faad_chain), (gst_faad_change_state):
30482         * ext/faad/gstfaad.h:
30483           Allow playback of raw (unframed) MPEG AAC files (#148993).
30484
30485 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
30486
30487         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30488
30489         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30490           Throw error if we didn't recognize the stream. Fixes #152289.
30491
30492 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30493
30494         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
30495           Fix negotiation.
30496
30497 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
30498
30499         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30500
30501         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30502           Fix memleak.
30503
30504 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
30505
30506         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30507
30508         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
30509           Solve #152805.
30510         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
30511           Solve 152806.
30512
30513 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30514
30515         * gst-libs/gst/riff/riff-media.c:
30516         (gst_riff_create_video_caps_with_data),
30517         (gst_riff_create_audio_caps_with_data):
30518           Add codec_data handling (like asfdemux used to do).
30519         * gst/asfdemux/gstasf.c: (plugin_init):
30520         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
30521         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
30522           Use riff-media for caps creation instead of our own (mostly
30523           broken) copy of its functions.
30524
30525 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30526
30527         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
30528           Don't actually error out if we get another return value than
30529           -EINVAL. Opposite to what I first thought, drivers have random
30530           return values for this, although -EINVAL is the expected return
30531           value. Since this is not fatal, we shouldn't use
30532           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
30533
30534 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30535
30536         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
30537         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
30538         (dvdreadsrc_get_property), (_open), (_seek), (_read),
30539         (dvdreadsrc_get), (dvdreadsrc_open_file),
30540         (dvdreadsrc_change_state):
30541           Fix. Don't do one big huge loop around the whole DVD, that will
30542           cache all data and thus eat sizeof(dvd) (several GB) before we
30543           see something.
30544         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
30545           Actually NULL'ify event after using it.
30546         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
30547         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
30548         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
30549         (gst_ebml_read_seek), (gst_ebml_read_skip):
30550           Handle events.
30551         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
30552         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
30553         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
30554           Fix timing (this will probably break if I seek using menus, but
30555           I didn't get there yet). VOBs and normal DVDs should now work.
30556           Add a mpeg2-only pad with high rank so this get autoplugged for
30557           MPEG-2 movies.
30558         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
30559         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
30560         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
30561         (gst_mpeg_demux_get_audio_stream),
30562         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
30563         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
30564           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
30565           MPEG-1 but use dvddemux for MPEG-2.
30566         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
30567         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
30568         (gst_mpeg_parse_parse_packhead):
30569           Timing. Only add pad template if it exists. Add sink template from
30570           class and not from ourselves. This means we will always use the
30571           correct sink template even if it is not the one defined in this
30572           file.
30573
30574 2004-09-29  Wim Taymans  <wim@fluendo.com>
30575
30576         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
30577         (gst_mpeg_demux_parse_pes):
30578         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
30579         Fix playback of mpeg again, timestamps where screwed up by
30580         patch 1.61.
30581
30582 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30583
30584         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
30585           Only return true if we actually filled something in. Prevents
30586           player applications from showing a random length for flac files.
30587         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
30588         (gst_riff_read_use_event), (gst_riff_read_handle_event),
30589         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
30590         (gst_riff_read_strf_vids_with_data),
30591         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
30592           OK, ok, so I implemented event handling. Apparently it's normal
30593           that we receive random events at random points without asking
30594           for it.
30595         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
30596         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
30597         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
30598         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
30599         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
30600         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
30601         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
30602         * gst/avi/gstavidemux.h:
30603           Implement non-lineair chunk handling and subchunk processing.
30604           The first solves playback of AVI files where the audio and video
30605           data of individual buffers that we read are not synchronized.
30606           This should not happen according to the wonderful AVI specs, but
30607           of course it does happen in reality. It is also a prerequisite for
30608           the second. Subchunk processing allows us to cut chunks in small
30609           pieces and process each of these pieces separately. This is
30610           required because I've seen several AVI files with incredibly large
30611           audio chunks, even some files with only one audio chunk for the
30612           whole file. This allows for proper playback including seeking.
30613           This patch is supposed to fix all AVI A/V sync issues.
30614         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
30615         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
30616           Work.
30617         * gst/modplug/gstmodplug.cc:
30618           Proper return value setting for the query() function.
30619         * gst/playback/gstplaybasebin.c: (setup_source):
30620           Being in non-playing state (after, e.g., EOS) is not necessarily
30621           a bad thing. Allow for that. This fixes playback of short files.
30622           They don't actually playback fully now, because the clock already
30623           runs. This means that small files (<500kB) with a small length
30624           (<2sec) will still not or barely play. Other files, such as mod
30625           or flx, will work correctly, however.
30626
30627 2004-09-28  Wim Taymans  <wim@fluendo.com>
30628
30629         * ext/speex/gstspeex.c: (plugin_init):
30630         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
30631         (gst_speex_dec_class_init), (speex_dec_get_formats),
30632         (speex_get_event_masks), (speex_get_query_types),
30633         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
30634         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
30635         (gst_speexdec_get_property), (gst_speexdec_set_property),
30636         (speex_dec_change_state):
30637         * ext/speex/gstspeexdec.h:
30638         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
30639         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
30640         (gst_speexenc_base_init), (gst_speexenc_class_init),
30641         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
30642         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
30643         (gst_speexenc_src_query), (gst_speexenc_init),
30644         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
30645         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
30646         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
30647         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
30648         (gst_speexenc_chain), (gst_speexenc_get_property),
30649         (gst_speexenc_set_property), (gst_speexenc_change_state):
30650         * ext/speex/gstspeexenc.h:
30651         Rewrote speex encoder, make sure it can be embedded in ogg.
30652         Implemented speex decoder.
30653
30654 2004-09-28  Christian Schaller <christian@fluendo.com>
30655
30656         * configure.ac:
30657         Remove kioslave plugin. Markey is brewing a new working one
30658         * ext/Makefile.am: Remove kioslave plugin
30659         * ext/kio: remove
30660         * gst-plugins.spec.in: remove kio plugin from spec
30661
30662 2004-09-27  Wim Taymans  <wim@fluendo.com>
30663
30664         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30665         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
30666         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
30667         (gst_multifdsink_new_client),
30668         (gst_multifdsink_handle_client_write),
30669         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
30670         (gst_multifdsink_handle_clients):
30671         * gst/tcp/gstmultifdsink.h:
30672         Make syncing to keyframes actually work for new clients and lagging
30673         clients.
30674
30675 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30676
30677         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
30678         (gst_navigationtest_handle_src_event), (draw_box_planar411),
30679         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
30680         * gst/debug/gstnavigationtest.h:
30681           make navigationtest display button-press and button-release events
30682
30683 2004-09-26 Iain <iaingnome@gmail.com>
30684
30685         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
30686         the channels have received a new media event.
30687         (interleave_buffered_loop): Compresses a new media event on all
30688         channels into one.
30689
30690 2004-09-26 Iain <iaingnome@gmail.com>
30691
30692         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
30693         call the sinkpad's default event handler and not the srcpads. He also
30694         says this is confusing :)
30695         (gst_wavenc_stop_file): Company says that seek events only go upstream
30696         we should send a discontinuous downstream instead.
30697
30698 2004-09-25  Christian Schaller <christian@fluendo.com>
30699
30700         * Update SPEC file to be usable in conjunction with Fedora Core,
30701           Fedora.us and freshrpms packages
30702         * Fix typo in multifilesrc test Makefile
30703
30704 2004-09-24  Wim Taymans  <wim@fluendo.com>
30705
30706         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30707         Only signal the no_more_pads signal when we have
30708         added the stream to our list.
30709
30710 2004-09-24  Wim Taymans  <wim@fluendo.com>
30711
30712         * gst/playback/gstplaybasebin.c: (remove_prerolls),
30713         (new_decoded_pad):
30714         * gst/playback/gstplaybasebin.h:
30715         * gst/playback/gstplaybin.c: (setup_sinks):
30716         Don't try to preroll or decode more than one audio/video
30717         track.
30718
30719 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30720
30721         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
30722           Throw error if we failed to find a suitable output. This should
30723           throw an error if we successfully set up a pipeline (e.g. because
30724           we recognized a media file) but found no decodable streams in it
30725           (e.g. because it contains only media stream types for which we
30726           have no decoders, or because it's not a media type).
30727
30728 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30729
30730         * ext/dirac/Makefile.am:
30731         * ext/dirac/gstdirac.cc:
30732         * ext/dirac/gstdiracdec.cc:
30733         * ext/dirac/gstdiracdec.h:
30734           Do something. Don't actually know if this works because I don't
30735           have a demuxer yet.
30736         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
30737           Add channels=1 to caps returned from _getcaps().
30738         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
30739         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
30740         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
30741         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
30742         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
30743         (gst_ogm_parse_change_state):
30744           Separate between audio/video so ogmaudioparse actually uses the
30745           audio pad templates. Both audio and video work now, including
30746           autoplugging. Also use sometimes-srcpad hack.
30747         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
30748           Handle events better. Don't hang on infinite loops.
30749         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
30750         (gst_avi_demux_init), (gst_avi_demux_reset),
30751         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
30752         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
30753         (gst_avi_demux_change_state):
30754         * gst/avi/gstavidemux.h:
30755           Improve A/V sync. Still not perfect.
30756         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
30757         (gst_ebml_read_skip):
30758           Handle events better.
30759         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
30760         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
30761         (qtdemux_audio_caps):
30762           Add IMA4. Improve event handling. Save offset after a seek when
30763           the headers are at the end of the file so that we don't end up in
30764           an infinite loop.
30765         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
30766           Add low-priority typefind support for files with no length.
30767
30768 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30769
30770         * testsuite/multifilesink/Makefile.am:
30771         fix typo
30772
30773 2004-09-22  Julien MOUTTE  <julien@moutte.net>
30774
30775         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
30776         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
30777         mistakes from thaytan's patches.
30778
30779 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
30780
30781         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
30782           For completeness, XSync in the destroy function as xvimage does.
30783
30784 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
30785
30786         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
30787            Correct caps negotiation
30788         * gst/volume/gstvolume.c: (volume_chain_float),
30789         (volume_chain_int16):
30790            Modify debug output to be little more informative
30791         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
30792         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
30793         (gst_xvimagesink_xvimage_destroy):
30794           Add XSync calls after detaching from the shared memory segment to
30795           avoid a crash.
30796
30797 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30798
30799         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
30800         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
30801         * ext/vorbis/vorbis.c: (plugin_init):
30802         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
30803         (gst_vorbisenc_chain):
30804         * ext/vorbis/vorbisenc.h:
30805         remove explicit newmedia support from oggmux and vorbisenc
30806         add debug category to vorbisenc
30807         * gst/multifilesink/gstmultifilesink.c:
30808         (gst_multifilesink_class_init), (gst_multifilesink_init),
30809         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
30810         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
30811         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
30812         (plugin_init):
30813         * gst/multifilesink/gstmultifilesink.h:
30814         add support for streamheader in multifilesink
30815
30816 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30817
30818         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
30819         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
30820         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
30821           Prevent infinite loops. More correct error reporting.
30822         * gst/auparse/gstauparse.c: (gst_auparse_chain):
30823           Error out if negotiation fails.
30824         * gst/playback/gstplaybasebin.c: (setup_source),
30825         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
30826         (gst_play_base_bin_found_tag):
30827           Error/tag forwarding. Pre-roll fixes for source errors on state
30828           changes (e.g. "file does not exist") to prevent hangs.
30829
30830 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30831
30832         * testsuite/multifilesink/Makefile.am:
30833         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
30834         (gst_newmedia_class_init), (gst_newmedia_init),
30835         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
30836         (newfile_signal), (test_signal), (main):
30837         * testsuite/multifilesink/multifilesrc_test.c: (main):
30838         * testsuite/multifilesink/oggtheora_test.c:
30839         (gst_newmedia_base_init), (gst_newmedia_class_init),
30840         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
30841         (test_format), (newfile_signal), (test_signal), (main):
30842         * testsuite/multifilesink/oggvorbis_test.c:
30843         (gst_newmedia_base_init), (gst_newmedia_class_init),
30844         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
30845         (test_format), (newfile_signal), (test_signal), (main):
30846         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
30847         (gst_newmedia_class_init), (gst_newmedia_init),
30848         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
30849         (newfile_signal), (test_signal), (main):
30850         New media tests
30851
30852 2004-09-20  Christian Schaller <christian@fluendo.com>
30853
30854         * Fix mikmod license to LGPL as they have relicensed
30855         * Move Dirac and Effectv into LGPL section of README_license
30856
30857 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30858
30859         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
30860         (gst_mad_change_state):
30861           Allow for mp3 rate/channels changes. However, only very
30862           conservatively. Reason that we *have* to enable this is smiply
30863           because the mad find_sync() function is not good enough, it will
30864           regularly sync on random data as valid frames and therefore make
30865           us provide random caps as *final* caps of the stream. The best fix
30866           I could think of is to simply require several of the same stream
30867           changes in a row before we change caps.
30868           The actual testcase that works now is #
30869         * ext/ogg/Makefile.am:
30870         * ext/ogg/gstogg.c: (plugin_init):
30871         * ext/ogg/gstogmparse.c:
30872           OGM support (video only for now; I need an audio sample file).
30873         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
30874         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
30875         (gst_asf_demux_add_video_stream):
30876           WMV extradata.
30877         * gst/playback/gstplaybasebin.c: (unknown_type):
30878           Don't error out on single unknown-types after all. It's wrong.
30879           If we found type of video and audio but not of a subtitle stream,
30880           it will still error out (which is unwanted). Will find a better fix
30881           later on.
30882         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
30883         (ogmaudio_type_find), (plugin_init):
30884           OGM support.
30885
30886 2004-09-20  Johan Dahlin  <johan@gnome.org>
30887
30888         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
30889         after setting caps.
30890
30891 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30892
30893         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
30894         * gst/wavenc/gstwavenc.h:
30895         Added newmedia support to wavenc
30896
30897 2004-09-17  Wim Taymans  <wim@fluendo.com>
30898
30899         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
30900         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
30901         (gst_fdset_fd_can_write), (gst_fdset_wait):
30902         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
30903         (gst_multifdsink_init), (gst_multifdsink_add),
30904         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
30905         (gst_multifdsink_remove_client_link),
30906         (gst_multifdsink_client_queue_buffer),
30907         (gst_multifdsink_handle_client_write),
30908         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
30909         (gst_multifdsink_close), (gst_multifdsink_change_state):
30910         * gst/tcp/gstmultifdsink.h:
30911         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
30912         (gst_tcpserversink_removed):
30913         Small cleanups in fdset.c
30914         Use a hastable to map fd to the client structure for faster
30915         lookup in _remove and get_stats.
30916         Added virtual function to close the fds.
30917         Handle clients even when the select/poll call was unblocked because
30918         of a command.
30919         Implement syncing to keyframe in the recovery procedure.
30920
30921 2004-09-16 Iain <iaingnome@gmail.com>
30922
30923         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
30924         try caps.
30925
30926 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30927
30928         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
30929           Caps are only set if the type of the stream is unknown, but this
30930           is initialized in ->init_stream(), so set to UNKNOWN after calling
30931           ->init_stream() so that capsnego starts.
30932
30933 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30934
30935         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
30936         (gst_avi_demux_stream_data):
30937           Just hardcode for raw audio then. AVI audio sucks.
30938
30939 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
30940
30941         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
30942         * gst/matroska/matroska-mux.c: (audiosink_templ),
30943         (gst_matroska_mux_audio_pad_link):
30944         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
30945         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
30946
30947 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30948
30949         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
30950         (gst_avi_demux_stream_data):
30951           Try to fix a/v sync issues.
30952
30953 2004-09-15  David Schleef  <ds@schleef.org>
30954
30955         * configure.ac: remove NASM check, since we don't use it.  Update
30956         dirac check to 0.4
30957         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
30958         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30959         Initialized variables.
30960         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
30961         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
30962         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
30963         SVQ3 format
30964
30965 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30966
30967         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
30968         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
30969         * gst/avi/gstavidemux.h:
30970           Fix for compressed audio (mp3) timestamp generation. How did this
30971           ever work?
30972
30973 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30974
30975         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
30976           Volume is a double not a float.
30977
30978 2004-09-15  Wim Taymans  <wim@fluendo.com>
30979
30980         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
30981         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
30982         Don't close the fd in multifdsink as we didn't open it in the
30983         first place. Some cleanups.
30984
30985 2004-09-15  Wim Taymans  <wim@fluendo.com>
30986
30987         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
30988         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30989         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
30990         Fix the case where the muxer would mark pages as delta
30991         frames when they are not (vorbis only ogg).
30992
30993 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30994
30995         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
30996         (gst_play_base_bin_change_state):
30997           Handle the case where we failed to setup a clear pipeline. This
30998           will throw an error (or EOS, another nice case) and if you don't
30999           catch that, the app will wait for the signal forever (and thus
31000           hang).
31001
31002 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31003
31004         * ext/gnomevfs/gstgnomevfssink.c:
31005         (gst_gnomevfssink_uri_get_protocols):
31006         * ext/gnomevfs/gstgnomevfssrc.c:
31007         (gst_gnomevfssrc_uri_get_protocols):
31008         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
31009         * ext/gnomevfs/gstgnomevfsuri.h:
31010           Use _uri_new() instead of _open(), so it doesn't take as long and
31011           Christophe's computer won't hang.
31012         * gst/playback/gstplaybasebin.c: (unknown_type):
31013           Throw error on unknown media type, so apps actually display it.
31014
31015 2004-09-14  Brian Cameron  <brian.cameron@sun.com
31016
31017         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
31018           this script to work on Solaris since bash shell handles echo
31019           differenly than bash.
31020
31021 2004-09-17  Wim Taymans  <wim@fluendo.com>
31022
31023         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
31024         (setup_source), (gst_play_base_bin_set_property),
31025         (gst_play_base_bin_add_element):
31026         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
31027         Some more work on making sure seeking pauses the pipeline and
31028         that changing the uri actually does something.
31029
31030 2004-09-17  Wim Taymans  <wim@fluendo.com>
31031
31032         * gst/tcp/gstfdset.c: (gst_fdset_wait):
31033         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
31034         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
31035         (gst_tcpserversink_close):
31036         Be a bit more paranoid when freeing memory.
31037
31038 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31039
31040         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
31041         (qtdemux_parse_trak):
31042           Don't crash by dividing by zero (see sample movie in #126922).
31043
31044 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31045
31046         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
31047           Don't touch non-existing data (fixes crash on file in #140147).
31048
31049 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31050
31051         * gst/playback/gstplaybasebin.c:
31052         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
31053           Handle double disposals, and proper change of URIs.
31054
31055 2004-09-13  Martin Eikermann <meiker@upb.de>
31056
31057         * gst/mpegstream/gstmpegparse.c:
31058           fix synchronistation for streams recorded from digital PCR
31059           fixes bug #119376
31060
31061 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31062
31063         * ext/gnomevfs/Makefile.am:
31064         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
31065         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
31066         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
31067         (gst_gnomevfssink_uri_get_type),
31068         (gst_gnomevfssink_uri_get_protocols),
31069         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
31070         (gst_gnomevfssink_uri_handler_init),
31071         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
31072         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
31073         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
31074         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
31075         (gst_gnomevfssrc_uri_get_type),
31076         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
31077         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
31078         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
31079         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
31080         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
31081         * ext/gnomevfs/gstgnomevfsuri.h:
31082           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
31083           of fake URIs to see which this version of Gnome-VFS likes, and
31084           uses that for the Gst-URI interface. Makes playbin support http://
31085           streams. Also fix up some stupid behaviour in gnomevfssrc.
31086
31087 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31088
31089         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
31090         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
31091         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
31092         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
31093           Update mixer (to sync with other sessions) if we try to obtain
31094           a new value. This makes alsamixer work accross applications.
31095         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
31096           Only call sync functions if we're running, else alsalib asserts.
31097         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
31098           Sometimes fails to compile. Possibly a gcc bug.
31099         * gst/playback/gstplaybin.c: (gen_video_element),
31100         (gen_audio_element):
31101           Add a reference to an application-provided object, because we lose
31102           this same reference if we add it to the bin. If we don't do this,
31103           we can only use this object once and thus crash if we go from
31104           ready to playing, back to ready and back to playing again.
31105           Also add an audioscale element because several cheap soundcards -
31106           like mine - don't support all samplerates.
31107         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
31108         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
31109           Fix wrong order or PAR calls. Makes automatically obtained PAR
31110           from the X server atually being used.
31111
31112 2004-09-12  David Schleef  <ds@schleef.org>
31113
31114         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
31115         #151887, #152102, #152247.
31116         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
31117         * examples/seeking/cdparanoia.c: same
31118         * examples/seeking/cdplayer.c: same
31119         * examples/seeking/seek.c: same
31120         * examples/seeking/spider_seek.c: same
31121         * examples/seeking/vorbisfile.c: same
31122         * examples/stats/mp2ogg.c: same
31123         * ext/esd/esdsink.c: (gst_esdsink_class_init),
31124         (gst_esdsink_dispose): Dispose of element properly.
31125         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
31126         fixes.
31127         * ext/nas/nassink.c: (gst_nassink_class_init),
31128         (gst_nassink_dispose): Dispose of element correctly.
31129         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
31130         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
31131         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
31132         Fix 64-bit warning.
31133         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31134         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
31135         Fix 64-bit warning.
31136
31137 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
31138
31139         * configure.ac : change speex detection as 1.1.6 now uses
31140           .pc/pkg-config and they changed their headers location.
31141
31142 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
31143
31144         * gst/matroska/matroska-mux.h:
31145         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
31146         (gst_matroska_mux_start), (gst_matroska_mux_finish),
31147         (gst_matroska_mux_write_data):
31148           Write multiple blocks/frames per cluster.
31149                 Write meta-seek information (seek heads).
31150
31151 2004-09-09  Scott Wheeler <wheeler@kde.org>
31152
31153         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
31154         (gst_play_bin_set_property), (gst_play_bin_get_property),
31155         (gen_audio_element), (gen_audio_element):
31156           Add a volume element / property to the pipeline.
31157
31158 2004-09-07  Wim Taymans  <wim@fluendo.com>
31159
31160         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
31161         Copy timestamps from the master pad to the output buffers.
31162
31163 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31164
31165         * ext/raw1394/gstdv1394src.c:
31166           throw errors when applicable
31167
31168 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
31169
31170         * gst/matroska/ebml-ids.h:
31171         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
31172         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
31173         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
31174           automatically convert unix time <-> ebml time when reading/writing
31175           a date, use gst_ebml_write_uint to write CUETIME,
31176           not gst_ebml_write_date.
31177         * gst/matroska/matroska-ids.h:
31178         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
31179         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
31180         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
31181         (gst_matroska_mux_write_data):
31182           Write track and segment UIDs, write muxing date, write
31183           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
31184           Create cues for audio only files.
31185
31186 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31187
31188         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
31189         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
31190           Re-commit ALSA switches.
31191         * gst/adder/gstadder.c: (gst_adder_loop):
31192           64-bit fix (#151416).
31193         * gst/debug/progressreport.c: (gst_progressreport_report):
31194           64-bit fix (#151419).
31195         * gst/matroska/matroska-demux.c:
31196         (gst_matroska_demux_parse_contents):
31197           64-bit fix (#151420).
31198         * gst/playback/test3.c: (update_scale):
31199           64-bit fix (#151421).
31200
31201 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
31202
31203         * configure.ac:
31204           bump nano to cvs
31205
31206 === release 0.8.4 ===
31207
31208 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31209
31210         * configure.ac: releasing 0.8.4, "Alias"
31211
31212 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
31213
31214         * ext/theora/Makefile.am:
31215           fix makefile.  Fixes #151462.
31216
31217 2004-08-30  Wim Taymans  <wim@fluendo.com>
31218
31219         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
31220         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31221         (gst_multifdsink_remove_client_link),
31222         (gst_multifdsink_client_queue_buffer),
31223         (gst_multifdsink_handle_client_write):
31224         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
31225         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
31226         Fix some memory leaks.
31227
31228 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31229
31230         Patch by: David Schleef
31231
31232         * configure.ac:
31233         * sys/Makefile.am:
31234           rename our detection macro for V4L2.  Fixes #151236.
31235
31236 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31237
31238         Patch by: David Schleef
31239
31240         * configure.ac:
31241           check to define LAMEPRESET.  Fixes #151232.
31242
31243 2004-08-27  David Schleef  <ds@schleef.org>
31244
31245         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
31246         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
31247         (gst_glimagesink_fixate):  Move local variable declarations to
31248         make gcc-2.95 happy.
31249
31250 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31251
31252         * configure.ac:
31253           bump nano for prerelease
31254
31255 2004-08-27  David Schleef  <ds@schleef.org>
31256
31257         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
31258         * sys/sunaudio/gstsunaudiosrc.c:
31259         * sys/sunaudio/gstsunaudiosrc.h:
31260
31261 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
31262
31263         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
31264         handle EOS correctly
31265         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
31266         * gst/matroska/matroska-mux.h:
31267         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
31268         VFW compatibility mode
31269
31270 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31271
31272         patch by: Zaheer Abbas Merali
31273
31274         * ext/ogg/gstoggmux.c:
31275         * ext/vorbis/vorbisenc.c:
31276         * ext/vorbis/vorbisenc.h:
31277           handle NEWMEDIA
31278
31279 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
31280
31281         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
31282         fix byte order reversion on little endian machines.
31283         * gst/matroska/matroska-mux.c: (audiosink_templ),
31284         (gst_matroska_mux_audio_pad_link):
31285         add TTA codec to the list of supported codecs.
31286         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
31287         (gst_matroska_mux_start), (gst_matroska_mux_finish),
31288         (gst_matroska_mux_write_data):
31289         * gst/matroska/matroska-mux.h:
31290         write segment duration correctly, write muxing app string, fixes bugs
31291         #140897 and #140898.
31292         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
31293         wait for all pads to be negotiated before starting to mux.
31294
31295 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31296
31297         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
31298         * ext/lame/gstlame.h:
31299         Added new media support to lame
31300
31301 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
31302
31303         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
31304         send vorbis headers at the beginning of a stream, fixes bug #141554.
31305         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
31306         bug #148950.
31307         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
31308         (gst_matroska_demux_plugin_init):
31309         * gst/matroska/matroska-ids.h:
31310         enable demuxing of TTA audio streams, fixes bug #148951.
31311         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
31312         enable typefinding for TTA audio files, fixes bug #148711.
31313         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
31314         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
31315         fixes playback of packed bitstream and xvid with bframes, bug #135407.
31316
31317 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
31318
31319         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
31320         (gst_riff_read_element_data), (gst_riff_read_seek),
31321         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
31322         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
31323         <teuf@gnome.org>
31324
31325 2004-08-23 Iain <iaingnome@gmail.com>
31326
31327         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
31328         tags. They appear to be handled differently to normal.
31329         (tag_list_to_id3_tag_foreach): Ditto.
31330
31331 2004-08-22  Wim Taymans  <wim@fluendo.com>
31332
31333         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31334         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31335         Make sure we never send -1 granulepos.
31336
31337 2004-08-20  Wim Taymans  <wim@fluendo.com>
31338
31339         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31340         (gst_ogg_mux_loop):
31341         I will accept bitchslappings with non sharp objects.
31342
31343 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31344
31345         * configure.ac:
31346         Clean up the test for lame presets
31347
31348 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31349
31350         * configure.ac:
31351         * ext/lame/Makefile.am:
31352         * ext/lame/gstlame.c: (gst_lame_class_init),
31353         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31354         Only enable lame presets if version of lame has presets in API
31355
31356 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
31357         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
31358         * gst/udp/gstudpsrc.h:
31359           Don't call gst_pad_push in a get function. Fixes #150449
31360
31361 2004-08-18  Wim Taymans  <wim@fluendo.com>
31362
31363         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
31364         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
31365         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
31366         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31367         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31368         (gst_fdset_wait):
31369         * gst/tcp/gstfdset.h:
31370         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31371         (gst_multifdsink_client_queue_buffer),
31372         (gst_multifdsink_handle_client_write):
31373         * gst/tcp/gstmultifdsink.h:
31374         Some extra checks in gstfdset.
31375         Only use send() when the fd is a socket. Don't try to
31376         read from write only fds.
31377
31378 2004-08-18  Wim Taymans  <wim@fluendo.com>
31379
31380         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
31381         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
31382         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31383         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31384         (gst_fdset_wait):
31385         Add more locking and bounds checking.
31386
31387 2004-08-18  Wim Taymans  <wim@fluendo.com>
31388
31389         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
31390         Realloc test fdset in the lock and right before starting
31391         the poll call. Bump the limit to 4096.
31392
31393 2004-08-17  David Schleef  <ds@schleef.org>
31394
31395         * sys/sunaudio/Makefile.am:
31396         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
31397         of rates and channels.  Make debugging less obnoxious.
31398
31399         Patch from Balamurali Viswanathan implementing a mixer for
31400         Sun audio.  (bug #144091):
31401         * sys/sunaudio/gstsunelement.c:
31402         * sys/sunaudio/gstsunelement.h:
31403         * sys/sunaudio/gstsunmixer.c:
31404         * sys/sunaudio/gstsunmixer.h:
31405
31406 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31407
31408         * gst/audioscale/gstaudioscale.c:
31409         * gst/audioscale/gstaudioscale.h:
31410         made audioscale resample from any sample rate to any sample rate
31411
31412 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31413
31414         * ext/libpng/gstpngdec.c:
31415           error out on unsupported types
31416
31417 2004-08-17  Iain <iaingnome@gmail.com>
31418
31419         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
31420         mid_side and loose_mid_side properties if its a stereo stream.
31421
31422 2004-08-17  Wim Taymans  <wim@fluendo.com>
31423
31424         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31425         (theora_get_formats), (theora_dec_src_convert),
31426         (theora_dec_sink_convert), (theora_dec_src_query),
31427         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
31428         Add a debug line.
31429
31430 2004-08-17  Wim Taymans  <wim@fluendo.com>
31431
31432         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
31433         (gst_ogg_pad_push):
31434         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
31435         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
31436         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
31437         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31438         Mark delta units in the muxer.
31439         Try to decode the packet after an out-of-sync error from
31440         libogg.
31441
31442 2004-08-17  Wim Taymans  <wim@fluendo.com>
31443
31444         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31445         (gst_multifdsink_init), (gst_multifdsink_add),
31446         (gst_multifdsink_client_queue_buffer),
31447         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
31448         * gst/tcp/gstmultifdsink.h:
31449         Added option to send a keyframe to clients as the first buffer.
31450         Make timeout property writable.
31451
31452 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31453
31454         patch by: Wim Taymans
31455
31456         * gst/tcp/gstfdset.c:
31457         * gst/tcp/gstmultifdsink.c:
31458           fix index comparison, should include 0
31459
31460 2004-08-16  Wim Taymans  <wim@fluendo.com>
31461
31462         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
31463         (gst_fdset_add_fd), (gst_fdset_remove_fd),
31464         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31465         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31466         (gst_fdset_wait):
31467           copy when reallocing for poll so the select arguments don't get
31468           changed during the call
31469
31470 2004-08-16  Wim Taymans  <wim@fluendo.com>
31471
31472         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
31473         (gst_theora_enc_class_init), (theora_enc_sink_link),
31474         (theora_buffer_from_packet), (theora_enc_chain):
31475         Fix bug where buffers were not marked as keyframes
31476         correctly.
31477
31478 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31479
31480         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31481         (gst_lame_preset_get_type), (gst_lame_class_init):
31482         describe the enum values for vbr mode and presets more verbosely
31483
31484 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31485
31486         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
31487         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
31488         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
31489         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31490         * ext/lame/gstlame.h:
31491         add preset property to lame so it can use lame presets
31492
31493 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31494
31495         * ext/lame/gstlame.c: (gst_lame_get_property):
31496         whoops forgot break, thanks teuf
31497
31498 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31499
31500         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31501         (gst_lame_class_init), (gst_lame_src_getcaps),
31502         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
31503         (gst_lame_get_property), (gst_lame_setup):
31504         * ext/lame/gstlame.h:
31505         fix lame's broken vbr stuff, allow it to resample if need be, and also
31506         make xing header optional
31507
31508 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31509
31510         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
31511         added getcaps function so samplerate doesnt get fixated to silly values
31512
31513 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31514
31515         * ext/lame/gstlame.c: (gst_lame_src_link):
31516         revert previous fix
31517
31518 2004-08-12  Johan Dahlin  <johan@gnome.org>
31519
31520         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
31521         checks. Doesn't matter what state we are in. Interfaces are a
31522         compile time thing, not runtime. It also broke the python bindings.
31523
31524 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31525
31526         * ext/lame/gstlame.c: (gst_lame_src_link):
31527         made source pad link function check if sinkpad is ok..fixes the problem
31528         where core fixates the output rate of lame stupidly
31529
31530 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
31531
31532         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
31533         * sys/v4l/v4l_calls.c:
31534         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
31535           fix fixate function to handle nonsimple caps.
31536           remove bogus check in _link
31537           cleanups
31538
31539 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31540
31541         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
31542         set default compression ratio parameter to 0.0 so bitrate parameter
31543         works :)
31544
31545 2004-08-11  David Schleef  <ds@schleef.org>
31546
31547         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
31548
31549 2004-08-11  David Schleef  <ds@schleef.org>
31550
31551         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
31552         before.
31553
31554 2004-08-11  David Schleef  <ds@schleef.org>
31555
31556         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
31557
31558 2004-08-11  David Schleef  <ds@schleef.org>
31559
31560         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
31561           license field
31562         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
31563         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
31564           LGPL.
31565         * gst/auparse/gstauparse.c: Fix plugin license field.
31566         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
31567         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
31568         * gst/rtp/gstrtp.c: Fix plugin license field.
31569
31570 2004-08-11  Wim Taymans  <wim@fluendo.com>
31571
31572         * gst/tcp/Makefile.am:
31573         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
31574         (ensure_size), (gst_fdset_new), (gst_fdset_free),
31575         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
31576         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
31577         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
31578         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
31579         (gst_fdset_fd_can_write), (gst_fdset_wait):
31580         * gst/tcp/gstfdset.h:
31581         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
31582         (gst_multifdsink_class_init), (gst_multifdsink_init),
31583         (gst_multifdsink_add), (gst_multifdsink_remove),
31584         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
31585         (gst_multifdsink_remove_client_link),
31586         (gst_multifdsink_handle_client_read),
31587         (gst_multifdsink_client_queue_data),
31588         (gst_multifdsink_client_queue_caps),
31589         (gst_multifdsink_client_queue_buffer),
31590         (gst_multifdsink_handle_client_write),
31591         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31592         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
31593         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
31594         (gst_multifdsink_close):
31595         * gst/tcp/gstmultifdsink.h:
31596         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
31597         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
31598         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
31599         (gst_tcpserversink_close):
31600         * gst/tcp/gsttcpserversink.h:
31601         Abstracted away the select call, implemented poll (yes we ran into
31602         the 1024 limit in production).
31603
31604 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
31605
31606         * gst/tcp/gsttcp.c:
31607         * gst/tcp/gsttcpplugin.c:
31608           improve debuggging, remove assert
31609
31610 2004-08-10  Wim Taymans  <wim@fluendo.com>
31611
31612         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
31613         (gst_client_status_get_type), (gst_multifdsink_class_init),
31614         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
31615         (gst_multifdsink_handle_client_read),
31616         (gst_multifdsink_handle_client_write),
31617         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31618         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
31619         (gst_multifdsink_get_property):
31620         * gst/tcp/gstmultifdsink.h:
31621         * gst/tcp/gsttcp-marshal.list:
31622         Starting to prepare for specifying buffer time in other units
31623         than buffers. Expose remove reason in signal.
31624
31625 2004-08-10  Wim Taymans  <wim@fluendo.com>
31626
31627         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31628         (gst_multifdsink_remove), (gst_multifdsink_clear),
31629         (gst_multifdsink_remove_client_link),
31630         (gst_multifdsink_handle_client_read),
31631         (gst_multifdsink_client_queue_data),
31632         (gst_multifdsink_client_queue_buffer),
31633         (gst_multifdsink_handle_client_write),
31634         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
31635         (gst_multifdsink_chain), (gst_multifdsink_close):
31636         * gst/tcp/gstmultifdsink.h:
31637         Added more debugging info. Changed the way clients are
31638         removed from the lists. Fixed a bug where a bad file descriptor
31639         could cause many clients to be removed.
31640
31641 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31642
31643         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
31644           allow all pixel-aspect-ratios, not just 1:1
31645
31646 2004-08-09  David Schleef  <ds@schleef.org>
31647
31648         * sys/glsink/ARB_multitexture.h:  Remove old files.
31649         * sys/glsink/EXT_paletted_texture.h:
31650         * sys/glsink/NV_register_combiners.h:
31651         * sys/glsink/gstgl_nvimage.c:
31652         * sys/glsink/gstgl_pdrimage.c:
31653         * sys/glsink/gstgl_rgbimage.c:
31654         * sys/glsink/gstglsink.c:
31655         * sys/glsink/gstglsink.h:
31656         * sys/glsink/gstglxwindow.c:
31657         * sys/glsink/regcomb_yuvrgb.c:
31658
31659 2004-08-09  David Schleef  <ds@schleef.org>
31660
31661         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
31662         GL sink plugin.  (Bug #147302)
31663
31664         * configure.ac: Test for OpenGL
31665         * sys/Makefile.am: Use test for OpenGL
31666         * sys/glsink/Makefile.am:
31667         * sys/glsink/glimagesink.c: rewrite
31668         * sys/glsink/glimagesink.h: rewrite
31669
31670 2004-08-09  David Schleef  <ds@schleef.org>
31671
31672         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
31673         sane framerates.
31674         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
31675         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
31676         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
31677
31678 2004-08-09  Wim Taymans  <wim@fluendo.com>
31679
31680         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31681         (gst_multifdsink_add), (gst_multifdsink_get_stats),
31682         (gst_multifdsink_client_remove),
31683         (gst_multifdsink_handle_client_read),
31684         (gst_multifdsink_handle_client_write),
31685         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31686         Do a bit more logging, make the client_read code more robust.
31687
31688 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31689
31690         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
31691         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
31692         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
31693         (gst_jpegdec_init), (gst_jpegdec_chain):
31694         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
31695         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
31696           cleanups, debugging fixes and memleak plugging
31697
31698 2004-08-09  Wim Taymans  <wim@fluendo.com>
31699
31700         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31701         (theora_get_formats), (theora_dec_src_convert),
31702         (theora_dec_sink_convert), (theora_dec_src_query),
31703         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
31704         (theora_dec_change_state):
31705         Don't crash on missing header packets.
31706
31707 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31708
31709         * po/LINGUAS:
31710         * po/sq.po:
31711           Added Albanian translation (Laurent Dhima)
31712         * po/cs.po:
31713           updated
31714
31715 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31716
31717         * ext/lame/gstlame.c:
31718           fix/add debugging
31719
31720 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31721
31722         * sys/ximage/ximagesink.c:
31723         * sys/xvimage/xvimagesink.c:
31724           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
31725
31726 2004-08-06  Wim Taymans  <wim@fluendo.com>
31727
31728         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31729         (gst_multifdsink_add), (gst_multifdsink_get_stats),
31730         (gst_multifdsink_client_remove),
31731         (gst_multifdsink_handle_client_read),
31732         (gst_multifdsink_handle_client_write),
31733         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31734         Make sure we don't try to read more from a client that what
31735         ioctl says us or we deadlock.
31736
31737 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31738
31739         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
31740         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
31741         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
31742           decouple running_time and n_frames so it can handle changing
31743           framerate while running
31744
31745 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31746
31747         * po/nl.po:
31748         * po/sv.po:
31749           updated translations
31750
31751 2004-08-04  Benjamin Otte  <otte@gnome.org>
31752
31753         * gst/videotestsrc/gstvideotestsrc.c:
31754         (gst_videotestsrc_get_capslist), (generate_capslist),
31755         (plugin_init):
31756           generate the list of supported caps at startup and reuse it instead
31757           of always generating it
31758
31759 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31760
31761         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
31762           whoops, last checkin broke normal build
31763
31764 2004-08-03  Benjamin Otte  <otte@gnome.org>
31765
31766         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
31767         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
31768         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
31769         (gst_alsa_mixer_get_option):
31770         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
31771         (dvdnavsrc_print_event):
31772         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
31773         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
31774         (gst_ogg_mux_pad_unlink):
31775         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
31776         (gst_multipart_mux_pad_unlink):
31777         * gst/videofilter/gstvideobalance.c:
31778         (gst_videobalance_colorbalance_set_value):
31779         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
31780         (gst_videomixer_pad_unlink):
31781         * po/uk.po:
31782         * sys/oss/gstossmixer.c:
31783         * sys/v4l/gstv4lcolorbalance.c:
31784         * sys/v4l/gstv4ltuner.c:
31785         * sys/v4l/v4lsrc_calls.c:
31786         * sys/v4l2/gstv4l2colorbalance.c:
31787         * sys/v4l2/gstv4l2tuner.c:
31788           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
31789
31790 2004-08-03  Benjamin Otte  <otte@gnome.org>
31791
31792         * examples/dynparams/filter.c: (ui_control_create):
31793         * examples/gstplay/player.c: (print_tag):
31794         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
31795         * ext/gdk_pixbuf/gstgdkanimation.c:
31796         (gst_gdk_animation_iter_may_advance):
31797         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
31798         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
31799         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
31800         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
31801         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
31802         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
31803         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
31804         * gst/sine/demo-dparams.c: (main):
31805         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
31806         * testsuite/alsa/formats.c: (create_pipeline):
31807         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
31808           fixes for G_DISABLE_ASSERT and friends
31809         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
31810         (mp3_type_frame_length_from_header), (mp3_type_find),
31811         (plugin_init):
31812           require mp3 typefinding to have at least MIN_HEADERS valid headers
31813           add typefinding for AAC adts files
31814
31815 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
31816
31817         * sys/ximage/ximagesink.c:
31818         (gst_ximagesink_calculate_pixel_aspect_ratio):
31819         * sys/xvimage/xvimagesink.c:
31820         (gst_xvimagesink_calculate_pixel_aspect_ratio):
31821         Make sure we calculate pixel-aspect-ratio using floating point maths
31822
31823 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31824
31825         * po/uk.po:
31826           updated translation
31827
31828 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31829
31830         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31831         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
31832           add debugging for display PAR calculation
31833
31834 2004-08-02  David Schleef  <ds@schleef.org>
31835
31836         * configure.ac: Fix mikmod CFLAGS.
31837
31838 2004-07-27  Benjamin Otte  <otte@gnome.org>
31839
31840         * gst/audioscale/gstaudioscale.c:
31841         - fix templates to only support S16, it's the only format that works
31842         - make caps nego code use try_set_caps_nonfixed and fixation instead
31843         of try_set_caps twice, which is not nice for autopluggers
31844         - change rank to secondary, so autopluggers can pick it up after
31845         audioconvert
31846
31847 2004-08-02  Iain <iain@prettypeople.org>
31848
31849         * gst/interleave/interleave.c (interleave_init),
31850         (interleave_request_new_pad),
31851         (interleave_pad_removed),
31852         (interleave_buffered_loop): Use the real pad count, not the artificial
31853         one.
31854
31855 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31856
31857         * configure.ac: bump nano back to development
31858
31859 === release 0.8.3 ===
31860
31861 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31862
31863         * configure.ac: releasing 0.8.3, "Water"
31864
31865 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31866
31867         * sys/xvimage/xvimagesink.c:
31868         (gst_xvimagesink_calculate_pixel_aspect_ratio),
31869         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
31870         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
31871         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
31872         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
31873         * sys/xvimage/xvimagesink.h:
31874           apply similar PAR fixes as to ximagesink
31875
31876 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31877
31878         patch from: Benjamin Otte
31879
31880         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
31881           add link function to lame.  Fixes #148986.
31882
31883 2004-08-02  Johan Dahlin  <johan@gnome.org>
31884
31885         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
31886         fix debugging log
31887
31888 2004-07-30  David Schleef  <ds@schleef.org>
31889
31890         * gst/videomixer/Makefile.am: Fix things that should have been
31891         fixed in the last checkin.
31892
31893 2004-07-30  David Schleef  <ds@schleef.org>
31894
31895         * gst/multipart/Makefile.am: Fix things that should have been
31896         fixed in the last checkin.
31897
31898 2004-07-30  David Schleef  <ds@schleef.org>
31899
31900         * testsuite/multifilesink/Makefile.am: Fix unused variable.
31901
31902 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31903
31904         * configure.ac:
31905           bump nano for prerelease
31906         * po/af.po:
31907         * po/az.po:
31908         * po/cs.po:
31909         * po/en_GB.po:
31910         * po/hu.po:
31911         * po/nl.po:
31912         * po/sr.po:
31913         * po/sv.po:
31914         * po/uk.po:
31915           updates
31916
31917 2004-07-30  Wim Taymans  <wim@fluendo.com>
31918
31919         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31920         (gst_multifdsink_add), (gst_multifdsink_remove),
31921         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
31922         (gst_multifdsink_client_remove),
31923         (gst_multifdsink_handle_client_write),
31924         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31925         * gst/tcp/gstmultifdsink.h:
31926         Recover from a select with a bad file descriptor by removing
31927         the client.
31928
31929 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31930
31931         * configure.ac:
31932           fix requirement of core
31933         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
31934         (gst_play_pipeline_setup):
31935           don't use colorspace element.  do use hermescolorspace element.
31936           make macro to get a colorspace element.
31937           mark strings for translation.
31938         * po/POTFILES.in:
31939           add play.c
31940         * po/af.po:
31941         * po/az.po:
31942         * po/cs.po:
31943         * po/en_GB.po:
31944         * po/hu.po:
31945         * po/nl.po:
31946         * po/sr.po:
31947         * po/sv.po:
31948         * po/uk.po:
31949           update translations
31950
31951 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31952
31953         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
31954         fix default for newmedia flag
31955
31956 2004-07-30  Wim Taymans  <wim@fluendo.com>
31957
31958         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31959         (gst_theora_dec_init), (theora_get_formats),
31960         (theora_dec_src_convert), (theora_dec_sink_convert),
31961         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31962         (theora_dec_chain), (theora_dec_set_property),
31963         (theora_dec_get_property):
31964         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
31965         (gst_theora_enc_class_init), (gst_theora_enc_init),
31966         (theora_enc_sink_link), (theora_enc_chain),
31967         (theora_enc_set_property), (theora_enc_get_property):
31968         Added cropping option to theora decoder.
31969         Added border option to theora encoder.
31970
31971 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31972
31973         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
31974         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
31975         (gst_pngenc_set_property):
31976         * ext/libpng/gstpngenc.h:
31977         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
31978
31979 2004-07-30  Wim Taymans  <wim@fluendo.com>
31980
31981         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
31982         (theora_enc_sink_link), (theora_enc_chain),
31983         (theora_enc_set_property), (theora_enc_get_property):
31984         Fix encoding of non-multiple-of-16 video.
31985
31986 2004-07-29  David Schleef  <ds@schleef.org>
31987
31988         * configure.ac: make test for audiofile more strict
31989
31990 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31991
31992         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
31993           give different names to typefind functions
31994
31995 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
31996
31997         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
31998         (gst_ximagesink_calculate_pixel_aspect_ratio),
31999         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
32000         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
32001         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
32002         (gst_ximagesink_get_property), (gst_ximagesink_init):
32003         * sys/ximage/ximagesink.h:
32004           allocate PAR's dynamically.
32005           use autodetected PAR if no object-set PAR is given.
32006           add workaround for directfb's X not setting physical size.
32007           fix to xvimagesink will follow tomorrow.
32008
32009 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32010
32011         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
32012         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
32013         (gst_shout2send_get_type), (gst_shout2send_set_clock),
32014         (gst_shout2send_class_init), (gst_shout2send_init),
32015         (set_shout_metadata), (gst_shout2send_set_metadata),
32016         (gst_shout2send_chain), (gst_shout2send_set_property),
32017         (gst_shout2send_get_property), (gst_shout2send_connect),
32018         (gst_shout2send_change_state):
32019         * ext/shout2/gstshout2.h:
32020         - fix for sending mp3 audio to icecast2 server, if pad link function not
32021         called before PAUSED state
32022         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
32023         - added tagging support for mp3 audio broadcasted
32024         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
32025         debug info
32026
32027 2004-07-28  Wim Taymans  <wim@fluendo.com>
32028
32029         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
32030         (gst_ogg_demux_push):
32031         Return query failure when we don't know the length of
32032         an ogg stream insteda of returning TRUE with a bogus value.
32033
32034 2004-07-28  Wim Taymans  <wim@fluendo.com>
32035
32036         * ext/theora/theoradec.c: (theora_get_formats),
32037         (theora_dec_src_convert), (theora_dec_sink_convert),
32038         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32039         (theora_dec_chain):
32040         Don't screw up the 1 Chroma for 1 luma sample situation when we
32041         have an odd offset/width by adding a black border in those cases.
32042
32043 2004-07-28  Wim Taymans  <wim@fluendo.com>
32044
32045         * ext/theora/theoradec.c: (theora_get_formats),
32046         (theora_dec_src_convert), (theora_dec_sink_convert),
32047         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32048         (theora_dec_chain):
32049         * ext/theora/theoraenc.c: (theora_enc_sink_link):
32050         Added first attempt at cropping of the image as required by the
32051         theora spec. We need more properties in the caps (offset_x,
32052         offset_y,stride) to implement this correctly.
32053
32054 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
32055
32056         * ext/dvdnav/README:
32057           Update the README to use dvddemux
32058         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
32059           Ensure getcaps returns a subset of the template caps
32060         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
32061         (gst_mpeg2subt_init):
32062           Ensure getcaps returns a subset of the template caps
32063         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
32064         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
32065         (gst_dvd_demux_get_subpicture_stream),
32066         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
32067         * gst/mpegstream/gstdvddemux.h:
32068           Set the explicit caps on the current_video pad before pushing
32069           anything
32070         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
32071         (gst_mpeg_demux_get_audio_stream):
32072           Free caps used to gst_pad_set_explicit_caps, which takes a const
32073           GstCaps *
32074
32075 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
32076
32077         * configure.ac: update GStreamer requirement to 0.8.4 because of
32078           GstFraction.
32079
32080 2004-07-28  Wim Taymans  <wim@fluendo.com>
32081
32082         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
32083         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
32084         Add the pad to the element after setting up the caps. This
32085         makes it a lot easier to autoplug.
32086
32087 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
32088
32089         * gst/median/gstmedian.c:
32090         * gst/mpeg2subt/gstmpeg2subt.c:
32091         * gst/mpegaudioparse/gstmpegaudioparse.c:
32092         * gst/mpegstream/gstdvddemux.c:
32093         * gst/mpegstream/gstmpegdemux.c:
32094         * gst/mpegstream/gstmpegpacketize.c:
32095         * gst/rtjpeg/gstrtjpeg.c:
32096         * gst/rtjpeg/gstrtjpegdec.c:
32097         * gst/rtjpeg/gstrtjpegenc.c:
32098         * gst/sine/gstsinesrc.c:
32099         * gst/smooth/gstsmooth.c:
32100         * gst/smpte/gstsmpte.c:
32101         * gst/smpte/gstsmpte.h:
32102         * gst/stereo/gststereo.c:
32103         * gst/videofilter/gstgamma.c:
32104         * gst/videofilter/gstvideobalance.c:
32105         * gst/videofilter/gstvideofilter.c:
32106         * gst/videofilter/gstvideoflip.c:
32107         * gst/videoscale/gstvideoscale.c:
32108         * gst/videoscale/videoscale.c:
32109         * gst/videotestsrc/gstvideotestsrc.c:
32110         * gst/videotestsrc/videotestsrc.c:
32111         * gst/wavenc/gstwavenc.c:
32112         * gst/wavparse/gstwavparse.c:
32113           fix local includes and 64 bits constants
32114
32115 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
32116
32117         * win32/gst.sln:
32118         * gst-libs/gst/*/*.vcproj:
32119         * gst/*/*.vcproj:
32120           more working plugins
32121
32122 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32123
32124         * testsuite/alsa/Makefile.am:
32125         * testsuite/alsa/srcstate.c:
32126         add test for alsasrc changing state
32127
32128 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32129
32130         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
32131         (gst_silence_get):
32132         * gst/silence/gstsilence.h:
32133         fix silence generation for 16bit raw audio
32134
32135 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32136
32137         * gst/matroska/matroska-demux.c:
32138         (gst_matroska_demux_parse_metadata),
32139         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
32140         * gst/mpegaudio/common.c:
32141         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
32142         (gst_videoscale_getcaps), (gst_videoscale_link),
32143         (gst_videoscale_src_fixate), (gst_videoscale_init),
32144         (gst_videoscale_finalize):
32145         * gst/videoscale/gstvideoscale.h:
32146         * gst/videotestsrc/gstvideotestsrc.c:
32147         (gst_videotestsrc_get_capslist):
32148         * gst/wavenc/gstwavenc.c:
32149         * sys/oss/gstossmixer.c: (fill_labels):
32150         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
32151         (gst_ximagesink_handle_xevents),
32152         (gst_ximagesink_calculate_pixel_aspect_ratio),
32153         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
32154         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
32155         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
32156         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
32157         (gst_ximagesink_init), (gst_ximagesink_class_init):
32158         * sys/ximage/ximagesink.h:
32159         * sys/xvimage/xvimagesink.c:
32160         (gst_xvimagesink_calculate_pixel_aspect_ratio),
32161         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
32162         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
32163         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
32164         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
32165         * sys/xvimage/xvimagesink.h:
32166           first batch of pixel aspect ratio commits.
32167
32168 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32169
32170         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32171         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
32172         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
32173           handle stride, needs work if we want to move stride handling
32174           upstream, but works correctly for our purposes.
32175
32176 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32177
32178         * gst/videoscale/README:
32179           add testing examples
32180         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
32181         (gst_videoscale_chain):
32182         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32183         (gst_videoscale_get_size):
32184           add get_size function that handles stride like videotestsrc.
32185           fixes conversion for YUV formats for as much as I can test them.
32186
32187 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32188
32189         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32190         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
32191         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32192         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
32193         (gst_xvimagesink_xvimage_put):
32194           further cleanups, logging, error handling and synchronizing
32195
32196 2004-07-27  Wim Taymans  <wim@fluendo.com>
32197
32198         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
32199         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
32200         (gst_videomixer_pad_set_property),
32201         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
32202         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
32203         (gst_videomixer_class_init), (gst_videomixer_init),
32204         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
32205         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
32206         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
32207         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
32208         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
32209         (gst_videomixer_loop), (plugin_init):
32210         Be a nicer negotiation citizen and provide a getcaps function on
32211         the srcpad. This also fixes a crash when resizing.
32212
32213 2004-07-27  Julien MOUTTE  <julien@moutte.net>
32214
32215         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32216         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
32217
32218 2004-07-27  Wim Taymans  <wim@fluendo.com>
32219
32220         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
32221         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
32222         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
32223         (gst_pngenc_set_property):
32224         * ext/libpng/gstpngenc.h:
32225         Added snapshot property to pngenc.
32226         removed g_print from pngdec
32227
32228 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
32229
32230         * gst/ac3parse/ac3parse.vcproj
32231         * gst/adder/adder.vcproj
32232         * gst/alpha/alpha.vcproj
32233         * gst/alpha/alphacolor.vcproj
32234         * gst/asfdemux/asf.vcproj
32235         * gst/audioconvert/audioconvert.vcproj
32236         * gst/audiorate/audiorate.vcproj
32237         * gst/audioscale/audioscale.vcproj
32238         * gst/auparse/auparse.vcproj
32239         * gst/avi/avi.vcproj
32240         * gst/cdxaparse/cdxaparse.vcproj
32241         * gst/chart/chart.vcproj
32242         * gst/colorspace/colorspace.vcproj
32243         * gst/cutter/cutter.vcproj
32244         * gst/debug/debug.vcproj
32245         * gst/debug/efence.vcproj
32246         * gst/debug/navigationtest.vcproj
32247         * gst/deinterlace/deinterlace.vcproj
32248         * gst/effectv/effectv.vcproj
32249         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
32250         * gst/filter/filter.vcproj
32251         * gst/flx/flxdec.vcproj
32252         * gst/goom/goom.vcproj
32253         * gst/interleave/interleave.vcproj
32254         * gst/law/alaw.vcproj
32255         * gst/law/mulaw.vcproj
32256         * gst/matroska/matroska.vcproj
32257         * gst/median/median.vcproj
32258         * gst/mixmatrix/mixmatrix.vcproj
32259         * gst/mpeg1sys/mpeg1systemencode.vcproj
32260         * gst/mpeg1videoparse/mp1videoparse.vcproj
32261         * gst/mpeg2sub/mpeg2subt.vcproj
32262         * gst/mpegaudio/mpegaudio.vcproj
32263         * gst/mpegaudioparse/mpegaudioparse.vcproj
32264         * gst/mpegstream/mpegstream.vcproj
32265         * gst/multifilesink/multifilesink.vcproj
32266         * gst/multipart/multipart.vcproj
32267         * gst/oneton/oneton.vcproj
32268         * gst/overlay/overlay.vcproj
32269         * gst/passthrough/passthrough.vcproj
32270         * gst/qtdemux/qtdemux.vcproj
32271         * gst/realmedia/rmdemux.vcproj
32272         * gst/rtjpeg/rtjpeg.vcproj
32273         * gst/rtp/rtp.vcproj
32274         * gst/silence/silence.vcproj
32275         * gst/sine/sinesrc.vcproj
32276         * gst/smooth/smooth.vcproj
32277         * gst/smpte/smpte.vcproj
32278         * gst/spectrum/spectrum.vcproj
32279         * gst/speed/speed.vcproj
32280         * gst/stereo/stereo.vcproj
32281         * gst/switch/switch.vcproj
32282         * gst/tags/tagedit.vcproj
32283         * gst/tcp/tcp.vcproj
32284         * gst/typefind/typefindfunctions.vcproj
32285         * gst/udp/udp.vcproj
32286         * gst/videobox/videobox.vcproj
32287         * gst/videocrop/videocrop.vcproj
32288         * gst/videodrop/videodrop.vcproj
32289         * gst/videofilter/gamma.vcproj
32290         * gst/videofilter/videobalance.vcproj
32291         * gst/videofilter/videofilter.vcproj
32292         * gst/videofilter/videoflip.vcproj
32293         * gst/videoflip/videoflip.vcproj
32294         * gst/videomixer/videomixer.vcproj
32295         * gst/videorate/videorate.vcproj
32296         * gst/videoscale/videoscale.vcproj
32297         * gst/videotestsrc/videotestsrc.vcproj
32298         * gst/virtualdub/virtualdub.vcproj
32299         * gst/volenv/volenv.vcproj
32300         * gst/volume/volume.vcproj
32301         * gst/wavenc/wavenc.vcproj
32302         * gst/wavparse/wavparse.vcproj
32303         * gst/y4m/y4menc.vcproj
32304         * gst-libs/gst/audio/audio.vcproj
32305         * gst-libs/gst/audio/audiofilter.vcproj
32306         * gst-libs/gst/colorbalance/colorbalance.vcproj
32307         * gst-libs/gst/idct/idtc.vcproj
32308         * gst-libs/gst/media-info/media-info.vcproj
32309         * gst-libs/gst/mixer/mixer.vcproj
32310         * gst-libs/gst/navigation/navigation.vcproj
32311         * gst-libs/gst/play/play.vcproj
32312         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
32313         * gst-libs/gst/resample/resample.vcproj
32314         * gst-libs/gst/riff/riff.vcproj
32315         * gst-libs/gst/tuner/tuner.vcproj
32316         * gst-libs/gst/video/video.vcproj
32317         * gst-libs/gst/xoverlay/xoverlay.vcproj
32318           avoid problems with math.h, fix release dependancy
32319           rename GStreamer-0.8.lib to libgstreamer.lib
32320
32321 2004-07-27  Julien MOUTTE  <julien@moutte.net>
32322
32323         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
32324         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
32325         the atom is not available we have to unlock the mutex. Fixes #148023
32326
32327 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32328
32329         * gst-libs/gst/media-info/media-info.h:
32330           issue for a vararg macro with MSVC
32331
32332 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32333
32334         * gst/effectv/effectv.vcproj
32335         * gst-libs/gst/idct/idct.vcproj:
32336         * gst-libs/gst/media-info/media-info.vcproj:
32337         * gst-libs/gst/navigation/navigation.vcproj:
32338         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32339         * gst-libs/gst/video/video.vcproj:
32340         * gst-libs/gst/xoverlay/xoverlay.vcproj:
32341           fixes for build problems
32342
32343 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32344
32345         * gst-libs/gst/audio/audio.def:
32346         * gst-libs/gst/audio/riff.def:
32347           add some definitions needed by plugins
32348
32349 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32350
32351         * gst/asfdemux/gstasfmux.c
32352           Fix some 64 bits constants to be glib friendly
32353
32354 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32355
32356         * gst/ac3parse/gstac3parse.c
32357         * gst/audioscale/gstaudioscale.c
32358         * gst/auparse/gstauparse.c
32359         * gst/colorspace/gstcolorspace.c
32360         * gst/colorspace/yuv2rgb.h
32361           local include fixes
32362
32363 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32364
32365         * win32/gst.sln
32366           add more plugins to the build
32367
32368 2004-07-26  Julien MOUTTE  <julien@moutte.net>
32369
32370         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32371         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
32372
32373 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32374
32375         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
32376         (gst_level_set_property), (gst_level_get_property),
32377         (gst_level_base_init), (gst_level_class_init):
32378           add debugging categories.  cleanups.
32379
32380 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32381
32382         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32383         (gst_videoscale_planar411), (gst_videoscale_planar400),
32384         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
32385         (gst_videoscale_scale_nearest_str1),
32386         (gst_videoscale_scale_nearest_str2),
32387         (gst_videoscale_scale_nearest_str4),
32388         (gst_videoscale_scale_nearest_16bit),
32389         (gst_videoscale_scale_nearest_24bit):
32390           fixed stride issues
32391           tested with 320x240 -> 321, 322, 324 x240
32392           tested with YV12, I420, YUY2, UYVY
32393           fixed packed422rev (don't think it could have worked before)
32394           by testing with UYVY
32395
32396 2004-07-26  Benjamin Otte  <otte@gnome.org>
32397
32398         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
32399         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
32400         (plugin_init):
32401           add debugging category, add error checks like checking return values
32402           of setup calls, make sure it still works after
32403           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
32404
32405 2004-07-26  Wim Taymans  <wim@fluendo.com>
32406
32407         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
32408         (gst_mpeg_demux_get_audio_stream),
32409         (gst_mpeg_demux_process_private):
32410         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
32411         Check for error codes from the negotiation functions. Make sure
32412         we really set the pad caps when a new pad is created.
32413
32414 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32415
32416         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
32417         (gst_ffmpeg_caps_to_pix_fmt):
32418         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
32419         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32420         (gst_ffmpegcolorspace_pad_link):
32421           don't make function do two things at the same time without reason.
32422
32423 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32424
32425         * gst/ac3parse/ac3parse.vcproj
32426         * gst/adder/adder.vcproj
32427         * gst/alpha/alpha.vcproj
32428         * gst/alpha/alphacolor.vcproj
32429         * gst/asfdemux/asf.vcproj
32430         * gst/audioconvert/audioconvert.vcproj
32431         * gst/audiorate/audiorate.vcproj
32432         * gst/audioscale/audioscale.vcproj
32433         * gst/auparse/auparse.vcproj
32434         * gst/avi/avi.vcproj
32435         * gst/cdxaparse/cdxaparse.vcproj
32436         * gst/chart/chart.vcproj
32437         * gst/colorspace/colorspace.vcproj
32438         * gst/cutter/cutter.vcproj
32439         * gst/debug/debug.vcproj
32440         * gst/debug/efence.vcproj
32441         * gst/debug/navigationtest.vcproj
32442         * gst/deinterlace/deinterlace.vcproj
32443         * gst/effectv/effectv.vcproj
32444         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
32445         * gst/filter/filter.vcproj
32446         * gst/flx/flxdec.vcproj
32447         * gst/goom/goom.vcproj
32448         * gst/interleave/interleave.vcproj
32449         * gst/law/alaw.vcproj
32450         * gst/law/mulaw.vcproj
32451         * gst/matroska/matroska.vcproj
32452         * gst/median/median.vcproj
32453         * gst/mixmatrix/mixmatrix.vcproj
32454         * gst/mpeg1sys/mpeg1systemencode.vcproj
32455         * gst/mpeg1videoparse/mp1videoparse.vcproj
32456         * gst/mpeg2sub/mpeg2subt.vcproj
32457         * gst/mpegaudio/mpegaudio.vcproj
32458         * gst/mpegaudioparse/mpegaudioparse.vcproj
32459         * gst/mpegstream/mpegstream.vcproj
32460         * gst/multifilesink/multifilesink.vcproj
32461         * gst/multipart/multipart.vcproj
32462         * gst/oneton/oneton.vcproj
32463         * gst/overlay/overlay.vcproj
32464         * gst/passthrough/passthrough.vcproj
32465         * gst/qtdemux/qtdemux.vcproj
32466         * gst/realmedia/rmdemux.vcproj
32467         * gst/rtjpeg/rtjpeg.vcproj
32468         * gst/rtp/rtp.vcproj
32469         * gst/silence/silence.vcproj
32470         * gst/sine/sinesrc.vcproj
32471         * gst/smooth/smooth.vcproj
32472         * gst/smpte/smpte.vcproj
32473         * gst/spectrum/spectrum.vcproj
32474         * gst/speed/speed.vcproj
32475         * gst/stereo/stereo.vcproj
32476         * gst/switch/switch.vcproj
32477         * gst/tags/tagedit.vcproj
32478         * gst/tcp/tcp.vcproj
32479         * gst/typefind/typefindfunctions.vcproj
32480         * gst/udp/udp.vcproj
32481         * gst/videobox/videobox.vcproj
32482         * gst/videocrop/videocrop.vcproj
32483         * gst/videodrop/videodrop.vcproj
32484         * gst/videofilter/gamma.vcproj
32485         * gst/videofilter/videobalance.vcproj
32486         * gst/videofilter/videofilter.vcproj
32487         * gst/videofilter/videoflip.vcproj
32488         * gst/videoflip/videoflip.vcproj
32489         * gst/videomixer/videomixer.vcproj
32490         * gst/videorate/videorate.vcproj
32491         * gst/videoscale/videoscale.vcproj
32492         * gst/videotestsrc/videotestsrc.vcproj
32493         * gst/virtualdub/virtualdub.vcproj
32494         * gst/volenv/volenv.vcproj
32495         * gst/volume/volume.vcproj
32496         * gst/wavenc/wavenc.vcproj
32497         * gst/wavparse/wavparse.vcproj
32498         * gst/y4m/y4menc.vcproj
32499           more plugins supported under windows
32500
32501 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32502
32503         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32504         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
32505         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
32506         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32507         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
32508           Add debugging statements.  Use the sizes as returned by the
32509           *CreateImage calls.
32510
32511 2004-07-26  Johan Dahlin  <johan@gnome.org>
32512
32513         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
32514         the pad is negotiated.
32515
32516         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
32517
32518 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32519
32520         * gst-libs/gst/colorbalance/colorbalance.vcproj:
32521         * gst-libs/gst/idct/idct.vcproj:
32522         * gst-libs/gst/media-info/media-info.vcproj:
32523         * gst-libs/gst/mixer/mixer.vcproj:
32524         * gst-libs/gst/navigation/navigation.vcproj:
32525         * gst-libs/gst/play/play.vcproj:
32526         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32527         * gst-libs/gst/resample/resample.vcproj:
32528         * gst-libs/gst/tuner/tuner.vcproj:
32529         * gst-libs/gst/video/video.vcproj:
32530         * gst-libs/gst/xoverlay/xoverlay.vcproj:
32531           more plugins supported under windows
32532
32533 2004-07-25 Iain <iain@prettypeople.org>
32534
32535         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
32536         pad now rather than when the pad is created because state changes wipe
32537         explicit caps (fixes #148043).
32538
32539 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
32540
32541         reviewed by Benjamin Otte  <otte@gnome.org>
32542
32543         * ext/mad/gstmad.c:
32544           fix mad plugin crashing on Sun (fixes #148289)
32545
32546 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32547
32548         * gst/avi/avi.def:
32549         * gst/avi/avi.vcproj:
32550         * gst/matroska/matroska.def:
32551         * gst/matroska/matroska.vcproj:
32552           remove unused .def files
32553
32554 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32555
32556         * gst-libs/gst/audio/gstaudiofilter.c:
32557           Clean the local include
32558
32559 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32560
32561         * win32/gst.sln:
32562         * gst-libs/gst/audio/audio.def:
32563         * gst-libs/gst/audio/audio.vcproj:
32564         * gst-libs/gst/audio/audiofilter.vcproj:
32565         * gst-libs/gst/audio/riff.def:
32566         * gst-libs/gst/audio/riff.vcproj:
32567         * gst-libs/gst/gst-libs.def:
32568         * gst-libs/gst/gst-libs.vcproj:
32569         * gst/avi/avi.vcproj:
32570         * gst/avi/avi.vcproj:
32571           Copy the files where needed after building, cleaner projects
32572
32573 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32574
32575         * gst/matroska/ebml-write.c:
32576           Fix some 64 bits constants to be glib friendly
32577
32578 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
32579
32580         * win32/gst.sln:
32581         * gst-libs/gst/gst-libs.def:
32582         * gst-libs/gst/gst-libs.vcproj:
32583         * gst/matroska/matroska.def:
32584         * gst/matroska/matroska.vcproj:
32585           Add the preliminary canvas to build plugins on Win32
32586
32587 2004-07-23  Benjamin Otte  <otte@gnome.org>
32588
32589         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
32590           don't enfore negotiation from source side, it breaks
32591           sinesrc ! audioconvert ! osssink
32592
32593 2004-07-22  David Schleef  <ds@schleef.org>
32594
32595         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
32596         for ELF files, since they can easily be recognized as audio/mpeg.
32597         (bug #147441)
32598
32599 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32600
32601         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32602         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
32603         (gst_videoscale_scale_nearest_24bit),
32604         (gst_videoscale_scale_nearest_16bit):
32605           fix 16bit and 24bit for stride (24bit might need testing)
32606           don't pretend we do more than one algorithm
32607
32608 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32609
32610         * configure.ac:
32611         * gst/Makefile.am:
32612         * gst/multifilesink/Makefile.am:
32613         * gst/multifilesink/gstmultifilesink.c:
32614         (gst_multifilesink_get_formats),
32615         (gst_multifilesink_get_query_types), (_do_init),
32616         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
32617         (gst_multifilesink_init), (gst_multifilesink_dispose),
32618         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
32619         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
32620         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
32621         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
32622         (gst_multifilesink_chain), (gst_multifilesink_change_state),
32623         (gst_multifilesink_uri_get_type),
32624         (gst_multifilesink_uri_get_protocols),
32625         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
32626         (gst_multifilesink_uri_handler_init), (plugin_init):
32627         * gst/multifilesink/gstmultifilesink.h:
32628         * testsuite/Makefile.am:
32629         * testsuite/multifilesink/Makefile.am:
32630         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
32631         (gst_newmedia_class_init), (gst_newmedia_init),
32632         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
32633         (newfile_signal), (test_signal), (main):
32634         multifilesink plugin for creating new files every time a new media
32635         discontinuity event occurs
32636
32637 2004-07-22  Wim Taymans  <wim@fluendo.com>
32638
32639         * gst/alpha/Makefile.am:
32640         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
32641         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
32642         (gst_alpha_color_init), (gst_alpha_color_set_property),
32643         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
32644         (transform), (gst_alpha_color_chain),
32645         (gst_alpha_color_change_state), (plugin_init):
32646         Stupid plugin to to RGBA to AYUV conversion because none of
32647         the colorspace plugins can handle that yet.
32648
32649 2004-07-22  Wim Taymans  <wim@fluendo.com>
32650
32651         * examples/seeking/seek.c: (update_scale), (main):
32652         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32653         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
32654         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
32655         (gst_decode_bin_init), (gst_decode_bin_dispose),
32656         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32657         (no_more_pads), (close_link), (type_found),
32658         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32659         (plugin_init):
32660         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32661         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32662         (gst_play_base_bin_dispose), (queue_overrun),
32663         (gen_preroll_element), (remove_prerolls), (unknown_type),
32664         (no_more_pads), (new_stream), (setup_source),
32665         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
32666         (play_base_eos), (gst_play_base_bin_change_state),
32667         (gst_play_base_bin_add_element),
32668         (gst_play_base_bin_remove_element),
32669         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32670         (gst_play_base_bin_unlink_stream),
32671         (gst_play_base_bin_get_streaminfo):
32672         * gst/playback/gstplaybin.c: (gen_video_element),
32673         (gen_audio_element):
32674         * gst/playback/gststreaminfo.h:
32675         More playback updates, attempt to fix things after the state change
32676         breakage.
32677
32678 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32679
32680         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
32681         (gst_videoscale_scale_nearest_16bit):
32682           comment algorithm
32683
32684 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32685
32686         * gst/videotestsrc/gstvideotestsrc.c:
32687         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
32688         (gst_videotestsrc_init), (gst_videotestsrc_get),
32689         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
32690         (gst_videotestsrc_get_property):
32691         * gst/videotestsrc/gstvideotestsrc.h:
32692         * gst/videotestsrc/videotestsrc.c:
32693         * gst/videotestsrc/videotestsrc.h:
32694           cleanup and commenting
32695
32696 2004-07-21  Wim Taymans  <wim@fluendo.com>
32697
32698         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
32699         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
32700         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
32701         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
32702         (_find_chain_get_unknown_part), (_find_streams_check),
32703         (gst_ogg_demux_push), (gst_ogg_pad_push):
32704         * ext/theora/theoradec.c: (theora_get_formats),
32705         (theora_dec_src_convert), (theora_dec_sink_convert),
32706         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32707         (theora_dec_chain):
32708         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
32709         (vorbis_dec_convert), (vorbis_dec_src_query),
32710         (vorbis_dec_src_event), (vorbis_dec_event):
32711         More seeking fixes, oggdemux now supports seeking to time and
32712         uses the downstream element to convert granulepos to time.
32713         Seeking in theora-only ogg files now works.
32714
32715 2004-07-21  Wim Taymans  <wim@fluendo.com>
32716
32717         * ext/theora/theoradec.c: (gst_theora_dec_init),
32718         (theora_get_formats), (theora_get_event_masks),
32719         (theora_get_query_types), (theora_dec_src_convert),
32720         (theora_dec_sink_convert), (theora_dec_src_query),
32721         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
32722         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
32723         (vorbis_get_event_masks), (vorbis_get_query_types),
32724         (gst_vorbis_dec_init), (vorbis_dec_convert),
32725         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
32726         Added query/convert/formats functions to vorbis and theora decoders
32727         so that the outside world can use them too. Fixed seeking on an
32728         ogg/theora/vorbis file by disabling the seeking seeking on the
32729         theora srcpad.
32730
32731 2004-07-21  Julien MOUTTE  <julien@moutte.net>
32732
32733         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32734         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
32735         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
32736         images creation for both elements. We don't create the image on caps
32737         nego or renego, we just destroy the internal one if present if it does
32738         not match the needs. The chain function takes care of creating a new
32739         image when needed.
32740         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32741         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
32742         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
32743         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
32744         the image format information. The buffer pool checks for the context
32745         image format and discard images with different formats.
32746         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
32747
32748 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
32749
32750         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32751         (gst_ffmpegcolorspace_chain):
32752           no point in doing any chaining if the pad we want to push from
32753           isn't usable.
32754
32755 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32756
32757         * gst-libs/gst/riff/riff-media.c:
32758         (gst_riff_create_audio_caps_with_data):
32759           Fix double end-to-native symbol conversion (#148021).
32760
32761 2004-07-20  David Schleef  <ds@schleef.org>
32762
32763         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
32764         Don't use an Atom that doesn't exist.
32765
32766 2004-07-20  Wim Taymans  <wim@fluendo.com>
32767
32768         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32769         (gst_multifdsink_add), (gst_multifdsink_get_stats),
32770         (gst_multifdsink_client_remove),
32771         (gst_multifdsink_handle_client_write),
32772         (gst_multifdsink_queue_buffer):
32773         * gst/tcp/gstmultifdsink.h:
32774         More multifdsink stats. Avoid deadlock by releasing locks
32775         before sending out a signal.
32776
32777 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32778
32779         * po/LINGUAS:
32780         * po/hu.po:
32781           added Hungarian translation (Laszlo Dvornik)
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_client_remove),
32787         (gst_multifdsink_handle_client_write),
32788         (gst_multifdsink_queue_buffer):
32789         * gst/tcp/gsttcp-marshal.list:
32790         Fixed the stupid marshal definition.
32791
32792 2004-07-20  Wim Taymans  <wim@fluendo.com>
32793
32794         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32795         (gst_multifdsink_init), (gst_multifdsink_add),
32796         (gst_multifdsink_client_remove),
32797         (gst_multifdsink_handle_client_write),
32798         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
32799         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
32800         (gst_multifdsink_init_send):
32801         * gst/tcp/gstmultifdsink.h:
32802         Added more stats, added timeout for a client, fixed some typos
32803         and added some comments.
32804
32805 2004-07-20  Wim Taymans  <wim@fluendo.com>
32806
32807         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32808         (gst_multifdsink_add), (gst_multifdsink_get_stats),
32809         (gst_multifdsink_client_remove),
32810         (gst_multifdsink_handle_client_write):
32811         * gst/tcp/gstmultifdsink.h:
32812         * gst/tcp/gsttcp-marshal.list:
32813         Added get_stats method that returns a GValueArray of
32814         stats values.
32815
32816 2004-07-19  Benjamin Otte  <otte@gnome.org>
32817
32818         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
32819           make sure longname, description and author are valid UTF-8
32820
32821 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32822
32823         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
32824         (gst_ximagesink_set_property):
32825         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
32826         (gst_xvimagesink_set_property):
32827           make sure SYNCHRONOUS is respected after getting the X context
32828
32829 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32830
32831         * gst/matroska/matroska-demux.c:
32832         (gst_matroska_demux_handle_src_event),
32833         (gst_matroska_demux_parse_blockgroup):
32834         * gst/matroska/matroska-ids.h:
32835           add BlockReference tag and ignore it to clear out log.
32836           ignore NAVIGATION events to clear out log.
32837
32838 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32839
32840         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
32841         (gst_matroska_demux_add_stream):
32842         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
32843           add debug categories
32844
32845 2004-07-16  Wim Taymans  <wim@fluendo.com>
32846
32847         * ext/libpng/Makefile.am:
32848         * ext/libpng/gstpng.c: (plugin_init):
32849         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
32850         (gst_pngdec_get_type), (gst_pngdec_base_init),
32851         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
32852         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
32853         * ext/libpng/gstpngdec.h:
32854         Added png decoder.
32855
32856 2004-07-16  Julien MOUTTE  <julien@moutte.net>
32857
32858         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
32859         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
32860         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
32861         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
32862         (gst_ximagesink_buffer_alloc):
32863         * sys/ximage/ximagesink.h:
32864         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32865         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
32866         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
32867         (gst_xvimagesink_buffer_alloc):
32868         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
32869         again. Using internal data pointer of the x(v)image to store image's
32870         data to be coherent with the buffer alloc mechanism. Investigated the
32871         image destruction code to be sure that everything gets freed correctly.
32872
32873 2004-07-16  Wim Taymans  <wim@fluendo.com>
32874
32875         * gst-libs/gst/riff/riff-read.c:
32876         (gst_riff_read_strf_vids_with_data),
32877         (gst_riff_read_strf_auds_with_data):
32878         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
32879         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
32880         Make sure we don't create 0 sized subbuffers in riff-read.
32881         Signal the no more pads signal after reading the avi header.
32882
32883 2004-07-16  Wim Taymans  <wim@fluendo.com>
32884
32885         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32886         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
32887         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
32888         (gst_decode_bin_init), (gst_decode_bin_dispose),
32889         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32890         (no_more_pads), (close_link), (type_found),
32891         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32892         (gst_decode_bin_change_state), (plugin_init):
32893         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32894         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32895         (gst_play_base_bin_dispose), (queue_overrun),
32896         (gen_preroll_element), (remove_prerolls), (unknown_type),
32897         (no_more_pads), (new_stream), (setup_source),
32898         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
32899         (play_base_eos), (gst_play_base_bin_change_state),
32900         (gst_play_base_bin_add_element),
32901         (gst_play_base_bin_remove_element),
32902         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32903         (gst_play_base_bin_unlink_stream),
32904         (gst_play_base_bin_get_streaminfo):
32905         * gst/playback/gstplaybasebin.h:
32906         Better error recovery. Added configurable preroll queue size. Faster
32907         detection of no-more-pads.
32908
32909 2004-07-16  Wim Taymans  <wim@fluendo.com>
32910
32911         * gst-libs/gst/video/video.h:
32912         Added 32 bits RGBA. Not sure if we should use another mime-type
32913         for alpha rgb. Currently the presence of the alpha_mask property
32914         signals an alpha channel.
32915
32916 2004-07-16  Wim Taymans  <wim@fluendo.com>
32917
32918         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
32919         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
32920         FPS seems to be 0.0 to MAX everywhere else.
32921
32922 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32923
32924         * gst-libs/gst/riff/riff-media.c:
32925         (gst_riff_create_video_caps_with_data):
32926           mp42/mp43 (no caps) exist too.
32927         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
32928           Set pixel_width/height; we've got them in-caps.
32929         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
32930         * gst/wavparse/gstwavparse.c: (plugin_init):
32931           Both are valid primary.
32932         * sys/oss/gstossmixer.c:
32933           Remove i18n hack and enable translations.
32934
32935 2004-07-15  Benjamin Otte  <otte@gnome.org>
32936
32937         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32938         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
32939           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
32940
32941 2004-07-15  Benjamin Otte  <otte@gnome.org>
32942
32943         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
32944         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
32945         (gst_alsa_close_audio):
32946           disable some of the debugging code for now. Writing debugging to a
32947           buffer is broken in current alsalib releases.
32948
32949 2004-07-12  Benjamin Otte  <otte@gnome.org>
32950
32951         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
32952           use bufferpools
32953
32954 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
32955
32956         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
32957         (theora_dec_src_query), (theora_dec_event):
32958         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
32959           add debugging categories.  Remove \n's.
32960
32961 2004-07-13  Johan Dahlin  <johan@gnome.org>
32962
32963         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
32964         (gst_play_bin_get_property): Impl.
32965
32966 2004-07-13  Wim Taymans  <wim@fluendo.com>
32967
32968         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
32969         When trying to find the stream length, seek back N pages
32970         instead of just one, where N is the number of streams in
32971         the current chain.
32972
32973 2004-07-13  Wim Taymans  <wim@fluendo.com>
32974
32975         * gst-libs/gst/riff/riff-media.c:
32976         (gst_riff_create_audio_caps_with_data),
32977         (gst_riff_create_audio_caps),
32978         (gst_riff_create_audio_template_caps):
32979         * gst-libs/gst/riff/riff-media.h:
32980         * gst-libs/gst/riff/riff-read.c:
32981         (gst_riff_read_strf_vids_with_data),
32982         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
32983         * gst-libs/gst/riff/riff-read.h:
32984         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
32985         (gst_avi_demux_add_stream):
32986         Set codec_data on caps for avidemuxer.
32987
32988 2004-07-12  David Schleef  <ds@schleef.org>
32989
32990         * configure.ac: Fix test for Objective C
32991
32992 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
32993         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
32994         (gst_gdk_pixbuf_chain):
32995           Add svg and pcx to template caps, and ensure that getcaps returns a
32996           subset of the template caps.
32997           Copy each row manually for output, as gdkpixbuf may pad the
32998           rowstride to a 32-bit word boundary.
32999
33000 2004-07-12  Wim Taymans  <wim@fluendo.com>
33001
33002         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
33003         (gst_riff_create_video_template_caps):
33004         Fix the template caps to include some more media types.
33005
33006 2004-07-12  Wim Taymans  <wim@fluendo.com>
33007
33008         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33009         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33010         (compare_ranks), (print_feature), (gst_decode_bin_init),
33011         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33012         (try_to_link_1), (new_pad), (close_link), (type_found),
33013         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33014         (gst_decode_bin_change_state), (plugin_init):
33015         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33016         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33017         (gst_play_base_bin_dispose), (queue_overrun),
33018         (gen_preroll_element), (remove_prerolls), (no_more_pads),
33019         (new_stream), (setup_source), (gst_play_base_bin_set_property),
33020         (gst_play_base_bin_get_property), (play_base_eos),
33021         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
33022         (gst_play_base_bin_remove_element),
33023         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33024         (gst_play_base_bin_unlink_stream),
33025         (gst_play_base_bin_get_streaminfo):
33026         * gst/playback/gstplaybasebin.h:
33027         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33028         (gst_play_bin_class_init), (gst_play_bin_init),
33029         (gst_play_bin_dispose), (gst_play_bin_set_property),
33030         (gst_play_bin_get_property), (gen_video_element),
33031         (gen_audio_element), (remove_sinks), (setup_sinks),
33032         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
33033         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33034         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33035         (gst_play_bin_query), (plugin_init):
33036         * gst/playback/test4.c: (main):
33037         More fixes on reusing of the element.
33038
33039 2004-07-11  Benjamin Otte  <otte@gnome.org>
33040
33041         * ext/mad/gstmad.c: (normal_seek):
33042           allow seeking for other methods than just SET
33043
33044 2004-07-11  Andy Wingo  <wingo@pobox.com>
33045
33046         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
33047         float, "any" caps -> buffer_frames=[0,MAX].
33048
33049         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
33050         doesn't intersect our caps with the template any more. Do it
33051         ourselves.
33052         (interleave_buffered_loop): Use g_newa instead of malloc/free.
33053
33054 2004-07-09  Wim Taymans  <wim@fluendo.com>
33055
33056         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33057         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33058         (compare_ranks), (print_feature), (gst_decode_bin_init),
33059         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33060         (try_to_link_1), (new_pad), (close_link), (type_found),
33061         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33062         (gst_decode_bin_change_state), (plugin_init):
33063         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33064         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33065         (gst_play_base_bin_dispose), (queue_overrun),
33066         (gen_preroll_element), (remove_prerolls), (no_more_pads),
33067         (new_stream), (setup_source), (gst_play_base_bin_set_property),
33068         (gst_play_base_bin_get_property), (play_base_eos),
33069         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
33070         (gst_play_base_bin_remove_element),
33071         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33072         (gst_play_base_bin_unlink_stream),
33073         (gst_play_base_bin_get_streaminfo):
33074         * gst/playback/gstplaybasebin.h:
33075         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33076         (gst_play_bin_class_init), (gst_play_bin_init),
33077         (gst_play_bin_dispose), (gst_play_bin_set_property),
33078         (gst_play_bin_get_property), (gen_video_element),
33079         (gen_audio_element), (remove_sinks), (setup_sinks),
33080         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
33081         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33082         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33083         (gst_play_bin_query), (plugin_init):
33084         * gst/playback/test4.c: (main):
33085         Work on object reuse and seeking.
33086
33087 2004-07-09  Wim Taymans  <wim@fluendo.com>
33088
33089         * examples/seeking/seek.c: (iterate):
33090         Don't consume all CPU in the idle loop.
33091
33092 2004-07-09  Wim Taymans  <wim@fluendo.com>
33093
33094         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
33095         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
33096         Add pad to element *after* setting the pad functions so that
33097         the scheduler can use the correct ones.
33098
33099 2004-07-09  Wim Taymans  <wim@fluendo.com>
33100
33101         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
33102         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
33103         Sync to keyframe after seek
33104
33105 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33106
33107         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
33108         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
33109         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
33110         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
33111         * ext/libvisual/visual.c: (gst_visual_change_state):
33112         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
33113         * ext/theora/theoradec.c: (theora_dec_change_state):
33114         * ext/theora/theoraenc.c: (theora_enc_change_state):
33115         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
33116         * gst-libs/gst/navigation/navigation.c:
33117         * gst/adder/gstadder.c: (gst_adder_change_state):
33118         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
33119         (gst_audio_convert_get_buffer):
33120         * gst/multipart/multipartdemux.c:
33121         (gst_multipart_demux_change_state):
33122         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
33123         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
33124         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
33125         * gst/videoscale/gstvideoscale.c:
33126         (gst_videoscale_handle_src_event):
33127         * gst/volume/gstvolume.c: (volume_chain_int16):
33128           don't assert in state change, this should be done by the base
33129           GstElement class.
33130           various debugging fixes.
33131
33132 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33133
33134         * configure.ac:
33135         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
33136         (gst_play_dispose), (gst_play_set_location),
33137         (gst_play_set_data_src), (gst_play_set_video_sink),
33138         (gst_play_set_audio_sink), (gst_play_set_visualization),
33139         (gst_play_connect_visualization), (gst_play_get_sink_element),
33140         (gst_play_get_all_by_interface):
33141         * gst-libs/gst/play/play.h:
33142           add new method to get elements implementing an interface.
33143           add various error logging
33144
33145 2004-07-08  Wim Taymans  <wim@fluendo.com>
33146
33147         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
33148         (make_mpeg_pipeline), (make_mpegnt_pipeline),
33149         (make_playerbin_pipeline), (query_durations_elems),
33150         (query_durations_pads), (query_positions_elems),
33151         (query_positions_pads), (update_scale), (iterate), (stop_seek),
33152         (main):
33153         Added playbin seeking example.
33154
33155 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33156
33157         * gst-libs/gst/play/play.c: (gst_play_set_location),
33158         (gst_play_set_data_src), (gst_play_set_video_sink),
33159         (gst_play_set_audio_sink), (gst_play_set_visualization),
33160         (gst_play_connect_visualization), (gst_play_get_framerate):
33161           use a macro to look up elements from hash table
33162
33163 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33164
33165         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
33166         (gst_play_get_length_callback), (gst_play_set_location),
33167         (gst_play_seek_to_time), (gst_play_set_data_src),
33168         (gst_play_set_video_sink), (gst_play_set_audio_sink),
33169         (gst_play_set_visualization), (gst_play_connect_visualization),
33170         (gst_play_get_sink_element):
33171         - add debugging info
33172         - fix looking up sink elements by iterating over complete caps
33173         - put everything except for source and autoplugger in a complete bin
33174
33175 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33176
33177         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
33178         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
33179         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
33180         (gst_alsa_sink_write), (gst_alsa_sink_loop):
33181         * ext/alsa/gstalsasink.h:
33182         - add debugging info
33183         - clean up schizophrenia of data/buffer/event
33184         - fix double event unref error
33185
33186 2004-07-08  Wim Taymans  <wim@fluendo.com>
33187
33188         * gst/playback/Makefile.am:
33189         Add headers to noinst
33190
33191 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33192
33193         * tools/gst-launch-ext-m.m:
33194         * tools/gst-launch-ext.1.in:
33195           convert to the third millenium
33196
33197 2004-07-07  David Schleef  <ds@schleef.org>
33198
33199         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
33200
33201 2004-07-07  Wim Taymans  <wim@fluendo.com>
33202
33203         * gst/playback/Makefile.am:
33204         * gst/playback/README:
33205         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33206         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33207         (compare_ranks), (print_feature), (gst_decode_bin_init),
33208         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33209         (try_to_link_1), (new_pad), (close_link), (type_found),
33210         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33211         (plugin_init):
33212         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33213         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33214         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
33215         (gen_preroll_element), (no_more_pads), (new_stream),
33216         (setup_source), (gst_play_base_bin_set_property),
33217         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
33218         (gst_play_base_bin_add_element),
33219         (gst_play_base_bin_remove_element),
33220         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33221         (gst_play_base_bin_unlink_stream),
33222         (gst_play_base_bin_get_streaminfo):
33223         * gst/playback/gstplaybasebin.h:
33224         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33225         (gst_play_bin_class_init), (gst_play_bin_init),
33226         (gst_play_bin_dispose), (gst_play_bin_set_property),
33227         (gst_play_bin_get_property), (gen_video_element),
33228         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
33229         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
33230         (gst_play_bin_get_formats), (gst_play_bin_convert),
33231         (gst_play_bin_get_query_types), (gst_play_bin_query),
33232         (plugin_init):
33233         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
33234         (gst_stream_info_get_type), (gst_stream_info_class_init),
33235         (gst_stream_info_init), (gst_stream_info_new),
33236         (gst_stream_info_dispose), (gst_stream_info_set_property),
33237         (gst_stream_info_get_property):
33238         * gst/playback/gststreaminfo.h:
33239         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
33240         (main):
33241         * gst/playback/test2.c: (main):
33242         * gst/playback/test3.c: (update_scale), (main):
33243         More playbin fixes. Added README. Do better element filtering.
33244         Added base class to preroll media. Added test apps.
33245
33246 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33247
33248         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
33249         * ext/mpeg2dec/gstmpeg2dec.h:
33250           various debugging improvements.  Reset stream to next picture
33251           instead of sequence header, otherwise seeks cannot work.
33252
33253 2004-07-07  Wim Taymans  <wim@fluendo.com>
33254
33255         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
33256         (gst_video_box_class_init), (gst_video_box_set_property),
33257         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
33258         Use pad_alloc where possible.
33259
33260 2004-07-07  Wim Taymans  <wim@fluendo.com>
33261
33262         * sys/oss/gstosselement.c: (gst_osselement_reset),
33263         (gst_osselement_parse_caps):
33264         * sys/oss/gstosselement.h:
33265         * sys/oss/gstosssrc.c: (gst_osssrc_get):
33266         Fix offset on osssrc.
33267
33268 2004-07-07  Wim Taymans  <wim@fluendo.com>
33269
33270         * ext/theora/theora.c: (plugin_init):
33271         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
33272         (theora_dec_src_query), (theora_dec_chain):
33273         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33274         (theora_enc_sink_link), (theora_buffer_from_packet),
33275         (theora_push_packet), (theora_enc_chain):
33276         Fix theora granulepos calculation.
33277         Fix overflow in duration/position calculation.
33278         Bump rank to PRIMARY for theoradec.
33279         Use granulepos of last packet to calculate position.
33280         Set keyframe flag on buffers when needed.
33281
33282 2004-07-06  David Schleef  <ds@schleef.org>
33283
33284         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
33285         serious?  (Fixed, obviously.)
33286
33287 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
33288
33289         * po/LINGUAS:
33290         * po/cs.po:
33291           added Czech translation (Miloslav Trmac)
33292
33293 2004-07-05  Wim Taymans  <wim@fluendo.com>
33294
33295         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33296         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33297         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
33298         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33299         (close_link), (type_found), (gst_decode_bin_set_property),
33300         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
33301         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
33302         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
33303         (gst_decode_bin_query), (plugin_init):
33304         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33305         (gst_play_bin_class_init), (gst_play_bin_init),
33306         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
33307         (get_video_element), (new_pad), (setup_source),
33308         (gst_play_bin_set_property), (gst_play_bin_get_property),
33309         (gst_play_bin_change_state), (gst_play_bin_add_element),
33310         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
33311         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33312         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33313         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
33314         * gst/playback/test.c: (main):
33315         More fixes, cleaned up playbin, make it use decodebin. Added
33316         threaded property to playbin.
33317
33318 2004-07-05  Wim Taymans  <wim@fluendo.com>
33319
33320         * configure.ac:
33321         * gst/playback/Makefile.am:
33322         * gst/playback/decodetest.c: (main):
33323         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33324         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33325         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
33326         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33327         (close_link), (type_found), (gst_decode_bin_set_property),
33328         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
33329         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
33330         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
33331         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
33332         (plugin_init):
33333         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33334         (gst_play_bin_class_init), (gst_play_bin_init),
33335         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
33336         (collect_sink_pads), (find_compatibles), (close_pad_link),
33337         (try_to_link_1), (new_pad), (close_link), (type_found),
33338         (setup_source), (gst_play_bin_set_property),
33339         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
33340         (compare_ranks), (gst_play_bin_collect_factories),
33341         (gst_play_bin_change_state), (gst_play_bin_add_element),
33342         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
33343         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33344         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33345         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
33346         * gst/playback/test.c: (main):
33347         Added some playback helper elements and some test apps, very alpha
33348         still.
33349
33350 2004-07-04  Benjamin Otte  <otte@gnome.org>
33351
33352         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
33353           only restart audio when we indeed have an xrun to fix repeated
33354           xruns. Fix suggested by Giuliano Pochini.
33355
33356 2004-07-03  David Schleef  <ds@schleef.org>
33357
33358         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
33359         call to gst_debug_log() if debugging is disabled (bug #145118)
33360
33361 2004-07-03  Benjamin Otte  <otte@gnome.org>
33362
33363         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
33364           use our own functions for restarting the alsa device.
33365         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33366           I should apply patches myself - use MIN for the third argument, not
33367           the second, this fixes seeking
33368
33369 2004-07-02  David Schleef  <ds@schleef.org>
33370
33371         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
33372         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
33373         do with the logic.
33374
33375 2004-07-02  David Schleef  <ds@schleef.org>
33376
33377         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
33378         output buffers.  Fix logic mistake.  (bug #144866)
33379
33380 2004-07-02  David Schleef  <ds@schleef.org>
33381
33382         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
33383         on X.  (bug #144753)
33384
33385 2004-07-02  David Schleef  <ds@schleef.org>
33386
33387         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
33388         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
33389         (bug #144624)
33390         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
33391         (gst_osselement_rate_probe_check): Add another workaround for
33392         buggy drivers (bug #145336)
33393
33394 2004-07-02  David Schleef  <ds@schleef.org>
33395
33396         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
33397         Most systems don't have MSG_NOSIGNAL.
33398
33399 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
33400
33401         * Makefile.am:
33402         * gst-libs/gst/colorbalance/Makefile.am:
33403         * gst-libs/gst/mixer/Makefile.am:
33404         * gst-libs/gst/play/Makefile.am:
33405         * gst-libs/gst/tuner/Makefile.am:
33406           (hopefully) fix both install and dist and make error message useful.
33407           needs testing across automakes.
33408
33409 2004-07-02  Benjamin Otte  <otte@gnome.org>
33410
33411         * ext/ogg/gstogg.c: (plugin_init):
33412           we require bytestream now
33413         * ext/ogg/gstoggdemux.c:
33414           huge diff to implement chain setup in a fast and generic way. This
33415           improves tag reading and startup of huge files (read: Theora videos)
33416           quite a bit. It probably contains bugs, too, so please test.
33417           Seeking is not improved to the fast method.
33418
33419 2004-06-29  Wim Taymans  <wim@fluendo.com>
33420
33421         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
33422         * ext/ogg/gstoggmux.c:
33423         Fix memleak in oggdemux when running unconnected pads.
33424         doc update in mux, start working on keyframe mode.
33425
33426 2004-06-29  Benjamin Otte  <otte@gnome.org>
33427
33428         * sys/oss/gstosssink.c:
33429         * sys/oss/gstosssrc.c:
33430           advertise correct template caps - we indeed do non-native endianness
33431           and 8bit audio has no endianness
33432         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
33433         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
33434           avoid (wrong) duplications in getcaps function and return
33435           template caps
33436
33437 2004-06-29  Wim Taymans  <wim@fluendo.com>
33438
33439         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33440         (gst_multifdsink_class_init), (gst_multifdsink_add),
33441         (gst_multifdsink_remove), (gst_multifdsink_clear),
33442         (gst_multifdsink_client_remove),
33443         (gst_multifdsink_handle_client_read),
33444         (gst_multifdsink_client_queue_data),
33445         (gst_multifdsink_client_queue_caps),
33446         (gst_multifdsink_client_queue_buffer),
33447         (gst_multifdsink_handle_client_write),
33448         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33449         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33450         (gst_multifdsink_init_send), (gst_multifdsink_close):
33451         Fix wrong GList iteration that could crash the server when
33452         more then 2 clients disconnect at the same time. Read all the
33453         pending commands in one batch to recover from command storms under
33454         very heavy load.
33455
33456 2004-06-28  Wim Taymans  <wim@fluendo.com>
33457
33458         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
33459         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
33460         (gst_videomixer_pad_set_property),
33461         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
33462         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
33463         (gst_videomixer_class_init), (gst_videomixer_init),
33464         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
33465         (pad_zorder_compare), (gst_videomixer_sort_pads),
33466         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
33467         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
33468         (gst_videomixer_update_queues), (gst_videomixer_loop),
33469         (plugin_init):
33470         Avoid divide by zero, choose masterpad as the pad with the highest
33471         framerate.
33472
33473 2004-06-27  Julien Moutte  <julien@moutte.net>
33474
33475         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33476         (gst_ximagesink_xwindow_new):
33477         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33478         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
33479         function directly. We might want to call it from somewhere else one day.
33480
33481 2004-06-27  Julien Moutte  <julien@moutte.net>
33482
33483         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33484         (gst_ximagesink_xwindow_new):
33485         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33486         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
33487         window decorations.
33488
33489 2004-06-27  Wim Taymans  <wim@fluendo.com>
33490
33491         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
33492         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
33493         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
33494         (gst_dvdec_set_property), (gst_dvdec_get_property):
33495         * ext/dv/gstdvdec.h:
33496         Implement drop_factor property to lower the framerate with
33497         a factor.
33498
33499 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
33500
33501         * gst-libs/gst/colorbalance/Makefile.am:
33502         * gst-libs/gst/mixer/Makefile.am:
33503         * gst-libs/gst/play/Makefile.am:
33504         * gst-libs/gst/tuner/Makefile.am:
33505           unbreak Company's fix that didn't install the -enum.h files
33506
33507 2004-06-27  Wim Taymans  <wim@fluendo.com>
33508
33509         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
33510         (gst_dvdec_change_state):
33511         * ext/dv/gstdvdec.h:
33512         Fix timestamp, duration and offset of the buffers.
33513
33514 2004-06-27  Wim Taymans  <wim@fluendo.com>
33515
33516         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33517         (gst_multifdsink_class_init), (gst_multifdsink_add),
33518         (gst_multifdsink_remove), (gst_multifdsink_clear),
33519         (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_init_send), (gst_multifdsink_close):
33528         * gst/tcp/gstmultifdsink.h:
33529         * gst/tcp/gsttcpserversink.c:
33530         (gst_tcpserversink_handle_server_read),
33531         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
33532         More multifdsink fixes, more recovery policy fixes.
33533         Removed stupid g_print
33534
33535 2004-06-26  Wim Taymans  <wim@fluendo.com>
33536
33537         * gst/tcp/Makefile.am:
33538         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33539         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
33540         (gst_multifdsink_class_init), (gst_multifdsink_init),
33541         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
33542         (gst_multifdsink_handle_client_read),
33543         (gst_multifdsink_client_queue_data),
33544         (gst_multifdsink_client_queue_caps),
33545         (gst_multifdsink_client_queue_buffer),
33546         (gst_multifdsink_handle_client_write),
33547         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33548         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33549         (gst_multifdsink_chain), (gst_multifdsink_set_property),
33550         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
33551         (gst_multifdsink_close), (gst_multifdsink_change_state):
33552         * gst/tcp/gstmultifdsink.h:
33553         * gst/tcp/gsttcpplugin.c: (plugin_init):
33554         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
33555         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
33556         (gst_tcpserversink_handle_server_read),
33557         (gst_tcpserversink_handle_select),
33558         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
33559         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
33560         * gst/tcp/gsttcpserversink.h:
33561         Added multifdsink, made tcpserversink a subclass of fdsink, removed
33562         one of the locks, added recovery policy to multifdsink.
33563
33564 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
33565
33566         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
33567           fix decision for when getting frames with same timestamp
33568         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
33569         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33570         (gst_v4lsrc_get_property):
33571         * sys/v4l/gstv4lsrc.h:
33572           add latency offset property
33573
33574 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
33575
33576         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
33577         (plugin_init):
33578           fix debugging. add category.
33579
33580 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33581
33582         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
33583           fix wrong offsets
33584
33585 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33586
33587         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33588         (gst_alsa_src_get_time), (gst_alsa_src_loop),
33589         (gst_alsa_src_change_state):
33590           return a time that is in sync with the element's processing
33591
33592 2004-06-25  Wim Taymans  <wim@fluendo.com>
33593
33594         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
33595         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
33596         (gst_tcpserversink_client_remove),
33597         (gst_tcpserversink_handle_client_read),
33598         (gst_tcpserversink_client_queue_data),
33599         (gst_tcpserversink_client_queue_caps),
33600         (gst_tcpserversink_client_queue_buffer),
33601         (gst_tcpserversink_handle_client_write),
33602         (gst_tcpserversink_queue_buffer),
33603         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
33604         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
33605         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
33606         (gst_tcpserversink_close):
33607         * gst/tcp/gsttcpserversink.h:
33608         Serversink rewrite. Really do non blocking writes to clients and
33609         maintain an internal queue to handle slower clients while not
33610         disturbing fast clients.
33611
33612 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33613
33614         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33615           better debug, don't override OFFSET and OFFSET_END
33616
33617 2004-06-25  Iain <iain@prettypeople.org>
33618
33619         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
33620         name=source for the wavparse pipeline.
33621
33622 2004-06-24  Johan Dahlin  <johan@gnome.org>
33623
33624         * ext/theora/theoraenc.c (theora_enc_chain): Call
33625         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
33626         streamheader caps are set correctly.
33627
33628 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33629
33630         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
33631         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
33632           respect minimum bitrate; same could be done for max bitrate
33633
33634 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33635
33636         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
33637         (gst_vorbisenc_setup):
33638           fix sample rate range
33639
33640 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33641
33642         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
33643         (gst_oggvorbisenc_setup):
33644         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
33645         (gst_vorbisenc_setup):
33646           resolve ambiguities in code and description
33647
33648 2004-06-24  Wim Taymans  <wim@fluendo.com>
33649
33650         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
33651         * ext/alsa/gstalsa.h:
33652         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33653         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
33654         Use alsa trigger_tstamp to get the timestamp of the first
33655         sample in the buffer for more precise sync. Some cleanups.
33656
33657 2004-06-24  Wim Taymans  <wim@fluendo.com>
33658
33659         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
33660         (gst_audiorate_init), (gst_audiorate_chain),
33661         (gst_audiorate_set_property), (gst_audiorate_get_property):
33662         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33663         (gst_videorate_chain):
33664         Added some logging, fixed an overflow bug in videorate.
33665
33666 2004-06-24  Benjamin Otte  <otte@gnome.org>
33667
33668         * ext/kio/Makefile.am:
33669           fix for builddir != srcdir and distcheck
33670
33671 2004-06-24  Benjamin Otte  <otte@gnome.org>
33672
33673         * gst-libs/gst/colorbalance/Makefile.am:
33674         * gst-libs/gst/mixer/Makefile.am:
33675         * gst-libs/gst/play/Makefile.am:
33676         * gst-libs/gst/tuner/Makefile.am:
33677         * gst/tcp/Makefile.am:
33678         * sys/dxr3/Makefile.am:
33679           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
33680           tarball.
33681           Also add all *.list files that were missing.
33682         * Makefile.am:
33683           add a distcheck hook to ensure the above doesn't happen again.
33684
33685 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
33686
33687         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
33688
33689 2004-06-23  Colin Walters  <walters@redhat.com>
33690
33691         * m4/Makefile.am: Distribute gst-fionread.m4.
33692
33693 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
33694
33695         * configure.ac: back to dev
33696
33697 2004-06-23  Wim Taymans  <wim@fluendo.com>
33698
33699         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
33700         (gst_alsa_xrun_recovery):
33701         * ext/alsa/gstalsa.h:
33702         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
33703         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
33704         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33705         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
33706         (gst_alsa_src_loop):
33707         Add clock to alsasrc. Take new capture timestamp when
33708         restarting after an overrun. Split up some functions between
33709         alsasrc and alsasink.
33710
33711 === release 0.8.2 ===
33712
33713 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
33714
33715         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
33716         (gst_alsa_change_state), (gst_alsa_update_avail),
33717         (gst_alsa_xrun_recovery):
33718         * ext/alsa/gstalsa.h:
33719         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33720           merge back changes from release
33721
33722 2004-06-23  Wim Taymans  <wim@fluendo.com>
33723
33724         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
33725         (gst_audiorate_init), (gst_audiorate_chain),
33726         (gst_audiorate_set_property), (gst_audiorate_get_property):
33727         Implement sample dropping and notify
33728
33729 2004-06-22  Wim Taymans  <wim@fluendo.com>
33730
33731         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33732         (theora_enc_sink_link), (theora_buffer_from_packet),
33733         (theora_push_packet), (theora_enc_chain):
33734         Some cleanups, make sure the timestamps are correct.
33735
33736 2004-06-22  Wim Taymans  <wim@fluendo.com>
33737
33738         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
33739         (gst_alsa_change_state), (gst_alsa_update_avail),
33740         (gst_alsa_xrun_recovery):
33741         * ext/alsa/gstalsa.h:
33742         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
33743         Cleanups, take queued samples into account when reporting
33744         the time.
33745
33746 2004-06-22  Wim Taymans  <wim@fluendo.com>
33747
33748         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33749         (gst_videorate_init):
33750         Initialize the property as well.
33751
33752 2004-06-22  Wim Taymans  <wim@fluendo.com>
33753
33754         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33755         (gst_videorate_init), (gst_videorate_chain),
33756         (gst_videorate_set_property), (gst_videorate_get_property):
33757         Add property to make videorate silent.
33758         Add property to prefer new frames over old ones.
33759
33760 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33761
33762         * sys/osxvideo/Makefile.am:
33763         Workaround so that the osxvideo .so file gets linked with the
33764         Cocoa, OpenGL and QuickTime frameworks
33765
33766 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33767
33768         * sys/osxaudio/Makefile.am:
33769         Workaround so that the osxaudio .so file gets linked with the
33770         CoreAudio framework
33771
33772 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33773
33774         * configure.ac:
33775         Whoops, my fault...fixed build issues
33776
33777 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33778
33779         * configure.ac:
33780         Add objective-c support if running in Darwin/Mac OS X
33781         * sys/Makefile.am:
33782         * sys/osxvideo:
33783         * sys/osxvideo/Makefile.am:
33784         * sys/osxvideo/osxvideosink.h:
33785         * sys/osxvideo/osxvideosink.m:
33786         * sys/osxvideo/cocoawindow.h:
33787         * sys/osxvideo/cocoawindow.m:
33788         Add osxvideosink, a cocoa-based osx video sink
33789
33790
33791 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
33792         * ext/dvdnav/gst-dvd:
33793         Grab the gconf key from the right spot
33794         * gst/debug/gstnavseek.c: (gst_navseek_init),
33795         (gst_navseek_segseek), (gst_navseek_handle_src_event),
33796         (gst_navseek_chain):
33797         * gst/debug/gstnavseek.h:
33798           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
33799           and loop parameters of a segment seek.
33800         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
33801         (gst_videotestsrc_get_event_masks),
33802         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
33803         * gst/videotestsrc/gstvideotestsrc.h:
33804           Add seeking support to videotestsrc
33805           Initialise the timestamp_offset variable.
33806
33807 2004-06-18  Wim Taymans  <wim@fluendo.com>
33808
33809         * ext/sidplay/gstsiddec.cc:
33810         Fix negotiation and set correct end offset.
33811
33812 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
33813
33814         * configure.ac: branch and prerelease
33815
33816 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33817
33818         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
33819         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
33820         (gst_tcpclientsrc_init_receive):
33821         * gst/tcp/gsttcpclientsrc.h:
33822           read caps when connecting to server for GDP so we set them correctly
33823
33824 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33825
33826         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
33827           notify drops and duplicates
33828         * gst/videoscale/videoscale.c: (videoscale_get_structure):
33829           no good reason to limit ourselves to 100x100
33830
33831 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33832
33833         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
33834         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
33835         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33836         (gst_v4lsrc_get_property):
33837         * sys/v4l/gstv4lsrc.h:
33838         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
33839         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
33840         (gst_v4l_set_audio):
33841         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
33842         (gst_v4lsrc_try_capture):
33843         * sys/v4l/v4lsrc_calls.h:
33844           change try_palette to more general try_capture
33845           add autoprobe option so we can turn off autoprobing
33846           various fixes
33847
33848 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33849
33850         * configure.ac:
33851           add videorate
33852         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
33853         (gst_ximagesink_class_init):
33854         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
33855         (gst_xvimagesink_class_init):
33856           run them as finalize, not dispose, since dispose can be invoked
33857           multiple times
33858
33859 2004-06-17  Wim Taymans  <wim@fluendo.com>
33860
33861         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
33862         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
33863         * ext/alsa/gstalsa.h:
33864         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
33865         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
33866         (gst_alsa_src_change_state):
33867         * ext/alsa/gstalsasrc.h:
33868         Make the xrun code timestamp and offset the buffers correctly.
33869         moved the clock to the base class, use alsa methods to get time.
33870         Do correct timestamping on outgoing buffers.
33871
33872 2004-06-17  Wim Taymans  <wim@fluendo.com>
33873
33874         * gst/audiorate/Makefile.am:
33875         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
33876         (gst_audiorate_base_init), (gst_audiorate_class_init),
33877         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
33878         (gst_audiorate_set_property), (gst_audiorate_get_property),
33879         (gst_audiorate_change_state), (plugin_init):
33880         Added an audiorate converter that fills in gaps.
33881
33882 2004-06-17  Johan Dahlin  <johan@gnome.org>
33883
33884         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
33885
33886 2004-06-16  Wim Taymans  <wim@fluendo.com>
33887
33888         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
33889         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
33890         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
33891         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33892         (gst_v4lsrc_get_property):
33893         * sys/v4l/gstv4lsrc.h:
33894         Added a copy mode to v4lsrc where it will output a copied version
33895         of its internal hardware buffer.
33896         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
33897         can't | them.
33898
33899 2004-06-16  Wim Taymans  <wim@fluendo.com>
33900
33901         * sys/oss/gstosssrc.c: (gst_osssrc_get):
33902         Timestamp fixes.
33903
33904 2004-06-16  Wim Taymans  <wim@fluendo.com>
33905
33906         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
33907         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
33908         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33909         (gst_v4lsrc_get_property):
33910         * sys/v4l/gstv4lsrc.h:
33911         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
33912         Added a sync mode enum property to control v4lsrc timestamp method
33913         Removed the use-fixed-fps property and moved functionality in
33914         the enum.
33915         Don't error on an error value from v4l-conf, it might not always
33916         be a real error.
33917
33918 2004-06-16  Wim Taymans  <wim@fluendo.com>
33919
33920         * gst/videorate/Makefile.am:
33921         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
33922         (gst_videorate_base_init), (gst_videorate_class_init),
33923         (gst_videorate_getcaps), (gst_videorate_link),
33924         (gst_videorate_init), (gst_videorate_chain),
33925         (gst_videorate_set_property), (gst_videorate_get_property),
33926         (gst_videorate_change_state), (plugin_init):
33927         Added a video timestamp corrector.
33928
33929 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33930
33931         fixed a potential leak with previous commit
33932
33933         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
33934
33935 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33936
33937         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
33938         Added missing refcount, fixes bug #144425
33939         Cheers Tim for finding the bug
33940
33941 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
33942
33943         * sys/v4l/gstv4l.c: (plugin_init):
33944         * sys/v4l/gstv4lcolorbalance.c:
33945         * sys/v4l/gstv4lcolorbalance.h:
33946         * sys/v4l/gstv4lelement.c:
33947         * sys/v4l/gstv4lelement.h:
33948         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
33949         * sys/v4l/gstv4lmjpegsink.h:
33950         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
33951         * sys/v4l/gstv4lmjpegsrc.h:
33952         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
33953         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
33954         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
33955         * sys/v4l/gstv4lsrc.h:
33956         * sys/v4l/gstv4ltuner.c:
33957         * sys/v4l/gstv4ltuner.h:
33958         * sys/v4l/gstv4lxoverlay.c:
33959         * sys/v4l/gstv4lxoverlay.h:
33960         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
33961         (gst_v4l_set_window), (gst_v4l_enable_overlay):
33962         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
33963         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
33964         (gst_v4l_set_audio):
33965         * sys/v4l/v4l_calls.h:
33966         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
33967         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
33968         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
33969         (gst_v4lmjpegsink_playback_init),
33970         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
33971         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
33972         (gst_v4lmjpegsink_playback_stop),
33973         (gst_v4lmjpegsink_playback_deinit):
33974         * sys/v4l/v4lmjpegsink_calls.h:
33975         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
33976         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
33977         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
33978         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
33979         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
33980         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
33981         * sys/v4l/v4lmjpegsrc_calls.h:
33982         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
33983         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
33984         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
33985         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
33986         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
33987         (gst_v4lsrc_try_palette):
33988         * sys/v4l/v4lsrc_calls.h:
33989           bunch of paranoia cleanups
33990
33991 2004-06-14  David Schleef  <ds@schleef.org>
33992
33993         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
33994         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
33995         Send discont events and change timestamps appropriately when
33996         we get a seek event.  (bug #144240)
33997         * ext/cdparanoia/gstcdparanoia.h:
33998
33999 2004-06-14  Benjamin Otte  <otte@gnome.org>
34000
34001         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
34002           snd_pcm_hw_params_set_rate  since the latter fails for no good
34003           reason on some setups.
34004
34005 2004-06-14  David Schleef  <ds@schleef.org>
34006
34007         * gst/volume/demo.c: (value_changed_callback): exp10() is not
34008         standard.  Thank you for playing.
34009
34010 2004-06-14  Wim Taymans  <wim@fluendo.com>
34011
34012         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
34013         Patch 1.3 broke the ordering of the colorspace info and
34014         made the plugin basically work by coincidence, reordered
34015         the info.
34016
34017 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
34018
34019         * ext/lame/gstlame.c:
34020         * ext/mad/gstmad.c:
34021           sync caps.  Make sure mad can only output a list of rates, not
34022           a full range.  In the future, have three caps lists for each of the
34023           mpeg versions.  Change mpegversion to a double as well.
34024
34025 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
34026
34027         * gst/volume/.cvsignore:
34028         * gst/volume/Makefile.am:
34029         * gst/volume/demo.c: (value_changed_callback), (idler),
34030         (setup_gui), (main):
34031           added small demo app
34032
34033 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
34034         * ext/esd/esdsink.c: (gst_esdsink_change_state):
34035         * ext/esd/esdsink.h:
34036         Close the esd connection on pause, because esd will just wait -
34037         blocking all other esd clients indefinitely.
34038
34039 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
34040
34041         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
34042           previous commit with GST_DEBUG
34043
34044 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
34045
34046         * configure.ac:
34047           add a header check for a dvdread header in dvdnav.  Fixes #133002
34048
34049 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34050
34051         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
34052         * gst/tcp/gsttcpclientsink.h:
34053         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
34054         * gst/tcp/gsttcpclientsrc.h:
34055         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
34056         (gst_tcpserversink_handle_server_read),
34057         (gst_tcpserversink_init_send):
34058         * gst/tcp/gsttcpserversink.h:
34059         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
34060         * gst/tcp/gsttcpserversrc.h:
34061         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
34062         version of IP)
34063
34064 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34065
34066         * configure.ac:
34067         Added ogg library so that OSX detects libtheora properly
34068
34069 2004-06-11  Wim Taymans  <wim@fluendo.com>
34070
34071         * ext/theora/theoradec.c: (theora_dec_chain),
34072         (theora_dec_change_state):
34073         Don't try to decode frames before we received a keyframe.
34074
34075 2004-06-11  Wim Taymans  <wim@fluendo.com>
34076
34077         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
34078         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
34079         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34080         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
34081         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
34082         Added property to set the maximum delay of a page.
34083
34084 2004-06-10  Wim Taymans  <wim@fluendo.com>
34085
34086         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
34087         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
34088         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34089         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
34090         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
34091         Added max-delay property to control the maximum amount
34092         of data to put in one page.
34093
34094 2004-06-10  Wim Taymans  <wim@fluendo.com>
34095
34096         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
34097         (gst_theora_enc_init), (theora_enc_sink_link),
34098         (theora_buffer_from_packet), (theora_enc_set_property),
34099         (theora_enc_get_property):
34100         Set duration on encoded buffer, added some more properties
34101
34102 2004-06-10  Wim Taymans  <wim@fluendo.com>
34103
34104         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
34105         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34106         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
34107         * ext/theora/theoraenc.c: (theora_enc_chain):
34108         Fix refcounting bugs
34109
34110 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34111
34112         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
34113         (gst_asf_demux_loop), (gst_asf_demux_process_file),
34114         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
34115         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
34116         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
34117         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
34118         (gst_asf_demux_change_state):
34119         * gst/asfdemux/gstasfdemux.h:
34120           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
34121           feels like. I think we should set a new requirement for demuxers
34122           from now on to implement sane loop functions, data loops, query
34123           and seek functions before first commit into CVS. And this commit
34124           fixes all of the above.
34125
34126 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
34127
34128         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
34129           vorbis comments are properly encoded in UTF-8 before adding them
34130           to a GstTagList
34131
34132 2004-06-09  Benjamin Otte  <otte@gnome.org>
34133
34134         * ext/alsa/gstalsa.c: (add_channels):
34135           handle min <= max correctly
34136         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
34137         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
34138           add fixation functions so we fixate correctly. No preferring of alaw
34139           anymore because it's the first structure.
34140         * ext/alsa/gstalsa.h:
34141         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
34142         (gst_alsa_hw_params_dump):
34143           add functions to ease debugging in alsalib
34144         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
34145         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
34146         (gst_alsa_start_audio):
34147           only specify hw params if we really setup a format (fixes #134007 -
34148           or at least works around it)
34149
34150 2004-06-09  Wim Taymans  <wim@fluendo.com>
34151
34152         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
34153         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
34154         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
34155         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
34156         (gst_ogg_mux_loop):
34157         Use stream caps to setup the initial pages in the ogg stream.
34158         Correctly set the streamheader caps on the srcpad.
34159
34160 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
34161
34162         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
34163         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
34164         (gst_v4lsrc_getcaps):
34165         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
34166         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
34167           add querying of fps lists for webcams.  Negotiating to a framerate
34168           now works.
34169
34170 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34171
34172         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
34173         (theora_push_buffer), (theora_push_packet),
34174         (theora_set_header_on_caps), (theora_enc_chain):
34175           mark buffers and put on streamheader, raw theora streaming
34176           now works too, whee
34177
34178 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34179
34180         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
34181         (gst_tcp_gdp_read_caps):
34182           do a looping read for caps and GDP headers too
34183
34184 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34185
34186         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34187         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
34188           return EOS instead of NULL in _get
34189
34190 2004-06-08  Wim Taymans  <wim@fluendo.com>
34191
34192         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
34193         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
34194         (gst_tcp_gdp_write_caps):
34195         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34196         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
34197         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
34198         Memory leak fixes
34199
34200 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34201
34202         * ext/vorbis/Makefile.am:
34203         * ext/vorbis/vorbis.c: (plugin_init):
34204         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
34205         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
34206         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
34207         (vorbis_parse_change_state):
34208         * ext/vorbis/vorbisparse.h:
34209           adding a vorbisparse element that marks the buffers, streaming
34210           raw vorbis using GDP now works, whee
34211
34212 2004-06-08  Wim Taymans  <wim@fluendo.com>
34213
34214         * ext/jpeg/Makefile.am:
34215         * ext/jpeg/README:
34216         * ext/jpeg/gstjpeg.c: (plugin_init):
34217         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
34218         (gst_smokedec_base_init), (gst_smokedec_class_init),
34219         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
34220         * ext/jpeg/gstsmokedec.h:
34221         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
34222         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
34223         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
34224         (gst_smokeenc_resync), (gst_smokeenc_chain),
34225         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
34226         * ext/jpeg/gstsmokeenc.h:
34227         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
34228         (smokecodec_flush_destination), (smokecodec_term_destination),
34229         (smokecodec_init_source), (smokecodec_fill_input_buffer),
34230         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
34231         (smokecodec_term_source), (smokecodec_encode_new),
34232         (smokecodec_decode_new), (smokecodec_info_free),
34233         (smokecodec_set_quality), (smokecodec_get_quality),
34234         (smokecodec_set_threshold), (smokecodec_get_threshold),
34235         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
34236         (find_best_size), (abs_diff), (put), (smokecodec_encode),
34237         (smokecodec_parse_header), (smokecodec_decode):
34238         * ext/jpeg/smokecodec.h:
34239         Added a new simple jpeg based codec
34240
34241 2004-06-08  Wim Taymans  <wim@fluendo.com>
34242
34243         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34244         (gst_multipart_mux_loop):
34245         Fix memory leak
34246
34247 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34248
34249         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34250         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
34251         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
34252         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
34253         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
34254         * gst/tcp/gsttcpserversink.h:
34255           take streamheader into account
34256
34257 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34258
34259         * gst/level/Makefile.am:
34260         * gst/level/gstlevel.c: (gst_level_class_init):
34261           clean up marshal generation
34262
34263 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34264
34265         * gst/tcp/Makefile.am:
34266         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
34267         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
34268         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
34269         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
34270         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
34271         (gst_tcpclientsrc_get_property):
34272         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
34273         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
34274         (gst_tcpserversink_handle_client_read),
34275         (gst_tcpserversink_handle_client_write),
34276         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
34277         * gst/tcp/gsttcpserversink.h:
34278           add signals client-added and client-removed
34279         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
34280         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
34281         (gst_tcpserversrc_get_property):
34282         uniformized, change default protocol to NONE
34283         * gst/tcp/gsttcp-marshal.list: added
34284 2004-06-07  Benjamin Otte  <otte@gnome.org>
34285
34286         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34287           handle discont events if they happen before caps nego
34288
34289 2004-06-07  Wim Taymans  <wim@fluendo.com>
34290
34291         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
34292         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
34293         (gst_multipart_demux_plugin_init):
34294         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34295         (gst_multipart_mux_init), (gst_multipart_mux_loop),
34296         (gst_multipart_mux_change_state):
34297         Small updates, fix a memleak
34298
34299 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
34300
34301         * configure.ac: OSS portability
34302         * ext/arts/gst_arts.c: idem
34303         * sys/oss/gstosselement.c: idem
34304         * sys/oss/gstossmixer.c: idem
34305         * sys/oss/gstosssink.c: idem
34306         * sys/oss/gstosssrc.c: idem
34307         * sys/oss/oss_probe.c: idem
34308           - check for soundcard.h in different places for some BSD
34309
34310 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
34311
34312         * AUTHORS:
34313         Add me to the authors file
34314         * configure.ac:
34315         Increase the libdv requirement to >= version 0.100
34316         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
34317         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
34318         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
34319         * ext/dv/gstdvdec.h:
34320         Add support for the new_media flag when sending DISCONT events
34321         Make the querying work when video pad is not linked
34322
34323 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
34324
34325         reviewed by Benjamin Otte  <otte@gnome.org>
34326
34327         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
34328           create a NULL-initialized array of pads, so we don't think they
34329           exist already. (fixes #143130)
34330
34331 2004-06-07  Benjamin Otte  <otte@gnome.org>
34332
34333         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
34334         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
34335         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
34336           don't use // coments
34337
34338 2004-06-07  Benjamin Otte  <otte@gnome.org>
34339
34340         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
34341           cast to GstClockTime to get higher granularity
34342         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34343           use gst_element_set_time_delay to get the exact time
34344         * ext/mad/gstmad.c: (gst_mad_chain):
34345           use the negotiated rate instead of the current frame's rate which
34346           might be wrong because of bit errors. This avoids emitting totally
34347           bogus timestamps and screwing sync.
34348         (fixes #143454)
34349
34350 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
34351
34352         reviewed by Benjamin Otte  <otte@gnome.org>
34353
34354         * gst/adder/gstadder.c: (gst_adder_loop):
34355           properly error out when no negotiation has happened yet. (fixes
34356           #143032)
34357
34358 2004-06-06  Benjamin Otte  <otte@gnome.org>
34359
34360         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
34361           forward correctly transformed offset in discont events. Based on
34362           patch by Arwed v. Merkatz. (fixes #142851)
34363
34364 2004-06-06  David Schleef  <ds@schleef.org>
34365
34366         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
34367         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
34368         problems on several systems.
34369
34370 2004-06-06  Benjamin Otte  <otte@gnome.org>
34371
34372         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
34373           use explicit caps on the srcpad
34374         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34375           properly error out if caps couldn't be set (fixes #142764)
34376
34377 2004-06-06  Benjamin Otte  <otte@gnome.org>
34378
34379         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
34380         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
34381         (gst_alsa_start_audio):
34382           - don't call set_periods_integer anymore, it breaks the
34383           configuration randomly
34384           - call snd_pcm_hw_params_set_access directly instead of using masks
34385           - don't fail if the sw_params can't be set, just use the default
34386           params and hope it works. Alsalib has weird issues when you touch
34387           sw_params and does no proper error reporting about what failed.
34388         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
34389         (gst_alsa_close_audio):
34390           make our alsa debugging go via gst debugging and not conditionally
34391           defined
34392         * ext/alsa/gstalsa.h:
34393           add ALSA_DEBUG_FLUSH macro
34394         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
34395         (plugin_init):
34396           wrap alsa errors to be printed via the gst debugging system and not
34397           spammed to stderr
34398
34399 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34400
34401         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
34402         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
34403         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
34404         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
34405         (qtdemux_parse_trak):
34406         * gst/qtdemux/qtdemux.h:
34407           Bitch. Also known as seeking, querying & co.
34408         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
34409         (gst_osssink_change_state):
34410         * sys/oss/gstosssink.h:
34411           Resyncing is for weenies, this hack is no longer needed and was
34412           broken anyway (since it - unintendedly - always leaves resync to
34413           TRUE).
34414
34415 2004-06-05  Andrew Turner <zxombie@hotpop.com>
34416
34417         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
34418         * gst/tcp/gsttcpclientsrc.h: idem
34419           - define MSG_NOSIGNAL if not done
34420           - include unistd.h for off_t
34421           (fixes #143749)
34422
34423 2004-06-05  Benjamin Otte  <otte@gnome.org>
34424
34425         * configure.ac:
34426         * ext/kio/Makefile.am:
34427           check for qt's moc preprocessor explicitly and use it
34428
34429 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34430
34431         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
34432           don't get a signal for EPIPE on socket writes
34433           (somebody check if this works on other platforms)
34434
34435 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34436
34437         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
34438         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
34439           check error condition on available samples correctly
34440
34441 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34442
34443         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
34444           avoid a segfault
34445         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
34446         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
34447         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
34448         (gst_tcpserversrc_gdp_read_header):
34449          use ssize_t over size_t since the former is signed and thus the
34450          check for error codes can work
34451
34452 2004-06-02  Wim Taymans  <wim@fluendo.com>
34453
34454         reviewed by: Johan
34455
34456         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34457         (gst_multipart_mux_loop):
34458         Oops
34459
34460 2004-06-02  Wim Taymans  <wim@fluendo.com>
34461
34462         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34463         (gst_multipart_mux_init), (gst_multipart_mux_loop),
34464         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34465         (gst_multipart_mux_change_state):
34466         Added configurable boundary specifier, added the value as a
34467         caps field as well.
34468
34469 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34470
34471         * gst/tcp/gsttcp.c:
34472         * gst/tcp/gsttcpclientsrc.c:
34473         * gst/tcp/gsttcpclientsrc.h:
34474         * gst/tcp/gsttcpserversrc.c:
34475           - portability fix, to compile on OSX
34476             (fixes #143146)
34477
34478         * sys/osxaudio/gstosxaudioelement.c:
34479         * sys/osxaudio/gstosxaudiosink.c:
34480         * sys/osxaudio/gstosxaudiosrc.c:
34481           - compilation warnings on OSX
34482             (fixes #143153)
34483
34484 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34485
34486         * ext/vorbis/vorbisdec.c : sign warning fixes
34487
34488         * gst-libs/gst/mixer/mixertrack.c :
34489           do no use defines which are glib 2.4 specific
34490
34491 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
34492
34493         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
34494           buffer since libflac doesn't expect it (reports a sync error when
34495           it encounters that)
34496
34497
34498 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
34499
34500         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
34501         * gst-libs/gst/mixer/mixertrack.c:
34502         (gst_mixer_track_get_property), (get_mixer_track_init),
34503         (get_mixer_track_get_property): Added property accessors
34504         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
34505         * gst-libs/gst/mixer/mixeroptions.c:
34506         (gst_mixer_options_get_values): Added
34507         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
34508         * gst-libs/gst/mixer/mixer.c: Fixed comment
34509
34510
34511 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34512
34513         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
34514           improve error messages on open
34515
34516
34517 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34518
34519         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
34520           check if v4l-conf is in path
34521
34522 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34523
34524         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
34525           change assert to a more readable error message
34526
34527 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
34528
34529         * gst-libs/gst/tuner/tunerchannel.h:
34530           - add a freq_multiplicator field to make the conversion
34531             between internal frequency unit and Hz
34532         * sys/v4l/gstv4lelement.c:
34533         * sys/v4l2/gstv4l2element.c:
34534           - change default video device to /dev/video0
34535         * sys/v4l/v4l_calls.c:
34536         * sys/v4l2/v4l2_calls.c:
34537           - we only expose frequency to the user in Hz instead of
34538             bastard v4lX unit (either 62.5kHz or 62.5Hz)
34539
34540 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
34541         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34542           Initialise b_o_s and e_o_s variables
34543         * gst-libs/gst/riff/riff-media.c:
34544         (gst_riff_create_video_caps_with_data):
34545           Add some unusual fourcc's from mplayer avi's
34546         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
34547           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
34548           autoplugging.
34549
34550 2004-05-28  Wim Taymans  <wim@fluendo.com>
34551
34552         * configure.ac:
34553         * gst/alpha/Makefile.am:
34554         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
34555         (gst_alpha_get_type), (gst_alpha_base_init),
34556         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
34557         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
34558         (gst_alpha_chroma_key), (gst_alpha_chain),
34559         (gst_alpha_change_state), (plugin_init):
34560         A plugin to add an alpha channel to I420 video. Can optionally do
34561         chroma keying.
34562         * gst/multipart/Makefile.am:
34563         * gst/multipart/multipart.c: (plugin_init):
34564         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
34565         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
34566         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
34567         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
34568         (gst_multipart_demux_change_state),
34569         (gst_multipart_demux_plugin_init):
34570         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
34571         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
34572         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
34573         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
34574         (gst_multipart_mux_pad_unlink),
34575         (gst_multipart_mux_request_new_pad),
34576         (gst_multipart_mux_handle_src_event),
34577         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
34578         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
34579         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34580         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
34581         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
34582         send multipart jpeg images to a browser.
34583         * gst/videobox/Makefile.am:
34584         * gst/videobox/README:
34585         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
34586         (gst_video_box_get_type), (gst_video_box_base_init),
34587         (gst_video_box_class_init), (gst_video_box_init),
34588         (gst_video_box_set_property), (gst_video_box_get_property),
34589         (gst_video_box_sink_link), (gst_video_box_i420),
34590         (gst_video_box_ayuv), (gst_video_box_chain),
34591         (gst_video_box_change_state), (plugin_init):
34592         Crops or adds borders around an image. can do alpha channel
34593         borders as well.
34594         * gst/videomixer/Makefile.am:
34595         * gst/videomixer/README:
34596         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
34597         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
34598         (gst_videomixer_pad_get_sink_event_masks),
34599         (gst_videomixer_pad_get_property),
34600         (gst_videomixer_pad_set_property),
34601         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
34602         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
34603         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
34604         (gst_videomixer_base_init), (gst_videomixer_class_init),
34605         (gst_videomixer_init), (gst_videomixer_request_new_pad),
34606         (gst_videomixer_handle_src_event),
34607         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
34608         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
34609         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
34610         (gst_videomixer_loop), (gst_videomixer_get_property),
34611         (gst_videomixer_set_property), (gst_videomixer_change_state),
34612         (plugin_init):
34613         Generic video mixer plugin, can handle multiple inputs all with
34614         different framerates and video sizes. Is fully alpha channel
34615         aware.
34616
34617 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34618
34619         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
34620           Select first track as master track. Not sure how else to handle
34621           that...
34622         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
34623           Discard discont events. Should fix #142962.
34624
34625 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34626
34627         * ext/alsa/Makefile.am:
34628         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
34629         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
34630         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
34631         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
34632         (gst_alsa_mixer_get_option):
34633         * ext/alsa/gstalsamixer.h:
34634         * ext/alsa/gstalsamixeroptions.c:
34635         (gst_alsa_mixer_options_get_type),
34636         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
34637         (gst_alsa_mixer_options_new):
34638         * ext/alsa/gstalsamixeroptions.h:
34639         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
34640         * ext/alsa/gstalsamixertrack.h:
34641           Add enumerations (as GstMixerOptions). Make correct distinction
34642           between input/output tracks. Add capture/playback private flag.
34643           Use flag to decide on whether to set capture or playback volumes
34644           or switches. Use playback and record switches.
34645         * gst-libs/gst/mixer/Makefile.am:
34646         * gst-libs/gst/mixer/mixer-marshal.list:
34647         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
34648         (gst_mixer_set_option), (gst_mixer_get_option),
34649         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
34650         (gst_mixer_volume_changed), (gst_mixer_option_changed):
34651         * gst-libs/gst/mixer/mixer.h:
34652         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
34653         (gst_mixer_options_class_init), (gst_mixer_options_init),
34654         (gst_mixer_options_dispose):
34655         * gst-libs/gst/mixer/mixeroptions.h:
34656           Add GstMixerOptions.
34657         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
34658           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
34659           broken device detection on computers with multiple OSS sound
34660           cards.
34661
34662 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34663
34664         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
34665           fixate nicely even when the peer is not negotiating
34666
34667 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34668
34669         * gst/audioconvert/gstaudioconvert.c:
34670         (gst_audio_convert_parse_caps):
34671           make sure we don't allow depth > width
34672         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
34673           fixate endianness to G_BYTE_ORDER as default
34674         * gst/audioscale/gstaudioscale.c:
34675           we don't handle another endianness as host-endianness
34676
34677 2004-05-25  David Schleef  <ds@schleef.org>
34678
34679         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
34680
34681 2004-05-24  Benjamin Otte  <otte@gnome.org>
34682
34683         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
34684         (gst_oggvorbisenc_setup):
34685           properly fail when we can't setup the vorbis encoder due to
34686           unsupported settings
34687         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
34688         (gst_vorbisenc_setup):
34689           same
34690         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
34691           fix case where warnings occured when one pad was unlinked while the
34692           other's link function was called
34693
34694 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
34695
34696         * gst/tcp/Makefile.am:
34697           use GST_ENABLE_NEW
34698
34699 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34700
34701         * gst-libs/gst/resample/private.h:
34702           don't use optimizations that are #if 0'ed
34703
34704 2004-05-24  Wim Taymans  <wim@fluendo.com>
34705
34706         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
34707         Fix potential division by zero error and hopefully get
34708         the position query right to get correct timestamps on avi
34709         audio.
34710
34711 2004-05-24  Wim Taymans  <wim@fluendo.com>
34712
34713         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
34714         (gst_videoscale_scale_nearest_str2),
34715         (gst_videoscale_scale_nearest_str4),
34716         (gst_videoscale_scale_nearest_32bit),
34717         (gst_videoscale_scale_nearest_24bit),
34718         (gst_videoscale_scale_nearest_16bit):
34719         Fix the scaling algorithm and avoid a buffer overflow.
34720         removed the while loop in the scaling function as it
34721         was used for point sampling only.
34722
34723 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34724
34725         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
34726         (gst_id3_tag_class_init), (gst_id3_tag_init),
34727         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
34728         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
34729         (gst_id3_tag_send_tag_event):
34730           lots of fixes to make id3mux work and id3demux work correctly
34731
34732 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34733
34734         * ext/Makefile.am:
34735           add rules to build shout2send (was removed by accident
34736           when this module was no more marked experimental/broken)
34737
34738 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34739
34740         * ext/shout2/gstshout2.c:
34741         * ext/shout2/gstshout2.h:
34742           adding a "connection problem" signal to shout2send
34743           (fixes #142954)
34744
34745 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
34746
34747         * ext/kio/kioreceiver.cpp:
34748         * ext/kio/kioreceiver.h:
34749           fix sign comparison issues
34750
34751 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34752
34753         * gst/cdxaparse/gstcdxaparse.c:
34754         * gst/cdxaparse/gstcdxaparse.h:
34755           some renaming
34756           add some checks/sanity
34757           prepare for seek addition
34758
34759         * sys/sunaudio/gstsunaudio.c:
34760           remove exported dupe init function
34761
34762 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
34763
34764         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
34765         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
34766           Fix format conversion and position querying.
34767         * gst/debug/progressreport.c: (gst_progressreport_report):
34768           Don't output a bogus total value that we didn't query.
34769         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
34770           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
34771           only a blank window after xine has been used.
34772
34773 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34774
34775         * m4/as-arts.m4:
34776           sync with upstream version to fix test on FC2
34777           readd with -ko to preserve Id header
34778
34779 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34780
34781         * configure.ac:
34782           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
34783         * gst/tcp/gsttcpclientsrc.c: idem
34784         * gst/tcp/gsttcpserversink.c: idem
34785         * gst/tcp/gsttcpserversrc.c: idem
34786         * m4/gst-fionread.m4: idem
34787
34788         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
34789
34790         * configure.ac: enable speex plugin for speex 1.1.5+
34791         * ext/speex/gstspeexenc.c: fix cast warning
34792
34793         * ext/esd/README: fix typo
34794
34795 2004-05-20  David Schleef  <ds@schleef.org>
34796
34797         * configure.ac: Minor cosmetic change to convince the buildbot to
34798         reautogen.
34799         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
34800         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
34801         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
34802         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
34803         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
34804         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
34805         More hacking.  Plays audio now.
34806
34807 2004-05-20  David Schleef  <ds@schleef.org>
34808
34809         * configure.ac:
34810         * sys/Makefile.am:
34811
34812 2004-05-20  David Schleef  <ds@schleef.org>
34813
34814         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
34815         * sys/osxaudio/gstosxaudio.c:
34816         * sys/osxaudio/gstosxaudioelement.c:
34817         * sys/osxaudio/gstosxaudioelement.h:
34818         * sys/osxaudio/gstosxaudiosink.c:
34819         * sys/osxaudio/gstosxaudiosink.h:
34820         * sys/osxaudio/gstosxaudiosrc.c:
34821         * sys/osxaudio/gstosxaudiosrc.h:
34822
34823 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34824
34825         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
34826         (gst_vorbisenc_chain):
34827           put the codec headers on the caps as streamheader as well as
34828           pushing them out
34829
34830 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34831
34832         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
34833         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
34834         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
34835         split up push_packet into two functions
34836
34837 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34838
34839         * gst/tcp/.cvsignore:
34840           ignore enums
34841         * gst/tcp/Makefile.am:
34842         * gst/tcp/README:
34843         * gst/tcp/gsttcp.c:
34844         * gst/tcp/gsttcp.h:
34845         * gst/tcp/gsttcpclientsink.c:
34846         * gst/tcp/gsttcpclientsink.h:
34847         * gst/tcp/gsttcpclientsrc.c:
34848         * gst/tcp/gsttcpclientsrc.h:
34849         * gst/tcp/gsttcpplugin.c:
34850         * gst/tcp/gsttcpserversink.c:
34851         * gst/tcp/gsttcpserversink.h:
34852         * gst/tcp/gsttcpserversrc.c:
34853         * gst/tcp/gsttcpserversrc.h:
34854           add new tcp elements
34855
34856 2004-05-19  Wim Taymans  <wim@fluendo.com>
34857
34858         * gst/law/mulaw-conversion.c: (mulaw_encode):
34859         Fix overflow bug in ulaw encoding.
34860
34861 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34862
34863         * ext/mad/gstmad.c: (gst_mad_handle_event):
34864           don't unref the event twice
34865
34866 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34867
34868         * configure.ac:
34869           remove -Wno-sign-compare
34870
34871 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34872
34873         * configure.ac:
34874           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
34875           if you want to work against glib 2.2 and 2.4
34876
34877 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
34878
34879         * gst/tcp/Makefile.am:
34880         * gst/tcp/gsttcp.c:
34881         * gst/tcp/gsttcp.h:
34882         * gst/tcp/gsttcpsink.h:
34883         * gst/tcp/gsttcpsrc.h:
34884           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
34885
34886 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34887
34888         * gst/debug/tests.c: (md5_get_value):
34889           fix segfault on gst-inspect
34890
34891 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34892
34893         * gst/debug/testplugin.c:
34894         * gst/debug/tests.c:
34895         * gst/debug/tests.h:
34896           add new extensible and configurable testing element. Current tests
34897           include buffer count, stream length, timestamp/duration matching and
34898           md5.
34899         * gst/debug/Makefile.am:
34900         * gst/debug/gstdebug.c: (plugin_init):
34901           add infrastructure for new element
34902
34903 2004-05-19  Johan Dahlin  <johan@gnome.org>
34904
34905         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
34906         ending of the array. Fixes gst-inspect segfault on ppc.
34907
34908 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34909
34910         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
34911
34912         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
34913
34914 2004-05-18  David Schleef  <ds@schleef.org>
34915
34916         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
34917         warnings (bugs, actually) noticed by gcc but not forte.
34918
34919 2004-05-18  David Schleef  <ds@schleef.org>
34920
34921         * sys/sunaudio/Makefile.am:
34922         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
34923
34924 2004-05-18  David Schleef  <ds@schleef.org>
34925
34926         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
34927         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
34928         to allow qtdemux to use non-seekable streams. (bug #142272)
34929
34930 2004-05-18  David Schleef  <ds@schleef.org>
34931
34932         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
34933         (gst_resample_sinc_ft_float): Remove use of static temporary
34934         buffer.  This code was obviously not supposed to last long, but
34935         it's stuck in our ABI, so it required a little hack to make it
34936         ABI-compatible.  Fixes #142585.
34937         * gst-libs/gst/resample/resample.h: same.
34938
34939 2004-05-18  David Schleef  <ds@schleef.org>
34940
34941         * configure.ac: Add sunaudio
34942         * examples/Makefile.am: make gstplay depend on gconf
34943         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
34944         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
34945         (convert_table_lookup), (img_convert): remove c99-isms
34946         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
34947           unsigned, to fix a warning on Solaris
34948         * gst/mpeg1sys/systems.c: bcopy->memcpy
34949         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
34950         * sys/Makefile.am: Add sunaudio
34951
34952 2004-05-18  Wim Taymans  <wim@fluendo.com>
34953
34954         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
34955         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
34956         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
34957         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
34958         (gst_ogg_mux_loop):
34959         Fix an ugly memleak where the muxer didn't flush enough ogg
34960         pages. This also resulted in badly muxed ogg files.
34961
34962 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34963
34964         * gst/asfdemux/asfheaders.c :
34965         * gst/asfdemux/asfheaders.h :
34966         * gst/asfdemux/gstasfdemux.c :
34967           - fix ASF_OBJ_PADDING guid
34968           - add 3 new object guids (language list, metadata,
34969             extended stream properties)
34970           - add a function to parse extended header objects
34971
34972 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34973
34974         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
34975           remove leftover debugging g_print
34976
34977 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34978
34979         * ext/mad/gstmad.c: (gst_mad_handle_event):
34980           Fix for when the first format in a discont event is not a
34981           byte-based one. Should fix #137710.
34982
34983 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34984
34985         * m4/a52.m4 : fix compilation with -Wall -Werror
34986         * m4/libfame.m4 : idem
34987         * m4/libmikmod.m4 : idem
34988
34989 2004-05-17  Benjamin Otte  <otte@gnome.org>
34990
34991         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
34992           signal the new tags before giving up the reference
34993
34994 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34995
34996         * ext/shout2/gstshout2.c:
34997           use application/ogg instead of application/x-ogg (patch by Patrick
34998           Guimond, fixes #142432)
34999         * sys/oss/gstosselement.c: (gst_osselement_reset),
35000         (gst_osselement_sync_parms):
35001           don't set fragment size unless specified (fixes #142493)
35002
35003 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35004
35005         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
35006           fixes #142664
35007
35008 2004-05-17  Benjamin Otte  <otte@gnome.org>
35009
35010         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
35011           compute offsets correctly for internal buffers so timestamps are set
35012           correctly when we can't seek. Also handle cases where there are no
35013           offsets. (based on a patch by David Moore, fixes #142507)
35014
35015 2004-05-17  Benjamin Otte  <otte@gnome.org>
35016
35017         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35018           use correct variable when determining amount of data to skip so we
35019           don't skip into the void and segfault
35020
35021 2004-05-16  Benjamin Otte  <otte@gnome.org>
35022
35023         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
35024           Hi, I'm a memleak
35025
35026 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35027
35028         * gst/asfdemux/gstasfdemux.c:
35029           - fix a mem leak and always propagate tags
35030           - add WMV3 to known video codecs (but no decoder yet)
35031           - replace "surplus data" at end of audio header for what
35032             it is : codec specific data
35033           - fix a typo
35034
35035 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
35036
35037         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
35038
35039         * gst-libs/gst/audio/audioclock.c:
35040           Fix wrong return type (#142205).
35041
35042 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35043
35044         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
35045           Ignore CRCs by default (fixes #142566).
35046
35047 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35048
35049         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
35050         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
35051         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
35052         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
35053         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
35054         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
35055           Fix for cases where we fail to attach to a mixer.
35056
35057 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35058
35059         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
35060           Don't touch events after not owning them anymore.
35061         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
35062         (gst_wavparse_fmt), (gst_wavparse_other),
35063         (gst_wavparse_handle_seek), (gst_wavparse_loop),
35064         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
35065         (gst_wavparse_srcpad_event):
35066         * gst/wavparse/gstwavparse.h:
35067           Add seeking, fix querying.
35068
35069 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35070
35071         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35072           - process comments even if they don't end with \0\0
35073             g_convert would ignore them if present and works well without them
35074
35075 2004-05-16  Benjamin Otte  <otte@gnome.org>
35076
35077         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
35078           simplify caps
35079
35080 2004-05-16  Benjamin Otte  <otte@gnome.org>
35081
35082         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35083           don't write to memory we might not write to - g_convert does that
35084           for us anyway (fixes #142613)
35085         (gst_asf_demux_audio_caps):
35086           comment out gst_util_dump_mem
35087
35088 2004-05-16  Benjamin Otte  <otte@gnome.org>
35089
35090         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35091           compute correct expected timestamps after seek (broken since
35092           last commit)
35093         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
35094           rename element and debugging category to gdkpixbufscale
35095
35096 2004-05-16  Benjamin Otte  <otte@gnome.org>
35097
35098         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35099           add error checking to snd_pcm_delay and remove duplicate call to
35100           snd_pcm_delay that caused issues (see inline code comments)
35101         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
35102           make more readable and fix return value when snd_pcm_delay fails
35103         (fixes #142586)
35104
35105 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
35106         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
35107         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
35108         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
35109         (gst_pixbufscale_link), (gst_pixbufscale_init),
35110         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
35111         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
35112         (gst_pixbufscale_get_property), (pixbufscale_init):
35113         * ext/gdk_pixbuf/pixbufscale.h:
35114         Add these files I forgot earlier
35115
35116 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
35117         * ext/gdk_pixbuf/Makefile.am:
35118         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
35119         * ext/gdk_pixbuf/gstgdkpixbuf.h:
35120         Add new pixbufscale element to scale RGB video
35121         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
35122         and HYPER interpolation correctly.
35123         * ext/theora/theoraenc.c: (theora_enc_chain),
35124         Discard buffer and return if explicit caps could not be set
35125         (theora_enc_get_property):
35126         Make _get return kbps for the bitrate consistent with
35127         the _set function.
35128
35129
35130 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35131
35132         * ext/libvisual/visual.c: (gst_visual_chain):
35133           add missing visual_audio_analyze
35134
35135 2004-05-14  David Schleef  <ds@schleef.org>
35136
35137         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
35138         is killed while we're playing.
35139         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
35140         gst_element_no_more_pads().
35141
35142 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35143
35144         * gst-libs/gst/riff/riff-read.c :
35145           - fix INFO tag extraction in RIFF/AVI files
35146             because gst_event_unref (event) also freed taglist
35147           - avoid a mem leak
35148
35149 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35150
35151         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
35152         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
35153
35154         * gst/auparse/gstauparse.c :
35155           - add code (commented for now) to support audio/x-adpcm on src pad
35156             (we have no decoder for those layout yet)
35157
35158         * gst/cdxaparse/gstcdxaparse.c :
35159         * gst/cdxaparse/gstcdxaparse.h :
35160           - partial rewrite using RiffRead (ripped iain's wavparse code)
35161
35162         * gst/rtp/gstrtpL16enc.c : typo
35163         * gst/rtp/gstrtpgsmenc.c : typo
35164
35165 2004-05-13  Benjamin Otte  <otte@gnome.org>
35166
35167         * configure.ac:
35168           check for exact version of libvisual, it's not supposed to be
35169           API/ABI stable yet
35170
35171 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35172
35173         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
35174           signal no-more-pads
35175
35176 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
35177
35178         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
35179         Report which format was used for GST_FORMAT_DEFAULT
35180         * gst/debug/Makefile.am:
35181         * gst/debug/gstdebug.c: (plugin_init):
35182         * gst/debug/progressreport.c: (gst_progressreport_base_init),
35183         (gst_progressreport_class_init), (gst_progressreport_init),
35184         (gst_progressreport_report), (gst_progressreport_set_property),
35185         (gst_progressreport_get_property), (gst_progressreport_chain),
35186         (gst_progressreport_plugin_init):
35187         Add progressreport element for testing.
35188
35189 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
35190
35191         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
35192         * sys/v4l/gstv4lsrc.h:
35193         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
35194         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
35195         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
35196         (gst_v4lsrc_grab_frame):
35197           add more debugging
35198           send a discont at start
35199
35200 2004-05-12  Colin Walters  <walters@redhat.com>
35201
35202         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
35203         inflooping if we can't find a chunk.  Or in other words, don't blow
35204         chunks if we don't have a chunk to blow.
35205
35206 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
35207         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
35208         Remove old debug output
35209         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
35210         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
35211         (gst_dvdec_set_property), (gst_dvdec_get_property):
35212         Change the quality setting to an enum, so it works from gst-launch
35213         Don't renegotiate a non-linked pad. Allows audio only decoding.
35214         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
35215         (gst_deinterlace_link), (gst_deinterlace_init):
35216         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
35217         (gst_videodrop_link):
35218         Some caps negotiation fixes
35219
35220 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35221
35222         * ext/tarkin/gsttarkin.c :
35223           - Change RANK from NONE to PRIMARY
35224         * ext/gdk_pixbuf/gstgdkpixbuf.c :
35225           - Change RANK from NONE to MARGINAL
35226         * ext/divx/gstdivxenc.c :
35227           - Change RANK from PRIMARY to NONE (encoder/spider issue)
35228
35229 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
35230
35231         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
35232         (gst_vorbisenc_push_packet):
35233           copy a function that was added between 1.0 and 1.0.1 until we
35234           depend on worthwhile features of post-1.0
35235
35236 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35237
35238         * configure.ac:
35239           enable shout2 by default
35240         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
35241         (gst_shout2send_base_init), (gst_shout2send_init),
35242         (gst_shout2send_connect), (gst_shout2send_change_state):
35243         * ext/shout2/gstshout2.h:
35244           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
35245           #142262)
35246         * ext/theora/theora.c: (plugin_init):
35247           don't set rank on encoders
35248
35249 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
35250
35251         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
35252           Use codec_data property instead of flag1 and flag2 for wma
35253
35254 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35255
35256         * gst/cdxaparse/gstcdxaparse.c :
35257           - Add mpegversion to CAPS to make it link
35258           - Rank is as GST_RANK_SECONDARY instead of NONE
35259         * gst/auparse/gstauparse.c :
35260           - Document all audio encoding we can encounter from Solaris 9
35261             headers and libsndfile information.
35262           - Increase max. rate from 48000 to 192000 (to match other elements)
35263           - Don't try to play junk data between header and samples
35264
35265 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35266
35267         * ext/libvisual/visual.c: (gst_visual_getcaps):
35268           use the right caps depending on endianness (I hope)
35269         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
35270           use GST_RANK_NONE for all non-decoding elements or spider gets
35271           mighty confused
35272
35273 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35274
35275         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35276           Fix some odd cases and fix BE metadata parsing of unicode16 text.
35277
35278 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35279
35280         * gst/switch/gstswitch.c: (gst_switch_release_pad),
35281         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
35282         (gst_switch_loop), (gst_switch_get_type):
35283           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
35284           HEADERS. Had to be said.
35285
35286 2004-05-10  David Schleef  <ds@schleef.org>
35287
35288         * configure.ac: Add prototype Dirac support.
35289         * ext/Makefile.am:
35290         * ext/dirac/Makefile.am:
35291         * ext/dirac/gstdirac.cc:
35292         * ext/dirac/gstdiracdec.cc:
35293
35294 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35295
35296         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
35297         (gst_auparse_init), (gst_auparse_chain),
35298         (gst_auparse_change_state):
35299           Hack around spider. Remove me some day please.
35300
35301 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35302
35303         * gst/auparse/gstauparse.c: (gst_auparse_chain):
35304           Fix for some uninitialized variables in previous patch, also
35305           makes it work. Fixes #142286 while we're at it.
35306
35307 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35308
35309         * gst/auparse/gstauparse.c:
35310                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
35311                 only unsupported formats are ADPCM/CCITT G.72x
35312                 reviewed by Ronald
35313         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
35314
35315 2004-05-10  Wim Taymans  <wim@fluendo.com>
35316
35317         * ext/vorbis/Makefile.am:
35318         * ext/vorbis/README:
35319         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
35320         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
35321         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
35322         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
35323         (gst_oggvorbisenc_convert_sink),
35324         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
35325         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
35326         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
35327         (get_constraints_string), (update_start_message),
35328         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
35329         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
35330         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
35331         * ext/vorbis/oggvorbisenc.h:
35332         * ext/vorbis/vorbis.c: (plugin_init):
35333         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
35334         (raw_caps_factory), (gst_vorbisenc_class_init),
35335         (gst_vorbisenc_init), (gst_vorbisenc_setup),
35336         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
35337         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
35338         * ext/vorbis/vorbisenc.h:
35339         Added a raw vorbis encoder to be used with the oggmuxer.
35340         We still need the old encoder for some gnome applications,
35341         read the README to find out how that works.
35342         The raw encoder is called "rawvorbisenc" until 0.9.
35343
35344 2004-05-10  Wim Taymans  <wim@fluendo.com>
35345
35346         * ext/ogg/gstogg.c: (plugin_init):
35347         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
35348         (gst_ogg_print):
35349         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
35350         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
35351         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
35352         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
35353         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
35354         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
35355         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
35356         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
35357         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
35358         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
35359         Added an ogg muxer.
35360         Small typo fixes in the demuxer.
35361
35362 2004-05-10  Wim Taymans  <wim@fluendo.com>
35363
35364         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35365         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
35366         (theora_enc_change_state), (theora_enc_set_property),
35367         (theora_enc_get_property):
35368         Mark the last packet with an EOS flag which is not really needed
35369         in gstreamer.
35370         Do some better video framerate initialisation.
35371         Update the buffer timestamp.
35372
35373 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
35374
35375         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
35376         Return the result of the parent state change call
35377
35378 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35379
35380         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
35381         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
35382         * gst/law/alaw-encode.c : (idem)
35383         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
35384         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
35385         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
35386
35387 2004-05-09  Benjamin Otte  <otte@gnome.org>
35388
35389         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
35390           don't use a fixed buffer size when writing variable length data to
35391           it. Fixes memory corruption and makes alsasrc work
35392
35393 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35394
35395         * ext/gnomevfs/gstgnomevfssink.c:
35396         (_gst_boolean_allow_overwrite_accumulator),
35397         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
35398           Run glib's default signal handler (??) in RUN_CLEANUP rather than
35399           RUN_LAST, and don't use that to set the accumulator value because
35400           then it's always FALSE.
35401
35402 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35403
35404         * gst-libs/gst/riff/riff-media.c:
35405         (gst_riff_create_video_caps_with_data),
35406         (gst_riff_create_audio_caps),
35407         (gst_riff_create_audio_template_caps):
35408         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
35409           Fix for unaligned RIFF files (i.e. where all the chunks together
35410           in a LIST chunk are not of the same size as the size given in
35411           the LIST chunk header). Fixes several odd WAVE files. Also fix
35412           ADPCM (block_align property) in audio, so that wavparse based
35413           on this works now as it used to stand-alone.
35414
35415 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
35416
35417         reviewed by Benjamin Otte  <otte@gnome.org>
35418
35419         * ext/a52dec/gsta52dec.c:
35420         * ext/divx/gstdivxdec.c:
35421         * ext/divx/gstdivxenc.c:
35422         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
35423         * ext/faac/gstfaac.c: (gst_faac_base_init):
35424         * ext/faad/gstfaad.c: (gst_faad_base_init):
35425         * ext/ivorbis/vorbisfile.c:
35426         * ext/lame/gstlame.c:
35427         * ext/libfame/gstlibfame.c:
35428         * ext/mpeg2enc/gstmpeg2enc.cc:
35429         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
35430         * ext/sidplay/gstsiddec.cc:
35431         * ext/speex/gstspeexdec.c:
35432         * ext/speex/gstspeexenc.c:
35433         * ext/xvid/gstxviddec.c:
35434         * ext/xvid/gstxvidenc.c:
35435           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
35436           (fixes #142193)
35437
35438 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35439
35440         * ext/alsa/gstalsa.c: (device_list),
35441         (gst_alsa_class_probe_devices):
35442         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
35443           Fix alsa oddness in mixer after the combination of using mixer
35444           in source/sink elements and using hw:x,y instead of just hw:x.
35445
35446 2004-05-09  Benjamin Otte  <otte@gnome.org>
35447
35448         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
35449         (gst_wavparse_create_sourcepad):
35450           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
35451           sourcepads
35452
35453 2004-05-09  Benjamin Otte  <otte@gnome.org>
35454
35455         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
35456           allow discont events before caps nego
35457
35458 2004-05-08  Benjamin Otte  <otte@gnome.org>
35459
35460         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
35461           don't leak events
35462
35463 2004-05-08  Benjamin Otte  <otte@gnome.org>
35464
35465         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
35466         (gst_level_change_state), (gst_level_init):
35467         * gst/level/gstlevel.h:
35468           figure out if we're initialized directly instead of keeping a
35469           variable that's wrong in 90% of cases
35470           don't initialize pads and then leak them and use a new unitialized
35471           pad. (fixes #142084)
35472           these were bugs so n00bish I didn't find them for an hour :/
35473
35474 2004-05-08 Iain <iain@prettypeople.org>
35475
35476         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
35477         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
35478         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
35479         return the length that was read.
35480         (gst_riff_read_strf_auds): Allow fmt tags as well.
35481
35482 2004-05-07  David Schleef  <ds@schleef.org>
35483
35484         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
35485         signed char assumption in faad.h.
35486
35487 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35488
35489         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
35490           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
35491
35492 2004-05-07  Colin Walters  <walters@redhat.com>
35493
35494         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
35495         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
35496         function.
35497         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
35498         Add dispose function.
35499
35500 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
35501         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
35502           Fix caps nego and pad templates. RGB mode caps should
35503           work now.
35504         * ext/dvdnav/gst-dvd:
35505           Move mpeg2dec inside the thread because otherwise the
35506           queue rejects cap changes mid-stream
35507         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
35508         (gst_mpeg2dec_flush_decoder):
35509           For mpeg2dec > 0.4.0, call the flush function instead of
35510           manually extracting all in-flight frames.
35511         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
35512         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
35513           Change mime type video/dv go video/x-dv to match the
35514           rest of gst-plugins
35515
35516 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35517
35518         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
35519         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
35520         (gst_alsa_sink_class_init):
35521         * ext/alsa/gstalsasink.h:
35522         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
35523         (gst_alsa_src_class_init):
35524         * ext/alsa/gstalsasrc.h:
35525           Make alsasink/src a subclass of alsamixer so that mixer stuff
35526           shows up in gst-rec. Needs some finetuning.
35527
35528 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35529
35530         * ext/lame/gstlame.c: (gst_lame_chain):
35531           simplify
35532         * ext/mad/gstmad.c: (gst_mad_handle_event):
35533           fix event leak
35534         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
35535           be able to detect mp3 files < 4096 bytes
35536
35537 2004-05-06  Wim Taymans  <wim@fluendo.com>
35538
35539         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35540         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
35541         (theora_enc_set_property), (theora_enc_get_property):
35542         Also encode the first frame, cleanup some code.
35543
35544 2004-05-06  Wim Taymans  <wim@fluendo.com>
35545
35546         * ext/mpeg2enc/gstmpeg2enc.cc:
35547         Forward events first before deciding that negotiation was
35548         not performed.
35549
35550 2004-05-06  Wim Taymans  <wim@fluendo.com>
35551
35552         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
35553         First process the events before deciding that negotiation
35554         was not performed.
35555
35556 2004-05-06  Wim Taymans  <wim@fluendo.com>
35557
35558         * ext/theora/Makefile.am:
35559         * ext/theora/theora.c: (plugin_init):
35560         * ext/theora/theoradec.c: (theora_dec_change_state):
35561         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
35562         (gst_theora_enc_class_init), (gst_theora_enc_init),
35563         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
35564         (theora_enc_chain), (theora_enc_change_state),
35565         (theora_enc_set_property), (theora_enc_get_property):
35566         Added a theora encoder, grouped the encoder and decoder into the
35567         same plugin.
35568
35569 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
35570
35571         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35572         (gst_jpegenc_chain):
35573         fix DURATION on outgoing buffers
35574         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
35575         debug using time formats
35576         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
35577         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
35578         (gst_xvimagesink_sink_link):
35579         windows with width/height 0 generate X errors, so don't allow them
35580
35581 2004-05-05  Wim Taymans  <wim@fluendo.com>
35582
35583         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
35584         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
35585         (gst_mpeg2dec_negotiate_format):
35586         * ext/mpeg2dec/gstmpeg2dec.h:
35587           removed the static pad template so that we can add the
35588           more accurate framerate value to the caps.
35589
35590
35591 2004-05-04  Benjamin Otte  <otte@gnome.org>
35592
35593         * configure.ac:
35594           check for kdemacros.h, too (should fix #141821)
35595         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
35596           don't crash if no header was sent, but nicely error out (fixes part
35597           of #141554)
35598
35599 2004-05-04  Wim Taymans  <wim@fluendo.com>
35600
35601         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
35602         parent dispose function to avoid segfault on destroy.
35603
35604 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
35605
35606         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
35607         (plugin_init):
35608         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
35609         (gst_xvimagesink_sink_link):
35610         clean up debugging caps
35611         also recreate xvimage when format has changed
35612
35613 2004-05-04  Benjamin Otte  <otte@gnome.org>
35614
35615         * ext/libvisual/Makefile.am:
35616         * ext/libvisual/visual.c: (gst_visual_class_init),
35617         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
35618         (gst_visual_srclink), (gst_visual_chain),
35619         (gst_visual_change_state), (plugin_init):
35620           use a GstAdapter to correctly adapt buffer sizes - allows using a
35621           framerate
35622
35623 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35624
35625         * sys/v4l/gstv4lelement.h:
35626         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
35627         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
35628         (gst_v4lsrc_buffer_free):
35629         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
35630         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
35631         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
35632         (gst_v4lsrc_requeue_frame):
35633         move some debugging categories around
35634         query for fps index and set accordingly if found
35635
35636 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35637
35638         * ext/lame/gstlame.c:
35639         correct defaults that lame_init puts out of range
35640
35641 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35642
35643         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
35644         (gst_divxenc_class_init):
35645         fix range since -1 is the default
35646         * gst/mpeg1sys/gstmpeg1systemencode.c:
35647         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
35648         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
35649         (gst_rtjpegdec_chain):
35650         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
35651         (gst_rtjpegenc_chain):
35652         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
35653         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
35654         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
35655         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
35656         * sys/v4l/gstv4lsrc.c:
35657         * sys/v4l/v4l_calls.c: (gst_v4l_open):
35658         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
35659         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
35660         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
35661         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
35662           remove gst_info calls
35663
35664 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35665
35666         * Makefile.am:
35667         * po/af.po:
35668         * po/az.po:
35669         * po/en_GB.po:
35670         * po/nl.po:
35671         * po/sr.po:
35672         * po/sv.po:
35673           Updated translations
35674
35675 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35676
35677         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
35678           refactor/comment code
35679
35680 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35681
35682         * gst/asfdemux/Makefile.am:
35683         * gst/asfdemux/asfheaders.c:
35684         * gst/asfdemux/asfheaders.h:
35685         * gst/asfdemux/gstasf.c: (plugin_init):
35686         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
35687         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
35688         (gst_asf_demux_setup_pad):
35689         * gst/asfdemux/gstasfdemux.h:
35690         * gst/asfdemux/gstasfmux.c:
35691         * gst/asfdemux/gstasfmux.h:
35692           Add tagging support to demuxer, split out registration in its own
35693           file instead of in demux (hacky), and prevent having some tables
35694           in our memory multiple times (in asfheaders.h).
35695
35696 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35697
35698         * gst/matroska/matroska-demux.c:
35699         (gst_matroska_demux_parse_metadata):
35700         * gst/matroska/matroska-ids.h:
35701           Basic tag reading support.
35702
35703 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35704
35705         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
35706           Really detect ac-3 audio.
35707         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
35708           really detect matroska files (off-by-1).
35709
35710 2004-04-30  David Schleef  <ds@schleef.org>
35711
35712         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
35713         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
35714         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
35715         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
35716         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
35717         hackage -- parse a lot more atoms, extract a few tags.  One might even
35718         mistake this for tag support.  Maybe it is.
35719         * gst/qtdemux/qtdemux.h:
35720
35721 2004-04-30  Colin Walters  <walters@verbum.org>
35722
35723         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
35724
35725 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
35726
35727         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35728         (gst_ffmpegcolorspace_getcaps):
35729           remove broken nego fix
35730
35731 2004-04-30  Benjamin Otte  <otte@gnome.org>
35732
35733         * configure.ac:
35734         * ext/Makefile.am:
35735         * ext/libvisual/Makefile.am:
35736         * ext/libvisual/visual.c:
35737           add initial support for libvisual (http://libvisual.sourceforge.net)
35738           libvisual is still quite alpha, so expect crashes in there :)
35739
35740 2004-04-29  David Schleef  <ds@schleef.org>
35741
35742         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
35743         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
35744         up qtdemux to make it spit out codec_data.  Do _not_ look at this
35745         code; you will no longer respect me.
35746
35747 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35748
35749         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
35750         * ext/alsa/gstalsa.h :
35751         change alsa pcm device discovery to find more than 1 device
35752         per card. code review by Ronald.
35753
35754 2004-04-29  David Schleef  <ds@schleef.org>
35755
35756         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
35757         Add a check for a driver bug on FreeBSD.  (bug #140565)
35758
35759 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
35760
35761         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
35762         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35763         (gst_jpegenc_getcaps):
35764           move format setting to inner loop
35765         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35766         (gst_ffmpegcolorspace_getcaps):
35767           use GST_PAD_CAPS if available so that we use already negotiated
35768           caps
35769         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
35770         (qtdemux_parse_moov), (qtdemux_parse):
35771           extra debugging
35772         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
35773         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
35774           move hardcoded path to DEFINE
35775
35776 2004-04-28  David Schleef  <ds@schleef.org>
35777
35778         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
35779         (bug #140064)
35780
35781 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35782
35783         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
35784           Don't probe for playback device if we're a source element. Fixes
35785           #139658.
35786
35787 2004-04-29  Benjamin Otte  <otte@gnome.org>
35788
35789         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
35790         (gst_id3_tag_chain):
35791           rewrite buffer offset
35792
35793 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35794
35795         * configure.ac:
35796         * ext/Makefile.am:
35797         * ext/dts/Makefile.am:
35798         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
35799         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
35800         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
35801         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
35802         (gst_dtsdec_loop), (gst_dtsdec_change_state),
35803         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
35804         (plugin_init):
35805         * ext/dts/gstdtsdec.h:
35806           New DTS decoder.
35807         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
35808         (gst_faad_srcconnect):
35809           Add ESDS atom handling (.m4a).
35810
35811 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35812
35813         * ext/divx/gstdivxdec.c: (plugin_init):
35814           Remove comment that makes no sense.
35815         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
35816           Fix for obvious typo that resulted in warnings during gst-register.
35817         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
35818         (gst_xviddec_sink_link):
35819           Fix caps negotiation a bit better.
35820         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
35821           We call this 'codec_data', not 'esds'.
35822
35823 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35824
35825         * gst/monoscope/gstmonoscope.c:
35826           make sure we only provide 256x128
35827         * gst/monoscope/monoscope.c: (monoscope_init):
35828           assert size of 256x128
35829
35830 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35831
35832         * Makefile.am:
35833         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
35834         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
35835           fixate to max width and height of device
35836
35837 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35838
35839         * Makefile.am:
35840         * sys/v4l/gstv4l.c:
35841         * sys/v4l/gstv4lsrc.c:
35842         * sys/v4l/v4l_calls.c:
35843         * sys/v4l/v4lsrc_calls.c:
35844           fix for qc-usb driver which fakes having more than one buffer
35845           by handing the same buffer twice, which confused GStreamer's/v4lsrc
35846           buffer_free override
35847           add debugging
35848
35849 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35850
35851         * Makefile.am:
35852         * gst/videotestsrc/gstvideotestsrc.c:
35853         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
35854         (gst_videotestsrc_init), (gst_videotestsrc_get),
35855         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
35856         * gst/videotestsrc/gstvideotestsrc.h:
35857           add num-buffers property
35858
35859         2004-04-26  Benjamin Otte  <otte@gnome.org>
35860
35861         * ext/mad/gstid3tag.c: (plugin_init):
35862           set id3mux rank to NONE so it doesn't confuse spider
35863           require audio/mpeg,mpegversion=1 in id3mux
35864
35865 2004-04-26  Benjamin Otte  <otte@gnome.org>
35866
35867         * configure.ac:
35868           detect faad correctly as non-working if it's indeed non-working
35869
35870 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
35871
35872         * Makefile.am:
35873         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35874         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
35875         fix _getcaps so it only negotiates to its supported format
35876
35877 2004-04-25  Benjamin Otte  <otte@gnome.org>
35878
35879         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
35880           fix memleak
35881
35882 2004-04-23  Benjamin Otte  <otte@gnome.org>
35883
35884         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
35885           audio/x-raw-int with height rules! not. Now it's depth.
35886
35887 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35888
35889         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
35890         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
35891         (gst_wavparse_loop):
35892           Missing variable initialization. Add handling of DVI ADPCM. Fix
35893           mis-parsing of LIST chunks. This works around a bug where we mis-
35894           parse non-aligning LIST chunks (so LIST chunks where the contents
35895           don't align with the actual LIST size). The correct fix is to use
35896           rifflib, I'm not going to fix wavparse - too much work. All this
35897           fixes #104878.
35898
35899 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
35900
35901         reviewed by Benjamin Otte  <otte@gnome.org>
35902
35903         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
35904           fix shoutcast not working (fixes #140844)
35905
35906 2004-04-22  Benjamin Otte  <otte@gnome.org>
35907
35908         * ext/hermes/gsthermescolorspace.c:
35909         (gst_hermes_colorspace_caps_remove_format_info):
35910         * gst/colorspace/gstcolorspace.c:
35911         (gst_colorspace_caps_remove_format_info):
35912         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35913         (gst_ffmpegcolorspace_caps_remove_format_info):
35914           s/gst_caps_simplify/gst_caps_do_simplify/
35915
35916 2004-04-22  Benjamin Otte  <otte@gnome.org>
35917
35918         * gst-libs/gst/riff/riff-media.c:
35919         (gst_riff_create_video_caps_with_data):
35920           mpegversion is an int
35921         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
35922           don't try to create pad templates with NULL caps, use any caps
35923           instead.
35924
35925 2004-04-20  David Schleef  <ds@schleef.org>
35926
35927         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
35928         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
35929         (bug #140384)
35930
35931 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
35932
35933         reviewed by David Schleef
35934
35935         * ext/mad/gstid3tag.c: Add stdlib.h
35936         * gst/rtp/gstrtpgsmenc.c: same
35937         * gst/tags/gstid3tag.c: same
35938         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
35939         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
35940         GST_DISABLE_LOADSAVE use.
35941         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
35942         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
35943         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
35944         atol(3)).
35945         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
35946         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
35947         strtoul(3)).
35948         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
35949         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
35950         $(ID3_CFLAGS).
35951         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
35952         $(LIBFAME_CFLAGS).
35953
35954 2004-04-20  David Schleef  <ds@schleef.org>
35955
35956         * gst/realmedia/rmdemux.c:  This was supposed to part of the
35957         last checkin.  Same idea.
35958
35959 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
35960
35961         reviewed by David Schleef
35962
35963         * configure.ac: bump required gstreamer version to 0.8.1.1
35964         because of following changes [--ds]
35965
35966         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
35967         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
35968         (gst_riff_read_header):  Use GST_READ_UINT*
35969         macros to access possibly unaligned memory.
35970
35971         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
35972         (mp3_type_find):  Use GST_READ_UINT*
35973         macros to access possibly unaligned memory.
35974         (mp3_type_find, mpeg1_parse_header, qt_type_find)
35975         (speex_type_find): Likewise
35976
35977         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
35978
35979         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
35980         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
35981         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
35982         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
35983         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
35984         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
35985         macros to access possibly unaligned memory.
35986
35987         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
35988         Likewise.
35989
35990         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
35991         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
35992
35993         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
35994         Likewise.
35995
35996         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
35997         (gst_mpeg2subt_chain_subtitle): Likewise.
35998
35999         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
36000         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
36001         Likewise.
36002
36003         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
36004         Likewise.
36005
36006         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
36007         Likewise.
36008
36009         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
36010         Likewise.
36011
36012 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
36013
36014         * configure.ac:
36015           update required version of GStreamer because of GST_TIME_FORMAT
36016
36017 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36018
36019         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
36020           remove leftover g_print
36021         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
36022           don't try setting only a subset of the caps. We don't want to kill
36023           autoplugging on purpose
36024
36025 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
36026
36027         * sys/ximage/ximagesink.c: (plugin_init):
36028         * sys/xvimage/xvimagesink.c: (plugin_init):
36029           add debugging categories
36030
36031 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
36032
36033         * po/en_GB.po:
36034         * po/LINGUAS:
36035           Adding en_GB translation (Gareth Owen)
36036
36037 2004-04-20  David Schleef  <ds@schleef.org>
36038
36039         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
36040         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
36041         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
36042         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
36043         A number of new features and hacks to extract the esds atom and
36044         put it into the caps.  (bug #137724)
36045
36046 2004-04-19  David Schleef  <ds@schleef.org>
36047
36048         * gconf/Makefile.am: Fix for non-GNU make
36049         * gst-libs/gst/Makefile.am: Change directory order to handle
36050         GstPlay linking with gstinterfaces
36051         * gst-libs/gst/audio/make_filter: make use of tr portable
36052         * gst-libs/gst/play/Makefile.am: Add intended \
36053         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
36054         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
36055         function prototype instead of void *.
36056         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
36057         macro.
36058         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36059         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
36060         * gst/videofilter/make_filter: make use of tr portable
36061         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
36062
36063 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
36064
36065         * po/LINGUAS:
36066         * po/uk.po:
36067           Added Ukrainian translation (Maxim V. Dziumanenko)
36068
36069 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36070
36071         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
36072         (gst_gsmdec_link), (gst_gsmdec_chain):
36073           Fix capsnego, simplify chain function slightly.
36074         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
36075           Add GSM.
36076
36077 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36078
36079         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
36080         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
36081         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
36082           Hack to make wavparse work with spider (always -> sometimes pad).
36083           Fixes #135862 && #140411.
36084
36085 2004-04-18  Benjamin Otte  <otte@gnome.org>
36086
36087         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
36088         (gst_osselement_rate_probe_check),
36089         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
36090           get rid of \n in debug output
36091
36092 2004-04-17  Iain <iain@prettypeople.org>
36093
36094         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
36095         not just EOS.
36096
36097 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36098
36099         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
36100         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
36101         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
36102         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
36103         (gst_id3_tag_src_link), (gst_id3_tag_chain),
36104         (gst_id3_tag_change_state), (plugin_init):
36105           deprecate id3tag element and replace with id3demux/id3mux.
36106           great side effect: this ugly file is now even uglier, yay!
36107         * ext/mad/gstmad.h:
36108           remove non-available function
36109           update for new get_type
36110
36111 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36112
36113         * configure.ac:
36114           require mpeg2dec >= 0.4.0
36115
36116 2004-04-17  Benjamin Otte  <otte@gnome.org>
36117
36118         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
36119         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
36120         (gst_xvimagesink_set_xwindow_id):
36121           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
36122           assorted cleanup fixes.
36123
36124 2004-04-16  David Schleef  <ds@schleef.org>
36125
36126         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
36127         * sys/xvimage/xvimagesink.h: same
36128
36129 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36130
36131         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
36132           Fix GST_ELEMENT_ERROR with (NULL)
36133
36134 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36135
36136         * gst-libs/gst/riff/riff-media.c:
36137         (gst_riff_create_video_caps_with_data):
36138           Add div[3456] as fourccs for DivX 3 (fixes #140137).
36139
36140 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36141
36142         * gst-libs/gst/riff/riff-media.c:
36143         (gst_riff_create_video_caps_with_data),
36144         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
36145         (gst_riff_create_video_template_caps),
36146         (gst_riff_create_audio_template_caps):
36147         * gst-libs/gst/riff/riff-media.h:
36148         * gst-libs/gst/riff/riff-read.c:
36149         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
36150         * gst-libs/gst/riff/riff-read.h:
36151         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
36152           Add MS RLE support. I added some functions to read out strf chunks
36153           into strf chunks and the data behind it. This is usually color
36154           palettes (as in RLE, but also in 8-bit RGB). Also use those during
36155           caps creation. Lastly, add ADPCM (similar to wavparse - which
36156           should eventually be rifflib based).
36157         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
36158         (gst_matroska_demux_init), (gst_matroska_demux_reset):
36159         * gst/matroska/matroska-demux.h:
36160           Remove placeholders for some prehistoric tagging system. Didn't add
36161           support for any tag system really anyway.
36162         * gst/qtdemux/qtdemux.c:
36163           Add support for audio/x-m4a (MPEG-4) through spider.
36164         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
36165         (gst_wavparse_loop):
36166           ADPCM support (#135862). Increase max. buffer size because we
36167           cannot split buffers for ADPCM (screws references) and I've seen
36168           files with 2048 byte chunks. 4096 seems safe for now.
36169
36170 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36171
36172         * configure.ac: bump nano to 1
36173
36174 === release 0.8.1 ===
36175
36176 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36177
36178         * configure.ac: releasing 0.8.1, "Comforting Sounds"
36179
36180 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36181
36182         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36183           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
36184           Fixes #140058
36185
36186 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
36187
36188         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
36189           lower rank of dvddemux so that it's not used for mpeg playback.
36190
36191 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36192
36193         * configure.ac:
36194           save libs correctly when checking mad
36195
36196 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
36197
36198         * ext/mad/gstid3tag.c: (plugin_init):
36199           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
36200
36201 2004-04-13  David Schleef  <ds@schleef.org>
36202
36203         * common/m4/gst-feature.m4: Call -config scripts with
36204         --plugin-libs if it is supported.
36205         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
36206         JPEG images are image/jpeg.
36207         * gst/debug/Makefile.am:
36208         * gst/debug/negotiation.c: (gst_negotiation_class_init),
36209         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
36210         (gst_negotiation_update_caps), (gst_negotiation_get_property),
36211         (gst_negotiation_plugin_init): Add a property that acts like
36212         filter caps.
36213         * testsuite/gst-lint:  Move license checking to be a standard
36214         test.
36215
36216 2004-04-13  David Schleef  <ds@schleef.org>
36217
36218         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
36219         patch from Sebastien Cote (bug #139958)
36220
36221 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
36222
36223         * examples/gstplay/Makefile.am:
36224         * examples/gstplay/player.c: (main):
36225           make the commandline player example use gconf settings
36226
36227 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
36228
36229         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
36230         (gst_cacasink_sinkconnect), (gst_cacasink_init),
36231         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
36232           init/end library during state transition, not object
36233           creation/disposal.  get rid of custom dispose handler.
36234
36235
36236 2004-04-12  Christian Schaller <Uraeus@gnome.org>
36237
36238         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
36239         be a symlink
36240
36241 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36242
36243         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
36244           Handle JUNK chunks inside data section. Prevents warnings.
36245
36246 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36247
36248         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
36249         (gst_riff_create_video_template_caps):
36250           Add MS video v1.
36251         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
36252         (gst_avi_demux_stream_data):
36253           Add support for "rec-list" chunks.
36254
36255 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36256
36257         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
36258           Fix another codecname mismatch.
36259
36260 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36261
36262         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36263           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
36264           so that MJPEG plays back.
36265
36266 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36267
36268         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
36269         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
36270         * gst/mpeg1videoparse/gstmp1videoparse.h:
36271           Fix for some slight mis-cuts in buffer parsing, and for some
36272           potential overflows or faults-causers. Adds disconts. Also fixes
36273           #139105 while we're at it.
36274
36275 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36276
36277         * configure.ac:
36278         * sys/v4l2/gstv4l2element.h:
36279           Workaround for missing struct v4l2_buffer declaration in Suse 9
36280           and Mandrake 10 linux/videodev2.h header file (#135919).
36281
36282 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36283
36284         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
36285           Bail out if no filename was given.
36286
36287 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36288
36289         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
36290         (gst_v4l2_fourcc_from_structure):
36291           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
36292           Y41B somewhere).
36293
36294 2004-04-09  Benjamin Otte  <otte@gnome.org>
36295
36296         * ext/gnomevfs/gstgnomevfssink.c:
36297         (_gst_boolean_allow_overwrite_accumulator),
36298         (gst_gnomevfssink_class_init):
36299           fix erase signal - if any handler returns false the file will not be
36300           overwritten. If no handler is connected, the file will not be
36301           overwritten either.
36302           renamed signal to "allow-overwrite"
36303         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
36304           free string when adding it to ID3 failed
36305         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
36306           unref event when done
36307         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
36308           free caps
36309         * gst/typefind/gsttypefindfunctions.c:
36310         (mpeg_video_stream_type_find):
36311           fix invalid read
36312
36313 2004-04-08  David Schleef  <ds@schleef.org>
36314
36315         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36316         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
36317
36318 2004-04-08  David Schleef  <ds@schleef.org>
36319
36320         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
36321         we don't support (bug #139532)
36322
36323 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
36324
36325         * ext/mad/gstmad.c: (gst_mad_handle_event),
36326         (gst_mad_check_caps_reset), (gst_mad_chain),
36327         (gst_mad_change_state):
36328           only set explicit caps if they haven't been set before for
36329           this stream.  MPEG-audio sample rate/channels aren't allowed
36330           to change in-stream.
36331           Fixes #139382
36332
36333 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36334
36335         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
36336         (_gst_boolean_did_something_accumulator),
36337         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
36338         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
36339         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
36340         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
36341         (gst_gnomevfssink_change_state):
36342           Fix erase signal. Don't erase by default. Remove handoff signal.
36343           Remove erase property. Don't segfault. General cleanup.
36344
36345 2004-04-07  Benjamin Otte  <otte@gnome.org>
36346
36347         * gst-libs/gst/gconf/test-gconf.c: (main):
36348           add missing gst_init
36349
36350 2004-04-07  Benjamin Otte  <otte@gnome.org>
36351
36352         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
36353           free the mutexes, too
36354
36355 2004-04-07  Benjamin Otte  <otte@gnome.org>
36356
36357         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
36358           actually free the URI string
36359         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
36360           compute offset correctly when passing discont events
36361         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36362           don't leak discont events
36363         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
36364           add some missing breaks so caps aren't copied randomly
36365         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
36366           if we realloc memory, we better use it
36367
36368 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36369
36370         * ext/mad/gstmad.c: (normal_seek):
36371           fix GST_FORMAT_TIME usage
36372
36373 2004-04-05  David Schleef  <ds@schleef.org>
36374
36375         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
36376         a deprecated function (hack!)
36377
36378 2004-04-05  Benjamin Otte  <otte@gnome.org>
36379
36380         * ext/esd/esdmon.c: (gst_esdmon_get):
36381           fix nonterminated vararg and memleak
36382
36383 2004-04-05  Benjamin Otte  <otte@gnome.org>
36384
36385         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
36386         (gst_ladspa_init), (gst_ladspa_force_src_caps),
36387         (gst_ladspa_set_property), (gst_ladspa_get_property),
36388         (gst_ladspa_instantiate), (gst_ladspa_activate),
36389         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
36390           clean up debugging
36391
36392 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
36393
36394         reviewed by Benjamin Otte  <otte@gnome.org>
36395
36396         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
36397           check for broken LADSPA parameters (fixes #138635)
36398
36399 2004-04-05  Benjamin Otte  <otte@gnome.org>
36400
36401         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
36402           advertise buffer-frames correctly on sinkpads
36403
36404 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36405
36406         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
36407         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
36408         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
36409         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
36410         (gst_mad_check_caps_reset), (gst_mad_chain):
36411         add more debugging, only reset caps when we're not in error state
36412
36413 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36414
36415         * ext/mad/gstmad.c: add debugging category, comment + cleanups
36416
36417 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
36418
36419         reviewed by Benjamin Otte  <otte@gnome.org>
36420
36421         * configure.ac:
36422           fix == in test(1) operator
36423
36424 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
36425
36426         reviewed by Benjamin Otte  <otte@gnome.org>
36427
36428         * configure.ac:
36429           fix --export-symblos-regex to a working regex.
36430
36431 2004-04-04  Benjamin Otte  <otte@gnome.org>
36432
36433         * sys/oss/.cvsignore:
36434           add for oss_probe
36435
36436 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
36437
36438         reviewed by Benjamin Otte  <otte@gnome.org>
36439
36440         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36441           add missing 'new_media' argument (fixes #138168)
36442         * gst/matroska/matroska-demux.c:
36443         (gst_matroska_demux_handle_seek_event):
36444           add vararg terminator (fixes #138169)
36445
36446 2004-04-02  David Schleef  <ds@schleef.org>
36447
36448         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
36449         disted (bug #138914)
36450
36451 2004-04-01  Benjamin Otte  <otte@gnome.org>
36452
36453         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
36454         (gst_alsa_close_audio):
36455           handle case better where a soundcard can't pause
36456         * ext/ogg/gstoggdemux.c:
36457           don't crash when we get events but don't have pads yet
36458
36459 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36460
36461         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
36462           throw an error if we couldn't probe any caps.
36463
36464 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
36465
36466         * ext/dvdnav/gst-dvd:
36467         Add a really simple sample DVD player
36468
36469 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
36470
36471         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
36472         (gst_a52dec_push), (gst_a52dec_handle_event),
36473         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
36474         (gst_a52dec_change_state):
36475         * ext/a52dec/gsta52dec.h:
36476           Use a debug category, Output timestamps correctly
36477           Emit tag info, Handle events, tell liba52dec about cpu
36478           capabilities so it can use MMX etc.
36479         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
36480           Fix a crasher accessing invalid memory
36481         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
36482         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
36483         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
36484         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
36485         (dvdnavsrc_query):
36486           Some support for byte-format seeking.
36487           Small fixes for still frames and menu button overlays
36488         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
36489         (gst_mpeg2dec_alloc_buffer):
36490           Use a debug category. Adjust the report level of several items to
36491           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
36492           so it doesn't lose the GstBuffer pointer
36493         * gst/debug/Makefile.am:
36494         * gst/debug/gstdebug.c: (plugin_init):
36495         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
36496         (gst_navseek_base_init), (gst_navseek_class_init),
36497         (gst_navseek_init), (gst_navseek_seek),
36498         (gst_navseek_handle_src_event), (gst_navseek_set_property),
36499         (gst_navseek_get_property), (gst_navseek_chain),
36500         (gst_navseek_plugin_init):
36501         * gst/debug/gstnavseek.h:
36502           Add the navseek debug element for seeking back and forth in a
36503           video stream using arrow keys.
36504         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
36505         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
36506         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
36507         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
36508         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
36509         (gst_mpeg2subt_parse_header), (gst_get_nibble),
36510         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
36511         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
36512         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
36513         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
36514         * gst/mpeg2sub/gstmpeg2subt.h:
36515           Pretty much a complete rewrite. Now a loopbased element. May still
36516           require work to properly synchronise subtitle buffers.
36517         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
36518         (gst_dvd_demux_send_subbuffer):
36519         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
36520           Don't attempt to create subbuffers of size 0
36521           Reduce a couple of error outputs to warnings.
36522         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
36523         (gst_y4mencode_chain):
36524         Output the y4m frame header correctly.
36525
36526 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36527
36528         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36529           throw errors instead of allowing SIGFPE
36530
36531 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36532
36533         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
36534         (gst_gconf_render_bin_from_key):
36535           leak plugging and style fixing
36536
36537 2004-03-31  David Schleef  <ds@schleef.org>
36538
36539         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
36540         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
36541         (bug #138225)
36542         * gst/debug/Makefile.am:
36543         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
36544         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
36545         plugin.
36546         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
36547         (gst_negotiation_base_init), (gst_negotiation_class_init),
36548         (gst_negotiation_init), (gst_negotiation_getcaps),
36549         (gst_negotiation_pad_link), (gst_negotiation_chain),
36550         (gst_negotiation_set_property), (gst_negotiation_get_property),
36551         (gst_negotiation_plugin_init):  New element to talk about random
36552         negotiation things happening in a pipeline.
36553
36554 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
36555
36556         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36557           fix integer addition with help of Stefan Kost
36558
36559 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
36560
36561         * po/nl.po: updated Dutch translation (Elros Cyriatan)
36562
36563 2004-03-30  David Schleef  <ds@schleef.org>
36564
36565         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
36566         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
36567         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
36568         (bug #137504)
36569         * ext/mpeg2dec/gstmpeg2dec.h:
36570
36571 2004-03-30  David Schleef  <ds@schleef.org>
36572
36573         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
36574
36575 2004-03-30  David Schleef  <ds@schleef.org>
36576
36577         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
36578         Michael Petullo) to handle .mov
36579
36580 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36581
36582         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
36583         (gst_osselement_rate_check_rate):
36584           probe caps correctly for sound cards that only support one format
36585
36586 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36587
36588         * ext/kio/kiosrc.cpp: (process_events):
36589           update handling event processing if inside KDE - untested
36590
36591 2004-03-29  David Schleef  <ds@schleef.org>
36592
36593         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
36594         by 2 to not interfere with other colorspaces.
36595         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
36596         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
36597         one to not interfere with ffmpeg_colorspace.
36598
36599 2004-03-29  David Schleef  <ds@schleef.org>
36600
36601         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
36602         aren't in the caps.
36603         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
36604         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
36605
36606 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36607
36608         * gst-libs/gst/riff/riff-media.c:
36609           fail on error, don't try to set stuff on NULL caps
36610
36611 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36612
36613         * configure.ac:
36614         * ext/Makefile.am:
36615         * ext/kio/Makefile.am:
36616         * ext/kio/kioreceiver.cpp:
36617         * ext/kio/kioreceiver.h:
36618         * ext/kio/kiosrc.cpp:
36619         * ext/kio/kiosrc.h:
36620           add experimental kiosrc plugin
36621         * ext/alsa/gstalsaplugin.c: (plugin_init):
36622           initialize debugging category only when we're sure registering the
36623           plugins worked.
36624
36625 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36626
36627         * examples/gstplay/player.c: (main):
36628         * gst-libs/gst/play/play.c: (gst_play_class_init),
36629         (gst_play_set_location), (gst_play_set_data_src),
36630         (gst_play_set_video_sink), (gst_play_set_audio_sink),
36631         (gst_play_set_visualization), (gst_play_connect_visualization):
36632           check return values of element_set_state and return FALSE where
36633           failed
36634
36635 2004-03-29  Benjamin Otte  <otte@gnome.org>
36636
36637         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36638           try harder to check if an event is really a discont
36639
36640 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36641
36642         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
36643         * po/az.po:
36644
36645 2004-03-28  Benjamin Otte  <otte@gnome.org>
36646
36647         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
36648         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
36649         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
36650           get rid of non-standard "..." ranges in case statements.
36651
36652 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
36653
36654         * gst/mpegstream/gstmpegdemux.c:
36655         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
36656         specific functionality split to the new dvddemux element.
36657         * gst/mpegstream/gstdvddemux.c:
36658         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
36659         streams, derived from mpegdemux.
36660         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
36661         up. SCR based timestamp rewriting can be turned off (will probably
36662         completely disappear soon).
36663         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
36664         hacking. General cleanup. All printf statements replaced by
36665         debugging messages. Almost complete libdvdnav support.
36666         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
36667         by events. New properties for audio and subpicture languages.
36668         (dvdnavsrc_update_highlight): Now uses events.
36669         (dvdnavsrc_user_op): Cleaned up.
36670         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
36671         based). Lots of cleanup, and propper support for most libdvdnav
36672         events.
36673         (dvdnavsrc_make_dvd_event): New function.
36674         (dvdnavsrc_make_dvd_nav_packet_event): New function.
36675         (dvdnavsrc_make_clut_change_event): New function.
36676
36677 2004-03-26  Benjamin Otte  <otte@gnome.org>
36678
36679         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
36680           fix bug where typefinding would claim it's theora whenever less then
36681           7 bytes of data were available
36682
36683 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36684
36685         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
36686         (gst_alawdec_base_init), (gst_alawdec_class_init),
36687         (gst_alawdec_init), (gst_alawdec_chain):
36688         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
36689         (gst_alawenc_base_init), (gst_alawenc_class_init),
36690         (gst_alawenc_init), (gst_alawenc_chain):
36691         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
36692         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
36693         (gst_mulawdec_init), (gst_mulawdec_chain):
36694         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
36695         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
36696         (gst_mulawenc_init), (gst_mulawenc_chain):
36697           Fix capsnego in all four, remove the unused property functions and
36698           simplify the chain functions slightly. I guess we could use macros
36699           or something similar for those, since the code is so similar, but
36700           I'm currently too lazy...
36701
36702 2004-03-24  David Schleef  <ds@schleef.org>
36703
36704         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
36705         (gst_osselement_close_audio), (gst_osselement_probe_caps),
36706         (gst_osselement_get_format_structure),
36707         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
36708         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
36709         (gst_osselement_rate_int_compare): Add code to handle rate probing
36710         (bug #120883)
36711         * sys/oss/gstosselement.h: same
36712         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
36713         Use rate probing provided by osselement.
36714         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
36715
36716 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36717
36718         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
36719         (gst_xvidenc_get_property):
36720           ulong/int mess-up.
36721
36722 2004-03-24  David Schleef  <ds@schleef.org>
36723
36724         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
36725         (gst_speexdec_init):
36726         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
36727         (gst_speexenc_init):  Create the pad template correctly (from
36728         the static pad template, not a NULL pointer.)
36729
36730 2004-03-25  Benjamin Otte  <otte@gnome.org>
36731
36732         * gst/debug/Makefile.am:
36733         * gst/debug/breakmydata.c:
36734           add element that quasi-randomly changes bytes in the stream.
36735           Intended use is robustness checking of demuxers and decoders in
36736           media tests.
36737
36738 2004-03-24  Benjamin Otte  <otte@gnome.org>
36739
36740         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
36741         (gst_alsa_probe_hw_params):
36742         * ext/alsa/gstalsa.h:
36743           debugging output fixes
36744
36745 2004-03-24  Benjamin Otte  <otte@gnome.org>
36746
36747         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
36748           don't g_return_if_fail if element is PLAYING, fail silently as every
36749           other element.
36750         * gst/effectv/gstquark.c: (gst_quarktv_chain):
36751           only fix needed for cast lvalue issues in gst-plugins
36752         * gst/volenv/gstvolenv.c: (gst_volenv_init):
36753           add proxy_getcaps
36754
36755 2004-03-24  Benjamin Otte  <otte@gnome.org>
36756
36757         * gst/level/gstlevel.c: (gst_level_init):
36758           add proxying getcaps function, so level doesn't advertise impossible
36759           caps
36760
36761 2004-03-24  David Schleef  <ds@schleef.org>
36762
36763         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
36764         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
36765         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
36766         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
36767         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
36768         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
36769         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
36770         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
36771         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
36772         messages.  Divide the chunk size by the compression ratio
36773         (needed for MACE audio)
36774
36775 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36776
36777         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
36778           Fix buffer overflow read error.
36779
36780 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36781
36782         * ext/alsa/gstalsa.h:
36783           Remove unused entry.
36784         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36785           Add cinepak.
36786         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
36787         (gst_videodrop_link), (gst_videodrop_chain):
36788           Fix, sort of. Was horribly broken with new capsnego. Bah...
36789
36790 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
36791
36792         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
36793         (plugin_init):
36794         Add a monkeysaudio typefind function
36795
36796 2004-03-23  Johan Dahlin  <johan@gnome.org>
36797
36798         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
36799         (gst_play_video_fixate): Check so the structure has the field
36800         before trying to fixate them, this makes it possible to have
36801         fakesinks for video and audio output without printing errors on
36802         the output console.
36803
36804 2004-03-22  David Schleef  <ds@schleef.org>
36805
36806         * sys/oss/Makefile.am:
36807         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
36808         (check_rate), (add_rate):  Rate probing test app.
36809
36810 2004-03-21  Benjamin Otte  <otte@gnome.org>
36811
36812         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
36813         (_fixate_caps_to_int), (gst_audio_convert_fixate):
36814           add a fixation function that pretty much does the right thing (fixes
36815           #137556)
36816
36817 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
36818
36819         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
36820
36821 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
36822
36823         reviewed by: Benjamin Otte  <otte@gnome.org>
36824
36825         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
36826           terminate gst_event_new_discontinuous correctly (fixes parts of
36827           #137711)
36828
36829 2004-03-19  David Schleef  <ds@schleef.org>
36830
36831         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
36832         since it doesn't depend on X, and it's part of our ABI.
36833
36834 2004-03-19  Iain <iain@prettypeople.org>
36835
36836         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
36837         is_int in the structure, not the local variable.
36838
36839 2004-03-19  David Schleef  <ds@schleef.org>
36840
36841         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
36842         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
36843         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
36844         Improvements in caps negotiation.
36845
36846 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36847
36848         * po/LINGUAS:
36849         * po/af.po:
36850           adding Afrikaans (Petri Jooste)
36851
36852 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36853
36854         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36855         (gst_ffmpegcolorspace_chain):
36856         throw error instead of g_critical (#137588)
36857
36858 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36859
36860         * Makefile.am:
36861         * configure.ac:
36862           dist common and m4 correctly
36863         * po/sv.po:
36864
36865 2004-03-17  David Schleef  <ds@schleef.org>
36866
36867         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
36868         (bug #137348)
36869
36870 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
36871
36872         * po/LINGUAS:
36873         * po/sv.po:
36874           adding Swedish translation (Christian Rose)
36875
36876 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
36877
36878         * Makefile.am: use release.mak
36879
36880 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36881
36882         * common/ChangeLog:
36883         * common/gst-autogen.sh:
36884           add some explanation about the version detection
36885         * configure.ac:
36886           fix X check
36887
36888 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36889
36890         * configure.ac: bump nano to 1
36891
36892 === release 0.8.0 ===
36893
36894 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36895
36896         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
36897
36898 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36899
36900         * configure.ac:
36901           update libtool version
36902         * gst-libs/gst/media-info/Makefile.am:
36903           actually use libtool version
36904
36905 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36906
36907         * configure.ac: fix speex detection to work with 1.0 but not 1.1
36908
36909 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36910
36911         * configure.ac:
36912         * gst-plugins.spec.in:
36913         * pkgconfig/Makefile.am:
36914         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
36915         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
36916         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
36917         * pkgconfig/gstreamer-libs.pc.in:
36918         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
36919         * pkgconfig/gstreamer-play-uninstalled.pc.in:
36920         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
36921         * pkgconfig/gstreamer-plugins.pc.in:
36922           remove @VERSION@ from some of the pc files since core and plugins
36923           are decoupled.
36924           created gstreamer-plugins.pc as it's a better name, but keeping
36925           -libs around for now to get fixes upstream done first.
36926
36927 2004-03-15  Julien MOUTTE <julien@moutte.net>
36928
36929         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
36930         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
36931         * gst-libs/gst/play/play.h:
36932
36933 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36934
36935         * *.c, *.cc: don't mix tabs and spaces
36936
36937 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36938
36939         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
36940           use the new ffmpegcolorspace
36941         * gst-plugins.spec.in:
36942           package new colorspace and media-info
36943         * configure.ac:
36944         * pkgconfig/Makefile.am:
36945           fix some more disting issues
36946         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
36947         * pkgconfig/gstreamer-media-info.pc.in:
36948           generate media-info pc files
36949
36950 2004-03-15  Johan Dahlin  <johan@gnome.org>
36951
36952         * *.h: Revert indenting
36953
36954 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36955
36956         * configure.ac:
36957           adding ffmpegcolorspace element
36958         * gst/ffmpegcolorspace/Makefile.am:
36959         * gst/ffmpegcolorspace/avcodec.h:
36960         * gst/ffmpegcolorspace/common.h:
36961         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
36962         * gst/ffmpegcolorspace/dsputil.h:
36963         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
36964         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
36965         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
36966         (gst_ffmpeg_caps_to_pix_fmt):
36967         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
36968         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36969         (gst_ffmpegcolorspace_caps_remove_format_info),
36970         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
36971         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
36972         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
36973         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
36974         (gst_ffmpegcolorspace_set_property),
36975         (gst_ffmpegcolorspace_get_property),
36976         (gst_ffmpegcolorspace_register):
36977         * gst/ffmpegcolorspace/imgconvert.c:
36978         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
36979         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
36980         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
36981         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
36982         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
36983         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
36984         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
36985         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
36986         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
36987         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
36988         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
36989         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
36990         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
36991         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
36992         (img_get_alpha_info), (deinterlace_line),
36993         (deinterlace_line_inplace), (deinterlace_bottom_field),
36994         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
36995         * gst/ffmpegcolorspace/imgconvert_template.h:
36996         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
36997         * gst/ffmpegcolorspace/mmx.h:
36998         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
36999           adding ffmpegcolorspace element supplied by Ronald after cleaning
37000           up and pulling in the right bits of upstream source.
37001           I'm sure a better C/compiler wizard could do some cleaning up (for
37002           example use GLIB's malloc stuff), but as a first pass this
37003           works very well
37004
37005 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37006
37007         * ext/alsa/gstalsa.h:
37008           I assume Ronald forgot to commit the change to have cardname
37009           as a struct member.  Expect some public spanking at the next
37010           opportunity.
37011
37012 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37013
37014         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
37015         (gst_alsa_open_audio), (gst_alsa_close_audio):
37016         * ext/alsa/gstalsa.c:
37017           Don't open the device if we're a mixer (= padless).
37018         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
37019         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
37020         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
37021           Open mixer during state change rather than during object
37022           initialization. Also, get a device name. Currently in a somewhat
37023           hackish fashion, but I didn't really find something better.
37024
37025 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
37026
37027         * *.c, *.h: run gst-indent
37028
37029 2004-03-14  Benjamin Otte  <otte@gnome.org>
37030
37031         * gst/modplug/gstmodplug.cc:
37032         * gst/modplug/gstmodplug.h:
37033           set correct timestamps on outgoing buffers
37034
37035 2004-03-14  Benjamin Otte  <otte@gnome.org>
37036
37037         * gst/modplug/gstmodplug.cc:
37038           handle events - don't do crap when a discont arrives that's not
37039           necessary
37040           This allows correct loading and playback of mods in Rhythmbox
37041
37042 2004-03-14  Benjamin Otte  <otte@gnome.org>
37043
37044         * configure.ac:
37045         * gst-libs/gst/gconf/Makefile.am:
37046         * pkgconfig/Makefile.am:
37047           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
37048           they get rebuilt properly
37049         * configure.ac:
37050           when checking for vorbis, try pkgconfig first.
37051         * gst/modplug/gstmodplug.cc:
37052           add fixate function
37053
37054 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37055
37056         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
37057           Fix for obvious mistake, where we first shift the offset and then
37058           read a samplesize element assuming the old offset. Note that this
37059           part still has something weird, i.e. my movies containing those
37060           don't actually play well, but at least there's something that looks
37061           like sound now.
37062
37063 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
37064         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
37065         (plugin_init):
37066         Add a typefind function for speex format
37067
37068 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37069
37070         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
37071         (gst_asf_demux_setup_pad):
37072           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
37073           instead of 0. Reason is simple: some elements have a fps range
37074           of 1-max instead of 0-max. So now ASF video actually works.
37075
37076 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
37077
37078         * po/LINGUAS:
37079         * po/sr.po:
37080           adding serbian as a language
37081
37082 2004-03-13  Benjamin Otte  <otte@gnome.org>
37083
37084         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
37085           return taglist correctly from _get function, don't gst_pad_push it.
37086           (fixes #137042)
37087
37088 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
37089         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
37090
37091 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37092
37093         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
37094         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
37095         (gst_alsa_mixer_track_new):
37096         * ext/alsa/gstalsamixertrack.h:
37097           Fix ancient leftovers... MixerTrack is a GObject.
37098
37099 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37100
37101         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
37102         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
37103           Don't block during probing...
37104
37105 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37106
37107         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
37108         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
37109         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
37110         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
37111         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
37112         (gst_alsa_open_audio), (gst_alsa_close_audio):
37113         * ext/alsa/gstalsa.h:
37114           Add propertyprobe interface implementation, add some device-name
37115           property, all this so that it looks good in gnome-volume-control.
37116
37117 2004-03-12  David Schleef  <ds@schleef.org>
37118
37119         * configure.ac: the Hermes library controls hermescolorspace, not
37120         colorspace.
37121         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
37122         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
37123         not /* */
37124         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
37125         * ext/sdl/sdlvideosink.h: ditto.
37126         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
37127
37128 2004-03-12  Benjamin Otte  <otte@gnome.org>
37129
37130         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
37131         (gst_x_overlay_got_xwindow_id):
37132         * gst-libs/gst/xoverlay/xoverlay.h:
37133           replace XID with unsigned long to get rid of the xlibs dependency in
37134           XOverlay (fixes #137004)
37135
37136 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
37137         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
37138         (gst_agingtv_setup):
37139         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
37140         (gst_dicetv_base_init), (gst_dicetv_class_init),
37141         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
37142         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
37143         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
37144         (gst_edgetv_setup), (gst_edgetv_rgb32):
37145         * gst/effectv/gsteffectv.c:
37146         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
37147         (gst_quarktv_set_property):
37148         * gst/effectv/gstrev.c: (gst_revtv_get_type),
37149         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
37150         (gst_revtv_setup), (gst_revtv_rgb32):
37151         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
37152         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
37153         (gst_shagadelictv_init), (gst_shagadelictv_setup),
37154         (gst_shagadelictv_rgb32):
37155         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
37156         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
37157         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
37158         * gst/effectv/gstwarp.c:
37159         Port everything that can be ported to videofilter and fix up the caps.
37160         Can someone with a big-endian machine please check these?
37161
37162 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37163
37164         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
37165         (gst_osssink_chain), (gst_osssink_change_state):
37166           Latest fixes for A/V sync, audio playback and such. This is about
37167           all... MPEG playback issues are mostly related to the async build-
37168           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
37169
37170 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
37171
37172         patch from: Stephane Loeuillet
37173
37174         * configure.ac:
37175           use pkg-config for some libraries, falling back to the old .m4 way
37176           (fixes #131270)
37177         * m4/libdv.m4:
37178           removed
37179
37180 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
37181
37182         * configure.ac:
37183         * tools/Makefile.am:
37184         * tools/Makefile.in:
37185         * tools/gst-launch-ext-m.m:
37186         * tools/gst-launch-ext.1.in:
37187         * tools/gst-visualise-m.m:
37188         * tools/gst-visualise.1:
37189         * tools/gst-visualise.1.in:
37190           reorganizing generation of script tools
37191
37192 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37193
37194         * ext/divx/gstdivxdec.c:
37195           Downgrade priority. We prefer ffdec_mpeg4.
37196         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
37197         (gst_faad_chain), (gst_faad_change_state):
37198           Fix capsnego. Doesn't work for some sounds because we don't have
37199           a 5:1 to stereo element.
37200         * ext/xvid/gstxvid.c: (plugin_init):
37201           Add priority.
37202         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
37203         (gst_osssink_change_state):
37204           Add discont handling.
37205
37206 2004-03-09  Colin Walters  <walters@verbum.org>
37207
37208         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
37209         conversion.
37210
37211 2004-03-09  Benjamin Otte  <otte@gnome.org>
37212
37213         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
37214           the signals take 2 arguments
37215
37216 2004-03-09  David Schleef  <ds@schleef.org>
37217
37218         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
37219         (gst_alsa_fixate): Add fixate function.  (bug #136686)
37220         * ext/alsa/gstalsa.h:
37221         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
37222
37223 2004-03-09  Benjamin Otte  <otte@gnome.org>
37224
37225         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
37226         (gst_mikmod_change_state):
37227         * ext/mikmod/gstmikmod.h:
37228           make mikmod's loop function not loop infinitely and call
37229           gst_element_yield anymore
37230         * gst/modplug/gstmodplug.cc:
37231           fix pad negotiation (fixes #136590)
37232
37233 2004-03-09  David Schleef  <ds@schleef.org>
37234
37235         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
37236         doesn't conflict with the internal colorspace plugin.
37237         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
37238         satisfy the crappy-ass shell shipped by a certain vendor.
37239         * gst/videofilter/make_filter: same (bug #135299)
37240
37241 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37242
37243         * configure.ac: bump nano to 1
37244
37245 === release 0.7.6 ===
37246
37247 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37248
37249         * configure.in: releasing 0.7.6, "There"
37250
37251 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37252
37253         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37254         * pkgconfig/gstreamer-play.pc.in:
37255           synchronize the two
37256
37257 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37258
37259         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
37260         (cdparanoia_open), (cdparanoia_event):
37261           fix/add error handling
37262         * po/POTFILES.in:
37263           add cdparanoia source
37264         * tools/Makefile.am:
37265           make scripts executable
37266
37267 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37268
37269         * configure.ac:
37270         * ext/vorbis/Makefile.am:
37271         * sys/Makefile.am:
37272           remove id3types, vorbisfile and xvideosink from the build (#133783)
37273
37274 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37275
37276         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
37277           Fix metadata read crash (#136537).
37278
37279 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37280
37281         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
37282         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
37283           adding mime types, fixing the one-stop function
37284
37285 2004-03-08  Christian Schaller <Uraeus@gnome.org>
37286
37287         * ext/nas/nassink.c and /ext/nas/nassink.h:
37288         More NAS love from Arwed von Merkatz
37289         So lets all sing 'Can you feel the NAS tonight'
37290
37291 2004-03-08  Christian Schaller <Uraeus@gnome.org>
37292
37293         * tools/gst-launch-ext.in:
37294         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
37295
37296 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37297
37298         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
37299         (gst_mpeg2dec_init):
37300         remove the user_data pad for now, because it is being used in
37301         fixating causing MPEG playback to fixate on 1000 Hz for playback.
37302         If someone knows how to fix this properly, please do.
37303
37304 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37305
37306         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37307         (gst_osssink_get_time):
37308         add a warning, IMO this won't get triggered anymore, remove later
37309
37310 2004-03-07  David Schleef  <ds@schleef.org>
37311
37312         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
37313         format (bug #136470)
37314
37315 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
37316
37317         * gst-libs/Makefile.am:
37318         * gst-libs/gst/media-info/Makefile.am:
37319         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
37320         (error_callback), (gst_media_info_error_create),
37321         (gst_media_info_error_element), (gmip_init), (gmip_reset),
37322         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
37323         * gst-libs/gst/media-info/media-info-priv.h:
37324         * gst-libs/gst/media-info/media-info-test.c: (main):
37325         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
37326         (gst_media_info_class_init), (gst_media_info_instance_init),
37327         (gst_media_info_set_source), (gst_media_info_read_with_idler),
37328         (gst_media_info_read_idler), (gst_media_info_read):
37329         * gst-libs/gst/media-info/media-info.h:
37330         fixed, should work now
37331
37332 2004-03-07  Christian Schaller <Uraeus@gnome.org>
37333
37334         * ext/nas/nassink.c:
37335         A bunch of NAS fixes from Arwed von Merkatz
37336
37337 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37338
37339         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
37340         (qtdemux_parse_trak):
37341           Fix crash (j might be greater than n_samples, in which case we're
37342           writing outside the allocated space for the array) and memleak.
37343
37344 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37345
37346         * sys/oss/gstosssink.c: (gst_osssink_chain):
37347           And another caller that couldn't handle delay < 0 (unsigned
37348           integer overflow). Video now continues playing on an audio
37349           buffer underrun, and the clock continues working. Audio still
37350           stalls.
37351
37352 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37353
37354         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37355         (gst_osssink_get_time):
37356           get_delay() may return values lower than 0. In those cases, we
37357           should not actually cast to *unsigned* int64, that will break
37358           stuff horribly. In my case, it screwed up A/V sync in movies
37359           in totem rather badly.
37360
37361 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37362
37363         * ext/faac/gstfaac.c: (gst_faac_chain):
37364         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
37365         * ext/libpng/gstpngenc.c: (user_write_data):
37366         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
37367         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
37368         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
37369         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37370         Fix several misuse of gst_buffer_merge (it doesn't take ownership
37371         of any buffer), should fix some leaks. I hope I didn't unref buffers
37372         that shouldn't be...
37373
37374 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37375
37376         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
37377         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
37378         (error_callback), (gmi_reset), (gmi_seek_to_track),
37379         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
37380         (gmip_find_type_post), (gmip_find_stream_post),
37381         (gmip_find_track_streaminfo_post):
37382         * gst-libs/gst/media-info/media-info-priv.h:
37383         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
37384         (info_print), (main):
37385         * gst-libs/gst/media-info/media-info.c:
37386         (gst_media_info_error_create), (gst_media_info_error_element),
37387         (gst_media_info_instance_init), (gst_media_info_get_property),
37388         (gst_media_info_new), (gst_media_info_set_source),
37389         (gst_media_info_read_idler), (gst_media_info_read):
37390         * gst-libs/gst/media-info/media-info.h:
37391           first pass at making this work again.  This seems to work on
37392           tagged ogg/vorbis and mp3 files.
37393
37394 2004-03-06  Benjamin Otte  <otte@gnome.org>
37395
37396         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
37397           fix huge leak: gst_buffer_merge doesn't unref the first argument
37398           itself.
37399
37400 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37401
37402         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
37403           report layer/mode/emphasis
37404
37405 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37406
37407         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
37408
37409 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37410
37411         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
37412           signal serial
37413
37414 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37415
37416         * ext/vorbis/vorbis.c: (plugin_init):
37417         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
37418         (gst_vorbis_dec_init), (vorbis_dec_event):
37419         add debug category
37420         make vorbisdec handle _BYTE and _TIME queries
37421
37422 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37423
37424         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
37425           from the xing header
37426
37427 2004-03-06  Benjamin Otte  <otte@gnome.org>
37428
37429         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
37430         (gst_audio_convert_link), (gst_audio_convert_change_state),
37431         (gst_audio_convert_buffer_from_default_format):
37432           do conversions from/to float correctly, fix some caps nego errors,
37433           export correct supported caps in template and getcaps, use correct
37434           caps in try_set_caps functions
37435
37436 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37437
37438         For some reason, I only committed a ChangeLog entry yesterday and
37439         not the corresponding code...
37440         * ext/mad/gstmad.c: Fix detection of Xing headers
37441         * gst/tags/gstid3tag.c: Changes to support TLEN tags
37442
37443 2004-03-06  Benjamin Otte  <otte@gnome.org>
37444
37445         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
37446         (gst_ogg_demux_src_query):
37447           make sure to handle the case where there's no current chain
37448           gracefully.
37449
37450 2004-03-05  David Schleef  <ds@schleef.org>
37451
37452         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
37453         Add fixate function. (bug #131128)
37454         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
37455         (gst_sdlvideosink_fixate):  Add fixate function.
37456         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
37457         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
37458         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
37459         Fix missing break that was causing ulaw to be interpreted as
37460         raw int.
37461
37462 2004-03-05  David Schleef  <ds@schleef.org>
37463
37464         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37465         Fix code that ignores return value of gst_buffer_merge().
37466         (bug #114560)
37467         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
37468         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
37469         * testsuite/gst-lint:  Check for above.
37470
37471 2004-03-05  David Schleef  <ds@schleef.org>
37472
37473         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
37474         caps and throw an element error.  (bug #136334)
37475
37476 2004-03-05  David Schleef  <ds@schleef.org>
37477
37478         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
37479         (gst_faad_chain): Fix negotiation.
37480         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
37481         key and button events.
37482         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
37483         dung heap of code.
37484         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
37485         depends on gconf
37486         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
37487         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
37488         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
37489         function to encourage better negotiation, particularly between
37490         audioconvert and osssink.
37491         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
37492         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
37493         more important.
37494         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
37495         typefinding.
37496         * gst/vbidec/vbiscreen.c:  Add glib header
37497         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
37498
37499 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
37500
37501         * ext/mad/gstmad.c: Fix detection of Xing headers
37502         * gst/tags/gstid3tag.c: Changes to support TLEN tags
37503
37504 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37505
37506         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
37507         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
37508           debug updates
37509
37510 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37511
37512         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
37513         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
37514         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
37515         files, and report the parsed length as a GST_TAG_DURATION tag.
37516         * gst/tags/gstid3tag.c: support TLEN (duration) tag
37517
37518 2004-03-05  Benjamin Otte  <otte@gnome.org>
37519
37520         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
37521           convert channels correctly. convert correctly to unsigned.
37522
37523 2004-03-05  Julien MOUTTE <julien@moutte.net>
37524
37525         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
37526         we have a window before clearing it.
37527
37528 2004-03-05  Julien MOUTTE <julien@moutte.net>
37529
37530         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
37531         have a window before clearing it.
37532
37533 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
37534
37535         * gconf/gstreamer.schemas.in:
37536         * gst-libs/gst/gconf/Makefile.am:
37537           version installation path the same way as for 0.6
37538         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
37539         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
37540         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37541           remove comment that was fixed
37542
37543 2004-03-05  David Schleef  <ds@schleef.org>
37544
37545         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
37546         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
37547         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
37548         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
37549         Add prototype code for handling seeking and querying.
37550
37551 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37552
37553         * examples/gstplay/player.c: (main):
37554           Initialize variables to NULL. Prevents a segfault because the
37555           (uninitialized) variable is not NULL, resulting in a crash on
37556           trying to reach error->message.
37557
37558 2004-03-05  Benjamin Otte  <otte@gnome.org>
37559
37560         * gst/audioconvert/gstaudioconvert.c:
37561         (gst_audio_convert_buffer_to_default_format):
37562         make float=>int conversion work correctly even in cornercases.
37563
37564 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
37565
37566         * debian/README.Debian:
37567         * debian/build-deps:
37568         * debian/changelog:
37569         * debian/control:
37570         * debian/control.in:
37571         * debian/copyright:
37572         * debian/gstreamer-a52dec.files:
37573         * debian/gstreamer-aa.files:
37574         * debian/gstreamer-alsa.files:
37575         * debian/gstreamer-alsa.manpages:
37576         * debian/gstreamer-arts.files:
37577         * debian/gstreamer-artsd.files:
37578         * debian/gstreamer-audiofile.files:
37579         * debian/gstreamer-avifile.files:
37580         * debian/gstreamer-cdparanoia.files:
37581         * debian/gstreamer-colorspace.files:
37582         * debian/gstreamer-doc.files:
37583         * debian/gstreamer-dv.files:
37584         * debian/gstreamer-dvd.files:
37585         * debian/gstreamer-esd.files:
37586         * debian/gstreamer-festival.files:
37587         * debian/gstreamer-flac.files:
37588         * debian/gstreamer-gconf.conffiles:
37589         * debian/gstreamer-gconf.files:
37590         * debian/gstreamer-gconf.postinst:
37591         * debian/gstreamer-gnomevfs.files:
37592         * debian/gstreamer-gsm.files:
37593         * debian/gstreamer-http.files:
37594         * debian/gstreamer-jack.files:
37595         * debian/gstreamer-jpeg.files:
37596         * debian/gstreamer-mad.files:
37597         * debian/gstreamer-mikmod.files:
37598         * debian/gstreamer-misc.files:
37599         * debian/gstreamer-mpeg2dec.files:
37600         * debian/gstreamer-oss.files:
37601         * debian/gstreamer-plugin-apps.files:
37602         * debian/gstreamer-plugin-apps.manpages:
37603         * debian/gstreamer-plugin-libs-dev.files:
37604         * debian/gstreamer-plugin-libs.files:
37605         * debian/gstreamer-plugin-template.postinst:
37606         * debian/gstreamer-plugin-template.postrm:
37607         * debian/gstreamer-sdl.files:
37608         * debian/gstreamer-sid.files:
37609         * debian/gstreamer-vorbis.files:
37610         * debian/gstreamer-x.files:
37611         * debian/mk.control:
37612         * debian/rules:
37613         Debian package info not maintained here.
37614
37615 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
37616
37617         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
37618         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
37619         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
37620         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
37621         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
37622         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
37623         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
37624         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
37625         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
37626         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
37627         * gst-libs/gst/colorbalance/colorbalance.c:
37628         (gst_color_balance_class_init):
37629         * gst-libs/gst/colorbalance/colorbalancechannel.c:
37630         (gst_color_balance_channel_class_init):
37631         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
37632         * gst-libs/gst/play/play.c: (gst_play_class_init):
37633         * gst-libs/gst/propertyprobe/propertyprobe.c:
37634         (gst_property_probe_iface_init):
37635         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
37636         * gst-libs/gst/tuner/tunerchannel.c:
37637         (gst_tuner_channel_class_init):
37638         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
37639         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
37640         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
37641         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
37642         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
37643         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
37644         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
37645         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
37646         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
37647           fix signals to use - instead of _
37648         * ext/libcaca/gstcacasink.h:
37649         * ext/sdl/sdlvideosink.h:
37650           fix header rename
37651
37652 2004-03-04  David Schleef  <ds@schleef.org>
37653
37654         * testsuite/gst-lint:  Add a check for bad signal names.
37655
37656 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
37657
37658         reviewed by David Schleef
37659
37660         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
37661         modified the alpha channel and caused a warning. (bug #136192)
37662
37663 2004-04-03  Christian Schaller <Uraeus@gnome.org>
37664
37665         * gst-plugins.spec.in:
37666         Change names of plugins to actually be correct. Try to keep things
37667         alphabetical to avoid getting beat up by Thomas
37668
37669 2004-03-03  Julien MOUTTE <julien@moutte.net>
37670
37671         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
37672         Using ximagesink as a default if no gconf key found. We should
37673         probably consider using alsasink instead of osssink for the audio
37674         part.
37675
37676 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
37677
37678         * configure.ac:
37679           fix --with-plugins, don't think it ever worked before
37680         * gst-plugins.spec.in:
37681           even more updates
37682
37683 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37684
37685         * ext/sdl/sdlvideosink.h:
37686         * sys/ximage/ximagesink.h:
37687         * sys/xvideo/xvideosink.h:
37688         * sys/xvimage/xvimagesink.h:
37689           Fix for move of gstvideosink.h -> videosink.h.
37690
37691 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
37692
37693         * gst-libs/gst/xwindowlistener/Makefile.am:
37694           this is a plugin library, not a library
37695
37696 2004-03-01  David Schleef  <ds@schleef.org>
37697
37698         * AUTHORS:  Added some names.  Add yourself if you're still
37699         missing.
37700
37701 2004-03-01  David Schleef  <ds@schleef.org>
37702
37703         * MAINTAINERS: Add
37704
37705 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37706
37707         * gst-plugins.spec.in: clean up spec file
37708
37709 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37710
37711         * gst-libs/gst/video/Makefile.am:
37712         * gst-libs/gst/video/gstvideosink.c:
37713         * gst-libs/gst/video/gstvideosink.h:
37714           rename gstvideosink.h to videosink.h to match other headers
37715         * gst/mixmatrix/Makefile.am:
37716           fix plugin filename
37717         * gst/tags/Makefile.am: fix plugin filename
37718
37719 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37720
37721         * gst/tags/Makefile.am: fix plugin filename
37722
37723 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37724
37725         * examples/gstplay/player.c: (got_time_tick), (main):
37726           add error handler
37727           display time_tick more readably
37728         * gst/mixmatrix/Makefile.am:
37729           fix plugin file name
37730
37731 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
37732
37733         * sys/oss/gstosselement.c: (gst_osselement_probe),
37734         (device_combination_append), (gst_osselement_class_probe_devices):
37735         * sys/oss/gstosselement.h:
37736           Reworked enumeration of oss dsps and mixers so that gst-mixer works
37737           on my system using alsa oss emulation, fixes bug #135597
37738
37739 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37740
37741         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
37742         (gst_videodrop_chain), (gst_videodrop_change_state):
37743         * gst/videodrop/gstvideodrop.h:
37744           Work based on timestamp of input data, not based on the expected
37745           framerate from the input. The consequence is that this element now
37746           not only scales framerates, but also functions as a framerate
37747           corrector or framerate stabilizer/constantizer.
37748
37749 2004-02-27  David Schleef  <ds@schleef.org>
37750
37751         patches from jmmv@menta.net (Julio M. Merino Vidal)
37752
37753         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
37754         GST_ELEMENT_ERROR call (bug #135634)
37755         * gst/interleave/interleave.c: (interleave_buffered_loop),
37756         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
37757         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
37758         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37759         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
37760         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
37761         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
37762         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
37763         Fix GST_ELEMENT_ERROR call.
37764         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
37765         GST_ELEMENT_ERROR call.
37766
37767 2004-02-27  Benjamin Otte  <otte@gnome.org>
37768
37769         * gst-libs/gst/audio/audio.h:
37770           add macro to make sure header isn't included twice
37771         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
37772           don't use gst_buffer_free
37773         * gst/playondemand/filter.func:
37774           don't use gst_data_free. Free data only once.
37775
37776 2004-02-26  David Schleef  <ds@schleef.org>
37777
37778         * gst-libs/gst/colorbalance/Makefile.am:
37779         * gst-libs/gst/mixer/Makefile.am:
37780         * gst-libs/gst/tuner/Makefile.am:
37781         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
37782         should not be disted, -marshal.h files should not be installed,
37783         and -enum.h files _should_ be installed.  Fix to make this the
37784         case.
37785
37786 === release 0.7.5 ===
37787
37788 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
37789
37790         * configure.ac: release 0.7.5, "Under The Sea"
37791
37792 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37793
37794         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
37795         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
37796         * gst/videoscale/gstvideoscale.c:
37797         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
37798           assorted debug/warning fixes
37799
37800 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37801
37802         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
37803         (gst_videoscale_init), (gst_videoscale_chain),
37804         (gst_videoscale_set_property), (plugin_init):
37805         * gst/videoscale/gstvideoscale.h:
37806         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
37807         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
37808         (gst_videoscale_planar400), (gst_videoscale_packed422),
37809         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
37810         (gst_videoscale_24bit), (gst_videoscale_16bit),
37811         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
37812         (gst_videoscale_scale_plane_slow),
37813         (gst_videoscale_scale_point_sample),
37814         (gst_videoscale_scale_nearest),
37815         (gst_videoscale_scale_nearest_str2),
37816         (gst_videoscale_scale_nearest_str4),
37817         (gst_videoscale_scale_nearest_32bit),
37818         (gst_videoscale_scale_nearest_24bit),
37819         (gst_videoscale_scale_nearest_16bit):
37820         add debugging category and use it properly
37821         fix use of GST_PTR_FORMAT
37822
37823 2004-02-25  Andy Wingo  <wingo@pobox.com>
37824
37825         * gst/interleave/interleave.c (interleave_buffered_loop): Always
37826         push only when channel->buffer is NULL. Prevents segfaults doing
37827         the state change after a nonlocal exit, like a scheme exception.
37828
37829         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
37830         Handle the case where the intersected caps is empty.
37831
37832 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37833
37834         * gst/law/mulaw-decode.c: (mulawdec_link):
37835         * gst/law/mulaw.c: (plugin_init):
37836           fix mulawdec so it actually works again
37837
37838 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
37839
37840         reviewed by: David Schleef  <ds@schleef.org>
37841
37842         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
37843         (gst_gamma_init), (gst_gamma_set_property),
37844         (gst_gamma_get_property), (gst_gamma_calculate_tables),
37845         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
37846         for RGB, with separate r g and b correction factors. (#131167)
37847
37848 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
37849
37850         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
37851           only signal tags for bitrate if they're > 0 (#134894)
37852
37853 2004-02-24  David Schleef  <ds@schleef.org>
37854
37855         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
37856         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
37857         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
37858         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
37859         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
37860         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
37861         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
37862         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
37863         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
37864         category.  Attempt to fix timestamp calculation.
37865
37866 2004-02-24  Johan Dahlin  <johan@gnome.org>
37867
37868         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
37869
37870 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
37871
37872         * configure.ac:
37873         * gconf/Makefile.am:
37874         * gconf/gstreamer.schemas:
37875         * gst-libs/gst/gconf/Makefile.am:
37876         * gst-libs/gst/gconf/gconf.c:
37877           version gconf schemas and install locations
37878
37879 2004-02-23  Benjamin Otte  <otte@gnome.org>
37880
37881         * ext/xine/xineinput.c: (gst_xine_input_dispose):
37882         (gst_xine_input_subclass_init):
37883           call parent dispose.
37884           change pad template for CD reader correctly
37885         * ext/xine/Makefile.am:
37886         * ext/xine/gstxine.h:
37887         * ext/xine/xine.c: (plugin_init):
37888         * ext/xine/xineaudiosink.c:
37889           wrap audio sinks, too
37890         * gst-libs/gst/resample/private.h:
37891         * gst-libs/gst/resample/resample.c: (gst_resample_init),
37892         (gst_resample_reinit), (gst_resample_scale),
37893         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
37894         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
37895         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
37896         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
37897         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
37898         * gst-libs/gst/resample/resample.h:
37899         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
37900         (gst_audioscale_class_init), (gst_audioscale_link),
37901         (gst_audioscale_get_buffer), (gst_audioscale_init),
37902         (gst_audioscale_chain), (gst_audioscale_set_property),
37903         (gst_audioscale_get_property):
37904         * gst/audioscale/gstaudioscale.h:
37905           s/resample_*/gst_resample_*/i to not clobber namespaces
37906
37907 2004-02-23  Julien MOUTTE  <julien@moutte.net>
37908
37909         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
37910         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
37911         (gst_riff_create_video_template_caps),
37912         (gst_riff_create_audio_template_caps),
37913         (gst_riff_create_iavs_template_caps):
37914         * gst-libs/gst/riff/riff-media.h:
37915         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
37916         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
37917         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
37918         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
37919         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
37920         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
37921         (gst_matroska_demux_plugin_init): First batch implementing audio and
37922         video codec tags in demuxers.
37923
37924 2004-02-22  Benjamin Otte  <otte@gnome.org>
37925
37926         * ext/xine/Makefile.am:
37927         * ext/xine/gstxine.h:
37928         * ext/xine/xine.c: (plugin_init):
37929         * ext/xine/xineinput.c:
37930           add input plugin wrapper. Playback from files, http, mms and cdda
37931           works.
37932         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
37933           remove leftover G_GNUC_UNUSED
37934         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
37935         (gst_asf_demux_identify_guid):
37936           improve debugging output
37937
37938 2004-02-22  Benjamin Otte  <otte@gnome.org>
37939
37940         reported by: Padraig O'Briain <padraig.obriain@sun.com>
37941
37942         * autogen.sh:
37943           replace test -e with test -x for mkinstalldirs to be more portable.
37944           (fixes #134816)
37945
37946 2004-02-22  Benjamin Otte  <otte@gnome.org>
37947
37948         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
37949
37950         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
37951           set rank to PRIMARY
37952         * gst/volume/gstvolume.c: (plugin_init):
37953           set rank to NONE
37954         fixes #134960
37955
37956 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
37957
37958         reviewed by Benjamin Otte  <otte@gnome.org>
37959
37960         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
37961           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
37962
37963 2004-02-22  Benjamin Otte  <otte@gnome.org>
37964
37965         * configure.ac:
37966           export [_]*{gst,Gst,GST}.* symbols from plugins
37967
37968 2004-02-22  Christophe Fergeau <teuf@gnome.org>
37969
37970         reviewed by: Benjamin Otte  <otte@gnome.org>
37971
37972         * ext/lame/gstlame.c: (add_one_tag):
37973         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
37974         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
37975         (gst_vorbisenc_metadata_set1):
37976         * gst/tags/gstid3tag.c:
37977         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
37978           apply fixes from bugs #135042 (lame can't write tags) and #133817
37979           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
37980
37981 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
37982
37983         * configure.ac: Export only gst_plugin_desc from plugins.
37984          Note that this change only makes any effect with Linux using libtool
37985          1.5.2 or higher. Otherwise it is silently ignored, but it would build
37986          fine. And don't try to have several versions of libtool in different
37987          directories.
37988
37989 2004-02-20  Andy Wingo  <wingo@pobox.com>
37990
37991         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
37992         interleave respectively.
37993
37994         * gst/interleave/deinterleave.c: New plugin: deinterleave
37995         (replaces on oneton).
37996         * gst/interleave/interleave.c: New plugin: interleave.
37997         * gst/interleave/plugin.h: Support file.
37998         * gst/interleave/plugin.c: Support file.
37999
38000         * configure.ac: Remove intfloat and oneton, add interleave.
38001
38002         * ext/sndfile/gstsf.c: Handle events better.
38003
38004         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
38005         and float2int operation. int2float has scheduling problems as
38006         noted in in2float_chain.
38007
38008 2004-02-20  Benjamin Otte  <otte@gnome.org>
38009
38010         * ext/xine/Makefile.am:
38011         * ext/xine/gstxine.h:
38012         * ext/xine/xine.c:
38013         * ext/xine/xineaudiodec.c:
38014         * ext/xine/xinecaps.c:
38015           add first version of xine plugin wrapper. Currently only wraps the
38016           QDM2 win32 DLL, and even that only in proof-of-concept quality.
38017         * configure.ac:
38018         * ext/Makefile.am:
38019           add xine plugin wrapper, disabled by default. Use --enable-xine to
38020           build. Note that it'll segfault on gst-register if you don't remove
38021           the goom and tvtime post plugins from xine.
38022         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
38023         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
38024           add extradata parsing for QDM2.
38025           change around debugging prints.
38026
38027 2004-02-19  Benjamin Otte  <otte@gnome.org>
38028
38029         * ext/lame/gstlame.c: (gst_lame_chain):
38030         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
38031           use gst_tag_list_insert when you want to insert tags
38032
38033 2004-02-18  David Schleef  <ds@schleef.org>
38034
38035         * configure.ac:  Move massink to gst-rotten
38036         * ext/Makefile.am:
38037         * ext/mas/Makefile.am:
38038         * ext/mas/massink.c:
38039         * ext/mas/massink.h:
38040
38041 2004-02-18  David Schleef  <ds@schleef.org>
38042
38043         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
38044         typefinding, since it seems to be worse than nothing.
38045         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
38046         atom to recognize .mp4 and .m4a files as video/quicktime.
38047
38048 2004-02-18  David Schleef  <ds@schleef.org>
38049
38050         * gst/sine/demo-dparams.c: (quit_live),
38051         (dynparm_log_value_changed), (dynparm_value_changed), (main):
38052         Use double dparams, not float.
38053         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38054         (gst_sinesrc_init): Change sync default to FALSE, since multiple
38055         sync'd elements don't really work correctly.
38056         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
38057         (volume_update_volume), (volume_get_property):  Change dparam
38058         to double.
38059
38060 2004-02-18  Julien MOUTTE  <julien@moutte.net>
38061
38062         * sys/ximage/ximagesink.c:
38063         (gst_ximagesink_xwindow_update_geometry),
38064         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
38065         (gst_ximagesink_change_state), (gst_ximagesink_expose),
38066         (gst_ximagesink_init): Rework the way software video scaling works. So
38067         now we check on each chain call if the video frames are feeling the
38068         window. If not we try to renegotiate caps. On failure we memorize that
38069         and we won't try again for that PLAYING sessions.
38070         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
38071         failure.
38072         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
38073         synchronous flag.
38074
38075 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
38076
38077         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
38078           break up _link so we can give a better debug message for errors
38079
38080 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
38081
38082         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
38083           set up debug category
38084
38085 2004-02-18  Julien MOUTTE <julien@moutte.net>
38086
38087         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38088         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
38089         the way renegotiation work. The event handling function is not taking
38090         care of external windows and renegotiate method check for pad flags
38091         NEGOTIATING. Should fix : #133209
38092
38093 2004-02-17  Julien MOUTTE  <julien@moutte.net>
38094
38095         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
38096         pad is negotiating before trying renegotiation.
38097
38098 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
38099
38100         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
38101           pass on all possible mime types as typefind hints
38102
38103 2004-02-17  Julien MOUTTE <julien@moutte.net>
38104
38105         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
38106         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
38107         possible SHM leak if we crash. All other apps using XShm are doing
38108         that.
38109
38110 2004-02-17  Julien MOUTTE  <julien@moutte.net>
38111
38112         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38113         (gst_ximagesink_expose): Renegotiate size on expose.
38114         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
38115         size on expose.
38116
38117 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38118
38119         * testsuite/alsa/sinesrc.c:
38120           cosmetic fix to fix compile issue with gcc 2.95.4
38121
38122 2004-02-16  Julien MOUTTE <julien@moutte.net>
38123
38124         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
38125         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
38126         failed opening the audio device.
38127         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
38128         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
38129         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
38130         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
38131         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
38132         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
38133         (gst_ximagesink_change_state), (gst_ximagesink_chain),
38134         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
38135         Removing some useless g_return_if_fail like wingo suggested.
38136         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
38137         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
38138         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
38139         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
38140         (gst_xvimagesink_update_colorbalance),
38141         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
38142         (gst_xvimagesink_xcontext_clear),
38143         (gst_xvimagesink_get_fourcc_from_caps),
38144         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
38145         (gst_xvimagesink_set_xwindow_id),
38146         (gst_xvimagesink_colorbalance_list_channels),
38147         (gst_xvimagesink_colorbalance_set_value),
38148         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
38149         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
38150
38151 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
38152
38153         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
38154           throw error when not negotiated instead of asserting
38155
38156 2004-02-15  Julien MOUTTE  <julien@moutte.net>
38157
38158         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
38159         correct data refcounting.
38160
38161 2004-02-15  Julien MOUTTE  <julien@moutte.net>
38162
38163         * gst/switch/gstswitch.c: (gst_switch_change_state),
38164         (gst_switch_class_init): Cleaning the sinkpads correctly on state
38165         change, mostly the EOS flag.
38166
38167 2004-02-15  Julien MOUTTE  <julien@moutte.net>
38168
38169         * examples/gstplay/player.c: (got_eos), (main): Adding some
38170         output for debugging.
38171         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
38172         timeouts if we go to any state different from PLAYING.
38173         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
38174         more EOS bugs in riff lib.
38175
38176 2004-02-14  Julien MOUTTE  <julien@moutte.net>
38177
38178         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
38179         visualization until i find a way to fix switch correctly.
38180         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
38181         EOS arrives.
38182         * gst/switch/gstswitch.c: (gst_switch_release_pad),
38183         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
38184         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
38185         Reworked switch to get a more correct behaviour with events and refing
38186         of data stored in sinkpads.
38187         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
38188         we don't pull from a pad in EOS.
38189
38190 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38191
38192         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
38193           remove v1 tag even if we can't read it (makes sure we don't detect
38194           it again)
38195
38196 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38197
38198         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
38199         (gst_alsa_xrun_recovery):
38200         * ext/alsa/gstalsa.h:
38201           try xrun recovery when wait failed. Make xrun recovery function
38202           return TRUE/FALSE to indicate success. (might fix #134354)
38203
38204 2004-02-13  David Schleef  <ds@schleef.org>
38205
38206         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
38207         (dynparm_value_changed), (main): Convert from float to double.
38208         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
38209
38210 2004-02-13  David Schleef  <ds@schleef.org>
38211
38212         * gst/silence/gstsilence.c: (gst_silence_class_init),
38213         (gst_silence_set_clock), (gst_silence_get),
38214         (gst_silence_set_property), (gst_silence_get_property):
38215         * gst/silence/gstsilence.h: Add sync property.
38216         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38217         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
38218         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
38219         * gst/sine/gstsinesrc.h: Add sync property.
38220
38221 2004-02-13  David Schleef  <ds@schleef.org>
38222
38223         * gst/intfloat/gstint2float.c: (conv_f32_s16),
38224         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
38225
38226 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
38227
38228         * configure.ac:
38229         * ext/Makefile.am:
38230         * gst-libs/ext/Makefile.am:
38231           move ffmpeg plugin to gst-ffmpeg module
38232
38233 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
38234
38235         * configure.ac: use GST_ARCH to detect architecture
38236
38237 2004-02-12  Julien MOUTTE  <julien@moutte.net>
38238
38239         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
38240
38241 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
38242
38243         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
38244           classify LADSPA plugins based on number of src/sink pads
38245           (#133663, Stefan Kost)
38246         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
38247           fix dparams registration
38248           (#133528, Stefan Kost)
38249         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
38250           fix use of isprint and use g_ascii_isprint instead
38251           (#133316, Stefan Kost)
38252
38253 2004-02-11  David Schleef  <ds@schleef.org>
38254
38255         Convert a few inner loops to use liboil.  This is currently
38256         optional, and is only enabled if liboil is present (duh!).
38257         * configure.ac: Check for liboil-0.1
38258         * gst/intfloat/Makefile.am:
38259         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
38260         (gst_int2float_chain_gint16):
38261         * gst/videofilter/Makefile.am:
38262         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
38263         (tablelookup_u8), (gst_videobalance_planar411):
38264         * gst/videotestsrc/Makefile.am:
38265         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
38266         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
38267         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
38268         (paint_hline_RGB565), (paint_hline_xRGB1555):
38269
38270 2004-02-11  David Schleef  <ds@schleef.org>
38271
38272         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
38273         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
38274         (gst_colorspace_getcaps), (gst_colorspace_link),
38275         (gst_colorspace_base_init), (gst_colorspace_init),
38276         (gst_colorspace_chain), (gst_colorspace_change_state),
38277         (plugin_init): Merge Ronald's patch (bug #117897) and update
38278         for new caps and negotiation.  Seems to work, although it
38279         shows off bugs in lcs.
38280
38281 2004-02-11  David Schleef  <ds@schleef.org>
38282
38283         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
38284         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
38285
38286 2004-02-11  David Schleef  <ds@schleef.org>
38287
38288         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
38289         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
38290         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
38291         Add server and port properties
38292
38293 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
38294
38295         * m4/a52.m4:
38296         * m4/aalib.m4:
38297         * m4/as-ffmpeg.m4:
38298         * m4/as-liblame.m4:
38299         * m4/as-slurp-ffmpeg.m4:
38300         * m4/check-libheader.m4:
38301         * m4/esd.m4:
38302         * m4/freetype2.m4:
38303         * m4/gconf-2.m4:
38304         * m4/glib.m4:
38305         * m4/gst-alsa.m4:
38306         * m4/gst-artsc.m4:
38307         * m4/gst-ivorbis.m4:
38308         * m4/gst-matroska.m4:
38309         * m4/gst-sdl.m4:
38310         * m4/gst-shout2.m4:
38311         * m4/gst-sid.m4:
38312         * m4/gtk.m4:
38313         * m4/libdv.m4:
38314         * m4/libfame.m4:
38315         * m4/libmikmod.m4:
38316         * m4/ogg.m4:
38317         * m4/vorbis.m4:
38318           fix underquotedness of macros (#133800)
38319         * m4/as-avifile.m4:
38320         * m4/xmms.m4:
38321           removed because no longer used
38322
38323 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
38324
38325         * configure.ac:
38326           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
38327           by autopoint (fixes #132996)
38328
38329 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38330
38331         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
38332         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
38333         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
38334         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
38335           fix memleaks
38336
38337 2004-02-11  David Schleef  <ds@schleef.org>
38338
38339         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
38340         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
38341         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
38342         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
38343         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
38344         (gst_jpegenc_class_init), (gst_jpegenc_init),
38345         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
38346         (gst_jpegenc_chain), (gst_jpegenc_set_property),
38347         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
38348         * ext/jpeg/gstjpegenc.h: Fix negotiation.
38349
38350 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38351
38352         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
38353         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
38354         * ext/mikmod/gstmikmod.h:
38355           fix caps negotiation in mikmod
38356         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
38357           output debug information
38358
38359 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38360
38361         * gst-libs/gst/colorbalance/Makefile.am:
38362         * gst-libs/gst/navigation/Makefile.am:
38363         * gst-libs/gst/xoverlay/Makefile.am:
38364           remove unused GST_OPT_CFLAGS from Makefiles
38365           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
38366
38367 2004-02-07  David Schleef  <ds@schleef.org>
38368
38369         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
38370         push events to pads that haven't been created (#133508)
38371
38372 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
38373
38374         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
38375         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
38376         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
38377         (gst_dvdec_loop), (gst_dvdec_change_state):
38378         Second attempt at committing a working dvdec element.
38379
38380 2004-02-06  David Schleef  <ds@schleef.org>
38381
38382         Build fixes for OS X: (see #129600)
38383         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
38384         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
38385         (gst_riff_read_strf_iavs):
38386         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
38387         (gst_avi_demux_stream_odml):
38388         * gst/playondemand/Makefile.am:
38389         * gst/rtp/rtp-packet.c:
38390
38391 2004-02-05  David Schleef  <ds@schleef.org>
38392
38393         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
38394         last change, because it Just Doesn't Compile.
38395
38396 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38397
38398         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
38399           skip undecodable id3v2 tag instead of keeping it
38400
38401 2004-02-05  David Schleef  <ds@schleef.org>
38402
38403         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
38404         Unref leaked buffer.  (Noticed by Ronald)
38405
38406 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
38407
38408         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38409         Sync requires with other checks.  >= vs =.
38410
38411 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
38412
38413         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
38414         (gst_dvdec_video_link), (gst_dvdec_loop):
38415         * ext/dv/gstdvdec.h:
38416           rework the caps negotiation so that dvdec works again instead
38417           of just segfaulting.
38418
38419 === release 0.7.4 ===
38420
38421 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
38422
38423         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
38424         * configure.ac: changed for release
38425
38426 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
38427
38428         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
38429         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
38430         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38431         * pkgconfig/gstreamer-play-uninstalled.pc.in:
38432           reworked patch by David Lehn to fix libdir and includedir for
38433           uninstalled libraries
38434           removed play and gconf from gstreamer-libs since they have their
38435           own pkgconfig files
38436
38437 2004-02-04  David Schleef  <ds@schleef.org>
38438
38439         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
38440         memleak.
38441
38442 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38443
38444         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
38445           use correct GST_TAG_ENCODER tag
38446
38447 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38448
38449         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
38450           be sure to stop the clock when going to paused
38451         * sys/oss/gstosssink.c: (gst_osssink_change_state):
38452           reset number of transmitted when going to ready.
38453         fixes #132935
38454
38455 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
38456
38457         reviewed by Benjamin Otte
38458
38459         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
38460           extract track count (fixes #133410)
38461
38462 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38463
38464         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
38465           that should be !=, not == (fixes #132519)
38466
38467 2004-02-04  David Schleef  <ds@schleef.org>
38468
38469         Make sure set_explicit_caps() is called before adding pad.
38470         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38471         * gst/id3/gstid3types.c: (gst_id3types_loop):
38472         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
38473         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38474
38475 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38476
38477         * configure.ac:
38478           bump nano to 2, first prerelease
38479           put back AM_PROG_LIBTOOL
38480
38481 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38482
38483         * testsuite/alsa/Makefile.am:
38484           these are user test apps, not automatic testsuite tests
38485
38486 2004-02-04  David Schleef  <ds@schleef.org>
38487
38488         Convert GST_DEBUG_CAPS() to GST_DEBUG():
38489         * gst/mpeg1videoparse/gstmp1videoparse.c:
38490         (mp1videoparse_parse_seq):
38491         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38492         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
38493         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
38494         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
38495         (gst_xvideosink_getcaps):
38496         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
38497         * testsuite/gst-lint: more tests
38498
38499 2004-02-04  David Schleef  <ds@schleef.org>
38500
38501         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
38502         with the code that they would expand to.
38503         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
38504         (gst_flacdec_get_src_query_types),
38505         (gst_flacdec_get_src_event_masks):
38506         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
38507         (gst_gnomevfssrc_get_query_types),
38508         (gst_gnomevfssrc_get_event_mask):
38509
38510 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38511
38512         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38513         (gst_sinesrc_dispose):
38514           fix memleak by properly disposing sinesrc
38515
38516 2004-02-04  Julien MOUTTE  <julien@moutte.net>
38517
38518         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
38519         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
38520         an overlay to redraw the image because it has been exposed.
38521         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
38522         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
38523         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
38524         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
38525         interface
38526         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
38527         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
38528         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
38529         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
38530         interface
38531
38532 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38533
38534         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
38535           more memleak fixage
38536
38537 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38538
38539         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
38540         * gst/typefind/gsttypefindfunctions.c:
38541           fix memleaks shown by gst-typefind
38542
38543 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
38544
38545         * common/glib-gen.mak:
38546           add hack rule to touch .Plo files
38547         * gst-libs/gst/colorbalance/Makefile.am:
38548         * gst-libs/gst/mixer/Makefile.am:
38549         * gst-libs/gst/play/Makefile.am:
38550         * gst-libs/gst/tuner/Makefile.am:
38551           remove glib_root variable
38552
38553 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38554
38555         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
38556           set explicit caps before adding the element, so the autopluggers can
38557           plug correctly.
38558         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
38559         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
38560         (mpeg_video_type_find), (mpeg_video_stream_type_find),
38561         (dv_type_find):
38562           fix memleaks in typefind functions. gst_type_find_suggest takes a const
38563           argument.
38564
38565 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
38566
38567         * gst-libs/gst/colorbalance/Makefile.am:
38568         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
38569         * gst-libs/gst/colorbalance/colorbalance.c:
38570         * gst-libs/gst/colorbalance/colorbalance.h:
38571         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
38572         * gst-libs/gst/mixer/Makefile.am:
38573         * gst-libs/gst/mixer/mixer-marshal.list:
38574         * gst-libs/gst/mixer/mixer.c:
38575         * gst-libs/gst/mixer/mixer.h:
38576         * gst-libs/gst/mixer/mixermarshal.list:
38577         * gst-libs/gst/play/Makefile.am:
38578         * gst-libs/gst/play/play.h:
38579         * gst-libs/gst/tuner/Makefile.am:
38580         * gst-libs/gst/tuner/tuner-marshal.list:
38581         * gst-libs/gst/tuner/tuner.c:
38582         * gst-libs/gst/tuner/tuner.h:
38583         * gst-libs/gst/tuner/tunermarshal.list:
38584           use new glib-gen.mak snippet to clean up Makefile.am
38585           fix various bugs in Makefile.am's
38586
38587 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38588
38589         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
38590           handle chain parsing correctly in the multichain case
38591         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
38592         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
38593         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
38594         (theora_dec_chain):
38595           handle events and queries correctly
38596
38597 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38598
38599         * .cvsignore:
38600         Ignore generated file _stdint.h.
38601
38602 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38603
38604         * gst-libs/gst/colorbalance/Makefile.am:
38605         * gst-libs/gst/colorbalance/colorbalance.h:
38606         * gst-libs/gst/mixer/Makefile.am:
38607         * gst-libs/gst/mixer/mixer.h:
38608         * gst-libs/gst/play/Makefile.am:
38609         * gst-libs/gst/play/play.h:
38610         * gst-libs/gst/tuner/Makefile.am:
38611         * gst-libs/gst/tuner/tuner.h:
38612         Generate enum type code with glib-mkenums.
38613         * gst-libs/gst/colorbalance/.cvsignore:
38614         * gst-libs/gst/mixer/.cvsignore:
38615         * gst-libs/gst/play/.cvsignore:
38616         * gst-libs/gst/tuner/.cvsignore:
38617         Ignore generated files.
38618
38619 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38620
38621         * gst-libs/gst/audio/.cvsignore:
38622         Ignore generated file.
38623         * gst-libs/gst/audio/Makefile.am:
38624         Do not install example filter.
38625
38626 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38627
38628         * examples/switch/.cvsignore:
38629         Ignore generated file.
38630
38631 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38632
38633         * common/m4/ax_create_stdint_h.m4:
38634         * configure.ac:
38635           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
38636           _stdint.h.
38637         * Makefile.am:
38638           remove generated _stdint.h in DISTCLEANFILES
38639         * ext/a52dec/gsta52dec.c:
38640           include _stdint.h for a52dec. (should fix #133064)
38641
38642 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
38643
38644         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
38645         (gst_tag_to_vorbis_comments):
38646         Add replaygain support to vorbistag
38647
38648 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
38649         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
38650         (gst_ffmpeg_caps_to_extradata):
38651           Fix SVQ3 caps flag properties
38652           Use glib macro for bytes swap
38653
38654 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38655
38656         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
38657         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
38658         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
38659         * ext/sndfile/gstsf.c: (plugin_init):
38660         * gst/avi/gstavi.c: (plugin_init):
38661         * sys/dxr3/dxr3init.c: (plugin_init):
38662         * sys/oss/gstossaudio.c: (plugin_init):
38663         * sys/v4l/gstv4l.c: (plugin_init):
38664         * sys/v4l2/gstv4l2.c: (plugin_init):
38665           remove textdomain calls
38666         * po/nl.po:
38667           update Dutch translation
38668
38669 2004-02-02  Julien MOUTTE  <julien@moutte.net>
38670
38671         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
38672         (gst_play_set_audio_sink): Moving volume in the audio thread for
38673         instantaneous volume change. Maybe i will add another volume in front
38674         of visualization later, not sure yet though.
38675
38676 2004-02-02  Julien MOUTTE  <julien@moutte.net>
38677
38678         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38679         (gst_ximagesink_handle_xevents): Better X events handling, only take
38680         the latest events for configure and motion.
38681         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
38682
38683 2004-02-02  Jon Trowbridge  <trow@gnu.org>
38684
38685         reviewed by: David Schleef  <ds@schleef.org>
38686
38687         Fix memory leaks:
38688         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
38689         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
38690
38691 2004-02-02  David Schleef  <ds@schleef.org>
38692
38693         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
38694         of lines.
38695         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
38696         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
38697         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
38698         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
38699         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
38700         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
38701         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
38702         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
38703         (gst_float2_2_int_link):
38704         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
38705         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
38706         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
38707         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
38708         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
38709         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
38710         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
38711         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
38712         * testsuite/gst-lint: Add tests for bzero and ;;
38713
38714 2004-02-02  David Schleef  <ds@schleef.org>
38715
38716         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
38717
38718 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38719
38720         * ext/aalib/gstaasink.c: (gst_aasink_open):
38721         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
38722         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
38723         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
38724         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
38725         (gst_afsink_close_file):
38726         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
38727         (gst_afsrc_close_file):
38728         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
38729         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
38730         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
38731         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
38732         * ext/esd/esdmon.c: (gst_esdmon_get):
38733         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
38734         * ext/faac/gstfaac.c: (gst_faac_chain):
38735         * ext/faad/gstfaad.c: (gst_faad_chain):
38736         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
38737         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38738         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
38739         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
38740         (gst_flacdec_loop):
38741         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
38742         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
38743         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
38744         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
38745         (gst_gnomevfssink_close_file):
38746         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
38747         (gst_gnomevfssrc_open_file):
38748         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
38749         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
38750         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
38751         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
38752         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
38753         * ext/mad/gstmad.c: (gst_mad_chain):
38754         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
38755         * ext/mpeg2dec/gstmpeg2dec.c:
38756         * ext/mpeg2enc/gstmpeg2enc.cc:
38757         * ext/mplex/gstmplex.cc:
38758         * ext/mplex/gstmplexibitstream.cc:
38759         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
38760         (gst_ogg_demux_push):
38761         * ext/raw1394/gstdv1394src.c:
38762         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
38763         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
38764         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
38765         (gst_sf_loop):
38766         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
38767         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
38768         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
38769         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
38770         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
38771         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
38772         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
38773         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
38774         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
38775         (gst_riff_read_element_data), (gst_riff_read_seek),
38776         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
38777         * gst/adder/gstadder.c: (gst_adder_loop):
38778         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
38779         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
38780         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
38781         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
38782         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
38783         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
38784         * gst/goom/gstgoom.c: (gst_goom_chain):
38785         * gst/id3/gstid3types.c: (gst_id3types_loop):
38786         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
38787         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
38788         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
38789         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
38790         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
38791         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
38792         (gst_ebml_read_float), (gst_ebml_read_header):
38793         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
38794         (gst_matroska_demux_parse_blockgroup):
38795         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
38796         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
38797         * gst/oneton/gstoneton.c: (gst_oneton_chain):
38798         * gst/silence/gstsilence.c: (gst_silence_get):
38799         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
38800         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
38801         * gst/speed/gstspeed.c: (speed_loop):
38802         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
38803         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
38804         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
38805         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
38806         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
38807         (gst_wavparse_loop):
38808         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
38809         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
38810         (dxr3audiosink_close):
38811         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
38812         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
38813         (dxr3videosink_close), (dxr3videosink_write_data):
38814         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
38815         * sys/oss/gstosssink.c: (gst_osssink_chain):
38816         * sys/oss/gstosssrc.c: (gst_osssrc_get):
38817         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
38818         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
38819         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
38820         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
38821         (gst_v4l_set_window), (gst_v4l_enable_overlay):
38822         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
38823         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
38824         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
38825         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
38826         (gst_v4l_set_audio):
38827         * sys/v4l/v4l_calls.h:
38828         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
38829         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
38830         (gst_v4lmjpegsink_playback_init),
38831         (gst_v4lmjpegsink_playback_start):
38832         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
38833         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
38834         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
38835         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
38836         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
38837         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
38838         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
38839         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
38840         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
38841         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
38842         (gst_v4l2_get_output), (gst_v4l2_set_output),
38843         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
38844         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
38845         (gst_v4l2_set_attribute):
38846         * sys/v4l2/v4l2_calls.h:
38847         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
38848         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
38849         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
38850         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
38851         (gst_v4l2src_capture_stop):
38852         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
38853         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
38854         (gst_ximagesink_chain):
38855         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
38856         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
38857         (gst_xvideosink_xwindow_new):
38858         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
38859         (gst_xvimagesink_chain):
38860
38861 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38862
38863         * gst/volume/gstvolume.c: (gst_volume_set_volume),
38864         (gst_volume_get_volume), (volume_class_init), (volume_init),
38865         (volume_chain_int16), (volume_update_volume):
38866         * gst/volume/gstvolume.h:
38867           make code more readable by removing magic numbers
38868           make mixer interface export 0-100 range
38869           make it internally map to 0.0-1.0 range so users don't distort
38870           output by putting the sliders at full volume
38871
38872 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38873
38874         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
38875         (gst_play_state_change), (gst_play_seek_to_time):
38876         block the tick callback for 0.5 secs after doing a seek
38877
38878 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38879
38880         * gst-libs/gst/play/play.c: (gst_play_new):
38881           check for GError
38882
38883 2004-02-01  Julien MOUTTE  <julien@moutte.net>
38884
38885         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
38886         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
38887         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
38888         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
38889         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
38890         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
38891
38892 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
38893
38894         * configure.ac:
38895         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
38896           check for a function added in vorbis 1.1
38897
38898 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38899
38900         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
38901         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
38902           really start/stop clock only on PLAYING <=> PAUSED
38903         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
38904           remove \n from debugging lines
38905         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
38906           make it work when seeking does not
38907         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
38908           reset on DISCONT
38909
38910 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38911
38912         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
38913           start clock on PAUSED=>PLAYING, not later
38914         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
38915           extract correct time for different discont formats
38916         (gst_alsa_sink_get_time):
38917           don't segfault when no format is negotiated yet, just return 0
38918         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
38919         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
38920         (gst_ogg_pad_push):
38921           handle flush and discont events correctly
38922         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
38923           handle discont events correctly
38924
38925 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
38926
38927         * gst-libs/gst/play/play.c: (gst_play_error_quark),
38928         (gst_play_error_create), (gst_play_error_plugin),
38929         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
38930         * gst-libs/gst/play/play.h:
38931           add error handling during creation
38932         * examples/gstplay/player.c: (main):
38933           use new gst_play_new
38934
38935
38936 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38937
38938         * ext/theora/theoradec.c: (theora_dec_chain):
38939           make comments work
38940         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
38941         (vorbis_dec_src_event), (vorbis_dec_chain):
38942           add encoder tag, fix tag reading to be more error tolerant, change
38943           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
38944           gst_pad_event_default.
38945         * gst/tags/gstvorbistag.c:
38946         (gst_tag_list_from_vorbiscomment_buffer):
38947           undefine function specific define at end of function
38948
38949 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
38950
38951         * ext/flac/gstflac.c: (plugin_init):
38952         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
38953         * ext/flac/gstflacdec.h:
38954         * ext/flac/gstflacenc.h:
38955           Fix typos
38956
38957 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
38958
38959         * examples/gstplay/player.c: s/gstplay.h/play.h/
38960
38961 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38962
38963         * gst-libs/gst/play/Makefile.am:
38964         * gst-libs/gst/play/gstplay.c:
38965         * gst-libs/gst/play/gstplay.h:
38966         * gst-libs/gst/play/play.c:
38967           more surgery, operation complete
38968
38969 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38970
38971         * gst-libs/gst/play/play.old.c:
38972         * gst-libs/gst/play/play.old.h:
38973           after CVS surgery by moving, remove
38974         * gst-libs/gst/play/playpipelines.c:
38975           remove
38976
38977         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
38978           add negotiation error
38979
38980 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38981
38982         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
38983         (gst_ogg_demux_push):
38984           add some seeking debug info
38985           send a flush when seeking
38986
38987 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38988
38989         * configure.ac:
38990           use AC_C_INLINE
38991         * configure.ac:
38992         * ext/Makefile.am:
38993         * ext/theora/Makefile.am:
38994         * ext/theora/theoradec.c:
38995           add theora video decoder. Does just do simple decoding for now and
38996           has been tested against Theora cvs only. It only works when theora
38997           is compiled with --enable-static.
38998         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
38999           always reset packetno on DISCONT
39000
39001 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39002
39003         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
39004           Fix audio.
39005
39006 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39007
39008         * gst/mpegaudioparse/gstmpegaudioparse.c:
39009         (mp3_type_frame_length_from_header):
39010           Fix header parsing - stolen from ffmpeg (thank you! :) ).
39011
39012 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39013
39014         * ext/esd/esdsink.c: (gst_esdsink_init):
39015           Since we have static pad template caps, we don't need to negotiate;
39016           either the core errors out or we know the format.
39017
39018 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39019
39020         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
39021         (gst_riff_read_seek):
39022         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
39023         (gst_ebml_read_seek):
39024           Fix event handling.
39025
39026 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39027
39028         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
39029           removee video/x-theora from vp3 decoder, it doesn't handle raw
39030           theora streams
39031         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
39032           fix bug with finalizing element that never went to PAUSED
39033         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
39034           length and position queries were swapped
39035         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
39036         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
39037         (vorbis_dec_src_event):
39038           implement querying time and bytes
39039
39040 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
39041
39042         * just about every source file:
39043           gst_element_error -> GST_ELEMENT_ERROR
39044
39045 2004-01-29  Julien MOUTTE  <julien@moutte.net>
39046
39047         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
39048         emiting FLUSH and even before DISCONT.
39049         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
39050         get the best instant seeking as possible yay!
39051
39052 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39053
39054         * gst/mpeg1videoparse/gstmp1videoparse.c:
39055         (gst_mp1videoparse_real_chain):
39056           Committed wrong version last week... Grr... Didn't notice until now.
39057
39058 2004-01-29  Julien MOUTTE <julien@moutte.net>
39059
39060         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
39061         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
39062         have_xwindow_id signal in xwindow_create.
39063
39064 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39065
39066         * ext/ogg/gstoggdemux.c:
39067           lots of changes - mainly support for chained bitstreams, seeking,
39068           querying and bugfixes of course
39069         * ext/vorbis/Makefile.am:
39070         * ext/vorbis/vorbisdec.c:
39071         * ext/vorbis/vorbisdec.h:
39072           add vorbisdec raw vorbis decoder
39073         * ext/vorbis/vorbis.c: (plugin_init):
39074           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
39075         * gst/intfloat/Makefile.am:
39076         * gst/intfloat/float22int.c:
39077         * gst/intfloat/float22int.h:
39078         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
39079           add float2intnew plugin. It converts multichannel interleaved float to
39080           multichannel interleaved int. The name should probably be changed.
39081         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
39082         (plugin_init):
39083           add typefinding for raw theora video so oggdemux can detect it.
39084
39085 2004-01-28  Julien MOUTTE  <julien@moutte.net>
39086
39087         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
39088         sink element first.
39089         * gst/videoscale/gstvideoscale.c:
39090         (gst_videoscale_handle_src_event): Fixing src event handler.
39091
39092 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39093
39094         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
39095         (gst_v4lsrc_open), (gst_v4lsrc_close),
39096         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
39097         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
39098         * sys/v4l/gstv4lsrc.h:
39099         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
39100         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
39101           Implement resizing... Hack. But that's why v4l is b0rked...
39102
39103 2004-01-28  Julien MOUTTE <julien@moutte.net>
39104
39105         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
39106         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
39107         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
39108         (gst_ximagesink_xwindow_destroy):
39109         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
39110         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
39111         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
39112         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
39113         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
39114         correctly cleaning the image created to check xshm calls on succes,
39115         added a lot of XSync calls in X11 functions, and fixed a segfault when
39116         no image format was defined before negotiation happened.
39117
39118 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39119
39120         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
39121           use gst_element_get_time to get correct time
39122
39123 2004-01-28  Julien MOUTTE  <julien@moutte.net>
39124
39125         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
39126         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
39127         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
39128         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
39129         (gst_xvimagesink_check_xshm_calls),
39130         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
39131         X plugins are now able to detect that XShm calls will fail even if the
39132         server claims that it has XShm support (remote displays most of the
39133         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
39134         so that we use non XShm functions. This feature is almost useless for
39135         xvimagesink as Xv is not supported on remote displays anyway, but
39136         it might happen than even on the local display XShm calls fail.
39137
39138 2004-01-27  David Schleef  <ds@schleef.org>
39139
39140         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
39141         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
39142         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
39143         changed esdsink to only use 44100,16,2, since esd sucks at rate
39144         conversion and esdsink has had difficulty negotiating.
39145
39146 2004-01-27  Julien MOUTTE <julien@moutte.net>
39147
39148         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
39149         (gst_play_seek_to_time): Fixing the way to get current position.
39150
39151 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39152
39153         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
39154           use gst_element_get_time to get correct time
39155
39156 2004-01-27  Julien MOUTTE <julien@moutte.net>
39157
39158         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
39159         fix ever... Inverting 2 lines of code make spider autoplug correctly
39160         tagged mp3 !
39161
39162 2004-01-27  David Schleef  <ds@schleef.org>
39163
39164         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
39165         Use gst_pad_try_set_caps_nonfixed().
39166
39167 2004-01-27  David Schleef  <ds@schleef.org>
39168
39169         * gst/ac3parse/gstac3parse.c: update to checklist 5
39170         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
39171         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
39172         * gst/audioscale/gstaudioscale.c: same
39173         * gst/auparse/gstauparse.c: same
39174         * gst/avi/gstavidemux.c: same
39175
39176 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39177
39178         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
39179           stop processing after EOS
39180
39181 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39182
39183         * gst/asfdemux/asfheaders.h:
39184         * gst/asfdemux/gstasfdemux.c:
39185         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
39186         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
39187         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
39188           lot's of fixes to make data extraction simpler and get the code
39189           architecture and compiler independant. Add debugging category
39190         * gst/goom/gstgoom.c: (gst_goom_change_state):
39191           reset channel count on PAUSED=>READY, not READY=>PAUSED
39192
39193 2004-01-26  Colin Walters  <walters@verbum.org>
39194
39195         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
39196         code to pull a bigger buffer in iradio mode.  This as a side effect
39197         makes typefinding work.
39198
39199 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
39200
39201         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
39202         Fix SVQ3 decoding on PPC
39203
39204 2004-01-26  Julien MOUTTE <julien@moutte.net>
39205
39206         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
39207         that one managed to stay there... Fixed.
39208
39209 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
39210
39211         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
39212         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
39213         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
39214         (qtdemux_video_caps):
39215         * gst/qtdemux/qtdemux.h:
39216         Add SVQ3 specific flags to qtdemux and ffmpeg
39217
39218 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39219
39220         * gst-libs/gst/audio/audio.h:
39221           remove buffer-frames from audio caps
39222         * gst/audioconvert/gstaudioconvert.c:
39223           fix plugin to really work.
39224
39225 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39226
39227         * gst-libs/gst/mixer/mixer.c:
39228         * gst-libs/gst/propertyprobe/propertyprobe.c:
39229         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
39230         (gst_tuner_find_channel_by_name):
39231         * gst-libs/gst/tuner/tuner.h:
39232           Add gtk-doc style comments. Also fix a function name.
39233
39234 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39235
39236         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
39237         (gst_divxdec_negotiate):
39238           Fix for new capsnego - also fixes gst-player with divxdec.
39239
39240 2004-01-25  Julien MOUTTE  <julien@moutte.net>
39241
39242         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39243         (gst_play_identity_handoff), (gst_play_set_location),
39244         (gst_play_set_visualization), (gst_play_connect_visualization): Another
39245         try in visualization implementation. Still have an issue with switch
39246         blocking when pulling from video_queue and only audio comes out of
39247         spider.
39248         * gst/switch/gstswitch.c: (gst_switch_release_pad),
39249         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
39250         release method. And check if the pad is usable before pulling.
39251
39252 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39253
39254         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
39255         (gst_videobalance_init),
39256         (gst_videobalance_colorbalance_list_channels),
39257         (gst_videobalance_colorbalance_set_value),
39258         (gst_videobalance_colorbalance_get_value),
39259         (gst_videobalance_update_properties),
39260         (gst_videobalance_update_tables_planar411),
39261         (gst_videobalance_planar411):
39262         * gst/videofilter/gstvideobalance.h:
39263           Implement lookup-tables. +/- 10x faster.
39264
39265 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39266
39267         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
39268         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
39269           The index reading was broken. The rest worked fine, but the whole
39270           goal of my rewrite was to make avidemux readable, and this was
39271           not at all readable. Please use typed variables.
39272
39273 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39274
39275         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
39276           Additional pad usability check.
39277         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
39278         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
39279         (gst_mp1videoparse_real_chain):
39280           Fix MPEG video stream parsing. The original plugin had several
39281           issues, including not timestamping streams where the source was
39282           not timestamped (this happens with PTS values in mpeg system
39283           streams, but MPEG video is also a valid stream on its own so
39284           that needs timestamps too). We use the display time code for that
39285           for now. Also, if one incoming buffer contains multiple valid
39286           frames, we push them all on correctly now, including proper EOS
39287           handling. Lastly, several potential segfaults were fixed, and we
39288           properly sync on new sequence/gop headers to include them in next,
39289           not previous frames (since they're header for the next frame, not
39290           the previous). Also see #119206.
39291         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
39292         (bpf_from_header):
39293           Move caps setting so we only do it after finding several valid
39294           MPEG-1 fraes sequentially, not right after the first one (which
39295           might be coincidental).
39296         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
39297         (mpeg_video_type_find), (mpeg_video_stream_type_find),
39298         (plugin_init):
39299           Add unsynced MPEG video stream typefinding, and change some
39300           probability values so we detect streams rightly. The idea is as
39301           follows: I can have an unsynced system stream which contains
39302           video. In the current code, I would randomly get a type for either
39303           system or video stream type found, because the probabilities are
39304           being calculated rather randomly. I now use fixed values, so we
39305           always prefer system stream if that was found (and that is how it
39306           should be). If no system stream was found, we can still identity                the stream as video-only.
39307
39308 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39309
39310         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
39311         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
39312           don't write to buffer. Extract data without the need of
39313           __attribute__ ((packed))
39314
39315 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39316
39317         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
39318         (mpeg1_sys_type_find):
39319           Fix MPEG-1 stream typefinding.
39320
39321 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39322
39323         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
39324           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
39325
39326 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
39327
39328         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
39329         * ext/esd/gstesd.c: (plugin_init):
39330           private debugging, better error reporting
39331
39332 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39333
39334         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
39335         (gst_riff_read_init), (gst_riff_read_change_state):
39336         * gst-libs/gst/riff/riff-read.h:
39337           Remove stuff fromold metadata system.
39338
39339 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39340
39341         * ext/ogg/gstoggdemux.c:
39342           Fix wrong file comment.
39343         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
39344         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
39345           Add metadata reading properly.
39346
39347 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
39348
39349         * ext/Makefile.am:
39350           Fix nas DIST_SUBDIRS
39351           Uraeus:
39352           Fix bug where make distcheck doesn't get run on adding stuff to
39353           the build.
39354
39355 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39356
39357         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
39358         * ext/divx/gstdivxdec.h:
39359           Fix divx3 ("msmpeg4") playback using divxdec.
39360
39361 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39362
39363         * gst/typefind/gsttypefindfunctions.c:
39364         (mp3_type_frame_length_from_header): fix bug in length computation
39365         (mp3_type_find): improve debugging output
39366
39367 2004-01-23  Julien MOUTTE  <julien@moutte.net>
39368
39369         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39370         (gst_play_set_location), (gst_play_seek_to_time),
39371         (gst_play_set_audio_sink), (gst_play_set_visualization),
39372         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
39373         the pipeline from scratch. Visualization is back and switch went out as
39374         i realized it was not possible to use the way i wanted.
39375         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
39376         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
39377         clearing in state change from READY to NULL. So that one can clean the
39378         X ressources keeping the element.
39379         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39380         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
39381         (gst_xvimagesink_colorbalance_set_value),
39382         (gst_xvimagesink_colorbalance_get_value),
39383         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
39384         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
39385         change from READY to NULL and fixed some stupid bugs in colorbalance
39386         get/set values. Also added the following feature : when nobody tries to
39387         set some values to the colorbalance levels before the xcontext is
39388         grabbed, then when creating channels list from Xv attributes we set the
39389         internal values to the Xv defaults. This way we handle buggy Xv drivers
39390         that set default hue values far from the middle of the range (Thanks
39391         to Jon Trowbridge for pointing that issue).
39392         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
39393         colorbalance levels have been set before xcontext is grabbed.
39394
39395 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39396
39397         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
39398           Fix the ossmixer case where we shouldn't open /dev/dsp* because
39399           it might block operations (which is bad for a mixer).
39400
39401 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
39402
39403         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
39404         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
39405         (gmip_find_type_pre):
39406         * gst-libs/gst/media-info/media-info-priv.h:
39407         * gst-libs/gst/media-info/media-info.c:
39408         (gst_media_info_instance_init), (gst_media_info_read_idler):
39409         add fakesink to get caps on decoder src pad again
39410         fix callback prototype to match new have_type signal signature
39411
39412 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
39413
39414         * gst/adder/gstadder.c: (gst_adder_link):
39415           fix non-compile and cut-n-paste code
39416
39417 2004-01-21  David Schleef  <ds@schleef.org>
39418
39419         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
39420         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
39421         (gst_swfdec_init), (gst_swfdec_change_state):
39422         * ext/swfdec/gstswfdec.h:
39423         Fix negotiation.
39424         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
39425         (gst_adder_request_new_pad): Fix negotiation.
39426         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
39427         Add a fixate function.
39428         * gst/intfloat/gstfloat2int.c:
39429         * gst/intfloat/gstfloat2int.h:
39430         * gst/intfloat/gstint2float.c:
39431         * gst/intfloat/gstint2float.h:
39432         Completely rewrite the negotiation.  Doesn't quite work yet,
39433         due to some buffer-frames problem.
39434
39435 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
39436
39437         * ext/gnomevfs/gstgnomevfssrc.c:
39438         * sys/v4l2/v4l2_calls.h:
39439           fix includes for distcheck
39440
39441 2004-01-21  Christian Schaller <uraeus@gnome.org>
39442
39443         * ext/nas/
39444         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
39445         based on earlier patch from Laurent Vivier
39446
39447 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
39448
39449         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
39450         Fix wma caps property
39451         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
39452         Fix typo (flags1 and flags2)
39453
39454 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39455
39456         * gst-libs/gst/media-info/media-info-priv.c:
39457         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
39458         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
39459         (gmip_find_stream), (gmip_find_track_metadata),
39460         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
39461         (gmip_find_track_format):
39462         * gst-libs/gst/media-info/media-info-priv.h:
39463         * gst-libs/gst/media-info/media-info-test.c: (main):
39464         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
39465         (gst_media_info_read_idler), (gst_media_info_read):
39466         * gst-libs/gst/media-info/media-info.h:
39467           register debugging category and use it for debugging
39468
39469 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39470
39471         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
39472         (gst_vorbisfile_new_link):
39473           signal streaminfo through tags
39474
39475 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39476
39477         * ext/mplex/gstmplex.cc:
39478         * ext/mplex/gstmplexibitstream.cc:
39479           g++ doesn't like NULL in our i18n/error macros, should be
39480           either (NULL) or ("").
39481
39482 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39483
39484         * sys/dxr3/dxr3audiosink.c:
39485         * sys/dxr3/dxr3init.c:
39486         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
39487         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
39488           Fix more error error error errors (missing includes here).
39489
39490 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39491
39492         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39493           fix thomas' error errors.
39494
39495 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39496
39497         * ext/mpeg2enc/gstmpeg2enc.cc:
39498           fix error errors.
39499
39500 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39501
39502         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39503         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39504           Fix for new error system.
39505
39506 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39507
39508         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39509           fix for new error reporting
39510
39511 2004-01-20  David Schleef  <ds@schleef.org>
39512
39513         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
39514         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
39515         (gst_ximagesink_set_xwindow_id): Change to using a framerate
39516         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
39517         and neither is 100+, most likely.
39518         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
39519         (gst_xvimagesink_getcaps): same
39520
39521 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39522
39523         * configure.ac:
39524           Up version requirement to 2.0.3 (not yet released) to avoid symbol
39525           clashes with ffmpeg.
39526
39527 2004-01-20  Julien MOUTTE  <julien@moutte.net>
39528
39529         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
39530         (gst_switch_init): Fixed switch element : proxying link and setting
39531         caps from src to sink on request.
39532
39533 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39534
39535         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
39536         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
39537         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
39538         fix element_error
39539
39540 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39541
39542         * sys/v4l/v4l_calls.h:
39543         * sys/v4l2/v4l2_calls.h:
39544           element_error fixes
39545
39546 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39547
39548         * gst-libs/gst/gst-i18n-plugin.h:
39549           add locale.h
39550           remove config.h inclusion
39551
39552 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39553
39554         * autogen.sh:
39555           adding autopoint invocation
39556         * Makefile.am:
39557         * configure.ac:
39558         * gst-libs/gst/gettext.h:
39559           adding gettext bits
39560         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
39561         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
39562         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
39563         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39564         (gst_gnomevfssink_close_file):
39565         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
39566         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
39567         * gst-libs/gst/gst-i18n-plugin.h:
39568         * gst/avi/gstavi.c: (plugin_init):
39569         * sys/dxr3/dxr3init.c: (plugin_init):
39570         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
39571         * sys/oss/gstossaudio.c: (plugin_init):
39572         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39573         * sys/v4l/gstv4l.c: (plugin_init):
39574         * sys/v4l/v4l_calls.c: (gst_v4l_open):
39575         * sys/v4l2/gstv4l2.c: (plugin_init):
39576         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39577         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
39578         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
39579         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
39580         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
39581         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
39582           make sure locale and translation domain are set
39583           fix translated strings
39584         * po/.cvsignore:
39585         * po/LINGUAS:
39586         * po/Makevars:
39587         * po/POTFILES.in:
39588         * po/nl.po:
39589           put translation files into place
39590         * sys/xvideo/imagetest.c: (main):
39591         * ext/dv/demo-play.c: (main):
39592           fix unnecessary translations
39593
39594 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
39595
39596         * ext/sndfile/gstsf.c:
39597         * gst/avi/gstavimux.c:
39598         * ext/audiofile/gstafsink.c:
39599         * ext/audiofile/gstafsrc.c:
39600         * ext/gnomevfs/gstgnomevfssink.c:
39601         * ext/gnomevfs/gstgnomevfssrc.c:
39602         * sys/oss/gstosselement.c:
39603         * sys/v4l/v4l_calls.h:
39604           fix i18n include
39605
39606 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39607
39608         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39609         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
39610         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
39611         (gst_v4l2_get_output), (gst_v4l2_set_output),
39612         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
39613         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
39614         (gst_v4l2_set_attribute):
39615         update to new error handling
39616
39617 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39618
39619         * ext/sidplay/gstsiddec.cc:
39620         * gst/modplug/gstmodplug.cc:
39621           parenthese NULL because C++ seems angry about it
39622
39623 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39624
39625         * gst-libs/gst/gst-i18n-plugin.h:
39626           add skeleton i18n stuff, but needs to be further implemented
39627
39628 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
39629
39630         * examples/gstplay/player.c: (main):
39631         * ext/aalib/gstaasink.c: (gst_aasink_open):
39632         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
39633         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
39634         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
39635         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
39636         (gst_afsink_close_file):
39637         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
39638         (gst_afsrc_close_file):
39639         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39640         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
39641         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
39642         * ext/esd/esdmon.c: (gst_esdmon_get):
39643         * ext/esd/esdsink.c: (gst_esdsink_chain):
39644         * ext/faac/gstfaac.c: (gst_faac_chain):
39645         * ext/faad/gstfaad.c: (gst_faad_chain):
39646         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
39647         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
39648         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
39649         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
39650         (gst_flacdec_loop):
39651         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
39652         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
39653         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
39654         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39655         (gst_gnomevfssink_close_file):
39656         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
39657         (gst_gnomevfssrc_open_file):
39658         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
39659         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
39660         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
39661         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
39662         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
39663         * ext/mad/gstmad.c: (gst_mad_chain):
39664         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
39665         * ext/mpeg2dec/gstmpeg2dec.c:
39666         * ext/mpeg2enc/gstmpeg2enc.cc:
39667         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39668         * ext/mplex/gstmplex.cc:
39669         * ext/mplex/gstmplexibitstream.cc:
39670         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
39671         (gst_ogg_demux_push), (gst_ogg_pad_push):
39672         * ext/raw1394/gstdv1394src.c:
39673         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
39674         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
39675         * ext/sidplay/gstsiddec.cc:
39676         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
39677         (gst_sf_loop):
39678         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
39679         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
39680         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
39681         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
39682         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
39683         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
39684         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
39685         * gst-libs/gst/Makefile.am:
39686         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
39687         (gst_riff_read_element_data), (gst_riff_read_seek),
39688         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
39689         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
39690         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
39691         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
39692         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
39693         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
39694         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
39695         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
39696         * gst/goom/gstgoom.c: (gst_goom_chain):
39697         * gst/id3/gstid3types.c: (gst_id3types_loop):
39698         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
39699         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
39700         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
39701         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
39702         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
39703         (gst_ebml_read_float), (gst_ebml_read_header):
39704         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
39705         (gst_matroska_demux_parse_blockgroup):
39706         * gst/modplug/gstmodplug.cc:
39707         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
39708         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
39709         * gst/oneton/gstoneton.c: (gst_oneton_chain):
39710         * gst/silence/gstsilence.c: (gst_silence_get):
39711         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
39712         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
39713         * gst/speed/gstspeed.c: (speed_loop):
39714         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
39715         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
39716         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
39717         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
39718         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
39719         (gst_wavparse_loop):
39720         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
39721         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
39722         (dxr3audiosink_close):
39723         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
39724         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
39725         (dxr3videosink_close), (dxr3videosink_write_data):
39726         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39727         * sys/oss/gstosselement.h:
39728         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
39729         (gst_osssink_chain):
39730         * sys/oss/gstosssrc.c: (gst_osssrc_get):
39731         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
39732         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
39733         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
39734         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
39735         (gst_v4l_enable_overlay):
39736         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
39737         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
39738         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
39739         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
39740         (gst_v4l_set_audio):
39741         * sys/v4l/v4l_calls.h:
39742         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
39743         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
39744         (gst_v4lmjpegsink_playback_init),
39745         (gst_v4lmjpegsink_playback_start):
39746         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
39747         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
39748         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
39749         (gst_v4lmjpegsrc_requeue_frame):
39750         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
39751         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
39752         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
39753         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
39754         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
39755         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
39756         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
39757         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
39758         (gst_v4l2src_capture_stop):
39759         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
39760         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
39761         (gst_ximagesink_chain):
39762         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
39763         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
39764         (gst_xvideosink_xwindow_new):
39765         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39766         (gst_xvimagesink_chain):
39767         use new error signal, function and categories
39768
39769 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
39770
39771         * configure.ac:
39772         * ext/Makefile.am:
39773         * ext/musicbrainz/gsttrm.c:
39774         * ext/musicbrainz/gsttrm.h:
39775         * ext/musicbrainz/Makefile.am:
39776         Add a trm plugin
39777
39778 2004-01-18  Julien MOUTTE  <julien@moutte.net>
39779
39780         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
39781         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
39782         synchronous property for debugging.
39783         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
39784         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39785         (gst_xvimagesink_set_property): Moving a pointer declaration to a
39786         smaller block, fixing indent.
39787
39788 2004-01-16  David Schleef  <ds@schleef.org>
39789
39790         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
39791         property affects the video stream.
39792         * sys/xvimage/xvimagesink.c:
39793         * sys/xvimage/xvimagesink.h:
39794         Add synchronous property for debugging.  Should probably be
39795         disabled in non-CVS builds.  Make sure that the Xv attribute
39796         exists before we set it (crash!).  Fix a silly float bug that
39797         caused colorbalance to just not work.
39798
39799 2004-01-17  Christian Schaller <Uraeus@gnome.org>
39800
39801         * tools/gst-launch-ext.in - update for new plugins
39802
39803 2004-01-16  David Schleef  <ds@schleef.org>
39804
39805         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
39806         already-freed caps.
39807
39808 2994-01-16  Christian Schaller <Uraeus@gnome.org>
39809
39810         * Update spec for new colorspace plugin and libcaca plugin
39811         * Fix compilation of libcaca plugin (clock -> id)
39812
39813 2004-01-16  Julien MOUTTE <julien@moutte.net>
39814
39815         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
39816         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
39817         (gst_xvimagesink_set_xwindow_id),
39818         (gst_xvimagesink_colorbalance_set_value),
39819         (gst_xvimagesink_colorbalance_get_value),
39820         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
39821         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
39822         correct colorbalance properties. They can now be set when the element
39823         is still in NULL state. The values will be committed to the Xv Port
39824         when xcontext is initialized.
39825         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
39826         brightness int values in the GstXvImagesink structure.
39827
39828 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39829
39830         * gst-libs/gst/Makefile.am:
39831           restructure so having local patches works easier.
39832
39833 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39834
39835         * ext/mpeg2enc/Makefile.am:
39836         * ext/mpeg2enc/gstmpeg2enc.cc:
39837         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39838           Bugfix with respect to EOS handling.
39839
39840 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39841
39842         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
39843           Link with right caps (else, it segfaults).
39844         * ext/mplex/gstmplexjob.cc:
39845           Fix for slight API change in 1.6.1.93 release of mjpegtools.
39846
39847 2004-01-15  David Schleef  <ds@schleef.org>
39848
39849         * gst-libs/gst/audio/Makefile.am:
39850         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
39851         from the template.
39852         * gst-libs/gst/audio/gstaudiofilter.c:
39853         * gst-libs/gst/audio/gstaudiofilter.h:
39854         Add bytes_per_sample and size and n_samples calculation.
39855         * gst-libs/gst/audio/gstaudiofilterexample.c:
39856         Remove, now autogenerated.
39857         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
39858         Moved from gstaudiofilterexample, object name changed, code added
39859         so that it actually works.
39860         * gst-libs/gst/audio/make_filter:
39861         Script to build an audiofilter subclass from the template.
39862         * gst/colorspace/Makefile.am:
39863         * gst/colorspace/yuv2yuv.c:
39864         Remove file, since it's GPL, and we don't use it.
39865
39866 2004-01-15  Julien MOUTTE  <julien@moutte.net>
39867
39868         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39869         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
39870         them use the buffer free function to test how the buffer was allocated.
39871
39872 2004-01-15  David Schleef  <ds@schleef.org>
39873
39874         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
39875         that handles osssink fallback.
39876         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
39877         (gst_audio_convert_getcaps):
39878         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
39879         Add audio/x-qdm2 for QDM2 audio.
39880         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
39881         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
39882         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
39883         Decrease minimum size to 16x16.
39884         * gst/wavparse/gstwavparse.c:
39885         Convert disabled pad template caps to new caps.
39886         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
39887         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39888         (gst_xvimagesink_chain): Throw element error when display cannot
39889         be opened.  Increase minimum framerate to 1.0.  Check the data
39890         free function on a buffer to make sure it is the type we expect
39891         before manipulating it.
39892
39893 2004-01-15  Julien MOUTTE <julien@moutte.net>
39894
39895         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
39896         (gst_videobalance_colorbalance_set_value): Implement passthru if
39897         settings are in the middle.
39898         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
39899
39900 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39901
39902         * gst/videofilter/Makefile.am:
39903         * gst/volume/Makefile.am:
39904           Since we use videofilter symbols, link to it.
39905
39906 2004-01-15  Julien MOUTTE <julien@moutte.net>
39907
39908         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
39909         mixer interface type to HARDWARE.
39910         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
39911         type to SOFTWARE.
39912         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
39913         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
39914         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
39915         (gst_volume_interface_init), (gst_volume_list_tracks),
39916         (gst_volume_set_volume), (gst_volume_get_volume),
39917         (gst_volume_set_mute), (gst_volume_mixer_init),
39918         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
39919         (volume_init): Implementing mixer interface.
39920         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
39921         * sys/oss/gstosselement.c: (gst_osselement_get_type),
39922         (gst_osselement_change_state): Removing some trailing commas in
39923         structures.
39924         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
39925         interface type to HARDWARE.
39926         * sys/v4l/gstv4lcolorbalance.c:
39927         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
39928         type to HARDWARE.
39929         * sys/v4l2/gstv4l2colorbalance.c:
39930         (gst_v4l2_color_balance_interface_init): Setting colorbalance
39931         interface type to HARDWARE.
39932         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
39933         same code than ximagesink for event handling.
39934
39935 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39936
39937         * ext/snapshot/Makefile.am:
39938         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
39939         (gst_snapshot_chain):
39940         * ext/snapshot/gstsnapshot.h:
39941           This has to be a joke... Snapshot should be connected to a tee,
39942           colorspace element before it and EOS after that, where the other
39943           src of the tee receives normal data.
39944           The current way is *wrong*.
39945
39946 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39947
39948         * ext/hermes/gsthermescolorspace.c:
39949           Fix another compile error. Same as below.
39950
39951 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39952
39953         * gst/colorspace/gstcolorspace.c:
39954         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
39955         (gst_colorspace_i420_to_yv12):
39956           Fix compiling... Didn't test if it actually works.
39957
39958 2004-01-15  David Schleef  <ds@schleef.org>
39959
39960         * configure.ac:
39961         * gst/colorspace/Makefile.am:
39962         * gst/colorspace/gstcolorspace.c:
39963         * gst/colorspace/gstcolorspace.h:
39964         * gst/colorspace/yuv2rgb.c:
39965         * gst/colorspace/yuv2rgb.h:
39966         Duplicate the ext/hermes colorspace plugin, and remove Hermes
39967         code and GPL code.  Fix for new caps negotiation.  Rewrite
39968         much of the format handling code, and some of the conversion
39969         code.  Basically, rewrote almost everything.  This element
39970         handles I420, YV12 to RGB conversions.
39971         * ext/hermes/Makefile.am:
39972         * ext/hermes/gsthermescolorspace.c:
39973         Rename colorspace to hermescolorspace.  Fix negotiation issues.
39974         Remove non-Hermes related code.  This element handles lots of
39975         RGB to RGB conversions, but no YUV.
39976         * ext/hermes/gstcolorspace.c:
39977         * ext/hermes/gstcolorspace.h:
39978         * ext/hermes/rgb2yuv.c:
39979         * ext/hermes/yuv2rgb.c:
39980         * ext/hermes/yuv2rgb.h:
39981         * ext/hermes/yuv2rgb_mmx16.s:
39982         * ext/hermes/yuv2yuv.c:
39983         * ext/hermes/yuv2yuv.h:
39984         Remove old code.
39985
39986 2004-01-14  Colin Walters  <walters@verbum.org>
39987
39988         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
39989         they've already been.
39990
39991 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39992
39993         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
39994           assume tag mode when pad is not connected
39995
39996 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39997
39998         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
39999           Don't update the time of the clock
40000         (gst_alsa_sink_loop):
40001           sync to the clock given to alsasink, not the own clock
40002         * sys/oss/gstosssink.c: (gst_osssink_chain):
40003           sync to the clock
40004         (gst_osssink_change_state):
40005           activate the clock
40006         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40007         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
40008           remove bogus code that made DISCONT events unhandled
40009         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
40010           explicitly case to double in _set_simple. (fixes 2nd warning in bug
40011           #131502)
40012         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
40013         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
40014         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
40015           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
40016           2nd warning in bug #131502)
40017
40018 2004-01-14  Julien MOUTTE  <julien@moutte.net>
40019
40020         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
40021         (gst_videobalance_colorbalance_set_value),
40022         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
40023         for colorbalance interface implementation.
40024         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
40025         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
40026         (gst_ximagesink_dispose), (gst_ximagesink_init),
40027         (gst_ximagesink_class_init): Adding DISPLAY property.
40028         * sys/ximage/ximagesink.h: Adding display_name to store display.
40029         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40030         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
40031         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
40032         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
40033         properties (they still need polishing though for gst-launch use : no
40034         xcontext yet, i ll do that tomorrow).
40035         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
40036
40037 2004-01-14  Julien MOUTTE  <julien@moutte.net>
40038
40039         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
40040         (gst_play_set_location), (gst_play_set_visualization): Preparing
40041         switch integration, adding videobalance in the pipeline.
40042
40043 2004-01-14  Julien MOUTTE <julien@moutte.net>
40044
40045         * gst-libs/gst/colorbalance/colorbalance.c:
40046         (gst_color_balance_class_init): Adding a default type.
40047         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
40048         the type.
40049         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
40050         (gst_videobalance_dispose), (gst_videobalance_class_init),
40051         (gst_videobalance_init), (gst_videobalance_interface_supported),
40052         (gst_videobalance_interface_init),
40053         (gst_videobalance_colorbalance_list_channels),
40054         (gst_videobalance_colorbalance_set_value),
40055         (gst_videobalance_colorbalance_get_value),
40056         (gst_videobalance_colorbalance_init): Implementing colorbalance
40057         interface.
40058         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
40059         list.
40060         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
40061         bug which was triggering a BadAccess X error when setting an overlay
40062         before pad was really negotiated.
40063         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
40064         Using the colorbalance type macro.
40065
40066 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40067
40068         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
40069         (gst_flacenc_chain):
40070           handle tags correctly
40071         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
40072           extract ID3v1 tags correctly
40073
40074 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40075
40076         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
40077         (plugin_init):
40078           Improve matroska typefinding for odd-typed headers...
40079
40080 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40081
40082         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
40083           Fix for using incremental number on padnames.
40084
40085 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40086
40087         * ext/divx/gstdivxdec.c:
40088         * ext/divx/gstdivxenc.c:
40089           Set category to divx4linux instead of divx (too generic).
40090         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40091         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
40092         (gst_wavparse_loop), (gst_wavparse_change_state):
40093         * gst/wavparse/gstwavparse.h:
40094           fix parsing of WAV files with non-standard fmt-tag size and fix
40095           skipping of unrecognized chunks... Someone please fix this thing
40096           to use rifflib so all this is automated.
40097         * sys/v4l/Makefile.am:
40098         * sys/v4l2/Makefile.am:
40099           Add X_CFLAGS because we depend on X (for overlay).
40100
40101 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
40102
40103         * ext/mpeg2dec/gstmpeg2dec.c:
40104           Don't issue a timestamp unless we tagged the frame
40105           with a PTS.
40106
40107 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40108
40109         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
40110           Query the audio element to get the time, not the clock. We're
40111           interested in the element's time here.
40112
40113 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40114
40115         * ext/aalib/gstaasink.c: (gst_aasink_chain):
40116         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
40117         * ext/esd/esdsink.c: (gst_esdsink_chain):
40118         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
40119         * ext/mas/massink.c: (gst_massink_chain):
40120         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
40121         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
40122         (gst_matroska_demux_parse_metadata):
40123         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
40124         (gst_mpeg_parse_release_locks):
40125         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
40126         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
40127         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40128         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
40129         (gst_osssink_change_state):
40130         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
40131         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40132         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
40133         (gst_xvideosink_release_locks):
40134         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
40135           use element time.
40136         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
40137         (gst_alsa_clock_stop):
40138         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
40139         (gst_audio_clock_get_internal_time):
40140           simplify for use with new clocking code.
40141         * testsuite/alsa/Makefile.am:
40142         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
40143           fix testsuite for new caps system
40144
40145 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40146
40147         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
40148         * ext/flac/gstflacenc.c: (add_one_tag):
40149           length is already host endian, no need to convert. Fixes playback of
40150           tagged files on PPC. (bug #128384)
40151
40152 2004-01-13  Julien MOUTTE <julien@moutte.net>
40153
40154         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
40155         colorbalance interface stating if it is hardware based or software
40156         based.
40157         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
40158         Removing a trailing comma.
40159         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40160         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
40161         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
40162         the documentation seems to be wrong on the -1000 to 1000 interval.
40163
40164 2004-01-12  David Schleef  <ds@schleef.org>
40165
40166         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
40167         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
40168         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
40169         Fix negotiation.  Add a bufferalloc function for the sink pad,
40170         and generally clean up some of the code.
40171
40172 2004-01-12  Julien MOUTTE <julien@moutte.net>
40173
40174         * gst-libs/gst/colorbalance/colorbalancechannel.c:
40175         (gst_color_balance_channel_dispose): Adding safety check in dispose
40176         method.
40177         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40178         (gst_xvimagesink_xcontext_clear),
40179         (gst_xvimagesink_interface_supported),
40180         (gst_xvimagesink_colorbalance_list_channels),
40181         (gst_xvimagesink_colorbalance_set_value),
40182         (gst_xvimagesink_colorbalance_get_value),
40183         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
40184         Adding colorbalance interface support to set XV parameters such as
40185         HUE, BRIGHTNESS, CONTRAST, SATURATION.
40186         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
40187         interface.
40188
40189 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40190
40191         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
40192         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
40193         (gst_audio_convert_init), (gst_audio_convert_set_property),
40194         (gst_audio_convert_get_property), (gst_audio_convert_chain),
40195         (gst_audio_convert_link),
40196         (gst_audio_convert_buffer_to_default_format),
40197         (gst_audio_convert_buffer_from_default_format), (plugin_init):
40198           - implement _getcaps and use it
40199           - improve linking
40200           - remove float caps since no float conversion is actually done
40201           - remove properties and arguments that were to be used for rate
40202             conversion
40203
40204 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40205
40206         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
40207         (gst_audio_structure_set_int):
40208         * gst-libs/gst/audio/audio.h:
40209           add helper functions for _getcaps matching the standard audio
40210           templates
40211
40212 2004-01-12  David Schleef  <ds@schleef.org>
40213
40214         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
40215         Test that pad is negotiated before getting its caps.
40216
40217 2004-01-12  Julien MOUTTE <julien@moutte.net>
40218
40219         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
40220         analyzing the pads of an element the bin is mostly in READY state so
40221         no caps were negotiated. This helper function needs to work with
40222         _get_caps directly then. I was not freeing them though, added that to
40223         fix the mem leak.
40224
40225 2004-01-12  Julien MOUTTE <julien@moutte.net>
40226
40227         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40228         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
40229         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
40230         than the free_func.
40231
40232 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40233
40234         * sys/oss/gstossaudio.c: (plugin_init):
40235         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
40236         * sys/oss/gstosselement.h:
40237           make an oss debugging category
40238           make failure more descriptive
40239
40240 2004-01-11  David Schleef  <ds@schleef.org>
40241
40242         * ext/ffmpeg/gstffmpeg.c:
40243         * ext/ffmpeg/gstffmpegcodecmap.c:
40244         * ext/ffmpeg/gstffmpegdec.c:
40245         * ext/ffmpeg/gstffmpegenc.c:
40246         * ext/ffmpeg/gstffmpegprotocol.c:
40247         * ext/gdk_pixbuf/gstgdkanimation.c:
40248         * ext/jpeg/gstjpeg.c:
40249         * ext/libpng/gstpng.c:
40250         * ext/mpeg2dec/perftest.c:
40251         * ext/speex/gstspeex.c:
40252         * gst-libs/gst/resample/dtos.c:
40253         * gst/intfloat/gstintfloatconvert.c:
40254         * gst/oneton/gstoneton.c:
40255         * gst/rtjpeg/RTjpeg.c:
40256         * gst/rtp/gstrtp.c:
40257         * sys/dxr3/dxr3init.c:
40258         * sys/glsink/gstgl_nvimage.c:
40259         * sys/glsink/gstgl_pdrimage.c:
40260         * sys/glsink/gstglsink.c:
40261         * testsuite/gst-lint:
40262         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
40263
40264 2004-01-11  David Schleef  <ds@schleef.org>
40265
40266         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
40267         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
40268         * ext/gdk_pixbuf/gstgdkanimation.c:
40269         (gst_gdk_animation_iter_create_pixbuf):
40270         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
40271         (gst_gdk_pixbuf_chain):
40272         * ext/gdk_pixbuf/gstgdkpixbuf.h:
40273         * ext/jack/gstjack.c: (gst_jack_change_state):
40274         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
40275         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
40276         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
40277         * gst/videofilter/gstvideofilter.c:
40278         (gst_videofilter_set_output_size):
40279         Remove all usage of gst_pad_get_caps(), and replace it with
40280         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
40281
40282 2004-01-11  David Schleef  <ds@schleef.org>
40283
40284         * configure.ac:
40285         * ext/Makefile.am: Fixes to make ext/libcaca compile.
40286         * ext/divx/gstdivxdec.c:
40287         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
40288         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
40289         handle images that span multiple buffers.  Now work with both
40290         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
40291         * ext/gdk_pixbuf/gstgdkpixbuf.h:
40292         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
40293         video/video.h changes
40294         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
40295         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40296         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
40297         of GstData free function.
40298         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
40299         same.
40300
40301 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40302
40303         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
40304         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
40305         (gst_v4l2element_get_property):
40306         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
40307           add norm, channel and frequency properties.
40308         * sys/v4l2/gstv4l2tuner.c:
40309           fixes for tuner interface changes
40310         * sys/v4l2/gstv4l2element.h:
40311         * sys/v4l2/gstv4l2src.c:
40312         * sys/v4l2/gstv4l2src.h:
40313         * sys/v4l2/v4l2src_calls.c:
40314         * sys/v4l2/v4l2src_calls.h:
40315           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
40316
40317 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40318
40319         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
40320         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
40321         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
40322         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
40323         * gst-libs/gst/tuner/tuner.h:
40324           GObjects aren't const.
40325           Add find_by_name functions.
40326           Add checks to _changed functions.
40327         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
40328         (gst_v4l_tuner_get_norm):
40329           Fixes for above.
40330
40331 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40332
40333         * gst-libs/gst/video/video.h:
40334           Fix caps template names to be understandable.
40335           Prefix everything with GST_VIDEO.
40336         * ext/aalib/gstaasink.c:
40337         * ext/divx/gstdivxdec.c:
40338         * ext/divx/gstdivxenc.c:
40339         * ext/gdk_pixbuf/gstgdkpixbuf.c:
40340         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
40341         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
40342         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
40343         * ext/libcaca/gstcacasink.c:
40344         * ext/libpng/gstpngenc.c: (raw_caps_factory):
40345         * ext/snapshot/gstsnapshot.c:
40346         * ext/swfdec/gstswfdec.c:
40347         * ext/xvid/gstxviddec.c:
40348         * ext/xvid/gstxvidenc.c:
40349         * gst/chart/gstchart.c:
40350         * gst/deinterlace/gstdeinterlace.c:
40351         * gst/effectv/gsteffectv.c:
40352         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
40353         * gst/goom/gstgoom.c:
40354         * gst/median/gstmedian.c:
40355         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
40356         (gst_monoscope_srcconnect), (gst_monoscope_chain):
40357         * gst/overlay/gstoverlay.c:
40358         * gst/smooth/gstsmooth.c:
40359         * gst/smpte/gstsmpte.c:
40360         * gst/synaesthesia/gstsynaesthesia.c:
40361         * gst/videocrop/gstvideocrop.c:
40362         * gst/videodrop/gstvideodrop.c:
40363         * gst/y4m/gsty4mencode.c:
40364         * sys/qcam/gstqcamsrc.c:
40365         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
40366           Make them work with new video.h file.
40367         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40368         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40369         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40370         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40371           Make it work with new buffer allocation system.
40372
40373 2004-01-11  Julien MOUTTE  <julien@moutte.net>
40374
40375         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
40376         pad_alloc_buffer implementation to use ->srcpad
40377         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
40378         pad_alloc_buffer implementation to use ->srcpad
40379         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
40380         pad_alloc_buffer implementation to use ->srcpad
40381         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
40382         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
40383         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40384         a reference to everything we need.
40385         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
40386         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
40387         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
40388         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40389         a reference to everything we need.
40390         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
40391
40392 2004-01-11  David Schleef  <ds@schleef.org>
40393
40394         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
40395         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
40396         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
40397         structure members.
40398         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
40399         value during a resize/renegotiation.
40400         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
40401         gst_pad_alloc_buffer();
40402         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40403         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
40404         structure members.
40405         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
40406         Fix for rename of buffer private structure members.
40407         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40408         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40409         Fix for rename of buffer private structure members.
40410         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40411         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40412         Fix for rename of buffer private structure members.
40413
40414 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
40415
40416         reviewed by: David Schleef <ds@schleef.org>
40417
40418         * gst/videofilter/Makefile.am:
40419         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
40420         from the patch by ds to fit in with recent make_filter changes.
40421
40422 2004-01-11  Julien MOUTTE  <julien@moutte.net>
40423
40424         * configure.ac: Adding examples/switch/Makefile
40425         * examples/Makefile.am: Adding examples/switch
40426         * examples/switch/Makefile.am: Adding switcher example.
40427         * examples/switch/switcher.c: (got_eos), (idle_iterate),
40428         (switch_timer), (main): Adding an example demonstrating switch usage
40429         with 2 videotestsrc showing different patterns.
40430         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
40431         (gst_switch_init): Fixing switch with the new caps system.
40432
40433 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40434
40435         * gst-libs/gst/video/video.h:
40436           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
40437           They should probably be like
40438           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
40439
40440 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40441
40442         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
40443         (qtdemux_parse_trak):
40444           fix audio chunk size/timestamp calculation
40445
40446 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40447
40448         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
40449           fix SVQ3 caps
40450
40451 2004-01-11  Steve Baker  <steve@stevebaker.org>
40452
40453         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
40454         (gst_agingtv_base_init), (gst_agingtv_class_init),
40455         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
40456         (gst_agingtv_set_property), (gst_agingtv_get_property):
40457         Port agingTV to videofilter
40458
40459 2004-01-09  Julien MOUTTE <julien@moutte.net>
40460
40461         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
40462         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40463
40464 2004-01-09  Julien MOUTTE <julien@moutte.net>
40465
40466         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
40467         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40468         * gst-libs/gst/xoverlay/xoverlay.c:
40469         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
40470         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
40471         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40472         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40473         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40474         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40475         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
40476         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
40477         the bufferalloc_function to replace bufferpools, fixing the XOverlay
40478         interface implementation to handle xid being 0 and fix some bugs
40479         triggered by Benjamin's testcase.
40480         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40481         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
40482         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
40483         the bufferalloc_function to replace bufferpools, fixing the XOverlay
40484         interface implementation to handle xid being 0 and fix some bugs
40485         triggered by Benjamin's testcase.
40486
40487 2004-01-09  David Schleef  <ds@schleef.org>
40488
40489         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
40490         mouse pointer events.  It works.
40491
40492 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40493
40494         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
40495           Use explicit caps - fix capsnego.
40496         * ext/xvid/gstxviddec.c:
40497         * ext/xvid/gstxvidenc.c:
40498           Remove macro-inside-macro which caused compile errors.
40499         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
40500           Error out if it's not a RIFF file. Else we error out without
40501           gst_element_error() which is not good...
40502
40503 2004-01-08  David Schleef  <ds@schleef.org>
40504
40505         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
40506         Fix pad_link function to handle formats that ffmpeg returns
40507         as multiple caps structures.
40508         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
40509         Only complain if source buffer is _smaller_ than expected.
40510         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
40511         (gst_videoscale_handle_src_event): Resize navigation events
40512         when passing them upstream.
40513         * gst/videotestsrc/gstvideotestsrc.c:
40514         * gst/videotestsrc/gstvideotestsrc.h:
40515         * gst/videotestsrc/videotestsrc.c:
40516         * gst/videotestsrc/videotestsrc.h:
40517         Rewrite many of the buffer painting functions to handle odd
40518         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
40519         been verified to work with my video card.
40520         * testsuite/gst-lint:  Add check for elements calling
40521         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
40522
40523 2004-01-08  David Schleef  <ds@schleef.org>
40524
40525         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
40526         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
40527
40528 2004-01-08  Julien MOUTTE  <julien@moutte.net>
40529
40530         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
40531         configure event is not emiting the desired size signal. That fixes
40532         aspect ratio issues with gst-player.
40533
40534 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40535
40536         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
40537           Fix capsnego.
40538
40539 2004-01-08  Julien MOUTTE  <julien@moutte.net>
40540
40541         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
40542         public method to fire size signal.
40543
40544 2004-01-07  Julien MOUTTE  <julien@moutte.net>
40545
40546         * examples/gstplay/Makefile.am: Adding the interface library.
40547         * gst-libs/gst/play/Makefile.am: Adding the interface library.
40548         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
40549         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
40550         GST_IS_X_OVERLAY before signal connect.
40551         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
40552         Removing the have_video_size signal.
40553         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
40554         and associated public method.
40555         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
40556         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
40557         signal.
40558         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
40559         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
40560         signal.
40561         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
40562         Using XOverlay public method to fire size signal.
40563
40564 2004-01-07  David Schleef  <ds@schleef.org>
40565
40566         * gst/videofilter/Makefile.am:
40567         * gst/videofilter/gstvideotemplate.c:
40568         * gst/videofilter/make_filter:
40569         Create gstvideoexample.c in a srcdir!=builddir friendly way.
40570         Convert make_filter to /bin/sh script.
40571
40572 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
40573
40574         * gst/modplug/gstmodplug.cc: fix element description
40575
40576 2004-01-07  Julien MOUTTE  <julien@moutte.net>
40577
40578         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
40579         (got_video_size): Adding some new lines in g_print calls.
40580         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
40581         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
40582         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
40583         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
40584         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
40585         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
40586         Complete code review, reverting some stuff i disagree with, adding
40587         some fixes : time synchronization on invalid timestamps, renegotiation
40588         of private window.
40589         * sys/ximage/ximagesink.h:
40590         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
40591         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
40592         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
40593         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
40594         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
40595         (gst_xvimagesink_buffer_new),
40596         (gst_xvimagesink_navigation_send_event),
40597         (gst_xvimagesink_set_xwindow_id),
40598         (gst_xvimagesink_get_desired_size),
40599         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
40600         stuff i disagree with, adding some fixes : Renegotiation of private
40601         window, implementing get_desired_size.
40602
40603 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40604
40605         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
40606         (gst_afsink_handle_event):
40607         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
40608         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
40609         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
40610         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
40611         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
40612           Fix for instantiate-test (see core). Also remove dead code from
40613           jpegenc (which still needs fixing, but that's lower on my TODO
40614           list...).
40615         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
40616           Never return NULL as caps.
40617
40618 2004-01-07  David Schleef  <ds@schleef.org>
40619
40620         * configure.ac:
40621         * ext/Makefile.am:
40622         * ext/librfb/Makefile.am:
40623         * ext/librfb/gstrfbsrc.c:
40624         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
40625         is the protocol used by VNC.
40626
40627 2004-01-07  David Schleef  <ds@schleef.org>
40628
40629         * gst/videofilter/gstvideotemplate.c:
40630         * gst/videofilter/gstvideotemplate.h:
40631         * gst/videofilter/make_filter:
40632         Merge videotemplate header into source file.
40633         * gst/effectv/Makefile.am:
40634         * gst/effectv/gsteffectv.c: (plugin_init):
40635         * gst/effectv/gstwarp.c:
40636         Make warpTV a subclass of videofilter.
40637
40638 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40639
40640         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
40641           Add guard against invalid utf-8 conversions in mad. Just in case.
40642
40643 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40644
40645         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
40646           Fix for bug shown by poisoning
40647
40648 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40649
40650         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40651         (gst_v4lmjpegsrc_buffer_free):
40652         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
40653         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
40654         (gst_v4lsrc_buffer_free):
40655           Fix for removed bufferpools.
40656
40657 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
40658
40659         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
40660         Fix caps negotiation.
40661
40662         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
40663         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
40664         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
40665         (dvdnavsrc_event):
40666         * ext/mpeg2dec/gstmpeg2dec.c:
40667         * gst-libs/gst/navigation/navigation.c:
40668         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
40669         * gst-libs/gst/navigation/navigation.h:
40670         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
40671         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
40672         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
40673         Super-simple first version of mouse and keyboard events. Clicking
40674         on a DVD menu now works, although it may not take you where you
40675         expected.
40676
40677         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
40678         * gst/videotestsrc/gstvideotestsrc.c:
40679         (gst_videotestsrc_src_fixate):
40680         These fixate functions were broken - they never actually
40681         fixated :)
40682
40683 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40684
40685         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
40686         (gst_icecastsend_init):
40687           fix for new caps system.
40688         * gst-libs/gst/mixer/mixertrack.h:
40689         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
40690           Add 'master track' flag (for tools like ACME that only want to
40691           change the main volume).
40692
40693 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
40694
40695         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
40696         (gst_xvid_csp_to_caps):
40697         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
40698         * ext/xvid/gstxvidenc.c:
40699         ifdef out ARGB type when it isn't available
40700         in xvidcore 1.0.0beta2
40701
40702 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40703
40704         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
40705           When we have received a new SCR right in the first buffer after
40706           a seek (so in the same cycle that handles the discont), we should
40707           handle the buffer instead of unreffing it, else we lose data.
40708
40709 2004-01-06  Iain <iain@prettypeople.org>
40710
40711         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
40712           buffer-frames caps too.
40713
40714         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
40715           caps that we need, don't destroy them all and rebuild them. And when
40716           creating src pads, use the src pad template rather than the sink...
40717
40718 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40719
40720         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
40721           Add pad to element *after* setting functions such as event handler.
40722           Without this, the scheduler (opt) will link pads, set the event
40723           handler from the default event function (dispatcher in gstpad.c)
40724           and *after* that, we will set our own event function, which will
40725           thus never be used (and thus mpegdemux doesn't handle events).
40726
40727 2004-01-04  David Schleef  <ds@schleef.org>
40728
40729         Fix the fixate functions to handle new prototype:
40730         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
40731         * gst/videotestsrc/gstvideotestsrc.c:
40732         (gst_videotestsrc_src_fixate):
40733         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
40734         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
40735         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
40736
40737 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40738
40739         * sys/ximage/ximagesink.h:
40740         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
40741         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
40742         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
40743         (gst_ximagesink_xoverlay_init):
40744           assorted fixes to make (re)embedding work
40745         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
40746         (gst_ximagesink_get_desired_size):
40747           implement desired size additions to XOverlay
40748
40749 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40750
40751         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
40752         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
40753         (gst_x_overlay_got_desired_size):
40754         * gst-libs/gst/xoverlay/xoverlay.h:
40755           Add optional "desired size" signal and querying.
40756
40757 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40758
40759         * gst/matroska/matroska-demux.c:
40760         (gst_matroska_demux_parse_blockgroup):
40761           Fix EBML-laced block parsing. Diffs are relative to previous
40762           lace, not the first lace. Thanks to Mosu from the Matroska
40763           team for detecting this.
40764         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40765         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
40766         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
40767         (gst_wavparse_change_state):
40768         * gst/wavparse/gstwavparse.h:
40769           Quickfix for capsnego.
40770
40771 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40772
40773         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
40774           Fix indenting, fix pad creation.
40775
40776 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40777
40778         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
40779         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
40780         (gst_xviddec_sink_link):
40781           Implement src_getcaps() so proper size caps is negotiated.
40782
40783 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40784
40785         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
40786           Finish flac decoder on EOS. See #116178.
40787
40788 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40789
40790         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
40791         (gst_matroska_demux_add_stream):
40792         * gst/matroska/matroska-ids.h:
40793           Add getcaps() function to fix capsnego...
40794
40795 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40796
40797         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
40798         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
40799         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
40800           Fix more integer overflows. Again, see #126967.
40801
40802 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40803
40804         * ext/mpeg2dec/gstmpeg2dec.c:
40805           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
40806           #130416.
40807
40808 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40809
40810         * configure.ac:
40811         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
40812         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
40813         * ext/xvid/gstxvid.h:
40814         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
40815         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
40816         (gst_xviddec_src_link), (gst_xviddec_sink_link),
40817         (gst_xviddec_change_state):
40818         * ext/xvid/gstxviddec.h:
40819         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
40820         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
40821         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
40822         (gst_xvidenc_link), (gst_xvidenc_set_property),
40823         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
40824         * ext/xvid/gstxvidenc.h:
40825           Update xvid plugin to latest xvid (1.0.0-beta3) API.
40826
40827 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40828
40829         * gst/rtp/rtp-packet.c:
40830           Add sys/types.h include, since OS X doesn't define in_addr_t
40831           in netinet/in.h, like it does on Linux (see #129600).
40832
40833 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
40834
40835         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
40836
40837         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
40838           Correct logic of dispose function (see #129306).
40839
40840 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40841
40842         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
40843         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
40844         (gst_mpeg_parse_init):
40845         * gst/mpegstream/gstmpegparse.h:
40846           Remove clock (which was never provided, i.e. dead code), and
40847           also fix integer overflows at high PTS values (see #126967).
40848
40849 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40850
40851         * ext/flac/gstflacdec.c:
40852         * ext/libpng/gstpngenc.h:
40853         * ext/mikmod/gstmikmod.h:
40854           OS X fixes (see #126628).
40855
40856 2004-01-02  David Schleef  <ds@schleef.org>
40857
40858         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
40859         (gst_alsa_src_base_init): Remove bogus "src" request pad.
40860         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
40861         (gst_mpeg_parse_class_init): Move pad template registration
40862         to class_init, since the derived class (mpegdemux) doesn't
40863         want them.
40864
40865 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40866
40867         * sys/ximage/Makefile.am:
40868         * sys/xvideo/Makefile.am:
40869         * sys/xvimage/Makefile.am:
40870           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
40871           after installation (see #127664).
40872
40873 2004-01-02  David Schleef  <ds@schleef.org>
40874
40875         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
40876         (gst_ffmpegenc_connect):  Negotiation fixes.
40877         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
40878         Remove inappropriate gst_caps_free().
40879         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
40880         Reenable Ronald's internal resize code, since the core handles
40881         it correctly now.
40882
40883 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40884
40885         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
40886         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
40887         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
40888           Fix pad template stuff.
40889
40890 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40891
40892         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
40893         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
40894           fix signed integer reading/writing.
40895
40896 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40897
40898         * ext/alsa/README:
40899           Remove outdated document
40900
40901 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
40902
40903         * gst/cutter/gstcutter.c: (gst_cutter_init):
40904           src pad was being created twice - oops.
40905
40906 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40907
40908         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
40909           Comment out internal resize. It doesn't handle the resulting
40910           XEvent internally, does another try_set_caps() which leads to
40911           a really nice loop.
40912           Real fix will come when Julien and Dave are awake. ;).
40913
40914 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40915
40916         * ext/mpeg2enc/gstmpeg2enc.cc:
40917           fix const/nonconst compile issue.
40918
40919 2004-01-02  David Schleef  <ds@schleef.org>
40920
40921         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
40922         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
40923         Add fixate function and a check for bad formats.
40924
40925 2004-01-01  David Schleef  <ds@schleef.org>
40926
40927         Negotiation fixes:
40928         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
40929         (gst_audiofilter_init):
40930         * gst/debug/efence.c: (gst_efence_init):
40931         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
40932         (gst_deinterlace_init):
40933         * gst/volume/gstvolume.c: (volume_connect):
40934
40935 2004-01-01  David Schleef  <ds@schleef.org>
40936
40937         Convert elements to use gst_pad_use_explicit_caps() where
40938         appropriate:
40939         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
40940         * ext/audiofile/gstafparse.c: (gst_afparse_init),
40941         (gst_afparse_open_file):
40942         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
40943         (gst_afsrc_open_file):
40944         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
40945         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
40946         (gst_ffmpegdec_chain):
40947         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
40948         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
40949         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
40950         (gst_gdk_pixbuf_chain):
40951         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
40952         (gst_jpegdec_chain):
40953         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
40954         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
40955         (gst_mikmod_negotiate):
40956         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
40957         (gst_mpeg2dec_negotiate_format):
40958         * ext/mpeg2enc/gstmpeg2enc.cc:
40959         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
40960         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
40961         (gst_speexdec_sinkconnect):
40962         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
40963         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
40964         (gst_vorbisfile_new_link):
40965         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
40966         (gst_ac3parse_chain):
40967         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
40968         (gst_asf_demux_setup_pad):
40969         * gst/auparse/gstauparse.c: (gst_auparse_init),
40970         (gst_auparse_chain):
40971         * gst/id3/gstid3types.c: (gst_id3types_loop):
40972         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
40973         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
40974         (mp1videoparse_parse_seq):
40975         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
40976         (bpf_from_header):
40977         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
40978         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
40979         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
40980         (gst_mpeg_parse_send_data):
40981         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
40982         (gst_qtdemux_add_stream):
40983         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
40984         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40985         (gst_wavparse_parse_fmt):
40986
40987 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40988
40989         * configure.ac:
40990           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
40991           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
40992           it therefore uses the wrong include paths. Too bad... Note
40993           that 1.6.1.93 is not release yet. ;).
40994           Also add a check for mplex, which is now using the lib'ified
40995           mplex from mjpegtools, too.
40996         * ext/ffmpeg/gstffmpegcodecmap.c:
40997           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
40998           issues. I don't think ffmpeg handles 3ivx correctly, so this
40999           probably won't work. But it won't hurt either.
41000         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
41001         (gst_ffmpegdec_chain):
41002         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
41003         (gst_ffmpegenc_chain_audio):
41004           Fix memleak in audio encoding. Close codec if open fails, this
41005           calls the cleanup routines so we can re-use the context.
41006         * ext/mpeg2enc/gstmpeg2enc.cc:
41007           Fix pad template names/types, fix memory issue with getcaps().
41008         * ext/mpeg2enc/gstmpeg2encoder.cc:
41009         * ext/mpeg2enc/gstmpeg2encoder.hh:
41010           Fix compile issue with new caps system (const thingy).
41011         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
41012         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
41013           We read a first frame right on initing, so that we have a caps
41014           when we init the output. This caps is cached in padprivate and
41015           read as first frame.
41016         * ext/mplex/Makefile.am:
41017         * ext/mplex/gstmplex.cc:
41018         * ext/mplex/gstmplex.h:
41019         * ext/mplex/gstmplex.hh:
41020         * ext/mplex/gstmplexibitstream.cc:
41021         * ext/mplex/gstmplexibitstream.hh:
41022         * ext/mplex/gstmplexjob.cc:
41023         * ext/mplex/gstmplexjob.hh:
41024         * ext/mplex/gstmplexoutputstream.cc:
41025         * ext/mplex/gstmplexoutputstream.hh:
41026           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
41027           had issues, didn't do capsnego, supported only a subset of the
41028           mplex features and required a mplex fork in our local CVS. Plus
41029           that it worked agaist a very old mplex version. Rewriting was
41030           faster than updating it.
41031         * gst-libs/ext/Makefile.am:
41032         * gst-libs/ext/mplex/INSTRUCT:
41033         * gst-libs/ext/mplex/Makefile.am:
41034         * gst-libs/ext/mplex/README:
41035         * gst-libs/ext/mplex/TODO:
41036         * gst-libs/ext/mplex/ac3strm_in.cc:
41037         * gst-libs/ext/mplex/audiostrm.hh:
41038         * gst-libs/ext/mplex/audiostrm_out.cc:
41039         * gst-libs/ext/mplex/aunit.hh:
41040         * gst-libs/ext/mplex/bits.cc:
41041         * gst-libs/ext/mplex/bits.hh:
41042         * gst-libs/ext/mplex/buffer.cc:
41043         * gst-libs/ext/mplex/buffer.hh:
41044         * gst-libs/ext/mplex/fastintfns.h:
41045         * gst-libs/ext/mplex/format_codes.h:
41046         * gst-libs/ext/mplex/inputstrm.cc:
41047         * gst-libs/ext/mplex/inputstrm.hh:
41048         * gst-libs/ext/mplex/lpcmstrm_in.cc:
41049         * gst-libs/ext/mplex/mjpeg_logging.cc:
41050         * gst-libs/ext/mplex/mjpeg_logging.h:
41051         * gst-libs/ext/mplex/mjpeg_types.h:
41052         * gst-libs/ext/mplex/mpastrm_in.cc:
41053         * gst-libs/ext/mplex/mpegconsts.cc:
41054         * gst-libs/ext/mplex/mpegconsts.h:
41055         * gst-libs/ext/mplex/mplexconsts.hh:
41056         * gst-libs/ext/mplex/multplex.cc:
41057         * gst-libs/ext/mplex/outputstream.hh:
41058         * gst-libs/ext/mplex/padstrm.cc:
41059         * gst-libs/ext/mplex/padstrm.hh:
41060         * gst-libs/ext/mplex/stillsstream.cc:
41061         * gst-libs/ext/mplex/stillsstream.hh:
41062         * gst-libs/ext/mplex/systems.cc:
41063         * gst-libs/ext/mplex/systems.hh:
41064         * gst-libs/ext/mplex/vector.cc:
41065         * gst-libs/ext/mplex/vector.hh:
41066         * gst-libs/ext/mplex/videostrm.hh:
41067         * gst-libs/ext/mplex/videostrm_in.cc:
41068         * gst-libs/ext/mplex/videostrm_out.cc:
41069         * gst-libs/ext/mplex/yuv4mpeg.cc:
41070         * gst-libs/ext/mplex/yuv4mpeg.h:
41071         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
41072         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
41073           We don't fork mjpegtools' mplex in our CVS anymore.
41074         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
41075         (gst_avi_demux_add_stream):
41076         * gst/avi/gstavidemux.h:
41077           Add getcaps() function for proper caps nego. This makes some
41078           parts of AVI playback/reading work.
41079         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
41080           Resize window on new capsnego. This is probably wrong, but
41081           I'm still committing it because with current capsnego, the
41082           first successfull capsnego is auto-fixated, therefore rounded
41083           down to the lowest values in the caps. this results in a 16x16
41084           XWindow that is not reized when real capsnego finishes.
41085           Dave, I see more cases of this, do you know a proper solution?
41086         * tools/gst-launch-ext.in:
41087           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
41088
41089 2003-12-31  David Schleef  <ds@schleef.org>
41090
41091         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
41092         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
41093           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
41094
41095 2003-12-30  David Schleef  <ds@schleef.org>
41096
41097         * ext/ffmpeg/gstffmpegcolorspace.c:
41098         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
41099         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
41100         (gst_ffmpegcsp_chain): Negotiation fixes
41101         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
41102         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
41103         (gst_audio_convert_link), (gst_audio_convert_channels):
41104         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
41105         (gst_audioscale_link), (gst_audioscale_get_buffer),
41106         (gst_audioscale_chain): Negotiation fixes
41107         * gst/audioscale/gstaudioscale.h:
41108         * gst/videofilter/gstvideofilter.c:
41109         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
41110         (gst_videofilter_link), (gst_videofilter_init),
41111         (gst_videofilter_set_output_size), (gst_videofilter_setup),
41112         (gst_videofilter_find_format_by_structure):
41113         * gst/videofilter/gstvideofilter.h: Negotiation fixes
41114         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
41115         (gst_videoscale_link):
41116         * gst/videoscale/videoscale.c: (videoscale_get_structure),
41117         (videoscale_find_by_structure), (gst_videoscale_setup):
41118         * gst/videoscale/videoscale.h: Negotiation fixes
41119         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
41120         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
41121         function, restrict resizing to a multiple of 4 (hack until
41122         everyone supports odd sizes correctly).
41123
41124 2003-12-29  Colin Walters  <walters@verbum.org>
41125
41126         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
41127         signed.
41128
41129 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
41130
41131         * ext/sndfile/gstsf.c: (gst_sf_loop):
41132           Fix warning about discarding const qualifier
41133
41134 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
41135
41136         * gst/cutter/gstcutter.c:
41137         * gst/videoscale/gstvideoscale.c:
41138         * gst/volenv/gstvolenv.c:
41139         * gst-libs/gst/audio/audio.c:
41140         * gst-libs/gst/video/video.c:
41141           Fix warnings
41142
41143 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41144
41145         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
41146           Don't send ALSA debugging to stderr.
41147         * ext/alsa/gstalsa.h:
41148           Use GST_WARNING instead of g_warning when ALSA functions fail.
41149
41150 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41151
41152         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
41153           Free XVAdapterInfo correctly.
41154
41155 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41156
41157         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
41158         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
41159           Make id3tag use correct caps nego.
41160
41161 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
41162
41163         * ext/ivorbis/vorbis.c:
41164         * ext/ivorbis/vorbisenc.h:
41165         * ext/ivorbis/vorbisfile.c:
41166           Modify so that it uses the new caps things
41167
41168 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41169
41170         * testsuite/spider/spider1.c: (main):
41171         * testsuite/spider/spider2.c: (main):
41172         * testsuite/spider/spider3.c: (main):
41173           Make tests compile again. They probably don't work.
41174
41175 2003-12-24  Colin Walters  <walters@verbum.org>
41176
41177         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
41178         we can't fixate the caps anymore.
41179
41180 2003-12-23  David Schleef  <ds@schleef.org>
41181
41182         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
41183         * sys/oss/gstosssink.c: (gst_osssink_init),
41184         (gst_osssink_sink_fixate): Add fixate function.
41185
41186 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41187
41188         * ext/ffmpeg/gstffmpegcodecmap.c:
41189         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
41190         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
41191         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
41192         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
41193         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
41194         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
41195         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
41196           fix typo in RGB masks, and move back to "old" colorspace
41197           capsnego code until whoever wrote this new crap has actually
41198           tested it so that it works.
41199           And yes, this works, keep it that way please.
41200
41201 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41202
41203         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
41204         (gst_divxdec_init), (gst_divxdec_negotiate):
41205         * ext/divx/gstdivxdec.h:
41206         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
41207         (gst_divxenc_init):
41208         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
41209         (gst_faac_sinkconnect), (gst_faac_srcconnect):
41210         * ext/mpeg2enc/gstmpeg2enc.cc:
41211         * ext/mpeg2enc/gstmpeg2encoder.cc:
41212         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
41213         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
41214         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
41215         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
41216         (dxr3spusink_init):
41217         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
41218         (dxr3videosink_init):
41219           Fix caps breakage after Dave's caps branch merge.
41220
41221 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41222
41223         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
41224           Fix for 24bpp display.
41225
41226 2003-12-23  Colin Walters  <walters@verbum.org>
41227
41228         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
41229         a GnomeVFSHandle directly.
41230
41231 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41232
41233         * gst/volume/Makefile.am:
41234         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
41235         (volume_base_init), (volume_init):
41236           Reenable volume element and fix to work with new caps stuff.
41237           Rhythmbox needs this.
41238
41239 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41240
41241         * gst/qtdemux/qtdemux.c: (plugin_init):
41242           qtdemux requires bytestream
41243
41244 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41245
41246         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
41247           Fix remaining caps handling errors due to CAPS merge.
41248
41249 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41250
41251         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
41252         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
41253         (gst_faad_srcconnect):
41254           Port to new caps system.
41255
41256 2003-12-21  Julien MOUTTE  <julien@moutte.net>
41257
41258         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
41259         (got_video_size), (main): using g_print instead of g_message.
41260         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
41261         signal which was not emitted because of "switch" element added to the
41262         bin but not connected. (Removing from the bin temporarily)
41263
41264 2003-12-21  Julien MOUTTE  <julien@moutte.net>
41265
41266         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
41267         find X development files. I don't understand the previous tests and
41268         they fail on my debian/ppc unstable. This one works.
41269         * examples/gstplay/player.c: (main): Set the pipeline to READY before
41270         exiting.
41271         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
41272         (gst_play_set_video_sink), (gst_play_set_audio_sink),
41273         (gst_play_set_visualization): Add some safety checks in set_ methods
41274         and state_change. This was throwing some ugly CRITICAL messages when
41275         pipeline was getting disposed and casts were failing.
41276
41277 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41278
41279         * configure.ac:
41280           Improve mpeg2enc detection. This is for distributions that do
41281           ship mjpegtools, but without mpeg2enc. Also does object check
41282           for might there ever be ABI incompatibility.
41283         * ext/mpeg2enc/gstmpeg2enc.cc:
41284           Add Andrew as second maintainer (he's helping me), and also add
41285           an error if no caps was set. This happens if I pull before capsnego
41286           and that's something I should solve sometime else.
41287         * gst/matroska/matroska-demux.c:
41288         (gst_matroska_demux_parse_blockgroup):
41289           Fix time parsing.
41290         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
41291         (gst_matroska_mux_track_header):
41292           Add caps to templates.
41293         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
41294           Add mpegversion=1 to prevent confusion with MPEG/AAC.
41295         * gst/mpegstream/gstmpegdemux.c:
41296           Remove layer since it causes warnings about unfixed caps.
41297         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
41298           Fix obvious typo (we error out if caps were set, we should of
41299           course error out if *no* caps were set).
41300         * sys/oss/gstosselement.c: (gst_osselement_convert):
41301           Fix format conversion, we confused bits/bytes.
41302         * sys/oss/gstosselement.h:
41303           Improve documentation for 'bps'.
41304         * sys/v4l/TODO:
41305           Remove stuff about plugins that need removing - this was done
41306           ages ago.
41307         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
41308         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
41309         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
41310         (gst_v4lsrc_src_query):
41311         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
41312         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
41313           Add get_query_types(), get_formats() and query() functions.
41314
41315 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
41316
41317         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
41318           * moved CVS to freedesktop.org