gst-libs/gst/riff/riff-read.c: Fix handling of odd chunks in riff metadata.
[platform/upstream/gstreamer.git] / ChangeLog
1 2008-12-09  Stefan Kost  <ensonic@users.sf.net>
2
3         * gst-libs/gst/riff/riff-read.c:
4           Fix handling of odd chunks in riff metadata.
5
6 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
7
8         * gst/volume/gstvolume.c: (gst_volume_class_init),
9         (volume_before_transform), (volume_transform_ip):
10         Use new basetransform vmethod to reconfigure the dynamic properties and
11         any pending volume/mute changes. Fixes #563508.
12
13 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
14
15         * configure.ac:
16         First check for "theoraenc theoradec" and if that failed check
17         for "theora >= 1.0alpha5". The former appeared in 1.0beta3 and
18         deprecate the latter. Also linking on Windows fails with just "theora"
19         and the version check would fail for the release candidates.
20         Fixes bug #563718.
21
22 2008-12-08  Stefan Kost  <ensonic@users.sf.net>
23
24         * gst/playback/gstdecodebin.c:
25         * gst/playback/gstdecodebin2.c:
26           Add basic docs to decodebin and link to decodebin from decodebin2.
27           
28 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
29
30         Patch by: Olivier Crete  <tester at tester ca>
31
32         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_remove):
33         * gst-libs/gst/rtp/gstrtcpbuffer.h:
34         Implement gst_rtcp_packet_remove(). Fixes #563174.
35
36         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
37         Add unit test for some RTCP functions.
38
39 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
40
41         * configure.ac:
42         Apparently AC_CONFIG_MACRO_DIR breaks when using more
43         than one macro directory, reverting last change.
44
45 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
46
47         * configure.ac:
48         Set AC_CONFIG_MACRO_DIR to common/m4 to point autoconf to
49         our M4 macros.
50
51 2008-12-03  Edward Hervey  <edward.hervey@collabora.co.uk>
52
53         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
54         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
55         Clear all flags on buffers returned from the image pool.
56         Fixes #563143
57
58 2008-11-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
59
60         Patch by: Cygwin Ports maintainer
61                   <yselkowitz at users dot sourceforge dot net>
62
63         * autogen.sh:
64         * configure.ac:
65         Require gettext 0.17 because older versions don't mix with libtool
66         2.2. At build time an older gettext version will still work.
67         Fixes bug #556091.
68
69 2008-11-28  Christian Schaller <christian.schaller@collabora.co.uk>
70
71         * gst/speexresample/Makefile.am: fix build by removing -lgstaudio 
72
73 2008-11-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
74
75         * docs/plugins/gst-plugins-base-plugins.args:
76         * docs/plugins/gst-plugins-base-plugins.hierarchy:
77         * docs/plugins/gst-plugins-base-plugins.interfaces:
78         * docs/plugins/gst-plugins-base-plugins.prerequisites:
79         * docs/plugins/inspect/plugin-videorate.xml:
80         * gst/speexresample/gstspeexresample.c:
81         Update documentation of speexresample for the new element name.
82
83 2008-11-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
84
85         * gst/speexresample/README:
86         Update README with the latest diff between the Speex resampler
87         and our copy.
88
89 2008-11-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
90
91         * gst/speexresample/gstspeexresample.c: (plugin_init):
92         Update the debug category from speex_resample to audioresample.
93
94 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
95
96         * gst/audioresample/Makefile.am:
97         * gst/audioresample/buffer.c:
98         * gst/audioresample/buffer.h:
99         * gst/audioresample/debug.c:
100         * gst/audioresample/debug.h:
101         * gst/audioresample/functable.c:
102         * gst/audioresample/functable.h:
103         * gst/audioresample/gstaudioresample.c:
104         * gst/audioresample/gstaudioresample.h:
105         * gst/audioresample/resample.c:
106         * gst/audioresample/resample.h:
107         * gst/audioresample/resample_chunk.c:
108         * gst/audioresample/resample_functable.c:
109         * gst/audioresample/resample_ref.c:
110         * tests/check/elements/audioresample.c:
111         Remove audioresample files.
112
113 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
114
115         * docs/plugins/inspect/plugin-audioresample.xml:
116         Regenerated for library filename change.
117
118 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
119
120         * configure.ac:
121         * docs/plugins/Makefile.am:
122         * docs/plugins/gst-plugins-base-plugins-sections.txt:
123         * docs/plugins/gst-plugins-base-plugins.args:
124         * docs/plugins/gst-plugins-base-plugins.hierarchy:
125         * docs/plugins/gst-plugins-base-plugins.interfaces:
126         * docs/plugins/gst-plugins-base-plugins.prerequisites:
127         * docs/plugins/inspect/plugin-adder.xml:
128         * docs/plugins/inspect/plugin-alsa.xml:
129         * docs/plugins/inspect/plugin-audioconvert.xml:
130         * docs/plugins/inspect/plugin-audiorate.xml:
131         * docs/plugins/inspect/plugin-audioresample.xml:
132         * docs/plugins/inspect/plugin-audiotestsrc.xml:
133         * docs/plugins/inspect/plugin-cdparanoia.xml:
134         * docs/plugins/inspect/plugin-decodebin.xml:
135         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
136         * docs/plugins/inspect/plugin-gdp.xml:
137         * docs/plugins/inspect/plugin-gio.xml:
138         * docs/plugins/inspect/plugin-gnomevfs.xml:
139         * docs/plugins/inspect/plugin-libvisual.xml:
140         * docs/plugins/inspect/plugin-ogg.xml:
141         * docs/plugins/inspect/plugin-pango.xml:
142         * docs/plugins/inspect/plugin-playback.xml:
143         * docs/plugins/inspect/plugin-queue2.xml:
144         * docs/plugins/inspect/plugin-subparse.xml:
145         * docs/plugins/inspect/plugin-tcp.xml:
146         * docs/plugins/inspect/plugin-theora.xml:
147         * docs/plugins/inspect/plugin-typefindfunctions.xml:
148         * docs/plugins/inspect/plugin-uridecodebin.xml:
149         * docs/plugins/inspect/plugin-video4linux.xml:
150         * docs/plugins/inspect/plugin-videorate.xml:
151         * docs/plugins/inspect/plugin-videoscale.xml:
152         * docs/plugins/inspect/plugin-videotestsrc.xml:
153         * docs/plugins/inspect/plugin-volume.xml:
154         * docs/plugins/inspect/plugin-vorbis.xml:
155         * docs/plugins/inspect/plugin-ximagesink.xml:
156         * docs/plugins/inspect/plugin-xvimagesink.xml:
157         * gst/speexresample/gstspeexresample.c: (plugin_init):
158         * gst/speexresample/Makefile.am:
159         * tests/check/Makefile.am:
160         * tests/check/elements/speexresample.c: (setup_speexresample),
161         (GST_START_TEST), (test_pipeline):
162         Rename the moved speexresample to audioresample, integrate into the
163         build system and remove the old audioresample from the build system.
164         Fixes bug #558124, #385061, #346218, #116051.
165
166 2008-11-27  Wim Taymans  <wim.taymans@collabora.co.uk>
167
168         * gst-libs/gst/audio/gstbaseaudiosrc.c:
169         (gst_base_audio_src_get_offset), (gst_base_audio_src_create):
170         Avoid nasty int overflows after about 12 hours and 25 minutes when these
171         code paths are triggered. 
172         A free beer to Håvard Graff for finding this!
173
174 2008-11-27  Wim Taymans  <wim.taymans@collabora.co.uk>
175
176         Patch by: 이문형 <iwings at gmail dot com>
177
178         * gst-libs/gst/rtsp/gstrtspconnection.c:
179         (gst_rtsp_connection_connect):
180         A successful gst_poll_wait() doesn't always mean successful connect() on
181         Windows.  We should check errors by calling gst_poll_fd_has_error().
182         See #561924.
183
184 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
185
186         * gst-libs/gst/rtp/gstrtcpbuffer.c:
187         Fix typo in the docs.
188
189 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
190
191         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_event):
192         If no stream was found before receiving EOS, post an error message.
193         Fixes #561924.
194
195 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
196
197         * ext/theora/gsttheoraenc.h:
198         * ext/theora/theoraenc.c: (gst_theora_enc_init),
199         (theora_buffer_from_packet), (theora_push_packet),
200         (theora_enc_sink_event), (theora_enc_is_discontinuous),
201         (theora_enc_chain):
202         Parse segment events.
203         Pass incomming buffer timestamps to outgoing buffers.
204         Use the running_time to construct the granulepos.
205         Fixes #562163.
206
207 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
208
209         * gst/playback/gstplaybin2.c: (activate_group):
210         Fix buffer-duration property.
211
212 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
213
214         * gst-libs/gst/audio/gstbaseaudiosink.c:
215         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
216         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
217         (gst_base_audio_sink_change_state):
218         Really fix audiosink drain handling by keeping track of the running_time
219         of the last sample.
220
221 2008-11-24  Michael Smith <msmith@songbirdnest.com>
222
223         * gst/playback/gstplaybin2.c:
224           Add notification of current stream. Add ability to configure buffer
225           sizes.
226         * gst/playback/gsturidecodebin.c:
227           Add ability to configure buffer sizes for streaming mode.
228           Bug #561734.
229
230 2008-11-24  Stefan Kost  <ensonic@users.sf.net>
231
232         * gst-libs/gst/audio/gstbaseaudiosink.c:
233           Time is already in running_time. Remove base_time handling. Fixes
234           audiosinks not draining and thus chopping some audio in the end.
235
236 2008-11-24  David Schleef  <ds@schleef.org>
237
238         * ext/ogg/gstoggmux.c:
239         * ext/ogg/gstoggmux.h:
240           If we're muxing a dirac stream, flush the page after every picture.
241
242 2008-11-24  Stefan Kost  <ensonic@users.sf.net>
243
244         * gst-libs/gst/audio/gstbaseaudiosink.c:
245           Add one log message to check for audio_drained. Sync one log message
246           with the condition. Send EOS after draining audio in pull mode.
247
248 2008-11-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
249
250         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
251         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
252         Use gst_buffer_try_new_and_alloc() and fail properly if the
253         allocation failed. This prevents abort() if downstream elements
254         request an insane amount of memory.
255
256 2008-11-24  Wim Taymans  <wim.taymans@collabora.co.uk>
257
258         * gst/volume/gstvolume.c: (volume_choose_func),
259         (volume_update_volume), (gst_volume_set_volume),
260         (gst_volume_get_volume), (gst_volume_set_mute),
261         (gst_volume_class_init), (gst_volume_init),
262         (volume_process_double), (volume_process_float),
263         (volume_process_int32), (volume_process_int32_clamp),
264         (volume_process_int24), (volume_process_int24_clamp),
265         (volume_process_int16), (volume_process_int16_clamp),
266         (volume_process_int8), (volume_process_int8_clamp), (volume_setup),
267         (volume_transform_ip), (volume_set_property),
268         (volume_get_property):
269         * gst/volume/gstvolume.h:
270         Cleanup volume, define and use default values.
271         Recalculate new volume and mute setup before processing. Fixes #561789.
272
273         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
274         Add controller unit test. Patch by: Jonathan Matthew
275         Fix bogus test that messed with basetransform's internal state.
276
277 2008-11-22  Wim Taymans  <wim.taymans@collabora.co.uk>
278
279         * gst/videorate/gstvideorate.c:
280         Add jpeg and png image media types to the caps. Fixes #561436.
281
282 2008-11-22  Wim Taymans  <wim.taymans@collabora.co.uk>
283
284         * gst/playback/gstplaysink.c: (gen_audio_chain):
285         Don't post an error when we can't configure the volume but post a
286         warning instead. Fixes #561780.
287
288 2008-11-21  David Schleef  <ds@schleef.org>
289
290         Patch by: Jonathan Rosser <jonathan.rosser@rd.bbc.co.uk>
291
292         * gst/videotestsrc/gstvideotestsrc.c:
293         * gst/videotestsrc/gstvideotestsrc.h:
294         * gst/videotestsrc/videotestsrc.c:
295         * gst/videotestsrc/videotestsrc.h:
296           Add a zone plate pattern generator based on BBC R&D Report
297           1978/23 (yeah *that* 1978).  Try 'videotestsrc pattern=zone-plate
298           kx2=20 ky2=20 kt=1'.
299
300 2008-11-20  Michael Smith <msmith@songbirdnest.com>
301
302         * gst/playback/gstdecodebin2.c:
303           Fix random fat-fingering making this not compile.
304
305 2008-11-20  Michael Smith <msmith@songbirdnest.com>
306
307         * gst/playback/gstdecodebin2.c:
308           If the top-level type of the stream is plain text, don't try to decode
309           it, matching behaviour of decodebin.
310         * gst/playback/gstplaysink.c:
311           If we fail to generate a text chain (e.g. due to missing optional
312           plugins), don't crash.
313
314 2008-11-20  Michael Smith <msmith@songbirdnest.com>
315
316         * gst-libs/gst/rtsp/gstrtspdefs.c:
317           Fix win32 build. Oops.
318
319 2008-11-20  Michael Smith <msmith@songbirdnest.com>
320
321         * gst-libs/gst/rtsp/gstrtspdefs.c:
322           Use WSAGetLastError() rather than errno/h_errno on win32.
323
324 2008-11-20  Michael Smith <msmith@songbirdnest.com>
325
326         * gst-libs/gst/riff/riff-media.c:
327           Support WMA Lossless properly.
328
329 2008-11-18  David Schleef  <ds@schleef.org>
330
331         * gst/videotestsrc/gstvideotestsrc.c:
332         * gst/videotestsrc/gstvideotestsrc.h:
333         * gst/videotestsrc/videotestsrc.c:
334         * gst/videotestsrc/videotestsrc.h:
335           Add "colorspec" property, specifying whether to generate BT.601
336           or BT.709 video.  This only affects YCbCr values, not RGB, since
337           if you're generating a 709 test pattern, presumably you want
338           709 RGB primaries, not 601.  Also add "smpte75" pattern, which
339           uses 75% colors instead of 100%, since this is often more useful
340           for testing (and also follows the SMPTE EG-1 guideline).
341
342 2008-11-18  Alessandro Decina  <alessandro.d@gmail.com>
343
344         * gst/playback/gstdecodebin.c:
345         Add a "sink-caps" property to decodebin like it's done for decodebin2.
346         Fixes #560380.
347
348 2008-11-14  Jan Schmidt  <jan.schmidt@sun.com>
349
350         * gst/audioresample/gstaudioresample.c:
351         Guard against a NULL dereference I somehow encountered -
352         with a FLUSH_STOP arriving either before basetransform _start(),
353         or after _stop().
354
355         * gst/typefind/gsttypefindfunctions.c:
356         Make sure we never jump backwards when typefinding corrupt mov files.
357
358 2008-11-14  Jan Schmidt  <jan.schmidt@sun.com>
359
360         * gst-libs/gst/interfaces/propertyprobe.c:
361         Fix random type causing a docs warning.
362
363 2008-11-14  Stefan Kost  <ensonic@users.sf.net>
364
365         * sys/v4l/gstv4l.c:
366           Give it a minimal rank for autovideosrc.
367
368 2008-11-13  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
369
370         * gst/typefind/gsttypefindfunctions.c: (jp2_type_find),
371         (plugin_init):
372         Improve typefinding of ISO JPEG2000 mime types.
373
374 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
375
376         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
377         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_setcaps),
378         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
379         * sys/xvimage/xvimagesink.h:
380         Avoid typechecking when we do trivial casts.
381         Move error handling out of the main program flow.
382         Sneak in the display-region caps property, not completely correct yet.
383         Cache the width/height in buffer_alloc instead of parsing it from the
384         caps all the time.
385
386 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
387
388         * gst/playback/gstplaybin2.c: (deactivate_group):
389         don't try to unlink the selector sinkpad when we don't have it yet. This
390         can happen if an error occured before the group was complete.
391
392 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
393
394         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
395         (gst_rtp_buffer_set_packet_len), (gst_rtp_buffer_get_packet_len),
396         (gst_rtp_buffer_get_header_len), (gst_rtp_buffer_get_version),
397         (gst_rtp_buffer_set_version), (gst_rtp_buffer_get_padding),
398         (gst_rtp_buffer_set_padding), (gst_rtp_buffer_pad_to),
399         (gst_rtp_buffer_get_extension), (gst_rtp_buffer_set_extension),
400         (gst_rtp_buffer_get_extension_data),
401         (gst_rtp_buffer_set_extension_data), (gst_rtp_buffer_get_ssrc),
402         (gst_rtp_buffer_set_ssrc), (gst_rtp_buffer_get_csrc_count),
403         (gst_rtp_buffer_get_csrc), (gst_rtp_buffer_set_csrc),
404         (gst_rtp_buffer_get_marker), (gst_rtp_buffer_set_marker),
405         (gst_rtp_buffer_get_payload_type),
406         (gst_rtp_buffer_set_payload_type), (gst_rtp_buffer_get_seq),
407         (gst_rtp_buffer_set_seq), (gst_rtp_buffer_get_timestamp),
408         (gst_rtp_buffer_set_timestamp),
409         (gst_rtp_buffer_get_payload_subbuffer),
410         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload):
411         Avoid expensive type checks we already did as part of the 
412         _validate() function that should be called first.
413
414 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
415
416         * gst-libs/gst/rtp/gstbasertpdepayload.c: (create_segment_event),
417         (gst_base_rtp_depayload_push_full),
418         (gst_base_rtp_depayload_set_gst_timestamp):
419         Fix some cases where a newsegment event was not sent.
420
421 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
422
423         * gst/playback/gstplaybin2.c: (activate_group):
424         Catch state change errors and stop from the uridecodebin elements
425         instead of trying to continue in vain.
426
427 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
428
429         * gst-libs/gst/audio/gstbaseaudiosink.c:
430         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
431         (gst_base_audio_sink_callback):
432         Use gst_base_sink_do_preroll() to wait for PLAYING and before waiting
433         for the latency to expire, fixes #559567.
434
435 2008-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
436
437         * gst/adder/gstadder.c:
438           Change author string after seeing output of gst-inspector.
439
440 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
441
442         * gst/playback/gstplaysink.c: (gst_play_sink_reconfigure):
443         Don't try to do crazy things when we only have a text pad without a
444         video pad. Fixes #559478.
445
446 2008-11-06  Wim Taymans  <wim.taymans@collabora.co.uk>
447
448         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
449         Fix case where we don't have a range for the rates or channels as is the
450         case with truespeech.
451
452 2008-11-05  Wim Taymans  <wim.taymans@collabora.co.uk>
453
454         * gst/volume/gstvolume.c: (volume_update_real_volume),
455         (gst_volume_set_volume), (gst_volume_get_volume),
456         (gst_volume_set_mute), (gst_volume_init), (volume_setup),
457         (volume_transform_ip), (volume_update_mute),
458         (volume_update_volume), (volume_get_property):
459         * gst/volume/gstvolume.h:
460         Keep negotiated state in a separate variable.
461         Protect the volume and mute properties with the object lock.
462         Protect modifying the transform with the transform lock.
463
464 2008-11-05  Wim Taymans  <wim.taymans@collabora.co.uk>
465
466         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
467         (gst_ffmpeg_pixfmt_to_caps):
468         Only convert caps to string when debug is enabled.
469
470 2008-11-04  Wim Taymans  <wim.taymans@collabora.co.uk>
471
472         * ext/theora/gsttheoradec.h:
473         * ext/theora/theoradec.c: (gst_theora_dec_init),
474         (gst_theora_dec_reset), (theora_dec_src_event),
475         (theora_dec_sink_event), (theora_handle_type_packet):
476         Copy seqnum.
477         Keep events in a pending list, like vorbisdec, instead of trying
478         to construct a segment event ourselves.
479
480         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
481         (vorbis_dec_src_event), (vorbis_dec_sink_event):
482         * ext/vorbis/vorbisdec.h:
483         Copy seqnum.
484
485 2008-11-04  Wim Taymans  <wim.taymans@collabora.co.uk>
486
487         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
488         (gst_ogg_demux_deactivate_current_chain),
489         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page),
490         (gst_ogg_demux_loop):
491         * ext/ogg/gstoggdemux.h:
492         Copy seqnums around to track playback segments and messages.
493
494 2008-11-03  Wim Taymans  <wim.taymans@collabora.co.uk>
495
496         Based on patch by: Matthias Kretz <kretz at kde dot org>
497
498         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
499         (gst_alsasink_prepare), (gst_alsasink_unprepare),
500         (gst_alsasink_write):
501         Make all access non-blocking so that we can better handle unplugging
502         of usb devices. Fixes #559111
503
504 2008-11-03  Wim Taymans  <wim.taymans@collabora.co.uk>
505
506         Patch by: Damien Lespiau  <damien.lespiau gmail com>
507
508         * gst-libs/gst/rtsp/gstrtspconnection.c:
509         (gst_rtsp_connection_write):
510         Make the next call to poll not depend on previous calls to poll with or
511         without reading from the active descriptor. Fixes #544293.
512
513 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
514
515         Patch by: Nick Haddad <nick at haddads dot net>
516
517         * gst-libs/gst/riff/riff-ids.h:
518         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
519         Add support for other fourcc codes that are commonly used for
520         'uncompressed RGB', including 'RGB ', 'RAW ', and 0.
521         Fixes #558553.
522
523 2008-10-30  Stefan Kost  <ensonic@users.sf.net>
524
525         * gst/audioresample/gstaudioresample.c:
526           Return the result of parent_class->event().
527
528 2008-10-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
529
530         * gst/audioresample/gstaudioresample.c:
531         (gst_audioresample_class_init), (audioresample_fixate_caps):
532         Fixate the rate to the nearest supported rate instead of
533         the first one. Fixes bug #549510.
534
535 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
536
537         * win32/common/libgstaudio.def:
538         Add new symbols.
539
540 2008-10-23  Wim Taymans  <wim.taymans@collabora.co.uk>
541
542         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
543         Attempt to make obfuscated code clearer.
544
545 2008-10-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
546
547         * docs/libs/gst-plugins-base-libs-sections.txt:
548         * gst-libs/gst/floatcast/floatcast.h:
549         Move float endianness conversion macros to core. Second part of
550         bug ##555196.
551
552 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
553
554         * sys/ximage/ximagesink.h:
555         * sys/xvimage/xvimagesink.h:
556           Don't mark as gtk-doc docs as they aren't public.
557
558 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
559
560         * sys/xvimage/xvimagesink.c:
561         * sys/xvimage/xvimagesink.h:
562         * tests/icles/Makefile.am:
563         * tests/icles/test-colorkey.c:
564           Allow setting colorkey if possible. Implement property probe interface
565           for optional X features (autopaint-colorkey, double-buffer and
566           colorkey). Fixes #554533
567
568 2008-10-22  Sebastian Dröge  <slomo@circular-chaos.org>
569
570         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
571         Remove useless buffer size assignment. It already has this value.
572
573 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
574
575         * gst-libs/gst/audio/gstaudiosink.c:
576         (gst_audioringbuffer_class_init), (gst_audioringbuffer_acquire),
577         (gst_audioringbuffer_activate), (gst_audioringbuffer_release),
578         (gst_audioringbuffer_stop):
579         Implement a separate activate functions to start monitoring the segments
580         or, in pull mode, pulling in data.
581
582         * gst-libs/gst/audio/gstbaseaudiosink.c:
583         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
584         (gst_base_audio_sink_query_pad), (gst_base_audio_sink_query),
585         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_callback),
586         (gst_base_audio_sink_activate_pull),
587         (gst_base_audio_sink_async_play),
588         (gst_base_audio_sink_change_state):
589         Implement pad and element convert query function.
590         Activate the ringbuffer.
591         Use the segment last_stop value as the offset to pull.
592         Use new basesink _do_preroll() method to preroll in the pulling thread.
593         Take appropriate locking in the pulling thread.
594
595         * gst-libs/gst/audio/gstringbuffer.h:
596         Update some docs.
597
598 2008-10-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
599
600         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find):
601         Improve MXF typefinding a bit by searching for a header partition
602         pack instead of just a general partition pack and checking more
603         bytes for valid values.
604
605 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
606
607         * tests/icles/.cvsignore:
608         update ignore file.
609
610         * tests/icles/Makefile.am:
611         * tests/icles/test-box.c: (make_pipeline), (main):
612         Add another interactive command line experimentation suite for
613         dynamically boxing/cropping/saling an input video.
614
615 2008-10-17  Wim Taymans  <wim.taymans@collabora.co.uk>
616
617         * docs/libs/gst-plugins-base-libs-sections.txt:
618         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_convert),
619         (gst_ring_buffer_activate), (gst_ring_buffer_is_active):
620         * gst-libs/gst/audio/gstringbuffer.h:
621         Add methods to more accuratly control the pulling thread of a
622         ringbuffer.
623         Add format conversion helper code to the ringbuffer.
624         API: GstRingBuffer:gst_ring_buffer_activate()
625         API: GstRingBuffer:gst_ring_buffer_is_active()
626         API: GstRingBuffer:gst_ring_buffer_convert()
627
628 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
629
630         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
631         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
632         (gst_audioringbuffer_stop):
633         Signal thread startup earlier so that we can immediatly go into pull
634         mode when we have to and block on preroll.
635
636 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
637
638         * gst-libs/gst/audio/gstringbuffer.c:
639         (gst_ring_buffer_prepare_read):
640         In pull mode we want the callback to prepull a buffer we can preroll on
641         even when we are not yet playing.
642
643 2008-10-16  Stefan Kost  <ensonic@users.sf.net>
644
645         * ext/alsa/Makefile.am:
646         * ext/cdparanoia/Makefile.am:
647         * ext/gio/Makefile.am:
648         * ext/gnomevfs/Makefile.am:
649         * ext/libvisual/Makefile.am:
650         * ext/ogg/Makefile.am:
651         * ext/pango/Makefile.am:
652         * ext/theora/Makefile.am:
653         * ext/vorbis/Makefile.am:
654         * gst/adder/Makefile.am:
655         * gst/audioconvert/Makefile.am:
656         * gst/audiorate/Makefile.am:
657         * gst/audioresample/Makefile.am:
658         * gst/audiotestsrc/Makefile.am:
659         * gst/ffmpegcolorspace/Makefile.am:
660         * gst/gdp/Makefile.am:
661         * gst/playback/Makefile.am:
662         * gst/subparse/Makefile.am:
663         * gst/tcp/Makefile.am:
664         * gst/typefind/Makefile.am:
665         * gst/videorate/Makefile.am:
666         * gst/videoscale/Makefile.am:
667         * gst/videotestsrc/Makefile.am:
668         * gst/volume/Makefile.am:
669         * sys/v4l/Makefile.am:
670         * sys/ximage/Makefile.am:
671         * sys/xvimage/Makefile.am:
672           Don't install static libs for plugins. Fixes #550851 for base.
673
674 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
675
676         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init):
677         Set the default blocksize to -1 because we will then use the configured
678         samplesperbuffer to create our output buffer.
679
680 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
681
682         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
683         (gst_riff_create_video_template_caps):
684         Add mappping for the KMVC (Karl Morton's Video) Codec.
685
686 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
687
688         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
689         Don't forget to advance the offset of what we're matching against, else
690         we end up in a forever loop.
691
692 2008-10-15  Sebastian Dröge  <slomo@circular-chaos.org>
693
694         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
695         Improve typefinding a bit. If we don't have a Unicode charset
696         try GST_SUBTITLE_ENCODING and otherwise try ISO-8859-15.
697
698 2008-10-14  Edward Hervey  <edward.hervey@collabora.co.uk>
699
700         * ext/theora/theoradec.c: (theora_dec_decode_buffer):
701         Fix build on macosx.
702
703 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
704
705         Based on patch by: Robin Stocker <robin at nibor dot org>
706
707         * ext/theora/gsttheoradec.h:
708         * ext/theora/theoradec.c: (gst_theora_dec_init),
709         (theora_dec_setcaps), (theora_handle_type_packet),
710         (theora_dec_decode_buffer), (theora_dec_change_state):
711         Parse input caps and make the PAR override the encoded PAR when
712         specified by a container. Fixes #555699.
713
714 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
715
716         * gst-libs/gst/rtp/gstbasertpdepayload.c:
717         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
718         (gst_base_rtp_depayload_set_gst_timestamp),
719         (gst_base_rtp_depayload_change_state):
720         * gst-libs/gst/rtp/gstbasertpdepayload.h:
721         Add some more G_LIKELY
722         Fail when the setcaps function was not called.
723
724         * gst-libs/gst/rtp/gstbasertppayload.c:
725         (gst_basertppayload_set_outcaps):
726         Propagate return value of setcaps.
727
728 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
729
730         * gst/subparse/Makefile.am:
731         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
732         (gst_sub_parse_class_init), (gst_sub_parse_init),
733         (gst_convert_to_utf8), (detect_encoding), (convert_encoding),
734         (get_next_line), (gst_sub_parse_data_format_autodetect),
735         (feed_textbuf), (handle_buffer), (gst_sub_parse_change_state),
736         (gst_subparse_type_find):
737         * gst/subparse/gstsubparse.h:
738         Add support for UTF16/UTF32 subtitles as long as the first bytes of
739         the first buffer contain the BOM. This also adds support for other
740         encodings that allow NUL bytes via the encoding property.
741         Fixes bugs #552237 and #456788.
742
743 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
744
745         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
746         Don't drop the last byte of image tags if they're not an URI list.
747         Fixes bug #556066.
748
749 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
750
751         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
752         For looking at the 4th byte we have to get 4 bytes of course
753         and not 3.
754
755 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
756
757         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
758         Improve FLAC-without-headers typefinding by looking at most of the
759         frame header and checking if invalid values are used. Should prevent
760         quite some false positives compared to the old version which only
761         check if the first 14 bits are set.
762
763 2008-10-11  Stefan Kost  <ensonic@users.sf.net>
764
765         * sys/xvimage/xvimagesink.c:
766           Don't assert on caps==NULL.
767
768 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
769
770         * gst/subparse/gstsubparse.c:
771         (gst_sub_parse_data_format_autodetect), (handle_buffer),
772         (gst_sub_parse_change_state):
773         * gst/subparse/gstsubparse.h:
774         * tests/check/elements/subparse.c: (GST_START_TEST):
775         Add support for subtitle files with UTF-8 BOM at the beginning
776         by simple stripping it from the first line before passing it
777         to any parsing code. Fixes bug #555257 and playback of files
778         created by Gnome Subtitles.
779
780 2008-10-10  Wim Taymans  <wim.taymans@collabora.co.uk>
781
782         * gst/audiotestsrc/gstaudiotestsrc.c:
783         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
784         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
785         (gst_audio_test_src_start), (gst_audio_test_src_stop),
786         (gst_audio_test_src_do_seek), (gst_audio_test_src_check_get_range),
787         (gst_audio_test_src_create):
788         * gst/audiotestsrc/gstaudiotestsrc.h:
789         Define the default property values in the usual place.
790         Implement start/stop to reset values correctly.
791         Calculate the sample size only once when we negotiate.
792         Rename some values to make more sense.
793         Keep track of our byte range.
794         Add support for pull based scheduling. Disabled for now until we have
795         the whole stack working.
796         Set the BUFFER_OFFSET correctly.
797
798 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
799
800         Based on a patch by: xavierb at gmail dot com
801
802         * gst/subparse/gstsubparse.c:
803         (gst_sub_parse_data_format_autodetect):
804         * tests/check/elements/subparse.c: (GST_START_TEST):
805         Make the detection of the used subtitle a bit less strict
806         for srt subtitles. Fixes bug #555607.
807
808 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
809
810         * ext/vorbis/vorbisenc.c:
811         (gst_vorbis_enc_buffer_check_discontinuous):
812         Fix discontinuity detection which was broken by last commit.
813
814 2008-10-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
815
816         * configure.ac::
817           Require core CVS for ghostpad API additions used by decodebin2.
818
819 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
820
821         * gst-libs/gst/audio/gstbaseaudiosrc.c:
822         (gst_base_audio_src_create):
823         Fix debug statements (space between '%' and actual format).
824
825 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
826
827         * gst/playback/gstdecodebin2.c: (gst_decode_pad_activate):
828         Remove bogus assert, the decodepad could have been created inside an
829         already existing group.
830
831 2008-10-08  Andy Wingo  <wingo@pobox.com>
832
833         * gst/playback/gstdecodebin2.c (expose_pad): Fix typo: unset
834         target instead of setting it.
835         (gst_decode_pad_activate, gst_decode_pad_unblock): This is now the
836         API for a decode pad. The bugfix is that we set the group in
837         activate(), not when the pad was created because it might be NULL
838         then.
839         (gst_decode_group_control_source_pad, gst_decode_group_expose):
840         Update to use the API.
841
842 2008-10-08  Andy Wingo  <wingo@pobox.com>
843
844         * gst/playback/gstdecodebin2.c (struct _GstDecodePad): Change to
845         be a subclass of GstGhostPad.
846         (analyze_new_pad): So, when emitting the signals that determine
847         how we do autoplugging, already create the ghost pad and use it as
848         the pad in the signal arguments. This allows applications to make
849         a connection between the pad passed in e.g. autoplug-continue, and
850         the pad passed in new-decoded-pad.
851         (connect_pad, expose_pad): Update to receive the ghosted decode
852         pad in the args, retargetting it as necessary if we have to plug
853         the target pad through a multiqueue.
854         (gst_decode_group_control_source_pad): Adapt to receive an
855         already-ghosted pad that just needs activation, blocking, and
856         drain notification.
857         (sort_end_pads): Adapt for decode pads actually being pads.
858         (gst_decode_group_expose): Adapt for decode pads actually being
859         pads. Rewrite the decode pad names so they appear in order. Adds a
860         new error case if we couldn't set the name.
861         (gst_decode_group_free, gst_decode_group_hide): Adapt cleanup
862         logic.
863         (gst_decode_pad_set_blocked, gst_decode_pad_add_drained_check):
864         New API for the decode pad, needed because we shouldn't do these
865         things inside gst_decode_pad_new(), but after.
866         (gst_decode_pad_new): Change to actually make the real pad, and
867         delay the blocking/drainage bits.
868
869 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
870
871         Patch by: Daniel Drake <dsd at laptop dot org>
872
873         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear_collectpads):
874         Unref all buffers when clearing collectpads. Fixes bug #546955.
875
876 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
877
878         Based on a patch by: Klaas <klaas at rivercrew dot net>
879
880         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_sink_event),
881         (gst_vorbis_enc_buffer_check_discontinuous),
882         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
883         * ext/vorbis/vorbisenc.h:
884         Keep track of the upstream segments and use the running time on that
885         segment instead of the buffer timestamp everywhere. Fixes bug #525807.
886
887 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
888
889         * gst/audioconvert/audioconvert.c: (audio_convert_convert):
890         Prevent overflows with big buffer when calculating the size of
891         the intermediate buffer by using gst_util_uint64_scale() instead of
892         plain arithmetics. Fixes bug #552801.
893
894 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
895
896         Patch by: Pavel Zeldin <pzeldin at gmail dot com>
897
898         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time),
899         (gst_clock_overlay_class_init), (gst_clock_overlay_finalize),
900         (gst_clock_overlay_init), (gst_clock_overlay_set_property),
901         (gst_clock_overlay_get_property):
902         * ext/pango/gstclockoverlay.h:
903         API: Add ability to specify format for date/time display by
904         adding a "time-format" property.
905         Fixes bug #554879.
906
907 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
908
909         Patch by: Jan Gerber <j at oil21 dot org>
910
911         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
912         (gst_riff_create_video_template_caps):
913         Add FFV1 fourcc to support playback of FFMPEG lossless video
914         in AVI. Fixes bug #555319.
915
916 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
917
918         Patch by: Håvard Graff <havard dot graff at tandberg dot com>
919
920         * gst-libs/gst/audio/gstbaseaudiosrc.c:
921         (gst_base_audio_src_create):
922         Implement skew clock slaving. Fixes #552559.
923
924 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
925
926         * gst-libs/gst/audio/multichannel.c:
927         * gst-libs/gst/audio/testchannels.c:
928         Fix include of config.h
929
930 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
931
932         Based on Patch by: Tero Saarni <tero dot saarni at gmail dot com>
933
934         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_parse_line),
935         (print_media), (gst_sdp_message_dump):
936         Fix parsing of the c= field containing multicast addresses.
937         Fixes #552199.
938         Add the connection info to the session or streams.
939         Fix parsing of the bandwidth.
940         Add debugging for the connections and bandwidths for a media.
941         Add debugging for the bandwidth of the session. 
942
943 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
944
945         * gst-libs/gst/rtp/gstbasertppayload.c:
946         (gst_basertppayload_change_state):
947         Configure the next seqnum and timestamp in the state change so that they
948         can be queried soon after.
949
950 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
951
952         * gst-libs/gst/rtp/gstbasertpdepayload.c:
953         (gst_base_rtp_depayload_chain):
954         Improve debugging of the rtptime.
955
956 2008-10-05  Jan Schmidt  <jan.schmidt@sun.com>
957
958         * configure.ac:
959         Back to development -> 0.10.21.1
960
961 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
962
963         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
964         (plugin_init):
965         Add typefinding for FLAC without headers in the beginning.
966         This is already handled by flacdec and friends.
967
968 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
969
970         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find),
971         (plugin_init):
972         Add typefinder for MXF.
973
974 2008-10-03  Jan Schmidt  <jan.schmidt@sun.com>
975
976         * tests/icles/Makefile.am:
977         Only build test-colorkey if GTK+ is available.
978
979 === release 0.10.21 ===
980
981 2008-10-03  Jan Schmidt <jan.schmidt@sun.com>
982
983         * configure.ac:
984           releasing 0.10.21, "We Could Be Wrong"
985
986 2008-09-28  Jan Schmidt  <jan.schmidt@sun.com>
987
988         * configure.ac:
989         0.10.20.4 pre-release
990
991 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
992
993         Patch by: Vincent Penquerc'h <ogg dot k dot ogg dot k at googlemail dot com>
994
995         * ext/theora/theoraparse.c: (theora_parse_set_streamheader):
996         Set the BOS flag on the BOS packet. Fixes #553244.
997
998 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
999
1000         * gst-libs/gst/rtsp/gstrtspmessage.c:
1001         (gst_rtsp_message_parse_request),
1002         (gst_rtsp_message_parse_response):
1003         Fix the g_return_val_if_fail() statements.
1004
1005 2008-09-22  Michael Smith <msmith@songbirdnest.com>
1006
1007         * gst-libs/gst/tag/gsttagdemux.c:
1008           Fail to activate if there's insufficient data in the file to be usable,
1009           preventing an assertion fail later. Fixes #552960
1010
1011 2008-09-15  Tim-Philipp Müller  <tim.muller at collabora co uk>
1012
1013         * gst-libs/gst/pbutils/descriptions.c:
1014         * gst/typefind/gsttypefindfunctions.c:
1015           Recognise Kate subtitle streams (#550582).
1016
1017 2008-09-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
1018
1019         * gst-libs/gst/audio/audio.h: (GST_AUDIO_FIELD_SIGNED):
1020           Remove trailing comma from enum list, which causes problems
1021           with -pendantic (#550729).
1022
1023 2008-09-10  Jan Schmidt  <jan.schmidt@sun.com>
1024
1025         * configure.ac:
1026         0.10.20.2 pre-release
1027
1028         * po/LINGUAS:
1029         * po/id.po:
1030         * po/pt_BR.po:
1031
1032         New translations.
1033
1034 2008-09-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
1035
1036         * gst-libs/gst/interfaces/propertyprobe.c:
1037           (gst_property_probe_get_properties),
1038           (gst_property_probe_get_property),
1039           (gst_property_probe_probe_property),
1040           (gst_property_probe_probe_property_name),
1041           (gst_property_probe_needs_probe),
1042           (gst_property_probe_needs_probe_name),
1043           (gst_property_probe_get_values),
1044           (gst_property_probe_get_values_name),
1045           (gst_property_probe_probe_and_get_values),
1046           (gst_property_probe_probe_and_get_values_name):
1047           More sanity checks for our second-favourite interface.
1048
1049 2008-09-05  Stefan Kost  <ensonic@users.sf.net>
1050
1051         * gst-libs/gst/interfaces/propertyprobe.c:
1052           Check for NULL pointer, in the hope that this fixes #532864.
1053
1054 2008-09-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
1055
1056         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
1057           No really, the next release is 0.10.21 (fix Since: tags in docs).
1058
1059 2008-09-04  Wim Taymans  <wim.taymans@collabora.co.uk>
1060
1061         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_stop):
1062         Disable a code path that is now called but causes a deadlock for some
1063         reason and is unneeded.
1064
1065 2008-09-04  Stefan Kost  <ensonic@users.sf.net>
1066
1067         * sys/xvimage/xvimagesink.c:
1068         * sys/xvimage/xvimagesink.h:
1069           Add a "draw-border" property that can be set to false to disable
1070           drawing borders.
1071           
1072         * tests/icles/test-colorkey.c:
1073         * tests/icles/Makefile.am:
1074           Add new test application for the colorkey handling.
1075
1076 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
1077
1078         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1079         Use a decent caps for TrueSpeech instead of a ffmpeg-specific one.
1080         This will also be fixed for upcoming gst-ffmpeg release so that once
1081         this release of -base is out, it will work with the latest gst-ffmpeg
1082         release.
1083
1084 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
1085
1086         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
1087         (gst_riff_create_audio_template_caps):
1088         Add Truespeech mapping for RIFF formats (AVI/WAV).
1089         Fixes #550656
1090
1091 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1092
1093         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1094         Typefind video/mj2 and image/jp2 ISO JPEG2000 mime types.
1095         Fixes #550638.
1096
1097 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
1098
1099         * configure.ac:
1100         * gst/subparse/Makefile.am:
1101         * gst/subparse/gstsubparse.c:
1102         * gst/subparse/samiparse.c:
1103         * tests/check/elements/subparse.c:
1104           Rework last change, so that we build subparse, but just disable the
1105           sami parse functionality, if we're configured to not use xml. In the
1106           tests only the sami test is disabled now.
1107
1108 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
1109
1110         * configure.ac:
1111           Disable subparse when xml is disabled. It woundn't work anyway. Fixes
1112           test runs.
1113
1114 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1115
1116         * po/POTFILES.in:
1117           Add some more files with strings for translation.
1118
1119 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
1120
1121         * gst-libs/gst/tag/gstvorbistag.c:
1122         * tests/check/libs/tag.c:
1123           Use new geo location tags from core. Fixes #481169
1124
1125 2008-09-01  Edward Hervey  <edward.hervey@collabora.co.uk>
1126
1127         * tests/check/elements/audioresample.c: (setup_audioresample),
1128         (fail_unless_perfect_stream), (test_perfect_stream_instance),
1129         (test_discont_stream_instance):
1130         Now that GstBaseTransform is 'fixed' ... remove cruft from tests.
1131         Add debugging for coherence.
1132
1133 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1134
1135         Patch by: Jonathan Matthew  <notverysmart gmail com>
1136
1137         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1138           Add typefinder for PDF documents (which is nice to have, since it's a
1139           common format, but also helps prevent false positives). Fixes #549814.
1140
1141 2008-08-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1142
1143         * gst/playback/gstplaybin2.c: (selector_blocked), (pad_added_cb),
1144         (no_more_pads_cb):
1145         Fix nasty race where multiple decodebins could start pushing data before
1146         we manage to configure the sinks, resulting in not-linked errors in
1147         typical RTSP streaming cases.
1148
1149 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1150
1151         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
1152         Since we now call stop, we trigger this code path that causes a deadlock
1153         is apparently not needed.
1154
1155 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1156
1157         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
1158         (gst_ring_buffer_stop):
1159         Also allow the case where the ringbuffer was paused when we try to stop
1160         it so that the basesrc stop function is still called.
1161
1162 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1163
1164         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
1165
1166         * sys/v4l/gstv4lelement.c: (gst_v4l_class_probe_devices):
1167         Reprobe devices again instead of taking a cached list as new
1168         devices could've been plugged in. Fixes bug #549062.
1169
1170 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1171
1172         Patch by: Alessandro Dessina <alessandro nnva org>
1173
1174         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
1175         (gst_ogg_demux_activate_chain):
1176         Don't add pads and activate them for skeleton streams. These are already
1177         handled inside oggdemux. Fixes bug #537599.
1178
1179 2008-08-22  Wim Taymans  <wim.taymans@collabora.co.uk>
1180
1181         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
1182         Reset variable so that query and convert fail after going back to
1183         READY. Fixes #548898.
1184
1185 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1186
1187         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
1188         If a buffer arrives with a timestamp before the timestamp+duration
1189         of the previous buffer clip it instead of dropping it completely.
1190         Slight improvement for the unfixable bug #548913.
1191
1192 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1193
1194         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1195         Take the current timestamp instead of timestamp+duration for the offset.
1196         This offset will later be used for calculating the timestamp and
1197         otherwise vorbisdec will interpolate timestamps wrong if upstream
1198         only sends timestamps and no granulepos.
1199
1200 2008-08-21  Stefan Kost  <ensonic@users.sf.net>
1201
1202         * tests/examples/seek/seek.c:
1203           Don't crash when having no visualisations.
1204
1205 2008-08-16  David Schleef  <ds@schleef.org>
1206
1207         * gst/typefind/gsttypefindfunctions.c: DV typefinding.  Remove
1208           check for a bit that is 0 in IEC 61384, but not SMPTE 314M.
1209           Fixes #548065.
1210
1211 2008-08-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1212
1213         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
1214         When cleaning up the caps fields also remove "depth" for the same
1215         reason we remove "width".
1216
1217 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
1218
1219         * gst-libs/gst/pbutils/descriptions.c: (format_info_get_desc):
1220           Add Lead H.264 here as well.
1221
1222 2008-08-14  Julien Moutte  <julien@fluendo.com>
1223
1224         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1225         (gst_riff_create_video_template_caps): Add Lead H.264 variant.
1226
1227 2008-08-13  Wim Taymans  <wim.taymans@collabora.co.uk>
1228
1229         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1230         (gst_base_audio_src_create):
1231         When not slaved to another clock also subtract the base_time from our
1232         internal clock time to get the running time.
1233
1234 2008-08-12  David Schleef  <ds@schleef.org>
1235
1236         * ext/theora/theoraenc.c: Remove the 2000 kbit limit to bitrate,
1237           since it has no basis in libtheora.
1238
1239 2008-08-12  Stefan Kost  <ensonic@users.sf.net>
1240
1241         * gst-libs/gst/interfaces/propertyprobe.h:
1242           Remove double "interface" from doc-string.
1243
1244         * gst-libs/gst/interfaces/xoverlay.h:
1245           Document interface.
1246
1247         * gst-libs/gst/riff/riff.c:
1248           Add basic doc blobs.
1249
1250 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1251
1252         * gst-libs/gst/audio/Makefile.am:
1253           Don't try to build that example anymore.
1254
1255 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1256
1257         * gst-libs/gst/audio/.cvsignore:
1258         * gst-libs/gst/audio/Makefile.am:
1259         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1260         * gst-libs/gst/audio/make_filter:
1261           Move audiofiltertemplate to gst-template.
1262
1263 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1264
1265         * docs/libs/gst-plugins-base-libs-sections.txt:
1266         * gst-libs/gst/audio/gstaudiosrc.h:
1267           More docs and shuffling. What can we do with the hundreds of #defines.
1268
1269 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1270
1271         * gst-libs/gst/audio/audio.h:
1272         * gst-libs/gst/audio/gstaudiofilter.h:
1273         * gst-libs/gst/audio/gstringbuffer.h:
1274         * gst-libs/gst/interfaces/propertyprobe.h:
1275         * gst-libs/gst/tag/gsttagdemux.h:
1276           Reducing number of dundocumented symbols.
1277
1278 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1279
1280         * gst-libs/gst/audio/audio.c:
1281           Fix doc comment syntax.
1282
1283         * gst-libs/gst/interfaces/propertyprobe.c:
1284           Add more doc-comments and a FIXME: for the signal.    
1285
1286 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1287
1288         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sink_event),
1289         (gst_ogg_mux_request_new_pad):
1290         * ext/ogg/gstoggmux.h:
1291         Don't pretend to support NEWSEGMENT events, instead override the
1292         GstCollectPads event function to return FALSE on NEWSEGMENT events
1293         and do the normal work for other events.
1294
1295         This prevents elements like flacenc to seek to the start and rewrite
1296         some data which then results in a broken Ogg packet.
1297
1298 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
1299
1300         Patch by: Frederic Crozat <fcrozat@mandriva.org>
1301
1302         * ext/alsa/gstalsaplugin.c: (plugin_init):
1303         * ext/cdparanoia/gstcdparanoiasrc.c: (plugin_init):
1304         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
1305         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
1306         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init):
1307         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
1308         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal):
1309         * gst/playback/gstdecodebin.c: (plugin_init):
1310         * gst/playback/gstdecodebin2.c: (gst_decode_bin_plugin_init):
1311         * gst/playback/gstplayback.c: (plugin_init):
1312         * gst/playback/gstqueue2.c: (plugin_init):
1313         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_plugin_init):
1314         * sys/v4l/gstv4l.c: (plugin_init):
1315         Make sure gettext returns translations in UTF-8 encoding rather
1316         than in the current locale encoding (#546822).
1317
1318 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
1319
1320         * gst-libs/gst/pbutils/descriptions.c:
1321           Add audio/x-qdm for qtdemux.
1322
1323 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1324
1325         * ext/vorbis/vorbisdec.c:
1326           Do not leak old taglist.
1327
1328 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1329
1330         * tests/icles/test-scale.c:
1331           Include <stdlib.h> for atoi().
1332
1333 2008-08-04  Andy Wingo  <wingo@pobox.com>
1334
1335         * gst/audiotestsrc/gstaudiotestsrc.c: Very crucial and important
1336         documentation fix.
1337
1338 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
1339
1340         * gst/adder/gstadder.c:
1341           Cleanup lots of empty lines that came from gst-indent going havoc
1342           before I added the INDENT_ON/OFF marker some time agao.
1343
1344 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
1345
1346         * configure.ac:
1347         * gst-libs/gst/riff/riff-read.c:
1348           Bump requirement to latest core and use new tag for riff formats.
1349           Needed for #520694.
1350
1351 2008-08-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1352
1353         * tests/examples/dynamic/Makefile.am:
1354         * tests/examples/dynamic/codec-select.c: (make_encoder),
1355         (make_pipeline), (do_switch), (my_bus_callback), (main):
1356         Add example app that dynamically switches between 3 'encoders'.
1357
1358 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1359
1360         * gst/playback/gstplaysink.c: (gst_play_sink_set_vis_plugin):
1361         Add some more comments.
1362
1363 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1364
1365         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_getcaps),
1366         (gst_video_test_src_create):
1367         Discard buffers of the wrong size after renegotiation, this is perfectly
1368         possible with things like capsfilter that could suggest caps changes
1369         upstream without knowing the size of the buffer.
1370
1371 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1372
1373         * tests/icles/.cvsignore:
1374         * tests/icles/Makefile.am:
1375         * tests/icles/test-scale.c: (make_pipeline), (main):
1376         Add dynamic rescaling tests for the new basetransform.
1377
1378 2008-07-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1379
1380         * gst/audioconvert/Makefile.am:
1381           Dist recently-added gstfastrandom.h.
1382
1383 2008-07-30  Edward Hervey  <edward.hervey@collabora.co.uk>
1384
1385         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1386         Fix a "may be used uninitialized in this function" which weirdly only
1387         appears on macosx (?).
1388
1389 2008-07-30  Stefan Kost  <ensonic@users.sf.net>
1390
1391         * gst-libs/gst/riff/riff-ids.h:
1392           Adding acid chunk for tempo and loop information.
1393
1394 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1395
1396         * sys/xvimage/Makefile.am:
1397           floor() needs linking to $(LIBM).
1398
1399 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1400
1401         * ext/gnomevfs/gstgnomevfssrc.c:
1402           Aggregate short reads and add some comments and debug logging.
1403           Fixes #537380
1404
1405 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1406
1407         * gst/playback/gstplaybasebin.c:
1408           Fix property doc markup (its not a signal).
1409
1410         * sys/xvimage/xvimagesink.c:
1411           Add since tag for new proeprties (also add sice tags fro the last two
1412           other additions).
1413
1414 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1415
1416         * sys/xvimage/xvimagesink.c:
1417         * sys/xvimage/xvimagesink.h:
1418           Add autofill/colorkey properties. Fixes #538656.
1419
1420 2008-07-28  David Schleef  <ds@schleef.org>
1421
1422         * sys/xvimage/xvimagesink.c:
1423           Fix rounding errors when converting colorbalance values
1424           between hardware and object property ranges.  Partial
1425           fix for #537889, however, there still seems to be a small
1426           drift problem that could be totem's fault.
1427
1428 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1429
1430         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
1431         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
1432         Don't use GST_CLOCK_TIME_NONE as start of NEWSEGMENT events.
1433         This fixes a critical warning.
1434
1435 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1436
1437         * ext/ogg/gstoggmux.c:
1438         Allow muxing of CELT into Ogg streams.
1439
1440 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1441
1442         * gst/typefind/gsttypefindfunctions.c: (celt_type_find),
1443         (plugin_init):
1444         Add simple typefinder for the CELT codec (www.celt-codec.org).
1445
1446 2008-07-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1447
1448         Patch by: Jan Gerber <j at oil21 dot org>
1449
1450         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone):
1451         Fix calculation of the start time from skeleton streams.
1452         Fixes bug #530068.
1453
1454 2008-07-24  Stefan Kost  <ensonic@users.sf.net>
1455
1456         * tests/examples/seek/seek.c:
1457           Use 64 bit constant GST_CLOCK_TIME_NONE instead of plain -1.
1458
1459 2008-07-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1460
1461         * gst/audioconvert/audioconvert.h:
1462         * gst/audioconvert/gstaudioquantize.c:
1463         (gst_audio_quantize_setup_dither),
1464         (gst_audio_quantize_free_dither):
1465         * gst/audioconvert/gstfastrandom.h:
1466         Implement a linear congruential generator as pseudo random number
1467         generator for the dither noise. This is about 2 times faster than
1468         using GLib's mersenne twister. Also this uses only integer math for
1469         generating integers while GLib internally uses floating point math.
1470
1471 2008-07-23  Michael Smith <msmith@songbirdnest.com>
1472
1473         * configure.ac:
1474           Remove AC_ISC_POSIX; it breaks on some systems and is not needed.
1475
1476 2008-07-23  Tim-Philipp Müller  <tim.muller at collabora co uk>
1477
1478         Patch by: Damien Lespiau  <damien.lespiau gmail com>
1479
1480         * gst-libs/gst/sdp/gstsdpmessage.c: (print_media):
1481           Use GST_STR_NULL to avoid crashes with libcs that don't
1482           like NULL strings in printf args (such as the win32 one).
1483           Fixes #544306.
1484
1485 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1486
1487         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
1488         Oops - set the size of the image used for probing back to 1x1, for
1489         consistency with ximagesink
1490
1491 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1492
1493         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1494         (gst_ximagesink_ximage_new):
1495         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
1496         (gst_xvimagesink_xvimage_new):
1497
1498         Apparently on Solaris and OS/X (at least), it's not legal to ask the
1499         X server to attach to a shared memory segment after we've deleted it,
1500         with the result that MIT-SHM is disabled. Instead, remove it only after 
1501         X succeeds in attaching too.
1502
1503 2008-07-16  David Schleef  <ds@schleef.org>
1504
1505         * gst/audiotestsrc/gstaudiotestsrc.c:
1506         * gst/audiotestsrc/gstaudiotestsrc.h:
1507           Add 'ticks', a 1/30 second sine wave pulse every second.
1508
1509 2008-07-15  David Schleef  <ds@schleef.org>
1510
1511         * gst-libs/gst/video/video.c: Revert ABI change.
1512
1513 2008-07-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1514
1515         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1516         Make it impossible to have NULL caps at the point where we set
1517         framerate and other things. Also don't return immediately for "3ivd"
1518         video and let framerate, etc be set. Might fix bug #542508.
1519
1520 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1521
1522         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps):
1523         Video format can also be conveniently determined from (many)
1524         non-fixed caps.
1525
1526 2008-07-14  Jan Schmidt  <thaytan@noraisin.net>
1527
1528         * gst/playback/gstplaybasebin.c:
1529         * gst/playback/gstplaybasebin.h:
1530         * gst/playback/gstplaybin.c:
1531         * gst/playback/gststreamselector.c:
1532         First stab at integrating DVD subpicture overlay into
1533         playbin. Successfully plugs and plays, but the queues need
1534         shrinking - 3 seconds of video is too much buffering.
1535
1536 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
1537
1538         * gst/audioconvert/gstaudioconvert.c:
1539           Remove now obsolete note in the docs.
1540
1541 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
1542
1543         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1544         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
1545         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1546         * docs/plugins/gst-plugins-base-plugins.args:
1547         * docs/plugins/gst-plugins-base-plugins.hierarchy:
1548         * docs/plugins/gst-plugins-base-plugins.interfaces:
1549         * docs/plugins/gst-plugins-base-plugins.prerequisites:
1550         * docs/plugins/gst-plugins-base-plugins.signals:
1551         * docs/plugins/inspect/plugin-adder.xml:
1552         * docs/plugins/inspect/plugin-alsa.xml:
1553         * docs/plugins/inspect/plugin-audioconvert.xml:
1554         * docs/plugins/inspect/plugin-audiorate.xml:
1555         * docs/plugins/inspect/plugin-audioresample.xml:
1556         * docs/plugins/inspect/plugin-audiotestsrc.xml:
1557         * docs/plugins/inspect/plugin-cdparanoia.xml:
1558         * docs/plugins/inspect/plugin-decodebin.xml:
1559         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
1560         * docs/plugins/inspect/plugin-gdp.xml:
1561         * docs/plugins/inspect/plugin-gnomevfs.xml:
1562         * docs/plugins/inspect/plugin-libvisual.xml:
1563         * docs/plugins/inspect/plugin-ogg.xml:
1564         * docs/plugins/inspect/plugin-pango.xml:
1565         * docs/plugins/inspect/plugin-playback.xml:
1566         * docs/plugins/inspect/plugin-queue2.xml:
1567         * docs/plugins/inspect/plugin-subparse.xml:
1568         * docs/plugins/inspect/plugin-tcp.xml:
1569         * docs/plugins/inspect/plugin-theora.xml:
1570         * docs/plugins/inspect/plugin-typefindfunctions.xml:
1571         * docs/plugins/inspect/plugin-uridecodebin.xml:
1572         * docs/plugins/inspect/plugin-video4linux.xml:
1573         * docs/plugins/inspect/plugin-videorate.xml:
1574         * docs/plugins/inspect/plugin-videoscale.xml:
1575         * docs/plugins/inspect/plugin-videotestsrc.xml:
1576         * docs/plugins/inspect/plugin-volume.xml:
1577         * docs/plugins/inspect/plugin-vorbis.xml:
1578         * docs/plugins/inspect/plugin-ximagesink.xml:
1579         * docs/plugins/inspect/plugin-xvimagesink.xml:
1580         * ext/alsa/gstalsamixer.c:
1581         * ext/alsa/gstalsasink.c:
1582         * ext/alsa/gstalsasrc.c:
1583         * ext/gio/gstgiosink.c:
1584         * ext/gio/gstgiosrc.c:
1585         * ext/gio/gstgiostreamsink.c:
1586         * ext/gio/gstgiostreamsrc.c:
1587         * ext/gnomevfs/gstgnomevfssink.c:
1588         * ext/gnomevfs/gstgnomevfssrc.c:
1589         * ext/ogg/gstoggdemux.c:
1590         * ext/ogg/gstoggmux.c:
1591         * ext/pango/gstclockoverlay.c:
1592         * ext/pango/gsttextoverlay.c:
1593         * ext/pango/gsttextrender.c:
1594         * ext/pango/gsttimeoverlay.c:
1595         * ext/theora/theoradec.c:
1596         * ext/theora/theoraenc.c:
1597         * ext/theora/theoraparse.c:
1598         * ext/vorbis/vorbisdec.c:
1599         * ext/vorbis/vorbisenc.c:
1600         * ext/vorbis/vorbisparse.c:
1601         * ext/vorbis/vorbistag.c:
1602         * gst/adder/gstadder.c:
1603         * gst/audioconvert/gstaudioconvert.c:
1604         * gst/audioresample/gstaudioresample.c:
1605         * gst/audiotestsrc/gstaudiotestsrc.c:
1606         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1607         * gst/gdp/gstgdpdepay.c:
1608         * gst/gdp/gstgdppay.c:
1609         * gst/playback/gstdecodebin2.c:
1610         * gst/playback/gstplaybin.c:
1611         * gst/playback/gstplaybin2.c:
1612         * gst/playback/gstqueue2.c:
1613         * gst/playback/gsturidecodebin.c:
1614         * gst/tcp/gstmultifdsink.c:
1615         * gst/tcp/gsttcpserversink.c:
1616         * gst/videorate/gstvideorate.c:
1617         * gst/videoscale/gstvideoscale.c:
1618         * gst/videotestsrc/gstvideotestsrc.c:
1619         * gst/volume/gstvolume.c:
1620         * sys/ximage/ximagesink.c:
1621         * sys/xvimage/xvimagesink.c:
1622           Cleanup Plugin docs. Link to signals and properties. Fix sub-section
1623           titles. Drop mentining that all our example pipelines are "simple"
1624           pipelines.
1625
1626 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1627
1628         * tests/examples/seek/Makefile.am:
1629         Fix out of tree build by adding all required CFLAGS.
1630
1631 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1632
1633         * gst/playback/gstdecodebin.c: (add_raw_queue):
1634         And ref the pad before returning it again when linking to the queue
1635         failed. Otherwise we will unref the pad twice later and things break.
1636
1637 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1638
1639         * gst/playback/gstdecodebin.c: (add_raw_queue):
1640         If linking the raw pad with a queue fails, try it without a queue
1641         instead of failing completely. This should never happen.
1642
1643 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1644
1645         Patch by: Evgeniy Stepanov <eugeni dot stepanov at gmail dot com>
1646
1647         * gst/playback/gstdecodebin.c: (add_raw_queue), (close_pad_link):
1648         Add a queue after a demuxer if the demuxer outputs raw data. This was
1649         done before only for non-raw data but is required in this case too.
1650         Fixes bug #540215.
1651
1652         decodebin2 doesn't have this issue because all streams of a group
1653         go through multiqueue.
1654
1655 2008-07-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1656
1657         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
1658
1659         * gst-libs/gst/sdp/gstsdpmessage.c:
1660         Makes libgstsdp compile with mingw32 by defining the right WINVER so
1661         that getaddrinfo() can be used. Fixes #541358.
1662
1663 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1664
1665         * gst/videotestsrc/gstvideotestsrc.c:
1666         (gst_video_test_src_class_init), (gst_video_test_src_init),
1667         (gst_video_test_src_set_property),
1668         (gst_video_test_src_get_property), (gst_video_test_src_create):
1669         * gst/videotestsrc/gstvideotestsrc.h:
1670         Cleanups, use default property values as defines.
1671         Add property to enable/disable peer buffer allocation.
1672
1673 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1674
1675         * tests/check/elements/gdpdepay.c: (gdpdepay_suite):
1676         * tests/check/pipelines/streamheader.c: (streamheader_suite):
1677         Enable unit tests on PPC again as the bugs are now fixed.
1678
1679 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1680
1681         * gst-libs/gst/riff/riff-ids.h:
1682         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
1683         (gst_riff_create_audio_template_caps):
1684         Add support for ADPCM IMA DK3 and DK4 variant in RIFF containers.
1685         Fixes bug #540351.
1686
1687 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1688
1689         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1690         (gst_ffmpeg_pixfmt_to_caps):
1691         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1692         (gst_ffmpegcsp_get_unit_size):
1693         Only set/get on the PAL8 format, ffmpegcolorspace doesn't support
1694         it on other formats. Also adjust the unit size only for that format
1695         to not include the palette. Fixes bug #540497.
1696
1697 2008-06-29  Stefan Kost  <ensonic@users.sf.net>
1698
1699         * gst/adder/gstadder.c:
1700           Use GST_DEBUG_FUNCPTR and remove some extra vlnak lines.
1701
1702 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
1703
1704         * ChangeLog:
1705           ChangeLog surgery.
1706   
1707         * tests/examples/seek/seek.c:
1708           Move variable into ifdef too.
1709         
1710
1711 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
1712
1713         * tests/examples/seek/seek.c:
1714           Include config.h and check if we have X. Remove XInitThread(), don't
1715           think its needed. Fixes: #540334.
1716
1717 2008-06-26  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1718
1719         Patch by: Sam Morris <sam at robots dot org to uk>
1720
1721         * gst-libs/gst/interfaces/mixertrack.c:
1722         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
1723         (gst_mixer_track_set_property):
1724         API: Add "index" property to GstMixerTrack to differantiate between
1725         multiple mixer tracks with the same label.
1726
1727         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
1728         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
1729         Set the "index" property of GstMixerTrack to the index given by ALSA.
1730         Fixes bug #528299.
1731
1732 2008-06-25  Stefan Kost  <ensonic@users.sf.net>
1733
1734         * tests/examples/seek/Makefile.am:
1735         * tests/examples/seek/seek.c:
1736           Remove libgstvideo usage. Use gtk_get_option_group instead of
1737           gtk_init().
1738
1739 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1740
1741         * tests/check/Makefile.am:
1742           Name the test registry format neutral.
1743
1744 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1745
1746         * gst/playback/gstqueue2.c:
1747           Do not double notify. Remove the unsued return value.
1748
1749 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1750
1751         * ext/alsa/gstalsamixer.c:
1752           Also consider "speaker" as a name for master volume. If that doesn't
1753           help look for the first non-mono volume control that also has a
1754           playback switch.
1755
1756 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1757
1758         * ChangeLog:
1759           Forgot to save the ChangeLog :/
1760
1761 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1762
1763         * tests/examples/seek/Makefile.am:
1764         * tests/examples/seek/seek.c:
1765           Embedd the xwindow. Allow to play multiple files.
1766
1767 2008-06-24  Jan Schmidt  <jan.schmidt@sun.com>
1768
1769         * sys/ximage/ximagesink.c (gst_ximagesink_ximage_put),
1770         (gst_ximagesink_setcaps):
1771         * sys/ximage/ximagesink.h:
1772         When the caps change, make sure to re-draw borders in
1773         force-aspect-ratio=true mode.
1774         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_put):
1775         Don't clear the border_draw flag until we actually draw the border.
1776         * tests/check/Makefile.am:
1777         Ignore alsasink/src during the states test too, so it doesn't fail
1778         when running without access to the sound device.
1779
1780 2008-06-22  Stefan Kost  <ensonic@users.sf.net>
1781
1782         * tests/examples/seek/seek.c:
1783           Fix crasher when playing a parse-launch line the 2nd time.
1784
1785 2008-06-21  Thomas Vander Stichele  <thomas at apestaart dot org>
1786
1787         * tests/check/pipelines/oggmux.c:
1788           Properly ifdef tests to fix compilation.
1789
1790 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1791
1792         * gst/playback/gstplay-marshal.list:
1793         * gst/playback/gstplaybin2.c:
1794           Add get-video-pad, get-audio-pad, get-text-pad action signals to
1795           playbin2. This allows the user to get to the selector's sinkpads, and
1796           thus inspect a range of things - caps, tags, etc. 
1797
1798 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1799
1800         * gst/playback/gstplaybin2.c:
1801           Use a different constant for the convert-frame signal id.
1802           Fixes #537009.
1803
1804 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1805
1806         * gst/playback/gstplaybin2.c:
1807         * gst/playback/gstplaysink.c:
1808           Fix a whole bunch of typos in comments and log statements. 
1809
1810 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1811
1812         * sys/xvimage/xvimagesink.c:
1813           Don't set colour balance values on the Xv port if the user hasn't
1814           changed them (via properties or the interface). Avoids accumulating
1815           rounding errors for the common case.
1816           Partial fix for bug #537889.
1817
1818 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1819
1820         * gst/playback/gstdecodebin2.c:
1821           Ensure decodebin2 emits 'drained' signal once, and only once, when all
1822           pads are drained.
1823
1824 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1825
1826         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_get_latency),
1827         (gst_vorbis_enc_src_query), (gst_vorbis_enc_chain):
1828         Report the encoder latency. Fixes #538232.
1829
1830 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1831
1832         * gst/playback/gstplaybin2.c: (gst_play_bin_get_property),
1833         (notify_source), (activate_group):
1834         Implement the source property, emit notify when it changes in the
1835         underlying uridecodebin.
1836
1837 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1838
1839         * tests/examples/seek/seek.c: (stop_cb):
1840         Free and clear the seek element list so that we don't use invalid
1841         references when seeking after recreating a gst-launch line.
1842
1843 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1844
1845         * gst-libs/gst/audio/gstbaseaudiosink.c:
1846         (gst_base_audio_sink_query), (gst_base_audio_sink_skew_slaving),
1847         (gst_base_audio_sink_render):
1848         Report latency even if we are not live instead of hiding it.
1849         Take ts-offset and render-delay of the basesink into account when
1850         scheduling samples.
1851         Rework the clipping code so that we can take the various offsets into
1852         account and still do correct clipping.
1853
1854 2008-06-20  Jan Schmidt  <jan.schmidt@sun.com>
1855
1856         * configure.ac:
1857         Bump verion back to devel -> 0.10.20.1
1858
1859 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
1860
1861         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
1862         Don't increase the size of non-string image buffers by one as this
1863         might in theory confuse decoders. Still increase it by one for string
1864         image buffers to append '\0'.
1865
1866 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
1867
1868         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1869         
1870         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset):
1871         Fix a buffer memleak and remove a confusing and wrong debug output.
1872         Fixes bug #538663.
1873
1874 === release 0.10.20 ===
1875
1876 2008-06-18  Jan Schmidt <jan.schmidt@sun.com>
1877
1878         * configure.ac:
1879           releasing 0.10.20, "Here I Go Again"
1880
1881 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
1882
1883         * configure.ac:
1884         0.10.19.3 pre-release
1885
1886 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
1887
1888         * gst-libs/gst/rtsp/gstrtspconnection.c:
1889         Fix build on win32.
1890         Patch By: David Schleef <ds@schleef.org>
1891         Fixes: #536874
1892
1893 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
1894
1895         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_finalize),
1896         (gst_gio_base_src_create):
1897         * ext/gio/gstgiobasesrc.h:
1898         Try to read the requested number of bytes, even if the first
1899         read returns less than requested, until nothing is read anymore
1900         or we have the requested amount of bytes. This fixes playback of
1901         files via Samba as Samba only allows to read 64k at once.
1902
1903         Implement a caching algorithm that makes sure that we read at
1904         least 4k of data every time. Some elements will try to read a few
1905         bytes, then seek, read again a few bytes and so on and this is
1906         painfully slow as every operation has to go over DBus if GVfs is
1907         used as backend.
1908
1909         Fixes bug #536849 and #536848.
1910
1911         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init),
1912         (gst_gio_src_check_get_range):
1913         Override check_get_range() to blacklist http/https URIs
1914         and whitelist file URIs. More to be added on demand.
1915
1916 2008-06-05  Jan Schmidt  <jan.schmidt@sun.com>
1917
1918         * configure.ac:
1919         0.10.19.2 pre-release
1920
1921 2008-06-04  Jan Schmidt  <jan.schmidt@sun.com>
1922
1923         * win32/common/libgstrtsp.def:
1924         * win32/common/libgsttag.def:
1925         Add new API functions to the dll exports
1926
1927 2008-06-04  Michael Smith <msmith@songbirdnest.com>
1928
1929         * gst/playback/gstplaybasebin.c:
1930           Disconnect signals from decodebins we created before we remove it
1931           from playbin, to avoid crashes if the decodebin is eventually
1932           disposed after the playbin itself (possible if the app takes a
1933           reference on the decodebin).
1934           Fixes #536521.
1935
1936 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
1937
1938         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
1939           (mp3_type_find), (musepack_type_find), (MULTIPART_MAX_HEADER_SIZE),
1940           (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
1941           (h264_video_type_find), (mpeg_video_stream_type_find),
1942           (dv_type_find), (mmsh_type_find):
1943           Bunch of small clean-ups: use gst_type_find_suggest_simple(); don't
1944           copy caps for no good reason (this may be desirable to make it easier
1945           to detect leaks, but then it should probably be done for all caps
1946           in the typefinder somewhere).
1947
1948 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1949
1950         * tests/check/Makefile.am:
1951         Do not try to run the check tests for subparse unless it has been
1952         built.
1953
1954 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1955
1956         * tests/check/pipelines/streamheader.c: (buffer_probe_cb),
1957         (test_multifdsink_gdp_vorbisenc), (streamheader_suite):
1958         Do not try to run a test which requires vorbisenc unless we have
1959         actually built it.
1960
1961 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1962
1963         * gst-libs/gst/rtsp/gstrtspconnection.c:
1964         (gst_rtsp_connection_set_auth), (gst_rtsp_connection_set_auth_param),
1965         (gst_rtsp_connection_clear_auth_params),
1966         (gst_rtsp_connection_set_qos_dscp), (gst_rtsp_connection_get_ip):
1967         * gst-libs/gst/rtsp/gstrtspconnection.h:
1968         Add a couple of missing argument guards.
1969         Add a way of setting the DSCP for an RTSP connection.
1970         Add an accessor method for the ip member of GstRTSPConnection as all
1971         members are supposed to be private.
1972
1973 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1974
1975         * gst/tcp/gstmultifdsink.c: (setup_dscp_client):
1976         Fixed accidental use of IPv4 options for all IPv6 addresses.
1977
1978 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
1979
1980         * gst-libs/gst/interfaces/mixertrack.h:
1981           Document mixer track flags.
1982
1983 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
1984
1985         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1986
1987         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset_streamheader):
1988         Don't set caps on the buffers that contain a copy of the buffer
1989         including the caps of them resulting in an always increasing refcount
1990         of the caps and insanely large caps. Instead include a buffer without
1991         caps in the new caps. Fixes bug #536475.
1992
1993 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
1994
1995         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1996         Transform a given PAR to a range on the struct with the generic
1997         height/width instead of the struct with the possibly restricted
1998         height/width.
1999
2000 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
2001
2002         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
2003         Prefer the given format if it contains something stricter than [1,MAX]
2004         for height or width and only put a structure that requires rescaling
2005         as second. This makes it possible to use videoscale in pipelines where
2006         the source can actually produce the wanted height/width but usually
2007         selects a different one from the requested.
2008
2009 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2010
2011         Based on patch by: John Millikin <jmillikin gmail com>
2012
2013         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches), (gst_vorbis_tag_add),
2014           (gst_vorbis_tag_add_coverart):
2015           Retrieve COVERART tags from vorbis comments (#512333)
2016
2017 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2018
2019         * gst-libs/gst/tag/tag.h:
2020         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
2021           Don't forget to add new enum value here too (should probably use
2022           glib-mkenums here...).
2023
2024 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2025
2026         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_add_id3_image):
2027         * gst-libs/gst/tag/tag.h: (GST_TAG_IMAGE_TYPE_NONE),
2028         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
2029           (gst_tag_image_type_get_type), (gst_tag_image_type_is_valid),
2030           (gst_tag_image_data_to_image_buffer):
2031           Add two utility functions to avoid code duplication (#512333):
2032           API: add gst_tag_image_data_to_image_buffer()
2033           API: add gst_tag_list_add_id3_image()
2034           API: add GST_TAG_IMAGE_TYPE_NONE enum value
2035
2036 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
2037
2038         * win32/common/libgstaudio.def:
2039         Add gst_audio_check_channel_positions() to the exported symbols.
2040
2041 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
2042
2043         * docs/libs/gst-plugins-base-libs-sections.txt:
2044         * gst-libs/gst/audio/multichannel.c:
2045         (gst_audio_check_channel_positions):
2046         * gst-libs/gst/audio/multichannel.h:
2047         API: Make gst_audio_check_channel_positions() public.
2048
2049         * tests/check/libs/audio.c: (GST_START_TEST):
2050         Add some simple checks for gst_audio_check_channel_positions().
2051
2052 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
2053
2054         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
2055           minrange and maxrange are scaled according to the frequency
2056           multiplier.
2057
2058 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
2059
2060         * ext/pango/Makefile.am:
2061         * ext/pango/gsttextoverlay.c: (gst_text_overlay_shade_y),
2062           (gst_text_overlay_blit_yuv420), (gst_text_overlay_push_frame):
2063           Use gstvideo functions to calculate strides and plane offsets. Fixes
2064           rendering issue ('ghost' images of the text on the chroma planes)
2065           with widths or heights that are not multiples of 8 (#506659 and
2066           probably also #485729).
2067
2068         * tests/icles/test-textoverlay.c: (show_text), (test_textoverlay),
2069           (main):
2070           Test with odd height/width too.
2071
2072 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
2073
2074         * gst/adder/gstadder.c: (gst_adder_query_duration),
2075         (gst_adder_query_latency):
2076         When using gst_element_iterate_pads() one has to unref every pad
2077         after usage.
2078
2079 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
2080
2081         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2082         (gst_base_audio_src_class_init):
2083         Add a gtk-doc chunk for the new properties to have a Since: indication.
2084
2085 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
2086
2087         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2088         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
2089         (gst_base_audio_src_get_property), (gst_base_audio_src_setcaps),
2090         (gst_base_audio_src_change_state):
2091         Provide readable actual-buffer-time and actual-latency-time properties
2092         that reflect the configured ringbuffer values. Fixes #524724.
2093         API: GstBaseAudioSrc:actual-buffer-time
2094         API: GstBaseAudioSrc:actual-latency-time
2095
2096 2008-05-30  Wim Taymans  <wim.taymans@collabora.co.uk>
2097
2098         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push),
2099         (gst_basertppayload_change_state):
2100         Simply converting the running time into an RTP timestamp by scaling it
2101         based on the clock-rate is good enough for making an RTP timestamp. This
2102         has the added benefit that we can later on expose a property with the
2103         RTP timestamp of running time 0, as is needed for RTSP servers to
2104         generate the response of the PLAY request.
2105
2106 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
2107
2108         * gst/audioconvert/gstaudioconvert.c:
2109         (structure_has_fixed_channel_positions),
2110         (gst_audio_convert_transform_caps):
2111         Allow up to 11 positioned channels now that audioconvert can handle
2112         this but add no default positions for > 8 channels.
2113         
2114         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2115         Add some unit tests for the above change: Test conversion of
2116         11 positioned channels to stereo and the other way around, test
2117         conversion of 15 unpositioned channels in different ways.
2118
2119 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2120
2121         * win32/common/libgstaudio.def:
2122         Add gst_audio_clock_reset to the list of exported symbols.
2123
2124 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2125
2126         * tests/check/elements/vorbisdec.c: (vorbisdec_suite):
2127         Remove wrong_channels_identification_header unit test as we now
2128         support 7 (and more channels).
2129
2130 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2131
2132         * gst/audioconvert/gstchannelmix.c:
2133         (gst_channel_mix_fill_one_other):
2134         If mixing left or right to center (or the other way around) only take
2135         the complete value if we don't already have the original position in
2136         the source.
2137
2138 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2139
2140         * gst-libs/gst/audio/multichannel.c:
2141         (gst_audio_check_channel_positions),
2142         (gst_audio_set_structure_channel_positions_list),
2143         (gst_audio_fixate_channel_positions):
2144         Allow rear center together with rear left/right and other previously
2145         conflicting channel positions. The reason why they weren't allowed
2146         was the channel mixing implementation in audioconvert.
2147         Also take this into account when fixing channel layouts.
2148
2149         Allow setting channel positions for 1/2 channels when using
2150         gst_audio_set_structure_channel_position().
2151
2152         * gst/audioconvert/gstchannelmix.c:
2153         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
2154         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
2155         (gst_channel_mix_fill_special), (gst_channel_mix_fill_matrix):
2156         Major rewrite of the channel mixing.
2157
2158         We now allow previously conflicting channel positions to appear
2159         together (rear center and rear left/right for example).
2160         Fixes bug #533817.
2161
2162         Rework the way channels are mixed together to take more possible
2163         channel positions into account, properly mix from/to side channels
2164         and don't assume that either center, left&right or nothing of a
2165         specific position is available anymore.
2166
2167         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2168         Adjust unit tests with non-standard 1/2 channel layouts to the more
2169         correct new behaviour.
2170
2171         Add a unit test for 5.1->Stereo downmixing.
2172
2173 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2174
2175         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
2176         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps):
2177         Add sane defaults for the 7 and 8 channel layouts as those are
2178         undefined in the Vorbis spec. Use NONE channel layouts when decoding
2179         more than 8 channels instead of erroring out. Fixes bug #535356.
2180
2181 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2182
2183         * docs/plugins/Makefile.am:
2184         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2185         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2186         * ext/theora/theoraparse.c:
2187         Add theoraparse to the docs and fix some docs.
2188
2189 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2190
2191         * gst-libs/gst/cdda/gstcddabasesrc.c:
2192         (gst_cdda_base_src_add_track), (gst_cdda_base_src_create):
2193         Fix EOS condition and track addition check, the track.end sector is
2194         included in the track. Fixes #533265.
2195
2196 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2197
2198         Patch by: Mark Nauwelaerts <manauw at skynet be>
2199
2200         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
2201         (gst_video_rate_flush_prev), (gst_video_rate_event),
2202         (gst_video_rate_chain):
2203         * gst/videorate/gstvideorate.h:
2204         React (more) to NEWSEGMENT
2205         Small adjustment in timestamp calculation to prevent mismatches
2206         Fixes #435633.
2207
2208 2008-05-28  Tim-Philipp Müller  <tim.muller at collabora co uk>
2209
2210         * tests/examples/seek/seek.c: (make_parselaunch_pipeline):
2211           Initialise error to NULL as we should.
2212
2213 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
2214
2215         * gst/adder/gstadder.c: (gst_adder_query_duration),
2216         (gst_adder_query_latency), (gst_adder_query):
2217         Implement latency query.
2218
2219 2008-05-27  Sebastian Dröge  <slomo@circular-chaos.org>
2220
2221         * gst/adder/gstadder.c: (gst_adder_query_duration):
2222         Correctly resync the iterator if gst_iterator_next() returns
2223         GST_ITERATOR_RESYNC.
2224
2225 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2226
2227         * win32/vs6/libgstpbutils.dsp:
2228           Add pbutils-enumtypes.c to sources (#518037).
2229
2230 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
2231
2232         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
2233         (gst_audio_clock_reset), (gst_audio_clock_get_internal_time):
2234         * gst-libs/gst/audio/gstaudioclock.h:
2235         Add method to inform the clock that the time starts from 0 again. We use
2236         this info to calculate a clock offset so that the time we report in
2237         internal_time is monotonically increasing, as required by the clock base
2238         class. Fixes #521761.
2239         API: GstAudioClock::gst_audio_clock_reset()
2240
2241         * gst-libs/gst/audio/gstbaseaudiosink.c:
2242         (gst_base_audio_sink_skew_slaving),
2243         (gst_base_audio_sink_change_state):
2244         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2245         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
2246         Reset reported time when we (re)create the ringbuffer.
2247
2248 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2249
2250         * ext/alsa/gstalsamixertrack.c:
2251           (gst_alsa_mixer_track_update_alsa_capabilities):
2252           Make sure playback volumes aren't accidentally overwritten by
2253           capture volumes if an alsa mixer track has both playback and
2254           capture capabilities: we create two GstMixerTracks in that
2255           case, so make sure we query only the alsa capabilities that
2256           refer to the type of GstMixerTrack we created from the dual
2257           capability alsa element. Should fix issues with Audigy2 sound
2258           cards (#518082).
2259
2260 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2261
2262         * tests/check/pipelines/oggmux.c: (test_pipeline):
2263           Don't use deprecated function.
2264
2265 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
2266
2267         * gst/playback/gstdecodebin2.c:
2268         (gst_decode_group_control_source_pad), (gst_decode_group_expose):
2269         Check for NULL cases and log them, creating ghostpads can, for example,
2270         fail when the pad returns wrong caps.
2271
2272         * gst/playback/gstplaybin2.c: (perform_eos):
2273         When pushing out the EOS event, collect the return value and warn when
2274         something failed.
2275
2276 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
2277
2278         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2279         (gst_riff_create_video_template_caps):
2280         Add support for DVCPRO.
2281
2282 2008-05-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
2283
2284         * gst/videoscale/gstvideoscale.c: (DEFAULT_PROP_METHOD):
2285           Change default scaling method from nearest-neighbour to bilinear.
2286
2287 2008-05-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
2288
2289         * tests/check/libs/video.c:
2290           More checks.
2291
2292 2008-05-25  Tim-Philipp Müller  <tim.muller at collabora co uk>
2293
2294         * gst/subparse/gstsubparse.c: (parser_state_init),
2295           (gst_sub_parse_format_autodetect), (handle_buffer):
2296         * gst/subparse/gstsubparse.h:
2297         * tests/check/elements/subparse.c: (test_tmplayer_style3b):
2298           Limit duration to a maximum of five seconds for tmplayer format where
2299           we can guess the duration only from the timestamp of the next line of
2300           text. We don't want to show a text for eternities just because nothing
2301           else is being said for a while.
2302
2303 2008-05-23  Wim Taymans  <wim.taymans@collabora.co.uk>
2304
2305         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2306         (gst_base_rtp_depayload_chain),
2307         (gst_base_rtp_depayload_handle_sink_event),
2308         (gst_base_rtp_depayload_push_full),
2309         (gst_base_rtp_depayload_change_state):
2310         Check sequence numbers, mark input buffers with a discont flag for the
2311         subclass when we detected a gap, drop duplicate buffers. We do this
2312         because one can use the element without a jitterbuffer in front and we
2313         don't want to feed the subclasses invalid or reordered data.
2314         Do an error when the subclass did not provide a process function instead
2315         of crashing.
2316         Some other small cleanups.
2317
2318 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
2319
2320         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2321           May just as well use the precalculated uvstride here.
2322
2323 2008-05-22  Jan Schmidt  <jan.schmidt@sun.com>
2324
2325         * docs/plugins/Makefile.am:
2326         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
2327         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2328         * docs/plugins/gst-plugins-base-plugins.args:
2329         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2330         * docs/plugins/gst-plugins-base-plugins.interfaces:
2331         * docs/plugins/gst-plugins-base-plugins.prerequisites:
2332         * docs/plugins/inspect/plugin-adder.xml:
2333         * docs/plugins/inspect/plugin-alsa.xml:
2334         * docs/plugins/inspect/plugin-audioconvert.xml:
2335         * docs/plugins/inspect/plugin-audiorate.xml:
2336         * docs/plugins/inspect/plugin-audioresample.xml:
2337         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2338         * docs/plugins/inspect/plugin-cdparanoia.xml:
2339         * docs/plugins/inspect/plugin-decodebin.xml:
2340         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2341         * docs/plugins/inspect/plugin-gdp.xml:
2342         * docs/plugins/inspect/plugin-gio.xml:
2343         * docs/plugins/inspect/plugin-gnomevfs.xml:
2344         * docs/plugins/inspect/plugin-libvisual.xml:
2345         * docs/plugins/inspect/plugin-ogg.xml:
2346         * docs/plugins/inspect/plugin-pango.xml:
2347         * docs/plugins/inspect/plugin-playback.xml:
2348         * docs/plugins/inspect/plugin-queue2.xml:
2349         * docs/plugins/inspect/plugin-subparse.xml:
2350         * docs/plugins/inspect/plugin-tcp.xml:
2351         * docs/plugins/inspect/plugin-theora.xml:
2352         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2353         * docs/plugins/inspect/plugin-uridecodebin.xml:
2354         * docs/plugins/inspect/plugin-video4linux.xml:
2355         * docs/plugins/inspect/plugin-videorate.xml:
2356         * docs/plugins/inspect/plugin-videoscale.xml:
2357         * docs/plugins/inspect/plugin-videotestsrc.xml:
2358         * docs/plugins/inspect/plugin-volume.xml:
2359         * docs/plugins/inspect/plugin-vorbis.xml:
2360         * docs/plugins/inspect/plugin-ximagesink.xml:
2361         * docs/plugins/inspect/plugin-xvimagesink.xml:
2362         * ext/cdparanoia/gstcdparanoiasrc.c:
2363         * ext/ogg/gstoggdemux.c:
2364         * ext/ogg/gstoggdemux.h:
2365         * ext/ogg/gstoggmux.c:
2366         * ext/ogg/gstoggmux.h:
2367         * gst/audioconvert/audioconvert.c:
2368         * gst/audioconvert/audioconvert.h:
2369         * gst/audioconvert/gstaudioconvert.h:
2370         * gst/gdp/gstgdpdepay.h:
2371         * gst/gdp/gstgdppay.h:
2372         * gst/playback/gstdecodebin.c:
2373         * gst/playback/gstdecodebin2.c:
2374         * gst/playback/gstplaybin.c:
2375         * gst/playback/gstplaybin2.c:
2376         * gst/playback/gsturidecodebin.c:
2377         * gst/tcp/gstmultifdsink.c:
2378         * gst/tcp/gstmultifdsink.h:
2379         * gst/tcp/gsttcp.h:
2380
2381         Add some documentation comments, and some new headers to be scanned.
2382         Rename some internal enum declarations (audioconvert's DitherType and
2383         NoiseShapingType, GstUnitType from the TCP elements) to match the
2384         documented GObject type names so that the docs pick them up.
2385         Name the playbin2 docs markups properly so they get picked up. They'll
2386         need renaming back when/if playbin2 becomes playbin.
2387
2388         100% symbol coverage for the plugin docs, booya.
2389
2390 2008-05-22  Sebastian Dröge  <slomo@circular-chaos.org>
2391
2392         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
2393
2394         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2395         Fix generation of NV12/NV21 frames. Fixes bug #532454.
2396
2397 2008-05-22  Wim Taymans  <wim.taymans@collabora.co.uk>
2398
2399         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2400
2401         * gst/playback/gstdecodebin.c: (remove_fakesink):
2402         Lock the fakesink before setting the state to NULL and removing it from
2403         the bin so that a concurrent state change cannot interfere. 
2404         Fixes #534331.
2405
2406 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
2407
2408         * docs/Makefile.am:
2409         Fix installing plugin documentation when gtk-doc is disabled.
2410
2411 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
2412
2413         * gst-libs/gst/rtsp/Makefile.am:
2414         Distribute, don't install md5.h
2415
2416 2008-05-21  Julien Moutte  <julien@fluendo.com>
2417
2418         * gst/tcp/gstmultifdsink.c: (setup_dscp_client): Use IPPROTO_IP
2419         instead of SOL_IP, works on more platforms.
2420         * gst/typefind/gsttypefindfunctions.c: (aac_type_find): Fix printf
2421         arguments.
2422
2423 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2424
2425         * ext/vorbis/vorbisdec.c:
2426         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
2427         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_show_frame):
2428         Some debug and comment fixes.
2429
2430         * tests/examples/dynamic/addstream.c: (main):
2431         Fix , to ;
2432
2433 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2434
2435         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
2436         * gst/playback/decodetest.c: (new_decoded_pad_cb):
2437         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2438         (try_to_link_1), (elem_is_dynamic), (close_link), (type_found),
2439         (cleanup_decodebin):
2440         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
2441         (connect_element), (gst_decode_group_control_demuxer_pad):
2442         * gst/playback/gstplaybasebin.c: (queue_remove_probe),
2443         (queue_out_of_data), (gen_preroll_element), (preroll_unlinked),
2444         (mute_group_type):
2445         * gst/playback/gstplaybin.c: (gst_play_bin_vis_blocked),
2446         (gst_play_bin_set_property), (handoff), (gen_video_element),
2447         (gen_text_element), (gen_audio_element), (gen_vis_element),
2448         (remove_sinks), (add_sink), (setup_sinks):
2449         * gst/playback/gstplaybin2.c: (pad_added_cb), (no_more_pads_cb):
2450         * gst/playback/gstplaysink.c: (gst_play_sink_get_video_sink),
2451         (gst_play_sink_get_audio_sink), (gst_play_sink_vis_unblocked),
2452         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
2453         (gst_play_sink_get_vis_plugin), (gst_play_sink_set_mute),
2454         (gen_video_chain), (gen_text_chain), (gen_audio_chain),
2455         (gen_vis_chain), (gst_play_sink_reconfigure),
2456         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
2457         (gst_play_sink_request_pad):
2458         * gst/playback/gsturidecodebin.c: (type_found), (setup_source):
2459         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
2460         (cb_newpad):
2461         * gst/playback/test6.c: (new_decoded_pad_cb):
2462         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2463         * tests/check/elements/audiorate.c: (test_injector_chain),
2464         (do_perfect_stream_test):
2465         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
2466         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2467         * tests/check/elements/gnomevfssink.c:
2468         * tests/check/elements/textoverlay.c:
2469         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2):
2470         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
2471         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
2472         * tests/check/pipelines/oggmux.c: (test_pipeline):
2473         * tests/check/pipelines/streamheader.c: (GST_START_TEST):
2474         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
2475         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
2476         * tests/examples/seek/scrubby.c: (make_wav_pipeline):
2477         * tests/examples/seek/seek.c: (make_mod_pipeline),
2478         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
2479         (make_sid_pipeline), (make_parse_pipeline), (make_vorbis_pipeline),
2480         (make_theora_pipeline), (make_vorbis_theora_pipeline),
2481         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
2482         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
2483         (update_fill), (msg_buffering):
2484         Don't use bad gst_element_get_pad().
2485
2486 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
2487
2488         * gst-libs/gst/riff/riff-media.c:
2489           Fix wrong method name in docs. Fix calculation of strf fields for
2490           broken mulaw/alaw.
2491   
2492         * gst-libs/gst/riff/riff-read.c:
2493           Whitespace fix and removing double ';'.
2494
2495 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2496
2497         * docs/design/part-playbin2.txt:
2498         Add some leftover doc.
2499
2500 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2501
2502         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2503         Fix copy & paste error in last commit.
2504
2505 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2506
2507         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2508         Add support for mixing GST_AUDIO_CHANNEL_POSITION_SIDE_* from/to
2509         other channel positions when source has SIDE channels and dest doesn't
2510         or the other way around.
2511
2512 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2513
2514         Patch by: Henrik Eriksson <henriken at axis dot com>
2515
2516         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2517         (gst_multi_fd_sink_init), (setup_dscp_client), (setup_dscp),
2518         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_set_property),
2519         (gst_multi_fd_sink_get_property):
2520         * gst/tcp/gstmultifdsink.h:
2521         Add support for DSCP QOS. Fixes #469933.
2522
2523 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2524
2525         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2526         Add another test that checks if conversion between standard 1 and 2
2527         channel layouts with and without positions set is working.
2528
2529 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2530
2531         * gst-libs/gst/audio/multichannel.c:
2532         (gst_audio_check_channel_positions):
2533         Allow non-standard 2 channel layouts.
2534         
2535         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2536         Add some tests for converting and remapping non-standard 1 and 2
2537         channel layouts.
2538
2539 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2540
2541         * gst/audioconvert/gstchannelmix.c:
2542         (gst_channel_mix_fill_normalize):
2543         Prevent division by zero if the channel mix matrix contains only
2544         zeroes.
2545
2546 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2547
2548         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2549
2550         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain):
2551         Close a buffer memory leak. Fixes bug #534071.
2552
2553 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2554
2555         * gst-libs/gst/rtsp/gstrtsptransport.h:
2556         Make the GstRTSPTransport struct members public as there are no
2557         setters/getters and it's supposed to be changed directly.
2558         Fixes bug #533087.
2559
2560 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2561
2562         * gst/adder/gstadder.c:
2563         Adder also doesn't support audio/x-raw-int with width!=depth so don't
2564         claim this on the pad template caps.
2565
2566 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2567
2568         * gst-libs/gst/audio/gstbaseaudiosink.c:
2569         (gst_base_audio_sink_sync_latency):
2570         We can only use our optimal calibration if we prerolled before the
2571         latency expired.
2572
2573 2008-05-20  Tim-Philipp Müller  <tim.muller at collabora co uk>
2574
2575         * configure.ac:
2576           Require core CVS for GstBaseSrc buffer caps setting magic.
2577
2578 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2579
2580         * gst/audioconvert/gstaudioconvert.c:
2581         (gst_audio_convert_fixate_channels):
2582         Fix logic in last commit.
2583
2584 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2585
2586         * gst/audioconvert/gstaudioconvert.c:
2587         (gst_audio_convert_fixate_channels):
2588         Passthrough the channel positions if the number of output channels is
2589         the same as the number of input channels, the input had a channel
2590         layout and downstream requests no special one. We did this already for
2591         > 2 channels but now it's also done for 1 channel. Fixes bug #533617.
2592
2593 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2594
2595         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
2596         (gst_gnome_vfs_src_finalize),
2597         (gst_gnome_vfs_src_received_headers_callback),
2598         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_stop):
2599         * ext/gnomevfs/gstgnomevfssrc.h:
2600         Set the ICY caps on the srcpad from where they get picked up by the base
2601         class now and set on the outgoing buffers.
2602
2603         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2604         (gst_base_audio_src_create):
2605         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
2606         BaseSrc now sets the caps on outgoing buffers automatically.
2607
2608 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2609
2610         * gst-libs/gst/audio/gstbaseaudiosink.c:
2611         (gst_base_audio_sink_resample_slaving),
2612         (gst_base_audio_sink_skew_slaving),
2613         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
2614         (gst_base_audio_sink_async_play),
2615         (gst_base_audio_sink_change_state):
2616         Change the way in which the ringbuffer is started when dealing with a
2617         slaved clock and latency. We now sync to the clock until we reach
2618         upstream latency before starting the ringbuffer. This has the effect
2619         that we can accurately align the master and slave clocks and let the
2620         rate correction code take care of the initial drift or rounding errors
2621         instead of leaving them uncorrected with the old approach.
2622
2623 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2624
2625         * gst/audioconvert/gstaudioconvert.c:
2626         (gst_audio_convert_fixate_channels):
2627         Correctly set the default channel positions when converting to 8
2628         channels.
2629
2630 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2631
2632         * configure.ac:
2633           Error out if we don't have the required version of core.
2634
2635 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2636
2637         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
2638           Use data scan helper in aac typefinder and stop scanning
2639           for headers when we've found a type. Also fix potential invalid
2640           memory access when calculating the frame length.
2641
2642 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2643
2644         * gst/typefind/gsttypefindfunctions.c: (data_scan_ctx_ensure_data),
2645           (mpeg_sys_is_valid_pack):
2646           Don't modify scan context when we return FALSE in ensure_data, so
2647           it's possible to continue scanning, and we don't end up with a NULL
2648           data pointer and a positive size, which might bite us the next time
2649           we're called. Small constification.
2650
2651 2008-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
2652
2653         * gst/adder/gstadder.c:
2654         Adder doesn't support 24 bit samples so don't claim it supports them
2655         in the pad template caps.
2656
2657 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2658
2659         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2660         (gst_base_rtp_depayload_chain):
2661         Validate the RTP packet before further processing it. It's just too
2662         dangerous to accept random packets and people are not forced to use a
2663         jitterbuffer or session manager to filter out the bad packets.
2664
2665         * gst-libs/gst/rtp/gstrtpbuffer.c:
2666         (gst_rtp_buffer_set_extension_data),
2667         (gst_rtp_buffer_get_payload_subbuffer):
2668         Small cleanups.
2669         When setting extension data in a buffer that is too small, we fail and
2670         we should not set the extension bit.
2671         Change GST_WARNINGS into g_warning because they really are
2672         programming errors.
2673
2674         * tests/check/libs/rtp.c: (GST_START_TEST):
2675         Catch the g_warnings now in the unit tests and that fact that failing to
2676         set extension data left the extension bit untouched.
2677
2678 2008-05-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
2679
2680         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2681           Revert previous change which made basetransform handle buffer_alloc
2682           and which breaks things badly in the non-passthrough case since it
2683           returned buffers with a different (ie. sometimes smaller) size than
2684           the size requested.
2685
2686 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2687
2688         Patch by: Bernard B <b-gnome at largestprime dot net>
2689
2690         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum):
2691         Fix seqnum compare function for bordercase values and fix the docs
2692         again. Fixes #533075.
2693
2694         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
2695         Add a testcase for seqnum compare function.
2696
2697 2008-05-14  Sebastian Dröge  <slomo@circular-chaos.org>
2698
2699         * gst/adder/gstadder.c: (gst_adder_setcaps),
2700         (gst_adder_class_init):
2701         Correctly declare the supported endianness on the pad templates
2702         and check for correct endianness in the set caps function. Adder
2703         only supports native endianness.
2704         Also use gst_element_class_set_details_simple().
2705
2706 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
2707
2708         * sys/xvimage/xvimagesink.c:
2709           Better debug logging in port value handling. Merging separate port
2710           value loops into one.
2711
2712 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2713
2714         Patch by: Hannes Bistry <hannesb at gmx dot de>
2715
2716         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
2717         * gst/tcp/gsttcpserversink.c:
2718         (gst_tcp_server_sink_handle_server_read),
2719         (gst_tcp_server_sink_handle_wait), (gst_tcp_server_sink_init_send):
2720         Fix regression in clientsrc because we did not add the fd to the poll
2721         set anymore. Fixes #532364.
2722         Do some cleanups here and there.
2723
2724 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2725
2726         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
2727         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
2728         * gst/playback/gstplay-marshal.list:
2729         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
2730         Use correct marshallers. GstCaps are a boxed type and no GObject
2731         subclass.
2732
2733 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2734
2735         * win32/common/libgstrtsp.def:
2736         Add gst_rtsp_connection_(set|clear)_auth_param() to the exported
2737         symbols.
2738
2739 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2740
2741         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2742
2743         * tests/check/elements/audioresample.c:
2744         (live_switch_alloc_only_48000), (live_switch_get_sink_caps),
2745         (live_switch_push), (GST_START_TEST):
2746         Add unit test for the latest basetransform negotiation changes.
2747         See bug #526768.
2748
2749 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2750
2751         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
2752         Fix nv12<->nv21 conversion if stride is larger than width.
2753
2754 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2755
2756         Patch by: Jan Gerber <j at oil21 dot org>
2757
2758         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
2759         (gst_ogg_pad_parse_skeleton_fisbone):
2760         * ext/ogg/gstoggdemux.h:
2761         Parse presentation time from skeleton streams and use it as offset
2762         for the timestamps. Fixes bug #530068.
2763
2764 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
2765
2766         * gst-libs/gst/audio/gstbaseaudiosink.c:
2767         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
2768         Revert previous patch that attempted to more accurately calculate the
2769         initial offset between master and slave clock. The best thing we can do
2770         in general is take the time of both clocks as the diff since we don't
2771         know when the actual preroll happened.
2772
2773 2008-05-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
2774
2775         * gst-libs/gst/pbutils/install-plugins.c:
2776           Fix docs: type and missing word.
2777
2778 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
2779
2780         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
2781           Don't do lots of 4-byte peeks, but use the 'new' data scan helper
2782           for this instead; don't check if we've found enough markers after
2783           each and every step, it's enough to do that only if we've actually
2784           found a new marker.
2785           Embed a G_UNLIKELY into the IS_MPEG_HEADER macro.
2786
2787 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
2788
2789         * gst/typefind/gsttypefindfunctions.c:
2790           (DATA_SCAN_CTX_CHUNK_SIZE), (DataScanCtx), (data_scan_ctx_advance),
2791           (data_scan_ctx_ensure_data), (GST_MPEGVID_TYPEFIND_TRY_SYNC),
2792           (mpeg_video_stream_type_find):
2793           Move scan helper thingy to the beginning of the file so we can use
2794           it in other typefind functions. Rename it to something more
2795           generic. Also improve handling of things towards the end of the
2796           typefind data: peek as much as we can if we know the size of the
2797           data, rather than just min_size.
2798
2799 2008-05-09  Jan Schmidt  <jan.schmidt@sun.com>
2800
2801         * docs/libs/gst-plugins-base-libs-sections.txt:
2802         * gst-libs/gst/interfaces/colorbalance.c:
2803         * gst-libs/gst/interfaces/colorbalance.h:
2804         * gst-libs/gst/interfaces/colorbalancechannel.c:
2805         * gst-libs/gst/interfaces/colorbalancechannel.h:
2806         * gst-libs/gst/interfaces/tuner.c:
2807         * gst-libs/gst/interfaces/tunerchannel.c:
2808         * gst-libs/gst/interfaces/tunerchannel.h:
2809         * gst-libs/gst/interfaces/tunernorm.c:
2810         * gst-libs/gst/interfaces/tunernorm.h:
2811         * gst-libs/gst/video/video.c:
2812         * gst-libs/gst/video/video.h:
2813         Document the GstTuner and GstColorBalance interfaces, and some
2814         other random API functions that needed it. 70% symbol coverage, woo.
2815
2816 2008-05-09  Wim Taymans  <wim.taymans@collabora.co.uk>
2817
2818         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
2819         Choose to allocate one less segment but require one additional segment
2820         as latency. 
2821
2822         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_acquire):
2823         No need to increment the number of segments in the source.
2824
2825         * gst-libs/gst/audio/gstbaseaudiosink.c:
2826         (gst_base_audio_sink_get_time), (clock_convert_external),
2827         (gst_base_audio_sink_resample_slaving),
2828         (gst_base_audio_sink_skew_slaving),
2829         (gst_base_audio_sink_none_slaving), (gst_base_audio_sink_render),
2830         (gst_base_audio_sink_async_play):
2831         Remove adding latency when returning the internal time while subtracting
2832         it again when we use the value a little later.
2833         When calculating the end timestamp, we are making a rounding error
2834         with the current algorithm. Ensure that we don't accumulate these
2835         rounding errors when aligning samples by not resampling at all if we
2836         don't need to. Fixes #419351.
2837         Make the initial calibration of the clock slaving a little more
2838         predictable and accurate. Also handle the case where we don't do
2839         clock slaving.
2840
2841 2008-05-09  Sebastian Dröge  <slomo@circular-chaos.org>
2842
2843         Based on a patch by:
2844           Björn Benderius <bjoern dot benderius at axis dot com>
2845
2846         * gst/ffmpegcolorspace/avcodec.h:
2847         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2848         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
2849         (gst_ffmpegcsp_avpicture_fill):
2850         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
2851         * gst/ffmpegcolorspace/imgconvert_template.h:
2852         Add conversions from/to NV12 and NV21 and conversions between those
2853         two formats. Fixes bug #532166.
2854
2855 2008-05-08  Edward Hervey  <edward.hervey@collabora.co.uk>
2856
2857         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
2858         Abort the h264 typefinding as soon as _peek() doesn't return anything,
2859         which happens for example with files smaller than 128kb.
2860
2861 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
2862
2863         Patch by: Wouter Cloetens <zombie at e2big dot org>
2864
2865         * gst-libs/gst/rtsp/Makefile.am:
2866         * gst-libs/gst/rtsp/gstrtspconnection.c:
2867         (gst_rtsp_connection_create), (md5_digest_to_hex_string),
2868         (auth_digest_compute_hex_urp), (auth_digest_compute_response),
2869         (add_auth_header), (gst_rtsp_connection_free),
2870         (gst_rtsp_connection_set_auth), (str_case_hash), (str_case_equal),
2871         (gst_rtsp_connection_set_auth_param),
2872         (gst_rtsp_connection_clear_auth_params):
2873         * gst-libs/gst/rtsp/gstrtspconnection.h:
2874         Add Digest authorization support for RTSP connections. See #532065.
2875
2876         * gst-libs/gst/rtsp/md5.c:
2877         * gst-libs/gst/rtsp/md5.h:
2878         Yeap, another md5 implementation until we can depend on a glib that has
2879         support for it.
2880
2881 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
2882
2883         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2884
2885         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2886         Let audioresample use the buffer allocation of basetransform instead
2887         of it's own stuff.
2888
2889         * tests/check/elements/audioresample.c: (alloc_only_48000),
2890         (GST_START_TEST), (audioresample_suite):
2891         Add unit test for the recent basetransform bugfix, where upstream
2892         changes caps to something that can't be passed through anymore.
2893
2894 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
2895
2896         * win32/common/config.h.in:
2897           Don't define GST_FUNCTION, if GLib supports MSVC we'd much rather
2898           use the real thing than having "???" unconditionally.
2899
2900 2008-05-07  Wim Taymans  <wim.taymans@collabora.co.uk>
2901
2902         * gst-libs/gst/audio/gstbaseaudiosink.c:
2903         (gst_base_audio_sink_query):
2904         Report the latency with the new seglatency parameter.
2905
2906         * gst-libs/gst/audio/gstringbuffer.c:
2907         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
2908         (gst_ring_buffer_acquire):
2909         * gst-libs/gst/audio/gstringbuffer.h:
2910         Add new field to the ringbufferspec to specify the expected latency
2911         between the underlying device read/write pointer, this is needed
2912         when writing sinks that sit a little closer to the hardware.
2913         Add some more docs for other fields.
2914
2915 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
2916
2917         * gst/volume/gstvolume.c: (volume_transform_ip):
2918         Return NOT_NEGOTIATED if we didn't set a process function yet for some
2919         reason instead of crashing later. Might fix bug #509125.
2920
2921 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
2922
2923         Based on a patch by: Tim-Philipp Müller  <tim.muller at collabora co uk>
2924
2925         * gst/audioconvert/audioconvert.c: (audio_convert_prepare_context):
2926         * gst/audioconvert/audioconvert.h:
2927         * gst/audioconvert/gstaudioconvert.c:
2928         (gst_audio_convert_parse_caps),
2929         (structure_has_fixed_channel_positions),
2930         (gst_audio_convert_transform_caps):
2931         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_matrix):
2932         Add support for more than 8 channels and NONE channel layouts. For
2933         more than 8 channels no channel conversion is supported yet, only
2934         format conversions are supported. Fixes bug #398033.
2935
2936         * tests/check/elements/audioconvert.c: (verify_convert),
2937         (GST_START_TEST), (audioconvert_suite):
2938         Add some unit tests by Tim for checking the NONE channel layouts
2939         and more than 8 channels and add some more unit tests for channel
2940         conversions.
2941
2942 2008-05-06  Wim Taymans  <wim.taymans@collabora.co.uk>
2943
2944         * gst/playback/gstdecodebin2.c: (connect_pad):
2945         When autoplugging fails, set the element back to NULL before
2946         unreffing it.
2947
2948 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
2949
2950         * win32/common/libgstaudio.def:
2951         Add gst_base_audio_src_[sg]et_slave_method() to the exported
2952         symbols.
2953
2954 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
2955
2956         * gst/subparse/samiparse.c: (handle_start_sync),
2957         (end_sami_element), (characters_sami):
2958         Remove trailing, leading and double whitespaces.
2959         Correctly timestamp buffers and output the last buffer too.
2960
2961         * tests/check/elements/subparse.c: (GST_START_TEST),
2962         (subparse_suite):
2963         Add a simple unit test for SAMI parsing.
2964
2965 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
2966
2967         Patch by: Young-Ho Cha <ganadist at chollian dot net>
2968
2969         * gst/subparse/samiparse.c: (handle_start_sync),
2970         (start_sami_element), (end_sami_element), (characters_sami),
2971         (sami_context_reset):
2972         Only output characters inside the "sync" elements. There could be
2973         other elements like "style" that have some content but should
2974         not be printed. Fixes bug #467911.
2975
2976 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
2977
2978         * gst/playback/gstplaybasebin.c: (set_audio_mute),
2979         (set_active_source):
2980         * gst/playback/gstplaybasebin.h:
2981         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2982         (playbin_set_audio_mute):
2983         Allow setting -1 as current-audio to mute the current audio stream,
2984         similar to what is done for subtitles. Fixes bug #342294.
2985
2986 2008-05-05  Edward Hervey  <edward.hervey at collabora co uk>
2987
2988         * gst-libs/gst/pbutils/descriptions.c: (formats): 
2989         It's SorensOn and not SorensEn.
2990
2991 2008-05-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
2992
2993         * gst-libs/gst/pbutils/descriptions.c: (formats):
2994           Fix description of video/x-flash-video.
2995
2996 2008-05-04  Sebastian Dröge  <slomo@circular-chaos.org>
2997
2998         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
2999         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
3000         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
3001         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps_list):
3002         Remove some unused code.
3003
3004         * gst/audioconvert/gstaudioquantize.c:
3005         (gst_audio_quantize_free_noise_shaping):
3006         Don't return before freeing the noise shaping history.
3007
3008 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3009
3010         * tests/check/elements/subparse.c: (do_test),
3011           (test_tmplayer_style3b), (subparse_suite):
3012           Add unit test for the tmplayer variant from bug #530962.
3013
3014 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3015
3016         * gst/subparse/gstsubparse.c: (handle_buffer),
3017           (gst_sub_parse_sink_event):
3018         * gst/subparse/tmplayerparse.c: (tmplayer_process_buffer),
3019           (tmplayer_parse_line):
3020           Fix parsing of tmplayer subtitle variant where every single line contains
3021           text and there isn't an empty line after each line to determine the
3022           duration (#530962). Improve EOS handling for tmplayer subtitles a bit by
3023           making sure that we push out the last line of text without a duration if
3024           there's still text left in the buffer at the end.
3025
3026 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3027
3028         * gst/subparse/gstsubparse.c: (feed_textbuf):
3029           Fix detection of discontinuities based on the buffer offset (doesn't work
3030           so well if no buffer offset is set) and also check for the DISCONT buffer
3031           flag. This keeps the parser state from being reset after each buffer in
3032           the unit test.
3033
3034 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3035
3036         * gst/typefind/gsttypefindfunctions.c: (mpeg_video_stream_type_find):
3037           Further fine-tuning: don't absolutely require sequence or GOP headers
3038           (as introduced in the previous commit), but adjust the typefind
3039           probabilities returned accordingly if we don't see them. Also make sure
3040           picture header and first slice are somewhat close to each other (which
3041           is not perfect but still better than requiring a fixed offset or having
3042           no limit at all).
3043
3044 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3045
3046         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
3047         (gst_basertppayload_sink_setcaps),
3048         (gst_basertppayload_sink_getcaps):
3049         Rename the setcaps/getcaps function internally to make it clear that
3050         they are called for the sink pad.
3051
3052 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3053
3054         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3055         (gst_base_rtp_depayload_class_init),
3056         (gst_base_rtp_depayload_handle_sink_event), (create_segment_event),
3057         (gst_base_rtp_depayload_packet_lost),
3058         (gst_base_rtp_depayload_set_gst_timestamp):
3059         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3060         Catch packet-lost events from the jitterbuffer and convert them into a
3061         vmethod call (lost-packet) so that depayloaders can do something smart.
3062         Also add a default packet-lost function that sends out a segment update
3063         to the decoders.
3064
3065 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
3066
3067         * gst/playback/test4.c:
3068         * gst/playback/test5.c:
3069         * gst/playback/test6.c:
3070         * gst/playback/test7.c:
3071           Also include config.h when relying on defines from it. Fixes the
3072           build. Its been a please to serve :)
3073
3074 2008-05-02  Thijs Vermeir <thijsvermeir@gmail.com>
3075
3076         * gst/videotestsrc/videotestsrc.c (paint_setup_NV12),
3077         (paint_setup_NV21), (paint_hline_NV12_NV21):
3078         Add support for NV12 and NV21 in videotestsrc
3079
3080 2008-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
3081
3082         * gst/videoscale/gstvideoscale.c:
3083         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
3084         * gst/videoscale/vs_image.c: (vs_image_scale_nearest_RGBA),
3085         (vs_image_scale_linear_RGBA), (vs_image_scale_nearest_RGB),
3086         (vs_image_scale_linear_RGB), (vs_image_scale_nearest_YUYV),
3087         (vs_image_scale_linear_YUYV), (vs_image_scale_nearest_UYVY),
3088         (vs_image_scale_linear_UYVY), (vs_image_scale_nearest_Y),
3089         (vs_image_scale_linear_Y), (vs_image_scale_nearest_RGB565),
3090         (vs_image_scale_linear_RGB565), (vs_image_scale_nearest_RGB555),
3091         (vs_image_scale_linear_RGB555):
3092         Support 1x1 images as input and output as for example the BBC HQ new
3093         streams have 1x1 GIFs in the playlists for some reason.
3094
3095 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
3096
3097         * gst/playback/gstdecodebin.c: (free_pad_probe_for_element),
3098           (try_to_link_1):
3099           If we can't activate one of the decoders we plugged in (such as,
3100           say, musepackdec) for some reason (it might not support push mode,
3101           for example), remove any pad probes that close_pad_link() might
3102           have set up. This makes sure we later don't try to remove a probe
3103           for a pad that doesn't exist any longer, and avoids nast warnings
3104           and probably other things too.
3105
3106 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
3107
3108         * gst/typefind/gsttypefindfunctions.c:
3109           (mpeg_video_stream_ctx_ensure_data), (mpeg_video_stream_type_find),
3110           (plugin_init):
3111           Rework mpeg video stream typefinding a bit more: make sure sequence,
3112           GOP, picture and slice headers appear in the order they should and
3113           that we've in fact at least had one of each; fix picture header
3114           detection; decouple picture and slice header check - don't assume
3115           they're at a fixed offset, there may be extra data in between. Also,
3116           announce varying degrees of probability depending on what we found
3117           exactly (multiple pictures, at least one picture, just sequence and
3118           GOP headers). Finally, in _ensure_data(), take into account that we
3119           might be typefinding smaller amounts of data, such as the first
3120           buffer of a stream, so fall back to the minimum size needed as long
3121           as that's available, instead of erroring out if there's less than
3122           2kB of data. Fixes #526173. Conveniently also doesn't recognise the
3123           fuzzed file from #399342 as valid.
3124
3125 2008-04-30  Michael Smith <msmith@songbirdnest.com>
3126
3127         * ext/theora/theoradec.c:
3128           Cool kids don't divide by zero.
3129           Treat PAR of x:0 as 1:1.
3130           Fixes #530719.
3131
3132 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
3133
3134         * gst/typefind/gsttypefindfunctions.c: (MpegVideoStreamCtx),
3135           (mpeg_video_stream_ctx_advance), (mpeg_video_stream_ctx_ensure_data),
3136           (mpeg_video_stream_type_find):
3137           Refactor a bit: use context structure to track parsing offset and
3138           size of available data and make the code a bit clearer. Fixes bad
3139           memory access in #356937.
3140
3141 2008-04-28  Michael Smith <msmith@songbirdnest.com>
3142
3143         * gst/playback/test4.c:
3144         * gst/playback/test5.c:
3145         * gst/playback/test6.c:
3146         * gst/tcp/gstmultifdsink.c:
3147           Include stdlib.h and unistd.h only if the appropriate HAVE_*_H macro
3148           is defined.
3149
3150 2008-04-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3151
3152         * gst-libs/gst/audio/gstbaseaudiosink.h:
3153         Clarify some docs.
3154
3155         * gst-libs/gst/audio/gstbaseaudiosrc.c: (slave_method_get_type),
3156         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
3157         (gst_base_audio_src_set_slave_method),
3158         (gst_base_audio_src_get_slave_method),
3159         (gst_base_audio_src_set_property),
3160         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
3161         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3162         Add property and methods for selecting the clock slave method in the
3163         source, like in the sink.
3164         We only implement "none" and "re-timestamp" for now.
3165         API: gst_base_audio_src_set_slave_method()
3166         API: gst_base_audio_src_get_slave_method()
3167
3168 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
3169
3170         * gst-libs/gst/rtp/gstrtpbuffer.c:
3171         Fix the docs about the seqnum compare function, it returns a difference.
3172
3173 2008-04-24  Edward Hervey  <edward.hervey@collabora.co.uk>
3174
3175         * ext/alsa/gstalsadeviceprobe.c:
3176         (gst_alsa_get_device_list): Don't return before freeing up
3177         the allocated structures.
3178
3179 2008-04-24  Stefan Kost  <ensonic@users.sf.net>
3180
3181         * gst/playback/gstplaybin.c:
3182           Remove obsolete streaminfo code and fix a leak. Fixes #529546
3183
3184 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
3185
3186         * ext/ogg/gstoggdemux.c:
3187           Revert the event part, that should not go in.
3188
3189 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
3190
3191         * ext/ogg/gstoggdemux.c:
3192           Don't leak GstPluginFeatures when filtering.
3193
3194 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
3195
3196         * sys/xvimage/xvimagesink.c:
3197           Add some logging for cases when grabbing the xv failed.
3198
3199 2008-04-21  David Schleef  <ds@schleef.org>
3200
3201         * ext/ogg/gstoggmux.c:
3202           Update Ogg/Dirac muxing.  Removes the weird "KW-DIRAC" bos
3203           packet.  Should conform to what we currently think is the
3204           final Ogg/Dirac muxing spec.
3205
3206 2008-04-21  David Schleef  <ds@schleef.org>
3207
3208         * sys/xvimage/xvimagesink.c:
3209           Fix typo that causes the overlay keying color to bright green
3210           on a 16-bit display.  Dark grey good.  Bright green bad.
3211
3212 2008-04-21  Stefan Kost  <ensonic@users.sf.net>
3213
3214         * ext/gnomevfs/gstgnomevfsuri.c:
3215           Add  FIXME comment about using uri-list for source and sink.
3216
3217 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3218
3219         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
3220         GST_TYPE_FRACTION contains gints so correctly cast gint64 arguments to
3221         vaargs functions to gint. Otherwise the fractions will get 0 set
3222         instead of the correct value on big endian systems. Fixes bug #529018.
3223
3224 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3225
3226         * ext/gnomevfs/gstgnomevfssink.c:
3227         (gst_gnome_vfs_sink_uri_get_protocols):
3228         * ext/gnomevfs/gstgnomevfssrc.c:
3229         (gst_gnome_vfs_src_uri_get_protocols):
3230         * ext/gnomevfs/gstgnomevfsuri.c: (_internal_get_supported_uris),
3231         (gst_gnomevfs_get_supported_uris):
3232         Get the list of supported URI schemes in a threadsafe way and use the
3233         same list for the source and sink.
3234
3235 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3236
3237         * ext/gio/gstgio.c: (_internal_get_supported_protocols),
3238         (gst_gio_get_supported_protocols):
3239         Don't generate a new supported protocols list on each call but cache
3240         it. It's supposed to be static anyway, this way we only leak it once
3241         per process.
3242
3243         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
3244         (gst_gio_sink_class_init), (gst_gio_sink_finalize),
3245         (gst_gio_sink_set_property), (gst_gio_sink_get_property),
3246         (gst_gio_sink_start):
3247         * ext/gio/gstgiosink.h:
3248         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
3249         (gst_gio_src_class_init), (gst_gio_src_finalize),
3250         (gst_gio_src_set_property), (gst_gio_src_get_property),
3251         (gst_gio_src_start):
3252         * ext/gio/gstgiosrc.h:
3253         API: Add "file" properties where one can set a GFile as
3254         source/destination.
3255
3256         Add locking to the properties and use
3257         gst_element_class_set_details_simple() instead of a static
3258         GstElementDetails struct.
3259
3260 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
3261
3262         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
3263         (plugin_init):
3264         Add "mpp" and "mp+" as possible extensions for MusePack files.
3265
3266         Add typefinding for MusePack StreamVersion 8 files and include the
3267         stream version in the caps.
3268
3269 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
3270
3271         * gst-libs/gst/rtp/gstrtppayloads.c:
3272         (gst_rtp_payload_info_for_name):
3273         Use g_ascii_strcasecmp() instead of the deprecated g_strcasecmp().
3274
3275 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
3276
3277         * configure.ac:
3278           Bump Gtk+ requirement to 2.12.0 for gtk_range_set_fill_level
3279           (NB: this only affects compilation of some of the examples).
3280           Remove some configure.ac cruft that's not needed any longer.
3281
3282 2008-04-18  Edward Hervey  <edward.hervey@collabora.co.uk>
3283
3284         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
3285         Don't validate the payload if there isn't any.
3286         Fixes #525915
3287
3288 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3289
3290         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_may_start):
3291         Use g_atomic_int_set() instead of gst_atomic_int_set().
3292
3293 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3294
3295         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3296         Return NULL instead of a gchar * array with one NULL element if we
3297         don't get any supported URI schemes from GIO.
3298
3299 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
3300
3301         * gst/audiotestsrc/gstaudiotestsrc.c:
3302           Remove cpp style commented old code.
3303
3304 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
3305
3306         * gst/playback/gstdecodebin2.c:
3307           Fix signal docs.
3308
3309 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
3310
3311         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
3312           (gst_text_overlay_init):
3313           Fix textoverlay unit test again by making the supposed default
3314           value for the wait-text property the actual default value.
3315           Also fix Since: tag for new property.
3316
3317 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
3318
3319         * gst-libs/gst/video/video.c: (gst_video_format_new_caps),
3320           (gst_video_format_to_fourcc), (gst_video_format_get_row_stride),
3321           (gst_video_format_get_pixel_stride),
3322           (gst_video_format_get_component_width),
3323           (gst_video_format_get_component_height),
3324           (gst_video_format_get_component_offset), (gst_video_format_get_size),
3325           (gst_video_format_convert):
3326           Add guards to these functions to ensure sane input values.
3327
3328         * tests/check/libs/video.c:
3329           Fix unit test not to create caps with width=0 and height=0.
3330
3331 2008-04-11  Wim Taymans  <wim.taymans@collabora.co.uk>
3332
3333         * docs/design/draft-keyframe-force.txt:
3334         Fix typo.
3335
3336         * gst/playback/gstqueue2.c: (update_buffering),
3337         (gst_queue_handle_src_query):
3338         Set buffering mode in the messages.
3339         Set buffering percent in the query.
3340
3341         * tests/examples/seek/seek.c: (update_fill), (msg_state_changed),
3342         (do_stream_buffering), (do_download_buffering), (msg_buffering):
3343         Do some more fancy things based on the buffering method in use.
3344
3345 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3346
3347         * tests/examples/seek/seek.c: (update_fill), (set_update_fill),
3348         (play_cb), (pause_cb), (stop_cb), (msg_state_changed),
3349         (msg_buffering), (main):
3350         Add basic download reports to seek using the new buffering API.
3351
3352 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3353
3354         * gst/playback/gstqueue2.c: (update_buffering),
3355         (gst_queue_close_temp_location_file), (gst_queue_handle_src_query),
3356         (gst_queue_src_checkgetrange_function):
3357         Include extra buffering stats in the buffering message.
3358         Implement BUFFERING query.
3359
3360         * gst/playback/gsturidecodebin.c: (do_async_start),
3361         (do_async_done), (type_found), (setup_streaming), (setup_source),
3362         (gst_uri_decode_bin_change_state):
3363         Only add decodebin2 when the type is found in streaming mode.
3364         Make uridecodebin async to PAUSED even when we don't have decodebin2
3365         added yet.
3366
3367 2008-04-09  Sebastian Dröge  <slomo@circular-chaos.org>
3368
3369         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3370         Filter cdda from the supported URI schemes. We can't support
3371         musicbrainz tags and everything else one expects from a cdda source
3372         with GIO. Fixes bug #526794.
3373
3374 2008-04-07  Jan Schmidt  <jan.schmidt@sun.com>
3375
3376         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_new),
3377         (gst_xvimagesink_buffer_alloc):
3378         Fix calculation of 'expected size' for YV12 buffers.
3379         Be a little more verbose in the debug output for buffer-alloc'ed
3380         buffers which turn out to have the wrong size.
3381
3382 2008-04-07  Tim-Philipp Müller  <tim at centricular dot net>
3383
3384         * NEWS:
3385         * RELEASE:
3386         * gst-plugins-base.doap:
3387           Merge other changes from 0.10.19 release branch.
3388
3389 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
3390
3391         * gst-libs/gst/audio/gstbaseaudiosink.c:
3392           (gst_base_audio_sink_class_init):
3393         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3394           (gst_base_audio_src_class_init):
3395         * gst/playback/gstplayback.c: (plugin_init):
3396         * gst/volume/gstvolume.c: (plugin_init):
3397           Work around missing bits of thread-safety on older GLibs some
3398           more to avoid assertions when starting up multiple playbin
3399           objects concurrently (see #512382).
3400
3401 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
3402
3403         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
3404           Remove some more fields.
3405
3406 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
3407
3408         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
3409
3410         * configure.ac:
3411         Actually build dlls when cross-compiling with mingw32.
3412         Fixes bug #526247.
3413
3414 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
3415
3416         * configure.ac:
3417           Bump version to 0.10.19.1 after the unplanned 0.10.19 release.
3418
3419 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3420
3421         * tests/examples/seek/seek.c: (play_cb), (pause_cb), (stop_cb),
3422         (msg_buffering), (connect_bus_signals), (main):
3423         Add statusbar.
3424         Add buffering support with feedback in the statusbar.
3425
3426 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
3427
3428         * ext/ogg/gstoggmux.c:
3429           Fix sample pipeline description.
3430
3431 2008-04-03  Stefan Kost  <ensonic@users.sf.net>
3432
3433         * docs/plugins/Makefile.am:
3434         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3435         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
3436         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3437           Add playbin, playbin2, decodebin, decodebin2, uridecodebin and oggmux
3438
3439         * docs/plugins/gst-plugins-base-plugins.args:
3440         * docs/plugins/gst-plugins-base-plugins.hierarchy:
3441         * docs/plugins/gst-plugins-base-plugins.interfaces:
3442         * docs/plugins/gst-plugins-base-plugins.prerequisites:
3443         * docs/plugins/inspect/plugin-adder.xml:
3444         * docs/plugins/inspect/plugin-alsa.xml:
3445         * docs/plugins/inspect/plugin-audioconvert.xml:
3446         * docs/plugins/inspect/plugin-audiorate.xml:
3447         * docs/plugins/inspect/plugin-audioresample.xml:
3448         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3449         * docs/plugins/inspect/plugin-cdparanoia.xml:
3450         * docs/plugins/inspect/plugin-decodebin.xml:
3451         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3452         * docs/plugins/inspect/plugin-gdp.xml:
3453         * docs/plugins/inspect/plugin-gnomevfs.xml:
3454         * docs/plugins/inspect/plugin-libvisual.xml:
3455         * docs/plugins/inspect/plugin-ogg.xml:
3456         * docs/plugins/inspect/plugin-pango.xml:
3457         * docs/plugins/inspect/plugin-playback.xml:
3458         * docs/plugins/inspect/plugin-queue2.xml:
3459         * docs/plugins/inspect/plugin-subparse.xml:
3460         * docs/plugins/inspect/plugin-tcp.xml:
3461         * docs/plugins/inspect/plugin-theora.xml:
3462         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3463         * docs/plugins/inspect/plugin-uridecodebin.xml:
3464         * docs/plugins/inspect/plugin-video4linux.xml:
3465         * docs/plugins/inspect/plugin-videorate.xml:
3466         * docs/plugins/inspect/plugin-videoscale.xml:
3467         * docs/plugins/inspect/plugin-videotestsrc.xml:
3468         * docs/plugins/inspect/plugin-volume.xml:
3469         * docs/plugins/inspect/plugin-vorbis.xml:
3470         * docs/plugins/inspect/plugin-ximagesink.xml:
3471         * docs/plugins/inspect/plugin-xvimagesink.xml:
3472           Update introspection data.
3473
3474         * ext/ogg/gstoggmux.c:
3475           Document oggmux.
3476
3477         * gst/playback/gstdecodebin2.c:
3478           Don't use gtk-doc style comment start for private stuff, but make it
3479           formatted like this for consistency.
3480
3481 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3482
3483         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
3484         (gst_decode_bin_init), (gst_decode_bin_dispose),
3485         (gst_decode_bin_set_sink_caps), (gst_decode_bin_get_sink_caps),
3486         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
3487         (analyze_new_pad), (connect_pad), (expose_pad),
3488         (gst_decode_group_new), (gst_decode_group_control_demuxer_pad),
3489         (gst_decode_group_expose), (gst_decode_group_free),
3490         (do_async_start), (do_async_done), (gst_decode_bin_change_state):
3491         Remove fakesink hack, we can now implement this more elegantly.
3492         Added property to bypass typefinding.
3493         Removed underrun callback and demuxer pad probe, we now use the srcpad
3494         probe to expose groups.
3495         API::sink-caps property
3496
3497         * gst/playback/gstplaybin2.c: (no_more_pads_cb):
3498         Guard against multiple emissions of the no_more_pads signal, which
3499         happens when we are dealing with chained oggs.
3500
3501         * gst/playback/gsturidecodebin.c: (remove_decoders),
3502         (make_decoder), (type_found), (setup_streaming), (source_new_pad),
3503         (setup_source):
3504         For streams, use our own typefind element and plug our queue after it.
3505         We will need this to determine the type of buffering to use for the
3506         queue soon.
3507
3508 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3509
3510         * gst-libs/gst/audio/gstbaseaudiosink.c:
3511         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render):
3512         Guard against over and underflows because of clock slaving.
3513         When we are using our own clock, still compensate for any calibrations
3514         that we might have done to our clock.
3515
3516 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3517
3518         * ext/theora/theoradec.c: (theora_handle_type_packet),
3519         (theora_dec_chain):
3520         Don't try to do anything fancy with the return code from pushing an
3521         event, it does not have enough information to turn it into a
3522         GST_FLOW_ERROR.
3523
3524 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3525
3526         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_reset),
3527         (gst_ogg_demux_chain_elem_pad):
3528         Add small debug line.
3529         Pass return code from the internal decoder instead of the too generic
3530         GST_FLOW_ERROR.
3531
3532 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
3533
3534         * gst-libs/gst/cdda/Makefile.am:
3535         * gst-libs/gst/cdda/base64.c:
3536         * gst-libs/gst/cdda/base64.h:
3537         * gst-libs/gst/cdda/gstcddabasesrc.c:
3538         (gst_cddabasesrc_calculate_musicbrainz_discid):
3539         Use GLib's base64 implementation instead of our own.
3540
3541 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3542
3543         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3544         (gst_ogg_demux_read_chain):
3545         Refix oggdemux, we only have a problem if we failed to find a chain and
3546         we are not EOF.
3547
3548 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3549
3550         Patch by: Victor STINNER <victor dot stinner at haypocalc dot com>
3551
3552         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3553         (gst_ogg_demux_read_chain):
3554         When we fail to find a BOS page and we and up with no chain, error out
3555         properly instead of segfaulting. Fixes #525665.
3556
3557 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3558
3559         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3560         (gst_ogg_demux_read_chain), (gst_ogg_demux_handle_page):
3561         The new-pad-group sequence is add-pads, no-more-pads, add-pads,
3562         no-more-pads...
3563
3564 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3565
3566         * gst/playback/gstqueue2.c: (update_out_rates),
3567         (gst_queue_open_temp_location_file),
3568         (gst_queue_close_temp_location_file), (gst_queue_handle_src_event),
3569         (gst_queue_handle_src_query), (gst_queue_set_property):
3570         Update the estimated input data when we push out a buffer.
3571         Add some debug info about the temp file.
3572         Only forward src events when we are not using a temp file.
3573         Don't block the duration query, we need to find something better.
3574         Don't leak the temp filename.
3575
3576 2008-04-01  Sebastian Dröge  <slomo@circular-chaos.org>
3577
3578         * configure.ac:
3579         Require GLib 2.12 and liboil 0.3.14.
3580
3581         * gst/volume/gstvolume.c: (volume_process_double):
3582         Unconditionally use liboil 0.3.14 function.
3583
3584 2008-03-31  Wim Taymans  <wim.taymans@collabora.co.uk>
3585
3586         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3587         ms-gsm can have arbitrarty sample rates. See #481354.
3588
3589 2008-03-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3590
3591         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3592         MP4S is generic MPEG-4, not a microsoft variant.
3593
3594 2008-03-27  Michael Smith <msmith@fluendo.com>
3595
3596         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
3597           Check the body CRC (if set) when depayloading.
3598           Fixes #522401.
3599
3600 2008-03-24  Tim-Philipp Müller  <tim at centricular dot net>
3601
3602         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
3603           Fix Since: version for new property.
3604
3605 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3606
3607         * gst-libs/gst/rtsp/gstrtspconnection.c:
3608         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
3609         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_poll):
3610         Don't error when poll_wait returns EAGAIN.
3611
3612 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3613
3614         * gst/playback/gstqueue2.c: (gst_queue_is_filled):
3615         The queue is never filled when there are no buffers in the queue at all.
3616         Fixes #523993.
3617
3618 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3619
3620         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
3621         (init_group), (free_group), (gst_play_bin_init),
3622         (gst_play_bin_finalize), (gst_play_bin_set_uri),
3623         (gst_play_bin_set_suburi), (gst_play_bin_get_video_tags),
3624         (gst_play_bin_get_audio_tags), (gst_play_bin_get_text_tags),
3625         (gst_play_bin_set_current_video_stream),
3626         (gst_play_bin_set_current_audio_stream),
3627         (gst_play_bin_set_current_text_stream),
3628         (gst_play_bin_set_encoding), (gst_play_bin_set_property),
3629         (gst_play_bin_get_property), (pad_added_cb), (pad_removed_cb),
3630         (no_more_pads_cb), (perform_eos), (autoplug_select_cb),
3631         (activate_group), (deactivate_group), (setup_next_source),
3632         (save_current_group), (gst_play_bin_change_state):
3633         Update some docs.
3634         Add new locks and conds to protect pipeline creation and group
3635         switching.
3636         Implement the sub-uri property.
3637         Keep track of pending uridecodebin creation and configure the output
3638         pipeline after all streams are configured.
3639         Propagate subtitle encoding to the uridecodebins.
3640         Implement getting the video/audio/visualisation elements.
3641         Use input-selector for stream switching.
3642         If we are asked to do visualisation, prefer to autoplug raw sinks
3643         instead of sinks that accept encoded data.
3644
3645 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3646
3647         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
3648         (gst_play_sink_init), (gst_play_sink_dispose),
3649         (gst_play_sink_set_video_sink), (gst_play_sink_get_video_sink),
3650         (gst_play_sink_set_audio_sink), (gst_play_sink_get_audio_sink),
3651         (gst_play_sink_vis_unblocked), (gst_play_sink_vis_blocked),
3652         (gst_play_sink_set_vis_plugin), (gst_play_sink_get_vis_plugin),
3653         (gst_play_sink_set_volume), (gst_play_sink_get_volume),
3654         (gst_play_sink_set_mute), (gen_video_chain), (gen_text_chain),
3655         (gen_audio_chain), (gen_vis_chain), (gst_play_sink_reconfigure),
3656         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
3657         (gst_play_sink_send_event_to_sink), (gst_play_sink_change_state):
3658         * gst/playback/gstplaysink.h:
3659         Add methods to get audio/video/vis elements.
3660         Add methods to set the font description for the overlay.
3661         Remove properties, we're using this element with its methods only.
3662         Add support for subtitles.
3663         Rearrange the locking a bit to not use the object lock for protecting
3664         the pipeline construction.
3665         Try to use the volume and mute property on the sink when its available.
3666         Implement the mute option with volume when the sink does not have a mute
3667         property.
3668         Only add volume element when the sink has no volume property.
3669         Only do visualisations with raw audio pads.
3670
3671 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3672
3673         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
3674         (gst_text_overlay_init), (gst_text_overlay_set_property),
3675         (gst_text_overlay_get_property), (gst_text_overlay_src_event),
3676         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
3677         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
3678         (gst_text_overlay_change_state):
3679         * ext/pango/gsttextoverlay.h:
3680         Add property to configure waiting for text on the textpad or not, with
3681         the default behaviour being the old one (always wait for text before
3682         rendering the video). This default behaviour is usually not the best one
3683         because the text stream can very sparse and could require queueing a lot
3684         of video.
3685         Fix the flushing and EOS handing so that we don't mix up their meaning.
3686
3687 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3688
3689         * gst/playback/gsturidecodebin.c:
3690         (gst_uri_decode_bin_autoplug_factories),
3691         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
3692         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_encoding),
3693         (gst_uri_decode_bin_set_property),
3694         (gst_uri_decode_bin_get_property), (no_more_pads_full),
3695         (new_decoded_pad_cb), (gen_source_element), (remove_decoders),
3696         (proxy_autoplug_factories_signal), (make_decoder),
3697         (source_new_pad), (setup_source):
3698         Add a readonly source property and notify.
3699         Add new lock for protecting the construction of the pipeline.
3700         Keep track of the decodebins we plugged.
3701         Correctly proxy the autoplug signal so that it actually continues.
3702         Proxy subtitle-encoding to the decodebins.
3703
3704 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3705
3706         * tests/examples/seek/seek.c: (audio_toggle_cb), (video_toggle_cb),
3707         (text_toggle_cb), (update_streams), (main):
3708         Rearrange some buttons in playbin2 and make some other boxes insensitive
3709         when needed.
3710         Add language codes to subtitle selection boxes when we gind the right
3711         tags for the streams.
3712
3713 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3714
3715         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
3716         (gst_decode_bin_set_caps), (gst_decode_bin_get_caps),
3717         (gst_decode_bin_set_subs_encoding),
3718         (gst_decode_bin_get_subs_encoding),
3719         (gst_decode_bin_autoplug_factories), (connect_pad), (are_raw_caps),
3720         (deactivate_free_recursive):
3721         Protect caps property with the object lock.
3722         Protect encoding property with the object lock.
3723         Keep list of elements we added that have the subtitle-encoding property.
3724         Distribute the subtitle-encoding to all of the elements when it
3725         changes.
3726
3727 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3728
3729         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_release):
3730         Small debug improvement.
3731
3732         * gst-libs/gst/audio/gstbaseaudiosink.c:
3733         (gst_base_audio_sink_render):
3734         Fix bug in determining the sample start/stop position, we want to base
3735         this decision on the fact that we are going forwards or backwards, not
3736         slower or faster. This fixes some ugly resync warnings when playing at
3737         very slow speeds.
3738
3739 2008-03-23  Sebastian Dröge  <slomo@circular-chaos.org>
3740
3741         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3742         Correctly set the supported URI schemes and don't leave
3743         some schemes in the middle or at the start at NULL.
3744
3745 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
3746
3747         * tests/check/elements/gdpdepay.c:
3748           Make test compile without unused function/variable warnings on PPC.
3749  
3750 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
3751
3752         * configure.ac:
3753         * ext/alsa/gstalsamixerelement.c:
3754         (gst_alsa_mixer_element_class_init):
3755         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init):
3756         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
3757         * ext/cdparanoia/gstcdparanoiasrc.c:
3758         (gst_cd_paranoia_src_class_init):
3759         * ext/gio/gstgiosink.c: (gst_gio_sink_class_init):
3760         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init):
3761         * ext/gio/gstgiostreamsink.c: (gst_gio_stream_sink_class_init):
3762         * ext/gio/gstgiostreamsrc.c: (gst_gio_stream_src_class_init):
3763         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
3764         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init):
3765         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
3766         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
3767         * ext/pango/gsttextrender.c: (gst_text_render_class_init):
3768         * ext/theora/theoradec.c: (gst_theora_dec_class_init):
3769         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
3770         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
3771         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_class_init):
3772         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3773         (gst_audio_filter_template_class_init):
3774         * gst-libs/gst/audio/gstbaseaudiosink.c:
3775         (gst_base_audio_sink_class_init):
3776         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3777         (gst_base_audio_src_class_init):
3778         * gst-libs/gst/cdda/gstcddabasesrc.c:
3779         (gst_cdda_base_src_class_init):
3780         * gst-libs/gst/interfaces/mixertrack.c:
3781         (gst_mixer_track_class_init):
3782         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3783         (gst_base_rtp_depayload_class_init):
3784         * gst-libs/gst/rtp/gstbasertppayload.c:
3785         (gst_basertppayload_class_init):
3786         * gst/audioconvert/gstaudioconvert.c:
3787         (gst_audio_convert_class_init):
3788         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_class_init):
3789         * gst/audioresample/gstaudioresample.c:
3790         (gst_audioresample_class_init):
3791         * gst/audiotestsrc/gstaudiotestsrc.c:
3792         (gst_audio_test_src_class_init):
3793         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init):
3794         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
3795         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3796         (preroll_unlinked):
3797         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
3798         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init):
3799         * gst/playback/gstplaysink.c: (gst_play_sink_class_init):
3800         * gst/playback/gstqueue2.c: (gst_queue_class_init):
3801         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
3802         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
3803         (gst_stream_selector_class_init):
3804         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
3805         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
3806         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
3807         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
3808         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
3809         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
3810         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
3811         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init):
3812         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
3813         * gst/videotestsrc/gstvideotestsrc.c:
3814         (gst_video_test_src_class_init):
3815         * gst/volume/gstvolume.c: (gst_volume_class_init):
3816         * sys/v4l/gstv4lelement.c: (gst_v4lelement_class_init):
3817         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
3818         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
3819         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
3820         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
3821         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
3822         Use G_PARAM_STATIC_STRINGS everywhere for GParamSpecs that use
3823         static strings (i.e. all). This gives us less memory usage,
3824         fewer allocations and thus less memory defragmentation. Depend
3825         on core CVS for this. Fixes bug #523806.
3826
3827 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
3828
3829         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3830         Filter http and https protocols. GIO/GVfs handles them but it's
3831         impossible to implement iradio/icecast with it. Better use
3832         souphttpsrc or something else for this.
3833
3834         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
3835         If getting the file informations by a query fails try it with the
3836         seek-to-end trick too.
3837
3838 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3839
3840         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
3841         (gst_volume_base_init), (gst_volume_class_init),
3842         (volume_process_double), (volume_process_float),
3843         (volume_transform_ip), (plugin_init):
3844         memset buffers to zero if we get a GAP buffer. We usually see a
3845         buffer as one unit so let's handle it as one and don't care about
3846         volume changes while processing one buffer.
3847         Also clean up some stuff a bit.
3848
3849 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3850
3851         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
3852         (gst_audio_convert_create_silence_buffer),
3853         (gst_audio_convert_transform):
3854         Make audioconvert GAP-aware by outputting silence buffers when the
3855         input has the GAP flag set. This is up to 8x faster.
3856         Based on a patch by Stefan Kost. Fixes bug #517813.
3857
3858 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3859
3860         * gst/volume/gstvolume.c: (volume_process_double):
3861         Use oil_scalarmultiply_f64_ns() for double processing when it's
3862         available at compile time.
3863
3864 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3865
3866         * configure.ac:
3867         Fix lrint/lrintf checks to actually work. These functions are
3868         in libm on Linux at least so try to link to it.
3869
3870 2008-03-21  Jan Schmidt  <jan.schmidt@sun.com>
3871
3872         * configure.ac:
3873         Back to development - 0.10.18.1
3874
3875 === release 0.10.18 ===
3876
3877 2008-03-20  Jan Schmidt <jan.schmidt@sun.com>
3878
3879         * configure.ac:
3880           releasing 0.10.18, "I will follow"
3881
3882 2008-03-18  Jan Schmidt  <jan.schmidt@sun.com>
3883
3884         * configure.ac:
3885         * win32/common/config.h:
3886         0.10.17.4 pre-release
3887
3888 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3889
3890         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_dump):
3891         Use GST_STR_NULL when trying to print strings that could be NULL because
3892         this might crash on some platforms. See #520808.
3893
3894 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3895
3896         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
3897
3898         * gst-libs/gst/rtsp/gstrtspconnection.c:
3899         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
3900         (read_line), (gst_rtsp_connection_read_internal):
3901         Generic Windows fixes that makes libgstrtsp work on Windows when
3902         coupled with the new GstPoll API. See #520808.
3903
3904 2008-03-17  Sebastian Dröge  <slomo@circular-chaos.org>
3905
3906         Patch by: Milosz Derezynski <internalerror at gmail dot com>
3907
3908         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
3909           If seeking to a new position succeeds don't simply return from
3910           create() without creating a buffer. Do this only in the case
3911           seeking to the new position fails. Fixes bug #523054.
3912
3913 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
3914
3915         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps),
3916           (gst_video_format_from_rgba32_masks):
3917           Fix gst_video_format_parse_caps() for RGB caps with alpha channel
3918           (#522635).
3919
3920         * tests/check/libs/video.c: (test_parse_caps_rgb), (video_suite):
3921           Add unit test for the RGB caps parsing and creation, checking for
3922           internal consistency of the new API and consistency of the API with
3923           the old GST_VIDEO_CAPS_* defines.
3924
3925 2008-03-14  David Schleef  <ds@schleef.org>
3926
3927         * gst/videotestsrc/videotestsrc.c:  Oops, revert last change
3928           because -base is in freeze.
3929
3930 2008-03-14  David Schleef  <ds@schleef.org>
3931
3932         Patch by: William M. Brack
3933
3934         * gst/videotestsrc/videotestsrc.c: Fix Bayer pattern generation.
3935
3936 2008-03-14  Wim Taymans  <wim.taymans@collabora.co.uk>
3937
3938         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
3939         (gst_selector_pad_chain):
3940         * gst/playback/gststreamselector.h:
3941         Revert change that caused regression until a real fix is found.
3942         Fixes #522203.
3943
3944 2008-03-12  Michael Smith <msmith@fluendo.com>
3945
3946         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
3947         * gst-libs/gst/audio/gstringbuffer.h:
3948           Rename recently added buffer types to make more sense.
3949         * ext/alsa/gstalsasink.c: (alsasink_parse_spec),
3950         (gst_alsasink_write):
3951           Adapt for above API changes.
3952           Fixes bug #520523.
3953
3954 2008-03-11  Sebastian Dröge  <slomo@circular-chaos.org>
3955
3956         * win32/common/libgstnetbuffer.def:
3957         Add new symbol gst_netaddress_equal. Fixes bug #521743.
3958
3959 2008-03-11  Jan Schmidt  <jan.schmidt@sun.com>
3960
3961         * configure.ac:
3962         * win32/common/config.h:
3963         0.10.17.3 pre-release
3964
3965 2008-03-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3966
3967         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3968         (gst_base_audio_src_create):
3969         Fix duration when no clock was provided. Fixes #520300.
3970
3971 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3972
3973         Patch by: Olivier Crete  <tester at tester ca>
3974
3975         * docs/libs/gst-plugins-base-libs-sections.txt:
3976         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netaddress_equal):
3977         * gst-libs/gst/netbuffer/gstnetbuffer.h:
3978         Add trivial function to compare GstNetAddress. See #520626.
3979         API: GstNetBuffer::gst_netaddress_equal
3980
3981 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3982
3983         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
3984         Update mode property docs, it's deprecated now.
3985
3986 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3987
3988         * gst-libs/gst/rtsp/gstrtspconnection.c:
3989         (gst_rtsp_connection_create):
3990         * gst/tcp/gstmultifdsink.c: (gst_fdset_mode_get_type),
3991         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_start):
3992         * gst/tcp/gstmultifdsink.h:
3993         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
3994         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_start):
3995         Remove GstPollMode from gstpoll constructor.
3996
3997 2008-03-04  Jan Schmidt  <jan.schmidt@sun.com>
3998
3999         * configure.ac:
4000         * win32/common/config.h:
4001         0.10.17.2 pre-release
4002
4003 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
4004
4005         * gst/Makefile.am:
4006         GST_PLUGINS_ALL correctly lists subparse and tcp now, don't distclean
4007         them twice
4008
4009         * win32/common/libgstinterfaces.def:
4010         * win32/common/libgstrtp.def:
4011         Add new API to the defs
4012
4013 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
4014
4015         Patch by: Mersad Jelacic  <mersad at axis dot com>
4016
4017         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4018         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4019         API: add gst_base_rtp_audio_payload_set_samplebits_options() to make it
4020         possible to specify the sample size in bits. (#509637)
4021
4022 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
4023
4024         * tests/check/libs/mixer.c:
4025           Add a few simple checks for the new message types.
4026
4027 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
4028
4029         * docs/libs/gst-plugins-base-libs-sections.txt:
4030         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_option_changed),
4031           (gst_mixer_options_list_changed), (gst_mixer_mixer_changed),
4032           (gst_mixer_message_get_type),
4033           (gst_mixer_message_parse_option_changed),
4034           (gst_mixer_message_parse_options_list_changed):
4035         * gst-libs/gst/interfaces/mixer.h: (GstMixerType),
4036           (GST_MIXER_MESSAGE_OPTION_CHANGED),
4037           (GST_MIXER_MESSAGE_OPTIONS_LIST_CHANGED),
4038           (GST_MIXER_MESSAGE_MIXER_CHANGED):
4039           API: add gst_mixer_options_list_changed(), gst_mixer_mixer_changed()
4040           and gst_mixer_message_parse_options_list_changed(). Fixes #519916.
4041
4042 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
4043
4044         * gst-libs/gst/interfaces/mixeroptions.c: (gst_mixer_options_init),
4045           (gst_mixer_options_get_values):
4046         * gst-libs/gst/interfaces/mixeroptions.h:
4047           (GST_MIXER_OPTIONS_GET_CLASS), (GstMixerOptionsClass),
4048           (_GstMixerOptions), (_GstMixerOptionsClass):
4049           API: add GstMixerOptions::get_values vfunc (#519906)
4050
4051 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
4052
4053         * configure.ac:
4054         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
4055         plug-ins are included/excluded. (#498222)
4056
4057 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
4058
4059         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4060         Add typefinder for IMelody files, using audio/x-imelody.
4061         See bug #519516.
4062
4063 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
4064
4065         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_get_type):
4066         * ext/alsa/gstalsasink.c: (set_hwparams):
4067         * ext/alsa/gstalsasrc.c: (set_hwparams):
4068         * ext/gio/gstgio.c: (gst_gio_uri_handler_get_uri):
4069         * ext/ogg/gstoggmux.h:
4070         * ext/ogg/gstogmparse.c:
4071         * gst-libs/gst/audio/audio.c:
4072         * gst-libs/gst/fft/kiss_fft_f64.c: (kiss_fft_f64_alloc):
4073         * gst-libs/gst/pbutils/missing-plugins.c:
4074         (gst_missing_uri_sink_message_new),
4075         (gst_missing_element_message_new),
4076         (gst_missing_decoder_message_new),
4077         (gst_missing_encoder_message_new):
4078         * gst-libs/gst/rtp/gstbasertppayload.c:
4079         * gst-libs/gst/rtp/gstrtcpbuffer.c:
4080         (gst_rtcp_packet_bye_get_reason):
4081         * gst/audioconvert/gstaudioconvert.c:
4082         * gst/audioresample/gstaudioresample.c:
4083         * gst/ffmpegcolorspace/imgconvert.c:
4084         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
4085         * gst/typefind/gsttypefindfunctions.c:
4086         * gst/videoscale/vs_4tap.c:
4087         * gst/videoscale/vs_4tap.h:
4088         * sys/v4l/gstv4lelement.c:
4089         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_any_caps):
4090         * sys/v4l/v4l_calls.c:
4091         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
4092         (gst_v4lsrc_try_capture):
4093         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
4094         (gst_ximagesink_ximage_new):
4095         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
4096         (gst_xvimagesink_xvimage_new):
4097         * tests/check/elements/audioconvert.c:
4098         * tests/check/elements/audioresample.c:
4099         (fail_unless_perfect_stream):
4100         * tests/check/elements/audiotestsrc.c: (setup_audiotestsrc):
4101         * tests/check/elements/decodebin.c:
4102         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
4103         (setup_gdpdepay_streamheader):
4104         * tests/check/elements/gdppay.c: (setup_gdppay), (GST_START_TEST),
4105         (setup_gdppay_streamheader):
4106         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink):
4107         * tests/check/elements/multifdsink.c: (setup_multifdsink):
4108         * tests/check/elements/textoverlay.c:
4109         * tests/check/elements/videorate.c: (setup_videorate):
4110         * tests/check/elements/videotestsrc.c: (setup_videotestsrc):
4111         * tests/check/elements/volume.c: (setup_volume):
4112         * tests/check/elements/vorbisdec.c: (setup_vorbisdec):
4113         * tests/check/elements/vorbistag.c:
4114         * tests/check/generic/clock-selection.c:
4115         * tests/check/generic/states.c: (setup), (teardown):
4116         * tests/check/libs/cddabasesrc.c:
4117         * tests/check/libs/video.c:
4118         * tests/check/pipelines/gio.c:
4119         * tests/check/pipelines/oggmux.c:
4120         * tests/check/pipelines/simple-launch-lines.c:
4121         (simple_launch_lines_suite):
4122         * tests/check/pipelines/streamheader.c:
4123         * tests/check/pipelines/theoraenc.c:
4124         * tests/check/pipelines/vorbisdec.c:
4125         * tests/check/pipelines/vorbisenc.c:
4126         * tests/examples/seek/scrubby.c:
4127         * tests/examples/seek/seek.c: (query_positions_elems),
4128         (query_positions_pads):
4129         * tests/icles/stress-xoverlay.c: (myclock):
4130         Correct all relevant warnings found by the sparse semantic code
4131         analyzer. This include marking several symbols static, using
4132         NULL instead of 0 for pointers and using "foo (void)" instead
4133         of "foo ()" for declarations.
4134
4135         * win32/common/libgstrtp.def:
4136         Add gst_rtp_buffer_set_extension_data to the symbol definition file.
4137
4138 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4139
4140         Patch by: José Alburquerque <jaalburqu svn gnome org>
4141
4142         * gst/playback/gstplaybin2.c:
4143           Make the function signature of the _get_*_tags() functions match
4144           the signature of the vfuncs they implement, ie. return a
4145           GstTagList rather than a GstStructure, which is more correct,
4146           even if one is typedef'ed to the other (#518940).
4147
4148 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4149
4150         * gst-libs/gst/rtsp/gstrtspconnection.c:
4151           Don't include unix headers unconditionally (fixes #518037).
4152
4153 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4154
4155         * tests/check/libs/video.c: (paintinfo), (paintinfo_struct),
4156           (fourcc_list_struct), (fourcc_list), (fourcc_get_size),
4157           (paint_setup_I420), (paint_setup_YV12), (paint_setup_AYUV),
4158           (paint_setup_YUY2), (paint_setup_UYVY), (paint_setup_YVYU),
4159           (paint_setup_IYU2), (paint_setup_Y41B), (paint_setup_Y42B),
4160           (paint_setup_Y800), (paint_setup_YVU9), (paint_setup_YUV9),
4161           (gst_video_format_is_packed), (video_format_is_packed):
4162           Add unit test that makes sure that the strides, offsets and
4163           sizes returned for the various YUV formats by the new video API
4164           match the old reference implementation in videotestsrc.
4165
4166 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4167
4168         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio),
4169           (gst_video_format_from_fourcc), (gst_video_format_to_fourcc),
4170           (gst_video_format_is_rgb), (gst_video_format_is_yuv),
4171           (gst_video_format_has_alpha), (gst_video_format_get_row_stride),
4172           (gst_video_format_get_pixel_stride),
4173           (gst_video_format_get_component_width),
4174           (gst_video_format_get_component_height),
4175           (gst_video_format_get_component_offset), (gst_video_format_get_size):
4176         * gst-libs/gst/video/video.h: (GST_VIDEO_FORMAT_Y41B),
4177           (GST_VIDEO_FORMAT_Y42B):
4178           API: add GST_VIDEO_FORMAT_Y41B and GST_VIDEO_FORMAT_Y42B.
4179
4180 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4181
4182         * gst-libs/gst/video/video.c: (gst_video_format_get_component_offset):
4183           YV12 is I420 with swapped components 1 and 2, so the offset of
4184           component 1 for I420 should be the offset for component 2 for YV12
4185           and vice versa.
4186
4187 2008-02-29  Rene Stadler  <mail@renestadler.de>
4188
4189         * sys/v4l/gstv4lelement.c:
4190         Add missing semicolon to fix indentation.
4191
4192 2008-02-29  Julien Moutte  <julien@fluendo.com>
4193
4194         * ext/alsa/gstalsa.c: (gst_alsa_open_iec958_pcm),
4195         (gst_alsa_probe_supported_formats): Probe for IEC958 pcm to detect
4196         if we can do SPDIF output.
4197         * ext/alsa/gstalsa.h:
4198         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec),
4199         (gst_alsasink_prepare), (gst_alsasink_close), (gst_alsasink_write):
4200         * ext/alsa/gstalsasink.h: Initial support for SPDIF.
4201         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
4202         * gst-libs/gst/audio/gstringbuffer.h: Add non linear buffer types
4203         to support AC3, EC3 and IEC958 buffers.
4204
4205 2008-02-29  Tim-Philipp Müller  <tim at centricular dot net>
4206
4207         * gst-libs/gst/interfaces/mixer.c: (GST_MIXER_MESSAGE_HAS_TYPE),
4208           (gst_mixer_message_parse_mute_toggled),
4209           (gst_mixer_message_parse_record_toggled),
4210           (gst_mixer_message_parse_volume_changed),
4211           (gst_mixer_message_parse_option_changed):
4212           De-cruft and fix message type assertions (NULL is not a really
4213           valid mixer message type string).
4214
4215 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4216
4217         * ext/libvisual/visual.c: (gst_vis_src_negotiate):
4218         When negotiating, actually start from a format that we can support
4219         instead of from the too generic template.
4220
4221 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4222
4223         * gst/playback/gstplaybin2.c: (gst_play_bin_set_property):
4224         Enable vis setting.
4225
4226         * gst/playback/gstplaysink.c: (gst_play_sink_init),
4227         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
4228         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
4229         (gen_vis_chain):
4230         Implement vis switching while playing.
4231
4232 2008-02-28  David Schleef  <ds@schleef.org>
4233
4234         * gst-libs/gst/riff/riff-media.c: Add Dirac mapping
4235
4236 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4237
4238         Patch by: Peter Kjellerstedt  <pkj at axis com>
4239
4240         * gst/tcp/Makefile.am:
4241         * gst/tcp/fdsetstress.c:
4242         * gst/tcp/gstfdset.c:
4243         * gst/tcp/gstfdset.h:
4244         Removed fdset and stress test, they are now known as GstPoll in
4245         core. 
4246
4247         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
4248         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_remove),
4249         (gst_multi_fd_sink_clear), (gst_multi_fd_sink_remove_client_link),
4250         (gst_multi_fd_sink_handle_client_write),
4251         (gst_multi_fd_sink_queue_buffer),
4252         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_start),
4253         (gst_multi_fd_sink_stop):
4254         * gst/tcp/gstmultifdsink.h:
4255         * gst/tcp/gsttcp.c: (gst_tcp_socket_read), (gst_tcp_socket_close),
4256         (gst_tcp_read_buffer), (gst_tcp_gdp_read_buffer),
4257         (gst_tcp_gdp_read_caps):
4258         * gst/tcp/gsttcp.h:
4259         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_init),
4260         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
4261         (gst_tcp_client_sink_start), (gst_tcp_client_sink_stop):
4262         * gst/tcp/gsttcpclientsink.h:
4263         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_init),
4264         (gst_tcp_client_src_create), (gst_tcp_client_src_start),
4265         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
4266         * gst/tcp/gsttcpclientsrc.h:
4267         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_handle_wait),
4268         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
4269         * gst/tcp/gsttcpserversink.h:
4270         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_init),
4271         (gst_tcp_server_src_create), (gst_tcp_server_src_start),
4272         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
4273         * gst/tcp/gsttcpserversrc.h:
4274         Port to GstPoll. See #505417.
4275
4276 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4277
4278         Patch by: Peter Kjellerstedt  <pkj at axis com>
4279
4280         * gst-libs/gst/rtsp/gstrtspconnection.c:
4281         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
4282         (gst_rtsp_connection_write), (gst_rtsp_connection_read_internal),
4283         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
4284         (gst_rtsp_connection_free), (gst_rtsp_connection_poll),
4285         (gst_rtsp_connection_flush):
4286         * gst-libs/gst/rtsp/gstrtspconnection.h:
4287         Use GstPoll for the rtsp connection. See #505417.
4288
4289 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
4290
4291         * tests/examples/seek/seek.c: (vis_toggle_cb), (filter_features),
4292         (init_visualization_features), (vis_combo_cb), (shot_cb), (main):
4293         Add combo box for visualisations, populate it with a factory list
4294         of all visualisation plugins, configure vis plugin instance in
4295         playbin2. 
4296
4297 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
4298
4299         * tests/check/libs/rtp.c: (GST_START_TEST):
4300         Add check for RTP buffer defaults, padding and marker bit API.
4301
4302 2008-02-27  Sebastian Dröge  <slomo@circular-chaos.org>
4303
4304         * gst-libs/gst/cdda/sha1.c: (sha_transform):
4305         Use memcpy() instead of upcasting a byte array to long *. This
4306         fixes an unaligned memory access, resulting in SIGBUS on IA64.
4307         This should be ported to GCheckSum once we can use GLib 2.16.
4308         Partially fixes bug #500833.
4309
4310 2008-02-27  Tim-Philipp Müller  <tim at centricular dot net>
4311
4312         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_chain):
4313           Push tag event after the newsegment event. Log the pointer of
4314           the buffer we're actually going to push rather than the buffer
4315           we're feeding to _make_metadata_writable().
4316
4317 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4318
4319         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4320         Comment smoke typefinder for now. The smokedec plugin needs one
4321         frame per buffer but we have no parser yet, thus it simply crashes
4322         in most situations.
4323
4324 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4325
4326         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4327         Add typefinder for the smoke video codec. Copied from the jpeg plugin.
4328
4329 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4330
4331         * gst/typefind/gsttypefindfunctions.c: (mid_type_find),
4332         (plugin_init):
4333         Add midi typefinder, copied from the timidity plugin.
4334
4335 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
4336
4337         Based on patch by: Tomasz Sałaciński <tsalacinski gmail com>
4338
4339         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
4340         * tests/check/elements/subparse.c: (test_microdvd_with_italics),
4341           (subparse_suite):
4342           Forward slashes at the beginning and end of a line also signify
4343           italics (Fixes: #518162).
4344
4345 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4346
4347         * tests/check/gst-plugins-base.supp:
4348         Add a suppression for a cached value in GIO that wasn't moved
4349         while moving gio from -bad to -base.
4350
4351 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4352
4353         Patch by: Brian Cameron <brian dot cameron at sun dot com>
4354
4355         * configure.ac:
4356         Don't hardcode -Wall and -Werror for configure checks, this fails
4357         with non-GCC compilers. Fixes bug #517991.
4358
4359 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
4360
4361         * gst/audioconvert/gstaudioconvert.c:
4362         * gst/audioconvert/gstaudioquantize.c:
4363         * gst/audioconvert/gstaudioquantize.h:
4364           Make audioconvert gap aware. If noiseshaping is used, wait for
4365           noiseshaping to converge before marking as GAP. Fixes #517813.
4366
4367 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
4368
4369         * gst/audiotestsrc/gstaudiotestsrc.c:
4370           Mark buffers as GAP,if volume is 0.0 and fix the previous logic.
4371
4372 2008-02-20  Sebastian Dröge  <slomo@circular-chaos.org>
4373
4374         * ext/gnomevfs/gstgnomevfssink.c:
4375         (gst_gnome_vfs_sink_handle_event):
4376         Return FALSE when seeking for a new segment fails instead
4377         of silently ignoring the failure and appending every buffer
4378         that comes for the new segment.
4379
4380 2008-02-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4381
4382         * gst/playback/gstplaysink.c: (find_property),
4383         (gst_play_sink_find_property), (gen_video_chain),
4384         (gst_play_sink_reconfigure), (gst_play_sink_get_last_frame):
4385         Recursively search the sink element for a last-frame property so that we
4386         can also find the property in autovideosink and friends that don't
4387         always proxy the internal sink properties.
4388
4389 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4390
4391         * gst-libs/gst/audio/multichannel.c:
4392           (GST_AUDIO_CHANNEL_POSITIONS_FIELD_NAME),
4393           (gst_audio_get_channel_positions), (gst_audio_set_channel_positions),
4394           (gst_audio_set_structure_channel_positions_list),
4395           (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
4396           (gst_audio_fixate_channel_positions):
4397           Fix confusing terminology in docs and code: structure fields are
4398           'fields' and not 'properties'.
4399
4400 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4401
4402         * gst-libs/gst/audio/multichannel.c:
4403           (gst_audio_check_channel_positions), (add_list_to_struct):
4404           Give more useful warning messages if one of the channel
4405           layout enums passed to us is invalid and if the "channels"
4406           field in the caps has a GType we don't expect.
4407
4408 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4409
4410         * gst-libs/gst/audio/multichannel.c:
4411           Fix typo in docs blurb.
4412
4413 2008-02-19  Julien Moutte  <julien@fluendo.com>
4414
4415         Patch by: Josep Torra Valles <josep@fluendo.com>
4416
4417         * gst/typefind/gsttypefindfunctions.c: Increase the MPEG PS
4418         typefind lookup to fix typefinding on HD clips.
4419
4420 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4421
4422         * gst/playback/gstscreenshot.c:
4423         * gst/playback/gstscreenshot.h:
4424           Fix up copyright (I rewrote the GStreamer-0.10 code for
4425           this from scratch back in the days).
4426
4427 2008-02-19  Wim Taymans  <wim.taymans@collabora.co.uk>
4428
4429         * gst/playback/Makefile.am:
4430         * gst/playback/gstscreenshot.c: (feed_fakesrc), (save_result),
4431         (create_element), (gst_play_frame_conv_convert):
4432         * gst/playback/gstscreenshot.h:
4433         Add screenshot conversion code from totem.
4434
4435         * gst/playback/gstplay-marshal.list:
4436         * gst/playback/gstplaybin2.c: (gst_play_marshal_BUFFER__BOXED),
4437         (gst_play_bin_class_init), (gst_play_bin_convert_frame),
4438         (gst_play_bin_get_property), (no_more_pads_cb), (activate_group):
4439         Implement frame property to get a color-unconverted snapshot.
4440         Implement convert-frame action signal to get a converted snapshot image.
4441         Configure connection speed in uridecodebin.
4442         Document some more properties.
4443
4444         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
4445         (gen_video_chain), (gen_audio_chain), (gst_play_sink_reconfigure),
4446         (gst_play_sink_get_last_frame):
4447         * gst/playback/gstplaysink.h:
4448         Use last-buffer property of the video sink to get a video snapshot.
4449
4450         * tests/examples/seek/seek.c: (shot_cb), (main):
4451         Add snapshot button for playbin2 and use the frame property to save the
4452         frame as a png in the current directory.
4453
4454 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
4455
4456         Patch by: Josep Torra Valles <josep at fluendo dot com>
4457
4458         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find),
4459         (plugin_init):
4460         Add typefinding support for h264 elementary streams.
4461         Fixes bug #517420.
4462
4463 2008-02-18  Stefan Kost  <ensonic@users.sf.net>
4464
4465         * configure.ac:
4466           Require CVS of core for new API in collectpads.
4467
4468         * gst/adder/gstadder.c:
4469           Use new API to make adder sparse stream aware.
4470
4471 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4472
4473         * gst/playback/gstplaybin2.c: (pad_added_cb), (pad_removed_cb),
4474         (no_more_pads_cb):
4475         Get the object data correct so that we can remove our channels
4476         correctly.
4477
4478         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
4479         (gen_vis_chain), (gst_play_sink_reconfigure),
4480         (gst_play_sink_request_pad):
4481         Add option to disable async behaviour in the sinks when possible. This
4482         makes it possible to avoid an audio queue when dealing with
4483         visualisations.
4484         Add option to add a queue for the audio path.
4485
4486         * tests/examples/seek/seek.c: (clear_streams), (update_streams),
4487         (main):
4488         Disable the vis checkbox to match the defaults of playbin2.
4489         Only get the stream info when we need to.
4490
4491 2008-02-17  Sebastian Dröge  <slomo@circular-chaos.org>
4492
4493         * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_stop),
4494         (gst_gio_base_sink_set_stream):
4495         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_stop),
4496         (gst_gio_base_src_set_stream):
4497         * ext/gio/gstgiosink.c: (gst_gio_sink_start):
4498         * ext/gio/gstgiosrc.c: (gst_gio_src_start):
4499         Don't use async operations as they require a running main loop.
4500         This makes us block again when closing streams and unable
4501         to mount the enclosing volume of an URI if it isn't yet.
4502
4503 2008-02-15  Wim Taymans  <wim.taymans@collabora.co.uk>
4504
4505         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4506         (gst_play_sink_get_mute), (gen_video_chain), (gen_audio_chain),
4507         (gen_vis_chain), (gst_play_sink_reconfigure),
4508         (gst_play_sink_request_pad):
4509         Move tee in front of the audio and vis pipelines.
4510         Add queue for audio for now.
4511         Add visualisation support.
4512
4513         * tests/examples/seek/seek.c: (main):
4514         Visualisation is by default disabled.
4515
4516 2008-02-15  Sebastian Dröge  <slomo@circular-chaos.org>
4517
4518         * ext/gio/gstgiobasesink.c: (close_stream_cb):
4519         * ext/gio/gstgiobasesrc.c: (close_stream_cb):
4520         Improve debugging a bit.
4521
4522         * ext/gio/gstgiosink.c: (mount_cb), (gst_gio_sink_start):
4523         * ext/gio/gstgiosink.h:
4524         * ext/gio/gstgiosrc.c: (mount_cb), (gst_gio_src_start):
4525         * ext/gio/gstgiosrc.h:
4526         Try to mount the enclosing volume of a GFile if it isn't mounted
4527         yet. This requires us to wait for an async operation to finish, done
4528         with an nested GMainLoop. Authentication is not supported yet, will
4529         come later.
4530
4531 2008-02-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4532
4533         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4534         (gst_play_bin_set_property), (gst_play_bin_get_property),
4535         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb):
4536         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4537         (gst_play_sink_get_mute), (gen_audio_chain):
4538         * gst/playback/gstplaysink.h:
4539         Add mute property.
4540
4541         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
4542         (gst_selector_pad_chain):
4543         * gst/playback/gststreamselector.h:
4544         Make sure we forward the event only once.
4545
4546         * tests/examples/seek/seek.c: (stop_cb), (mute_toggle_cb), (main):
4547         Add and implement the mute button for playbin2.
4548
4549 2008-02-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4550
4551         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
4552
4553         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_delay):
4554         Add some more debug info.
4555         Make sure we never return a negative delay. Fixes #516246.
4556
4557 2008-02-12  Tim-Philipp Müller  <tim at centricular dot net>
4558
4559         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
4560           Revert patch that makes the sink hold the object lock when
4561           calling snd_pcm_delay(), since it breaks playback for me.
4562
4563 2008-02-12  Julien Moutte  <julien@fluendo.com>
4564
4565         * tests/examples/seek/seek.c: (rate_spinbutton_changed_cb): Add
4566         some seek flags when changing rate.
4567
4568 2008-02-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4569
4570         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4571         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
4572         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
4573         Fix potential leaks.
4574
4575         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_chain):
4576         Fix leak when there is no function configured.
4577
4578 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4579
4580         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_class_init),
4581         (gst_v4lsrc_buffer_finalize):
4582         Correctly chain up the finalize method.
4583
4584 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4585
4586         * ext/gio/gstgiostreamsink.c:
4587         * ext/gio/gstgiostreamsrc.c:
4588         Add documentation and example code for giostreamsink/giostreamsrc.
4589
4590         * tests/check/pipelines/gio.c: (GST_START_TEST):
4591         Ask the GMemoryOutputStream for the data instead of assuming that
4592         the pointer to the data stayed the same. It could've been realloc'ed.
4593
4594 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4595
4596         * ext/gio/gstgiosink.c:
4597         * ext/gio/gstgiosrc.c:
4598         Make the documentation of giosink/giosrc complete, large parts
4599         are based on the gnomevfssink/gnomevfssrc docs.
4600
4601 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4602
4603         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4604         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4605         * docs/plugins/gst-plugins-base-plugins.args:
4606         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4607         * docs/plugins/gst-plugins-base-plugins.interfaces:
4608         * docs/plugins/gst-plugins-base-plugins.prerequisites:
4609         * docs/plugins/gst-plugins-base-plugins.signals:
4610         * docs/plugins/inspect/plugin-adder.xml:
4611         * docs/plugins/inspect/plugin-audioconvert.xml:
4612         * docs/plugins/inspect/plugin-audiorate.xml:
4613         * docs/plugins/inspect/plugin-audioresample.xml:
4614         * docs/plugins/inspect/plugin-decodebin.xml:
4615         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4616         * docs/plugins/inspect/plugin-gdp.xml:
4617         * docs/plugins/inspect/plugin-gio.xml:
4618         * docs/plugins/inspect/plugin-gnomevfs.xml:
4619         * docs/plugins/inspect/plugin-libvisual.xml:
4620         * docs/plugins/inspect/plugin-ogg.xml:
4621         * docs/plugins/inspect/plugin-pango.xml:
4622         * docs/plugins/inspect/plugin-playback.xml:
4623         * docs/plugins/inspect/plugin-queue2.xml:
4624         * docs/plugins/inspect/plugin-subparse.xml:
4625         * docs/plugins/inspect/plugin-theora.xml:
4626         * docs/plugins/inspect/plugin-uridecodebin.xml:
4627         * docs/plugins/inspect/plugin-videorate.xml:
4628         * docs/plugins/inspect/plugin-videoscale.xml:
4629         * docs/plugins/inspect/plugin-volume.xml:
4630         * docs/plugins/inspect/plugin-vorbis.xml:
4631         Add the GIO documentation again and while at that run make update.
4632
4633 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4634
4635         * ext/alsa/gstalsa.h: (GST_CHECK_ALSA_VERSION):
4636         * ext/alsa/gstalsasink.c: (set_swparams):
4637         * ext/alsa/gstalsasrc.c: (set_swparams), (gst_alsasrc_open):
4638           Don't use snd_pcm_sw_params_set_xfer_align() if we're compiling
4639           against libasound >= 1.0.16, since it's been deprecated in
4640           0.10.16, and alignment is always 1 then, apparently. (#512899)
4641
4642 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4643
4644         * gst/playback/gstplaybin.c: (gen_audio_element):
4645         * gst/playback/gstplaysink.c: (gen_audio_chain):
4646           Handle case where we can't create the volume element a bit
4647           better (#514307).
4648
4649 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4650
4651         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_check_get_range):
4652         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
4653           Add support for https protocol. Fixes #510229.
4654
4655 2008-02-11  Julien Moutte  <julien@fluendo.com>
4656         
4657         Patch by: Alan Peevers <peeves@pacbell.net>
4658
4659         * ext/alsa/gstalsasink.c: (gst_alsasink_delay): Take appropriate
4660         lock when calling alsa methods.
4661
4662 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4663
4664         * gst/typefind/gsttypefindfunctions.c:
4665           Bump rank of jpeg and png typefinders, which will return maximum
4666           probability in the most common cases (thus short-circuiting more
4667           expensive typefinders like the mp3 one for these two quite common
4668           image types).
4669
4670 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
4671
4672         * ext/theora/theoraparse.c:
4673         Fix long description of the theora parser to be more verbose than just
4674         the type name.
4675
4676 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
4677
4678         Patch by: Branko Čibej <brane at xbc dot nu>
4679
4680         * sys/xvimage/xvimagesink.c:
4681         Fix build of xvimagesink if we don't have XShm, e.g. on Mac OS X.
4682         Fixes bug #515654.
4683
4684 2008-02-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4685
4686         * gst/playback/gstplaybasebin.c:
4687         Set is_dynamic as True if there are elements with both request
4688         and sometimes src pad templates instead of breaking out when it
4689         finds the first pad template that is a src.
4690
4691 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4692
4693         * tests/examples/seek/seek.c: (stop_cb), (clear_streams),
4694         (update_streams), (video_combo_cb), (audio_combo_cb),
4695         (text_combo_cb), (volume_spinbutton_changed_cb), (main):
4696         Add some stream switching and volume gui for playbin2.
4697
4698 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4699
4700         * gst/playback/gstplay-marshal.list:
4701         Added marshal for streamselector Tags.
4702
4703         * gst/playback/gstplaybasebin.c: (set_active_source):
4704         Streamselector now selects pads based on the pad object instead of its
4705         name.
4706
4707         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4708         (init_group), (gst_play_bin_init), (get_group), (get_tags),
4709         (gst_play_bin_get_video_tags), (gst_play_bin_get_audio_tags),
4710         (gst_play_bin_get_text_tags),
4711         (gst_play_bin_set_current_video_stream),
4712         (gst_play_bin_set_current_audio_stream),
4713         (gst_play_bin_set_current_text_stream),
4714         (gst_play_bin_set_property), (gst_play_bin_get_property),
4715         (pad_added_cb), (pad_removed_cb), (autoplug_select_cb):
4716         Remove option to mute streams with the current-a/v/t property, we have
4717         this functionality in the flags.
4718         Add signals to notify when the number of A/V/T channels changed.
4719         Add action signals to get tags for the A/V/T streams.
4720         Implement setting the current A/V/T stream.
4721         Rearrange some things to simplify stream selection.
4722         Implement volume.
4723
4724         * gst/playback/gstplaysink.c: (gst_play_sink_set_volume),
4725         (gst_play_sink_get_volume), (gst_play_sink_set_property),
4726         (gst_play_sink_get_property), (gen_video_chain), (gen_audio_chain),
4727         (activate_vis), (gst_play_sink_reconfigure):
4728         * gst/playback/gstplaysink.h:
4729         Add and implement volume setting methods.
4730
4731         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
4732         (gst_selector_pad_finalize), (gst_selector_pad_get_property),
4733         (gst_selector_pad_event), (gst_stream_selector_class_init),
4734         (gst_stream_selector_init), (gst_stream_selector_finalize),
4735         (gst_stream_selector_set_property),
4736         (gst_stream_selector_get_property),
4737         (gst_stream_selector_get_linked_pad),
4738         (gst_stream_selector_request_new_pad):
4739         * gst/playback/gststreamselector.h:
4740         Add pad properties for tags and status of pads.
4741         Keep tags on pads.
4742         Make active pad selection based on pad object instead of name.
4743
4744 2008-02-08  Stefan Kost  <ensonic@users.sf.net>
4745
4746         * configure.ac:
4747           Revert last change as we now check in gtk-doc.m4 for sed.
4748
4749 2008-02-08  Jan Schmidt  <Jan.Schmidt@sun.com>
4750
4751         * configure.ac:
4752         Find and subst SED when building the docs.
4753
4754 2008-02-08  Julien Moutte  <julien@fluendo.com>
4755
4756         * tests/examples/seek/seek.c: (stop_cb), (connect_bus_signals),
4757         (main): Make sure bus signals are reconnected when pressing STOP
4758         and then PLAY again for a parse launch pipeline. Fix a ref leak
4759         on the bus.
4760         * win32/common/config.h: Updated.
4761
4762 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4763
4764         * configure.ac:
4765         Make DISABLE_DEPRECATED defined *only* during CVS, not during
4766         pre-releases or releases.
4767
4768 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4769
4770         * configure.ac:
4771         * ext/gio/Makefile.am:
4772         Subst GIO_LDFLAGS to avoid undefined Makefile var error Zaheer is
4773         reporting
4774
4775 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4776
4777         * docs/plugins/Makefile.am:
4778         Add the headers which need scanning for the GIO plugin. The rest of
4779         the docs still need migrating.
4780
4781 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4782
4783         * ext/Makefile.am:
4784         * tests/check/Makefile.am:
4785         * tests/check/pipelines/.cvsignore:
4786         Add gio in a few more places.
4787
4788 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4789
4790         * configure.ac:
4791         * ext/Makefile.am:
4792         * tests/check/Makefile.am:
4793         Move gio plugin from -bad and mark as experimental.
4794
4795 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4796
4797         * gst-libs/gst/interfaces/mixeroptions.c:
4798         * gst-libs/gst/interfaces/mixertrack.c:
4799         Comment out a couple of other things which break the build when
4800         GST_DISABLE_DEPRECATED isn't on but -Werror is.
4801
4802 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
4803
4804         * docs/libs/gst-plugins-base-libs-sections.txt:
4805           Fix pbutils header.
4806
4807 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4808
4809         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
4810         Fix compiler warning.
4811
4812 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4813
4814         Patch by: Peter Kjellerstedt  <pkj at axis com>
4815
4816         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
4817         Clear the addrinfo struct using memset. Fixes #514937.
4818
4819 2008-02-06  Wim Taymans  <wim.taymans@collabora.co.uk>
4820
4821         * gst/tcp/gstfdset.h:
4822         Remove unused field to same some memory.
4823
4824         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4825         Mark action signals as such.
4826
4827 2008-02-06  Michael Smith <msmith@fluendo.com>
4828
4829         * ext/theora/theoradec.c: (_theora_granule_frame),
4830         (_inc_granulepos):
4831           Increment granulepos for new-bitstream versions appropriately.
4832           Fixes #514623.
4833
4834 2008-02-04  Wim Taymans  <wim.taymans@collabora.co.uk>
4835
4836         * tests/examples/seek/seek.c: (do_seek),
4837         (rate_spinbutton_changed_cb), (update_streams), (main):
4838         Remove obsolete stream_time reset after flushing seek, core does that
4839         automatically now.
4840         Improve accuracy of speed spinbutton.
4841         Only do playbin2 stuff when we actually use it.
4842
4843 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
4844
4845         * tests/check/Makefile.am:
4846           Revert previous change of the test environment's GST_PLUGIN_PATH.
4847           The problem is not with the plugins, but with element factories
4848           and only occurs if elements are split out from existing plugins
4849           or if plugins change name (see #512740).
4850
4851 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
4852
4853         * tests/check/Makefile.am:
4854           Fix the tests environment's GST_PLUGIN_PATH: we want the directory
4855           with the core's plugins first and our local build directories last,
4856           since we might be building against an installed core, and that
4857           core's plugin directory may contain older or other versions of
4858           our own -base plugins, but we really do want to test our local
4859           ones (if there are multiple plugins or element factories with the
4860           same name, those inspected last will trump those read in earlier).
4861           Fixes #512740 for the most part.
4862
4863 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
4864
4865         * configure.ac:
4866         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4867         Use gmtime_r if available as gmtime is not MT-safe.
4868         Fixes bug #511810.
4869
4870 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
4871
4872         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4873         Cast glong to time_t as time_t might have a different type on
4874         other platforms, like FreeBSD, and we get a compiler warning
4875         otherwise. Fixes bug #511825.
4876
4877 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
4878
4879         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4880         (get_group), (get_n_pads), (gst_play_bin_get_property),
4881         (pad_added_cb), (no_more_pads_cb), (perform_eos),
4882         (autoplug_select_cb), (deactivate_group):
4883         Remove stream-info, we going for something easier.
4884         Refactor getting the current group.
4885         Implement getting the number of audio/video/text streams.
4886
4887         * gst/playback/gststreamselector.c:
4888         (gst_stream_selector_class_init), (gst_stream_selector_init),
4889         (gst_stream_selector_get_property),
4890         (gst_stream_selector_request_new_pad),
4891         (gst_stream_selector_release_pad):
4892         * gst/playback/gststreamselector.h:
4893         Add property for number of pads.
4894
4895         * tests/examples/seek/seek.c: (set_scale), (update_flag),
4896         (vis_toggle_cb), (audio_toggle_cb), (video_toggle_cb),
4897         (text_toggle_cb), (update_streams), (msg_async_done),
4898         (msg_state_changed), (main):
4899         Block slider callback when updating the slider position.
4900         Add gui elements for controlling playbin2.
4901         Add callback for async_done that updates position/duration.
4902
4903 2008-02-01  Stefan Kost  <ensonic@users.sf.net>
4904
4905         * docs/plugins/Makefile.am:
4906         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4907         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4908         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4909         * docs/plugins/gst-plugins-base-plugins.interfaces:
4910         * docs/plugins/gst-plugins-base-plugins.prerequisites:
4911           First round of plugin docs cleansups.
4912
4913         * docs/plugins/inspect/plugin-adder.xml:
4914         * docs/plugins/inspect/plugin-alsa.xml:
4915         * docs/plugins/inspect/plugin-audioconvert.xml:
4916         * docs/plugins/inspect/plugin-audiorate.xml:
4917         * docs/plugins/inspect/plugin-audioresample.xml:
4918         * docs/plugins/inspect/plugin-audiotestsrc.xml:
4919         * docs/plugins/inspect/plugin-cdparanoia.xml:
4920         * docs/plugins/inspect/plugin-decodebin.xml:
4921         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4922         * docs/plugins/inspect/plugin-gdp.xml:
4923         * docs/plugins/inspect/plugin-gnomevfs.xml:
4924         * docs/plugins/inspect/plugin-libvisual.xml:
4925         * docs/plugins/inspect/plugin-ogg.xml:
4926         * docs/plugins/inspect/plugin-pango.xml:
4927         * docs/plugins/inspect/plugin-subparse.xml:
4928         * docs/plugins/inspect/plugin-tcp.xml:
4929         * docs/plugins/inspect/plugin-theora.xml:
4930         * docs/plugins/inspect/plugin-typefindfunctions.xml:
4931         * docs/plugins/inspect/plugin-video4linux.xml:
4932         * docs/plugins/inspect/plugin-videorate.xml:
4933         * docs/plugins/inspect/plugin-videoscale.xml:
4934         * docs/plugins/inspect/plugin-videotestsrc.xml:
4935         * docs/plugins/inspect/plugin-volume.xml:
4936         * docs/plugins/inspect/plugin-vorbis.xml:
4937         * docs/plugins/inspect/plugin-ximagesink.xml:
4938         * docs/plugins/inspect/plugin-xvimagesink.xml:
4939           Regenerate.
4940
4941         * ext/ogg/Makefile.am:
4942         * ext/ogg/gstoggmux.c:
4943         * ext/ogg/gstoggmux.h:
4944           Add header for oggmux. the c-file needs a doc blob still.
4945
4946 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
4947
4948         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4949
4950         * gst-libs/gst/rtp/gstrtpbuffer.c:
4951         (gst_rtp_buffer_set_extension_data):
4952         * gst-libs/gst/rtp/gstrtpbuffer.h:
4953         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
4954         Add gst_rtp_buffer_set_extension_data() 
4955         Add a unit test for this addition. Fixes #511478.
4956         API: GstRTPBuffer:gst_rtp_buffer_set_extension_data()
4957
4958 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4959
4960         * configure.ac:
4961         Back to CVS
4962
4963 === release 0.10.17 ===
4964
4965 2008-01-30  Jan Schmidt <jan.schmidt@sun.com>
4966
4967         * configure.ac:
4968           releasing 0.10.17, "Peanut Butter and Jelly"
4969
4970 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4971
4972         * gst-libs/gst/interfaces/mixeroptions.c:
4973         * gst-libs/gst/interfaces/mixertrack.c:
4974         Also remove the conditional registration of the signals
4975         that disappeared with the ABI change in 0.10.14
4976
4977 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4978
4979         * gst-libs/gst/rtsp/gstrtspconnection.c:
4980         Revert patch to gstrtspconnection.c for brown paper bag
4981         release of -base. Re-opens: #511825
4982
4983 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4984
4985         * gst-libs/gst/interfaces/mixeroptions.h:
4986         * gst-libs/gst/interfaces/mixertrack.h:
4987         Change the way these deprecated function pointers are removed
4988         so that the compiled ABI is unconditionally smaller. This 
4989         sets in stone an ABI break that actually occurred when the
4990         things were deprecated in 0.10.14, which seems to be the best
4991         fix as the only known users are oss-mixer and sunaudio-mixer in 
4992         gst-plugins-good.
4993         Fixes: #513018
4994
4995 2008-01-30  Tim-Philipp Müller  <tim at centricular dot net>
4996
4997         * win32/common/libgstpbutils.def:
4998           Export the two new _get_type() functions which are needed
4999           by the python bindings.
5000
5001 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
5002
5003         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
5004         Cast glong to time_t as time_t might have a different type on
5005         other platforms, like FreeBSD, and we get a compiler warning
5006         otherwise. Fixes bug #511825.
5007
5008 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
5009
5010         * gst-libs/gst/audio/gstaudiofilter.c:
5011         (gst_audio_filter_class_init):
5012         Initialize the GstRingerBuffer class to get it's debug category
5013         initialized. gst_ring_buffer_parse_caps() uses the ringbuffer debug
5014         category and otherwise we get some g_critical(). Fixes bug #512334.
5015
5016 2008-01-28  Jan Schmidt  <jan.schmidt@sun.com>
5017
5018         * configure.ac:
5019         Back to CVS
5020
5021 === release 0.10.16 ===
5022
5023 2008-01-28  Jan Schmidt <jan.schmidt@sun.com>
5024
5025         * configure.ac:
5026           releasing 0.10.16, "Scheduled Interruption"
5027
5028 2008-01-22  Wim Taymans  <wim.taymans@collabora.co.uk>
5029
5030         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5031
5032         * gst-libs/gst/rtp/gstrtpbuffer.c:
5033         (gst_rtp_buffer_get_extension_data):
5034         Fix typos and wrong extension check. Fixes #511274.
5035
5036 2008-01-18  Jan Schmidt  <jan.schmidt@sun.com>
5037
5038         * po/sk.po:
5039         Oops - add new sk.po mentioned in the LINGUAS I just committed
5040
5041 2008-01-17  Jan Schmidt  <jan.schmidt@sun.com>
5042
5043         * po/LINGUAS:
5044         Add ca translation to the disted list.
5045
5046         * win32/vs6/libgstsdp.dsp:
5047         Convert line endings to CRLF
5048
5049 2008-01-17  Sebastien Moutte <sebastien@moutte.net>
5050
5051         * win32/MANIFEST:
5052         Add win32/vs6/libgstrtsp.dsp to MANIFEST
5053
5054 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
5055
5056         * win32/common/libgstsdp.def:
5057         * win32/common/libgstvideo.def:
5058         Add new API declarations
5059
5060 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
5061
5062         * ext/theora/gsttheoradec.h:
5063         * ext/theora/gsttheoraparse.h:
5064         * ext/theora/theoradec.c:
5065         * ext/theora/theoraparse.c:
5066         Take a 2nd stab at handling libtheora granulepos changes in the decoder
5067         and parser by inspecting the bitstream version of the incoming data.
5068
5069 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
5070
5071         * configure.ac:
5072         * pkgconfig/Makefile.am:
5073         * pkgconfig/gstreamer-audio-uninstalled.pc.in:
5074         * pkgconfig/gstreamer-audio.pc.in:
5075         * pkgconfig/gstreamer-cdda-uninstalled.pc.in:
5076         * pkgconfig/gstreamer-cdda.pc.in:
5077         * pkgconfig/gstreamer-fft-uninstalled.pc.in:
5078         * pkgconfig/gstreamer-fft.pc.in:
5079         * pkgconfig/gstreamer-floatcast-uninstalled.pc.in:
5080         * pkgconfig/gstreamer-floatcast.pc.in:
5081         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
5082         * pkgconfig/gstreamer-interfaces.pc.in:
5083         * pkgconfig/gstreamer-netbuffer-uninstalled.pc.in:
5084         * pkgconfig/gstreamer-netbuffer.pc.in:
5085         * pkgconfig/gstreamer-pbutils-uninstalled.pc.in:
5086         * pkgconfig/gstreamer-pbutils.pc.in:
5087         * pkgconfig/gstreamer-riff-uninstalled.pc.in:
5088         * pkgconfig/gstreamer-riff.pc.in:
5089         * pkgconfig/gstreamer-rtp-uninstalled.pc.in:
5090         * pkgconfig/gstreamer-rtp.pc.in:
5091         * pkgconfig/gstreamer-rtsp-uninstalled.pc.in:
5092         * pkgconfig/gstreamer-rtsp.pc.in:
5093         * pkgconfig/gstreamer-sdp-uninstalled.pc.in:
5094         * pkgconfig/gstreamer-sdp.pc.in:
5095         * pkgconfig/gstreamer-tag-uninstalled.pc.in:
5096         * pkgconfig/gstreamer-tag.pc.in:
5097         * pkgconfig/gstreamer-video-uninstalled.pc.in:
5098         * pkgconfig/gstreamer-video.pc.in:
5099         Provide one pkg-config file for every gst-plugins-base library.
5100         This makes linking to those libraries much more intuitive and
5101         provides standard pkg-config behaviour for them. Fixes bug #499697.
5102
5103 2008-01-13  David Schleef  <ds@schleef.org>
5104
5105         * gst/videoscale/vs_4tap.c:
5106           Fix valgrind error on 4tap scaling method.
5107
5108 2008-01-13  Sebastien Moutte  <sebastien@moutte.net>
5109
5110         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
5111         Include Winsock2.h for VS6 and use a different way initialize
5112         hints structure so it can build with VS6.
5113         * win32/MANIFEST:
5114         * win32/vs6/libgstsdp.dsp:
5115         * win32/common/libgstsdp.def:
5116         Add new files for libgstsdp.
5117         * win32/vs6/grammar.dsp:
5118         Copy pbutils-enumtypes* from win32/common to pbutils sources folder.
5119         * win32/vs6/gst_plugins_base.dsw:
5120         * win32/vs6/libgstdecodebin.dsp:
5121         * win32/vs6/libgstdecodebin2.dsp:
5122         * win32/vs6/libgstplaybin.dsp:
5123         * win32/vs6/libgstvolume.dsp:
5124         Add new dependencies to the link list.
5125
5126 2008-01-13  Julien Moutte  <julien@fluendo.com>
5127
5128         * win32/common/config.h:
5129         * win32/common/gstrtsp-enumtypes.c: (gst_rtsp_result_get_type),
5130         (gst_rtsp_event_get_type), (gst_rtsp_family_get_type),
5131         (gst_rtsp_state_get_type), (gst_rtsp_version_get_type),
5132         (gst_rtsp_method_get_type), (gst_rtsp_auth_method_get_type),
5133         (gst_rtsp_header_field_get_type), (gst_rtsp_status_code_get_type):
5134         * win32/common/interfaces-enumtypes.c:
5135         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
5136         (gst_mixer_message_type_get_type), (gst_mixer_flags_get_type),
5137         (gst_mixer_track_flags_get_type),
5138         (gst_tuner_channel_flags_get_type):
5139         * win32/common/multichannel-enumtypes.c:
5140         (gst_audio_channel_position_get_type):
5141         * win32/common/pbutils-enumtypes.c:
5142         (gst_install_plugins_return_get_type):
5143         * win32/common/pbutils-enumtypes.h: Update/Add generated files
5144         in the win32 build directory.
5145
5146 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5147
5148         * tests/check/Makefile.am:
5149         Fix CFLAGS to also pull in the gstcheck cflags from AM_CFLAGS.
5150
5151         * tests/check/elements/audiorate.c: (do_perfect_stream_test):
5152         * tests/check/elements/playbin.c:
5153         * tests/check/libs/mixer.c: (test_element_interface_supported),
5154         (gst_implements_interface_init):
5155         * tests/check/libs/rtp.c: (GST_START_TEST):
5156         Fix various assignment type mismatches.
5157
5158 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5159
5160         * configure.ac:
5161         * gst-libs/gst/rtsp/Makefile.am:
5162         Add test to see if hstrerror is available or if we need libresolv
5163         (Solaris) for it, then use it in libgstrtsp.
5164
5165 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5166
5167         * gst-libs/gst/tag/Makefile.am:
5168         Fix include path order
5169
5170 2008-01-11  Edward Hervey  <edward.hervey@collabora.co.uk>
5171
5172         * gst-libs/gst/pbutils/install-plugins.c:
5173         (gst_install_plugins_context_copy),
5174         (gst_install_plugins_context_get_type):
5175         * gst-libs/gst/pbutils/install-plugins.h:
5176         Add GBoxed GType for GstInstallPluginsContext, this eases the wrapping
5177         for bindings.
5178
5179 2008-01-11  Michael Smith <msmith@fluendo.com>
5180
5181         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
5182         (_theora_granule_frame), (_theora_granule_start_time),
5183         (theora_dec_sink_convert), (theora_dec_decode_buffer):
5184           Adapt for post-alpha meaning of granulepos, when we
5185           have a newer version of libtheora.
5186         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
5187         (theora_enc_get_ogg_packet_end_time), (theora_enc_sink_event),
5188         (theora_enc_is_discontinuous), (theora_enc_chain):
5189           Likewise.
5190         * tests/check/Makefile.am:
5191           Link libtheora into theoraenc test so we can check which version of
5192           libtheora we're testing against.
5193         * tests/check/pipelines/theoraenc.c: (check_libtheora),
5194         (check_buffer_granulepos),
5195         (check_buffer_granulepos_from_starttime), (GST_START_TEST),
5196         (theoraenc_suite):
5197           Adapt tests to check the values that are now defined for theora; make
5198           the tests backwards-adapt the passed values if we're running against an
5199           old libtheora.
5200           Fixes #497964
5201
5202 2008-01-10  Tim-Philipp Müller  <tim at centricular dot net>
5203
5204         * gst-libs/gst/audio/gstbaseaudiosink.c:
5205           (gst_base_audio_sink_class_init):
5206         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5207           (gst_base_audio_src_class_init):
5208           Ref audio clock class from a thread-safe context to make sure
5209           we're not bit by GObjects lack of thread-safety here (#349410),
5210            however unlikely that may be in practice.
5211
5212 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
5213
5214         * autogen.sh:
5215           Add -Wno-portability to the automake parameters to stop warnings
5216           about GNU make extensions being used. We require GNU make in almost
5217           every Makefile anyway.
5218           
5219         * configure.ac:
5220           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
5221           at the same time is required for per target flags.
5222
5223 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5224
5225         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_pull_start_tag):
5226           Post an error message if we can't pull as many bytes as we need
5227           for the tag. This makes sure the user gets to see a proper error
5228           message if a file with a partial ID3 tag is fed to decodebin, and
5229           not a 'no ID3 tag demuxer' error, which would be confusing
5230           (see #508138).
5231
5232 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5233
5234         * gst-libs/gst/pbutils/descriptions.c: (formats):
5235           Add description strings for ID3, APE, and ICY tags.
5236
5237 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5238
5239         * gst/playback/gstdecodebin.c: (try_to_link_1):
5240           Make sure we error out correctly if we can't activate one of
5241           the elements we've added.  Fixes #508138.
5242           
5243 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
5244
5245         Patch by: Bastien Nocera <hadess at hadess net>
5246
5247         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
5248           (check_if_volumes_are_the_same), (gst_alsa_mixer_set_volume):
5249           Use snd_mixer_selem_set_{playback|capture}_volume_all() if
5250           the volume is the same for all channels. This works around
5251           some problem in alsa that leaves us with inconsistent state
5252           for some reason (#486840).
5253
5254 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
5255
5256         Patch by: Jerone Young <jerone at gmail com>
5257
5258         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer):
5259           If there's no mixer track by the name of 'Master' or 'Front',
5260           check if there's one called 'PCM' before trying the generic
5261           fallback logic (fixes #506928, where we pick 'Mic' as master
5262           track for the AD1984 card in a Thinkpad T61/X61 laptop).
5263
5264 2008-01-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5265
5266         * gst/playback/gstplay-enum.c:
5267         (register_gst_autoplug_select_result),
5268         (gst_autoplug_select_result_get_type), (register_gst_play_flags),
5269         (gst_play_flags_get_type):
5270         * gst/playback/gstplay-enum.h:
5271         Add enums for configuration flags.
5272
5273         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5274         (init_group), (gst_play_bin_init), (gst_play_bin_set_property),
5275         (gst_play_bin_get_property), (no_more_pads_cb),
5276         (autoplug_select_cb), (gst_play_bin_change_state):
5277         Merge mode with flags.
5278         Add more property getters/setters, defaults and docs.
5279         Add properties to get number of audio/video/text streams.
5280         Create sink object in _init so that we can always rely on it being
5281         there.
5282
5283         * gst/playback/gstplaysink.c: (gst_play_sink_init),
5284         (gen_video_chain), (gen_audio_chain), (gen_vis_chain),
5285         (activate_vis), (gst_play_sink_reconfigure),
5286         (gst_play_sink_set_flags), (gst_play_sink_get_flags),
5287         (gst_play_sink_change_state):
5288         * gst/playback/gstplaysink.h:
5289         Use flags to configure the sink pipelines.
5290         Add tee before audio pipeline so that we can use it for visualisations.
5291         Start working on integrating visualisations.
5292         Remove mode, we can do everything with the flags now.
5293         Add method to configue the sink pipeline.
5294
5295 2008-01-06  Tim-Philipp Müller  <tim at centricular dot net>
5296
5297         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
5298           (check_buffer_timestamp), (check_buffer_duration):
5299           Turn these functions into macros so we can see right away
5300           where the failure occured.
5301
5302 2008-01-05  Julien Moutte  <julien@fluendo.com>
5303
5304         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Add
5305         debugging information to understand how X calculates the stride
5306         for XvImages.
5307
5308 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
5309
5310         * gst/volume/Makefile.am:
5311         * gst/volume/gstvolume.c: (volume_choose_func),
5312         (gst_volume_base_init), (gst_volume_class_init), (gst_volume_init),
5313         (volume_setup):
5314         * gst/volume/gstvolume.h:
5315         Use GstAudioFilter as base class for the volume element instead of
5316         plain GstBaseTransform.
5317
5318 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
5319
5320         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type):
5321         Don't set element details for the abstract GstAudioFilter class.
5322
5323 2008-01-02  Sebastian Dröge  <slomo@circular-chaos.org>
5324
5325         * gst-libs/gst/audio/gstaudiofilter.c:
5326         (gst_audio_filter_class_init), (gst_audio_filter_get_unit_size):
5327         Implement get_unit_size() vmethod of GstBaseTransform.
5328
5329 2008-01-01  Edward Hervey  <edward.hervey@collabora.co.uk>
5330
5331         * gst-libs/gst/pbutils/Makefile.am:
5332         * gst-libs/gst/pbutils/pbutils.h:
5333         Use glib-enum generator to have a proper enum GType for
5334         GST_TYPE_INSTALL_PLUGINS_RETURN so we can easily wrap it in bindings.
5335
5336 2007-12-31  David Schleef  <ds@schleef.org>
5337
5338         * tests/check/Makefile.am:
5339         * tests/check/pipelines/theoraenc.c:
5340           Reenable theoraenc test, which fails on the buildbot but
5341           not locally.
5342
5343 2007-12-31  David Schleef  <ds@schleef.org>
5344
5345         * docs/libs/.cvsignore:
5346         * docs/plugins/.cvsignore:
5347           Add *-undeclared.txt to fix buildbot.
5348
5349 2007-12-31  David Schleef  <ds@schleef.org>
5350
5351         * tests/check/Makefile.am:
5352           Second attempt at disabling theoraenc test long enough to
5353           get buildbot to compile -base.
5354
5355 2007-12-31  David Schleef  <ds@schleef.org>
5356
5357         * tests/check/pipelines/theoraenc.c:
5358           Disable theoraenc test long enough to get the buildbot to
5359           compile a recent -base.
5360
5361 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
5362
5363         * tests/examples/seek/seek.c: (stop_cb):
5364         Make sure we reset the slider value to 0.0 without racing against a
5365         possible g_idle that sets it to something else.
5366
5367 2007-12-31  Thijs Vermeir  <thijsvermeir@gmail.com>
5368
5369         * sys/ximage/ximagesink.c:
5370         fix typo
5371
5372 2007-12-30  Wim Taymans  <wim.taymans@collabora.co.uk>
5373
5374         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
5375         * gst-libs/gst/rtsp/gstrtspdefs.h:
5376         Add Location header so that we can start implementing redirects.
5377         See #506025.
5378
5379 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
5380
5381         * gst/subparse/gstssaparse.c:
5382         combine if's
5383
5384 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
5385
5386         * gst/subparse/gstssaparse.c:
5387         remove duplicate log message
5388
5389 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
5390
5391         * ext/libvisual/visual.c: (gst_visual_chain):
5392         Fix 'xyz may be used uninitialized' compiler warnings caused
5393         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
5394         abort() in any case but properly report the error.
5395
5396 2007-12-28  Wim Taymans  <wim.taymans@collabora.co.uk>
5397
5398         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5399         (gst_play_bin_finalize), (gst_play_bin_set_uri),
5400         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
5401         (gst_play_bin_get_property), (pad_removed_cb), (drained_cb),
5402         (autoplug_select_cb), (activate_group), (deactivate_group),
5403         (setup_next_source), (save_current_group),
5404         (gst_play_bin_change_state):
5405         Code cleanups.
5406         Remove next-uri, we can use the uri property just fine.
5407         Fix some crasher.
5408         Unref uridecodebin when switching.
5409         Fix going to READY.
5410
5411         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
5412         (gst_play_sink_init), (gst_play_sink_dispose),
5413         (gst_play_sink_finalize), (gst_play_sink_vis_unblocked),
5414         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
5415         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
5416         (gst_play_sink_set_property), (gst_play_sink_get_property),
5417         (gen_video_chain), (gen_text_element), (gen_audio_chain),
5418         (gen_vis_element), (gst_play_sink_get_mode),
5419         (gst_play_sink_set_mode), (gst_play_sink_set_flags),
5420         (gst_play_sink_get_flags), (gst_play_sink_request_pad),
5421         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
5422         (gst_play_sink_change_state):
5423         * gst/playback/gstplaysink.h:
5424         Add some locking to make things threadsafe.
5425
5426         * gst/playback/test7.c: (about_to_finish_cb):
5427         Fix test.
5428
5429 2007-12-22  Tim-Philipp Müller  <tim at centricular dot net>
5430
5431         * gst/videoscale/gstvideoscale.c: (gst_video_scale_set_property),
5432           (gst_video_scale_get_property), (gst_video_scale_transform_caps),
5433           (gst_video_scale_transform):
5434           Don't claim to be able to handle/transform caps that can't really
5435           be handled by the currently selected scaling method (here: RGB or
5436           packed YUV with 4-tap method). Also add locking to method property.
5437
5438         * tests/check/pipelines/simple-launch-lines.c: (setup_pipeline),
5439           (test_basetransform_based):
5440           Some test pipelines for the above (not entirely valgrind clean yet
5441           apparently).
5442
5443 2007-12-21  David Schleef  <ds@schleef.org>
5444
5445         * gst-libs/gst/video/video.c:
5446         * gst-libs/gst/video/video.h:
5447           Add additional RGBA and RGB-24 video formats.
5448
5449 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
5450
5451         * tests/check/elements/playbin.c: (test_sink_usage_video_only_stream),
5452           (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
5453           (test_suburi_error_wrongproto), (test_missing_primary_decoder):
5454         * tests/check/libs/cddabasesrc.c: (GST_START_TEST), (GST_START_TEST),
5455           (cddabasesrc_suite):
5456           Don't use GST_PLUGIN_DEFINE_STATIC, it's not portable and will be
5457           deprecated in the future (see #498924).
5458
5459 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
5460
5461         * gst/playback/gststreamselector.c: (gst_selector_pad_event):
5462           Don't leak event.
5463
5464 2007-12-20  Thijs Vermeir <thijsvermeir@gmail.com>
5465
5466         * gst-libs/gst/riff/riff-read.c:
5467         Use GST_ROUND_UP_2 macro
5468
5469 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
5470
5471         * gst/playback/.cvsignore:
5472           Ignore more.
5473
5474 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
5475
5476         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
5477         * gst/playback/gstplaybasebin.c: (set_subtitles_visible),
5478           (set_active_source):
5479         * gst/playback/gstplaybasebin.h:
5480         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5481           (setup_sinks), (playbin_set_subtitles_visible):
5482           Make switching off of subtitles work. To avoid all kind of
5483           problems with unlinking of the subtitle input, we just keep
5484           the subtitle inputs linked as they are and tell textoverlay
5485           not to render them. Fixes #373011.
5486           Other subtitle switching issues (esp. when there are both
5487           external and in-stream subtitles) remain. They'll be solved
5488           in playbin2.
5489
5490 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5491
5492         * gst/playback/gststreamselector.c: (gst_selector_pad_init):
5493         Init the pad segment too.
5494
5495 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5496
5497         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
5498         (gst_audioringbuffer_open_device),
5499         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
5500         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
5501         (gst_audioringbuffer_pause), (gst_audioringbuffer_stop),
5502         (gst_audio_sink_create_ringbuffer):
5503         Improve debug output.
5504
5505         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
5506         (gst_ring_buffer_pause), (gst_ring_buffer_delay):
5507         Prevent some functions from doing things and failing when the
5508         ringbuffer is not yet acquired.
5509
5510 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
5511
5512         * gst-libs/gst/interfaces/interfaces.h:
5513           Also remove interfaces.h from CVS as it is not needed anymore.
5514
5515 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
5516
5517         * gst-libs/gst/interfaces/Makefile.am:
5518           interfaces.h is not used anymore so remove it from the build
5519           process.
5520
5521 2007-12-17  David Schleef  <ds@schleef.org>
5522
5523         * gst/videotestsrc/gstvideotestsrc.c:
5524         * gst/videotestsrc/gstvideotestsrc.h:
5525           Add a "blink" pattern.  Turn on the pain.  Apologies.  It's useful
5526           for testing vertical refresh synchronization.
5527
5528 2007-12-17  David Schleef  <ds@schleef.org>
5529
5530         * docs/libs/gst-plugins-base-libs-sections.txt:
5531         * gst-libs/gst/video/video.c:
5532         * gst-libs/gst/video/video.h:
5533           Add new GstVideFormat enum and write a bunch of helper functions
5534           based around it.
5535
5536 2007-12-17  Tim-Philipp Müller  <tim at centricular dot net>
5537
5538         * Makefile.am:
5539           Use new common/win32.mak.
5540
5541 2007-12-17  Wim Taymans  <wim.taymans@collabora.co.uk>
5542
5543         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5544         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
5545         Add debug info.
5546         When going from PLAYING to PAUSED, pause the ringbuffer before calling
5547         the parent state change function, just like the audiosink, because the
5548         parent waits for the element to finish its processing before completing
5549         the state change. This makes going to PAUSED a lot snappier.
5550         When going from READY to PAUSED, don't allow the ringbuffer to start
5551         yet.
5552
5553 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5554
5555         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5556         Yet another fix for broken software that produce files with an empty
5557         blockalign field. Instead of completely failing, make a second attempt
5558         at guessing the width/depth by looking at strf->size.
5559
5560 2007-12-16  Tim-Philipp Müller  <tim at centricular dot net>
5561
5562         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_do_seek),
5563           (gst_cdda_base_src_handle_track_seek), (gst_cdda_base_src_create):
5564         * gst-libs/gst/pbutils/install-plugins.c:
5565           (gst_install_plugins_spawn_child), (gst_install_plugins_supported):
5566         * gst-libs/gst/pbutils/missing-plugins.c:
5567           (gst_missing_plugin_message_get_installer_detail),
5568           (gst_missing_encoder_installer_detail_new):
5569         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_send):
5570         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
5571           Turn a few g_assert_not_reached() into g_return_val_if_reached() to
5572           avoid compiler warnings (#503930).
5573
5574 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5575
5576         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5577         Be apologetic of software that use the 'jpeg' instead of 'JPEG' FOURCC
5578         for jpeg video streams.
5579         Add the 'avc1'/'AVC1' fourcc mapping for h264, same software-comment as
5580         for the above modification.
5581
5582 2007-12-15  Tim-Philipp Müller  <tim at centricular dot net>
5583
5584         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_expose),
5585           (gst_x_overlay_handle_events):
5586           More guards (we don't want klass to end up being NULL).
5587
5588 2007-12-14  Sebastian Dröge  <slomo@circular-chaos.org>
5589
5590         * configure.ac:
5591         * gst/volume/gstvolume.c: (gst_volume_init):
5592           Use new gst_base_transform_set_gap_aware() function as volume
5593           correctly handles GST_BUFFER_FLAG_GAP. Require core 0.10.15.1 
5594           for this.
5595
5596 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5597
5598         * tests/examples/seek/seek.c: (msg_segment_done), (main):
5599         Don't go to READY on EOS as this avoids testing of seeking and
5600         restarting after EOS, use the stop button when you want to READY.
5601         Don't try to do a flushing seek in segment-done, it does not make
5602         sense to use this for gapless playback and is not needed.
5603
5604 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5605
5606         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_finalize),
5607         (reset_rate_timer), (update_in_rates), (update_out_rates),
5608         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
5609         (gst_queue_chain), (gst_queue_loop):
5610         Use separate timers for input and output rates.
5611         Pause measuring the output rate when we block for more data.
5612         See #503262.
5613
5614 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5615
5616         * gst/playback/gstqueue2.c: (gst_queue_chain):
5617         Pause the timer to measure the input rate when we block because the
5618         queue is filled. See #503262.
5619
5620 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5621
5622         Patch by: Peter Kjellerstedt  <pkj at axis com>
5623
5624         * gst-libs/gst/rtsp/gstrtspconnection.c:
5625         (gst_rtsp_connection_free):
5626         Close control sockets. Fixes #503440.
5627
5628 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5629
5630         * gst/playback/gstdecodebin2.c: (analyze_new_pad), (connect_pad):
5631         Expose the right pad in the right place with the right element.
5632
5633 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
5634
5635         * gst-libs/gst/pbutils/descriptions.c: (formats):
5636           Add description for 'private' dts caps (who come up with that name?).
5637
5638 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
5639
5640         * Makefile.am:
5641           Add check-exports target and run it with 'make check'.
5642
5643         * configure.ac:
5644           Be stricter about what we export in our libraries: change regexp so that
5645           we only export _gst_foo(), but not __gst_foo().
5646
5647         * gst-libs/gst/cdda/base64.h: (rfc822_binary):
5648         * gst-libs/gst/cdda/sha1.h: (sha_init), (sha_update), (sha_final):
5649           Change internal functions to __gst_foo so they dont' get exported.
5650
5651         * win32/common/libgstaudio.def:
5652           Add missing symbols.
5653
5654 2007-12-11  David Schleef  <ds@schleef.org>
5655
5656         * ChangeLog: remove conflict markers
5657
5658 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
5659
5660         * ext/gnomevfs/Makefile.am:
5661         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_unicodify):
5662           Use gst_tag_freeform_string_to_utf8() here, which also takes
5663           into account any character sets specified by the user via
5664           environment variables.
5665
5666 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
5667
5668         * gst/audioconvert/Makefile.am:
5669         Also link to libm.
5670
5671 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
5672
5673         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5674         No need for floating point operations here. avoids having to link
5675         against the math library too.
5676
5677 2007-12-10  Tim-Philipp Müller  <tim at centricular dot net>
5678
5679         * gst-libs/gst/pbutils/descriptions.c: (formats),
5680           (format_info_get_desc):
5681         * tests/check/libs/pbutils.c: (GST_START_TEST), (caps_strings),
5682           (GST_START_TEST):
5683           Add one or two missing formats.  Generate ADPCM description
5684           dynamically depending on layout/format.
5685
5686 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
5687
5688         * configure.ac:
5689           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
5690
5691 2007-12-08  Tim-Philipp Müller  <tim at centricular dot net>
5692
5693         Patch by: Robin Stocker <robin dot stocker at gmx dot ch>
5694
5695         * gst/subparse/gstsubparse.c: (gst_sub_parse_data_format_autodetect):
5696           Some .srt files start with chunk number 0 and not chunk number 1,
5697           recognise and accept those as well (fixes #502497).
5698
5699         * tests/check/elements/subparse.c: (srt_input), (srt_input0),
5700           (test_src):
5701           Add unit test for the above.
5702
5703 2007-12-06  Wim Taymans  <wim.taymans@gmail.com>
5704
5705         * gst/playback/gstplay-enum.c:
5706         (register_gst_autoplug_select_result),
5707         (gst_autoplug_select_result_get_type):
5708         * gst/playback/gstplay-enum.h:
5709         Add missing files.
5710
5711 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
5712
5713         * gst/playback/Makefile.am:
5714         Group decodebin2 and uridecodebin into the same plugin so that they
5715         can share the GEnumType.
5716
5717         * gst/playback/gstdecodebin2.c: (_gst_array_accumulator),
5718         (_gst_select_accumulator), (gst_decode_bin_class_init),
5719         (gst_decode_bin_init), (gst_decode_bin_autoplug_sort),
5720         (gst_decode_bin_autoplug_select), (gst_decode_bin_autoplug_add),
5721         (analyze_new_pad), (connect_pad), (gst_decode_bin_plugin_init):
5722         Add signal to sort factories instead of the more awkward autoplug-select
5723         signal.
5724         Modify autoplug_select so that we can try, skip or expose the
5725         autopluggin of an element on a pad.
5726
5727         * gst/playback/gstfactorylists.c: (compare_ranks),
5728         (decoders_filter), (sinks_filter), (gst_factory_list_is_type),
5729         (element_filter), (gst_factory_list_get_elements),
5730         (gst_factory_list_debug), (gst_factory_list_filter):
5731         * gst/playback/gstfactorylists.h:
5732         Simplify the API, allow getting elements based on mask.
5733
5734         * gst/playback/gstplay-marshal.list:
5735         Add some more marshallers.
5736
5737         * gst/playback/gstplaybin2.c: (init_group), (gst_play_bin_init),
5738         (gst_play_bin_finalize), (pad_removed_cb), (autoplug_factories_cb),
5739         (autoplug_select_cb), (activate_group):
5740         Add support for managing non-raw sinks by providing a custom element and
5741         sink list to decodebin2.
5742         Try to plug non-raw sinks when decodebin2 using autoplug-select of
5743         decodebin2.
5744
5745         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
5746         (gst_play_sink_set_mode), (gst_play_sink_request_pad):
5747         * gst/playback/gstplaysink.h:
5748         Add support for raw and non-raw sinks. 
5749         Add support to force sinks selected by playbin2.
5750         Don't plug raw converters for non-raw sinks.
5751
5752         * gst/playback/gsturidecodebin.c: (_gst_array_accumulator),
5753         (_gst_select_accumulator), (gst_uri_decode_bin_class_init),
5754         (proxy_autoplug_select_signal), (gst_uri_decode_bin_plugin_init),
5755         (plugin_init):
5756         Use right accumulators.
5757         Proxy new signal.
5758
5759 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
5760
5761         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
5762         Use runnning time as the base time instead of the timestamp.
5763         Spotted by Saur on IRC.
5764
5765 2007-12-03  Edward Hervey  <bilboed@bilboed.com>
5766
5767         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5768         Add 'WVC1' codec mapping for Windows Media VC-1 video codec.
5769
5770 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
5771
5772         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_bisect_forward_serialno),
5773         (gst_ogg_demux_read_chain):
5774         If we find a new serial number but it does not contain a BOS page, make
5775         sure we initialize the chain to NULL because else we will try to scan it
5776         and crash. Fixes #500763
5777
5778 2007-11-30  Wim Taymans  <wim.taymans@gmail.com>
5779
5780         * gst/playback/Makefile.am:
5781         * gst/playback/gstfactorylists.c: (compare_ranks), (print_feature),
5782         (get_feature_array), (decoders_filter), (sinks_filter),
5783         (gst_factory_list_get_decoders), (gst_factory_list_get_sinks),
5784         (gst_factory_list_filter):
5785         * gst/playback/gstfactorylists.h:
5786         Refactor some common code to filter factories and check caps compat.
5787
5788         * gst/playback/gstdecodebin.c:
5789         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5790         (gst_decode_bin_init), (gst_decode_bin_dispose),
5791         (gst_decode_bin_autoplug_continue),
5792         (gst_decode_bin_autoplug_factories),
5793         (gst_decode_bin_autoplug_select), (analyze_new_pad),
5794         (find_compatibles):
5795         * gst/playback/gstplaybin.c:
5796         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5797         (gst_play_bin_init), (gst_play_bin_finalize),
5798         (autoplug_factories_cb), (activate_group):
5799         * gst/playback/gstqueue2.c:
5800         * gst/playback/gsturidecodebin.c: (proxy_unknown_type_signal),
5801         (proxy_autoplug_continue_signal),
5802         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
5803         (proxy_drained_signal):
5804         Add some more debug info and use factor filtering code.
5805
5806 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
5807
5808         * gst/audiotestsrc/gstaudiotestsrc.c:
5809         * gst/volume/gstvolume.c:
5810         * gst/volume/gstvolume.h:
5811           Add GAP-flag support.
5812
5813 2007-11-24  Julien MOUTTE  <julien@moutte.net>
5814
5815         * tests/examples/seek/seek.c: (main): Increase the range of the
5816         rate selector as I would like to test QOS behavior at higher
5817         forward and reverse playback speed like say 64x.
5818
5819 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
5820
5821         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
5822         (audioresample_query), (audioresample_query_type),
5823         (gst_audioresample_set_property):
5824         Implement latency query.
5825
5826 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
5827
5828         * gst-libs/gst/audio/gstbaseaudiosink.c:
5829         (gst_base_audio_sink_drain):
5830         Our EOS time contains the base_time, _wait_eos() expects a running_time
5831         so we have to subtract the base_time again before calling the function.
5832         This fixes an EOS regression where the base_time was added twice and EOS
5833         took longer and longer in certain situations.
5834         Fixes #498767.
5835
5836 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
5837
5838         * docs/libs/gst-plugins-base-libs-sections.txt:
5839         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
5840         (gst_base_audio_sink_set_provide_clock),
5841         (gst_base_audio_sink_get_provide_clock),
5842         (gst_base_audio_sink_set_slave_method),
5843         (gst_base_audio_sink_get_slave_method),
5844         (gst_base_audio_sink_set_property),
5845         (gst_base_audio_sink_get_property), (gst_base_audio_sink_drain),
5846         (gst_base_audio_sink_none_slaving),
5847         (gst_base_audio_sink_handle_slaving):
5848         * gst-libs/gst/audio/gstbaseaudiosink.h:
5849         Expose methods for some object properties so that subclasses can more
5850         easily configure them.
5851         Added slave method none, that completely disables slaving to the
5852         internal clock.
5853         API: gst_base_audio_sink_set_provide_clock()
5854         API: gst_base_audio_sink_get_provide_clock()
5855         API: gst_base_audio_sink_set_slave_method()
5856         API: gst_base_audio_sink_get_slave_method()
5857
5858         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5859         (gst_base_audio_src_set_provide_clock),
5860         (gst_base_audio_src_get_provide_clock),
5861         (gst_base_audio_src_set_property),
5862         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
5863         * gst-libs/gst/audio/gstbaseaudiosrc.h:
5864         Expose methods for some object properties so that subclasses can more
5865         easily configure them.
5866         API: gst_base_audio_src_set_provide_clock()
5867         API: gst_base_audio_src_get_provide_clock()
5868
5869 2007-11-20  Wim Taymans  <wim.taymans@gmail.com>
5870
5871         Patch by: Joe Peterson <lavajoe at gentoo dot org>
5872
5873         * gst-libs/gst/sdp/gstsdpmessage.c:
5874         Fix compilation on FreeBSD (Gentoo). Fixes #498228.
5875
5876 2007-11-19  Sebastian Dröge  <slomo@circular-chaos.org>
5877
5878         * tests/check/libs/fft.c: (GST_START_TEST):
5879         Fix scaling to really have dB instead of something else.
5880
5881 2007-11-19  Julien MOUTTE  <julien@moutte.net>
5882
5883         * tests/examples/seek/seek.c: (main): There's a nice macro to check
5884         GTK version, use it.
5885
5886 2007-11-19  Julien MOUTTE  <julien@moutte.net>
5887
5888         * tests/examples/seek/seek.c: (main): Try to support stable version
5889         of GTK.
5890
5891 2007-11-17  Stefan Kost  <ensonic@users.sf.net>
5892
5893         * gst/playback/README:
5894         * gst/playback/test7.c:
5895           Fix the build + little README update.
5896
5897 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5898
5899         * tests/examples/seek/seek.c: (make_playerbin2_pipeline), (main):
5900         Add playbin2 seek pipeline.
5901
5902 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5903
5904         * gst/playback/Makefile.am:
5905         * gst/playback/gstplayback.c: (plugin_init):
5906         * gst/playback/test7.c: (update_scale), (warning_cb), (error_cb),
5907         (eos_cb), (about_to_finish_cb), (main):
5908         Add playbin2.
5909         Added gapless playback example.
5910
5911         * gst/playback/gstplaybasebin.c:
5912         * gst/playback/gstplaybasebin.h:
5913         * gst/playback/gstplaybin.c: (gst_play_bin_plugin_init):
5914         * gst/playback/gstqueue2.c:
5915         * gst/playback/test.c:
5916         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
5917         (pad_removed_cb):
5918         * gst/playback/gststreaminfo.h:
5919         Change email.
5920
5921         * gst/playback/gstplaybin2.c: (gst_play_bin_get_type),
5922         (gst_play_bin_class_init), (init_group), (gst_play_bin_init),
5923         (gst_play_bin_dispose), (gst_play_bin_set_uri),
5924         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
5925         (gst_play_bin_get_property), (gst_play_bin_handle_message),
5926         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb), (perform_eos),
5927         (drained_cb), (unlink_group), (activate_group),
5928         (setup_next_source), (gst_play_bin_change_state),
5929         (gst_play_bin2_plugin_init):
5930         Added raw first version of playbin2. Does chained oggs and gapless
5931         playback fine. No support for raw sinks yet. No visualisations or
5932         subtitles yet.
5933
5934         * gst/playback/gstplaysink.c: (gst_play_sink_get_type),
5935         (gst_play_sink_class_init), (gst_play_sink_init),
5936         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
5937         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
5938         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
5939         (gst_play_sink_set_property), (gst_play_sink_get_property),
5940         (post_missing_element_message), (free_chain), (add_chain),
5941         (activate_chain), (gen_video_chain), (gen_text_element),
5942         (gen_audio_chain), (gen_vis_element), (gst_play_sink_get_mode),
5943         (gst_play_sink_set_mode), (gst_play_sink_request_pad),
5944         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
5945         (gst_play_sink_send_event), (gst_play_sink_change_state):
5946         * gst/playback/gstplaysink.h:
5947         Added Element that abstracts the sinks and their pipelines for playbin2.
5948
5949 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5950
5951         * gst/playback/gststreamselector.c: (gst_selector_pad_get_type),
5952         (gst_selector_pad_class_init), (gst_selector_pad_init),
5953         (gst_selector_pad_finalize), (gst_selector_pad_reset),
5954         (gst_selector_pad_get_linked_pads), (gst_selector_pad_event),
5955         (gst_selector_pad_getcaps), (gst_selector_pad_bufferalloc),
5956         (gst_selector_pad_chain), (gst_stream_selector_get_type),
5957         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
5958         (gst_stream_selector_init), (gst_stream_selector_set_property),
5959         (gst_stream_selector_get_linked_pad),
5960         (gst_stream_selector_getcaps),
5961         (gst_stream_selector_is_active_sinkpad),
5962         (gst_stream_selector_activate_sinkpad),
5963         (gst_stream_selector_get_linked_pads),
5964         (gst_stream_selector_request_new_pad),
5965         (gst_stream_selector_release_pad):
5966         * gst/playback/gststreamselector.h:
5967         Improve streamselector, make it select and unselect the current pad more
5968         intelligently. 
5969         Subclass GstPad for the sinkpads of the selector.
5970         Handle segments more correctly.
5971         Fix caps negotiation.
5972         Implement release_pad.
5973
5974 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5975
5976         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5977         (gst_decode_group_check_if_drained), (source_pad_event_probe),
5978         (remove_fakesink):
5979         Add drained signal fired when decodebin finishes decoding the data.
5980         Remove deprecated STATE_DIRTY message.
5981
5982         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
5983         (unknown_type_cb), (new_decoded_pad_cb), (pad_removed_cb),
5984         (analyse_source), (proxy_drained_signal), (make_decoder),
5985         (source_new_pad), (value_list_append_structure_list),
5986         (handle_redirect_message), (handle_message):
5987         Proxy the new drained signal.
5988         Handle pad removed from decodebin.
5989         Handle redirect messages by sorting multiple redirections based on the
5990         connection speed.
5991
5992 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5993
5994         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
5995
5996         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
5997         Fix leaking headers. Fixes #496761.
5998
5999 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6000
6001         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6002
6003         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
6004         (gst_ximagesink_change_state):
6005         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
6006         Don't leak the PAR on errors. Fixes #496731.
6007
6008 2007-11-16  Tim-Philipp Müller  <tim at centricular dot net>
6009
6010         * gst-libs/gst/tag/gstid3tag.c: (user_tag_matches),
6011           (gst_tag_from_id3_user_tag):
6012           Add mapping for audio cd discid tags, so we can extract
6013           them from tags as well (see #347848). Also compare identifiers
6014           in ID3v2 TXXX frames in a case-insensitive way to increase
6015           compatibility when reading tags (discid vs. DiscID vs. DiscId).
6016
6017 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
6018
6019         * gst-plugins-base.doap:
6020         Oops, fix the release name.
6021
6022 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
6023
6024         * gst-plugins-base.doap:
6025         Add 0.10.15 release
6026
6027 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
6028
6029         * configure.ac:
6030         Back to CVS
6031
6032 === release 0.10.15 ===
6033
6034 2007-11-15  Jan Schmidt <jan.schmidt@sun.com>
6035
6036         * configure.ac:
6037           releasing 0.10.15, "No need to argue"
6038
6039 2007-11-15  Jan Schmidt  <jan.schmidt@sun.com>
6040
6041         * win32/vs6/libgstfft.dsp:
6042         Convert line endings to DOS.
6043
6044 2007-11-15  Sebastien Moutte <sebastien@moutte.net>
6045
6046         * win32/vs6/gst_plugins_base.dsw:
6047         * win32/vs6/libgstfft.dsp:
6048         * win32/MANIFEST:
6049         Add a project file for fft plugin and remove socket
6050         based plugin which don't build from the workspace.
6051         * win32/vs6/libgstaudio.dsp:
6052         * win32/vs6/libgstrtp.dsp:
6053         * win32/vs6/libgsttag.dsp:
6054         Convert line endings back to DOS.
6055         Fixes #496724
6056
6057 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
6058
6059         * win32/vs6/libgstinterfaces.dsp:
6060         * win32/vs6/libgstrtsp.dsp:
6061         Convert line endings back to DOS
6062
6063 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
6064
6065         * gst-libs/gst/fft/kiss_fft_f32.h:
6066         * gst-libs/gst/fft/kiss_fft_f64.h:
6067         * gst-libs/gst/fft/kiss_fft_s16.h:
6068         * gst-libs/gst/fft/kiss_fft_s32.h:
6069         Don't include malloc.h which doesn't exist on Mac OSX.
6070         Instead, pull in glib.h and use g_malloc/g_free for 
6071         consistency. Fixes: #496548
6072
6073 2007-11-09  Stefan Kost  <ensonic@users.sf.net>
6074
6075         * gst/playback/gstdecodebin2.c:
6076           Dont leak ghostpad. Fixes #475451.
6077
6078 2007-11-09  Wim Taymans  <wim.taymans@gmail.com>
6079
6080         * docs/design/design-decodebin.txt:
6081         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
6082         Update some more docs and comments.
6083
6084 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
6085
6086         Patch by: Sebastien Moutte  <sebastien moutte net>
6087
6088         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
6089           (gst_rtcp_unix_to_ntp):
6090         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_name):
6091           Fix some C99-isms and and a missing function that some versions of
6092           MSVC don't like too much (#494346).
6093
6094         * win32/vs6/gst_plugins_base.dsw:
6095         * win32/vs6/libgstaudio.dsp:
6096         * win32/vs6/libgstrtp.dsp:
6097         * win32/vs6/libgsttag.dsp:
6098           Update vs6 projects files (#494346).
6099
6100 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
6101
6102         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6103
6104         * win32/common/libgstaudio.def:
6105         * win32/common/libgstcdda.def:
6106         * win32/common/libgstinterfaces.def:
6107         * win32/common/libgstnetbuffer.def:
6108         * win32/common/libgstpbutils.def:
6109         * win32/common/libgstrtp.def:
6110         * win32/common/libgstrtsp.def:
6111         * win32/common/libgsttag.def:
6112         * win32/common/libgstvideo.def:
6113           More missing symbols to export (fixes #493986).
6114
6115 2007-11-06  Sebastian Dröge  <slomo@circular-chaos.org>
6116
6117         * docs/libs/gst-plugins-base-libs-sections.txt:
6118         * gst-libs/gst/fft/gstfftf32.c:
6119         * gst-libs/gst/fft/gstfftf32.h:
6120         * gst-libs/gst/fft/gstfftf64.c:
6121         * gst-libs/gst/fft/gstfftf64.h:
6122         * gst-libs/gst/fft/gstffts16.c:
6123         * gst-libs/gst/fft/gstffts16.h:
6124         * gst-libs/gst/fft/gstffts32.c:
6125         * gst-libs/gst/fft/gstffts32.h:
6126         * tests/check/libs/fft.c: (GST_START_TEST):
6127         Remove the magnitude and phase calculation functions as these have
6128         very special use cases and can't even be used for the spectrum
6129         element. Also adjust the docs to mention some properties of the used
6130         FFT implemention, i.e. how the values are scaled. Fixes #492098.
6131
6132 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
6133
6134         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
6135           (finish_source):
6136           Avoid crash when there are external subtitles (fixes #491722).
6137
6138 2007-11-03  Tim-Philipp Müller  <tim at centricular dot net>
6139
6140         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
6141         * ext/alsa/gstalsasrc.c: (gst_alsasrc_open):
6142           'Could not open resource for writing' is not an acceptable
6143           error message when we can't open the audio device (see #492334),
6144           even less so when we're trying to open it to record something.
6145
6146 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6147
6148         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6149
6150         * win32/common/libgstrtp.def:
6151           Add some more missing symbols (#492813).
6152
6153 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6154
6155         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
6156
6157         * tests/check/elements/audioconvert.c: (verify_convert):
6158           Add check to make sure that the out caps have a channel layout
6159           set on them where they should have one.
6160
6161 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
6162
6163         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
6164
6165         * gst-libs/gst/fft/kiss_fft_s16.h: (KISS_FFT_S16_MALLOC):
6166         * gst-libs/gst/fft/kiss_fft_s32.h: (KISS_FFT_S32_MALLOC):
6167           Include our own _stdint.h instead of sys/types.h, makes MingW happy
6168           (#492306).
6169
6170         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_create):
6171           Use _pipe directly, GLib doesn't have a pipe() macro any longer
6172           (it disappeared in GLib 2.14.0) (#492306).
6173
6174         * gst-libs/gst/sdp/Makefile.am:
6175         * gst-libs/gst/sdp/gstsdpmessage.c:
6176           Fix includes and LIBS for win32/Mingw (#492306).
6177
6178         * tests/examples/dynamic/addstream.c (pause_play_stream):
6179           Use more portable g_usleep() instead of sleep() (#492306).
6180
6181 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
6182
6183         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6184
6185         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
6186           (gst_ring_buffer_parse_caps):
6187           Return NULL instead of an enum that happens to be 0, fixes warning
6188           on MSVC (#492114).
6189
6190         * gst-libs/gst/audio/gstringbuffer.h:
6191           No trailing commas in enum list (for gcc-2.9x).
6192
6193         * gst/videotestsrc/videotestsrc.c: (random_char):
6194           Make information loss explicit instead of implicitly truncating to
6195           eight bits via the return value.  Fixes runtime error on MSVC when
6196           using the debug CRT (#492114).
6197
6198         * win32/common/config.h.in:
6199           Fix a bunch of '#undef FOO bar', which MSVC doesn't like (#492114).
6200
6201         * win32/common/libgstinterfaces.def:
6202         * win32/common/libgstrtp.def:
6203           Export a few more symbols (#492114).
6204
6205 2007-11-01  Stefan Kost  <ensonic@users.sf.net>
6206
6207         * gst-libs/gst/audio/audio.c:
6208         * gst-libs/gst/audio/audio.h:
6209           Readd the deprecation guards, but preserve compilability.
6210
6211 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6212
6213         * gst/audioconvert/gstaudioconvert.c: (find_suitable_channel_layout),
6214           (gst_audio_convert_fixate_channels), (gst_audio_convert_fixate_caps):
6215           Preserve channel layout when fixating the number of channels in the
6216           output caps, or make sure there's a suitable channel position layout
6217           set on the caps if required. Fixes #430677.
6218
6219 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6220
6221         * tests/check/elements/decodebin.c: (test_text_plain_streams):
6222           Make sure the pipeline really operates in push mode as it should
6223           in this case.
6224
6225 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6226
6227         * gst-libs/gst/audio/audio.h:
6228           Don't guard deprecated enum with #ifndef DISABLE_DEPRECATED, or
6229           compilation with DISABLE_DEPRECATED and without REMOVE_DEPRECATED
6230           (ie. normal cvs builds) will fail.
6231
6232 2007-10-31  Stefan Kost  <ensonic@users.sf.net>
6233
6234         * docs/libs/Makefile.am:
6235         * gst-libs/gst/audio/audio.c:
6236         * gst-libs/gst/audio/audio.h:
6237         * gst-libs/gst/interfaces/mixer.c:
6238           tell gtk-doc about the deprecation guard. Apply more doc fixes.
6239
6240 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6241
6242         * tests/check/libs/audio.c: (init_value_to_channel_layout),
6243           (test_channel_layout_value_intersect), (audio_suite):
6244           Add simple unit test to make sure GstValue intersection
6245           of channel layouts works the way I think it does.
6246
6247 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
6248
6249         * docs/libs/gst-plugins-base-libs-sections.txt:
6250         * gst-libs/gst/audio/gstaudiofilter.h:
6251         * gst-libs/gst/interfaces/mixer.h:
6252         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6253         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6254         * gst-libs/gst/sdp/gstsdpmessage.c:
6255           Fix the docs according to what gtk-doc complained about.
6256
6257 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
6258
6259         * tests/icles/stress-playbin.c:
6260           Fix the build.
6261
6262 2007-10-30  Tim-Philipp Müller  <tim at centricular dot net>
6263
6264         * gst/playback/gstdecodebin.c: (close_pad_link), (type_found):
6265         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
6266           Post nice/more useful error message if we don't have a decoder for
6267           the primary type.
6268
6269 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
6270
6271         * gst/playback/gstdecodebin2.c: (gst_decode_group_expose):
6272         Be a bit more useful, unblock the pads after we fired the no-more-pads
6273         signal so that we can use the signal to inspect and connect all pads
6274         without having to keep extra state outside of decodebin.
6275
6276 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
6277
6278         * gst/playback/gsturidecodebin.c:
6279         (gst_uri_decode_bin_autoplug_continue),
6280         (gst_uri_decode_bin_class_init), (no_more_pads_full):
6281         Implement default signal handler so that we return TRUE when nothing is
6282         connected.
6283
6284 2007-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
6285
6286         * gst-libs/gst/riff/riff-media.c:
6287         (gst_riff_wavext_add_channel_layout),
6288         (gst_riff_wave_add_default_channel_layout),
6289         (gst_riff_wavext_get_default_channel_mask),
6290         (gst_riff_create_audio_caps):
6291         Use the ALSA channel layout as default for wav files without channel
6292         layout information. This fixes playback of chan-id.wav on 5.1 systems
6293         for example. Also refactor the channel layout setting a bit and add
6294         more default channel orders. Fixes #489010.
6295
6296 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
6297
6298         * tests/check/libs/tag.c: (test_musicbrainz_tag_registration):
6299           GST_TAG_MUSICBRAINZ_SORTNAME is deprecated and we compile with
6300           -DGST_DISABLE_DEPRECATED, so use new GST_TAG_ARTIST_SORTNAME
6301           instead.
6302
6303 2007-10-25  Wim Taymans  <wim.taymans@gmail.com>
6304
6305         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6306         (gst_decode_bin_dispose), (gst_decode_bin_set_caps),
6307         (gst_decode_bin_set_subs_encoding),
6308         (gst_decode_bin_get_subs_encoding), (gst_decode_bin_set_property),
6309         (gst_decode_bin_get_property), (analyze_new_pad):
6310         Move subtitle encoding property to decodebin2 so that it can set the
6311         property value on all elements that it autoplugs and that require it.
6312         Make caps refcounting more consistent in get/set.
6313
6314         * gst/playback/gsturidecodebin.c: (_gst_boolean_accumulator),
6315         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
6316         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
6317         (gst_uri_decode_bin_get_property), (proxy_unknown_type_signal),
6318         (proxy_autoplug_continue_signal),
6319         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
6320         (make_decoder):
6321         Proxy properties and relevant signals from the internal decodebin.
6322         Make properties MT safe.
6323
6324 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
6325
6326         * gst-libs/gst/tag/tag.h: (GST_TAG_MUSICBRAINZ_SORTNAME):
6327         * gst-libs/gst/tag/tags.c:
6328           Deprecate GST_TAG_MUSICBRAINZ_SORTNAME, replaced by the newly-added
6329           GST_TAG_ARTIST_SORTNAME (in an API and ABI compatible way).
6330
6331         * gst-libs/gst/tag/gstid3tag.c: (tag_matches):
6332           Map ID3v2 TSOP, TSOA and TSOT frames to new SORTNAME tags (#414539).
6333
6334         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches),
6335           (gst_tag_to_vorbis_comments):
6336           Map new SORTNAME tags (these tags aren't even semi-official, so I'm
6337           just mapping everything I found in the wild) (#414539).
6338
6339 2007-10-24  Wim Taymans  <wim.taymans@gmail.com>
6340
6341         Inspired by patch of: René Stadler <mail at renestadler dot de>
6342
6343         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6344         (gst_decode_bin_autoplug_continue),
6345         (gst_decode_bin_autoplug_factories),
6346         (gst_decode_bin_autoplug_select), (analyze_new_pad), (connect_pad),
6347         (find_compatibles):
6348         * gst/playback/gstplay-marshal.list:
6349         Remove the autoplug-sort signal and replace it with a binding friendly
6350         autoplug-select signal.
6351         Add an autoplug-factories signal that can be used to generate a list of
6352         factories to try to autoplug.
6353         Add the GstPad to the autoplugging signal args as it might be needed to
6354         make a good factory selection.
6355         Fix up the marshallers for this. Fixes #407282.
6356
6357 2007-10-23  Tim-Philipp Müller  <tim at centricular dot net>
6358
6359         * gst-libs/gst/tag/gsttagdemux.c:
6360           Don't abort with an assertion if we receive a seek event with
6361           a start type of NONE (see launchpad bug #155878).
6362
6363 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
6364
6365         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
6366         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
6367         (gst_ximagesink_change_state), (gst_ximagesink_reset):
6368         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_event_thread),
6369         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_xcontext_clear),
6370         (gst_xvimagesink_change_state), (gst_xvimagesink_reset):
6371         Make sure that before we clean up the X resources, we shutdown and join
6372         the event thread.
6373         Also make sure the event thread does not shut down immediatly after
6374         startup because the running variable is not yet correctly set.
6375         Fixes #378770. 
6376
6377 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
6378
6379         * gst/playback/gstdecodebin.c: (new_pad), (type_found):
6380         Make the window for a race in typefind and shutting down smaller until
6381         we figure out the right locking here. Avoids #485753 usually.
6382
6383         * gst/playback/gstdecodebin2.c: (type_found), (pad_added_group_cb):
6384         Remove unneeded lock causing a race in typefind and shutting down.
6385         Fixes #485753.
6386
6387         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
6388         Also remove sinks when going to NULL because we might not complete the
6389         state change to PAUSED, causing the PAUSED->READY state change not to
6390         happen.
6391
6392 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
6393
6394         * gst-libs/gst/audio/gstbaseaudiosink.c:
6395         (gst_base_audio_sink_drain), (gst_base_audio_sink_change_state):
6396         Also explicitly release the ringbuffer when going to NULL because it
6397         is required in the setcaps function, before the state change to PAUSED
6398         completes.
6399
6400 2007-10-16  Tim-Philipp Müller  <tim at centricular dot net>
6401
6402         * tests/icles/.cvsignore:
6403         * tests/icles/Makefile.am:
6404         * tests/icles/stress-playbin.c:
6405           Does what it says on the tin.
6406
6407 2007-10-15  Wim Taymans  <wim.taymans@gmail.com>
6408
6409         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_push_one):
6410         Fix queue negotiation. See #486758.
6411
6412 2007-10-12  Jan Schmidt  <Jan.Schmidt@sun.com>
6413
6414         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
6415         (gst_xvimagesink_xwindow_new),
6416         (gst_xvimagesink_update_colorbalance),
6417         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get):
6418
6419         Fix handling of some of the X atoms. If the last parameter is True,
6420         XInternAtom won't create the atom if it doesn't exist, and therefore
6421         might return None. This causes X errors on Xv implementations that
6422         don't provide the colour balance attributes.
6423
6424 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6425
6426         * gst-libs/gst/tag/gstvorbistag.c:
6427         * tests/check/libs/tag.c:
6428           Extract vorbis comment LICENSE tags correctly.
6429
6430 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6431
6432         Patch by: Jason Kivlighn  <jkivlighn gmail com>
6433
6434         * gst-libs/gst/tag/gstid3tag.c:
6435         * tests/check/libs/tag.c:
6436           Map ID3v2 WCOP frame to GST_TAG_COPYRIGHT_URI (#447000).
6437
6438 2007-10-10  Tim-Philipp Müller  <tim at centricular dot net>
6439
6440         * gst-libs/gst/tag/gsttagdemux.c:
6441           Don't error out when a buggy downstream element doesn't
6442           handle the newsegment event we send properly (especially
6443           not without posting a meaningful error message on the
6444           bus). See bug #471370 and launchpad bug #136264.
6445
6446 2007-10-10  Wim Taymans  <wim.taymans@gmail.com>
6447
6448         * gst-libs/gst/audio/gstbaseaudiosink.c:
6449         (gst_base_audio_sink_drain):
6450         Use new basesink method to make our EOS drain interruptable.
6451
6452 2007-10-10  Jan Schmidt  <Jan.Schmidt@sun.com>
6453
6454         * gst-libs/gst/rtp/gstrtppayloads.c:
6455         Fix silly search-replace oversight.
6456
6457 2007-10-09  Wim Taymans  <wim.taymans@gmail.com>
6458
6459         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
6460
6461         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
6462         (gst_basertppayload_set_outcaps):
6463         Fix caps memleak. Fixes #484989.
6464
6465
6466 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6467
6468         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6469         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain):
6470         Fix debug output.
6471
6472 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6473
6474         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6475         (gst_base_audio_src_create):
6476         Also handle the case where there is no clock set on the audio source,
6477         like in the unit tests.
6478
6479 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
6480
6481         * gst-libs/gst/rtp/gstrtppayloads.c:
6482         Use unsigned G_MAXUINT8 instead of -1 to initialise a guint8
6483         to avoid compiler warnings
6484
6485 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6486
6487         * gst/playback/gstdecodebin.c: (type_found),
6488         (gst_decode_bin_change_state):
6489         * gst/playback/gstdecodebin2.c: (type_found),
6490         (gst_decode_bin_change_state):
6491         Don't disconnect the have_type signal because we never reconnect it
6492         later on. Instead keep a variable to see if we already detected a type.
6493
6494 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6495
6496         * gst/playback/gstdecodebin.c: (add_fakesink), (type_found):
6497         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
6498         (type_found):
6499         Unlink the signal handler when we found the type, we're not going to do
6500         anything sensible with more type_found signals anyway.
6501
6502 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6503
6504         * gst-libs/gst/tag/gsttagdemux.c:
6505           Don't leak caps.
6506
6507 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6508
6509         * gst-libs/gst/tag/Makefile.am:
6510         * gst-libs/gst/tag/gsttagdemux.c:
6511         * gst-libs/gst/tag/gsttagdemux.h:
6512           API: add GstTagDemux base class for simple tag demuxers.
6513
6514         * docs/libs/gst-plugins-base-libs-docs.sgml:
6515         * docs/libs/gst-plugins-base-libs-sections.txt:
6516           Add GstTagDemux to docs.
6517
6518 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
6519
6520         * gst-libs/gst/rtp/gstrtpbuffer.c:
6521         (gst_rtp_buffer_get_payload_subbuffer):
6522         Fix bug introduced with last commit which inverted the logic and
6523         caused all buffers to be dropped. Fixes #483620.
6524         Thanks to Laurent Glayal <spglegle at yahoo dot fr> for noticing.
6525
6526 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
6527
6528         * gst-libs/gst/rtp/gstrtpbuffer.c:
6529           Replace g_return_if_val (as it could be disabled), with regular return
6530           and warning.
6531
6532 2007-10-03  Stefan Kost  <ensonic@users.sf.net>
6533
6534         * tests/check/pipelines/simple-launch-lines.c:
6535           Print message name and not just number.
6536
6537 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
6538
6539         * gst-libs/gst/audio/gstbaseaudiosink.c:
6540         (gst_base_audio_sink_async_play):
6541         When slaved to the clock, don't try to align a sample with the previous
6542         one when going to PLAYING again.
6543
6544 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
6545
6546         * tests/examples/snapshot/snapshot.c:
6547           Fix the build.
6548
6549 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6550
6551         * gst-libs/gst/sdp/gstsdpmessage.h:
6552         Add RFC 3556 bandwidth modifiers.
6553
6554 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6555
6556         * docs/libs/gst-plugins-base-libs-docs.sgml:
6557         * docs/libs/gst-plugins-base-libs-sections.txt:
6558         * gst-libs/gst/rtp/gstrtppayloads.c:
6559         Update documentation.
6560
6561 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6562
6563         * gst-libs/gst/rtp/Makefile.am:
6564         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_pt),
6565         (gst_rtp_payload_info_for_name):
6566         * gst-libs/gst/rtp/gstrtppayloads.h:
6567         Added new file and header to deal with payload info.
6568
6569         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
6570         (gst_rtp_buffer_default_clock_rate):
6571         * gst-libs/gst/rtp/gstrtpbuffer.h:
6572         Payload specific stuff is move to new headers.
6573         Implement _default_clock rate using the new payload function.
6574
6575         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address),
6576         (gst_sdp_parse_line):
6577         * gst-libs/gst/sdp/gstsdpmessage.h:
6578         Add some more comments.
6579
6580 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6581
6582         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
6583         (sdp_check_header), (sdp_type_find), (plugin_init):
6584         Add typefind function for application/sdp.
6585         Remove some old dirac typefind code that was ifdeffed out.
6586
6587 2007-09-29  Sebastien Moutte <sebastien@moutte.net>
6588
6589         * win32/common/libgstaudio.def:
6590         Add new exported functions.
6591         * win32/vs6/grammar.dsp:
6592         Add autogeneration and copy of some autegenerated files from win32/common
6593         for rtsp library.
6594         * win32/vs6/libgstaudioconvert.dsp:
6595         Add gstaudioquantize.c to the build.
6596         * win32/vs6/libgstinterfaces.dsp:
6597         Add videoorientation.c to the build.
6598         * win32/vs6/libgstriff.dsp:
6599         Add libgsttag to the link libraries list.
6600         * win32/vs6/libgstvolume.dsp:
6601         Add liboil to the link.
6602         * win32/vs6/gst_plugins_base.dsw:
6603         * win32/vs6/libgstrtsp.dsp:
6604         * win32/common/libgstrtsp.def:
6605         Add files to build libgstrtsp library.
6606         
6607 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
6608
6609         * tests/examples/snapshot/snapshot.c: (main):
6610         Print error when pipeline failed to construct.
6611
6612 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6613
6614         * configure.ac:
6615         * gst-libs/gst/tag/gstid3tag.c:
6616         * gst-libs/gst/tag/gstvorbistag.c:
6617           Add mappings for the new GST_TAG_COMPOSER for vorbis comments
6618           and ID3v2 tags.
6619
6620 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6621
6622         * gst-libs/gst/floatcast/floatcast.h:
6623           Don't include config.h in an installed public header, this
6624           might break compilation of applications that don't have such
6625           a header and doesn't necessarily do what it's supposed to do
6626           anyway (ie. check for the lrint/lrintf defines) (#442065).
6627           Add docs for the various macros and document how this header
6628           has to be used (link against libm, etc.); add a few FIXMEs;
6629           include math.h for non-c99 code path.  Based on patch by
6630           Jan Schmidt.
6631           
6632 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
6633
6634         * configure.ac:
6635         Use AG_GST_ARG_WITH_PLUGINS and AG_GST_ARG_ENABLE_EXTERNAL instead
6636         of duplicating these macros in configure.ac.
6637
6638 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6639
6640         * po/hu.po:
6641         * po/sv.po:
6642         * po/uk.po:
6643           Updated translations to 0.10.14
6644
6645 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6646
6647         translated by: Jakub Bogusz <qboosh@pld-linux.org>
6648
6649         * po/pl.po:
6650           Added Polish translation.
6651
6652 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6653
6654         translated by: Ilkka Tuohela <hile@iki.fi>
6655
6656         * po/fi.po:
6657           Added Finnish translation.
6658
6659 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6660
6661         translated by: Jorge González González <aloriel@gmail.com>
6662
6663         * po/es.po:
6664           Added Spanish translation.
6665
6666 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6667
6668         translated by: Mogens Jaeger <mogens@jaeger.tf>
6669
6670         * po/da.po:
6671           Added Danish translation.
6672
6673 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6674
6675         translated by: Funda Wang <fundawang@linux.net.cn>
6676
6677         * po/zh_CN.po:
6678           Added Chinese (simplified) translation.
6679
6680 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6681
6682         translated by: Alexander Shopov <ash@contact.bg>
6683
6684         * po/bg.po:
6685           Added Bulgarian translation.
6686
6687 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
6688
6689         * gst/playback/gstqueue2.c: (gst_queue_push_one):
6690         Fix compilation wrt printf arguments.
6691
6692 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
6693
6694         * configure.ac:
6695         * tests/examples/Makefile.am:
6696         * tests/examples/snapshot/.cvsignore:
6697         * tests/examples/snapshot/Makefile.am:
6698         * tests/examples/snapshot/snapshot.c: (main):
6699         Add simple snapshot example program using appsink.
6700
6701 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
6702
6703         * tests/check/generic/states.c:
6704           Improved state change unit test.
6705
6706 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
6707
6708         * docs/plugins/.cvsignore:
6709         * tests/check/.cvsignore:
6710           Ignore registries in any format.
6711
6712 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
6713
6714         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6715         (gst_base_rtp_depayload_chain),
6716         (gst_base_rtp_depayload_set_gst_timestamp):
6717         Only copy timestamp on outgoing packets if the depayloader did not set
6718         one.
6719         Also copy duration on outgoing packets.
6720
6721 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
6722
6723         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
6724         (gst_basertppayload_set_outcaps):
6725         Fix compilation because of missing %d in printf.
6726         When fixating caps, fixate what we can and throw away all remaining
6727         unfixed caps, subclasses should do something smart if they need to.
6728
6729 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
6730
6731         * ext/gnomevfs/gstgnomevfssrc.c:
6732           Improve debug logs a bit and be more verbose if things go wrong.
6733
6734 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
6735
6736         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6737         (gst_text_overlay_set_property):
6738         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
6739         * gst-libs/gst/audio/gstbaseaudiosink.c:
6740         (gst_base_audio_sink_render):
6741         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
6742         (gst_rtcp_unix_to_ntp):
6743         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_get_type):
6744         * gst/playback/gstqueue2.c:
6745         * tests/examples/seek/seek.c: (set_scale):
6746         Fix a bunch of compile warnings shown with Forte.
6747
6748         * gst/audiorate/gstaudiorate.c:
6749         Always pull in config.h before including any system headers.
6750
6751 2007-09-17  Wim Taymans  <wim.taymans@gmail.com>
6752
6753         * gst/playback/gstqueue2.c: (update_buffering),
6754         (gst_queue_locked_flush), (gst_queue_locked_enqueue),
6755         (gst_queue_handle_sink_event), (gst_queue_chain),
6756         (gst_queue_push_one), (gst_queue_sink_activate_push),
6757         (gst_queue_src_activate_push), (gst_queue_src_activate_pull):
6758         Also fix #476514 for queue2.
6759
6760 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
6761
6762         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6763         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_setcaps),
6764         (gst_base_rtp_depayload_chain),
6765         (gst_base_rtp_depayload_handle_sink_event),
6766         (gst_base_rtp_depayload_push_full),
6767         (gst_base_rtp_depayload_set_gst_timestamp),
6768         (gst_base_rtp_depayload_change_state):
6769         Remove code to deal with RTP to GST time conversion, we now just copy
6770         the GST timestamp we receive to the outgoing buffers.
6771         Handle segment and flushes correctly.
6772
6773         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
6774         When we have no valid input timestamp, use the previous rtp timestamp on
6775         the outgoing RTP packet instead of the RTP base time.
6776
6777 2007-09-15  David Schleef  <ds@schleef.org>
6778
6779         * ext/alsa/gstalsa.c:
6780         * ext/alsa/gstalsadeviceprobe.c:
6781         * ext/alsa/gstalsamixer.c:
6782         * ext/alsa/gstalsasink.c:
6783         * ext/alsa/gstalsasrc.c:
6784           Change alsa alloca's to malloc to fix warnings on gcc-4.2.
6785
6786 2007-09-15  Wim Taymans  <wim.taymans@gmail.com>
6787
6788         * gst-libs/gst/rtp/gstbasertppayload.c:
6789         (gst_basertppayload_set_outcaps), (gst_basertppayload_push):
6790         Add some debug info when negotiating caps.
6791
6792 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6793
6794         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
6795         A buffer with an empty payload is also a valid buffer.
6796
6797 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6798
6799         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_event),
6800         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
6801         (gst_basertppayload_change_state):
6802         Make sure we start our RTP timestamp from the random base RTP
6803         timestamp even if the buffer timestamp starts from some random value.
6804
6805 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6806
6807         * configure.ac:
6808         * tests/examples/Makefile.am:
6809         * tests/examples/dynamic/.cvsignore:
6810         * tests/examples/dynamic/Makefile.am:
6811         * tests/examples/dynamic/addstream.c: (create_stream),
6812         (pause_play_stream), (message_received), (eos_message_received),
6813         (perform_step), (main):
6814         Add simple exmple app to demonstrate starting and pausing live and
6815         non-live bins in a PLAYING pipeline.
6816
6817 2007-09-14  Julien MOUTTE  <julien@moutte.net>
6818
6819         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add some
6820         typefind for QCP files (RFC #3625)
6821
6822 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
6823
6824         * gst-libs/gst/audio/gstbaseaudiosink.c:
6825         (gst_base_audio_sink_init):
6826         Disable pull mode scheduling, we're not ready for it yet and it subtly
6827         breaks a lot of things.
6828
6829 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
6830
6831         * tests/check/elements/libvisual.c:
6832           Test all libvisual plugins, not just the first one; this reproduces
6833           bug #450336 quite easily.  Looks like a problem with the 'jess'
6834           visualisation.
6835
6836 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
6837
6838         * tests/check/Makefile.am:
6839         * tests/check/elements/.cvsignore:
6840         * tests/check/elements/libvisual.c:
6841           Add basic libvisual test case in an attempt to reproduce bug #450336.
6842           Doesn't reproduce that bug, but some other crasher instead (invalid
6843           free), at least with make elements/libvisual.forever and the bumscope
6844           plugin on x86-64/gutsy. Leaving test disabled for now.
6845
6846 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
6847
6848         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6849
6850         * gst-libs/gst/rtsp/gstrtspconnection.c:
6851         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_read),
6852         (read_body), (gst_rtsp_connection_receive):
6853         Make sure we can not cancel in the middle of receiving a message.
6854         Fixes #475731.
6855
6856 2007-09-11  Tim-Philipp Müller  <tim at centricular dot net>
6857
6858         Patch by: Josep Torra Valles <josep@fluendo.com>
6859
6860         * gst/playback/gstplaybasebin.c:
6861           Increase upper limit for audio queue a bit; fixes preroll problem
6862           with playbin and decodebin2 when playing a quicktime trailer with
6863           multichannel audio via http (#464666).
6864
6865 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
6866
6867         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6868         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
6869         (gst_base_audio_src_provide_clock),
6870         (gst_base_audio_src_set_property),
6871         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
6872         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6873         Allow othe clocks than the internal clock to be used for the pipeline.
6874         Add property to disable clock provide.
6875         API: GstBaseAudioSrc::provide-clock
6876
6877 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
6878
6879         * gst/playback/gstdecodebin2.c:
6880           Don't leak request pads. Fixes #475395.
6881
6882 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
6883
6884         Patch by: René Stadler <mail at renestadler dot de>
6885
6886         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
6887         (gst_ximage_buffer_class_init):
6888         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
6889         (gst_xvimage_buffer_class_init):
6890         Correctly chain up finalize with the parent class to prevent
6891         memory leaks. Fixes #474880.
6892
6893 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
6894
6895         * gst/volume/gstvolume.c: (volume_choose_func):
6896         * tests/check/elements/volume.c: (GST_START_TEST):
6897         Revert the latest change: floating point samples are allowed to
6898         have any value, not only values in the range [-1,1]. Thanks to Andy
6899         Wingo for noticing.
6900         Also fix processing of int32 samples with volumes > 4 by making the
6901         unity value smaller which prevents overflows.
6902
6903 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
6904
6905         * gst-libs/gst/rtp/gstrtpbuffer.c:
6906         * tests/check/libs/rtp.c:
6907           Fix gst_rtp_buffer_set_csrc() and enable csrc-related unit test checks.
6908
6909 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
6910
6911         Based on patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
6912
6913         * gst-libs/gst/rtp/gstrtpbuffer.c:
6914           Fix up GstRTPHeader helper struct so that compilers will not under
6915           any circumstances add padding in between our fields, as currently
6916           happens with MSVC on win32, because that would lead to us sending
6917           out RTP payloads with broken RTP headers (#471194).
6918           Fix assertion guards for gst_rtp_buffer_get_csrc() and _set_csrc().
6919           
6920         * tests/check/Makefile.am:
6921         * tests/check/libs/.cvsignore:
6922         * tests/check/libs/rtp.c:
6923           Add some simple unit tests for GstRTPBuffer. Some are disabled
6924           because the code tested still needs fixing (set_csrc() does not work).
6925
6926 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
6927
6928         * win32/MANIFEST:
6929         * win32/common/gstrtsp-enumtypes.c:
6930         * win32/common/gstrtsp-enumtypes.h:
6931         * win32/common/interfaces-enumtypes.c:
6932         * win32/common/interfaces-enumtypes.h:
6933         * win32/common/multichannel-enumtypes.c:
6934           Add rtsp enumtypes (#474384) and update others.
6935
6936 2007-09-06  Stefan Kost  <ensonic@users.sf.net>
6937
6938         * configure.ac:
6939           Fix configure check for HAVE_LIBXML_HTML.
6940
6941 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
6942
6943         * tests/check/libs/.cvsignore:
6944           Ignore more, in case the build bots work again one day.
6945
6946 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
6947
6948         Reviewed by:  Stefan Kost  <ensonic@users.sf.net>
6949
6950         * configure.ac:
6951         * gst-libs/gst/Makefile.am:
6952         * gst-libs/gst/fft/Makefile.am:
6953         * gst-libs/gst/fft/_kiss_fft_guts_f32.h:
6954         * gst-libs/gst/fft/_kiss_fft_guts_f64.h:
6955         * gst-libs/gst/fft/_kiss_fft_guts_s16.h:
6956         * gst-libs/gst/fft/_kiss_fft_guts_s32.h:
6957         * gst-libs/gst/fft/gstfft.c: (gst_fft_next_fast_length):
6958         * gst-libs/gst/fft/gstfft.h:
6959         * gst-libs/gst/fft/gstfftf32.c: (gst_fft_f32_new),
6960         (gst_fft_f32_fft), (gst_fft_f32_inverse_fft), (gst_fft_f32_free),
6961         (gst_fft_f32_window), (gst_fft_f32_magnitude), (gst_fft_f32_phase):
6962         * gst-libs/gst/fft/gstfftf32.h:
6963         * gst-libs/gst/fft/gstfftf64.c: (gst_fft_f64_new),
6964         (gst_fft_f64_fft), (gst_fft_f64_inverse_fft), (gst_fft_f64_free),
6965         (gst_fft_f64_window), (gst_fft_f64_magnitude), (gst_fft_f64_phase):
6966         * gst-libs/gst/fft/gstfftf64.h:
6967         * gst-libs/gst/fft/gstffts16.c: (gst_fft_s16_new),
6968         (gst_fft_s16_fft), (gst_fft_s16_inverse_fft), (gst_fft_s16_free),
6969         (gst_fft_s16_window), (gst_fft_s16_magnitude), (gst_fft_s16_phase):
6970         * gst-libs/gst/fft/gstffts16.h:
6971         * gst-libs/gst/fft/gstffts32.c: (gst_fft_s32_new),
6972         (gst_fft_s32_fft), (gst_fft_s32_inverse_fft), (gst_fft_s32_free),
6973         (gst_fft_s32_window), (gst_fft_s32_magnitude), (gst_fft_s32_phase):
6974         * gst-libs/gst/fft/gstffts32.h:
6975         * gst-libs/gst/fft/kiss_fft_f32.c: (kf_bfly2), (kf_bfly4),
6976         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6977         (kiss_fft_f32_alloc), (kiss_fft_f32_stride), (kiss_fft_f32),
6978         (kiss_fft_f32_cleanup), (kiss_fft_f32_next_fast_size):
6979         * gst-libs/gst/fft/kiss_fft_f32.h:
6980         * gst-libs/gst/fft/kiss_fft_f64.c: (kf_bfly2), (kf_bfly4),
6981         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6982         (kiss_fft_f64_alloc), (kiss_fft_f64_stride), (kiss_fft_f64),
6983         (kiss_fft_f64_cleanup), (kiss_fft_f64_next_fast_size):
6984         * gst-libs/gst/fft/kiss_fft_f64.h:
6985         * gst-libs/gst/fft/kiss_fft_s16.c: (kf_bfly2), (kf_bfly4),
6986         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6987         (kiss_fft_s16_alloc), (kiss_fft_s16_stride), (kiss_fft_s16),
6988         (kiss_fft_s16_cleanup), (kiss_fft_s16_next_fast_size):
6989         * gst-libs/gst/fft/kiss_fft_s16.h:
6990         * gst-libs/gst/fft/kiss_fft_s32.c: (kf_bfly2), (kf_bfly4),
6991         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6992         (kiss_fft_s32_alloc), (kiss_fft_s32_stride), (kiss_fft_s32),
6993         (kiss_fft_s32_cleanup), (kiss_fft_s32_next_fast_size):
6994         * gst-libs/gst/fft/kiss_fft_s32.h:
6995         * gst-libs/gst/fft/kiss_fftr_f32.c: (kiss_fftr_f32_alloc),
6996         (kiss_fftr_f32), (kiss_fftri_f32):
6997         * gst-libs/gst/fft/kiss_fftr_f32.h:
6998         * gst-libs/gst/fft/kiss_fftr_f64.c: (kiss_fftr_f64_alloc),
6999         (kiss_fftr_f64), (kiss_fftri_f64):
7000         * gst-libs/gst/fft/kiss_fftr_f64.h:
7001         * gst-libs/gst/fft/kiss_fftr_s16.c: (kiss_fftr_s16_alloc),
7002         (kiss_fftr_s16), (kiss_fftri_s16):
7003         * gst-libs/gst/fft/kiss_fftr_s16.h:
7004         * gst-libs/gst/fft/kiss_fftr_s32.c: (kiss_fftr_s32_alloc),
7005         (kiss_fftr_s32), (kiss_fftri_s32):
7006         * gst-libs/gst/fft/kiss_fftr_s32.h:
7007         * gst-libs/gst/fft/kiss_version:
7008         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7009         * pkgconfig/gstreamer-plugins-base.pc.in:
7010         Add libgstfft, a FFT library based on Kiss FFT which is
7011         BSD licensed. Supported sample formats are int16, int32,
7012         float and double. For those formats a real FFT and IFFT
7013         can be done, different windowing functions can be applied
7014         and functions for extracting the magnitude and phase exist.
7015         Fixes #468619.
7016
7017         * docs/libs/Makefile.am:
7018         * docs/libs/gst-plugins-base-libs-docs.sgml:
7019         * docs/libs/gst-plugins-base-libs-sections.txt:
7020         Integrate libgstfft into the docs.
7021
7022         * tests/check/Makefile.am:
7023         * tests/check/libs/fft.c: (GST_START_TEST), (fft_suite), (main):
7024         Add unit tests for libgstfft, currently only testing the FFT.
7025         Unit tests for IFFT will follow soon.
7026
7027 2007-09-05  Wim Taymans  <wim.taymans@gmail.com>
7028
7029         Patch by: Peter Kjellerstedt  <pkj at axis com>
7030
7031         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_time_init),
7032         (gst_sdp_message_init), (gst_sdp_message_uninit),
7033         (is_multicast_address), (gst_sdp_message_as_text),
7034         (gst_sdp_message_get_origin), (gst_sdp_message_set_connection),
7035         (gst_sdp_message_get_connection), (gst_sdp_message_add_bandwidth),
7036         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
7037         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
7038         (gst_sdp_message_get_attribute_val), (gst_sdp_message_add_media),
7039         (gst_sdp_media_init), (gst_sdp_media_uninit),
7040         (gst_sdp_media_as_text), (gst_sdp_media_set_port_info),
7041         (gst_sdp_media_connections_len), (gst_sdp_media_add_connection),
7042         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_bandwidth),
7043         (gst_sdp_media_add_bandwidth), (gst_sdp_media_attributes_len),
7044         (gst_sdp_parse_line), (print_media), (gst_sdp_message_dump):
7045         * gst-libs/gst/sdp/gstsdpmessage.h:
7046         Separate INIT_ARRAY() and related macros into two versions, one for
7047         structures and one for pointers (e.g., INIT_ARRAY() and
7048         INIT_PTR_ARRAY()). This fixes a segmentation error on freeing the
7049         lists of emails and phone numbers.
7050         Add missing const as appropriate.
7051         Change all gint to guint since they all actually represent unsigned
7052         values.
7053         Do not use time as a variable name as it shadows the global time().
7054         Add gst_sdp_message_as_text() and gst_sdp_media_as_text().
7055         Actually implement gst_sdp_message_add_time().
7056         Make gst_sdp_message_add_time() take repeat times as an argument.
7057         Store repeat times in GstSDPTime as a GArray rather than as gchar**.
7058         Corrected the definition of gst_sdp_media_get_bandwidth() (was
7059         misspelled as badwidth).
7060         gst-indented and a little clean up. Fixes #471067.
7061
7062 2007-09-05  Sebastian Dröge  <slomo@circular-chaos.org>
7063
7064         * gst/volume/gstvolume.c: (volume_choose_func),
7065         (volume_process_double), (volume_process_double_clamp),
7066         (volume_process_float_clamp):
7067         Correctly clamp float/double samples in the [-1.0,1.0] range to
7068         prevent weird effects.
7069         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
7070         Add unit tests for all samples types that had none before.
7071
7072 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7073
7074         * gst-libs/gst/rtp/gstrtpbuffer.c:
7075           Need to include stdlib.h for abs() here too.
7076
7077 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7078
7079         * gst/playback/gststreaminfo.c:
7080           Fix build.
7081
7082 2007-09-05  Stefan Kost  <ensonic@users.sf.net>
7083
7084         * gst/playback/gststreaminfo.c:
7085           Clean up some half-disabled code and comment.
7086
7087 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7088
7089         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
7090
7091         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7092         (gst_base_rtp_payload_audio_handle_event):
7093         Return FALSE from the event handler to let the parent class handle the
7094         event. Fixes #446766.
7095
7096         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7097         (gst_base_rtp_depayload_chain), (gst_base_rtp_depayload_push_full):
7098         Mark outgoing buffers as DISCONT if the incomming buffer was DISCONT.
7099
7100         * gst-libs/gst/rtp/gstbasertppayload.c:
7101         Bump the MTU to 1400.
7102
7103 2007-09-03  Johan Dahlin  <jdahlin@async.com.br>
7104
7105         * gst/typefind/gsttypefindfunctions.c (plugin_init): 
7106         Add an audio/x-nsf typefind function for the nsfdec element.
7107
7108 2007-09-03  Renato Filho  <renato.filho@indt.org.br>
7109         * gst/playback/gstplaybasebin.c:
7110         Included "myth://" on stream_uris list for enable buffering to mythtv files
7111
7112 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
7113
7114         * docs/libs/gst-plugins-base-libs-sections.txt:
7115         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
7116         (gst_rtcp_packet_sdes_copy_entry), (gst_rtcp_ntp_to_unix),
7117         (gst_rtcp_unix_to_ntp):
7118         * gst-libs/gst/rtp/gstrtcpbuffer.h:
7119         Fix parsing of RB blocks.
7120         Fix docs.
7121         Added helper functions to convert to/from UNIX and NTP time.
7122         API: gst_rtcp_ntp_to_unix()
7123         API: gst_rtcp_unix_to_ntp()
7124
7125         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
7126         (gst_rtp_buffer_get_header_len),
7127         (gst_rtp_buffer_get_extension_data),
7128         (gst_rtp_buffer_get_payload_subbuffer),
7129         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload),
7130         (gst_rtp_buffer_ext_timestamp):
7131         * gst-libs/gst/rtp/gstrtpbuffer.h:
7132         Fix some more docs.
7133         Implement handling of packets with extensions.
7134         Fix padding check in _validate().
7135         Added function to get extension data.
7136         API: gst_rtp_buffer_get_header_len()
7137         API: gst_rtp_buffer_get_extension_data()
7138
7139 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
7140
7141         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7142         (gst_base_rtp_depayload_class_init),
7143         (gst_base_rtp_depayload_set_gst_timestamp):
7144         Add some more docs for the queue-delay property and fix a typo in a
7145         comment.
7146
7147         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
7148         Fix typo.
7149
7150 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
7151
7152         * gst-libs/gst/audio/gstbaseaudiosink.c:
7153         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render),
7154         (gst_base_audio_sink_change_state):
7155         When skew slaving, try to hover around the middle of a segment so that
7156         we at most drift by half a segment.
7157         If we are aligning in the oposite direction of the clock skew, we don't
7158         have to resync.
7159
7160 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
7161
7162         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7163         (gst_base_rtp_depayload_setcaps),
7164         (gst_base_rtp_depayload_set_gst_timestamp):
7165         Be less silly with the segment start, just apply the clock-base to the
7166         timestamp.
7167
7168 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
7169
7170         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7171         (gst_base_rtp_depayload_class_init),
7172         (gst_base_rtp_depayload_finalize),
7173         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
7174         (gst_base_rtp_depayload_handle_sink_event),
7175         (gst_base_rtp_depayload_set_gst_timestamp),
7176         (gst_base_rtp_depayload_change_state):
7177         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7178         Deprecate the queue handling thread thing and remove the code.
7179         Use new method to calculate the extended timestamp.
7180
7181 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
7182
7183         * gst-libs/gst/rtp/gstrtcpbuffer.c:
7184         (gst_rtcp_packet_sdes_copy_entry):
7185         Use g_strndup which does exactly what we want.
7186
7187         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum),
7188         (gst_rtp_buffer_ext_timestamp):
7189         * gst-libs/gst/rtp/gstrtpbuffer.h:
7190         Add helper function to compare seqnums.
7191         Add helper function to calculate extended timestamps.
7192         API: gst_rtp_buffer_compare_seqnum()
7193         API: gst_rtp_buffer_ext_timestamp()
7194
7195 2007-08-30  Wim Taymans  <wim.taymans@gmail.com>
7196
7197         * gst-libs/gst/rtp/gstrtcpbuffer.c:
7198         (gst_rtcp_packet_sdes_get_entry),
7199         (gst_rtcp_packet_sdes_copy_entry):
7200         * gst-libs/gst/rtp/gstrtcpbuffer.h:
7201         Fix and document SDES item data function.
7202         Add new function that makes a proper copy of SDES item data.
7203         API: gst_rtcp_packet_sdes_copy_entry()
7204
7205 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
7206
7207         * configure.ac:
7208         * gst/Makefile.am:
7209           The tcp and subparse plugins are under gst, but not totaly free of
7210           dependencies. Handle selection inconfigure.ac, so that they show up
7211           on the final list of what is build and what is not. Maybe they should
7212           better be moved to ext.
7213
7214 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
7215
7216         Patch by: Daniel Díaz  <yosoy@danieldiaz.org>
7217
7218         * configure.ac:
7219         * gst/Makefile.am:
7220           Check if libxml provides HTML parser which subparse needs.
7221           Fixes #451970.
7222
7223 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
7224
7225         * ext/alsa/gstalsa.c:
7226           Fix typo and compilation on big endian systems.
7227
7228 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
7229
7230         * gst/subparse/gstssaparse.c:
7231           Convert SSA newline codes into actual newline characters (#470766).
7232
7233 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
7234
7235         * docs/libs/gst-plugins-base-libs-sections.txt:
7236         * gst-libs/gst/pbutils/install-plugins.c:
7237         * gst-libs/gst/pbutils/install-plugins.h:
7238         * tests/check/libs/pbutils.c:
7239           API: also add gst_install_plugins_supported() while we're at it
7240           (see #470456).
7241
7242 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
7243
7244         * docs/libs/gst-plugins-base-libs-sections.txt:
7245         * gst-libs/gst/pbutils/missing-plugins.c:
7246         * gst-libs/gst/pbutils/missing-plugins.h:
7247         * tests/check/libs/pbutils.c:
7248           API: add gst_missing_*_installer_detail_new() convenience API so
7249           that applications that know exactly what they're missing can request
7250           installer detail strings for those items directly instead of having
7251           to first create a dummy missing-plugin message and then get the
7252           installer detail string from that.  Fixes #470456.
7253
7254 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
7255
7256         * gst/playback/gstdecodebin.c: (close_pad_link):
7257         We need to set up delayed-linking whenever the caps are non-fixed,
7258         not just when there are multiple types - use gst_pad_is_fixed()
7259         to test.
7260
7261 2007-08-26  Tim-Philipp Müller  <tim at centricular dot net>
7262
7263         * gst-libs/gst/pbutils/missing-plugins.c:
7264           (gst_missing_plugin_message_get_installer_detail):
7265           Add missing separator in PID fallback case.
7266
7267 2007-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
7268
7269         * ext/alsa/Makefile.am:
7270         There is no GST_PLUGINS_BASE_LIBS defined.
7271         
7272         * ext/alsa/gstalsa.c:
7273         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
7274         * ext/alsa/gstalsasrc.c: (gst_alsasrc_delay):
7275         Add support for ALSA 24-bit formats.
7276         snd_pcm_delay can return an error code, especially
7277         during XRUNS. In that case, the best we can do is assume
7278         delay = 0.
7279
7280         * gst/audioconvert/Makefile.am:
7281         Add flags from -base before any more-remote dependencies.
7282
7283 2007-08-23  Sebastian Dröge  <slomo@circular-chaos.org>
7284
7285         Based on a patch by: Davyd Madeley <davyd at madeley dot id dot au>
7286
7287         * gst/volume/gstvolume.c: (volume_choose_func),
7288         (volume_update_real_volume), (gst_volume_set_volume),
7289         (gst_volume_init), (volume_process_int32),
7290         (volume_process_int32_clamp), (volume_process_int24),
7291         (volume_process_int24_clamp), (volume_process_int16),
7292         (volume_process_int16_clamp), (volume_process_int8),
7293         (volume_process_int8_clamp), (volume_update_volume), (plugin_init):
7294         * gst/volume/gstvolume.h:
7295         Add support for int32, int24 and int8 to the volume element.
7296         Fixes #445529.
7297
7298 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
7299
7300         * tests/examples/Makefile.am:
7301           Fix even more.
7302
7303 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
7304
7305         * configure.ac:
7306         * docs/libs/Makefile.am:
7307         * docs/libs/gst-plugins-base-libs-docs.sgml:
7308         * docs/libs/gst-plugins-base-libs-sections.txt:
7309         * ext/gnomevfs/gstgnomevfssrc.c:
7310         * ext/gnomevfs/gstgnomevfssrc.h:
7311         * gst-libs/gst/Makefile.am:
7312         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7313         * pkgconfig/gstreamer-plugins-base.pc.in:
7314         * sys/v4l/v4lsrc_calls.c:
7315         * tests/examples/Makefile.am:
7316         * win32/common/config.h:
7317           Revert unwanted commit. many thanks to moap. I want a fix for 
7318           https://thomas.apestaart.org/moap/trac/ticket/239
7319
7320 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
7321
7322         * gst/volume/gstvolume.c:
7323           Move passthrough below gst_object_sync_values(). Fixes #442654.
7324
7325 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
7326
7327         * gst-libs/gst/audio/audio.c:
7328         Clarify the docs a little.
7329
7330 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
7331
7332         * gst/volume/gstvolume.c:
7333           Enable liboil for float and add more details about problems with
7334           int16.
7335
7336 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7337
7338         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
7339         Fix RGB24 masks as spotted by _ke (Daniel G. Siegel) on IRC.
7340
7341 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7342
7343         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
7344         When calculating the first timestamp of the buffers, don't go below 0
7345         and clip the samples because the offset was on the eos page.
7346         Fixes #466717.
7347
7348 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7349
7350         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain),
7351         (gst_ogg_demux_collect_chain_info):
7352         Also submit the eos page when trying to find the first timestamp.
7353         See #466717.
7354
7355 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
7356
7357         * gst-libs/gst/audio/audio.h:
7358         Use gst_util_uint64_scale() instead of doing the math
7359         with double for GST_FRAMES_TO_CLOCK_TIME() and
7360         GST_CLOCK_TIME_TO_FRAMES(). For large timestamps this
7361         prevents rounding errors. Fixes #467667.
7362
7363 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7364
7365         * gst-libs/gst/rtsp/gstrtspconnection.c:
7366         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
7367         (gst_rtsp_connection_read), (gst_rtsp_connection_poll):
7368         * gst-libs/gst/rtsp/gstrtspconnection.h:
7369         Small cleanups.
7370         On shutdown, don't read the control socket yet.
7371         Set timeout value correctly in all cases.
7372         Add function to check if the server accepts reads or writes.
7373         API: gst_rtsp_connection_poll()
7374
7375         * gst-libs/gst/rtsp/gstrtspdefs.h:
7376         Fix compilation with -pedantic.
7377         Add enum for _poll.
7378
7379 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7380
7381         Patch by: Olivier Crete  <tester at tester ca>
7382
7383         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
7384         (gst_basertppayload_getcaps):
7385         * gst-libs/gst/rtp/gstbasertppayload.h:
7386         Add getcaps vfunc to basertppayload. See #465146.
7387
7388 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7389
7390         * gst/playback/gstplaybasebin.c: (queue_threshold_reached):
7391         Only post buffering messages when we are a stream.
7392
7393 2007-08-15  Tim-Philipp Müller  <tim at centricular dot net>
7394
7395         * gst-libs/gst/pbutils/install-plugins.c:
7396         * gst-libs/gst/pbutils/missing-plugins.c:
7397           Small docs fix and addition.
7398
7399 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
7400
7401         * tests/icles/.cvsignore:
7402         * tests/icles/Makefile.am:
7403         * tests/icles/test-textoverlay.c:
7404           Add a dumb little test for textoverlay alignments.
7405
7406 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
7407
7408         Patch by: Dan Williams  <dcbw redhat com>
7409
7410         * ext/pango/gsttextoverlay.c:
7411         * ext/pango/gsttextoverlay.h:
7412           API: add "line-alignment" property (#459334). Add gtk-doc blurb for
7413           "silent" property so there's a Since tag in the API reference.
7414
7415 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
7416
7417         * gst-libs/gst/rtp/gstbasertppayload.c:
7418         (gst_basertppayload_set_outcaps):
7419         * gst-libs/gst/rtp/gstbasertppayload.h:
7420         Improve caps negotiation so that downstream elements can confiure
7421         certain RTP properties by fixing them on the caps. See #465146.
7422         Add docs.
7423
7424 2007-08-11  Tim-Philipp Müller  <tim at centricular dot net>
7425
7426         * docs/libs/gst-plugins-base-libs-sections.txt:
7427         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7428         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7429           Mark as deprecated some macros which were presumably meant to be
7430           private API and accidentally exposed in the public header file.
7431           Also actually _init() lock (only works at the moment because the
7432           struct is zeroed out when created and the initial values in the
7433           mutex struct are zeroes too). (#459585)
7434
7435 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
7436
7437         * docs/libs/Makefile.am:
7438           Remove cruft and do some cleanups.
7439
7440         * docs/libs/gst-plugins-base-libs-docs.sgml:
7441           Prepare for comming gtkdoc features (rebase against online docs).
7442
7443 2007-08-10  Michael Smith <msmith@fluendo.com>
7444
7445         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7446           Debug output fixes.
7447         * tests/check/elements/audiorate.c: (do_perfect_stream_test),
7448         (GST_START_TEST):
7449           Change the number of buffers used; 500 is too many and leads to
7450           timeouts.
7451
7452 2007-08-10  Tim-Philipp Müller  <tim at centricular dot net>
7453
7454         * gst/playback/gstqueue2.c:
7455         * gst/videorate/gstvideorate.c:
7456           Printf format fixes (#465028).
7457
7458 2007-08-09  Michael Smith <msmith@fluendo.com>
7459
7460         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7461           If we have a large (> 1 second) discontinuity, push a series of
7462           smaller buffers rather than a single very large buffer. Avoids
7463           unreasonably large single buffer allocations when encountering a
7464           large gap.
7465         * tests/check/elements/audiorate.c: (GST_START_TEST),
7466         (audiorate_suite):
7467           Add a test for this.
7468
7469 2007-08-09  Jan Schmidt  <thaytan@mad.scientist.com>
7470
7471         * gst/playback/gstplaybasebin.c: (group_commit),
7472         (queue_remove_probe), (queue_threshold_reached):
7473
7474         Patch by: Josep Torra Valles <josep@fluendo.com>
7475         Fixes: #465015
7476         Make sure we remove the check_queues buffer probe from the 
7477         correct queue to avoid racily going back to "buffering 99%" when
7478         buffering is actually complete.
7479
7480         Also, fix the spelling of Josep's surname in the ChangeLog.
7481
7482 2007-08-09  Stefan Kost  <ensonic@users.sf.net>
7483
7484         * ext/ogg/gstoggmux.c:
7485           Do not leak oggmux instance.
7486         
7487         * ext/vorbis/vorbisenc.c:
7488           Also log values.
7489
7490 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7491
7492         * po/hu.po:
7493         * po/it.po:
7494         * po/nl.po:
7495         * po/uk.po:
7496         * po/vi.po:
7497           Updated translations.
7498
7499 2007-08-08  Stefan Kost  <ensonic@users.sf.net>
7500
7501         patch by: Yang Hong <hongyang@redflag-linux.com>
7502
7503         * ext/pango/gsttextoverlay.c:
7504         * ext/pango/gsttextoverlay.h:
7505           Add 'silent' property to GstTimeOverlay. Fixes #462979
7506
7507 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
7508
7509         Patch by: Josep Torra Valles <josep@fluendo.com>
7510
7511         * docs/plugins/gst-plugins-base-plugins.args:
7512         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
7513         (gst_uri_decode_bin_init), (gst_uri_decode_bin_set_property),
7514         (gst_uri_decode_bin_get_property), (gen_source_element):
7515         Add connection-speed property. Fixes #464690.
7516
7517 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
7518
7519         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
7520
7521         * configure.ac:
7522         * gst-libs/gst/rtsp/Makefile.am:
7523         * gst-libs/gst/rtsp/gstrtspconnection.c:
7524         (gst_rtsp_connection_connect):
7525         Fix compilation on windows. Fixes #464320.
7526
7527 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
7528
7529         Patch by: Josep Torra Valles <josep@fluendo.com>
7530
7531         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7532         (gst_play_base_bin_init), (queue_threshold_reached),
7533         (gen_source_element), (setup_substreams),
7534         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
7535         (gst_play_base_bin_get_streaminfo_value_array):
7536         * gst/playback/gstplaybasebin.h:
7537         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7538         (gst_play_bin_set_property), (gst_play_bin_get_property),
7539         (gst_play_bin_handle_redirect_message):
7540         Move connection-speed property from playbin to playbasebin so that we
7541         can also configure it in source elements that have the connection-speed
7542         property. Fixes #464028.
7543         Add some debug info here and there.
7544
7545 2007-08-06  Sebastian Dröge  <slomo@circular-chaos.org>
7546
7547         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
7548         Properly respond to conversion queries. Fixes #464079.
7549
7550 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
7551
7552         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init),
7553         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
7554         (gst_audio_test_src_init_sine_table),
7555         (gst_audio_test_src_change_wave), (gst_audio_test_src_create):
7556         * gst/audiotestsrc/gstaudiotestsrc.h:
7557         Add float/double and int32 support to audiotestsrc. Fixes #460422.
7558         Also set the default volume to the default value specified in the
7559         GParamSpec.
7560
7561 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
7562
7563         Patch by: Jens Granseuer <jensgr at gmx dot net>
7564
7565         * gst/audioconvert/gstaudioquantize.c:
7566         Fix C89 incompatibilities and spelling of explanations. Fixes #463215.
7567
7568 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
7569
7570         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_parse):
7571         Add rdt manager for rdt transport.
7572         Fix parsing of RDT transport.
7573
7574 2007-08-03  Jan Schmidt  <thaytan@mad.scientist.com>
7575
7576         * configure.ac:
7577         Back to CVS
7578
7579 === release 0.10.14 ===
7580
7581 2007-08-03  Jan Schmidt <thaytan@mad.scientist.com>
7582
7583         * configure.ac:
7584           releasing 0.10.14, "Light Years Ahead"
7585
7586 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7587
7588         * tests/check/libs/audio.c: (GST_START_TEST):
7589         Fix the test to reflect the behaviour of gst_audio_clip_buffer.
7590
7591 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7592
7593         * gst-libs/gst/audio/audio.c:
7594         When clipping a buffer with no timestamp, assume it is
7595         within the segment without warnings.
7596
7597         Fixes: #460978
7598
7599 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7600
7601         * gst-libs/gst/rtsp/gstrtspextension.c: (gst_rtsp_extension_send):
7602         Fire the signal on the object, not the interface.
7603
7604 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7605
7606         * gst-libs/gst/rtsp/.cvsignore:
7607         Ber. Don't include the full path, idiot.
7608
7609 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7610
7611         * gst-libs/gst/rtsp/.cvsignore:
7612         Ignore generated files.
7613
7614 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7615
7616         * gst-libs/gst/interfaces/Makefile.am:
7617         * gst-libs/gst/interfaces/interfaces-marshal.list:
7618         * gst-libs/gst/interfaces/rtspextension.c:
7619         * gst-libs/gst/interfaces/rtspextension.h:
7620         * gst-libs/gst/rtsp/Makefile.am:
7621         * gst-libs/gst/rtsp/gstrtsp.h:
7622         * gst-libs/gst/rtsp/gstrtspextension.c:
7623         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
7624         (gst_rtsp_extension_detect_server),
7625         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
7626         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
7627         (gst_rtsp_extension_configure_stream),
7628         (gst_rtsp_extension_get_transports),
7629         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7630         * gst-libs/gst/rtsp/gstrtspextension.h:
7631         * gst-libs/gst/rtsp/rtsp-marshal.list:
7632         Move the rtspextension.h interface into gstrtspextension.h
7633         as part of libgstrtsp instead of libgstinterfaces, because it's
7634         only for use within plugins, not applications. 
7635         Add stuff to do the enum & marshal generation needed in libgstrtsp now.
7636         Use the GST_TYPE_RTSP_RESULT enum type for the return value of the 
7637         signal that the GstRTSPExtension interface emits, since G_TYPE_ENUM
7638         is abstract.
7639
7640 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7641
7642         * gst-libs/gst/interfaces/Makefile.am:
7643         * gst-libs/gst/interfaces/interfaces-marshal.list:
7644         * gst-libs/gst/interfaces/rtspextension.c:
7645         (gst_rtsp_extension_iface_init),
7646         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7647         * gst-libs/gst/interfaces/rtspextension.h:
7648         Fix marshaller for the send signal.
7649         Add URL to stream selection interface method.
7650
7651 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7652
7653         * gst-libs/gst/riff/Makefile.am:
7654         Pull in our dependencies from -base before those from outside.
7655
7656 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7657
7658         * docs/libs/gst-plugins-base-libs-sections.txt:
7659         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_decode_ip):
7660         * gst-libs/gst/rtsp/gstrtspbase64.h:
7661         API: gst_rtsp_base64_decode_ip()
7662         Added function to decode Base64 in-place.
7663
7664 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7665
7666         * tests/check/libs/.cvsignore:
7667         Ignore the mixer test binary.
7668
7669 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7670
7671         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
7672         Gratuitous comment change to trigger a rebuild on the buildbots.
7673
7674 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7675
7676         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_media_get_media),
7677         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
7678         (gst_sdp_media_get_proto), (gst_sdp_media_formats_len),
7679         (gst_sdp_media_get_format), (gst_sdp_media_get_information),
7680         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
7681         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_badwidth),
7682         (gst_sdp_media_get_key), (gst_sdp_media_attributes_len),
7683         (gst_sdp_media_get_attribute), (gst_sdp_media_get_attribute_val_n),
7684         (gst_sdp_media_get_attribute_val):
7685         * gst-libs/gst/sdp/gstsdpmessage.h:
7686         Constify args where we can.
7687
7688 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7689
7690         * gst-libs/gst/interfaces/Makefile.am:
7691         * gst-libs/gst/interfaces/rtspextension.c:
7692         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
7693         (gst_rtsp_extension_detect_server),
7694         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
7695         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
7696         (gst_rtsp_extension_configure_stream),
7697         (gst_rtsp_extension_get_transports),
7698         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7699         * gst-libs/gst/interfaces/rtspextension.h:
7700         Move interface for RTSP extensions from -good to here.
7701         Added helper methods to invoke interface methods.
7702
7703 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7704
7705         * docs/libs/gst-plugins-base-libs-sections.txt:
7706         * gst-libs/gst/rtsp/gstrtspdefs.h:
7707         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
7708         (gst_rtsp_message_get_type), (gst_rtsp_message_parse_request),
7709         (gst_rtsp_message_init_response),
7710         (gst_rtsp_message_parse_response), (gst_rtsp_message_new_data),
7711         (gst_rtsp_message_parse_data), (gst_rtsp_message_add_header),
7712         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
7713         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
7714         (gst_rtsp_message_get_body), (dump_key_value):
7715         * gst-libs/gst/rtsp/gstrtspmessage.h:
7716         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7717         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7718         (gst_rtsp_range_parse):
7719         * gst-libs/gst/rtsp/gstrtsprange.h:
7720         * gst-libs/gst/rtsp/gstrtsptransport.c:
7721         * gst-libs/gst/rtsp/gstrtspurl.c:
7722         Fix some more RTSP docs.
7723         Add some missing methods for dealing with messages.
7724
7725 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7726
7727         * docs/libs/gst-plugins-base-libs-docs.sgml:
7728         * docs/libs/gst-plugins-base-libs-sections.txt:
7729         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
7730         * gst-libs/gst/rtsp/gstrtspbase64.h:
7731         * gst-libs/gst/rtsp/gstrtspconnection.c:
7732         (gst_rtsp_connection_connect), (add_auth_header),
7733         (gst_rtsp_connection_write), (gst_rtsp_connection_send),
7734         (read_body), (gst_rtsp_connection_receive),
7735         (gst_rtsp_connection_next_timeout),
7736         (gst_rtsp_connection_reset_timeout),
7737         (gst_rtsp_connection_set_auth):
7738         * gst-libs/gst/rtsp/gstrtspconnection.h:
7739         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
7740         * gst-libs/gst/rtsp/gstrtspdefs.h:
7741         * gst-libs/gst/rtsp/gstrtspmessage.h:
7742         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7743         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7744         (gst_rtsp_range_parse):
7745         * gst-libs/gst/rtsp/gstrtspurl.h:
7746         Added beginnings of RTSP documentation.
7747
7748 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7749
7750         * docs/libs/Makefile.am:
7751         * docs/libs/gst-plugins-base-libs-docs.sgml:
7752         * docs/libs/gst-plugins-base-libs-sections.txt:
7753         * gst-libs/gst/sdp/gstsdp.h:
7754         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_set_origin),
7755         (gst_sdp_message_set_connection), (gst_sdp_message_add_bandwidth),
7756         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
7757         (gst_sdp_message_set_key), (gst_sdp_message_get_attribute_val_n),
7758         (gst_sdp_message_get_attribute_val),
7759         (gst_sdp_message_add_attribute), (gst_sdp_media_new),
7760         (gst_sdp_media_init), (gst_sdp_media_uninit), (gst_sdp_media_free),
7761         (gst_sdp_media_get_media), (gst_sdp_media_set_media),
7762         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
7763         (gst_sdp_media_set_port_info), (gst_sdp_media_get_proto),
7764         (gst_sdp_media_set_proto), (gst_sdp_media_formats_len),
7765         (gst_sdp_media_get_format), (gst_sdp_media_add_format),
7766         (gst_sdp_media_get_information), (gst_sdp_media_set_information),
7767         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
7768         (gst_sdp_media_add_connection), (gst_sdp_media_bandwidths_len),
7769         (gst_sdp_media_get_badwidth), (gst_sdp_media_add_bandwidth),
7770         (gst_sdp_media_set_key), (gst_sdp_media_get_key),
7771         (gst_sdp_media_attributes_len), (gst_sdp_media_add_attribute),
7772         (gst_sdp_media_get_attribute_val_n),
7773         (gst_sdp_media_get_attribute_val), (gst_sdp_message_parse_buffer),
7774         (print_media), (gst_sdp_message_dump):
7775         * gst-libs/gst/sdp/gstsdpmessage.h:
7776         Document the SDP library.
7777         Add some of the missing SDPMedia methods.
7778
7779 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7780
7781         * configure.ac:
7782         * gst-libs/gst/Makefile.am:
7783         * gst-libs/gst/rtsp/Makefile.am:
7784         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
7785         * gst-libs/gst/rtsp/gstrtspbase64.h:
7786         * gst-libs/gst/rtsp/gstrtspconnection.c: (inet_aton),
7787         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
7788         (add_auth_header), (add_date_header), (gst_rtsp_connection_write),
7789         (gst_rtsp_connection_send), (read_line), (read_string), (read_key),
7790         (parse_response_status), (parse_request_line), (parse_line),
7791         (gst_rtsp_connection_read), (read_body),
7792         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
7793         (gst_rtsp_connection_free), (gst_rtsp_connection_next_timeout),
7794         (gst_rtsp_connection_reset_timeout), (gst_rtsp_connection_flush),
7795         (gst_rtsp_connection_set_auth):
7796         * gst-libs/gst/rtsp/gstrtspconnection.h:
7797         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status),
7798         (gst_rtsp_strresult), (gst_rtsp_method_as_text),
7799         (gst_rtsp_version_as_text), (gst_rtsp_header_as_text),
7800         (gst_rtsp_status_as_text), (gst_rtsp_find_header_field),
7801         (gst_rtsp_find_method):
7802         * gst-libs/gst/rtsp/gstrtspdefs.h:
7803         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
7804         (gst_rtsp_message_new), (gst_rtsp_message_init),
7805         (gst_rtsp_message_new_request), (gst_rtsp_message_init_request),
7806         (gst_rtsp_message_new_response), (gst_rtsp_message_init_response),
7807         (gst_rtsp_message_init_data), (gst_rtsp_message_unset),
7808         (gst_rtsp_message_free), (gst_rtsp_message_add_header),
7809         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
7810         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
7811         (gst_rtsp_message_take_body), (gst_rtsp_message_get_body),
7812         (gst_rtsp_message_steal_body), (dump_mem), (dump_key_value),
7813         (gst_rtsp_message_dump):
7814         * gst-libs/gst/rtsp/gstrtspmessage.h:
7815         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7816         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7817         (gst_rtsp_range_parse), (gst_rtsp_range_free):
7818         * gst-libs/gst/rtsp/gstrtsprange.h:
7819         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_new),
7820         (gst_rtsp_transport_init), (gst_rtsp_transport_get_mime),
7821         (gst_rtsp_transport_get_manager), (parse_mode), (parse_range),
7822         (range_as_text), (rtsp_transport_mode_as_text),
7823         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
7824         (gst_rtsp_transport_parse), (gst_rtsp_transport_as_text),
7825         (gst_rtsp_transport_free):
7826         * gst-libs/gst/rtsp/gstrtsptransport.h:
7827         * gst-libs/gst/rtsp/gstrtspurl.c: (gst_rtsp_url_parse),
7828         (gst_rtsp_url_free), (gst_rtsp_url_set_port),
7829         (gst_rtsp_url_get_port), (gst_rtsp_url_get_request_uri):
7830         * gst-libs/gst/rtsp/gstrtspurl.h:
7831         * gst-libs/gst/sdp/Makefile.am:
7832         * gst-libs/gst/sdp/gstsdp.h:
7833         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_origin_init),
7834         (gst_sdp_connection_init), (gst_sdp_bandwidth_init),
7835         (gst_sdp_time_init), (gst_sdp_zone_init), (gst_sdp_key_init),
7836         (gst_sdp_attribute_init), (gst_sdp_message_new),
7837         (gst_sdp_message_init), (gst_sdp_message_uninit),
7838         (gst_sdp_message_free), (gst_sdp_media_new), (gst_sdp_media_init),
7839         (gst_sdp_media_uninit), (gst_sdp_media_free),
7840         (gst_sdp_message_set_origin), (gst_sdp_message_get_origin),
7841         (gst_sdp_message_set_connection), (gst_sdp_message_get_connection),
7842         (gst_sdp_message_add_bandwidth), (gst_sdp_message_add_time),
7843         (gst_sdp_message_add_zone), (gst_sdp_message_set_key),
7844         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
7845         (gst_sdp_message_get_attribute_val),
7846         (gst_sdp_message_add_attribute), (gst_sdp_message_add_media),
7847         (gst_sdp_media_add_attribute), (gst_sdp_media_add_bandwidth),
7848         (gst_sdp_media_add_format), (gst_sdp_media_get_attribute),
7849         (gst_sdp_media_get_attribute_val_n),
7850         (gst_sdp_media_get_attribute_val), (gst_sdp_media_get_format),
7851         (read_string), (read_string_del), (gst_sdp_parse_line),
7852         (gst_sdp_message_parse_buffer), (print_media),
7853         (gst_sdp_message_dump):
7854         * gst-libs/gst/sdp/gstsdpmessage.h:
7855         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7856         Move SDP and RTSP from helper objects in -good to a reusable library.
7857         Use a proper gst_ namespace.
7858
7859 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
7860
7861         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
7862         (vorbis_dec_flush_decode):
7863         Use the new buffer clipping function from gstaudio here.
7864
7865 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
7866
7867         * docs/libs/gst-plugins-base-libs-sections.txt:
7868         * gst-libs/gst/audio/audio.c: (gst_audio_buffer_clip):
7869         * gst-libs/gst/audio/audio.h:
7870         * tests/check/libs/audio.c: (GST_START_TEST), (audio_suite):
7871         API: Add buffer clipping function for raw audio buffers. Fixes #456656.
7872         Also add deprecation guards for gst_audio_structure_set_int() to the
7873         header.
7874
7875 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
7876
7877         * docs/libs/gst-plugins-base-libs-sections.txt:
7878           Cleanup the docs.
7879
7880 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
7881
7882         Patch by: Dan Williams <dcbw at redhat dot com>
7883
7884         * gst/playback/gstplaybasebin.c:
7885         (gst_play_base_bin_get_streaminfo_value_array):
7886         Don't return NULL when querying the stream info value array but instead
7887         return an empty array. Fixes #459204.
7888
7889 2007-07-23  Tim-Philipp Müller  <tim at centricular dot net>
7890
7891         * gst/playback/gsturidecodebin.c:
7892           Init debug category before using it.
7893
7894 2007-07-21  Jan Schmidt  <thaytan@noraisin.net>
7895
7896         * gst-libs/gst/interfaces/mixer.h:
7897         Add padding vars in place of the signal pointers
7898         when building with DISABLE_DEPRECATED so that the
7899         interface structure doesn't change size.
7900
7901 2007-07-20  Jan Schmidt  <thaytan@noraisin.net>
7902
7903         * docs/libs/gst-plugins-base-libs-sections.txt:
7904         * ext/alsa/gstalsamixer.c:
7905         * ext/alsa/gstalsamixer.h:
7906         * ext/alsa/gstalsamixerelement.c:
7907         * ext/alsa/gstalsamixertrack.c:
7908         * gst-libs/gst/interfaces/mixer.c:
7909         * gst-libs/gst/interfaces/mixer.h:
7910         * gst-libs/gst/interfaces/mixeroptions.c:
7911         * gst-libs/gst/interfaces/mixeroptions.h:
7912         * gst-libs/gst/interfaces/mixertrack.c:
7913         * gst-libs/gst/interfaces/mixertrack.h:
7914         * tests/check/Makefile.am:
7915         * tests/check/libs/mixer.c:
7916
7917         Patch By: Marc-Andre Lureau <marcandre.lureau@gmail.com>
7918         Fixes: #152864 
7919
7920         Add support for notifying mixer changes on the message bus, and
7921         implement it in alsamixer.
7922
7923         API: gst_mixer_get_mixer_flags
7924         API: gst_mixer_message_parse_mute_toggled
7925         API: gst_mixer_message_parse_record_toggled
7926         API: gst_mixer_message_parse_volume_changed
7927         API: gst_mixer_message_parse_option_changed
7928         API: GstMixerMessageType
7929         API: GstMixerFlags
7930
7931 2007-07-20  Michael Smith <msmith@fluendo.com>
7932
7933         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7934         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps):
7935           xcontext->im_format is only for testing XShm support (as the header
7936           file comments document). Use xvimage->im_format for everything else.
7937           Avoids spurious warnings on buffer allocation before setcaps.
7938
7939 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
7940
7941         * tests/examples/volume/Makefile.am:
7942         * tests/icles/Makefile.am:
7943           We should use $(LIBM).
7944
7945 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
7946
7947         * tests/icles/Makefile.am:
7948           This needs -lm.
7949
7950 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
7951
7952         * gst-libs/gst/rtp/gstbasertppayload.c:
7953         (gst_basertppayload_class_init), (gst_basertppayload_init),
7954         (gst_basertppayload_set_property),
7955         (gst_basertppayload_get_property):
7956         Don't break ABI, restore previous ranges. Keep the default random
7957         selection of timestamp and seqnum offset but as soon as the app sets a
7958         specific value, use that one.
7959
7960 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
7961
7962         Patch by: Bastien Nocera <hadess at hadess dot net>
7963
7964         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
7965         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
7966         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
7967         * sys/xvimage/xvimagesink.h:
7968         Add option to turn off double-buffering for debugging purposes.
7969         Fixes #437169.
7970
7971 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
7972
7973         Patch by: Jorn Baayen <jorn at openedhand dot com>
7974
7975         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
7976         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
7977         (gst_ximagesink_init), (gst_ximagesink_class_init):
7978         * sys/ximage/ximagesink.h:
7979         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
7980         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
7981         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
7982         * sys/xvimage/xvimagesink.h:
7983         add 'handle-expose' property. Useful for video widgets which may want to
7984         be in control of Expose behaviour. Fixes #380625
7985
7986 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
7987
7988         * gst-libs/gst/rtp/gstbasertppayload.c:
7989         (gst_basertppayload_class_init), (gst_basertppayload_init),
7990         (gst_basertppayload_event), (gst_basertppayload_push),
7991         (gst_basertppayload_set_property),
7992         (gst_basertppayload_get_property),
7993         (gst_basertppayload_change_state):
7994         * gst-libs/gst/rtp/gstbasertppayload.h:
7995         Fix ranges of rtp payloader properties so that the full range can be
7996         used in addition to -1 (random).
7997         Fix wrong seqnum reporting in caps.
7998         Fixes #420326.
7999
8000 2007-07-13  Wim Taymans  <wim.taymans@gmail.com>
8001
8002         * gst/videorate/gstvideorate.c: (gst_video_rate_init),
8003         (gst_video_rate_query):
8004         Use boilerplate.
8005         Add latency query, might not be perfect yet but already works a lot
8006         better. Fixes #442557.
8007
8008 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8009
8010         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8011         (gst_xvimagesink_setcaps):
8012         * sys/xvimage/xvimagesink.h:
8013         After a caps change, redraw our borders to avoid garbage left there
8014         when the image format changes to a smaller size, like 16:9 -> 4:3
8015         Also, hold the flow_lock a bit longer in the set_caps while we're
8016         fiddling with the xcontext.
8017
8018 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8019
8020         * Makefile.am:
8021         * configure.ac:
8022         * tests/Makefile.am:
8023         Remove bogus check for libcheck, since we check for
8024         gstreamer-check and it pulls in the required info from there, and we
8025         weren't actually _using_ the information for libcheck ourselves
8026         anyway.
8027
8028 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8029
8030         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8031         (gst_ffmpeg_caps_to_pixfmt):
8032         Fix the r_mask test for RGBA32 on little-endian.
8033         Fix a stupid typo that would have obviously broken 
8034         compilation on big-endian, if anyone was testing.
8035
8036 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
8037
8038         * gst/videotestsrc/videotestsrc.c: (paint_hline_AYUV),
8039         (paint_hline_str4):
8040         * gst/videotestsrc/videotestsrc.h:
8041         Add alpha to the color struct.
8042         Use a default alpha value of 255 instead of 128.
8043
8044 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
8045
8046         * gst/playback/gstplaybasebin.c: (no_more_pads_full),
8047         (setup_source):
8048         Clear the dynamic pads counter when starting a new uri. This makes
8049         reusing playbin work again.
8050         Fixes #454264.
8051
8052 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
8053
8054         * configure.ac:
8055           Use pkg-config to locate check.
8056
8057 2007-07-12  Tim-Philipp Müller  <tim at centricular dot net>
8058
8059         * configure.ac:
8060         * tests/check/elements/volume.c: (GST_START_TEST):
8061           Fix 'make check' build against core CVS.
8062
8063 2007-07-10  Stefan Kost  <ensonic@users.sf.net>
8064
8065         * gst-libs/gst/interfaces/propertyprobe.c:
8066         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8067         * gst-libs/gst/tag/gstvorbistag.c:
8068           Make gtk-doc happy.
8069
8070 2007-07-08  Tim-Philipp Müller  <tim at centricular dot net>
8071
8072         * gst-libs/gst/audio/gstbaseaudiosink.c:
8073         (gst_base_audio_sink_callback):
8074           Quick hack to make audiosinks stop at EOS when operating in
8075           pull-mode; needs to be fixed properly some day.
8076
8077 2007-07-06  Stefan Kost  <ensonic@users.sf.net>
8078
8079         * docs/libs/gst-plugins-base-libs-sections.txt:
8080           Fix location of includes in the docs.
8081
8082 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
8083
8084         * gst/ffmpegcolorspace/avcodec.h:
8085         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8086         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
8087         (gst_ffmpegcsp_avpicture_fill):
8088         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
8089         (img_get_alpha_info):
8090         Add 2 new pixel formats - ABGR32 and ARGB32, which are reflections
8091         of the existing BGRA32 and RGBA32 formats with the alpha at the other
8092         end of the word. Partially fixes #451908
8093
8094 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
8095
8096         * docs/libs/Makefile.am:
8097         * docs/plugins/Makefile.am:
8098           Simplify --extra-dir as gtkdoc scans recursively.
8099
8100 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
8101
8102         * gst/adder/gstadder.c: (gst_adder_sink_getcaps),
8103         (gst_adder_request_new_pad):
8104         Make getcaps more robust by not using the proxycaps function. This makes
8105         sure that we don't end up recursively calling getcaps upstream.
8106         See #316248.
8107
8108 2007-06-29  Wim Taymans  <wim.taymans@gmail.com>
8109
8110         * gst/audioconvert/audioconvert.c:
8111         Include math.h to fix compilation.
8112
8113 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
8114
8115         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8116         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
8117         Add a mapping for YUV format "IYU1", which is a 4:1:1 packed pixel
8118         format, as produced by some dc1394 cameras like the iSight.
8119         See http://www.fourcc.org/yuv.php#IYU1
8120
8121 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
8122
8123         * gst/audioconvert/Makefile.am:
8124         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
8125         (check_default), (audio_convert_prepare_context),
8126         (audio_convert_clean_context), (audio_convert_convert):
8127         * gst/audioconvert/audioconvert.h:
8128         * gst/audioconvert/gstaudioconvert.c:
8129         (gst_audio_convert_dithering_get_type),
8130         (gst_audio_convert_ns_get_type), (gst_audio_convert_class_init),
8131         (gst_audio_convert_init), (gst_audio_convert_set_caps),
8132         (gst_audio_convert_set_property), (gst_audio_convert_get_property):
8133         * gst/audioconvert/gstaudioconvert.h:
8134         * gst/audioconvert/gstaudioquantize.c:
8135         (gst_audio_quantize_setup_noise_shaping),
8136         (gst_audio_quantize_free_noise_shaping),
8137         (gst_audio_quantize_setup_dither),
8138         (gst_audio_quantize_free_dither),
8139         (gst_audio_quantize_setup_quantize_func),
8140         (gst_audio_quantize_setup), (gst_audio_quantize_free):
8141         * gst/audioconvert/gstaudioquantize.h:
8142         Implement dithering and noise shaping in audioconvert. By default now
8143         TPDF dithering (and no noise shaping) will be used when converting
8144         from a higher bit depth to 20 bit depth or smaller, otherwise
8145         everything will be as it is now.
8146         For the last audioconvert in a pipeline it would make sense to
8147         use some kind of noise shaping, enabling it by default for all
8148         conversions would give undesired results though. Fixes #360246.
8149         * tests/check/elements/audioconvert.c: (setup_audioconvert),
8150         (GST_START_TEST):
8151         Adjust unit test for the new audioconvert.
8152
8153 2007-06-28  Wim Taymans  <wim@fluendo.com>
8154
8155         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering):
8156         Use other metrics as well when estimating the buffer level.
8157
8158 2007-06-28  Wim Taymans  <wim@fluendo.com>
8159
8160         * gst/playback/gstplaybasebin.c: (make_decoder), (setup_source):
8161         Small debug improvement.
8162
8163         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering),
8164         (plugin_init):
8165         Tweak the rate estimation period.
8166         When calculating the buffer filledness in rate estimation mode, don't
8167         mix it with other metrics.
8168
8169 2007-06-28  Wim Taymans  <wim@fluendo.com>
8170
8171         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
8172         (gst_decode_group_expose), (gst_decode_group_free), (add_fakesink):
8173         When creating the groups, allow for a 5 second, unlimited buffers
8174         preroll phase after which we expose the group.
8175         When the group is exposed, use a small number of buffers up to a 2
8176         second limit. Also disconnect the overrun signal from multiqueue when we
8177         exposed the group because it is not needed anymore.
8178
8179 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
8180
8181         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
8182           Don't pass trailing zeroes in fixed-size string arrays in ID3v1 tags
8183           to utf8-validate; fixes recognition of ID3v1 tags in UTF-8 encoding
8184           (#451707); also, output some debugging info when dealing with
8185           freeform strings.
8186
8187         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite):
8188           Add unit test for the above.
8189
8190 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
8191
8192         * gst-libs/gst/pbutils/descriptions.c: (caps_are_rtp_caps):
8193           Add description for Windows Media RTP caps.
8194
8195         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
8196           Remove RTP fields that don't define the format from caps.
8197
8198 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
8199
8200         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
8201           Skip empty buffers, but not empty header buffers. That way the original
8202           vorbisdec unit test still passes (#451145); also, take into account
8203           that those empty packets might carry a granulepos.
8204
8205         * tests/check/Makefile.am:
8206         * tests/check/elements/vorbisdec.c:
8207         (_create_codebook_header_buffer), (_create_audio_buffer),
8208         (GST_START_TEST), (vorbisdec_suite):
8209           Add unit test that sends an empty packet.
8210
8211 2007-06-27  Wim Taymans  <wim@fluendo.com>
8212
8213         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
8214         Don't error out on 0-sized packets, just emit a warning because this is
8215         not a fatal error. Fixes #451145.
8216
8217 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
8218
8219         * docs/plugins/gst-plugins-base-plugins.args:
8220         * docs/plugins/gst-plugins-base-plugins.signals:
8221         * docs/plugins/inspect/plugin-adder.xml:
8222         * docs/plugins/inspect/plugin-alsa.xml:
8223         * docs/plugins/inspect/plugin-audioconvert.xml:
8224         * docs/plugins/inspect/plugin-audiorate.xml:
8225         * docs/plugins/inspect/plugin-audioresample.xml:
8226         * docs/plugins/inspect/plugin-audiotestsrc.xml:
8227         * docs/plugins/inspect/plugin-cdparanoia.xml:
8228         * docs/plugins/inspect/plugin-decodebin.xml:
8229         * docs/plugins/inspect/plugin-decodebin2.xml:
8230         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
8231         * docs/plugins/inspect/plugin-gdp.xml:
8232         * docs/plugins/inspect/plugin-gnomevfs.xml:
8233         * docs/plugins/inspect/plugin-libvisual.xml:
8234         * docs/plugins/inspect/plugin-ogg.xml:
8235         * docs/plugins/inspect/plugin-pango.xml:
8236         * docs/plugins/inspect/plugin-playbin.xml:
8237         * docs/plugins/inspect/plugin-subparse.xml:
8238         * docs/plugins/inspect/plugin-tcp.xml:
8239         * docs/plugins/inspect/plugin-theora.xml:
8240         * docs/plugins/inspect/plugin-typefindfunctions.xml:
8241         * docs/plugins/inspect/plugin-video4linux.xml:
8242         * docs/plugins/inspect/plugin-videorate.xml:
8243         * docs/plugins/inspect/plugin-videoscale.xml:
8244         * docs/plugins/inspect/plugin-videotestsrc.xml:
8245         * docs/plugins/inspect/plugin-volume.xml:
8246         * docs/plugins/inspect/plugin-vorbis.xml:
8247         * docs/plugins/inspect/plugin-ximagesink.xml:
8248         * docs/plugins/inspect/plugin-xvimagesink.xml:
8249           Update docs with caps info.
8250
8251 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
8252
8253         * po/POTFILES.in:
8254           Add more files with translatable strings (#450875).
8255
8256 2007-06-23  Edward Hervey  <edward@fluendo.com>
8257
8258         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_find_chains):
8259         The chain should be freed if we error out here, else it will leak.
8260         * gst/playback/gstdecodebin.c: (disconnect_unlinked_signals),
8261         (cleanup_decodebin):
8262         Don't forget to *properly* remove the signals, else it will leak.
8263
8264 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
8265
8266         * MAINTAINERS:
8267         Updating all the maintainers files
8268
8269 2007-06-21  Stefan Kost  <ensonic@users.sf.net>
8270
8271         * tests/examples/seek/seek.c: (update_scale), (play_cb), (stop_cb),
8272         (main):
8273           Destroy and recreate parse-launch based pipeline after stop to be able
8274           to play again. Reorder some code and add more comments.
8275
8276 2007-06-20  Jan Schmidt  <thaytan@mad.scientist.com>
8277
8278         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
8279         When handling a delayed-caps notification case, mark
8280         the group as dynamic so that the nbdynamic count is
8281         incremented and decremented correctly. Fixes: #449156
8282         Patch by: Wim Taymans <wim@fluendo.com>
8283
8284 2007-06-19  Andy Wingo  <wingo@pobox.com>
8285
8286         * gst-libs/gst/audio/gstbaseaudiosink.c
8287         (gst_base_audio_sink_init): Enable pull-mode operation.
8288
8289 2007-06-19  Michael Smith <msmith@fluendo.com>
8290
8291         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8292           Change minimum rate back to 1000 to allow low-sample-rate wav files
8293           to play back.
8294
8295 2007-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
8296
8297         * po/vi.po:
8298           Update translations.
8299
8300 2007-06-15  David Schleef  <ds@schleef.org>
8301
8302         * gst/playback/gstqueue2.c:
8303           Fix compile error from ignored return value.
8304
8305 2007-06-15  Michael Smith <msmith@fluendo.com>
8306
8307         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
8308           Update tmpbuf for all neccesary rows, not just one, as is required
8309           when downscaling.
8310           Fixes #402076.
8311
8312 2007-06-15  Michael Smith <msmith@fluendo.com>
8313
8314         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (is_video),
8315         (eos_buffer_probe):
8316           Add a test that ensures we set DELTA_UNIT on all non-header,
8317           non-video buffers, if we have a video stream.
8318         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
8319         (gst_ogg_mux_process_best_pad):
8320           Move setting delta_pad to earlier, where we inspect all pads, so
8321           that leading audio pages don't get DELTA_UNIT unset if they come
8322           before the first DELTA_UNIT from video pages. Fixes the newly-added
8323           test. Fixes #385527.
8324
8325 2007-06-14  Tim-Philipp Müller  <tim at centricular dot net>
8326
8327         * tests/check/pipelines/streamheader.c: (streamheader_suite):
8328           Disable test_multifdsink_gdp_vorbisenc() on ppc64 since it
8329           fails on the p5-ppc64 build bot and the failure looks like it is due
8330           to the same issue as #348114, ie. a compiler bug.
8331
8332 2007-06-13  Edward Hervey  <edward@fluendo.com>
8333
8334         * gst/playback/gstqueue2.c: (gst_queue_create_read):
8335         Fix build on MacOSX.
8336
8337 2007-06-13  Wim Taymans  <wim@fluendo.com>
8338
8339         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8340         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain):
8341         Fix compilation on mingw. Fixes #446972.
8342
8343 2007-06-12  Wim Taymans  <wim@fluendo.com>
8344
8345         Patches by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8346
8347         * gst/playback/gstqueue2.c: (update_buffering),
8348         (gst_queue_locked_enqueue):
8349         Fix a division by zero when the max percent is <= 0. Fixes #446572.
8350         also update the buffering status when receiving events. Fixes #446551.
8351
8352 2007-06-11  Wim Taymans  <wim@fluendo.com>
8353
8354         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8355
8356         * gst/playback/gstqueue2.c: (gst_queue_peer_query),
8357         (gst_queue_handle_src_query):
8358         Wait for preroll before attempting to forward a duration query upstream.
8359         Fixes #445505.
8360
8361 2007-06-07  Sebastien Moutte  <sebastien@moutte.net>
8362
8363         * gst-libs/gst/rtp/gstbasertpdepayload.c: 
8364         (gst_base_rtp_depayload_set_gst_timestamp):
8365         Use G_GINT64_CONSTANT macro for int64 constant.
8366         * win32/common/libgstinterfaces.def:
8367         * win32/common/libgsttag.def:
8368         Add new exported functions.
8369
8370 2007-06-07  Tim-Philipp Müller  <tim at centricular dot net>
8371
8372         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
8373           The BOS page of the first Dirac video stream needs to come before
8374           the BOS page of any Vorbis streams or other audio streams, just like
8375           it is with Theora.
8376
8377 2007-06-07  Wim Taymans  <wim@fluendo.com>
8378
8379         * gst/playback/gstqueue2.c: (gst_queue_get_range):
8380         Fix compilation.
8381
8382 2007-06-06  Wim Taymans  <wim@fluendo.com>
8383
8384         Patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8385
8386         * gst/playback/gstqueue2.c: (gst_queue_init),
8387         (gst_queue_handle_sink_event), (gst_queue_chain),
8388         (gst_queue_get_range), (gst_queue_src_checkgetrange_function),
8389         (gst_queue_sink_activate_push), (gst_queue_src_activate_push),
8390         (gst_queue_src_activate_pull):
8391         Add pull based scheduling and fix some deadlocks. Fixes #444523.
8392         Does not yet completely work because duration queries upstream won't
8393         block yet.
8394
8395 2007-06-06  Wim Taymans  <wim@fluendo.com>
8396
8397         * configure.ac:
8398         * gst/playback/gstqueue2.c: (gst_queue_create_read):
8399         Some more fseeko checks.
8400
8401 2007-06-06  Wim Taymans  <wim@fluendo.com>
8402
8403         * configure.ac:
8404         check for large file support.
8405
8406 2007-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
8407
8408         Based on a patch by Sven Arvidsson <sa at whiz dot se>:
8409
8410         * gst/subparse/gstsubparse.c: (parse_subrip),
8411         (subviewer_unescape_newlines), (parse_subviewer),
8412         (gst_sub_parse_data_format_autodetect),
8413         (gst_sub_parse_format_autodetect), (gst_subparse_type_find):
8414         * gst/subparse/gstsubparse.h:
8415         Add support for SubViewer version 1 and 2 subtitles. Fixes #394061.
8416         * tests/check/elements/subparse.c: (GST_START_TEST),
8417         (subparse_suite):
8418         Add a unit test for both SubViewer formats.
8419
8420 2007-06-01  Michael Smith <msmith@fluendo.com>
8421
8422         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
8423           Don't overflow intermediate values when seeking to large time values
8424           in audiotestsrc.
8425
8426 2007-06-05  Wim Taymans  <wim@fluendo.com>
8427
8428         * gst/playback/gstqueue2.c: (gst_queue_have_data),
8429         (gst_queue_create_read), (gst_queue_read_item_from_file),
8430         (gst_queue_open_temp_location_file), (gst_queue_locked_enqueue):
8431         Include stdio to define fseeko.
8432
8433 2007-06-05  Wim Taymans  <wim@fluendo.com>
8434
8435         Patch by: Edward Hervey  <edward@fluendo.com>
8436
8437         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
8438         (gst_v4lsrc_query):
8439         Make v4lsrc output segments in GST_FORMAT_TIME. Fixes #442553.
8440
8441 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
8442
8443         * gst-libs/gst/riff/Makefile.am:
8444         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_info):
8445           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
8446           our own implementation.
8447
8448 2007-06-05  Wim Taymans  <wim@fluendo.com>
8449
8450         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8451         (gst_base_rtp_depayload_setcaps),
8452         (gst_base_rtp_depayload_set_gst_timestamp),
8453         (gst_base_rtp_depayload_change_state):
8454         Handle timestamp wraparound.
8455
8456 2007-06-05  Wim Taymans  <wim@fluendo.com>
8457
8458         * gst/playback/gsturidecodebin.c: (no_more_pads_full),
8459         (new_decoded_pad), (remove_pads), (make_decoder), (setup_source),
8460         (gst_uri_decode_bin_change_state):
8461         Make sure we name srcpads uniquely even when using different internal
8462         decodebins.
8463         Signal no-more-pads when no more dynamic elements exist.
8464         Remove pads on cleanup.
8465
8466 2007-06-05  Wim Taymans  <wim@fluendo.com>
8467
8468         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8469
8470         * gst/playback/gstqueue2.c: (gst_queue_class_init),
8471         (gst_queue_init), (gst_queue_finalize),
8472         (gst_queue_write_buffer_to_file), (gst_queue_have_data),
8473         (gst_queue_create_read), (gst_queue_read_item_from_file),
8474         (gst_queue_open_temp_location_file),
8475         (gst_queue_close_temp_location_file), (gst_queue_locked_flush),
8476         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8477         (gst_queue_is_empty), (gst_queue_is_filled),
8478         (gst_queue_change_state), (gst_queue_set_temp_location),
8479         (gst_queue_set_property):
8480         Add support for filebased buffering. Fixes #441264.
8481
8482 2007-06-05  Wim Taymans  <wim@fluendo.com>
8483
8484         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter),
8485         (analyze_new_pad), (connect_pad), (expose_pad), (caps_notify_cb),
8486         (caps_notify_group_cb), (gst_decode_group_new),
8487         (gst_decode_group_free):
8488         Add support for delayed caps fixation when autoplugging.
8489         Optimize cases where a multiqueue is not needed/wanted, like right after
8490         anything that is not a demuxer.
8491
8492 2007-06-05  Wim Taymans  <wim@fluendo.com>
8493
8494         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone),
8495         (gst_ogg_pad_submit_packet), (gst_ogg_demux_perform_seek),
8496         (gst_ogg_demux_read_chain), (gst_ogg_demux_collect_chain_info):
8497         consideratly speedup ogg chain detection by not trying to find a base
8498         timestamp for skeleton streams. 
8499
8500 2007-06-05  Wim Taymans  <wim@fluendo.com>
8501
8502         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
8503         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_add_full),
8504         (gst_multi_fd_sink_remove_flush),
8505         (gst_multi_fd_sink_remove_client_link),
8506         (gst_multi_fd_sink_handle_client_write),
8507         (gst_multi_fd_sink_handle_clients):
8508         * gst/tcp/gstmultifdsink.h:
8509         Add support for remove_flush.
8510
8511 2007-06-05  Wim Taymans  <wim@fluendo.com>
8512
8513         * docs/design/draft-keyframe-force.txt:
8514         * ext/theora/theoraenc.c: (theora_enc_sink_event),
8515         (theora_enc_chain):
8516         Add draft design for forcing keyframes in encoders and implement in
8517         theoraenc.
8518
8519 2007-06-05  Jan Schmidt  <thaytan@mad.scientist.com>
8520
8521         * configure.ac:
8522           Back to CVS
8523
8524 === release 0.10.13 ===
8525
8526 2007-06-05  Jan Schmidt <thaytan@mad.scientist.com>
8527
8528         * configure.ac:
8529           releasing 0.10.13, "What's Going on?"
8530
8531 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
8532
8533         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8534         In riff, the depth is stored in the size field but it just means that
8535         the least significant bits are cleared. We can therefore just play
8536         the sample as if it had a depth == width. Fixes: #440997
8537
8538         Patch by: Wim Taymans <wim@fluendo.com> 
8539         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
8540
8541 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
8542
8543         * gst-libs/gst/floatcast/floatcast.h:
8544         Define inline when needed on win32 builds. Fixes: #441295
8545         Patch by: Sebastien Moutte  <sebastien@moutte.net>
8546
8547 2007-05-29  Wim Taymans  <wim@fluendo.com>
8548
8549         * gst/playback/gstplaybasebin.c: (queue_overrun),
8550         (no_more_pads_full):
8551         Stop buffering when the group is commited because the queues filled up.
8552         Fixes #442024.
8553
8554 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
8555
8556         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
8557         (gst_alsa_mixer_free), (gst_alsa_mixer_update),
8558         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
8559         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
8560         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
8561         * ext/alsa/gstalsamixer.h:
8562         * ext/alsa/gstalsamixerelement.c:
8563         (gst_alsa_mixer_element_interface_supported),
8564         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
8565         (gst_alsa_mixer_element_set_property),
8566         (gst_alsa_mixer_element_get_property),
8567         (gst_alsa_mixer_element_change_state):
8568         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_update):
8569         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_volume_changed),
8570         (gst_mixer_option_changed):
8571         * gst-libs/gst/interfaces/mixer.h:
8572         Revert commits towards #152864 made so far. We'll pick it up again
8573         after the 0.10.13 release.
8574
8575 2007-05-24  Wim Taymans  <wim@fluendo.com>
8576
8577         * gst-libs/gst/audio/gstbaseaudiosink.c:
8578         (gst_base_audio_sink_render):
8579         After an interrupt (PAUSED/flush) assume that the next sample should not
8580         be aligned to the previous sample. Fixes #417992.
8581
8582 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
8583
8584         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8585           Don't add channels and rate fields to the template caps for
8586           audio/x-dts, as wavparse might not always be able to set them,
8587           which would then lead to 'caps are not a real subset of the
8588           template caps' warnings.
8589
8590 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
8591
8592         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
8593         Handle unknown or invalid pads without crashing, as might occur if
8594         a media file like an mp3 is specified as a subtitle file.
8595         Fixes: #410039
8596
8597 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
8598
8599         * gst/playback/gstplaybin.c: (add_sink), (dummy_blocked_cb),
8600         (setup_sinks):
8601         Block the subtitle bin output queue before ghosting it and linking,
8602         then unblock after. This avoids spurious not-linked errors caused 
8603         by the queue starting up (because it gets linked when it is ghosted). 
8604         Fixes: #350299
8605
8606 2007-05-23  Jan Schmidt  <thaytan@mad.scientist.com>
8607
8608         * tests/check/elements/playbin.c: (test_suburi_error_unknowntype):
8609         Use /dev/zero instead of /dev/urandom to produce an invalid subtitle
8610         file. Avoids flukes where the input gets typefound to some valid but
8611         useless type.
8612
8613 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8614
8615         * tests/check/Makefile.am:
8616         * tests/check/elements/.cvsignore:
8617         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink),
8618         (cleanup_gnomevfssink), (GST_START_TEST), (gnomevfssink_suite):
8619           Add unit test for gnomevfssink seeking and position reporting for
8620           file:// URIs.
8621
8622 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8623
8624         Patch by: Mark Nauwelaerts <manauw at skynet be>
8625
8626         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_init),
8627         (gst_gnome_vfs_sink_open_file), (gst_gnome_vfs_sink_handle_event),
8628         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render):
8629         * ext/gnomevfs/gstgnomevfssink.h:
8630           Fix position reporting, especially after a seek (from upstream),
8631           see #412648.
8632
8633 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8634
8635         * ext/cdparanoia/gstcdparanoiasrc.c:
8636           Repair umlaut.
8637
8638 2007-05-22  Jan Schmidt  <thaytan@mad.scientist.com>
8639
8640         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8641         Specify the full valid range for MP3 samplerates. Fixes a regression
8642         caused by extra header checks since the last release.
8643
8644 2007-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
8645
8646         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
8647         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
8648         Fix a locking-order bug I introduced with my changes the other day.
8649         Patch by Mike Smith.
8650
8651 2007-05-21  Michael Smith <msmith@fluendo.com>
8652
8653         * ext/theora/theoradec.c: (theora_handle_data_packet):
8654           Don't look inside 0-length packets (which indicate duplicated
8655           frames)
8656
8657 2007-05-21  Wim Taymans  <wim@fluendo.com>
8658
8659         * ext/cdparanoia/gstcdparanoiasrc.c:
8660         (gst_cd_paranoia_src_read_sector):
8661         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8662         (gst_base_audio_src_create):
8663         Small cleanups.
8664
8665         * ext/theora/theoradec.c: (theora_dec_sink_event):
8666         Fix typo.
8667
8668         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8669         (gst_base_rtp_depayload_set_gst_timestamp):
8670         Add some FIXME
8671
8672         * gst/playback/gstdecodebin.c: (queue_underrun_cb):
8673         And some debug info when a FIXME path is hit.
8674
8675 2007-05-21  Wim Taymans  <wim@fluendo.com>
8676
8677         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8678         (gst_base_rtp_audio_payload_class_init),
8679         (gst_base_rtp_audio_payload_init),
8680         (gst_base_rtp_audio_payload_finalize),
8681         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
8682         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
8683         (gst_base_rtp_payload_audio_handle_event):
8684         Some cleanups, remove minptime property as it is now in the parent
8685         class.
8686         Override parent class event function.
8687
8688         * gst-libs/gst/rtp/gstbasertppayload.c:
8689         (gst_basertppayload_class_init), (gst_basertppayload_init),
8690         (gst_basertppayload_event), (gst_basertppayload_set_property),
8691         (gst_basertppayload_get_property):
8692         * gst-libs/gst/rtp/gstbasertppayload.h:
8693         Add min-ptime property.
8694         Add handle-event vmethod. Fixes #415001.
8695
8696 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
8697
8698         * gst-libs/gst/audio/gstbaseaudiosink.c
8699           (gst_base_audio_sink_change_state):
8700           Fix typo in comment.
8701
8702         * gst/playback/gstdecodebin.c (gst_decode_bin_class_init,
8703           free_dynamics, pad_probe, close_pad_link, try_to_link_1,
8704           get_our_ghost_pad, remove_element_chain, queue_underrun_cb,
8705           close_link):
8706         * gst/playback/gstplaybin.c (gst_play_bin_set_property,
8707           gen_audio_element, remove_sinks, gst_play_bin_send_event_to_sink):
8708           Remove trailing whitespaces in comments.
8709
8710         * gst/volume/Makefile.am:
8711           Fix tabs.
8712
8713 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
8714
8715         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8716
8717         * gst-libs/gst/interfaces/mixer.h (mixer_type, option_changed,
8718           set_option, get_option, _gst_reserved):
8719           Revert reordering functions (keep ABI).
8720
8721 2007-05-17  Jan Schmidt  <thaytan@mad.scientist.com>
8722
8723         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
8724         (gst_ximagesink_xwindow_new), (gst_ximagesink_handle_xevents),
8725         (gst_ximagesink_show_frame):
8726         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8727         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_handle_xevents),
8728         (gst_xvimagesink_show_frame):
8729         When we create our own window, indicate that we handle the 
8730         WM_DELETE client message from the window manager, so that it won't 
8731         kill our window (and our app) along with it. Handle ClientMessage,
8732         post an error on the bus, and close the window. Further buffers
8733         arriving will result in a FlowError because the window has been
8734         destroyed.
8735
8736         Fixes: #393975
8737
8738         Clean up the X event handling loop and make them the same for
8739         both xvimagesink and ximagesink while I'm at it.
8740
8741 2007-05-17  Wim Taymans  <wim@fluendo.com>
8742
8743         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter):
8744         Make decodebin2 autoplug depayloaders too.
8745
8746         * gst/playback/gsturidecodebin.c: (source_new_pad):
8747         Set the newly created decoder in a usable state when autoplugging a
8748         dynamic source such as RTSP.
8749
8750 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
8751
8752         * gst/playback/gststreaminfo.c: (cb_probe):
8753           Ignore video-codec tag for audio streams and ignore audio-codec tags
8754           for video streams. Should make codec name collection a bit more
8755           robust against sloppy demuxers that send tag events containing both
8756           tags down each pad.
8757
8758 2007-05-17  Wim Taymans  <wim@fluendo.com>
8759
8760         * gst/playback/gstqueue2.c: (update_rates):
8761         Tweak the buffering thresholds a little.
8762         Update the buffer size with the previously calculate rate instead of
8763         only when we calculate a new rate so that we get smoother buffering
8764         updates.
8765
8766         * gst/playback/Makefile.am:
8767         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_base_init),
8768         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
8769         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
8770         (gst_uri_decode_bin_get_property), (unknown_type),
8771         (add_element_stream), (no_more_pads_full), (no_more_pads),
8772         (source_no_more_pads), (new_decoded_pad), (array_has_value),
8773         (gen_source_element), (has_all_raw_caps), (analyse_source),
8774         (remove_decoders), (make_decoder), (remove_source),
8775         (source_new_pad), (setup_source), (decoder_query_init),
8776         (decoder_query_duration_fold), (decoder_query_duration_done),
8777         (decoder_query_position_fold), (decoder_query_position_done),
8778         (decoder_query_latency_fold), (decoder_query_latency_done),
8779         (decoder_query_seeking_fold), (decoder_query_seeking_done),
8780         (decoder_query_generic_fold), (gst_uri_decode_bin_query),
8781         (gst_uri_decode_bin_change_state), (plugin_init):
8782         New element that intergrates a source, optional buffering element and
8783         decodebin.
8784
8785 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
8786
8787         * configure.ac:
8788           Bump libtheora requirement to 1.0alpha5 for the pixformat check
8789           (also has a .pc file, so we don't need the fallback check any
8790           longer). Fixes #438840.
8791
8792 2007-05-17  Wim Taymans  <wim@fluendo.com>
8793
8794         * gst/playback/gstqueue2.c: (gst_queue_get_type),
8795         (gst_queue_class_init), (gst_queue_finalize), (update_time_level),
8796         (apply_segment), (apply_buffer), (update_buffering),
8797         (reset_rate_timer), (update_rates), (gst_queue_locked_flush),
8798         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8799         (gst_queue_handle_sink_event), (gst_queue_is_filled),
8800         (gst_queue_chain), (gst_queue_push_one), (gst_queue_loop),
8801         (plugin_init):
8802         fix build.
8803
8804 2007-05-17  Wim Taymans  <wim@fluendo.com>
8805
8806         * gst/playback/Makefile.am:
8807         * gst/playback/gstqueue2.c: (gst_queue_get_type),
8808         (gst_queue_class_init), (gst_queue_init), (gst_queue_finalize),
8809         (gst_queue_getcaps), (gst_queue_bufferalloc),
8810         (gst_queue_acceptcaps), (update_time_level), (apply_segment),
8811         (apply_buffer), (update_buffering), (reset_rate_timer),
8812         (update_rates), (gst_queue_locked_flush),
8813         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8814         (gst_queue_handle_sink_event), (gst_queue_is_empty),
8815         (gst_queue_is_filled), (gst_queue_chain), (gst_queue_push_one),
8816         (gst_queue_loop), (gst_queue_handle_src_event),
8817         (gst_queue_handle_src_query), (gst_queue_sink_activate_push),
8818         (gst_queue_src_activate_push), (gst_queue_change_state),
8819         (gst_queue_set_property), (gst_queue_get_property), (plugin_init):
8820         On our way to playbin2 this is the new network queue that does buffering
8821         all by itself using high and low watermarks. It can also measure up and
8822         downstream bandwidth to optimally size the queue.
8823
8824 2007-05-17  Michael Smith <msmith@fluendo.com>
8825
8826         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
8827         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_do_seek):
8828           Use the segment->last_stop value to calculate the next timestamp to
8829           generate after a seek; not the segment->start value.
8830
8831 2007-05-15  David Schleef  <ds@schleef.org>
8832
8833         * docs/Makefile.am: Install docs even when --disable-gtk-doc
8834           is disabled.  This matches the behavior of gtk+.  Fixes #349099.
8835
8836 2007-05-15  Wim Taymans  <wim@fluendo.com>
8837
8838         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8839         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
8840         Some more chained streaming ogg timestamp fixes.
8841
8842 2007-05-15  Wim Taymans  <wim@fluendo.com>
8843
8844         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8845         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
8846         (gst_ogg_demux_handle_page):
8847         Add some FIXMEs.
8848         Fix chain start/stop segment handling based on patch by
8849         <ahalda at cs dot mcgill dot ca> see #320984.
8850
8851 2007-05-15  Michael Smith <msmith@fluendo.com>
8852
8853         * configure.ac:
8854           We don't require a C++ compiler. So don't require one.
8855
8856 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8857
8858         * ext/alsa/gstalsamixer.c (source, n_poll_fds, poll_fds,
8859           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
8860           gst_alsa_mixer_finalize, gst_alsa_mixer_handle_source_callback,
8861           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
8862           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_update_option,
8863           gst_alsa_mixer_update_track):
8864           Apply some of the cleanup Tim suggested in #152864 afterwards.
8865
8866 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8867
8868         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8869
8870         * ext/alsa/gstalsamixer.c (main_context, GstAlsaMixerWatch,
8871           _GstAlsaMixerWatch, source, n_poll_fds, poll_fds,
8872           gst_alsa_mixer_watch_funcs, gst_alsa_mixer_prepare,
8873           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
8874           gst_alsa_mixer_finalize, gst_alsa_mixer_find_master_mixer,
8875           gst_alsa_mixer_handle_source_callback,
8876           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
8877           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_free,
8878           gst_alsa_mixer_get_volume, gst_alsa_mixer_set_volume,
8879           gst_alsa_mixer_set_mute, gst_alsa_mixer_set_record,
8880           gst_alsa_mixer_get_option, gst_alsa_mixer_update_option,
8881           gst_alsa_mixer_update_track, _gst_alsa_mixer_set_interface):
8882         * ext/alsa/gstalsamixer.h (handle_source, interface, dir):
8883         * ext/alsa/gstalsamixerelement.c (gst_alsa_mixer_element_details,
8884           gst_alsa_mixer_element_interface_supported,
8885           gst_alsa_mixer_element_finalize, gst_alsa_mixer_element_init,
8886           gst_alsa_mixer_element_set_property,
8887           gst_alsa_mixer_element_get_property,
8888           gst_alsa_mixer_element_change_state):
8889         * ext/alsa/gstalsamixertrack.c (gst_alsa_mixer_track_update):
8890         * gst-libs/gst/interfaces/mixer.c (gst_mixer_volume_changed,
8891           gst_mixer_option_changed):
8892         * gst-libs/gst/interfaces/mixer.h (set_option, get_option,
8893           volume_changed, option_changed, _gst_reserved):
8894           Implement notification for alsamixer. Fixes #152864
8895
8896 2007-05-14  David Schleef  <ds@schleef.org>
8897
8898         * gst/videotestsrc/videotestsrc.c:
8899         * gst/videotestsrc/videotestsrc.h:
8900           Add support for video/x-raw-bayer.
8901
8902 2007-05-12  David Schleef  <ds@schleef.org>
8903
8904         * sys/xvimage/xvimagesink.c:
8905           Add some sanity checking for the XVImage size returned by X.
8906           Related to #377400.
8907
8908 2007-05-12  Wim Taymans  <wim@fluendo.com>
8909
8910         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8911         (gst_base_rtp_depayload_setcaps),
8912         (gst_base_rtp_depayload_set_gst_timestamp):
8913         Parse and use additional caps fields as described in updated
8914         application/x-rtp caps spec.
8915
8916 2007-05-12  Wim Taymans  <wim@fluendo.com>
8917
8918         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8919         (gst_ogg_demux_collect_chain_info):
8920         If there is a stream in a chain without any data packets, ignore the
8921         stream in the total length calculations. Might be related to #436820.
8922
8923 2007-05-11  Jan Schmidt  <thaytan@mad.scientist.com>
8924
8925         * gst/typefind/gsttypefindfunctions.c: (mpeg_sys_is_valid_pack),
8926         (mpeg_sys_is_valid_pes), (mpeg_sys_is_valid_sys),
8927         (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
8928         (mpeg_video_type_find), (mpeg_video_stream_type_find),
8929         (plugin_init):
8930
8931         Consolidate and re-work our mpeg system stream detection to probe
8932         more packets and produce a higher confidence result. Fixes a
8933         regression caused by lowering the typefind probability last year
8934         - related to bug #397810. Remove the redundant MPEG-1 specific 
8935         typefind function, as the new one detects both MPEG-1 & MPEG-2
8936         happily.
8937
8938         Also cleanup the MPEG elementary and MPEG-TS detection functions a
8939         little. 
8940
8941         Tested against my media test directory, with some improvements and
8942         no regressions.
8943
8944 2007-05-10  Wim Taymans  <wim@fluendo.com>
8945
8946         * gst/playback/gstplaybasebin.c: (fill_buffer), (check_queue),
8947         (queue_out_of_data):
8948         Connect to the new queue "pushing" signal instead of the broken
8949         "running" one.
8950
8951 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
8952
8953         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8954         (gst_base_rtp_audio_payload_handle_frame_based_buffer):
8955         Move variable declaration before the first instruction.
8956         * gst/videotestsrc/videotestsrc.c:
8957         Define M_PI if it's not defined yet.
8958         * win32/common/libgstrtp.def:
8959         Add new exported functions.
8960
8961 2007-05-09  Michael Smith <msmith@fluendo.com>
8962
8963         * ext/theora/theoradec.c: (theora_handle_type_packet):
8964           gst_pad_push_event() does not return a GstFlowReturn!
8965
8966 2007-05-09  Wim Taymans  <wim@fluendo.com>
8967
8968         * tests/examples/seek/scrubby.c: (stop_cb), (main):
8969         * tests/examples/seek/seek.c: (do_seek):
8970         Some small cosmetic changes.
8971
8972 2007-05-08  Stefan Kost  <ensonic@users.sf.net>
8973
8974         * gst/adder/gstadder.c (gst_adder_src_event, gst_adder_collected,
8975           gst_adder_change_state):
8976         * gst/adder/gstadder.h (bps, offset, collect_event, segment,
8977           segment_pending, segment_position, segment_rate):
8978           Handle playback-rate on adder.
8979
8980 2007-05-07  Michael Smith <msmith@fluendo.com>
8981
8982         * ext/theora/gsttheoradec.h:
8983         * ext/theora/theoradec.c: (gst_theora_dec_reset),
8984         (theora_dec_sink_event), (theora_handle_comment_packet),
8985         (theora_handle_type_packet), (theora_dec_change_state):
8986           Don't push events (newsegment, tags) before initialising the
8987           decoder.
8988           This is neccesary for seeking to work correctly in gnonlin.
8989
8990 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
8991
8992         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8993         * gst/adder/gstadder.c:
8994         * gst/audiotestsrc/gstaudiotestsrc.c
8995           (gst_audio_test_src_create_white_noise):
8996         * gst/videotestsrc/gstvideotestsrc.c:
8997         * gst/volume/gstvolume.c (VOLUME_UNITY_INT16,
8998           VOLUME_UNITY_INT16_BIT_SHIFT, VOLUME_MAX_DOUBLE,
8999           volume_sink_template, volume_src_template, gst_volume_init,
9000           volume_process_double, volume_process_int16,
9001           volume_process_int16_clamp):
9002           Doc fixes and formatting.
9003
9004 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
9005
9006         * tests/check/Makefile.am:
9007         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
9008           Minimal check for volume's GstController usability; also another
9009           test for #422295.
9010
9011 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
9012
9013         * gst-libs/gst/cdda/gstcddabasesrc.c:
9014         (gst_cdda_base_src_add_track):
9015           Fix it so that it (a) makes sense and (b) doesn't break
9016           everything cdda-related including the unit test.
9017
9018 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
9019
9020         * gst-libs/gst/cdda/gstcddabasesrc.c:
9021         (gst_cdda_base_src_add_track):
9022           Fix build when disabling asserts.
9023
9024 2007-05-03  Tim-Philipp Müller  <tim at centricular dot net>
9025
9026         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
9027           When XShm is not available, we might get row strides that are not
9028           rounded up to multiples of four; this is bad, because virtually
9029           every RGB-processing element in GStreamer assumes rowstrides are
9030           rounded up to multiples of four, so let's allocate at least enough
9031           memory to avoid crashes in this case. The image will still be
9032           displayed distorted though if this happens, so that still needs
9033           fixing (maybe by allocating a bigger image with an 'even' width
9034           and then clipping it appropriately when rendering - something for
9035           Xlib aficionados in any case).
9036
9037 2007-05-03  Michael Smith <msmith@fluendo.com>
9038
9039         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
9040           If a buffer doesn't have a timestamp, assume it's contiguous with
9041           the previous buffer, and synthesise timestamps appropriately.
9042
9043 2007-05-03  Edward Hervey  <edward@fluendo.com>
9044
9045         * tests/check/elements/videorate.c: (GST_START_TEST):
9046         Set buffer timestamp to a valid value in order to test the buffer
9047         really does stay in videorate.
9048
9049 2007-05-03  Edward Hervey  <edward@fluendo.com>
9050
9051         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
9052         There is no sensible way to handle incoming buffers which don't have a
9053         valid timestamp. We therefore discard them and wait for the next one.
9054
9055 2007-05-01  Tim-Philipp Müller  <tim at centricular dot net>
9056
9057         * gst/playback/gstdecodebin.c: (type_found), (plugin_init):
9058         * gst/playback/gstdecodebin2.c: (plugin_init):
9059           Better error message for text files.
9060
9061 2007-04-29  Wim Taymans  <wim@fluendo.com>
9062
9063         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_add_rb):
9064         Fix offset bug in generation RR packets.
9065
9066 2007-04-27  Julien MOUTTE  <julien@moutte.net>
9067
9068         * ext/theora/theoradec.c: (_theora_granule_time),
9069         (theora_dec_push_forward), (theora_handle_data_packet),
9070         (theora_dec_decode_buffer): Calculate buffer duration correctly
9071         to generate a perfect stream (#433888).
9072         * gst/audioresample/gstaudioresample.c:
9073         (audioresample_check_discont): Glib provides ABS.
9074
9075 2007-04-27  Wim Taymans  <wim@fluendo.com>
9076
9077         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
9078         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_sdes_add_item),
9079         (gst_rtcp_packet_sdes_add_entry), (gst_rtcp_packet_bye_add_ssrc),
9080         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
9081         (gst_rtcp_packet_bye_set_reason):
9082         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9083         Fix RB block parsing and writing.
9084         Add support for constructing BYE packets.
9085
9086 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
9087
9088         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init),
9089         (gst_base_audio_src_create):
9090         * po/POTFILES.in:
9091           When posting a warning message because samples were dropped, post
9092           something more intelligible than he default error message for clock
9093           errors which is just confusing in this context (#432984).
9094
9095 2007-04-25  Wim Taymans  <wim@fluendo.com>
9096
9097         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_buffer_new),
9098         (gst_rtcp_buffer_end), (gst_rtcp_buffer_get_packet_count),
9099         (read_packet_header), (gst_rtcp_packet_move_to_next),
9100         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_sr_set_sender_info),
9101         (gst_rtcp_packet_rr_set_ssrc), (gst_rtcp_packet_add_rb),
9102         (gst_rtcp_packet_sdes_get_item_count),
9103         (gst_rtcp_packet_sdes_first_item),
9104         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_ssrc),
9105         (gst_rtcp_packet_sdes_first_entry),
9106         (gst_rtcp_packet_sdes_next_entry),
9107         (gst_rtcp_packet_sdes_get_entry), (gst_rtcp_packet_sdes_add_item),
9108         (gst_rtcp_packet_sdes_add_entry):
9109         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9110         Implement code to write SR, RR and SDES packets.
9111
9112 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
9113
9114         Patch by: Christian Kirbach <Christian dot Kirbach at googlemail com>
9115
9116         * sys/ximage/ximagesink.c:
9117           Fix build if XShm is not available (#432362).
9118
9119 2007-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
9120
9121         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init):
9122         Initalize the AudioConvertCtx with zeroes, otherwise it will contain
9123         pointers to random memory which are passed to g_free() when
9124         audio_convert_prepare_context() is called the first time.
9125
9126 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
9127
9128         Patch by: Dan Williams <dcbw redhat com>
9129
9130         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
9131           Don't leak incoming buffer if gst_pad_push() returns a
9132           non-OK flow. Fixes #432755.
9133          
9134         * tests/check/elements/videorate.c: (GST_START_TEST),
9135         (videorate_suite):
9136           Unit test for the above by Yours Truly.
9137
9138 2007-04-23  Stefan Kost  <ensonic@users.sf.net>
9139
9140         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
9141         (gst_adder_sink_event), (gst_adder_collected):
9142           Fix non-flushing segmented seeks, Fixes #340060 for me
9143
9144 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9145
9146         Patch by: Olivier Crete  <tester at tester ca>
9147
9148         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9149         (gst_base_rtp_audio_payload_class_init),
9150         (gst_base_rtp_audio_payload_init),
9151         (gst_base_rtp_audio_payload_dispose):
9152           Chain up to parent class in dispose function; get rid of
9153           unnecessary 'diposed' flag in private structure (#415001).
9154
9155 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9156
9157         * docs/libs/gst-plugins-base-libs.types:
9158         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9159         (gst_base_rtp_audio_payload_class_init):
9160         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9161         * gst-libs/gst/rtp/gstbasertppayload.c:
9162           Some minor docs fixes and additions; also add missing 'Since' bits.
9163
9164 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9165
9166         Patch by: Zeeshan Ali  <zeenix gmail com>
9167
9168         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9169         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
9170         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
9171         (gst_base_rtp_audio_payload_push):
9172         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9173           The recently-added gst_base_rtp_audio_payload_push() should take an
9174           object of type GstBaseRTPAudioPayload as first argument (#431672).
9175
9176 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9177
9178         * gst/audioresample/gstaudioresample.c:
9179           Make more functions static, just because we can.
9180
9181 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9182
9183         * tests/check/elements/audioresample.c:
9184           Add unit test for audioresample shutdown crasher (#420106).
9185
9186 2007-04-20  Stefan Kost  <ensonic@users.sf.net>
9187
9188         * gst/subparse/gstsubparse.c:
9189         * gst/subparse/samiparse.c:
9190           Use GST_DISABLE_XML here
9191
9192         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9193         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_get_xv_support),
9194         (gst_xvimagesink_buffer_alloc),
9195         (gst_xvimagesink_navigation_send_event):
9196         * sys/xvimage/xvimagesink.h:
9197           Include stdlib.h when using atoi.
9198           
9199         * tests/check/elements/playbin.c: (playbin_suite):
9200           Use GST_DISABLE_REGISTRY here
9201
9202 2007-04-19  Michael Smith  <msmith@fluendo.com>
9203
9204         * ext/theora/gsttheoraenc.h:
9205         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
9206         (theora_enc_sink_event), (theora_enc_change_state):
9207           Track initialisation state; don't try to use encoder state if we're
9208           not initialised (it'll segfault).
9209
9210 2007-04-18  Stefan Kost  <ensonic@users.sf.net>
9211
9212         * tests/check/pipelines/.cvsignore:
9213         Fix build.
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         Allow random depths between 1 and 32 instead of only multiplies of 8.
9219
9220 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9221
9222         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9223         Set the maximum number of channels for PCM and float in the correct
9224         place to have it also used when creating the template caps.
9225
9226 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9227
9228         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9229         Correctly support 4, 6 and 8 channels with normal PCM and float
9230         wav files.
9231
9232         Fix the depth and signedness calculation in extensible wav files and
9233         also handle 1, 2, 4, 6, 8 channels here when a file without channel
9234         mask is found.
9235
9236         Add support for float, alaw and mulaw in extensible wav files.
9237
9238         This allows correct playback of all but 5 files from
9239         http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Samples.html
9240         
9241         (gst_riff_create_audio_template_caps):
9242         Add voxware and float formats to the template caps.     
9243
9244 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9245
9246         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
9247
9248         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
9249         Fix unused variable warning if HAVE_LOCALTIME_R is undefinied
9250
9251         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9252         * gst/audioresample/gstaudioresample.c: (audioresample_do_output):
9253         Use the correct format strings for integer formats.
9254
9255 2007-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
9256
9257         * ext/theora/theoraenc.c (theora_buffer_from_packet, theora_enc_chain):
9258           Don't use pad_alloc_buffer_and_set_caps to create a small header
9259           packet, or, worse, to create a big temporary video buffer using the
9260           src pad.
9261
9262 2007-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9263
9264         * gst/gdp/gstgdppay.c (gst_gdp_pay_chain):
9265         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
9266           GST_START_TEST, buffer_probe_cb, GST_START_TEST):
9267           Fix a bug where serialized IN_CAPS buffers needed to be set IN_CAPS.
9268
9269 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9270
9271         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
9272           GST_START_TEST, n_in_caps, buffer_probe_cb, GST_START_TEST,
9273           streamheader_suite):
9274           Add another test set up for failure
9275
9276 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9277
9278         * tests/check/Makefile.am:
9279         * tests/check/pipelines/streamheader.c (n_tags, tag_event_probe_cb,
9280           GST_START_TEST, streamheader_suite, main):
9281           Add a test for the streamheader bug Wim fixed.
9282
9283 2007-04-13  Jan Schmidt  <thaytan@mad.scientist.com>
9284
9285         * ext/theora/theoradec.c: (theora_dec_sink_event):
9286         Fix misleading comment.
9287
9288 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
9289
9290         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9291           More sanity checks for the header fields.
9292
9293 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
9294
9295         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
9296           Try encodings from all environment variables, not just those in the
9297           first environment variable that is set.
9298
9299 2007-04-12  Wim Taymans  <wim@fluendo.com>
9300
9301         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
9302         (gst_video_rate_chain):
9303         Add some debug.
9304
9305         * tests/check/elements/videorate.c: (GST_START_TEST),
9306         (videorate_suite):
9307         Added check for videorate changing caps handling. Closes #421834.
9308
9309 2007-04-12  Michael Smith  <msmith@fluendo.com>
9310
9311         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9312           Use scale functions to avoid overflow when calculating duration of 
9313           vorbis buffers.
9314
9315 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
9316
9317         * docs/libs/gst-plugins-base-libs-sections.txt:
9318         * gst-libs/gst/tag/tag.h:
9319         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
9320           API: add gst_tag_freeform_string_to_utf8() (#405072).
9321
9322         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_extract_id3v1_string):
9323           Use gst_tag_freeform_string_to_utf8() here.
9324
9325 2007-04-12  Wim Taymans  <wim@fluendo.com>
9326
9327         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain),
9328         (gst_gdp_pay_sink_event):
9329         Make sure we set the IN_CAPS flag correctly.
9330
9331         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
9332         Get the IN_CAPS flag before we call functions that mess with the flags.
9333
9334 2007-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
9335
9336         * gst/gdp/gstgdppay.c (gst_gdp_pay_reset_streamheader,
9337           gst_gdp_pay_chain, gst_gdp_pay_sink_event):
9338           Only stamp buffers with offset/offset_end right before they get
9339           pushed.  This ensures offset continuity, which was not the case
9340           before as shown by
9341           gst-launch -v -m audiotestsrc num-buffers=10 ! audioconvert ! vorbisenc ! gdppay ! identity check-imperfect-offset=TRUE ! fakesink silent=TRUE
9342
9343 2007-04-06  Wim Taymans  <wim@fluendo.com>
9344
9345         * gst/playback/gstplaybin.c: (add_sink),
9346         (gst_play_bin_change_state):
9347         Activate sync in playbin, we are ready to handle it for live streams.
9348
9349 2007-04-06  Tim-Philipp Müller  <tim at centricular dot net>
9350
9351         * tests/check/elements/playbin.c:
9352         (test_sink_usage_video_only_stream), (playbin_suite):
9353           Add small test for stream-info-value-array code paths.
9354
9355 2007-04-05  Wim Taymans  <wim@fluendo.com>
9356
9357         * gst-libs/gst/audio/gstbaseaudiosink.c:
9358         (gst_base_audio_sink_skew_slaving):
9359         Don't try to create invalid calibration parameters by making the
9360         internal time go backwards, instead make external time go forward.
9361
9362 2007-04-05  Wim Taymans  <wim@fluendo.com>
9363
9364         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9365
9366         * gst/playback/gstplaybasebin.c: (add_stream):
9367         Fix leak in add_stream(), when g_value_set_object() increases the
9368         refcount of streaminfo object. Fixes #426250.
9369
9370 2007-04-03  David Schleef  <ds@schleef.org>
9371
9372         * gst/videotestsrc/gstvideotestsrc.c:
9373         * gst/videotestsrc/gstvideotestsrc.h:
9374         * gst/videotestsrc/videotestsrc.c:
9375         * gst/videotestsrc/videotestsrc.h:
9376           Add a test pattern called "circular", which has concentric
9377           rings with varying radial frequency.  The main purpose of this
9378           pattern is to test fidelity loss in a filter or scaler element.
9379           Notably, this pattern is scale invariant, and is optimally viewed
9380           with a width (and height) of 400.
9381
9382 2007-04-03  Wim Taymans  <wim@fluendo.com>
9383
9384         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9385
9386         * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
9387         (deactivate_free_recursive):
9388         Decodebin2 doesn't unref pads it obtains in some occasions:
9389         - multiqueue src pads, when either connecting further or exposing
9390         - sink pads of new autoplugged elements
9391         - peer pads when recursively freeing elements
9392         Fixes #425455.
9393
9394 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
9395
9396         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9397         Add audio/x-raw-float support, now that audioconvert support
9398         non-native endianness floats.
9399
9400 2007-03-30  Tim-Philipp Müller  <tim at centricular dot net>
9401
9402         * docs/libs/gst-plugins-base-libs-docs.sgml:
9403           gstreamer-plugins-base.pc doesn't exist, it's
9404           gstreamer-plugins-base-0.10.pc.
9405
9406 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9407
9408         Patch by: René Stadler <mail at renestadler dot de>
9409         with some minor changes
9410
9411         * gst-libs/gst/floatcast/floatcast.h:
9412         Use more efficient float endianness conversion functions that don't
9413         involve 2 function calls per value.
9414         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
9415         (check_default), (audio_convert_prepare_context):
9416         * gst/audioconvert/gstaudioconvert.c:
9417         (gst_audio_convert_parse_caps), (make_lossless_changes):
9418         Support non-native endianness floats as input and output.
9419         Fixes #339838.
9420         * tests/check/elements/audioconvert.c: (verify_convert),
9421         (GST_START_TEST):
9422         Add unit tests for the non-native endianness float conversions.
9423
9424 2007-03-29  Wim Taymans  <wim@fluendo.com>
9425
9426         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9427         (gst_base_rtp_depayload_base_init),
9428         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
9429         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
9430         (gst_base_rtp_depayload_set_gst_timestamp),
9431         (gst_base_rtp_depayload_change_state),
9432         (gst_base_rtp_depayload_set_property),
9433         (gst_base_rtp_depayload_get_property):
9434         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9435         Add Private structure.
9436         Bring element code to 2007.
9437         Parse clock-base caps param and use it when generating the
9438         newsegment.
9439         Reset variables before going to PAUSED.
9440         Fix some docs.
9441
9442 2007-03-29  Wim Taymans  <wim@fluendo.com>
9443
9444         * docs/libs/gst-plugins-base-libs-docs.sgml:
9445         * docs/libs/gst-plugins-base-libs-sections.txt:
9446         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9447         (gst_base_rtp_audio_payload_get_adapter):
9448         Add RTCP docs.
9449         Fix some more docs.
9450
9451         * gst-libs/gst/rtp/Makefile.am:
9452         * gst-libs/gst/rtp/gstrtcpbuffer.c:
9453         (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
9454         (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
9455         (gst_rtcp_buffer_get_packet_count), (read_packet_header),
9456         (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
9457         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
9458         (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
9459         (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
9460         (gst_rtcp_packet_sr_get_sender_info),
9461         (gst_rtcp_packet_sr_set_sender_info),
9462         (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
9463         (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
9464         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
9465         (gst_rtcp_packet_sdes_get_chunk_count),
9466         (gst_rtcp_packet_sdes_first_chunk),
9467         (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
9468         (gst_rtcp_packet_sdes_first_item),
9469         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
9470         (gst_rtcp_packet_bye_get_ssrc_count),
9471         (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
9472         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
9473         (gst_rtcp_packet_bye_get_reason_len),
9474         (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
9475         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9476         Add new helper object for parsing and creating RTCP messages.
9477
9478 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9479
9480         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9481         PCM samples with width=8 must be always unsigned, no matter what
9482         depth they have.
9483
9484 2007-03-29  Andy Wingo  <wingo@pobox.com>
9485
9486         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
9487         perfect offsets also, not just timestamps.
9488
9489         * tests/check/elements/videorate.c (test_more): Test that given
9490         any incoming offsets, that videorate produces perfect offsets.
9491
9492 2007-03-29  Wim Taymans  <wim@fluendo.com>
9493
9494         * gst-libs/gst/riff/riff-ids.h:
9495         Add some more RIFF formats.
9496
9497 2007-03-29  Wim Taymans  <wim@fluendo.com>
9498
9499         * gst-libs/gst/rtp/gstrtpbuffer.c:
9500         (gst_rtp_buffer_default_clock_rate):
9501         * gst-libs/gst/rtp/gstrtpbuffer.h:
9502         Fix fixed payload names and docs.
9503         Added method to get the default clock rates of fixed payload types.
9504         API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
9505
9506 2007-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9507
9508         * tests/check/pipelines/.cvsignore:
9509         Add new vorbisdec test to cvsignore.
9510
9511 2007-03-28  Wim Taymans  <wim@fluendo.com>
9512
9513         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
9514         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
9515         (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
9516         (gst_base_audio_sink_set_property),
9517         (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
9518         (clock_convert_external), (gst_base_audio_sink_resample_slaving),
9519         (gst_base_audio_sink_skew_slaving),
9520         (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
9521         (gst_base_audio_sink_async_play):
9522         * gst-libs/gst/audio/gstbaseaudiosink.h:
9523         Store private stuff in GstBaseAudioSinkPrivate.
9524         Add configurable clock slaving modes property.
9525         API:: GstBaseAudioSink::slave-method property
9526         Some more latency reporting tweaks.
9527         Added skew based clock slaving correction and make it the default until
9528         the resampling method is more robust.
9529
9530 2007-03-27  Sebastian Dröge  <slomo@circular-chaos.org>
9531
9532         * gst/audioconvert/audioconvert.c:
9533         Add docs to the integer pack functions and implement proper
9534         rounding. Before we had rounding towards negative infinity, i.e.
9535         always the smaller number was taken. Now we use natural rounding,
9536         i.e. rounding to the nearest integer and to the one with the largest
9537         absolute value for X.5. The old rounding introduced some minor
9538         distortions. Fixes #420079
9539         * tests/check/elements/audioconvert.c: (GST_START_TEST):
9540         Fix one unit test that assumed the old rounding and added unit tests
9541         for checking signed/unsigned int16 <-> signed/unsigned int16 with
9542         depth 8, one for signed int16 <-> unsigned int16 and one for the new
9543         rounding from signed int32 to signed/unsigned int16.
9544
9545 2007-03-27  Michael Smith  <msmith@fluendo.com>
9546
9547         * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
9548         (gst_audio_convert_transform_caps):
9549           Fix typo in debug line introduced recently, as pointed out on irc.
9550
9551 2007-03-27  Tim-Philipp Müller  <tim at centricular dot net>
9552
9553         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9554         * tests/check/libs/tag.c: (GST_START_TEST):
9555           Make sure we parse floating-point numbers in vorbis comments
9556           correctly with either '.' or ',' as separator, no matter what
9557           the current locale is. Add unit test for this too.
9558
9559 2007-03-26  Tim-Philipp Müller  <tim at centricular dot net>
9560
9561         Patch by: René Stadler  <mail at renestadler de>
9562
9563         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
9564           When writing out floating-point numbers to vorbis comment tags, always
9565           use the same character as separator no matter what the current locale is
9566           (fixes #423051).
9567
9568         * tests/check/libs/tag.c: (GST_START_TEST):
9569           Add unit tests for replaygain tags in vorbis comments (closes #423055).
9570
9571 2007-03-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9572
9573         * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
9574           vorbis_handle_data_packet):
9575           Correctly set DURATION to generate a timestamp-continuous stream.
9576           One bug left at the end; see
9577           ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
9578         * tests/check/Makefile.am:
9579         * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
9580           Add a test to check this.  Without the above patch this test fails.
9581
9582 2007-03-26  Jan Schmidt  <thaytan@mad.scientist.com>
9583
9584         * gst-libs/gst/rtp/Makefile.am:
9585         The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
9586
9587 2007-03-23  Michael Smith  <msmith@fluendo.com>
9588
9589         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
9590         (gst_video_rate_reset), (gst_video_rate_chain):
9591           If videorate changes caps, we can no longer use the old buffer
9592           (which may have a different size, incompatible with our caps).
9593           So don't do that; just duplicate the new frame more times.
9594
9595 2007-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
9596
9597         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
9598         Remove playbin's override of the set_clock vmethod. It's irrelevant
9599         after Wim's commit on the 19th.
9600
9601 2007-03-22  Wim Taymans  <wim@fluendo.com>
9602
9603         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
9604         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
9605         * ext/gnomevfs/gstgnomevfssrc.h:
9606         Don't cache file sizes. Fixes #341078.
9607
9608 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9609
9610         * gst/playback/gstplaybin.c: (add_sink):
9611           Use GST_PTR_FORMAT to log caps. 
9612
9613 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9614
9615         Patch by: Young-Ho Cha <ganadist at chollian net>
9616
9617         * gst/subparse/samiparse.c: (handle_start_font):
9618           Special-case some more colour names that pango doesn't handle by
9619           default. Fixes #420578.
9620
9621 2007-03-20  Michael Smith  <msmith@fluendo.com>
9622
9623         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
9624           If we get a zero-sized input buffer, don't pass it to libvorbis, as
9625           that marks EOS internally. After that, libvorbis will buffer all
9626           input data, and encode none of it, eventually leading to memory
9627           exhaustion.
9628
9629 2007-03-19  Wim Taymans  <wim@fluendo.com>
9630
9631         * gst/playback/gstdecodebin.c: (remove_fakesink):
9632         Don't post STATE_DIRTY anymore.
9633
9634         * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
9635         (gst_play_bin_change_state):
9636         Remove stream_time reset in seek handling, core does that now.
9637         Disable clocking for live pipelines by forcing a NULL clock to the
9638         complete pipeline, core is too smart now for our previous hack.
9639         We can always autoplug in PAUSED now.
9640
9641 2007-03-17  David Schleef  <ds@schleef.org>
9642
9643         * REQUIREMENTS:  Update this file, change the formatting to make
9644         it more consistent, plus more machine readable.
9645
9646 2007-03-16  Michael Smith  <msmith@fluendo.com>
9647
9648         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9649         (strip_width_64), (append_with_other_format):
9650           Previous fix was too simplistic, and broke the tests. Use a better
9651           approach; only strip 64 from widths for integer audio.
9652
9653 2007-03-16  Michael Smith  <msmith@fluendo.com>
9654
9655         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9656         (gst_audio_convert_transform_caps):
9657           We don't support 64 bit integer audio, so don't try to claim we can.
9658           Stops us producing caps don't match our template caps.
9659           Update comments.
9660
9661 2007-03-15  Michael Smith  <msmith@fluendo.com>
9662
9663         * gst/audioresample/gstaudioresample.c:
9664         (audioresample_check_discont), (audioresample_transform):
9665           Don't trigger discontinuities for very small imperfections; a filter
9666           flush will sound bad, and many plugins have rounding errors leading
9667           to these.
9668
9669 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
9670
9671         Patch by: Olivier Crete <olivier.crete@collabora.co.uk>
9672
9673         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9674         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9675         API: add "min-ptime" property to RTP base audio payloader.
9676         API: add gst_base_rtp_audio_payload_push().
9677         API: add gst_base_rtp_audio_payload_get_adapter().
9678         Fixes #415001
9679         Indentation/whitespace/documentation fixes.
9680
9681 2007-03-14  Julien MOUTTE  <julien@moutte.net>
9682
9683         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
9684         (audioresample_transform_size), (audioresample_do_output),
9685         (audioresample_transform), (audioresample_pushthrough): Handle
9686         discontinuous streams.
9687         * gst/audioresample/gstaudioresample.h:
9688         * tests/check/elements/audioresample.c:
9689         (test_discont_stream_instance), (GST_START_TEST),
9690         (audioresample_suite): Add a test for discontinuous streams.
9691         * win32/common/config.h: Updated.
9692
9693 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9694
9695         * po/af.po:
9696         * po/az.po:
9697         * po/cs.po:
9698         * po/en_GB.po:
9699         * po/it.po:
9700         * po/nb.po:
9701         * po/nl.po:
9702         * po/or.po:
9703         * po/sq.po:
9704         * po/sr.po:
9705         * po/sv.po:
9706         * po/uk.po:
9707         * po/vi.po:
9708           Update translations from translation project.
9709
9710 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9711
9712         * gst/audioresample/debug.h:
9713         * gst/audioresample/resample.c: (resample_init):
9714           Since I really am not interested in a debug line for each sample
9715           being processed, move the library's debugging to its own category,
9716           libaudioresample
9717
9718 2007-03-13  Michael Smith  <msmith@fluendo.com>
9719
9720         * ext/theora/theoradec.c: (theora_handle_type_packet):
9721           Since the plugin doesn't support anything other than 4:2:0 right
9722           now, post an error and fail if we get something else. Won't matter
9723           until libtheora supports the other pixel formats, but hopefully
9724           that'll be soon...
9725
9726 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
9727
9728         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
9729         Use gst_guint64_to_gdouble for conversion.
9730         * win32/MANIFEST:
9731         Add new files to the win32 MANIFEST.
9732         * win32/common/libgstaudio.def:
9733         * win32/common/libgstpbutils.def:
9734         Add new exported functions.
9735         * win32/vs6/gst_plugins_base.dsw:
9736         * win32/vs6/libgstdecodebin.dsp:
9737         * win32/vs6/libgstplaybin.dsp:
9738         Change the link to libgstpbutils.lib.
9739         * win32/vs6/libgstdecodebin2.dsp:
9740         Add a new project for decodebin2.
9741         * win32/vs6/libgstpbutils.dsp:
9742         Add a new project for pbutils.
9743
9744 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9745
9746         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9747           Also accept partial dates with only year and month,
9748           like 1999-12-00 (fixes #410396 even more).
9749
9750         * tests/check/libs/tag.c: (GST_START_TEST):
9751           Add unit test for the above.
9752
9753 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9754
9755         * tests/check/elements/subparse.c: (GST_START_TEST),
9756         (subparse_suite):
9757           Add unit test for MPL2 subtitle format (#413799).
9758
9759 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9760
9761         Patch by: Kamil Pawlowski  <kamilpe gmail com>
9762
9763         * gst/subparse/Makefile.am:
9764         * gst/subparse/gstsubparse.c:
9765         (gst_sub_parse_data_format_autodetect),
9766         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
9767         (gst_subparse_type_find):
9768         * gst/subparse/gstsubparse.h:
9769         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
9770         * gst/subparse/mpl2parse.h:
9771           Add support for MPL2 subtitle format (#413799).
9772
9773 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9774
9775         * configure.ac:
9776           We require core CVS for the new buffer metadata copy functions.
9777
9778 2007-03-09  Wim Taymans  <wim@fluendo.com>
9779
9780         * gst-libs/gst/tag/gstid3tag.c:
9781         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
9782         Fixes #414496.
9783
9784         Patch by: Alex Lancaster <alexl at users sourceforge net>
9785
9786 2007-03-09  Wim Taymans  <wim@fluendo.com>
9787
9788         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
9789         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
9790         Improve adapter usage and comments.
9791
9792 2007-03-09  Wim Taymans  <wim@fluendo.com>
9793
9794         * ext/pango/gsttextrender.c: (gst_text_render_chain):
9795         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
9796         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
9797         Use new metadata copy function.
9798
9799         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9800         (gst_ffmpegcsp_transform):
9801         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
9802         Basetransform copied the metadata for us.
9803
9804 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9805
9806         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
9807         (gst_text_overlay_video_event):
9808           Some more logging. Only accept newsegment events in TIME format and
9809           send a WARNING message if they are not in TIME format.
9810
9811         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
9812         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
9813         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
9814         * gst/subparse/gstsubparse.h:
9815           No need to allocate GstSegment structure dynamically, just put it
9816           into the instance structure; ignore newsegment events in BYTE
9817           format and in particular don't let it overwrite our saved TIME
9818           segment from the last seek.
9819
9820 2007-03-09  Michael Smith  <msmith@fluendo.com>
9821
9822         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
9823           Replace AC3 typefinder with one that isn't terrible, and actually
9824           works usefully.
9825
9826 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9827
9828         * gst/audioconvert/gstaudioconvert.c:
9829         (gst_audio_convert_transform):
9830           fix error category and translatable string
9831           
9832
9833 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9834
9835         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
9836         * pkgconfig/gstreamer-plugins-base.pc.in:
9837           Fix up utils => pbutils here too.
9838
9839 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9840
9841         * gst/subparse/gstsubparse.c: (handle_buffer):
9842           Break out of loop in chain function as soon as possible if we get
9843           a non-OK flow return.
9844
9845 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9846
9847         * tests/check/elements/alsa.c: (GST_START_TEST):
9848         Unref the mixer if the state change fails too (if the
9849         alsa devices are inaccessible, for example)
9850
9851 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9852
9853         * tests/check/Makefile.am:
9854         Don't test libvisual elements in the states check, because libvisual
9855         seems to leak internally.
9856
9857         Re-enable the alsa and states tests now that there's new suppressions
9858         in gst.supp.
9859
9860         * tests/check/elements/alsa.c: (GST_START_TEST):
9861         Don't leak the alsamixer we instantiated.
9862
9863 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9864
9865         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
9866         (gst_ximagesink_change_state), (gst_ximagesink_reset),
9867         (gst_ximagesink_finalize):
9868         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
9869         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
9870         Move some cleanup stuff from the state change handler into a _reset()
9871         function that can be called from _finalize(). This ensures that things
9872         get freed even if (for some reason) the NULL->READY state transition
9873         fails in the parent class.
9874         Even if a parent state change fails, process our downward state change
9875         logic instead of bailing out early.
9876         Free the correct xcontext pointer in ximagesink's xcontext_clear.
9877
9878 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9879
9880         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
9881         Extra log line.
9882
9883         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
9884         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
9885         Use pango_font_description_set_family_static instead of 
9886         pango_font_description_set_family to save a string copy (it was
9887         leaking due to the strdup anyway)
9888
9889         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
9890         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
9891         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
9892         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
9893         Chain up in finalize.
9894
9895 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
9896
9897         * gst-libs/gst/interfaces/mixertrack.c:
9898         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
9899         (gst_mixer_track_set_property):
9900           API: add "untranslated-label" property which should be set by
9901           implementations at construct time (#414645).
9902
9903         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
9904         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
9905           Set "untranslated-label" when constructing mixer track objects.
9906
9907         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
9908           Unit test to check the above.
9909
9910 2007-03-07  Wim Taymans  <wim@fluendo.com>
9911
9912         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
9913         Fix confusing debug message.
9914
9915 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
9916
9917         * gst-plugins-base.doap:
9918         update doap file with new version
9919
9920 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
9921
9922         * configure.ac:
9923         Back to CVS
9924
9925 === release 0.10.12 ===
9926
9927 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
9928
9929         * configure.ac:
9930           releasing 0.10.12, "Zombie Horde"
9931
9932 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
9933
9934         * configure.ac:
9935         Bump version to 0.10.11.4 pre-release
9936
9937 2007-03-06  Wim Taymans  <wim@fluendo.com>
9938
9939         * gst-libs/gst/audio/gstbaseaudiosink.c:
9940         (gst_base_audio_sink_async_play):
9941         Fix regression that made GStreamer skip the first samples of audio.
9942         Fixes #414684.
9943
9944 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
9945
9946         * configure.ac:
9947         Bump version to 0.10.11.3 pre-release
9948
9949 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
9950
9951         * po/POTFILES.in:
9952           Update paths for the rename from utils to pbutils to fix the build.
9953
9954 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
9955
9956         * gst-libs/gst/pbutils/Makefile.am:
9957           Change directory to install headers in from gst/utils to gst/pbutils
9958           as well.
9959
9960 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
9961
9962         * configure.ac:
9963         * docs/libs/gst-plugins-base-libs-docs.sgml:
9964         * docs/libs/gst-plugins-base-libs-sections.txt:
9965         * gst-libs/gst/Makefile.am:
9966         * gst-libs/gst/interfaces/mixer.c:
9967         * gst-libs/gst/pbutils/Makefile.am:
9968         * gst-libs/gst/pbutils/descriptions.c:
9969         (gst_pb_utils_get_source_description),
9970         (gst_pb_utils_get_sink_description),
9971         (gst_pb_utils_get_decoder_description),
9972         (gst_pb_utils_get_encoder_description),
9973         (gst_pb_utils_get_element_description),
9974         (gst_pb_utils_add_codec_description_to_tag_list),
9975         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
9976         * gst-libs/gst/pbutils/descriptions.h:
9977         * gst-libs/gst/pbutils/install-plugins.c:
9978         * gst-libs/gst/pbutils/install-plugins.h:
9979         * gst-libs/gst/pbutils/missing-plugins.c:
9980         (gst_missing_uri_source_message_new),
9981         (gst_missing_uri_sink_message_new),
9982         (gst_missing_element_message_new),
9983         (gst_missing_decoder_message_new),
9984         (gst_missing_encoder_message_new),
9985         (gst_missing_plugin_message_get_description):
9986         * gst-libs/gst/pbutils/missing-plugins.h:
9987         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
9988         * gst-libs/gst/pbutils/pbutils.h:
9989         * gst-libs/gst/utils/Makefile.am:
9990         * gst-libs/gst/utils/base-utils.c:
9991         * gst-libs/gst/utils/base-utils.h:
9992         * gst-libs/gst/utils/descriptions.c:
9993         * gst-libs/gst/utils/descriptions.h:
9994         * gst-libs/gst/utils/install-plugins.c:
9995         * gst-libs/gst/utils/install-plugins.h:
9996         * gst-libs/gst/utils/missing-plugins.c:
9997         * gst-libs/gst/utils/missing-plugins.h:
9998         * gst-plugins-base.spec.in:
9999         * gst/playback/Makefile.am:
10000         * gst/playback/gstdecodebin.c:
10001         * gst/playback/gstdecodebin2.c:
10002         * gst/playback/gstplaybasebin.c: (setup_subtitle),
10003         (gen_source_element):
10004         * gst/playback/gstplaybin.c: (plugin_init):
10005         * tests/check/Makefile.am:
10006         * tests/check/libs/pbutils.c: (GST_START_TEST),
10007         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
10008         * tests/check/libs/utils.c:
10009           rename utils to pbutils
10010
10011 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
10012
10013         * docs/plugins/Makefile.am:
10014         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10015         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10016         * docs/plugins/inspect/plugin-decodebin2.xml:
10017         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
10018         Add documentation for decodebin2 that indicates that the API
10019         is still unstable.
10020
10021 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
10022
10023         * configure.ac:
10024         Update to 0.10.11.2 (0.10.12 pre-release)
10025
10026 2007-03-01  Wim Taymans  <wim@fluendo.com>
10027
10028         * gst-libs/gst/audio/gstbaseaudiosink.c:
10029         (gst_base_audio_sink_async_play):
10030         base time is irrelevant here.
10031
10032 2007-03-01  Wim Taymans  <wim@fluendo.com>
10033
10034         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
10035         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
10036         Improve debugging.
10037
10038         * gst-libs/gst/audio/gstbaseaudiosink.c:
10039         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
10040         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
10041         Improve latency and clock slaving calculations.
10042         Improve slave clock calibration.
10043
10044         * gst-libs/gst/audio/gstringbuffer.c:
10045         (gst_ring_buffer_commit_full):
10046         When we are asked to render N sample to 0 bytes, return N.
10047
10048 2007-03-01  Wim Taymans  <wim@fluendo.com>
10049
10050         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
10051         (gst_alsasink_write), (gst_alsasink_reset):
10052         * ext/alsa/gstalsasink.h:
10053         Remove unused dispose function.
10054         Rename lock to not interfere with alsasrc lock.
10055
10056         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
10057         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
10058         (gst_alsasrc_read), (gst_alsasrc_reset):
10059         * ext/alsa/gstalsasrc.h:
10060         Implement finalize function.
10061         Use lock to protect alsa access.
10062         Implement _reset.
10063         Fine tune sw params.
10064
10065 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10066
10067         * configure.ac:
10068           Convert to new AG_GST style.
10069
10070 2007-02-28  Wim Taymans  <wim@fluendo.com>
10071
10072         Patch by: Ed Catmur <ed at catmur dot co dot uk>
10073
10074         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
10075         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
10076         Fix race condition when rapidly switching visualisations in playbin.
10077         Fixes #401029.
10078
10079 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
10080
10081         * tests/check/Makefile.am:
10082         Include local stuff before system installed things in LDFLAGS and
10083         CFLAGS.
10084
10085 2007-02-28  Wim Taymans  <wim@fluendo.com>
10086
10087         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
10088         Improve debugging.
10089
10090 2007-02-28  Wim Taymans  <wim@fluendo.com>
10091
10092         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
10093         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
10094         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
10095         Fix duration and timestamping, taking latency into account.
10096         Implement latency query.
10097
10098 2007-02-28  Wim Taymans  <wim@fluendo.com>
10099
10100         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
10101         (gst_audio_clock_new):
10102         Fix clock name.
10103
10104         * gst-libs/gst/audio/gstbaseaudiosink.c:
10105         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
10106         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
10107         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
10108         (gst_base_audio_src_create):
10109         Improve latency query code.
10110         Use proper clock names.
10111
10112 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10113
10114         * tests/check/generic/states.c: (GST_START_TEST):
10115           Copy the states.c test from core again
10116         * tests/check/Makefile.am:
10117           ignore cdio and cdparanoiasrc
10118
10119 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
10120
10121         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10122         (double_hq), (audio_convert_get_func_index), (check_default),
10123         (audio_convert_prepare_context), (audio_convert_convert):
10124           Also make valgrind happy and avoid copying data in some cases.
10125
10126 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
10127
10128         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10129         (double_hq), (audio_convert_get_func_index),
10130         (audio_convert_prepare_context), (audio_convert_convert):
10131         * gst/audioconvert/gstaudioconvert.c:
10132         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
10133         (gst_audio_convert_transform_caps):
10134         * tests/check/elements/audioconvert.c: (GST_START_TEST),
10135         (audioconvert_suite):
10136           Don't run inplace if that overwrites source data as we go. Add more
10137           tests. Fixes #339837 even more.
10138
10139 2007-02-27  Julien MOUTTE  <julien@moutte.net>
10140
10141         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
10142         (msg_segment_done): Fix various seeking bugs (Slider was not
10143         updating when doing a non flushing seek, Reverse playback 
10144         on segment seek was wrong).
10145
10146 2007-02-26  Wim Taymans  <wim@fluendo.com>
10147
10148         * tests/examples/seek/seek.c: (stop_seek):
10149         When we stop scrubbing, don't leave the pipeline PLAYING when we
10150         requested a PAUSED state.
10151
10152 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
10153
10154         Patch by: René Stadler <mail at renestadler de>
10155
10156         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
10157           Parse date strings in vorbis comments that have an invalid (zero)
10158           month or day (#410396).
10159
10160         * tests/check/libs/tag.c: (GST_START_TEST):
10161           Test case for the above.
10162
10163 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10164
10165         Patch by: Loïc Minier <lool+gnome at via ecp fr>
10166
10167         * configure.ac:
10168         * ext/alsa/Makefile.am:
10169         * gst/audiotestsrc/Makefile.am:
10170           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
10171
10172 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
10173
10174         * gst/playback/gstplaybin.c:
10175           Improve docs: point out that the application needs to assist playbin
10176           with buffering.
10177
10178 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
10179
10180         * gst-libs/gst/utils/install-plugins.c:
10181         * gst-libs/gst/utils/missing-plugins.c:
10182         * tests/check/libs/utils.c: (missing_msg_check_getters):
10183           Change GStreamer marker prefix in detail string from 'gstreamer.net'
10184           to just 'gstreamer'. Document the caps string component of the
10185           decoder/encoder detail a bit better, since not everyone will be
10186           familiar with the GStreamer media type/caps system (but they better
10187           enjoy nested itemized lists).
10188
10189 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
10190
10191         * gst-libs/gst/netbuffer/gstnetbuffer.c:
10192         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
10193           Fix copying of GstNetBuffer (would crash before, or at least lead to
10194           invalid memory access, #410772), for now by copying the GstBuffer copy
10195           code from the core over here so we can copy the GstBuffer fields on a
10196           provided buffer instance (of type GstNetBuffer in this case). Would be
10197           better to fix this with some support by the core though (and in the long
10198           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
10199
10200         * tests/check/Makefile.am:
10201           Enable unit test for GstNetBuffer.
10202
10203 2007-02-22  Andy Wingo  <wingo@pobox.com>
10204
10205         * gst-libs/gst/audio/gstbaseaudiosink.c
10206         (gst_base_audio_sink_init): Disable pull-mode activation until we
10207         figure out how to make audio sinks go to PLAYING.
10208
10209 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
10210
10211         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10212         (double_hq), (audio_convert_get_func_index),
10213         (audio_convert_prepare_context), (audio_convert_convert):
10214         * gst/audioconvert/audioconvert.h:
10215         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
10216         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
10217         * gst/audioconvert/gstchannelmix.h:
10218         * tests/check/elements/audioconvert.c: (GST_START_TEST):
10219           Add float as an intermediate format, as well as float mixing. Enable
10220           test that was failing before. Fixes #339837
10221
10222 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
10223
10224         * tests/examples/seek/seek.c: (do_seek):
10225         Undo the previous commit: -1 as a stop time implies that the stop
10226         time is the end of file, clearing any previously configured segment.
10227
10228 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
10229
10230         * tests/examples/seek/seek.c: (do_seek):
10231         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
10232
10233 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
10234
10235         * gst/volume/gstvolume.c: (volume_process_int16),
10236         (volume_process_int16_clamp), (volume_set_caps):
10237           Unbreak volume, value remains gint.
10238
10239 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
10240
10241         * gst/volume/gstvolume.c: (volume_choose_func),
10242         (volume_update_real_volume), (gst_volume_set_volume),
10243         (gst_volume_init), (volume_process_double), (volume_process_float),
10244         (volume_process_int16), (volume_process_int16_clamp),
10245         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
10246         * gst/volume/gstvolume.h:
10247           Extend float audio support (double) and some int->uint cleanups.
10248
10249 2007-02-20  Edward Hervey  <edward@fluendo.com>
10250
10251         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
10252         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
10253         (sort_end_pads), (gst_decode_group_expose),
10254         (gst_decode_group_hide):
10255         Don't free groups from the streaming threads. Just put them aside and
10256         free them in dispose.
10257
10258 2007-02-20  Edward Hervey  <edward@fluendo.com>
10259
10260         * gst/playback/gstdecodebin2.c: (connect_element),
10261         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
10262         (sort_end_pads), (gst_decode_group_expose):
10263         Handle dynamic pads within groups.
10264         Sort pads before exposing them in order to make playbin happy.
10265         There still is a race with the multiqueue filling up. This should be
10266         solved separately.
10267         Fixes #398721
10268
10269 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10270
10271         * gst-libs/gst/utils/base-utils.c:
10272         * gst-libs/gst/utils/descriptions.c:
10273         * gst-libs/gst/utils/install-plugins.c:
10274         * gst-libs/gst/utils/missing-plugins.c:
10275           Some more docs (and descriptions for two subtitle formats).
10276
10277 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10278
10279         * gst-libs/gst/audio/audio.c:
10280           Fix documentation.
10281
10282 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10283
10284         Patch by: Yves Lefebvre  <ivanohe abacom com>
10285
10286         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
10287           Don't leak caps. Fixes #408278.
10288
10289 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
10290
10291         * ext/cdparanoia/gstcdparanoiasrc.h:
10292         * ext/ogg/gstoggdemux.h:
10293         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
10294         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
10295         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
10296         * gst-libs/gst/audio/audio.h:
10297         * gst-libs/gst/audio/gstaudiofilter.h:
10298         * gst-libs/gst/interfaces/videoorientation.h:
10299         * gst/adder/gstadder.h:
10300           More docs coverage and some ChangeLog surgery (add missing names)
10301
10302 2007-02-15  Wim Taymans  <wim@fluendo.com>
10303
10304         * sys/ximage/ximagesink.c:
10305         (gst_ximagesink_calculate_pixel_aspect_ratio):
10306         * sys/xvimage/xvimagesink.c:
10307         (gst_xvimagesink_calculate_pixel_aspect_ratio):
10308         Small constifications.
10309
10310 2007-02-15  Wim Taymans  <wim@fluendo.com>
10311
10312         * gst-libs/gst/audio/gstbaseaudiosink.c:
10313         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
10314         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
10315         (gst_base_audio_sink_async_play),
10316         (gst_base_audio_sink_change_state):
10317         Answer latency query.
10318         Use configured latency when syncing.
10319         Fix clock slaving.
10320
10321         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10322         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
10323         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
10324         Fix possible memleak.
10325         Implement latency query.
10326         Small cleanups.
10327
10328 2007-02-15  Wim Taymans  <wim@fluendo.com>
10329
10330         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
10331         Ignore errors in reset, these are not fatal. They also grab the element
10332         lock which is already taking when this function is called. Fixes
10333         #405451.
10334
10335 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10336
10337         * configure.ac:
10338           Remove 'tests/examples/xerror/Makefile' from output files again.
10339
10340 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10341
10342         * configure.ac:
10343         * docs/plugins/Makefile.am:
10344           Also crossref against gst-plugins-base-libs.
10345
10346 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
10347
10348         * configure.ac:
10349         * docs/libs/Makefile.am:
10350         * docs/plugins/Makefile.am:
10351           Add crossreferences to glib/gobject/gstream docs.
10352
10353         * gst-libs/gst/audio/audio.h:
10354           Source formatting.
10355
10356         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
10357           Add own debug category.
10358
10359 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
10360
10361         Patch by: René Stadler <mail at renestadler de>
10362
10363         * gst-libs/gst/tag/gstvorbistag.c:
10364           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
10365           (#403597).
10366
10367 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
10368
10369         * gst/playback/gstplaybasebin.c: (setup_source):
10370           When we have external subtitles and wait for the subtitle decodebin
10371           to get up and running, we set up a (sync) bus handler for the
10372           subtitle decodebin, so we can stop waiting when it posts an error
10373           message. However, we should do that before we set the subtitle
10374           decodebin's state to playing, otherwise things are racy and we might
10375           miss error messages posted before we had a chance to set up the bus.
10376           This should finally fix totem hanging on .txt pseudo-subtitle files.
10377           
10378 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
10379
10380         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
10381           Use gst_gdouble_to_guint64 for conversions.
10382         * win32/common/config.h.in:
10383           Add a define for GST_INSTALL_PLUGINS_HELPER
10384         * win32/common/libgstaudio.def:
10385         * win32/common/libgstcdda.def:
10386         * win32/common/libgstnetbuffer.def:
10387         * win32/common/libgstrtp.def:
10388         * win32/common/libgutils.def:
10389           Add new exported functions.
10390         * win32/vs6/gst_plugins_base.dsw:
10391         * win32/vs6/libgstdecodebin.dsp:
10392         * win32/vs6/libgstnetbuffer.dsp:
10393         * win32/vs6/libgstplaybin.dsp:
10394         * win32/vs6/libgstrtp.dsp:
10395         * win32/vs6/libgstvorbis.dsp:
10396         * win32/vs6/libgstcdda.dsp:
10397         * win32/vs6/libgstgdp.dsp:
10398         * win32/vs6/libgstutils.dsp:
10399           Update and add new project files.
10400
10401 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
10402
10403         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
10404         (subrip_remove_unhandled_tags), (parse_subrip):
10405           For SubRip (.srt) subtitles, ignore all markup tags we don't
10406           handle (like font tags, for example).
10407
10408         * tests/check/elements/subparse.c:
10409           Add test for this.
10410
10411 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
10412
10413         * gst/playback/gstdecodebin.c: (add_fakesink),
10414         (gst_decode_bin_change_state):
10415         * gst/playback/gstdecodebin2.c: (add_fakesink),
10416         (gst_decode_bin_change_state):
10417           Don't error out if there is no fakesink in the NULL to READY state
10418           change, since when decodebin is re-used, we're only adding the
10419           fakesink element in READY to PAUSED.
10420
10421         * tests/check/elements/decodebin.c:
10422         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
10423         (decodebin_suite):
10424           Minimal unit test to make sure we can use the same decodebin
10425           instance twice (at least with audiotestsrc input).
10426
10427 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
10428
10429         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
10430           Try to get devic-name from device string first, and from handle only
10431           as fallback (seems to yield better results and is more robust
10432           against buggy probing code on the application side).
10433
10434 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
10435
10436         Based on patch by: Julien Puydt <julien.puydt at laposte net>
10437
10438         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
10439         (gst_alsa_find_device_name):
10440         * ext/alsa/gstalsa.h:
10441         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
10442         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
10443           Improve device-name detection a bit, especially in the case where
10444           the device is not actually open (#405020, #405024). Move common code
10445           into gstalsa.c instead of duplicating it.
10446
10447 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10448
10449         * gst/audioconvert/gstaudioconvert.c:
10450           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
10451
10452 2007-02-06  Julien MOUTTE  <julien@moutte.net>
10453
10454         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
10455         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
10456         (gst_xvimagesink_interface_supported),
10457         (gst_xvimagesink_probe_get_properties),
10458         (gst_xvimagesink_probe_probe_property),
10459         (gst_xvimagesink_probe_needs_probe),
10460         (gst_xvimagesink_probe_get_values),
10461         (gst_xvimagesink_property_probe_interface_init),
10462         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
10463         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
10464         (gst_xvimagesink_get_type):
10465         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
10466         for XVAdaptors so that one can choose the adaptor to use with 
10467         gstreamer-properties.
10468
10469 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
10470
10471         * gst/audioconvert/gstaudioconvert.c:
10472           Also mention that a conversion from double to float is suboptimal still.
10473
10474 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
10475
10476         * gst-libs/gst/audio/gstaudiofilter.c:
10477         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
10478           Clear our formats structure and free the caps contained in it when
10479           shutting down.
10480
10481 2007-02-05  Andy Wingo  <wingo@pobox.com>
10482
10483         * gst-libs/gst/audio/gstbaseaudiosink.c
10484         (gst_base_audio_sink_callback): Update basesink->offset so that we
10485         pull monotonically increasing offsets instead of, um, seeking back
10486         to 0 each time. Fixes alsasrc ! alsasink!
10487
10488 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
10489
10490         * gst/videoscale/gstvideoscale.c:
10491           A width and height of 1 makes us crash, so increase minimum size to
10492           2x2 pixels until someone feels like fixing this (#404512).
10493
10494 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
10495
10496         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
10497           Add small test to make sure request pads are cleaned up properly
10498           even if oggmux never changes state out of NULL.
10499
10500 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
10501
10502         * tests/check/libs/utils.c: (GST_START_TEST):
10503           Fix unit test. Turns out things work much better when you
10504           NULL-terminate string arrays. Should make p5 build bot happy again.
10505
10506 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10507
10508         * gst-libs/gst/audio/Makefile.am:
10509         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
10510         (gst_audio_filter_template_base_init),
10511         (gst_audio_filter_template_class_init),
10512         (gst_audio_filter_template_init),
10513         (gst_audio_filter_template_set_property),
10514         (gst_audio_filter_template_get_property),
10515         (gst_audio_filter_template_setup),
10516         (gst_audio_filter_template_filter),
10517         (gst_audio_filter_template_filter_inplace), (plugin_init):
10518           Oops, forgot to commit fixed-up example.
10519
10520 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10521
10522         * docs/libs/gst-plugins-base-libs-sections.txt:
10523         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
10524         (gst_audio_filter_class_init), (gst_audio_filter_init),
10525         (gst_audio_filter_set_caps),
10526         (gst_audio_filter_class_add_pad_templates):
10527         * gst-libs/gst/audio/gstaudiofilter.h:
10528           Port GstAudioFilter to 0.10. This change technically breaks
10529           API and ABI (and thus also every library developer's heart),
10530           but seems justifiable on the grounds that the base class was
10531           completely unusable before (ie. would crash immediately when
10532           actually used). Fixes #403963 (and eventually also #403572).
10533           Also document all of this a bit.
10534
10535 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10536
10537         * gst-libs/gst/utils/install-plugins.c:
10538         (gst_install_plugins_spawn_child):
10539         * tests/check/libs/utils.c:
10540         (test_base_utils_install_plugins_do_callout):
10541           Lowering log level to see why things fail on the p5 build bot;
10542           fix some typos in unit test messages.
10543
10544 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10545
10546         * tests/check/libs/utils.c:
10547         (test_base_utils_install_plugins_do_callout):
10548           Don't hard-code temp directory for test helper; use GLib functions
10549           to write out file and do error checking etc.
10550
10551 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10552
10553         * gst-libs/gst/utils/Makefile.am:
10554         * gst-libs/gst/utils/base-utils.h:
10555         * gst-libs/gst/utils/install-plugins.c:
10556         (gst_install_plugins_context_set_xid),
10557         (gst_install_plugins_context_new),
10558         (gst_install_plugins_context_free),
10559         (gst_install_plugins_get_helper),
10560         (gst_install_plugins_spawn_child),
10561         (gst_install_plugins_return_from_status),
10562         (gst_install_plugins_installer_exited),
10563         (gst_install_plugins_async), (gst_install_plugins_sync),
10564         (gst_install_plugins_return_get_name),
10565         (gst_install_plugins_installation_in_progress):
10566         * gst-libs/gst/utils/install-plugins.h:
10567           API: add API for applications to initiate installation of missing
10568           plugins, ie. gst_install_plugins_async() primarily.
10569           Based on libgimme-codec by Ryan Lortie.
10570
10571         * configure.ac:
10572           Add --with-install-plugins-helper configure option so distros can specify
10573           the path of the helper script or program to call when plugin installation
10574           is requested (distros: please do any argument munging in this helper
10575           script instead of patching GStreamer to pass arguments differently
10576           to another program directly).
10577
10578         * docs/libs/gst-plugins-base-libs-docs.sgml:
10579         * docs/libs/gst-plugins-base-libs-sections.txt:
10580           Build and document new API.
10581
10582         * tests/check/libs/utils.c: (result_cb),
10583         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
10584         (libgstbaseutils_suite):
10585           Some simple checks for the new API.
10586
10587 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10588
10589         * tests/check/elements/audioconvert.c: (test_float_conversion):
10590           Add small test for 32bit float <=> 64bit float conversion (works
10591           only one way so far, 32=>64 produces structured noise).
10592
10593 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10594
10595         * gst/audioconvert/gstaudioconvert.c:
10596         (set_structure_widths_32_and_64), (make_lossless_changes):
10597           We don't support floats with a width of 40, 48 or 56 bits.
10598
10599 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
10600
10601         * gst/audioconvert/audioconvert.c: (float), (double),
10602         (audio_convert_get_func_index):
10603         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
10604         (make_lossless_changes):
10605           Support for 64-bit float audio in audioconvert (#339837)
10606
10607 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
10608
10609         Patch by: Holger Wansing  <linux wansing-online de>
10610
10611         * po/LINGUAS:
10612         * po/de.po:
10613           Add German translation (#352069).
10614
10615 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
10616
10617         reviewed by: Wim Taymans <wim@fluendo.com>
10618
10619         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
10620         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
10621         Use newly added GstCollectPads API to free the allocated resources in
10622         the GstOggPad structures (#402393).
10623
10624 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
10625
10626         * gst/playback/gstplaybin.c: (gen_vis_element):
10627           Add audioresample+audioconvert in front of the visualisation
10628           element, so that elements like libvisual 0.4 that don't support all
10629           samplerates can work.
10630
10631           Fixes: #402505
10632
10633 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
10634
10635         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
10636         (gst_play_base_bin_get_streaminfo_value_array):
10637           Take some locks and make a copy of the streaminfo value array we
10638           maintain while holding the lock, so that the application can
10639           retrieve the stream-info as a value array in a thread-safe way.
10640
10641 2007-01-30  Wim Taymans  <wim@fluendo.com>
10642
10643         * gst/audioconvert/gstaudioconvert.c:
10644         Don't fail on 0 sized buffers. Fixes #396835.
10645
10646 2007-01-29  David Schleef  <ds@schleef.org>
10647
10648         * gst/typefind/gsttypefindfunctions.c:
10649           Detect BBCD as video/x-dirac, so we can play raw dirac
10650           streams.
10651
10652 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
10653
10654         * ext/theora/theoraenc.c: (theora_enc_chain):
10655           Check return value of theora_encode_header(), or we might try to
10656           allocate a random number of bytes. theora_encode_header() can fail
10657           if libtheora has been compiled with encoding support disabled.
10658           Fixes #398110.
10659
10660 2007-01-29  Wim Taymans  <wim@fluendo.com>
10661
10662         * tests/check/gst/.cvsignore:
10663         Do as buildbot says.
10664
10665 2007-01-29  Wim Taymans  <wim@fluendo.com>
10666
10667         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
10668         Fix strides in libvisual. Gst uses X strides.
10669         Inspired by: <ed at catmur dot co dot uk> and 
10670         <tim at centricular dot net>
10671         Fixes #401118.
10672
10673 2007-01-27  Wim Taymans  <wim@fluendo.com>
10674
10675         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
10676         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
10677         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
10678         (gst_ogg_demux_perform_seek),
10679         (gst_ogg_demux_bisect_forward_serialno),
10680         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10681         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
10682         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
10683         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
10684         * ext/ogg/gstoggdemux.h:
10685         Properly propagate streaming errors when we are scanning the file for
10686         chains so that we don't crash when shut down. Might fix some crashers
10687         when quickly switching oggs in RB such as #332503 and #378436.
10688
10689 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
10690
10691         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
10692           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
10693           error code as well.
10694
10695 2007-01-25  Wim Taymans  <wim@fluendo.com>
10696
10697         * gst/playback/gstplaybasebin.c: (remove_source):
10698         Don't try to disconnect a signal from a finalized object.
10699
10700 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10701
10702         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
10703           Cast lock macro parameters to make sure we're actually accessing the
10704           lock member at the right class level. Free list itself in _dispose()
10705           as well and NULL it in case dispose gets called multiple times.
10706
10707 2007-01-25  Edward Hervey  <edward@fluendo.com>
10708
10709         * gst/playback/gstdecodebin2.c:
10710         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
10711         Free GstDecodeGroups no longer used.
10712         (gst_decode_group_expose):
10713         Don't unlock too many times !
10714         (deactivate_free_recursive):
10715         Free iterator once we're done with it.
10716         Fix for recursively deactivating elements (stop at ghostpads).
10717
10718 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10719
10720         * gst/playback/gstplaybin.c: (handoff):
10721           Fix up caps on the frame buffer before we save it and potentially
10722           make it accessible to other threads via g_object_get; also use
10723           gst_buffer_replace() instead of gst_mini_object_replace().
10724
10725 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10726
10727         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
10728           Make getting the current frame thread-safe.
10729
10730 2007-01-25  Edward Hervey  <edward@fluendo.com>
10731
10732         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
10733         (gst_decode_group_new), (gst_decode_group_free):
10734         Set queues to bigger sizes to cope with HD contents.
10735         Fix some mutex freeing and add comment about MT safe methods.
10736
10737 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
10738
10739         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
10740         (gst_text_overlay_text_event):
10741           Don't unnecessarily ref (and then leak) upstream events if the text
10742           pad is not linked. Fixes #399948.
10743
10744         * tests/check/gst-plugins-base.supp:
10745           Add suppression for pango on edgy/x86 for textoverlay test.
10746
10747 2007-01-24  Wim Taymans  <wim@fluendo.com>
10748
10749         * gst-libs/gst/rtp/gstrtpbuffer.h:
10750         Add some more fixed payloads.
10751
10752 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
10753
10754         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
10755           Error out properly if we get an error from libogg while reading the
10756           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
10757
10758 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
10759
10760         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
10761           Don't leak mutex.
10762
10763         * tests/check/elements/playbin.c:
10764         (test_sink_usage_video_only_stream),
10765         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
10766         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
10767         (test_missing_suburisource_handler),
10768         (test_missing_primary_decoder), (playbin_suite):
10769           Run all tests once with decodebin and once with decodebin2.
10770           One test does not pass yet with decodebin2.
10771
10772 2007-01-23  Edward Hervey  <edward@fluendo.com>
10773
10774         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
10775         Fix the cases where oggmux doesn't properly figure out that all
10776         sinkpads have gone EOS, and therefore doesn't push out the remaining
10777         buffers and the final EOS event.
10778         Fixes #363379
10779
10780 2007-01-23  Julien MOUTTE  <julien@moutte.net>
10781
10782         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10783         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10784         Don't lock on navigation event push, just on keysym to string.
10785         Fixes #397673 again.
10786
10787 2007-01-22  Edward Hervey  <edward@fluendo.com>
10788
10789         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
10790         (get_current_group), (group_demuxer_event_probe),
10791         (gst_decode_group_expose), (deactivate_free_recursive),
10792         (gst_decode_group_free):
10793         Cleanups.
10794         Don't forget to emit 'no-more-pads' once a group is exposed.
10795         Cleanup elements from a DecodeGroup once we remove it.
10796         Protect call to gst_decode_group_expose() with the decodebin lock.
10797
10798 2007-01-22  Julien MOUTTE  <julien@moutte.net>
10799
10800         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10801         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10802         Looking at Xorg code i can't figure out if that XKeysymToString
10803         function is thread sensible or not. Lock it just in case as
10804         recommended by Radek Doulik <rodo at ximian dot com>.
10805
10806 2007-01-22  Julien MOUTTE  <julien@moutte.net>
10807
10808         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10809         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10810         Lock that X Call as well. Fixes #397673.
10811
10812 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10813
10814         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
10815           Don't go into an endless loop if the file starts with 00 00 01 2X,
10816           like quicktime redirect files might. Fixes #396042.
10817
10818         * tests/check/Makefile.am:
10819         * tests/check/gst/.cvsignore:
10820         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
10821         (typefindfunctions_suite):
10822           Add unit test for the above.
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           On second thought, use "depth" field rather than "bpp" field.
10828
10829 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10830
10831         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10832           Camtasia caps apparently need a bpp field (#398875).
10833
10834 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10835
10836         * gst/playback/gstplaybasebin.c: (setup_subtitle),
10837         (gen_source_element), (gst_play_base_bin_change_state):
10838           Attempt at a better error message in case we don't have the required
10839           URI handler installed; post missing-plugin message also when we're
10840           missing an URI handler for the subtitle URI; clean up properly also
10841           when an error occurs and we never made it to PAUSED state.
10842
10843         * tests/check/elements/playbin.c: (GST_START_TEST),
10844         (playbin_suite):
10845           Check that we're also getting a missing-plugin messsage for a
10846           missing subtitle URI handler (and clean up properly).
10847
10848 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10849
10850         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
10851           Plug a few reference leaks.
10852
10853 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10854
10855         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
10856           Lower probability a bit if the marker isn't right at the start,
10857           to decrease the chance of false positives.
10858
10859 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10860
10861         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
10862           Small mpeg2 system stream typefinding improvement: make typefinder
10863           probe a bit into the stream instead of just looking for a marker
10864           at the beginning. Fixes #397810.
10865
10866 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
10867
10868         * gst/audioconvert/gstchannelmix.c:
10869           Remove compatibility cruft for prehistoric GLib versions.
10870
10871 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
10872
10873         * gst/playback/Makefile.am:
10874         * gst/playback/gstdecodebin.c: (close_pad_link):
10875         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
10876         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10877         (gst_play_base_bin_handle_message_func), (unknown_type):
10878           Let decodebin be the element to post missing-plugin messages for
10879           missing decoders (rather than playbin); make playbin implement
10880           GstBin::handle_message so we can suppress missing-plugin messages
10881           for types we're not handling on purpose (don't want to bring up an
10882           installer in those cases).
10883
10884 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
10885
10886         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10887         * gst-libs/gst/tag/gstvorbistag.c:
10888         (gst_tag_list_to_vorbiscomment_buffer):
10889         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
10890           Fix potentially unaligned access (#397207).
10891
10892 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
10893
10894         * tests/examples/seek/seek.c: (set_scale), (update_scale),
10895         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
10896         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
10897         (main):
10898           Allow to toggle looping while it plays. Fix callback prototype. Clean
10899           up code a bit more. Add copyright header.
10900
10901 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
10902
10903         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
10904           Red and blue mask was swapped (spotted by Dan Williams).
10905
10906 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
10907
10908         * gst-libs/gst/tag/gstid3tag.c:
10909         * gst-libs/gst/tag/gstvorbistag.c:
10910           Use new beats-per-minute tag from core.
10911
10912 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
10913
10914         * po/POTFILES.in:
10915           Add new files with translatable strings, so they actually make it
10916           into the template file one day.
10917
10918 2007-01-12  Andy Wingo  <wingo@pobox.com>
10919
10920         * gst-libs/gst/audio/gstbaseaudiosink.c
10921         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
10922         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
10923         stuff, as the base class handles this now. Actually tell the ring
10924         buffer to start.
10925         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
10926         How did this work before? Maybe I'm not as awesome a programmer as
10927         I think.
10928
10929         * gst-libs/gst/audio/gstbaseaudiosrc.c
10930         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
10931         of a pad function.
10932
10933 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
10934
10935         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
10936           Remove more fields so that the application can better blacklist
10937           formats that have been tried before.
10938
10939 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
10940
10941         * gst-libs/gst/audio/mixerutils.h:
10942           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
10943           used when compiling with c++ compilers as well.
10944
10945 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
10946
10947         * gst/typefind/gsttypefindfunctions.c:
10948           Fix comment.
10949
10950 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
10951
10952         * gst/playback/gstplaybin.c: (post_missing_element_message),
10953         (gen_video_element), (gen_text_element), (gen_audio_element),
10954         (gen_vis_element):
10955           Post missing-plugin messages also when we error out because
10956           converters, textoverlay or auto*sinks are missing (#161922).
10957
10958 2007-01-10  Wim Taymans  <wim@fluendo.com>
10959
10960         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
10961         (is_demuxer_element), (new_caps):
10962         * gst/playback/gstplaybasebin.c: (source_new_pad):
10963         Fix the case where we try to ref a NULL element when we delay a link
10964         because of unfixed caps.
10965         Set the state of autoplugged decodebins to PAUSED.
10966         RTSP now works in playbin, we can remove it from the blacklist.
10967
10968 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
10969
10970         * gst/playback/Makefile.am:
10971         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
10972         (unknown_type), (setup_subtitle), (gen_source_element):
10973         * gst/playback/gstplaybin.c: (plugin_init):
10974           Post missing-plugin messages on the bus for missing sources and
10975           missing decoders/demuxers/depayloaders; fix error code used when
10976           we're missing an URI handler source; for media types that we are not
10977           handling on purpose at the moment, don't print "don't know how to
10978           handle xyz" messages to the terminal or post missing-plugin
10979           messages on the bus.
10980
10981         * tests/check/elements/playbin.c: (create_playbin),
10982         (GST_START_TEST), (gst_codec_src_uri_get_type),
10983         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
10984         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
10985         (gst_codec_src_init_type), (gst_codec_src_base_init),
10986         (gst_codec_src_create), (gst_codec_src_class_init),
10987         (gst_codec_src_init), (plugin_init), (playbin_suite):
10988           Add some tests for the missing-plugin stuff.
10989
10990 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
10991
10992         * configure.ac:
10993         * gst-libs/gst/Makefile.am:
10994         * gst-libs/gst/utils/Makefile.am:
10995         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
10996         * gst-libs/gst/utils/base-utils.h:
10997         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
10998         (find_format_info), (caps_are_rtp_caps),
10999         (gst_base_utils_get_source_description),
11000         (gst_base_utils_get_sink_description),
11001         (gst_base_utils_get_decoder_description),
11002         (gst_base_utils_get_encoder_description),
11003         (gst_base_utils_get_element_description),
11004         (gst_base_utils_add_codec_description_to_tag_list),
11005         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
11006         * gst-libs/gst/utils/descriptions.h:
11007         * gst-libs/gst/utils/missing-plugins.c:
11008         (missing_structure_get_type), (copy_and_clean_caps),
11009         (gst_missing_uri_source_message_new),
11010         (gst_missing_uri_sink_message_new),
11011         (gst_missing_element_message_new),
11012         (gst_missing_decoder_message_new),
11013         (gst_missing_encoder_message_new),
11014         (missing_structure_get_string_detail),
11015         (missing_structure_get_caps_detail),
11016         (gst_missing_plugin_message_get_installer_detail),
11017         (gst_missing_plugin_message_get_description),
11018         (gst_is_missing_plugin_message):
11019         * gst-libs/gst/utils/missing-plugins.h:
11020           API: add new libgstbaseutils library with functions
11021           - to create and parse missing-plugins messages
11022           - that provide (translated) descriptions for caps/decoders/sources/etc.
11023           Closes #392393.
11024
11025         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
11026         * pkgconfig/gstreamer-plugins-base.pc.in:
11027           Add new lib.
11028
11029         * docs/libs/gst-plugins-base-libs-docs.sgml:
11030         * docs/libs/gst-plugins-base-libs-sections.txt:
11031           Generate docs for new lib and API.
11032
11033         * tests/check/Makefile.am:
11034         * tests/check/libs/.cvsignore:
11035         * tests/check/libs/utils.c: (missing_msg_check_getters),
11036         (GST_START_TEST), (libgstbaseutils_suite):
11037           Add some basic unit tests.
11038
11039 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11040
11041         * ext/ogg/Makefile.am:
11042           Dist gstoggdemux.h to fix 'make distcheck'.
11043
11044         * sys/v4l/Makefile.am:
11045           Fix 'make distcheck' even more.
11046
11047 2007-01-09  Wim Taymans  <wim@fluendo.com>
11048
11049         * docs/plugins/Makefile.am:
11050         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11051         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11052         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
11053         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
11054         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
11055         (gst_ogg_demux_perform_seek):
11056         * ext/ogg/gstoggdemux.h:
11057         Added docs.
11058         Add some more comments.
11059         Small cleanups.
11060
11061 2007-01-09  Wim Taymans  <wim@fluendo.com>
11062
11063         * ext/theora/theoradec.c:
11064         * ext/vorbis/vorbisdec.c:
11065         * gst-libs/gst/audio/gstringbuffer.c:
11066         (gst_ring_buffer_commit_full):
11067         * gst-libs/gst/audio/gstringbuffer.h:
11068         * gst-libs/gst/rtp/gstrtpbuffer.c:
11069         * gst-libs/gst/tag/gstvorbistag.c:
11070         Small documentation updates/fixes
11071
11072 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11073
11074         * configure.ac:
11075           Require core CVS HEAD for Andy's basesrc/sink API additions.
11076
11077 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11078
11079         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
11080
11081         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
11082         (plugin_init):
11083           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
11084           on flac.sf.net (there appear to be other versions of the first
11085           ogg page in the wild) (#391365).
11086
11087 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11088
11089         * configure.ac:
11090           Check if localtime_r() is available.
11091
11092         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
11093           If localtime_r() is not available, fall back to localtime(). Should
11094           fix build on MingW (#393310).
11095
11096 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11097
11098         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
11099         * gst/subparse/gstsubparse.h:
11100           Remove spurious 1000 subtrahend when calculating the timestamp from
11101           the frame number and the frame rate . Also, use the frames/second
11102           value specified in the first line of the file, if one is specified
11103           there. Should fix #357503.
11104
11105         * tests/check/elements/subparse.c: (do_test),
11106         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
11107         (subparse_suite):
11108           Add some basic unit tests for the microdvd subtitle format.
11109
11110 2007-01-07  Julien MOUTTE  <julien@moutte.net>
11111
11112         Patch by: Young-Ho Cha <ganadist at chollian dot net>
11113
11114         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11115         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
11116         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
11117         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
11118         (gst_xvimagesink_set_xwindow_id),
11119         (gst_xvimagesink_set_event_handling),
11120         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
11121         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
11122         Fixes: #390076.
11123         Add an adaptor property to select a specific XV adaptor.
11124         * sys/xvimage/xvimagesink.h:
11125
11126 2007-01-07  Julien MOUTTE  <julien@moutte.net>
11127
11128         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
11129         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
11130         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
11131         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
11132         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
11133         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
11134         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11135         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
11136         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
11137         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
11138         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
11139         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
11140         Use flow_lock much more to protect every access to xwindow.
11141         Try to catch erros while creating images in case some drivers are
11142         just generating an XError when the requested image is too big.
11143         Should fix : #354698, #384008, #384060.
11144         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
11145         Implement some stress testing of setting window xid.
11146
11147 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
11148
11149         * win32/common/libgsaudio.def:
11150           Add new exported function.
11151         * win32/common/libgstogg.dsp:
11152           Add gstoggaviparse.c to the build.
11153         * win32/common/libgstvideoscale.dsp:
11154           Add vs_4tap.c to the build.
11155         * win32/common/libgstvorbis.dsp:
11156           Add vorbistag.c to the build.
11157         
11158 2007-01-06  Andy Wingo  <wingo@pobox.com>
11159
11160         * gst-libs/gst/audio/gstbaseaudiosink.c
11161         (gst_base_audio_sink_class_init)
11162         (gst_base_audio_sink_init): 
11163         (gst_base_audio_sink_activate_pull): Add an activate_pull function
11164         to baseaudiosink, and tell basesink that we can work in pull mode.
11165         This way the ring buffer thread drives the pipeline directly, if
11166         pull mode is possible. There is some lingering nastiness regarding
11167         capsnego, however.
11168         (gst_base_audio_sink_callback): Implement the callback to pull
11169         data. This interface is a bit light, though -- it should get a
11170         GstFlowReturn return value at least.
11171
11172 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11173
11174         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
11175         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11176         * gst/playback/gstdecodebin2.c:
11177         (gst_decode_group_check_if_blocked):
11178           Printf format and missing argument fixes.
11179
11180 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
11181
11182         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
11183         (gst_ogm_parse_change_state):
11184         Activate pads before adding them to the element.
11185
11186 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11187
11188         * tests/examples/seek/scrubby.c: (main):
11189         * tests/examples/seek/seek.c: (main):
11190           Call g_thread_init() first thing in main() (see #391278).
11191
11192 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11193
11194         * tests/check/Makefile.am:
11195         * tests/check/libs/.cvsignore:
11196         * tests/check/libs/netbuffer.c: (GST_START_TEST),
11197         (netbuffer_suite):
11198           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
11199           for the time being, since it's broken, see #393099.
11200
11201 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11202
11203         * tests/check/Makefile.am:
11204           Update to use GST_PLUGINS_BASE_CFLAGS as well.
11205
11206 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
11207
11208         * configure.ac:
11209           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
11210           so that GST_BASE_CFLAGS can go inbetween them, making sure
11211           we use uninstalled gst-libs headers
11212         * docs/libs/Makefile.am:
11213         * ext/alsa/Makefile.am:
11214         * ext/cdparanoia/Makefile.am:
11215         * ext/gnomevfs/Makefile.am:
11216         * ext/libvisual/Makefile.am:
11217         * ext/ogg/Makefile.am:
11218         * ext/theora/Makefile.am:
11219         * ext/vorbis/Makefile.am:
11220         * gst-libs/gst/audio/Makefile.am:
11221         * gst-libs/gst/cdda/Makefile.am:
11222         * gst-libs/gst/interfaces/Makefile.am:
11223         * gst-libs/gst/riff/Makefile.am:
11224         * gst-libs/gst/rtp/Makefile.am:
11225         * gst-libs/gst/tag/Makefile.am:
11226         * gst/adder/Makefile.am:
11227         * gst/audioconvert/Makefile.am:
11228         * gst/audiorate/Makefile.am:
11229         * gst/audioresample/Makefile.am:
11230         * gst/playback/Makefile.am:
11231         * gst/tcp/Makefile.am:
11232         * gst/videoscale/Makefile.am:
11233         * gst/volume/Makefile.am:
11234         * sys/ximage/Makefile.am:
11235         * sys/xvimage/Makefile.am:
11236         * tests/icles/Makefile.am:
11237           adapt
11238
11239 2007-01-04  Julien MOUTTE  <julien@moutte.net>
11240
11241         * gst-libs/gst/interfaces/xoverlay.c:
11242         (gst_x_overlay_handle_events):
11243         * gst-libs/gst/interfaces/xoverlay.h:
11244         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
11245         (gst_ximagesink_set_xwindow_id),
11246         (gst_ximagesink_set_event_handling),
11247         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
11248         (gst_ximagesink_get_property), (gst_ximagesink_init),
11249         (gst_ximagesink_class_init):
11250         * sys/ximage/ximagesink.h:
11251         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
11252         (gst_xvimagesink_set_xwindow_id),
11253         (gst_xvimagesink_set_event_handling),
11254         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
11255         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
11256         (gst_xvimagesink_class_init):
11257         * sys/xvimage/xvimagesink.h:
11258         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
11259         Add a method to the XOverlay interface to allow disabling of 
11260         event handling in x[v]imagesink elements. This will let X events
11261         propagate to parent windows which can be usefull in some cases.
11262         Be carefull that the application is then responsible of pushing
11263         navigation events and expose events to the video sink.
11264         Fixes: #387138.
11265
11266 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
11267
11268         * gst-libs/gst/tag/gstvorbistag.c:
11269         * tests/check/libs/tag.c: (GST_START_TEST):
11270           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
11271           (fixes #392070).
11272
11273 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
11274
11275         * configure.ac:
11276         * docs/Makefile.am:
11277         * docs/design/Makefile.am:
11278           Dist design docs.
11279
11280 2006-12-27  Julien MOUTTE  <julien@moutte.net>
11281
11282         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
11283         typo. Fixes: #390063.
11284
11285 2006-12-27  Julien MOUTTE  <julien@moutte.net>
11286
11287         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11288         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
11289         caps leak.
11290         * win32/common/config.h: Updated.
11291
11292 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
11293
11294         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
11295         (setup_gdpdepay_streamheader):
11296         * tests/check/elements/gdppay.c: (cleanup_gdppay),
11297         (setup_gdppay_streamheader):
11298           Fix the dp tests, but activating the pads for the streamheader tests
11299           too and cleaning up conditionaly
11300
11301 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
11302
11303         * gst/ffmpegcolorspace/avcodec.h:
11304         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11305         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
11306         (gst_ffmpegcsp_avpicture_fill):
11307         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
11308         (img_get_alpha_info):
11309         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
11310         other end of the word. Fixes: #387073.
11311
11312         Add some inconsequential branch hints in a couple of places.
11313
11314 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
11315
11316         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11317         (gst_ffmpeg_caps_to_smpfmt):
11318           The "signed" field in raw audio caps is of boolean type, trying to
11319           extract the value with _get_int() will fail (fix to keep in sync with
11320           the copy in gst-ffmpeg)
11321
11322 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
11323
11324         * tests/check/elements/audioresample.c: (cleanup_audioresample):
11325         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
11326         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
11327         (cleanup_gdpdepay):
11328         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
11329         * tests/check/elements/subparse.c: (teardown_subparse):
11330         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
11331         * tests/check/elements/videorate.c: (cleanup_videorate):
11332         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
11333         * tests/check/elements/volume.c: (cleanup_volume):
11334         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
11335         (cleanup_vorbisdec):
11336         * tests/check/elements/vorbistag.c: (setup_vorbistag),
11337         (cleanup_vorbistag):
11338           consistent pad (de)activation
11339
11340 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
11341
11342         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11343           Forgot to register the extensions.
11344
11345 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
11346
11347         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
11348         (plugin_init):
11349           Add typefinder for VIVO files (my christmas present to the 90s).
11350
11351 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11352
11353         * gst/playback/gstdecodebin.c: (type_found):
11354           Special-case the text/plain media type: we only want to recognise it
11355           as a 'raw' decoded media type if it comes from a demuxer or subtitle
11356           parser, but not if the entire stream is of text/plain type. If the
11357           entire stream is text/plain, we should just error out.
11358
11359           This fixes playback of audio files with lyrics in totem. Totem can't
11360           distinguish between text files and subtitle files and passes any
11361           .txt file with the same basename as the main file to playbin as
11362           suburi, and playbin will then throw a 'subtitle found, but no video
11363           stream' error, which isn't entirely helpful. See #380342.
11364
11365           Also, with this change we'll show a slightly more correct error
11366           message in case totem passes a playlist file to us (although a
11367           custom error message wording instead of the default text would
11368           probably not be a bad idea either).
11369
11370           Same problem also needs to be fixed for playbin+decodebin2.
11371
11372         * tests/check/Makefile.am:
11373         * tests/check/elements/decodebin.c: (src_handoff_cb),
11374         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
11375         (decodebin_suite):
11376           Add simple unit test for decodebin for the above.
11377
11378 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11379
11380         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
11381         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
11382           Refuse to change state to READY when we failed to create any of the
11383           required elements in our instance init function.
11384
11385 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
11386
11387         * docs/libs/gst-plugins-base-libs-sections.txt:
11388           Small docs fixes/updates.
11389
11390         * gst-libs/gst/video/gstvideosink.h:
11391           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
11392           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
11393           removed from the base sink API between 0.9.6 and 0.9.7).
11394           API: add GST_VIDEO_SINK_CAST and use it for the height/width
11395           accessor macros, so we don't do a runtime GObject type check every
11396           time we use them.
11397
11398 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11399
11400         * Makefile.am:
11401         * gst-plugins-base.doap:
11402         * gst-plugins-base.spec.in:
11403           add doap file
11404
11405 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
11406
11407         Patch by: Jens Granseuer <jensgr at gmx net>
11408
11409         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
11410         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11411         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
11412         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
11413         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
11414           Declare variables at the beginning of a block. Fixes #383195.
11415
11416 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
11417
11418         * configure.ac:
11419         Bump version nano - back to CVS.
11420
11421
11422 === release 0.10.11 ===
11423
11424 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
11425
11426         * configure.ac:
11427           releasing 0.10.11, "Dumb things"
11428
11429 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
11430
11431         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
11432         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
11433         Handle the case where an element has multiple pads with 
11434         unfixed caps as well as still possibly producing more dynamic 
11435         pads by storing each case as a distinct entry in the dynamic list.
11436         Fixes #38223 again.
11437
11438 2006-12-04  Wim Taymans  <wim@fluendo.com>
11439
11440         * gst/playback/gstdecodebin.c: (close_pad_link):
11441         Fix #382223, add more dynamic caps handling.
11442
11443 2006-12-04  Wim Taymans  <wim@fluendo.com>
11444
11445         * gst-libs/gst/audio/gstringbuffer.h:
11446         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
11447         (gst_netaddress_set_ip4_interface),
11448         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
11449         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
11450         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
11451         (gst_netaddress_get_ttl):
11452         * gst-libs/gst/netbuffer/gstnetbuffer.h:
11453         * gst/playback/gstdecodebin.c: (close_pad_link):
11454         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
11455         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
11456         * win32/common/config.h:
11457
11458 2006-12-01  Michael Smith  <msmith@fluendo.com>
11459
11460         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
11461           Delete bad debug code.
11462           Fixes #381219
11463
11464 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
11465
11466         * gst/videoscale/vs_4tap.c:
11467         * win32/MANIFEST:
11468         * win32/common/config.h:
11469         * win32/vs8/libgstvideoscale.vcproj:
11470         Fix compilation on win32 under VS8
11471         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
11472         Partially fixes #381175
11473
11474 2006-11-30  Michael Smith  <msmith@fluendo.com>
11475
11476         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11477         (GST_START_TEST):
11478           It would be very bad if, after a discont buffer, we thought every
11479           single following buffer was also discont. So, add to the test to
11480           ensure that this isn't the case.
11481           
11482         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
11483           ... it was the case. So fix it.
11484
11485 2006-11-28  Wim Taymans  <wim@fluendo.com>
11486
11487         * gst/playback/gstplaybasebin.c: (check_queue_event):
11488         Improve debug.
11489
11490         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
11491         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
11492         padtemplate caps. Refixes #357577.
11493
11494 2006-11-28  Wim Taymans  <wim@fluendo.com>
11495
11496         * gst/playback/gstplaybasebin.c: (check_queue_event),
11497         (queue_threshold_reached), (queue_out_of_data),
11498         (gen_preroll_element):
11499         Add event probe to see when EOS is in a queue and we can disable the
11500         underrun signals. Fixes #357577.
11501
11502 2006-11-28  Edward Hervey  <edward@fluendo.com>
11503
11504         * gst/playback/Makefile.am:
11505         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
11506         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
11507         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
11508         (gst_decode_bin_init), (gst_decode_bin_dispose),
11509         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
11510         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
11511         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
11512         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
11513         (connect_element), (expose_pad), (type_found),
11514         (pad_added_group_cb), (pad_removed_group_cb),
11515         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
11516         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
11517         (are_raw_caps), (multi_queue_overrun_cb),
11518         (multi_queue_underrun_cb), (gst_decode_group_new),
11519         (get_current_group), (group_demuxer_event_probe),
11520         (gst_decode_group_control_demuxer_pad),
11521         (gst_decode_group_control_source_pad),
11522         (gst_decode_group_check_if_blocked),
11523         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
11524         (gst_decode_group_hide), (gst_decode_group_free),
11525         (gst_decode_group_set_complete), (source_pad_blocked_cb),
11526         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
11527         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
11528         (plugin_init):
11529         New decodebin2 element.
11530         Closes #370092
11531         * gst/playback/gstplay-marshal.list:
11532         Added marshallers for new signals in decodebin2
11533         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
11534         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
11535         is set.
11536
11537 2006-11-28  Wim Taymans  <wim@fluendo.com>
11538
11539         * gst/playback/gstplaybasebin.c: (setup_source),
11540         (gst_play_base_bin_change_state):
11541         Disable rtsp:// uris for the release, it's not good enough yet.
11542         Remove unused var.
11543
11544 2006-11-26  Wim Taymans  <wim@fluendo.com>
11545
11546         * ext/theora/theoradec.c: (gst_theora_dec_reset),
11547         (theora_dec_push_forward), (theora_dec_push_reverse),
11548         (theora_handle_data_packet), (theora_dec_decode_buffer),
11549         (theora_dec_flush_decode), (theora_dec_chain_reverse),
11550         (theora_dec_chain_forward), (theora_dec_chain):
11551         Implement reverse playback.
11552
11553         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
11554         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
11555         (vorbis_dec_chain_forward):
11556         Clear buffers used for reverse playback in _reset.
11557         No need to set the eos flag, we clip samples using the segment.
11558
11559 2006-11-24  Wim Taymans  <wim@fluendo.com>
11560
11561         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
11562         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
11563         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
11564         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
11565         Some cleanups.
11566         Handle continued pages in reverse mode.
11567
11568 2006-11-24  Wim Taymans  <wim@fluendo.com>
11569
11570         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
11571         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
11572         (vorbis_dec_flush_decode):
11573         Small cleanups.
11574         Don't try to add invalid timestamps.
11575         Clipping will unref the buffer.
11576
11577 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11578
11579         * gst/adder/gstadder.h:
11580         * gst/audiotestsrc/gstaudiotestsrc.h:
11581           remove obsolete _factory_init protos
11582
11583 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11584
11585         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
11586           Fix spacing in debug message.
11587
11588 2006-11-23  Wim Taymans  <wim@fluendo.com>
11589
11590         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
11591         (gst_ogg_demux_chain):
11592         Don't just ignore return values from _pad_push().
11593         Small debug improvements.
11594
11595 2006-11-23  Michael Smith  <msmith@fluendo.com>
11596
11597         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
11598           If our incoming buffer is marked as DISCONT, then increment the page
11599           number (so that the discontinuity is marked in the final ogg
11600           bitstream) and flush the previous page.
11601
11602 2006-11-22  Michael Smith  <msmith@fluendo.com>
11603
11604         * ext/theora/gsttheoraenc.h:
11605         * ext/theora/theoraenc.c: (gst_theora_enc_init),
11606         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
11607         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
11608         (theora_enc_chain), (theora_enc_change_state):
11609           Mark discontinuities of > 3/4 of a frame, reinit encoder.
11610
11611         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11612         (GST_START_TEST), (theoraenc_suite):
11613           Enable discontinuity test, fix it.
11614
11615 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11616
11617         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
11618         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
11619         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
11620         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
11621         (gst_text_overlay_change_state):
11622         * ext/pango/gsttextoverlay.h:
11623           Some textoverlay fixes: for one, in the video chain function,
11624           actually wait for a text buffer to come in if there is none at the
11625           moment and there should be one; also, deal more gracefully with
11626           incoming buffers that do not have a timestamp or duration; discard
11627           text buffer when not needed any longer. Fixes #341681.
11628
11629         * tests/check/Makefile.am:
11630         * tests/check/elements/.cvsignore:
11631         * tests/check/elements/textoverlay.c:
11632         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
11633         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
11634         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
11635         (test_video_waits_for_text_send_text_newsegment_thread),
11636         (test_video_waits_for_text_shutdown_element),
11637         (test_render_continuity_push_video_buffers_thread),
11638         (textoverlay_suite):
11639           Add some unit tests for textoverlay.
11640
11641 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11642
11643         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
11644           Avoid integer underflow when the found probability for mp3 is
11645           smaller than the 'penalty' we subtract if there's not a clean
11646           mp3 header sync at offset 0.
11647
11648 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
11649
11650         * docs/libs/gst-plugins-base-libs-sections.txt:
11651           Add some new symbols to the docs
11652
11653 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
11654
11655         * tests/check/Makefile.am:
11656         * tests/check/elements/ffmpegcolorspace.c:
11657         (ffmpegcolorspace_suite):
11658           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
11659           (for now not for valgrinding though, since it takes too long).
11660
11661 2006-11-20  Wim Taymans  <wim@fluendo.com>
11662
11663         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11664         (gst_ffmpeg_pixfmt_to_caps):
11665         Fix RGBA32 caps. Fixes #357038.
11666
11667 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
11668
11669         * gst-libs/gst/interfaces/mixertrack.h:
11670           Add FIXME so we can add some padding here in 0.11
11671
11672 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
11673
11674         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
11675           Fix GstBaseRTPAudioPayload structure so the whole GObject
11676           inheritance business actually works (parent class instance structure
11677           must always come first in the derived class instance structure).
11678
11679 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
11680
11681         * gst/videotestsrc/Makefile.am:
11682         * tests/check/Makefile.am:
11683           Make sure our checks and the videotestsrc plugin link against the
11684           local uninstalled gst libs and not any installed gst libs that
11685           might happen to exist as well.
11686
11687         * tests/check/elements/adder.c: (message_received),
11688         (test_event_message_received), (test_play_twice_message_received):
11689         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
11690           Fix compiler warnings when compiling against core with disabled
11691           debugging system.
11692
11693 2006-11-16  Michael Smith  <msmith@fluendo.com>
11694
11695         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
11696         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
11697           Fix audiorate, so that it accurately sets offsets and timestamps.
11698           Doesn't change the fundamental algorithmic decisions; so should be
11699           safe.
11700
11701         * tests/check/Makefile.am:
11702           Enable audiorate test now that it passes.
11703
11704 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
11705
11706         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
11707           clear xv when going to NULL, remove // commented non-existant proto
11708
11709         * tests/examples/seek/seek.c: (main):
11710           add missing tooltip description for scrub and play_scrub
11711
11712 2006-11-14  David Schleef  <ds@schleef.org>
11713
11714         * configure.ac:
11715           Bump liboil requirement to 0.3.8.
11716         * gst-libs/gst/riff/riff-media.c:
11717           Add Dirac fourcc.
11718         * gst/videoscale/vs_image.h:
11719         * gst/videoscale/vs_scanline.h:
11720           Use liboil's stdint.h.
11721         * gst/videotestsrc/videotestsrc.c:
11722           Remove liboil related ifdef's, since they aren't needed now, and
11723           won't work with future versions.
11724
11725 2006-11-14  David Schleef  <ds@schleef.org>
11726
11727         * gst/videoscale/Makefile.am:
11728         * gst/videoscale/gstvideoscale.c:
11729         * gst/videoscale/gstvideoscale.h:
11730         * gst/videoscale/vs_4tap.c:
11731         * gst/videoscale/vs_4tap.h:
11732         * gst/videoscale/vs_image.c:
11733         * gst/videoscale/vs_image.h:
11734         * gst/videoscale/vs_scanline.c:
11735         * gst/videoscale/vs_scanline.h:
11736           Add a 4-tap image scaler.  Theoretically looks much prettier.
11737           The tap calculation could use some improvement.
11738
11739 2006-11-14  Wim Taymans  <wim@fluendo.com>
11740
11741         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
11742
11743         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
11744         (gst_riff_parse_strf_iavs):
11745         * gst/subparse/gstsubparse.c: (convert_encoding):
11746         * gst/tcp/gstmultifdsink.c:
11747         (gst_multi_fd_sink_handle_client_write):
11748         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
11749         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
11750         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
11751         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
11752         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
11753         (gst_ximagesink_ximage_new):
11754         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
11755         Various gsize and gssize printf fixes. Fixes #372507.
11756
11757 2006-11-13  Wim Taymans  <wim@fluendo.com>
11758
11759         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11760         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
11761         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
11762         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
11763         (vorbis_dec_chain_forward), (vorbis_dec_chain):
11764         * ext/vorbis/vorbisdec.h:
11765         First stab at vorbis reverse playback.
11766
11767 2006-11-13  Wim Taymans  <wim@fluendo.com>
11768
11769         * gst-libs/gst/audio/gstbaseaudiosink.c:
11770         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11771         * gst-libs/gst/audio/gstbaseaudiosink.h:
11772         Make the clock sync code more accurate wrt resampling and playback
11773         at different rates.
11774         
11775         * gst-libs/gst/audio/gstringbuffer.c:
11776         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
11777         * gst-libs/gst/audio/gstringbuffer.h:
11778         Use better algorithm to interpolate sample rates. 
11779
11780 2006-11-13  Michael Smith  <msmith@fluendo.com>
11781
11782         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
11783           Improve a debug line slightly.
11784
11785         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
11786           Call gst_riff_init() in plugin_init, to avoid getting errors from
11787           the debug system (unrelated changes to another plugin made this turn
11788           up; not sure why).
11789
11790 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
11791
11792         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
11793
11794         * win32/common/libgsttag.def:
11795           Add missing symbol (#366492).
11796
11797 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
11798
11799         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
11800           Don't unref a NULL pad.
11801
11802 2006-11-09  Wim Taymans  <wim@fluendo.com>
11803
11804         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
11805         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
11806         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
11807         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
11808         (gst_ogg_demux_loop):
11809         Implement first stab at reverse playback.
11810
11811 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
11812
11813         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11814         (gst_riff_create_video_template_caps):
11815           add h263/h264 variants to the caps, Fixes #363118
11816
11817 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
11818
11819         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
11820         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
11821           Use g_strerror instead of strerror so we get UTF-8.
11822
11823 2006-11-03  David Schleef  <ds@schleef.org>
11824
11825         * ext/ogg/gstoggdemux.c:
11826         * ext/ogg/gstoggmux.c:
11827           Add/remove KW-DIRAC header here, since it is ogg-specific.
11828
11829 2006-11-03  Michael Smith  <msmith@fluendo.com>
11830
11831         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
11832           Recognise more mpeg4 elementary video streams.
11833
11834 2006-11-02  Edward Hervey  <edward@fluendo.com>
11835
11836         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
11837         Lower the probability of mp3 typefinding functions if we don't find a
11838         valid mp3 header at the start of the file.
11839         Closes #369482
11840
11841 2006-11-02  Wim Taymans  <wim@fluendo.com>
11842
11843         * ext/theora/gsttheoradec.h:
11844         * ext/theora/theoradec.c: (gst_theora_dec_init),
11845         (theora_dec_sink_event), (theora_dec_chain_forward),
11846         (theora_dec_flush_decode), (theora_dec_chain_reverse),
11847         (theora_dec_chain):
11848         Document and partially implement an algorithm for doing reverse playback
11849         of theora video.
11850
11851 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
11852
11853         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
11854
11855         * win32/common/config.h:
11856         * win32/common/interfaces-enumtypes.c:
11857         * win32/common/libgsttag.def:
11858         * win32/vs8/gst-plugins-base.sln:
11859         * win32/vs8/libgstaudioresample.vcproj:
11860         * win32/vs8/libgstinterfaces.vcproj:
11861         * win32/vs8/libgstogg.vcproj:
11862         * win32/vs8/libgstriff.vcproj:
11863         * win32/vs8/libgsttag.vcproj:
11864         * win32/vs8/libgsttheora.vcproj:
11865         * win32/vs8/libgstvideoscale.vcproj:
11866         * win32/vs8/libgstvorbis.vcproj:
11867           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
11868           to libgsttag.def; add missing dependencies for some vs8 projects;
11869           re-arrange placement of .def files in vs8 projects (#366334).
11870
11871 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
11872
11873         * ext/ogg/gstogg.c:
11874           Remove unused variable.
11875
11876         * ext/ogg/gstoggdemux.c:
11877           Fix Wim's surname in plugin description.
11878
11879 2006-10-31  Wim Taymans  <wim@fluendo.com>
11880
11881         * gst-plugins-base.spec.in:
11882         spec new .h file. Fixes #368310.
11883
11884 2006-10-31  Michael Smith  <msmith@fluendo.com>
11885
11886         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
11887         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
11888         (gst_multi_fd_sink_get_stats),
11889         (gst_multi_fd_sink_remove_client_link),
11890         (gst_multi_fd_sink_queue_buffer),
11891         (gst_multi_fd_sink_handle_clients):
11892         * gst/tcp/gstmultifdsink.h:
11893           Make using the remove or clear signals threadsafe.
11894           Make calling get-stats with an invalid fd not segfault.
11895           Fixes 368273.
11896
11897 2006-10-31  Wim Taymans  <wim@fluendo.com>
11898
11899         * gst-libs/gst/rtp/Makefile.am:
11900         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11901         (gst_base_rtp_audio_payload_init):
11902         Fix and activate base audio payloader.
11903
11904 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
11905
11906         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
11907         (plugin_init):
11908           Add typefinder for QuickTime Image Files (see #366156).
11909
11910 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
11911
11912         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
11913           Another typo fix (#366212).
11914
11915 2006-10-27  Wim Taymans  <wim@fluendo.com>
11916
11917         * gst/volume/gstvolume.c: (volume_transform_ip):
11918         Use stream time to synchronize volume property instead of rather random
11919         timestamps. This is needed when gnonlin does its time shifting.
11920
11921 2006-10-27  Wim Taymans  <wim@fluendo.com>
11922
11923         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
11924
11925         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
11926         Remove the pad from the element in release_pad. Fixes #364812.
11927
11928 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
11929
11930         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
11931         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
11932           Explicitly create our custom buffer classes at a thread-safe
11933           location as well, since g_type_class_ref() doesn't seem to be
11934           entirely thread-safe either (#365501; also see #349410).
11935
11936 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
11937
11938         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
11939         (gst_riff_parse_info):
11940           If strings in INFO chunk are not UTF-8, do something similar to
11941           what we do for ID3v1 tags: check a number of environment variables
11942           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
11943           character sets to try, otherwise try the current locale and/or fall
11944           back on ISO-8859-1. Fixes #360552.
11945
11946 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
11947
11948         * gst/videotestsrc/gstvideotestsrc.c:
11949         (gst_video_test_src_pattern_get_type),
11950         (gst_video_test_src_set_pattern):
11951         * gst/videotestsrc/gstvideotestsrc.h:
11952         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
11953         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
11954         (gst_video_test_src_checkers8):
11955         * gst/videotestsrc/videotestsrc.h:
11956           Add a bunch of exciting new checkers patterns.
11957
11958 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
11959
11960         * gst/subparse/Makefile.am:
11961         * gst/subparse/gstsubparse.c:
11962         (gst_sub_parse_data_format_autodetect),
11963         (gst_sub_parse_format_autodetect), (handle_buffer),
11964         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
11965         * gst/subparse/gstsubparse.h:
11966         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
11967         (parse_tmplayer):
11968         * gst/subparse/tmplayerparse.h:
11969           Add support for TMPlayer-type subtitles (#362845).
11970
11971         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
11972         (GST_START_TEST), (subparse_suite):
11973           Add some basic unit tests for the above.
11974
11975 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
11976
11977         * tests/check/elements/audiorate.c: (test_injector_base_init),
11978         (test_injector_class_init), (test_injector_chain),
11979         (test_injector_init), (probe_cb), (do_perfect_stream_test),
11980         (GST_START_TEST), (audiorate_suite):
11981           More tests for audiorate: inject buffers to check behaviour when
11982           buffers overlap.
11983
11984 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
11985
11986         * tests/check/Makefile.am:
11987         * tests/check/elements/.cvsignore:
11988         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
11989         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
11990           Add some basic unit tests for audiorate. Disabled at the moment
11991           since it doesn't pass yet (see bug #363119).
11992
11993 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11994
11995         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
11996         (parse_subrip), (handle_buffer):
11997           Add missing closing tags for markup and fix broken markup,
11998           otherwise pango won't render anything (fixes #357531). Also,
11999           make sure the text we send out is always NUL-terminated
12000           (better safe than sorry etc.).
12001
12002         * tests/check/elements/subparse.c: (test_srt_do_test),
12003         (test_srt):
12004           Some more tests for .srt incl. tests for the above stuff.
12005
12006 2006-10-20  Julien MOUTTE  <julien@moutte.net>
12007
12008         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
12009         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
12010         Patch by: Stefan Kost  <ensonic@users.sf.net>
12011         Try to redraw borders only when needed. Apparently this consumes
12012         resources on small devices... :-O (#363607)
12013
12014 2006-10-20  Michael Smith  <msmith@fluendo.com>
12015
12016         * gst/tcp/gstmultifdsink.c:
12017         (gst_multi_fd_sink_client_queue_buffer):
12018           If caps change, then update the client's idea of the caps so that we
12019           don't end up re-sending streamheaders for every single buffer after
12020           the caps change.
12021
12022 2006-10-20  Michael Smith  <msmith@fluendo.com>
12023
12024         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
12025         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
12026           Set caps on pushed buffers; fix up refcounting of caps objects.
12027
12028 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
12029
12030         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
12031         (plugin_init):
12032           Typefind mmsh header data packet to application/x-mmsh (#362625).
12033
12034 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
12035
12036         * tests/check/Makefile.am:
12037         * tests/check/elements/.cvsignore:
12038         * tests/check/elements/subparse.c: (buffer_from_static_string),
12039         (setup_subparse), (teardown_subparse), (test_srt_do_test),
12040         (GST_START_TEST), (subparse_suite):
12041           Add very simple unit test for subparse.
12042
12043 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
12044
12045         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
12046         (parse_subrip):
12047           Strip trailing newlines from subtitle text output.
12048
12049 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12050
12051         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
12052         (gst_sub_parse_change_state):
12053           Fix memleak; clear subparse->textbuf n state change function.
12054
12055 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12056
12057         * gst/subparse/gstsubparse.c:
12058         (gst_sub_parse_data_format_autodetect):
12059           Don't require subrip (.srt) files to start with a chunk number of 1.
12060
12061 2006-10-18  Wim Taymans  <wim@fluendo.com>
12062
12063         * gst-libs/gst/audio/gstbaseaudiosink.c:
12064         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12065         * gst-libs/gst/audio/gstbaseaudiosink.h:
12066         Extract rate from the NEWSEGMENT event.
12067         Use commit_full to also take rate adjustment into account when writing
12068         samples to the ringbuffer.
12069         
12070         * gst-libs/gst/audio/gstringbuffer.c:
12071         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
12072         (gst_ring_buffer_read):
12073         * gst-libs/gst/audio/gstringbuffer.h:
12074         Added _commit_full() to also take rate into account.
12075         Use simple interpolation algorithm to resample audio.
12076         API: gst_ring_buffer_commit_full()
12077
12078         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
12079         * tests/examples/seek/seek.c: (segment_done):
12080         Don't try to seek with 0.0 rate, just pause instead.
12081         Remove bogus debug line.
12082
12083 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12084
12085         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
12086         (setup_source):
12087           Catch async errors when starting up the subtitle bin, so we can
12088           stop waiting and continue with the main film instead of hanging
12089           forever. Fixes #339366.
12090
12091         * tests/check/elements/playbin.c: (playbin_suite):
12092           Enable unit test for the above.
12093
12094 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12095
12096         * tests/check/Makefile.am:
12097         * tests/check/elements/.cvsignore:
12098         * tests/check/elements/playbin.c: (GST_START_TEST),
12099         (gst_red_video_src_uri_get_type),
12100         (gst_red_video_src_uri_get_protocols),
12101         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
12102         (gst_red_video_src_uri_handler_init),
12103         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
12104         (gst_red_video_src_create), (gst_red_video_src_class_init),
12105         (gst_red_video_src_init), (plugin_init), (playbin_suite):
12106           Some small and basic unit tests for playbin; not very useful yet,
12107           but at least a start.
12108
12109 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12110
12111         * gst/playback/gstplaybin.c: (setup_sinks):
12112           The old pad activation spiel.
12113
12114 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12115
12116         * gst/playback/gstplaybasebin.c: (setup_source):
12117           Don't hang forever if the subbin already fails to start up in 
12118           the state change to PAUSED (#339366).
12119
12120 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
12121
12122         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
12123         (gst_tuner_set_channel), (gst_tuner_get_channel),
12124         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
12125         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
12126         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
12127         (gst_tuner_find_channel_by_name):
12128           Fix some function guards, add some more function guards.
12129
12130 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
12131
12132         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
12133         (remove_element_chain):
12134         Don't return a pad from get_our_ghost_pad unless it is actually the
12135         one we want.
12136         Change a cast in remove_element_chain slightly.
12137
12138 2006-10-13  Julien MOUTTE  <julien@moutte.net>
12139
12140         * tests/examples/seek/seek.c: (do_seek), (start_seek),
12141         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
12142         Segment seeking needs to use the rate and set stop to -1.
12143
12144 2006-10-13  Wim Taymans  <wim@fluendo.com>
12145
12146         * gst-libs/gst/audio/gstbaseaudiosink.c:
12147         (gst_base_audio_sink_setcaps):
12148         Don't crash when ringbuffer is not yet created.
12149         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
12150         Fixes #361634.
12151
12152         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
12153         * gst/playback/gststreamselector.c:
12154         (gst_stream_selector_request_new_pad):
12155         Activate pads befre adding them to running elements.
12156
12157 2006-10-13  Julien MOUTTE  <julien@moutte.net>
12158
12159         * tests/examples/seek/seek.c: (do_seek), (start_seek),
12160         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
12161         updater when we start grabing the slider. Don't wait for the
12162         pipeline to be PAUSED.
12163
12164 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
12165
12166         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
12167         (gst_mixer_set_volume), (gst_mixer_get_volume),
12168         (gst_mixer_set_mute), (gst_mixer_set_option),
12169         (gst_mixer_get_option), (gst_mixer_mute_toggled),
12170         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
12171         (gst_mixer_option_changed):
12172           Guard mixer interface functions against bogus arguments.
12173
12174 2006-10-12  Julien MOUTTE  <julien@moutte.net>
12175
12176         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
12177         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
12178         (msg_state_changed), (main): Use state-changed messages to trigger
12179         start/stop of scale update timer. Indeed the scale slider was
12180         jumping here and there because the update timer was activated 
12181         before seek completed. This fixes instant applying of rate changes
12182         by pressing the spinbutton like a crazy man !
12183
12184 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
12185
12186         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
12187
12188         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
12189         (gst_basertppayload_finalize):
12190           Fix two small memory leaks (#361456).
12191
12192 2006-10-10  Julien MOUTTE  <julien@moutte.net>
12193
12194         * tests/examples/seek/seek.c: (do_seek),
12195         (rate_spinbutton_changed_cb): When changing spinbutton we try
12196         to change the rate on the fly.
12197
12198 2006-10-10  Wim Taymans  <wim@fluendo.com>
12199
12200         * gst-libs/gst/riff/riff-ids.h:
12201         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12202         (gst_riff_create_audio_template_caps):
12203         Add WMS caps.
12204
12205 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12206
12207         Patch by: Josep Torra Valles <josep@fluendo.com>
12208
12209         * ext/gnomevfs/gstgnomevfssink.c:
12210         * ext/gnomevfs/gstgnomevfssrc.c:
12211         Fix URI interface implementation return type.
12212         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
12213         Fix what looks like a copy/paste issue when assigning values.
12214         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
12215         (gst_audio_filter_template_get_type):
12216         Cast to prevent Forte warnings.
12217         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
12218         Fix URI interface implementation return type.
12219         gst_pad_query_position requires a signed integer pointer as
12220         3rd parameter, GstClockTime is unsigned.
12221         * gst/audioconvert/audioconvert.c:
12222         Fix integer overflow when treated as signed.
12223         * gst/audioresample/resample.c: (resample_add_input_data):
12224         Cast to prevent warnings on Forte.
12225         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
12226         Fix integer overflow when treated as signed.
12227         * gst/ffmpegcolorspace/imgconvert_template.h:
12228         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
12229         * gst/playback/gstdecodebin.c: (queue_filled_cb),
12230         (cleanup_decodebin):
12231         Who initialises a guint to -1!
12232         Cast function pointers to prevent warnings on Forte.
12233         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
12234         (queue_threshold_reached):
12235         Cast function pointers correctly to prevent warnings on Forte.
12236         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
12237         Cast function pointers correctly to prevent warnings on Forte.
12238         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
12239         Obvious change to unsigned, 0xEF > max signed char.
12240         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
12241         GstClockTime is unsigned, initialise correctly.
12242         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
12243         Cast so pointer arithemetic doesn't cause warnings on Forte.
12244         * gst/videorate/gstvideorate.c:
12245         Use correct return value.
12246         * tests/examples/seek/scrubby.c:
12247         GstClockTime is unsigned, initialise correctly.
12248
12249 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
12250
12251         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
12252
12253         * gst/typefind/gsttypefindfunctions.c:
12254           Recognise XML files and XML-like files shorter than 256 bytes as
12255           well (fixes #359237).
12256
12257 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
12258
12259         Patch by: Renato Filho <renato.filho@indt.org.br>
12260         
12261         * gst/typefind/gsttypefindfunctions.c:
12262         Added typefind functions to video/x-nuv media.
12263         
12264 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
12265
12266         * gst-libs/gst/interfaces/xoverlay.c:
12267         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
12268           Some more guards against invalid input.
12269
12270 2006-10-07  Julien MOUTTE  <julien@moutte.net>
12271
12272         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
12273         Useless goto.
12274         * tests/examples/seek/seek.c: (do_seek),
12275         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
12276         seek example to experiment with rates != 1.0 (reverse playback !)
12277
12278 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
12279
12280         * gst-libs/gst/interfaces/xoverlay.c:
12281           Unref message in doc-example (spotted by Robert McQueen)
12282
12283 2006-10-06  Wim Taymans  <wim@fluendo.com>
12284
12285         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12286         (mpeg1_parse_header), (mpeg1_sys_type_find):
12287         printf fix.
12288
12289 2006-10-06  Wim Taymans  <wim@fluendo.com>
12290
12291         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
12292         (close_pad_link):
12293         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
12294         Activate dynamic pads before adding them to the element.
12295
12296 2006-10-06  Michael Smith  <msmith@fluendo.com>
12297
12298         * gst-libs/gst/floatcast/floatcast.h:
12299           Fix obviously-bogus macros; use the correct types.
12300
12301 2006-10-06  Wim Taymans  <wim@fluendo.com>
12302
12303         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12304         (gst_base_rtp_depayload_change_state):
12305         Also call parent state change function to activate pads.
12306
12307         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12308         (mpeg1_parse_header), (mpeg1_sys_type_find):
12309         Add some more debug info in mpeg typefinding.
12310
12311 2006-10-06  Michael Smith  <msmith@fluendo.com>
12312
12313         * ext/theora/theoradec.c: (theora_dec_chain):
12314           Zero byte theora packets are valid and well-defined; don't warn on
12315           them.
12316
12317 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12318
12319         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
12320         (gst_multi_fd_sink_get_stats), (find_limits),
12321         (gst_multi_fd_sink_queue_buffer):
12322           API: add dropped_buffers to the get-stats GValueArray
12323
12324 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
12325
12326         * ext/alsa/gstalsadeviceprobe.c:
12327         (gst_alsa_device_property_probe_get_values):
12328         * ext/alsa/gstalsasink.c: (set_hwparams):
12329         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
12330         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
12331         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
12332         (gst_ogg_mux_process_best_pad):
12333         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
12334         (gst_ogg_parse_chain):
12335         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
12336         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12337         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
12338         (gst_vorbis_enc_buffer_check_discontinuous):
12339         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
12340         * gst-libs/gst/audio/gstbaseaudiosink.c:
12341         (gst_base_audio_sink_render):
12342         * gst-libs/gst/cdda/gstcddabasesrc.c:
12343         (gst_cdda_base_src_handle_track_seek):
12344         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12345         (gst_base_rtp_depayload_push_full):
12346         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
12347         * gst/audioresample/resample.c: (resample_input_pushthrough):
12348         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
12349         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12350         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12351         (wavpack_type_find):
12352         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
12353         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12354         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
12355         * tests/check/elements/volume.c: (GST_START_TEST):
12356           Printf format fixes.
12357
12358 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12359
12360         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
12361           Fix a simple mistake (see the docs)
12362           Fixes #359580
12363
12364 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12365
12366         * docs/plugins/Makefile.am:
12367         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12368         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12369         * docs/plugins/gst-plugins-base-plugins.args:
12370         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12371         * docs/plugins/inspect/plugin-adder.xml:
12372         * docs/plugins/inspect/plugin-alsa.xml:
12373         * docs/plugins/inspect/plugin-audioconvert.xml:
12374         * docs/plugins/inspect/plugin-audiorate.xml:
12375         * docs/plugins/inspect/plugin-audioresample.xml:
12376         * docs/plugins/inspect/plugin-audiotestsrc.xml:
12377         * docs/plugins/inspect/plugin-cdparanoia.xml:
12378         * docs/plugins/inspect/plugin-decodebin.xml:
12379         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12380         * docs/plugins/inspect/plugin-gdp.xml:
12381         * docs/plugins/inspect/plugin-gnomevfs.xml:
12382         * docs/plugins/inspect/plugin-libvisual.xml:
12383         * docs/plugins/inspect/plugin-ogg.xml:
12384         * docs/plugins/inspect/plugin-pango.xml:
12385         * docs/plugins/inspect/plugin-playbin.xml:
12386         * docs/plugins/inspect/plugin-subparse.xml:
12387         * docs/plugins/inspect/plugin-tcp.xml:
12388         * docs/plugins/inspect/plugin-theora.xml:
12389         * docs/plugins/inspect/plugin-typefindfunctions.xml:
12390         * docs/plugins/inspect/plugin-video4linux.xml:
12391         * docs/plugins/inspect/plugin-videorate.xml:
12392         * docs/plugins/inspect/plugin-videoscale.xml:
12393         * docs/plugins/inspect/plugin-videotestsrc.xml:
12394         * docs/plugins/inspect/plugin-volume.xml:
12395         * docs/plugins/inspect/plugin-vorbis.xml:
12396         * docs/plugins/inspect/plugin-ximagesink.xml:
12397         * docs/plugins/inspect/plugin-xvimagesink.xml:
12398           Add vorbistag element to docs; update version numbers to 0.10.10.1.
12399
12400 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12401
12402         Patch by: James "Doc" Livingston <doclivingston at gmail com>
12403
12404         * ext/vorbis/Makefile.am:
12405         * ext/vorbis/vorbis.c: (plugin_init):
12406         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
12407         (vorbis_parse_parse_packet), (vorbis_parse_chain):
12408         * ext/vorbis/vorbisparse.h:
12409         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
12410         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
12411         (gst_vorbis_tag_parse_packet):
12412         * ext/vorbis/vorbistag.h:
12413           Add new vorbistag element which derives from vorbisparse
12414           and is essentially the same as well, only that it implements
12415           the GstTagSetter interface and can modify the stream's
12416           vorbiscomment on the fly (#335635).
12417
12418         * tests/check/Makefile.am:
12419         * tests/check/elements/.cvsignore:
12420         * tests/check/elements/vorbistag.c: (setup_vorbistag),
12421         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
12422         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
12423         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
12424           Add unit test for new vorbistag element.
12425
12426 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12427
12428         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
12429         (vorbis_parse_push_headers), (vorbis_parse_chain):
12430           Set BOS flag in packet structure to fix 'jump depends
12431           on unitialized value' errors in valgrind; various minor
12432           clean-ups.
12433
12434 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
12435
12436         * gst/playback/gstdecodebin.c: (close_pad_link):
12437         Fix typo in a debug statement.
12438
12439         * gst/playback/gstplaybasebin.c: (probe_triggered),
12440         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
12441         (gen_source_element), (source_new_pad), (analyse_source),
12442         (setup_source):
12443         When handling no_more_pads in new_decoded_pad, make sure to treat
12444         subtitle pads correctly. Fixes playback with subtitle files.
12445
12446         Move a recurring message to LOG level.
12447
12448         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
12449         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
12450         which ends up as -1 when cast to an int. Make the logic handle the
12451         max value as an unsigned mask and only change the colorkey when it's
12452         a value we recognise.
12453
12454 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12455
12456         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12457         Removed empty * between paragraphs
12458
12459 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12460
12461         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12462         * gst-libs/gst/rtp/README:
12463         Moved some documentation into .c file
12464
12465 2006-09-29  Wim Taymans  <wim@fluendo.com>
12466
12467         * gst/playback/gstdecodebin.c: (no_more_pads):
12468         Fix compilation.
12469
12470 2006-09-29  Wim Taymans  <wim@fluendo.com>
12471
12472         * gst/playback/gstdecodebin.c: (new_caps):
12473         Remove g_print
12474
12475         * gst/playback/gstplaybin.c:
12476         Add some docs.
12477
12478 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12479
12480         * tests/check/Makefile.am:
12481           Re-enable cddabasesrc test to see if it works again
12482           now.
12483
12484 2006-09-29  Wim Taymans  <wim@fluendo.com>
12485
12486         * gst/playback/gstplaybasebin.c: (setup_subtitle),
12487         (gen_source_element):
12488         Handle invalid URIs a bit more gracefully.
12489
12490 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12491
12492         * tests/check/pipelines/oggmux.c:
12493           Remove obsolete comment.
12494
12495 2006-09-29  Michael Smith  <msmith@fluendo.com>
12496
12497         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
12498         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
12499         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
12500         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
12501         (gst_ogg_mux_collected):
12502           Commit patch from James "Doc" Livingston, adds proper EOS handling
12503           in oggmux. GStreamer can, for the first time ever, create a valid
12504           Ogg file! Yay!
12505
12506         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
12507         (oggmux_suite):
12508           Reenable tests now that they pass.
12509
12510 2006-09-29  Wim Taymans  <wim@fluendo.com>
12511
12512         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12513         Stop reading commands when EOF (we read 0) as well.
12514
12515 2006-09-28  Wim Taymans  <wim@fluendo.com>
12516
12517         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
12518         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
12519         (find_dynamic), (unlinked), (close_link):
12520         Implement delayed caps linking needed for element with a lot of
12521         different caps on the src pads that get fixed at runtime.
12522         Improve management of dynamic elements.
12523
12524         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
12525         (group_destroy), (group_commit), (check_queue), (queue_overrun),
12526         (gen_preroll_element), (remove_groups), (unknown_type),
12527         (add_element_stream), (no_more_pads_full), (no_more_pads),
12528         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
12529         (new_decoded_pad), (setup_subtitle), (array_has_value),
12530         (gen_source_element), (source_new_pad), (has_all_raw_caps),
12531         (analyse_source), (remove_decoders), (make_decoder),
12532         (remove_source), (setup_source), (finish_source), (prepare_output),
12533         (gst_play_base_bin_change_state):
12534         * gst/playback/gstplaybasebin.h:
12535         Use more _CAST instead of full type checking casts.
12536         Small cleanups, plug some leaks.
12537         Handle dynamic sources.
12538         Add some helper functions to create lists of strings used for
12539         blacklisting and other stuff.
12540         Refactor some code dealing with analysing the source.
12541         Re-enable sources without pads (like cd:// or other selfcontained
12542         elements).
12543
12544 2006-09-28  Wim Taymans  <wim@fluendo.com>
12545
12546         * gst-libs/gst/audio/gstbaseaudiosink.c:
12547         (gst_base_audio_sink_render):
12548         When we have a timestamp, we can still perform clipping.
12549         When we have no clock, we must play the sample ASAP.
12550
12551 2006-09-28  Wim Taymans  <wim@fluendo.com>
12552
12553         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
12554         Set caps on outgoing buffers.
12555
12556         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
12557         (gst_video_rate_event), (gst_video_rate_chain):
12558         * gst/videorate/gstvideorate.h:
12559         Fix videorate some more. Fixes #357977
12560
12561 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
12562
12563         * tests/check/elements/adder.c: (adder_suite):
12564           Don't set timeout to 6 seconds when we're running
12565           in valgrind ... (and how is 6 seconds longer than
12566           the default anyway?)
12567
12568 2006-09-28  Wim Taymans  <wim@fluendo.com>
12569
12570         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
12571         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
12572         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
12573         Keep sink and src segment to keep track of time and support more
12574         input formats.
12575         Fix bogus next_offset and run_time calculation, don't understand how
12576         this could have worked before. Fixes #357976.
12577         Remove some unneeded vars.
12578
12579 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
12580
12581         * gst/playback/gstplaybin.c: (remove_sinks):
12582           Only remove visualisation from visbin if there is a visbin (or:
12583           don't throw warnings when closing totem without playing a file).
12584
12585 2006-09-27  Wim Taymans  <wim@fluendo.com>
12586
12587         * gst-libs/gst/audio/gstbaseaudiosink.c:
12588         (gst_base_audio_sink_render):
12589         Add some more info in a WARNING.
12590
12591         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12592         (gst_base_audio_src_create):
12593         Handle PAUSE in create function, use new -core addition to
12594         wait for playing. Fixes pausing and resuming capture from an
12595         audiosrc.
12596
12597         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
12598         (gst_ring_buffer_read):
12599         Constify some more.
12600         Caller supports interrupted reads now.
12601
12602 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12603
12604         * tests/check/Makefile.am:
12605           Another attempt to make the gen64 buildbot happy.
12606
12607 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
12608
12609         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
12610
12611         * ext/libvisual/visual.c: (gst_visual_clear_actors),
12612         (gst_visual_chain), (gst_visual_change_state):
12613           Libvisual plugin was not passing audio data to libvisual 0.4.0 
12614           correctly. Fixes #357800
12615
12616 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12617
12618         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
12619           Add timeout to _get_state() so we see which pipeline it is
12620           that causes trouble on the gen64 build bot.
12621
12622 2006-09-27  Wim Taymans  <wim@fluendo.com>
12623
12624         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12625         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
12626         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
12627         (gst_base_rtp_depayload_set_gst_timestamp):
12628         the source pad always uses fixed caps.
12629
12630 2006-09-27  Wim Taymans  <wim@fluendo.com>
12631
12632         * docs/libs/gst-plugins-base-libs-docs.sgml:
12633         * docs/libs/gst-plugins-base-libs-sections.txt:
12634         * gst-libs/gst/audio/gstaudioclock.c:
12635         * gst-libs/gst/audio/gstaudioclock.h:
12636         * gst-libs/gst/audio/gstaudiosink.c:
12637         * gst-libs/gst/audio/gstaudiosink.h:
12638         * gst-libs/gst/audio/gstaudiosrc.c:
12639         * gst-libs/gst/audio/gstbaseaudiosink.c:
12640         (gst_base_audio_sink_render):
12641         * gst-libs/gst/audio/gstbaseaudiosink.h:
12642         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
12643         * gst-libs/gst/audio/gstbaseaudiosrc.h:
12644         * gst-libs/gst/audio/gstringbuffer.h:
12645         Added docs for the audio libs.
12646
12647 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12648
12649         * tests/check/Makefile.am:
12650           Temporarily disable test that fails on the bots for unknown reasons.
12651
12652 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12653
12654         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12655         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
12656         Moved AudioCodecType into priv
12657         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
12658
12659 2006-09-25  Wim Taymans  <wim@fluendo.com>
12660
12661         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
12662         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
12663         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
12664         (new_pad):
12665         Cleanups and small leak fixes.
12666         Added Depayloaders to valid list of autopluggable elements.
12667
12668 2006-09-25  Wim Taymans  <wim@fluendo.com>
12669
12670         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12671         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
12672         (gen_video_element), (gen_text_element), (gen_audio_element),
12673         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
12674         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
12675         Detect NO_PREROLL state change returns and disable clock distribution to
12676         the sinks so that sync is disabled.
12677         Avoid some type checking and do simple casts instead.
12678         Small cleanups, fix some FIXMEs.
12679         Be more robust when linking user specified elements, catch an report
12680         errors. Fixes #357404.
12681         Fix some leaks in the error paths.
12682
12683 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
12684
12685         * ChangeLog:
12686           ChangeLog surgery for missing bug-number
12687
12688 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12689
12690         Patch by: Peter Kjellerstedt  <pkj at axis com>
12691
12692         * gst/playback/test.c:
12693           Fix compilation with uClibc and -Werror (#357591).
12694
12695 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12696
12697         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
12698           Parse dates that are followed by a time as well (#357532).
12699
12700         * tests/check/libs/tag.c: (test_vorbis_tags):
12701           Add unit test for this.
12702
12703 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12704
12705         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
12706         (gst_audio_convert_transform_caps):
12707         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
12708         * gst/videotestsrc/videotestsrc.h:
12709           A few array const-ifications.
12710
12711 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12712
12713         * tests/check/Makefile.am:
12714           See if this makes the build bots happy.
12715
12716         * tests/check/libs/cddabasesrc.c:
12717           UTF8-ise my name.
12718
12719 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12720
12721         Patch by: Young-Ho Cha <ganadist at chollian dot net>
12722
12723         * gst/subparse/samiparse.c: (handle_start_font),
12724         (fix_invalid_entities):
12725           More case-insensitivity for certain tags; recognise entities with
12726           decimal codes as special entities as well (#357330).
12727
12728 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12729
12730         * gst-libs/gst/Makefile.am:
12731           Need to build tag directory before cdda.
12732
12733 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12734
12735         * docs/libs/gst-plugins-base-libs-sections.txt:
12736         * gst-libs/gst/cdda/Makefile.am:
12737         * gst-libs/gst/cdda/gstcddabasesrc.c:
12738         (gst_cdda_base_src_base_init):
12739         * gst-libs/gst/cdda/gstcddabasesrc.h:
12740         * gst-libs/gst/tag/tag.h:
12741         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
12742         (gst_tag_register_musicbrainz_tags):
12743           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
12744           depend on libgsttag. This is required so we can extract/read tags like
12745           DISCID without depending on libgstcddabasesrc (which used to register
12746           them).
12747
12748         * gst-libs/gst/tag/gstvorbistag.c:
12749           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
12750           tags (also see #347848).
12751
12752         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
12753           Log vorbis comments we are actually writing. Const-ify array.
12754
12755 2006-09-23  Wim Taymans  <wim@fluendo.com>
12756
12757         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
12758         Improve buffering a bit by avoiding a deadlock because we cannot assume
12759         the underrun is always called.
12760
12761 2006-09-23  Wim Taymans  <wim@fluendo.com>
12762
12763         Patch by: Young-Ho Cha <ganadist at chollian dot net>
12764
12765         * gst-libs/gst/riff/riff-ids.h:
12766         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12767         (gst_riff_create_audio_template_caps):
12768         Added MPEG-4 AAC and id and caps. Fixes #357289
12769         Added WMA9 Lossless id.
12770
12771 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
12772
12773         * ext/gnomevfs/gstgnomevfssrc.c:
12774           Fix misleading docs addition.
12775
12776         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
12777           Get rid of compiler warning the right way.
12778
12779 2006-09-22  Wim Taymans  <wim@fluendo.com>
12780
12781         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12782         (gst_base_rtp_depayload_finalize),
12783         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
12784         (gst_base_rtp_depayload_push_full),
12785         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
12786         (gst_base_rtp_depayload_process),
12787         (gst_base_rtp_depayload_set_gst_timestamp),
12788         (gst_base_rtp_depayload_queue_release):
12789         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12790         Small cleanups.
12791         Fix some leaks.
12792         Refactored the process method and added methods to push from the process
12793         vmethod.
12794         Use _scale functions.
12795         API: gst_base_rtp_depayload_push_ts
12796         API: gst_base_rtp_depayload_push
12797
12798         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
12799         timestamps are uint.
12800
12801 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
12802
12803         * gst-libs/gst/interfaces/xoverlay.c:
12804           Remove unused statement from doc example.
12805
12806 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
12807
12808         * gst-libs/gst/interfaces/videoorientation.c:
12809         (gst_video_orientation_iface_init),
12810         (gst_video_orientation_get_hflip),
12811         (gst_video_orientation_get_vflip),
12812         (gst_video_orientation_get_hcenter),
12813         (gst_video_orientation_get_vcenter),
12814         (gst_video_orientation_set_hflip),
12815         (gst_video_orientation_set_vflip),
12816         (gst_video_orientation_set_hcenter),
12817         (gst_video_orientation_set_vcenter):
12818           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
12819           in ChangeLog)
12820
12821 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
12822
12823         * tests/check/Makefile.am:
12824         * tests/check/elements/.cvsignore:
12825         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
12826         (create_rgb_conversions), (rgb_conversion_free),
12827         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
12828         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
12829           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
12830           but disable for now since it doesn't pass (something wrong with
12831           RGBA somewhere).
12832
12833 2006-09-21  Wim Taymans  <wim@fluendo.com>
12834
12835         * gst/playback/gstplaybasebin.c: (group_commit),
12836         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
12837         (queue_out_of_data), (gen_preroll_element),
12838         (preroll_remove_overrun), (probe_triggered):
12839         Refactor handling of overrun detection.
12840         Separate handling of group completion and deadlock detection when doing
12841         network buffering. This should fix some deadlocks that were not detected
12842         because the group was completed.
12843         Add more comments, improve debugging.
12844
12845 2006-09-21  Wim Taymans  <wim@fluendo.com>
12846
12847         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
12848         * tests/check/libs/audio.c:
12849         Some more compilation fixes.
12850
12851 2006-09-21  Wim Taymans  <wim@fluendo.com>
12852
12853         * gst-libs/gst/audio/gstringbuffer.c:
12854         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
12855         (gst_ring_buffer_read):
12856         Early morning compilation fix.
12857
12858 2006-09-20  Wim Taymans  <wim@fluendo.com>
12859
12860         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
12861         * tests/check/elements/multifdsink.c: (GST_START_TEST):
12862         * tests/check/elements/videorate.c: (GST_START_TEST):
12863         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
12864         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
12865         Fix some warnings.
12866
12867 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
12868
12869         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12870         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
12871         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
12872           Handcrafted merge to help CVS understanding what I changed and what
12873           not.
12874
12875 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
12876
12877         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
12878         (gst_xvimagesink_get_times):
12879           change colorkey behaviour back according to #354773 comment 6/7
12880
12881 2006-09-19  Michael Smith  <msmith@fluendo.com>
12882
12883         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
12884         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
12885         (gst_multi_fd_sink_recover_client),
12886         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
12887         (gst_multi_fd_sink_get_property):
12888         * gst/tcp/gstmultifdsink.h:
12889           Implement stubbed out properties unit-type, units-soft-max,
12890           units-max, to allow specifying maximum sizes in units other than
12891           buffers.
12892           Fixes #355935
12893
12894 2006-09-19  Wim Taymans  <wim@fluendo.com>
12895
12896         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12897         (gst_riff_create_audio_template_caps):
12898         Reorder the audio formats a bit for clarity.
12899         Detect and create caps for MSGSM and MSN (WAV49).
12900         Fixes #356596.
12901
12902         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12903         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
12904         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
12905         Small cleanups, move error handling out of normal flow for clarity.
12906
12907 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12908
12909         * docs/libs/gst-plugins-base-libs-docs.sgml:
12910         * docs/libs/gst-plugins-base-libs.types:
12911         * gst-libs/gst/interfaces/Makefile.am:
12912         * gst-libs/gst/interfaces/videoorientation.c:
12913         (gst_video_orientation_get_type),
12914         (gst_video_orientation_iface_init),
12915         (gst_video_orientation_get_hflip),
12916         (gst_video_orientation_get_vflip),
12917         (gst_video_orientation_get_hcenter),
12918         (gst_video_orientation_get_vcenter),
12919         (gst_video_orientation_set_hflip),
12920         (gst_video_orientation_set_vflip),
12921         (gst_video_orientation_set_hcenter),
12922         (gst_video_orientation_set_vcenter):
12923         * gst-libs/gst/interfaces/videoorientation.h:
12924           API: Add new interface to control video orientation (fixes #354908)
12925
12926 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12927
12928         * gst/videotestsrc/gstvideotestsrc.c:
12929           Use G_UNLIKELY in _create and log one more detail.
12930           
12931         (gst_video_test_src_get_times), (gst_video_test_src_create):
12932         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
12933           Use gst_util_uint64_scale_int in _get_times().
12934
12935 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12936
12937         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
12938           Give better warning message (add object and detail).
12939
12940 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12941
12942         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
12943         (gst_xvimagesink_get_times):
12944           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
12945           #354773), use gst_util_uint64_scale_int in _get_times()
12946
12947 2006-09-18  Michael Smith  <msmith@fluendo.com>
12948
12949         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
12950           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
12951           always true, leading to dropping all timestamps.
12952
12953 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12954
12955         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
12956         (gst_visual_chain), (gst_visual_change_state):
12957           update to work also with libvisual 0.4 API, fix double unref (#355914)
12958           
12959         * tools/gst-launch-ext.1.in:
12960         * tools/gst-visualise.1.in:
12961           remove references to old man-pages
12962
12963         * tests/examples/seek/seek.c: (main):
12964           add real meadi-buttons, add tool-tips for the seek-options, arrange
12965           seek options in a table
12966
12967 2006-09-18  Michael Smith  <msmith@fluendo.com>
12968
12969         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
12970         (gst_ogg_mux_push_buffer):
12971           Don't generate out-of-order timestamps from oggmux, instead clamp
12972           output timestamps to be >= the previously output ts.
12973           Fixes #355595
12974
12975 2006-09-18  Michael Smith  <msmith@fluendo.com>
12976
12977         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
12978         (gst_multi_fd_sink_class_init):
12979           Updates, fixes, and typo corrections for multifdsink. No functional
12980           changes.
12981
12982 2006-09-17  Michael Smith  <msmith@fluendo.com>
12983
12984         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
12985           Don't crash on truncated files - check that we got an 8 byte buffer
12986           before trying to memcmp it.
12987
12988 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
12989
12990         * gst/playback/gstplaybasebin.c: (get_active_source):
12991           Make stream-switching appear instant to the application
12992           (ie. make sure that a g_object_get on 'current-foo' returns
12993           the stream previously set with g_object_set(). Totem needs
12994           this to update stream-related meta-info (like audio-codec)
12995           correctly when switching streams.
12996
12997 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
12998
12999         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
13000         (gst_alsa_mixer_ensure_track_list):
13001           Try harder to guess which mixer track is the master mixer
13002           track (instead of just taking the first one that has a pvolume).
13003           Fixes #342228.
13004
13005 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13006
13007         reviewed by: <delete if not using a buddy>
13008
13009         * gst-libs/gst/audio/audio.h:
13010         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
13011
13012 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13013
13014         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
13015         (gst_audio_convert_transform_caps):
13016           Get structure-name just once.
13017
13018 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13019
13020         * tests/check/elements/audioresample.c: (GST_START_TEST):
13021         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
13022         * tests/check/elements/volume.c: (GST_START_TEST):
13023         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
13024         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
13025         (test_pipeline), (GST_START_TEST):
13026         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
13027         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
13028           Fix big batch of compiler warnings.
13029
13030 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13031
13032         * ext/gnomevfs/gstgnomevfssrc.c:
13033           Add docs about icydemux usage in connection with gnomevfssrc
13034
13035         * ext/libvisual/visual.c:
13036         * ext/ogg/gstoggaviparse.c:
13037         * ext/ogg/gstoggdemux.c:
13038         * ext/ogg/gstoggmux.c:
13039         * ext/ogg/gstoggparse.c:
13040         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
13041         * gst-libs/gst/audio/gstaudiosink.c:
13042         * gst-libs/gst/audio/gstaudiosrc.c:
13043         * gst/audiorate/gstaudiorate.c:
13044           More G_OBJECT macro fixing.
13045
13046         * gst/audiotestsrc/gstaudiotestsrc.h:
13047           Fix wrong info in header due to copy & paste
13048
13049 2006-09-15  Wim Taymans  <wim@fluendo.com>
13050
13051         * gst-libs/gst/audio/gstbaseaudiosink.c:
13052         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
13053         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13054         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
13055         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
13056         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
13057         Do the delay calculation in the source/sink base classes as this is
13058         specific for the capture/playback mode.
13059         Try to fixate a bit better, like round depth up to a multiple of 8
13060         bigger than width.
13061         Handle underruns correctly by marking DISCONT on buffers and adjusting
13062         timestamps to handle the gap.
13063         Set offset/offset_end correctly on buffers.
13064
13065         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
13066         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
13067         (gst_ring_buffer_read):
13068         Remove resync and underrun recovery from the ringbuffer.
13069         Fix ringbuffer read code on under/overrun.
13070
13071 2006-09-15  Wim Taymans  <wim@fluendo.com>
13072
13073         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
13074         (gst_play_base_bin_init), (fill_buffer), (check_queue),
13075         (queue_threshold_reached), (gst_play_base_bin_set_property),
13076         (gst_play_base_bin_get_property):
13077         * gst/playback/gstplaybasebin.h:
13078         Don't use a 0 low watermark when buffering, it is catching starvation
13079         way too late. Instead, use a 3 second queue with 30 and 95
13080         percent low/high watermarks. 
13081         Added queue-min-threshold property to configure low watermark.
13082         Use new _buffering message API.
13083         Make queue_threshold variable big enough to store a uint64 time value.
13084         API: playbin::queue-min-threshold property.
13085
13086 2006-09-15  Wim Taymans  <wim@fluendo.com>
13087
13088         * configure.ac:
13089         We require 0.10.10.1 now because of _wait_preroll().
13090
13091         * gst-libs/gst/audio/gstbaseaudiosink.c:
13092         (gst_base_audio_sink_render):
13093         Use gst_base_sink_wait_preroll().
13094
13095 2006-09-15  Wim Taymans  <wim@fluendo.com>
13096
13097         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
13098         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
13099         Use DEBUG_OBJECT more.
13100
13101 === release 0.10.10 ===
13102
13103 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
13104
13105         patch by: Michael Smith <msmith at fluendo dot com>
13106
13107         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
13108         (gst_multi_fd_sink_client_queue_buffer),
13109         (gst_multi_fd_sink_new_client):
13110         * tests/check/elements/multifdsink.c: (GST_START_TEST),
13111         (multifdsink_suite):
13112           Fix implementation of sync-method 'next-keyframe'
13113           Closes #354594
13114
13115 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
13116
13117         patch by: Wim Taymans <wim at fluendo dot com>
13118
13119         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
13120         This patch removes the RANDOM flag that was incorrectly introduced with
13121         revision 1.91.  Fixes #354590
13122
13123 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
13124
13125         * tests/check/Makefile.am:
13126           Random variation in Makefile line to see if it makes the
13127           gen64-base-full bot any happier.
13128
13129 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13130
13131         * tests/check/pipelines/oggmux.c: (oggmux_suite):
13132           Disable test that fails at the moment (killed after timeout).
13133
13134 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13135
13136         Patch by: James Livingston  <doclivingston at gmail.com>
13137
13138         * tests/check/Makefile.am:
13139         * tests/check/pipelines/.cvsignore:
13140         * tests/check/pipelines/oggmux.c: (get_page_codec),
13141         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
13142         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
13143         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
13144         (test_theora_vorbis), (oggmux_suite):
13145           Add simple unit test for oggmux from #337026 with checking for the
13146           EOS flags disabled for the time being.
13147
13148 2006-09-04  Wim Taymans  <wim@fluendo.com>
13149
13150         patch by: Alessandro Dessina <alessandro nnva org>
13151
13152         * ext/ogg/gstoggmux.c:
13153         Add cmml caps to oggmux. Fixes #353912
13154
13155 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
13156
13157         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
13158           Returning a return value often helps. In this case, we
13159           don't need the return value anyway, so just get rid of it.
13160           Should make build bots much happier.
13161
13162 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
13163
13164         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
13165         (paint_get_structure), (gst_video_test_src_get_size),
13166         (gst_video_test_src_smpte), (gst_video_test_src_snow),
13167         (gst_video_test_src_unicolor), (paint_setup_AYUV),
13168         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
13169         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
13170         * gst/videotestsrc/videotestsrc.h:
13171           Add support for AYUV and the various RGBA formats. Initialise
13172           fields of paintinfo structs allocated on the stack.
13173
13174         * tests/check/elements/videotestsrc.c: (right_shift_colour),
13175         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
13176         (check_rgb_buf), (videotestsrc_suite):
13177           Add unit tests for videotestsrc's RGB output.
13178
13179 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
13180
13181         * gst/videotestsrc/gstvideotestsrc.c:
13182         (gst_video_test_src_pattern_get_type),
13183         (gst_video_test_src_set_pattern):
13184         * gst/videotestsrc/gstvideotestsrc.h:
13185         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
13186         (gst_video_test_src_black), (gst_video_test_src_white),
13187         (gst_video_test_src_red), (gst_video_test_src_green),
13188         (gst_video_test_src_blue):
13189         * gst/videotestsrc/videotestsrc.h:
13190           Add more uni-colour patterns ("white", "red", "green", and "blue").
13191
13192 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
13193
13194         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
13195           Fix stride for YVYU, should be word-aligned (#353658).
13196
13197 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
13198
13199         * gst/adder/gstadder.c: (gst_adder_src_event):
13200           Fix build.
13201
13202 2006-08-31  Edward Hervey  <edward@fluendo.com>
13203
13204         * gst/adder/gstadder.c: (forward_event_func),
13205         (gst_adder_src_event), (gst_adder_collected),
13206         (gst_adder_change_state):
13207         * gst/adder/gstadder.h:
13208         Remember the start position asked in the incoming seeks, so we can
13209         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
13210         of assuming it will always be 0).
13211
13212 2006-08-31  Edward Hervey  <edward@fluendo.com>
13213
13214         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
13215         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
13216         (gst_ogg_demux_loop):
13217         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
13218
13219 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
13220
13221         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13222         (gst_ffmpegcsp_get_unit_size):
13223           Return FALSE instead of returning a random false unit
13224           size when the format isn't known/supported (even if
13225           this shouldn't happen under normal circumstances).
13226
13227 2006-08-29  Wim Taymans  <wim@fluendo.com>
13228
13229         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
13230
13231         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
13232         (gst_gnome_vfs_src_start):
13233         Try harder to get the size from a uri by using _info_uri() when
13234         _info_from_handle() does not give us enough info. 
13235         Also follow symlinks when getting the size.
13236         Partially Fixes #332864.
13237
13238 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
13239
13240         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
13241
13242         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
13243         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
13244         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
13245         (gst_alsa_mixer_set_record):
13246         * ext/alsa/gstalsamixertrack.c:
13247         (gst_alsa_mixer_track_update_alsa_capabilities),
13248         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
13249         (gst_alsa_mixer_track_update):
13250         * ext/alsa/gstalsamixertrack.h:
13251           Improve and fix mixer track handling, in particular better handling
13252           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
13253           separate track objects for tracks that have both capture and playback
13254           volume (and label them differently as well so they're not mistakenly
13255           assumed to be duplicates); classify mixer tracks that only affect
13256           the audible volume of something (rather than the capture volume)
13257           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
13258           for capture tracks to correspond to alsa-pswitch alsa-cswitch
13259           (following the meaning documented in the mixer interface header
13260           file); add support for alsa's exclusive cswitch groups; update/sync
13261           state/flags better if mixer settings are changed by another
13262           application. Fixes #336075.
13263
13264 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
13265
13266         * gst/playback/gstplaybin.c:
13267           Improve docs: add section about BUFFERING messages sent by playbin.
13268
13269 2006-08-29  Michael Smith  <msmith@fluendo.com>
13270
13271         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
13272         (gst_vorbis_enc_buffer_check_discontinuous),
13273         (gst_vorbis_enc_chain):
13274           Ignore explicit DISCONT marked on buffers (which is often spurious,
13275           particularly when using multiple segments), in favour of solely
13276           using the timestamps/durations.
13277
13278 2006-08-29  Edward Hervey  <edward@fluendo.com>
13279
13280         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
13281         Don't rely on incoming buffers offset anymore, since it is completely
13282         broken when using multiple segments.
13283         Instead convert the incoming buffers timestamp to running time, and
13284         then convert that value to the offsets.
13285         Also inform GstSegment of the last outputted stop position, which is
13286         needed if we received several segments with an unknown stop value.
13287
13288 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13289
13290         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
13291           fix buffer unreffing on a header push failure
13292
13293 2006-08-28  Wim Taymans  <wim@fluendo.com>
13294
13295         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
13296         (gst_audio_rate_chain):
13297         Make the metadata of the buffer writable before changing its
13298         flags.
13299
13300 2006-08-28  Wim Taymans  <wim@fluendo.com>
13301
13302         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
13303         (gst_audio_rate_setcaps), (gst_audio_rate_init),
13304         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
13305         (gst_audio_rate_chain), (gst_audio_rate_change_state):
13306         Fix audiorate some more.
13307         Reset and resync counters on flush and READY.
13308         Handle the DISCONT flag correctly.
13309         Use GstSegment to track position.
13310         Fail when not negotiated.
13311         Fixes #353234.
13312
13313 2006-08-25  Michael Smith  <msmith@fluendo.com>
13314
13315         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
13316           Fix spelling.
13317           Remove accidently included debug line.
13318
13319 2006-08-25  Wim Taymans  <wim@fluendo.com>
13320
13321         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
13322         Small cleanups.
13323         If a buffer is received with no caps, make the buffer metadata
13324         writable and set the caps, making sure that we don't screw up the
13325         refcounts.
13326
13327 2006-08-25  Michael Smith  <msmith@fluendo.com>
13328
13329         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
13330         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
13331           Fix memory leaks and misleading debug messages, add a couple of
13332           comments.
13333
13334         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
13335         (gst_multi_fd_sink_render):
13336           Do not use gst_buffer_make_writable() in a basesink render method,
13337           as it may incorrectly unref the buffer. Instead, use convoluted
13338           dance to avoid copying the buffer except when we need to.
13339
13340 2006-08-25  Michael Smith  <msmith@fluendo.com>
13341
13342         * ext/vorbis/vorbisenc.c:
13343         (gst_vorbis_enc_buffer_check_discontinuous):
13344           Allow very small discontinuities in the timestamps. These we can't
13345           do anything useful with anyway (because vorbis's timestamps have
13346           only sample granularity), and are commonly produced by elements with
13347           minor bugs. Allow up to 1/2 a sample out.
13348           Fixes #351742.
13349
13350 2006-08-24  Wim Taymans  <wim@fluendo.com>
13351
13352         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
13353         (play_scrub_toggle_cb), (main):
13354         Add a checkbox to enable play scrubbing. Makes it possible to disable
13355         normal scrubbing.
13356
13357 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
13358
13359         * tests/check/elements/.cvsignore:
13360           make buildbot happy
13361
13362 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13363
13364         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
13365         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
13366         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
13367         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
13368         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
13369         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
13370         (gst_ogm_text_parse_strip_trailing_zeroes),
13371         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
13372         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
13373           Refactor ogm parse, do better input checking, misc. clean-ups.
13374           Cache incoming events and push them once the source pad has
13375           been created. Don't pass unterminated strings to sscanf().
13376           Strip trailing zeroes from subtitle text output, since they
13377           are not valid UTF-8. Don't push vorbiscomment packets on
13378           the subtitle text pad. Output perfect streams if possible.
13379
13380 2006-08-23  Wim Taymans  <wim@fluendo.com>
13381
13382         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
13383         Waits for tasks to settle down so that we clean up correctly for 
13384         valgrind.
13385
13386 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13387
13388         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
13389           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
13390           actually return return value in taglists_are_equal.
13391
13392 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13393
13394         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
13395           Fix crash due to broken bitstream parsing on x86-64: can't make
13396           any assumptions about sizeof(struct) due to alignment/packing
13397           differences on different architectures. Fixes #351790.
13398
13399 2006-08-22  Wim Taymans  <wim@fluendo.com>
13400
13401         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
13402         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
13403         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
13404         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
13405         (gst_riff_parse_info):
13406         Protect public functions against bad input.
13407         Do some cleanups.
13408         Fix documentation.
13409
13410 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13411
13412         * gst-libs/gst/riff/riff-ids.h:
13413         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
13414           Add voxware audio IDs (even if we can't play it) (#351795).
13415
13416 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13417
13418         * gst-libs/gst/riff/riff-media.c:
13419         (gst_riff_create_video_template_caps),
13420         (gst_riff_create_audio_template_caps),
13421         (gst_riff_create_iavs_template_caps):
13422           Const-ify some arrays and use G_N_ELEMENTS instead
13423           of wasting oodles of RAM on terminator bits.
13424
13425 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13426
13427         * gst-libs/gst/tag/gstvorbistag.c:
13428         (gst_tag_list_to_vorbiscomment_buffer):
13429         * tests/check/libs/tag.c: (GST_START_TEST):
13430           And the same for _to_vorbiscomment_buffer(): allow
13431           id_data_len == 0 for speex.
13432
13433 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13434
13435         * configure.ac:
13436         * docs/plugins/Makefile.am:
13437         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13438         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13439         * docs/plugins/inspect/plugin-gdp.xml:
13440         * gst/gdp/Makefile.am:
13441         * tests/check/Makefile.am:
13442           Move GDP plugin to -base from -bad.  Closes #347783.
13443
13444 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
13445
13446         * gst-libs/gst/tag/gstvorbistag.c:
13447         (gst_tag_list_from_vorbiscomment_buffer):
13448           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
13449           Also add some checks to make sure we don't memcmp() beyond the end of
13450           vorbiscomment buffer if the ID to check for is larger than the buffer.
13451
13452         * tests/check/libs/tag.c: (GST_START_TEST):
13453           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
13454
13455 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
13456
13457         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
13458         (gst_vorbis_enc_set_metadata):
13459           Use vorbis comment utility functions from libgsttag
13460           instead of re-inventing the wheel (partially fixes #347091).
13461
13462 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
13463
13464         * tests/check/elements/audioconvert.c: (GST_START_TEST):
13465         Fix leaks. Wait for state transitions that might happen ASYNC, as well
13466         as some that won't.
13467
13468 2006-08-21  Wim Taymans  <wim@fluendo.com>
13469
13470         * docs/libs/Makefile.am:
13471         * docs/libs/gst-plugins-base-libs-sections.txt:
13472         * docs/libs/gst-plugins-base-libs.types:
13473         Don't try to GObject scan the netbuffer as it's not a GObject.
13474         Fixes #351308.
13475
13476         * gst-libs/gst/netbuffer/gstnetbuffer.c:
13477         * gst-libs/gst/netbuffer/gstnetbuffer.h:
13478         Document GstNetBuffer.
13479
13480 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
13481
13482         * tests/check/elements/audioconvert.c: (GST_START_TEST),
13483         (audioconvert_suite):
13484           Add testcase for caps-size-explosion
13485
13486 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13487
13488         * gst/audioconvert/gstaudioconvert.c:
13489         (gst_audio_convert_get_unit_size), (set_structure_widths):
13490           Lower debug, use g_assert in _get_unit_size
13491
13492         * gst/audioresample/gstaudioresample.c:
13493         (audioresample_get_unit_size):
13494         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13495         (gst_ffmpegcsp_get_unit_size):
13496         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
13497           use g_assert in _get_unit_size
13498
13499 2006-08-18  Wim Taymans  <wim@fluendo.com>
13500
13501         * docs/libs/gst-plugins-base-libs-sections.txt:
13502         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
13503         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
13504         (gst_rtp_buffer_get_payload_buffer):
13505         * gst-libs/gst/rtp/gstrtpbuffer.h:
13506         Document GstRTPBuffer.
13507         Added function to efficiently strip payload headers.
13508         API: gst_rtp_buffer_get_payload_subbuffer()
13509
13510 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
13511
13512         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
13513         (gst_tag_to_vorbis_comments):
13514           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
13515           tags and deserialise them properly as well (#347091).
13516           Add some more gtk-doc blurbs and also some g_return_if_fail().
13517
13518         * tests/check/libs/tag.c: (GST_START_TEST),
13519         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
13520           More tests.
13521
13522 2006-08-17  Wim Taymans  <wim@fluendo.com>
13523
13524         * ext/ogg/Makefile.am:
13525         * ext/ogg/gstogg.c: (plugin_init):
13526         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
13527         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
13528         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
13529         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
13530         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
13531         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
13532         Added ogg-in-avi parser element. Fixes #140139.
13533
13534         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
13535         Fixed a bug in oggdemux debug code.
13536
13537         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13538         (gst_riff_create_audio_template_caps):
13539         Recognise Ogg in the AVI extensible wave format.
13540
13541 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
13542
13543         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
13544           Make buffer durations add up (duration should be next_ts-ts for
13545           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
13546           from CVS.
13547
13548         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
13549         (test_buffer_timestamps), (cddabasesrc_suite):
13550           Add unit test for the above.
13551
13552         * tests/check/Makefile.am:
13553           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
13554           to see what happens.
13555
13556 2006-08-16  Wim Taymans  <wim@fluendo.com>
13557
13558         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
13559         (gst_alsasink_open):
13560         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
13561         (gst_alsasrc_open):
13562         Avoid setting and using a NULL device name.
13563         Print more info when we fail to open a device.
13564
13565 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13566
13567         * docs/libs/gst-plugins-base-libs-sections.txt:
13568         * gst-libs/gst/tag/tag.h:
13569         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
13570           API: add gst_tag_parse_extended_comment() (#351426).
13571
13572         * tests/check/Makefile.am:
13573         * tests/check/libs/.cvsignore:
13574         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
13575           Add unit test for gst_tag_parse_extended_comment().
13576
13577 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
13578
13579         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
13580         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
13581           Fix leak (#351502).
13582
13583 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
13584
13585         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13586         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13587         * docs/plugins/gst-plugins-base-plugins.args:
13588         * gst/playback/gstplaybin.c:
13589           Document playbin.
13590           
13591         * docs/plugins/inspect/plugin-adder.xml:
13592         * docs/plugins/inspect/plugin-alsa.xml:
13593         * docs/plugins/inspect/plugin-audioconvert.xml:
13594         * docs/plugins/inspect/plugin-audiorate.xml:
13595         * docs/plugins/inspect/plugin-audioresample.xml:
13596         * docs/plugins/inspect/plugin-audiotestsrc.xml:
13597         * docs/plugins/inspect/plugin-cdparanoia.xml:
13598         * docs/plugins/inspect/plugin-decodebin.xml:
13599         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
13600         * docs/plugins/inspect/plugin-gnomevfs.xml:
13601         * docs/plugins/inspect/plugin-ogg.xml:
13602         * docs/plugins/inspect/plugin-pango.xml:
13603         * docs/plugins/inspect/plugin-playbin.xml:
13604         * docs/plugins/inspect/plugin-subparse.xml:
13605         * docs/plugins/inspect/plugin-tcp.xml:
13606         * docs/plugins/inspect/plugin-theora.xml:
13607         * docs/plugins/inspect/plugin-typefindfunctions.xml:
13608         * docs/plugins/inspect/plugin-video4linux.xml:
13609         * docs/plugins/inspect/plugin-videorate.xml:
13610         * docs/plugins/inspect/plugin-videoscale.xml:
13611         * docs/plugins/inspect/plugin-videotestsrc.xml:
13612         * docs/plugins/inspect/plugin-volume.xml:
13613         * docs/plugins/inspect/plugin-vorbis.xml:
13614         * docs/plugins/inspect/plugin-ximagesink.xml:
13615         * docs/plugins/inspect/plugin-xvimagesink.xml:
13616           Update to CVS version.
13617
13618 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
13619
13620         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
13621         (gst_play_bin_set_property), (gst_play_bin_get_property),
13622         (value_list_append_structure_list),
13623         (gst_play_bin_handle_redirect_message),
13624         (gst_play_bin_handle_message):
13625           API: GstPlayBin::connection-speed
13626           Add "connection-speed" property; re-order redirect messages with
13627           multiple redirect locations depending on the minimum bitrate if
13628           that information is available and a connection speed is set
13629           (#350399).
13630
13631 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
13632
13633         * gst/playback/gstplaybin.c:
13634           Update max volume to the same value that the volume element uses.
13635
13636 2006-08-14  Wim Taymans  <wim@fluendo.com>
13637
13638         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
13639         Less uglyness..
13640
13641 2006-08-14  Wim Taymans  <wim@fluendo.com>
13642
13643         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
13644         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
13645         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
13646         Add some more debug info.
13647         Don't crash when a seek failed.
13648         Actually return the result of the seek instead of TRUE.
13649         Ignore multiple BOS pages with the same serial so that we don't create
13650         the same stream multiple times.
13651         Post an error when we fail to do the initial seek.
13652
13653 2006-08-13  Wim Taymans  <wim@fluendo.com>
13654
13655         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
13656         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
13657         Small code cleanup.
13658
13659         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
13660         (gst_alsa_mixer_new):
13661         Remove hack that always set the device to hw:0*.
13662         Properly find the card name for whatever device was configured.
13663         Do some better debugging.
13664         Fixes #350784.
13665
13666         * ext/alsa/gstalsamixerelement.c:
13667         (gst_alsa_mixer_element_set_property),
13668         (gst_alsa_mixer_element_change_state):
13669         Cleanups.
13670         Handle setting of a NULL device name better.
13671
13672 2006-08-11  Wim Taymans  <wim@fluendo.com>
13673
13674         * gst/adder/gstadder.c:
13675         Don't clip float values. Fixes #350900.
13676
13677 2006-08-11  Andy Wingo  <wingo@pobox.com>
13678
13679         * gst/tcp/gsttcp.c: Really fix the build?
13680
13681         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
13682         fixes the build.
13683
13684 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
13685
13686         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
13687           Float caps shouldn't have a "signed" field.
13688
13689 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
13690
13691         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
13692           Implement SEEKING query in its most basic form, so that we can
13693           at least check if we're seekable or not (#350655).
13694
13695 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
13696
13697         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
13698           The checks here are not even close to anything that would
13699           justify MAXIMUM probability, lowering to POSSIBLE until someone
13700           fixes the checks (case at hand: quicktime redirection files
13701           might start with 00 00 01 XX and pass the checks here just
13702           fine, see #350399).
13703
13704 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
13705
13706         Patch by: Sjoerd Simons  <sjoerd at luon net>
13707
13708         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
13709           Better detection for multipart/x-mixed-replace: accept leading
13710           whitespaces before the boundary marker as well (as our very own
13711           multipartmux used to produce) (#349068).
13712
13713 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
13714
13715         Patch by: Young-Ho Cha  <ganadist at chollian net>
13716
13717         * gst-libs/gst/riff/riff-ids.h:
13718         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13719         (gst_riff_create_audio_template_caps):
13720           Detect DTS audio streams (#350157).
13721
13722 2006-08-05  Andy Wingo  <wingo@pobox.com>
13723
13724         * ext/theora/gsttheoraparse.h:
13725         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
13726         (theora_parse_dispose, theora_parse_set_property)
13727         (theora_parse_get_property, theora_parse_munge_granulepos)
13728         (theora_parse_push_buffer, theora_parse_change_state):
13729         API: GstTheoraParse::synchronization-points
13730         Add a property 'synchronization-points' to fix badly synchronized oggs.
13731
13732 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13733
13734         * tests/check/Makefile.am:
13735         * tests/check/libs/.cvsignore:
13736         * tests/check/libs/audio.c: (structure_contains_channel_positions),
13737         (fixed_caps_have_channel_positions), (GST_START_TEST),
13738         (audio_suite), (main):
13739           Add a few tests for the channel position stuff in libgstaudio.
13740
13741 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13742
13743         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
13744         (gst_alsa_detect_channels):
13745         * ext/alsa/gstalsasink.c:
13746           Add support for cards that (only) do more than 8 channels,
13747           like the Delta 44 (#345188).
13748
13749         * gst-libs/gst/audio/multichannel.c:
13750         (gst_audio_check_channel_positions):
13751         * gst-libs/gst/audio/multichannel.h:
13752           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
13753           unspecified channel position and cannot be combined with any
13754           of the other audio channel positions; adjust position layout
13755           checks accordingly (#345188).
13756
13757 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13758
13759         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13760           Recognise ancient RealAudio files (see #349779).
13761
13762 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13763
13764         Patch by: Jens Granseuer  <jensgr at gmx net>
13765
13766         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13767           Add typefinder for Interplay's MVE format (#348973).
13768
13769 2006-08-02  Wim Taymans  <wim@fluendo.com>
13770
13771         Patch by: Marcel Moreaux <marcelm at luon dot net>
13772
13773         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13774         (gst_base_rtp_depayload_add_to_queue):
13775         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13776         Handle RTP sequence number rollover.
13777         Disable jitterbuffer by default.
13778
13779 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
13780
13781         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
13782         (audioresample_set_caps):
13783         Don't leak references to the incoming caps. Clean them up when
13784         stopping.
13785
13786         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
13787         (gst_video_scale_finalize):
13788         Don't leak our temporary pixel buffer.
13789
13790         * tests/check/Makefile.am:
13791         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
13792         (GST_START_TEST), (simple_launch_lines_suite):
13793
13794         Fix leaks and re-enable the test for valgrind checking.
13795
13796 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13797
13798         Patch by: Sjoerd Simons  <sjoerd at luon net>
13799
13800         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
13801         (plugin_init):
13802           Add typefind function for multipart/x-mixed-replace (#348916).
13803
13804 2006-07-28  Wim Taymans  <wim@fluendo.com>
13805
13806         * gst/adder/gstadder.c: (gst_adder_setcaps),
13807         (gst_adder_query_duration):
13808         Fix leak in duration query.
13809         Reflow some docs and notes.
13810
13811 2006-07-28  Michael Smith  <msmith@fluendo.com>
13812
13813         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
13814         (vorbisenc_suite):
13815           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
13816           aspect of it.
13817
13818 2006-07-28  Michael Smith  <msmith@fluendo.com>
13819
13820         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
13821         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
13822         (gst_vorbis_enc_push_buffer),
13823         (gst_vorbis_enc_buffer_check_discontinuous),
13824         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
13825         * ext/vorbis/vorbisenc.h:
13826           Handle discontinuities in the input vorbis stream correctly,
13827           so that the output is properly timestamped (and has good granulepos
13828           values). Needs some oggmux fixes too.
13829
13830 2006-07-27  Wim Taymans  <wim@fluendo.com>
13831
13832         patch by: Kai Vehmanen <kv2004 eca cx>
13833
13834         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13835         (gst_base_rtp_depayload_chain),
13836         (gst_base_rtp_depayload_handle_sink_event),
13837         (gst_base_rtp_depayload_change_state):
13838         Don't send multiple newsegments with different formats.
13839         Fixes #348677.
13840
13841 2006-07-26  Wim Taymans  <wim@fluendo.com>
13842
13843         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
13844         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
13845         Make seeking in ogg more accurate again by doing the more correct
13846         granuletime to stream time conversion.
13847
13848 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13849
13850         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
13851         (gst_multi_fd_sink_new_client):
13852           debug a little more understandably
13853           do not use goto as a substitute for break, especially if
13854           break is also being used
13855
13856 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
13857
13858         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
13859         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
13860           Remove GLib-2.6 compatibility cruft.
13861
13862 2006-07-24  Wim Taymans  <wim@fluendo.com>
13863
13864         * gst-libs/gst/audio/gstbaseaudiosink.c:
13865         (gst_base_audio_sink_render):
13866         Don't try to align a sample to an unknown value.
13867
13868 2006-07-24  Wim Taymans  <wim@fluendo.com>
13869
13870         * gst-libs/gst/audio/gstbaseaudiosink.c:
13871         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
13872         When the audio clock is slaved to another clock, never try to align
13873         samples but trust the rate interpolation algorithm.
13874
13875 2006-07-24  Wim Taymans  <wim@fluendo.com>
13876
13877         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
13878         Don't try to calculate silence samples, base class does this much
13879         better now.
13880
13881         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13882         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
13883         (gst_ring_buffer_acquire):
13884         Calculate silence samples correctly.
13885
13886         * gst-libs/gst/audio/gstringbuffer.h:
13887         Add _CAST macro.
13888
13889 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
13890
13891         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
13892           Limit search for the first markup tag to the first few kB of
13893           the file. If we don't find one there, it's highly unlikely that
13894           this is an XML(-ish) file.
13895
13896 2006-07-21  Andy Wingo  <wingo@pobox.com>
13897
13898         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
13899         test to the one in vorbisenc. Also commented out.
13900
13901         * tests/check/pipelines/vorbisenc.c: 
13902         (test_discontinuity): New test, commented out until Mike lands
13903         some elite vorbisenc patches.
13904
13905         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
13906         Bufferstraw was actually factored out of these tests. Now we share
13907         code yay.
13908
13909         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
13910         for bufferstraw addition to gstcheck.
13911
13912 2006-07-21  Wim Taymans  <wim@fluendo.com>
13913
13914         * ext/theora/theoradec.c: (clip_buffer):
13915         Better clipping.
13916
13917 2006-07-21  Wim Taymans  <wim@fluendo.com>
13918
13919         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
13920         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
13921         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
13922         Fix leak.
13923         Avoid type casting when we can.
13924
13925         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
13926         Fix mem leak.
13927
13928 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
13929
13930         * ext/alsa/gstalsamixerelement.c:
13931         (gst_alsa_mixer_element_change_state):
13932           Make state change fail if the specified device can't be opened
13933           for some reason.
13934
13935 2006-07-20  Wim Taymans  <wim@fluendo.com>
13936
13937         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
13938         (cb_newpad), (main):
13939         Example of a small audio/video player using decodebin.
13940
13941 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
13942
13943         * gst-libs/gst/riff/riff-ids.h:
13944           Add 'fact' chunk id
13945
13946 2006-07-19  Wim Taymans  <wim@fluendo.com>
13947
13948         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13949         (gst_base_rtp_depayload_chain),
13950         (gst_base_rtp_depayload_change_state):
13951         Don't assert when not negotiated but post a meaningfull 
13952         error message. Fixes #347918.
13953
13954         * gst-libs/gst/rtp/gstbasertppayload.c:
13955         Add comment about better default MTU size.
13956
13957         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
13958         Small cleanups, start docs.
13959
13960 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
13961
13962         Patch by: Martin Szulecki
13963
13964         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
13965           If "device-name" is requested and the device is not
13966           open, try to temporarily open it to obtain this
13967           information (#342494).
13968
13969 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
13970
13971         * gst-libs/gst/tag/gstid3tag.c:
13972           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
13973
13974         * gst-libs/gst/tag/gsttageditingprivate.h:
13975         * gst-libs/gst/tag/gstvorbistag.c:
13976           Some more random const-ifications.
13977
13978 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
13979
13980         * gst-libs/gst/riff/riff-ids.h:
13981         * gst-libs/gst/riff/riff-media.c:
13982         (gst_riff_create_video_template_caps):
13983           Add more FOURCCs (sort list to make stuff easier to find),
13984           add comment what those 16 bytes in struct _gst_riff_strh according to
13985           one avi-dumper are
13986
13987 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
13988
13989         * gst-libs/gst/audio/multichannel.c:
13990         (gst_audio_check_channel_positions),
13991         (gst_audio_fixate_channel_positions):
13992           Const-ify two arrays.
13993
13994 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
13995
13996         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
13997           Fix typo, so that alsasink also advertises 8 channels
13998           if that's supported (tags: can, worms, open, alsa, ph34r).
13999
14000 2006-07-17  Wim Taymans  <wim@fluendo.com>
14001
14002         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14003         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
14004         *sigh*, when is the compiler going to warn when the comments
14005         are out-of-sync with the code.. Refix case of busted theora
14006         headers with 0 granule pos.
14007
14008 2006-07-14  Wim Taymans  <wim@fluendo.com>
14009
14010         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14011         (gst_base_rtp_depayload_wait),
14012         (gst_base_rtp_depayload_change_state),
14013         (gst_base_rtp_depayload_set_property),
14014         (gst_base_rtp_depayload_get_property):
14015         Fix 99% cpu load by waiting for absolute times on the
14016         clock. Fixes #347300.
14017
14018 2006-07-14  Andy Wingo  <wingo@pobox.com>
14019
14020         * ext/theora/gsttheoraparse.h: 
14021         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
14022         (theora_parse_push_headers, theora_parse_clear_queue)
14023         (theora_parse_drain_queue_prematurely, )
14024         (theora_parse_sink_event, theora_parse_change_state): Queue events
14025         until we initialized our state, like in vorbisparse.
14026
14027         * ext/vorbis/vorbisparse.h: 
14028         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
14029         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
14030         (vorbis_parse_drain_queue_prematurely, )
14031         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
14032         until we have initialized our state. Fixes seeking after an
14033         initial pad block.
14034
14035 2006-07-14  Andy Wingo  <wingo@pobox.com>
14036
14037         Patch by: Iain Holmes <iaingnome@gmail.com>
14038         
14039         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
14040
14041 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
14042
14043         * configure.ac:
14044         Bump nano back to CVS
14045
14046 === release 0.10.9 ===
14047
14048 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
14049
14050         * configure.ac:
14051           releasing 0.10.9, "I walk the line"
14052
14053 2006-07-14  Michael Smith  <msmith@fluendo.com>
14054
14055         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
14056           Move a g_cond_signal to earlier to avoid sometimes deadlocking
14057           (commonly happens when running this test under valgrind) when trying
14058           to remove the buffer probe.
14059
14060 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
14061
14062         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
14063         Fix missing g_unlock from the previous commit
14064
14065 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
14066
14067         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14068         (gst_ximagesink_change_state):
14069         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14070         (gst_xvimagesink_change_state):
14071         Implement a locking order to ensure we always take the object lock
14072         before the x_lock and never vice-versa.
14073
14074 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
14075
14076         * gst/playback/gstdecodebin.c: (find_compatibles):
14077         Fix a caps leak when linking (#347304)
14078
14079         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14080         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
14081         (gst_ximagesink_change_state):
14082         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14083         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
14084         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14085         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
14086         Don't leak shared memory resources. Use the object lock to protect
14087         against the xcontext disappearing while returning a buffer from the
14088         pipeline. (#347304)
14089
14090 2006-07-12  Edward Hervey  <edward@fluendo.com>
14091
14092         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
14093         (vorbis_handle_comment_packet):
14094         gst_tag_list_merge() returns a new object. Take that into account when
14095         using it. This avoids memleak.
14096         Revert previous commit which is not needed.
14097
14098 2006-07-12  Edward Hervey  <edward@fluendo.com>
14099
14100         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
14101         Reset the decoder in finalize so that all fields get cleared.
14102
14103 2006-07-12  Wim Taymans  <wim@fluendo.com>
14104
14105         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14106         (gst_base_audio_src_set_clock),
14107         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
14108         Don't try to post an error message when setting the clock fails
14109         as this can happen when adding an element to a bin which will then
14110         deadlock. Fixes #347296.
14111
14112 2006-07-12  Edward Hervey  <edward@fluendo.com>
14113
14114         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
14115         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
14116         (vorbis_handle_type_packet):
14117         Post tag messages on the bus even if we're not initialized.
14118         If we're not initialized, we still postpone the event pushing of tags.
14119
14120 2006-07-12  Wim Taymans  <wim@fluendo.com>
14121
14122         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
14123         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14124         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
14125         Revert last two changes that broke the freeze.
14126
14127 2006-07-12  Wim Taymans  <wim@fluendo.com>
14128
14129         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
14130         basesink calculates silence sample correctly for us.
14131
14132 2006-07-12  Wim Taymans  <wim@fluendo.com>
14133
14134         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14135         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
14136         Calculate correct silence samples so we don't fill our ringbuffer
14137         with noise.
14138
14139 2006-07-12  Edward Hervey  <edward@fluendo.com>
14140
14141         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
14142         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
14143         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
14144         * ext/vorbis/vorbisdec.h:
14145         Delay sending events (newsegment, tags) until the decoder is properly
14146         initialized.
14147         Fixes #347295
14148
14149 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
14150
14151         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
14152         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
14153           Patch from #347221 adding a test for audioconvert
14154           channel remappings.
14155
14156 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
14157
14158         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
14159         (gst_ssa_parse_parse_line):
14160           Don't include the terminating NUL in the buffer size,
14161           it's only there for extra paranoia (would add random
14162           '*' characters at the end of each subtitle since the
14163           terminator itself is not valid UTF-8 technically).
14164           Also fix indenting after boilerplate macro.
14165
14166 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
14167
14168         * gst/playback/gstdecodebin.c: (close_pad_link):
14169           Also emit 'unknown-type' signal (which should really be
14170           called unhandled-type) if we found potential decoders/demuxers
14171           in the registry but none of them worked in the end (as in the
14172           case where the plugins don't exist any longer but are still
14173           listed in the registry). Fixes #329798.
14174
14175 2006-07-08  Andy Wingo  <wingo@pobox.com>
14176
14177         * theoraparse.c (theora_parse_push_buffer)
14178         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
14179         Add some more debugging. Fix granulepos reconstruction in the face
14180         of discontinuities.
14181
14182 2006-07-06  Wim Taymans  <wim@fluendo.com>
14183
14184         * gst-libs/gst/audio/gstbaseaudiosink.c:
14185         (gst_base_audio_sink_class_init),
14186         (gst_base_audio_sink_provide_clock):
14187         Use gobject_class instead of G_OBJECT_CLASS (klass)
14188
14189         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14190         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
14191         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
14192         (gst_base_audio_src_get_time),
14193         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
14194         (gst_base_audio_src_create_ringbuffer):
14195         Fix latency and buffer-time constants and properties ala basesink.
14196         Implement pull based scheduling. Fixes #346527.
14197         Set default blocksize in GstBaseSrc to 0, we default to pushing out
14198         one segment.
14199         Refuse slaving to another clock instead of silently not working.
14200         Only provide a clock when we are actually able to do so.
14201         Various small cleanups and compiler hints.
14202
14203 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
14204
14205         Patch by: Lutz Mueller <lutz at topfrose de>
14206
14207         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
14208         (plugin_init):
14209           Add typefinding for text/html (#346581).
14210
14211 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
14212
14213         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
14214         (xml_check_first_element), (xml_type_find), (smil_type_find):
14215           Fix SMIL typefinding, make xml_check_first_element() more
14216           useful.
14217
14218 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
14219
14220         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14221         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
14222         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
14223         * gst/playback/gstplaybasebin.h:
14224           Protect list of elements with a subtitle-encoding property and
14225           the subtitle encoding member itself with a lock of their own
14226           instead of using the object lock. This prevents a dead-lock in
14227           the element-remove callback in some circumstances when shutting
14228           down playbin.
14229
14230 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
14231
14232         * win32/common/libgsttag.def:
14233         Export some new functions.
14234         * win32/vs6/libgstogg.dsp:
14235         Add a link to libgsttag-0.10.lib.
14236
14237 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
14238
14239         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
14240           Some const-ification.
14241
14242 2006-07-04  Wim Taymans  <wim@fluendo.com>
14243
14244         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
14245         Improve checking if we are dealing with a stream. Added some
14246         more uris that need buffering.
14247
14248 2006-07-03  Edward Hervey  <edward@fluendo.com>
14249
14250         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
14251         Remove unused variable.
14252
14253 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14254
14255         * Makefile.am:
14256           include lcov.mak
14257         * configure.ac:
14258           add GCOV_LIBS to GST_LIBS
14259
14260 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
14261
14262         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
14263
14264         * ext/alsa/gstalsasrc.c:
14265           Add 32 bps to template caps and increase channels range
14266           from [1,2] to [1,MAX]. See #346326.
14267
14268 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
14269
14270         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
14271           Recognise 'WMVA' video codec fourcc (#345879).
14272           
14273 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
14274          
14275         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
14276           Fixed nasty memory leak
14277
14278 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14279
14280         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
14281         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
14282           fix logging
14283
14284 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
14285
14286         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14287         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
14288         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
14289         Protect remove_fakesink using a mutex, so that we don't try and
14290         remove the fakesink simultaneously from multiple threads.
14291
14292         When going from READY to PAUSED, restore the fakesink, so that
14293         it is there when decodebin gets reused.
14294
14295 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
14296
14297         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
14298         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14299         * gst-libs/gst/rtp/gstbasertppayload.c:
14300         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14301         * gst/tcp/gstmultifdsink.c:
14302         * gst/tcp/gsttcpclientsink.c:
14303         * gst/tcp/gsttcpclientsrc.c:
14304         * gst/tcp/gsttcpserversink.c:
14305         * gst/tcp/gsttcpserversrc.c:
14306         * gst/videorate/gstvideorate.c:
14307         * gst/videotestsrc/gstvideotestsrc.c:
14308         * sys/v4l/gstv4ljpegsrc.c:
14309         * sys/v4l/gstv4lmjpegsink.c:
14310         * sys/v4l/gstv4lsrc.c:
14311         * tests/examples/seek/scrubby.c:
14312         * tests/examples/seek/seek.c:
14313           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
14314
14315 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14316
14317         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
14318           Second field in GEnumValue shouldn't be a description,
14319           but a stringified version of the enum value.
14320
14321 2006-06-22  Wim Taymans  <wim@fluendo.com>
14322
14323         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14324         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
14325         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14326         Avoid type checking in buffer casts.
14327         Avoid caps copy in buffer_alloc when we can.
14328         Use pad_peer_accept.
14329
14330 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14331
14332         * gst-libs/gst/tag/tag.h:
14333           Oops, make that 'Since: 0.10.9'.
14334
14335 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14336
14337         * docs/libs/gst-plugins-base-libs-sections.txt:
14338         * gst-libs/gst/tag/tag.h:
14339         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
14340         (gst_tag_image_type_get_type):
14341           API: add GstTagImageType enum to describe images contained
14342           in image tags (#345641).
14343
14344 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14345
14346         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14347           Fix warnings with gst-inspect: "buffers-min" property
14348           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
14349           typo in property description.
14350
14351 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14352
14353         Patch by: Cody Russell <bratsche at gnome org>
14354
14355         * gst/audioresample/gstaudioresample.c:
14356         (gst_audioresample_class_init):
14357         * gst/playback/gststreamselector.c:
14358         (gst_stream_selector_class_init):
14359         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
14360         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14361         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
14362         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
14363         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
14364         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
14365         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
14366         * gst/videotestsrc/gstvideotestsrc.c:
14367         (gst_video_test_src_class_init):
14368         * gst/volume/gstvolume.c: (gst_volume_class_init):
14369           Avoid unnecessary class cast check in class_init
14370           functions (#337747).
14371
14372 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
14373
14374         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
14375         (gst_text_overlay_video_chain):
14376           g_markup_escape_text() REALLY doesn't like non-UTF8 input
14377           and doesn't validate its input either (and neither did
14378           textoverlay it seems). Let's do that then and fix #345206.
14379
14380 2006-06-19  Wim Taymans  <wim@fluendo.com>
14381
14382         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
14383         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
14384         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
14385         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
14386         (find_syncframe), (find_limits), (assign_value),
14387         (count_burst_unit), (gst_multi_fd_sink_new_client),
14388         (gst_multi_fd_sink_handle_client_write),
14389         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
14390         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
14391         (gst_multi_fd_sink_change_state):
14392         * gst/tcp/gstmultifdsink.h:
14393         Added shiny new burst-on-connect methods.
14394         Add properties to control the minimal amount of data queued.
14395         Small cleanups.
14396         API: bytes-min property
14397         API: time-min property
14398         API: buffers-min property
14399         API: burst-unit property
14400         API: burst-value property
14401         API: add-full signal
14402
14403         * gst/tcp/gsttcp-marshal.list:
14404         Added new marshaller code for the new signal.
14405
14406         * tests/check/elements/multifdsink.c: (GST_START_TEST),
14407         (multifdsink_suite):
14408         Added testcases for new burst methods.
14409
14410 2006-06-19  Edward Hervey  <edward@fluendo.com>
14411
14412         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
14413         Implement clipping for accurate seeking.
14414         Closes #345225
14415
14416 2006-06-19  Wim Taymans  <wim@fluendo.com>
14417
14418         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
14419
14420         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
14421         (gst_video_scale_transform):
14422         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
14423
14424 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
14425
14426         * configure.ac:
14427           Fix --disable-external (can't set conditionals conditionally,
14428           #343602).
14429
14430 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14431
14432         * tests/check/elements/audioresample.c: (test_reuse),
14433         (audioresample_suite):
14434           Add test case for bug #342789 fixed below.
14435
14436 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14437
14438         * gst/audioresample/gstaudioresample.c:
14439         (gst_audioresample_class_init), (gst_audioresample_init),
14440         (audioresample_start), (audioresample_stop),
14441         (gst_audioresample_set_property), (gst_audioresample_get_property):
14442           Implement GstBaseTransform::start and ::stop so that audioresample
14443           can clear its internal state properly and be reused instead of
14444           causing non-negotiated errors with playbin under some circumstances
14445           (#342789).
14446
14447         * tests/check/elements/audioresample.c: (setup_audioresample),
14448         (cleanup_audioresample):
14449           Need to set element state here so that ::start and ::stop are
14450           called.
14451
14452 2006-06-16  Wim Taymans  <wim@fluendo.com>
14453
14454         Patch by: Young-Ho Cha <ganadist at chollian dot net>
14455
14456         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
14457         Parse extra data better, apparently it's right behind
14458         the normal strf header size. Fixes #343500.
14459
14460 2006-06-16  Wim Taymans  <wim@fluendo.com>
14461
14462         * ext/alsa/gstalsasink.c: (set_hwparams):
14463         If we fail to set the buffer_time and period_time alsa
14464         parameters, post a warning and leave alsa select a 
14465         default instead of failing. Fixes #342085
14466
14467 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14468
14469         * docs/libs/gst-plugins-base-libs-sections.txt:
14470         * gst-libs/gst/cdda/gstcddabasesrc.h:
14471           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
14472           out in the header file and shouldn't be listed in the docs.
14473
14474         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14475           Must dereference pointer to fourcc in the debug statement.
14476
14477 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
14478
14479         * docs/libs/Makefile.am:
14480         * docs/libs/gst-plugins-base-libs-docs.sgml:
14481         * docs/libs/gst-plugins-base-libs-sections.txt:
14482         * docs/libs/gst-plugins-base-libs.types:
14483         add remaining symbols into correct setions
14484         
14485         * gst-libs/gst/audio/gstringbuffer.c:
14486         fix incomplete docs
14487         
14488         * gst-libs/gst/audio/gstringbuffer.h:
14489         comment out not yet implemented function
14490         
14491         
14492         * gst-libs/gst/floatcast/floatcast.h:
14493         * gst-libs/gst/netbuffer/gstnetbuffer.c:
14494         add short descriptions
14495         
14496         
14497         * gst-libs/gst/interfaces/propertyprobe.c:
14498         fix return value docs   
14499         
14500         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14501         simplify debug logging
14502         
14503         * gst-libs/gst/riff/riff-read.h:
14504         sync function prototype and docs
14505         
14506         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
14507         remove left over symbol
14508
14509 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14510
14511         * autogen.sh:
14512         * configure.ac:
14513         * docs/Makefile.am:
14514           Use GST_PLUGIN_DOCS macro in configure.ac, add
14515           --enable-plugin-docs default to autogen.sh and use
14516           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
14517
14518 2006-06-15  Wim Taymans  <wim@fluendo.com>
14519
14520         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
14521         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
14522         (gst_ogg_demux_loop):
14523         Combine GstFlowReturn from the source pads to give a
14524         meaningfull result to the upstream peer or to stop the
14525         processing task in case of errors.
14526
14527 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14528
14529         * gst/playback/gststreaminfo.c: (cb_probe):
14530           Try GST_TAG_CODEC as fallback when extracting the
14531           codec name; more debug info.
14532
14533 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14534
14535         * ext/ogg/Makefile.am:
14536         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14537           Extract language tags from ogm subtitle streams, so that
14538           the subtitle menu choices are labelled correctly in
14539           Totem (fixes #344708).
14540
14541 2006-06-14  Wim Taymans  <wim@fluendo.com>
14542
14543         Patch by: Alessandro Decina <alessandro at nnva dot org>
14544
14545         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
14546         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
14547         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
14548         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
14549         Fix various leaks. Fixes #343699.
14550         Add x-smoke mime type.
14551
14552 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14553
14554         * gst-libs/gst/riff/riff-ids.h:
14555           Add IDs for 'bext' chunks (see #343837).
14556
14557 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
14558
14559         Patch by: Young-Ho Cha  <ganadist at chollian net>
14560
14561         * gst/subparse/samiparse.c: (sami_context_pop_state),
14562         (handle_start_font), (end_sami_element):
14563           Honour font face tags in SAMI subtitles (#344503).
14564
14565 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14566
14567         * po/POTFILES.in:
14568           add missing files containing translatable strings
14569
14570 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14571
14572         * docs/libs/tmpl/.cvsignore:
14573           we don't want those *.sgml files in CVS either
14574
14575 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14576
14577         * docs/libs/.cvsignore:
14578         * tests/check/elements/.cvsignore:
14579         * tests/check/libs/.cvsignore:
14580           ignore more
14581
14582 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14583
14584         * docs/libs/Makefile.am:
14585           also commiting the changed Makefile.am (added more libs to the
14586           doc-build)
14587
14588 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14589
14590         * docs/libs/gst-plugins-base-libs-docs.sgml:
14591         * docs/libs/gst-plugins-base-libs-sections.txt:
14592         * docs/libs/gst-plugins-base-libs.types:
14593           first batch of reordering things, add index & hierarchy
14594
14595 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14596
14597         * configure.ac:
14598           use GST_PKG_CHECK_MODULES, cleans up output
14599
14600 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
14601
14602         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
14603           Add support for burn:// URIs (#343385); const-ify things a bit,
14604           use G_N_ELEMENTS instead of hard-coded array size.
14605
14606 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
14607
14608         Patch by: Young-Ho Cha  <ganadist at chollian net>
14609
14610         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
14611           Fix up broken entities before passing them to libxml *sigh*.
14612           (#343303).
14613           
14614 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14615
14616         * configure.ac:
14617           back to TRUNK
14618
14619 === release 0.10.8 ===
14620
14621 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
14622
14623         * configure.ac:
14624           releasing 0.10.8, "Moar gij ziet mij nie"
14625
14626 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
14627
14628         * configure.ac:
14629         * po/af.po:
14630         * po/az.po:
14631         * po/cs.po:
14632         * po/en_GB.po:
14633         * po/hu.po:
14634         * po/it.po:
14635         * po/nb.po:
14636         * po/nl.po:
14637         * po/or.po:
14638         * po/sq.po:
14639         * po/sr.po:
14640         * po/sv.po:
14641         * po/uk.po:
14642         * po/vi.po:
14643         * win32/common/config.h:
14644           0.10.7.2 prerelease
14645
14646 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
14647
14648         * docs/libs/tmpl/gstaudio.sgml:
14649         * docs/libs/tmpl/gstcolorbalance.sgml:
14650         * docs/libs/tmpl/gstmixer.sgml:
14651         * docs/libs/tmpl/gstringbuffer.sgml:
14652         * docs/libs/tmpl/gsttuner.sgml:
14653         * docs/libs/tmpl/gstxoverlay.sgml:
14654         * gst-libs/gst/audio/audio.c:
14655         * gst-libs/gst/audio/gstringbuffer.c:
14656         * gst-libs/gst/interfaces/colorbalance.c:
14657         * gst-libs/gst/interfaces/mixer.c:
14658         * gst-libs/gst/interfaces/tuner.c:
14659         * gst-libs/gst/interfaces/xoverlay.c:
14660           move last template doc snippets to source code and delete them
14661
14662 2006-06-06  Michael Smith  <msmith@fluendo.com>
14663
14664         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
14665         (theora_parse_drain_queue):
14666           Mark DELTA_UNIT on non-keyframes.
14667
14668 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
14669
14670         * gst-libs/gst/audio/gstbaseaudiosink.c:
14671         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
14672         * gst-libs/gst/audio/gstbaseaudiosink.h:
14673         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
14674         (gst_ring_buffer_samples_done):
14675         * gst-libs/gst/audio/gstringbuffer.h:
14676         Document better the fact that latency_time and buffer_time are values
14677         stored in microseconds, and not the usual GStreamer nanoseconds.
14678         Change the variables (compatibly) that store them from GstClockTime 
14679         to guint64 to make it more clear that they're not storing clock times.
14680         Also, remove the bogus property description that says the user can
14681         specify -1 to get the default value, since that's never been the case.
14682
14683         When computing the default segment size for the ring buffer, make it
14684         an integer number of samples.
14685
14686         When the sub-class indicates a delay greater than the number of
14687         samples we've written return 0 from the audio sink get_time method.
14688
14689 2006-06-02  Michael Smith  <msmith@fluendo.com>
14690
14691         * tests/check/elements/audioconvert.c: (set_channel_positions),
14692         (get_float_mc_caps), (get_int_mc_caps):
14693         * tests/check/elements/audioresample.c:
14694         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
14695         * tests/check/elements/videorate.c:
14696         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
14697         * tests/check/elements/volume.c:
14698         * tests/check/elements/vorbisdec.c:
14699         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
14700           Don't busy-wait in tests; this was causing test timeouts very
14701           frequently when running under valgrind.
14702
14703 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14704
14705         * gst/tcp/README:
14706         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
14707         (gst_multi_fd_sink_remove_client_link),
14708         (gst_multi_fd_sink_client_queue_caps),
14709         (gst_multi_fd_sink_client_queue_buffer),
14710         (gst_multi_fd_sink_handle_client_write),
14711         (gst_multi_fd_sink_render):
14712         * gst/tcp/gstmultifdsink.h:
14713           make multifdsink properly deal with streamheader:
14714           - streamheader is taken from caps
14715           - buffers marked with IN_CAPS are not sent
14716           - streamheaders are sent, on connection, from the caps of the
14717             buffer where the client gets positioned to
14718           - further streamheader changes are done every time the client
14719             will receive a buffer with different caps
14720         * tests/check/elements/multifdsink.c: (GST_START_TEST),
14721         (gst_multifdsink_create_streamheader):
14722           add tests for this
14723
14724 2006-06-02  Michael Smith  <msmith@fluendo.com>
14725
14726         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
14727           Reinstate limit on channel count. Vorbis does not define the meaning
14728           of > 6 channels, so they're just independent channels. Gstreamer
14729           currently has no mechanism to represent N independent channels.
14730
14731 2006-06-02  Michael Smith  <msmith@fluendo.com>
14732
14733         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
14734           Don't arbitrarily restrict channel counts and rate in vorbis.
14735           In terms of effects likely on real-world files, this fixes 96kHz
14736           playback of vorbis.
14737
14738 2006-06-02  Michael Smith  <msmith@fluendo.com>
14739
14740         * gst/audioconvert/audioconvert.c: (float):
14741           More correct float->int conversion.
14742
14743 2006-06-02  Michael Smith  <msmith@fluendo.com>
14744
14745         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
14746           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
14747           value. Fixes g-critical on trying to play back ogg containing
14748           unknown codec.
14749
14750 2006-06-02  Wim Taymans  <wim@fluendo.com>
14751
14752         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
14753         (setup_source):
14754         * gst/playback/gstplaybasebin.h:
14755         Make the subtitle detection work from any thread so we don't
14756         deadlock. Fixes #343397.
14757
14758 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14759
14760         * gst/volume/Makefile.am:
14761           Seriously, it's not *that* hard to get compilation right.  Even
14762           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
14763
14764 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
14765
14766         * gst/volume/gstvolume.c: (volume_choose_func),
14767         (volume_update_real_volume), (gst_volume_class_init),
14768         (gst_volume_init), (volume_process_float), (volume_process_int16),
14769         (volume_process_int16_clamp), (volume_set_caps),
14770         (volume_transform_ip), (plugin_init):
14771         * gst/volume/gstvolume.h:
14772         rewrite the passthrough check, split _int16 and _int16_clamp, fix
14773         another property desc., remove unused param from process function
14774         
14775         * tests/check/elements/volume.c: (volume_suite):
14776         reactivate the passthrough test
14777
14778 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
14779
14780         * ext/alsa/gstalsamixerelement.h:
14781         * ext/alsa/gstalsamixeroptions.h:
14782         * ext/alsa/gstalsamixertrack.h:
14783         * ext/gnomevfs/gstgnomevfssink.h:
14784         * ext/gnomevfs/gstgnomevfssrc.h:
14785         * ext/theora/gsttheoradec.h:
14786         * ext/theora/gsttheoraenc.h:
14787         * ext/theora/gsttheoraparse.h:
14788         * ext/vorbis/vorbisparse.h:
14789         * gst-libs/gst/audio/gstaudioclock.h:
14790         * gst-libs/gst/audio/gstaudiofilter.h:
14791         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
14792         * gst/audioconvert/gstaudioconvert.h:
14793         * gst/audioresample/gstaudioresample.h:
14794         * gst/audiotestsrc/gstaudiotestsrc.h:
14795         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
14796         * gst/playback/gststreamselector.h:
14797         * gst/tcp/gstmultifdsink.h:
14798         * gst/tcp/gsttcpclientsink.h:
14799         * gst/tcp/gsttcpclientsrc.h:
14800         * gst/tcp/gsttcpserversink.h:
14801         * gst/tcp/gsttcpserversrc.h:
14802         * gst/videorate/gstvideorate.h:
14803         * gst/videoscale/gstvideoscale.h:
14804         * gst/videotestsrc/gstvideotestsrc.h:
14805         * gst/volume/gstvolume.h:
14806         * sys/v4l/gstv4ljpegsrc.h:
14807         * sys/v4l/gstv4lmjpegsink.h:
14808         * sys/v4l/gstv4lmjpegsrc.h:
14809         * sys/v4l/gstv4lsrc.h:
14810         * sys/ximage/ximagesink.h:
14811         * sys/xvimage/xvimagesink.h:
14812         * tests/old/testsuite/alsa/sinesrc.h:
14813         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
14814
14815 2006-05-31  Wim Taymans  <wim@fluendo.com>
14816
14817         * ext/libvisual/visual.c: (gst_visual_reset),
14818         (gst_visual_sink_setcaps), (gst_visual_sink_event),
14819         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
14820         Handle DISCONT.
14821         Use running time before doing QoS.
14822         Handle mono too.
14823
14824 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
14825
14826         * docs/libs/Makefile.am:
14827           set a magic variable to indicate we know the docs are incomplete
14828
14829 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
14830
14831         * win32/common/libgstvideo.def:
14832           export gst_video_calculate_display_ratio
14833         * win32/vs6/libgstvideoscale.dsp:
14834           add link to libgstvideo-0.10.lib
14835
14836 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
14837
14838         * gst/playback/gstplaybasebin.c: (gen_source_element):
14839           Throw a more comprehensible error for rtsp:// URIs (rather
14840           than erroring out with a negotiation error later on) until
14841           we fix playbin to handle rtspsrc etc.
14842
14843 2006-05-30  Wim Taymans  <wim@fluendo.com>
14844
14845         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
14846         (gst_text_overlay_text_event):
14847         Added some FIXMEs.
14848
14849 2006-05-30  Wim Taymans  <wim@fluendo.com>
14850
14851         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
14852         (gst_adder_request_new_pad), (gst_adder_release_pad):
14853         * gst/adder/gstadder.h:
14854         Implement release_request_pad.
14855         Make padcounter atomic.
14856
14857         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
14858         Added check for release_pad in adder.
14859
14860 2006-05-30  Wim Taymans  <wim@fluendo.com>
14861
14862         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
14863         Fix build again.
14864
14865 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14866
14867         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
14868         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
14869         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
14870         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
14871         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
14872         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
14873         (gst_ogg_demux_bisect_forward_serialno),
14874         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
14875         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
14876           add more debugging
14877           clean up printf formats for granulepos and serialno
14878
14879 2006-05-30  Michael Smith  <msmith@fluendo.com>
14880
14881         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
14882         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
14883         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
14884         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
14885         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
14886         * ext/vorbis/vorbisenc.h:
14887           Multi-channel caps negotiation, so we can do proper multichannel
14888           vorbis encoding, negotiated through audioconvert.
14889
14890 2006-05-30  Wim Taymans  <wim@fluendo.com>
14891
14892         * tests/check/elements/adder.c: (test_event_message_received),
14893         (test_play_twice_message_received), (GST_START_TEST),
14894         (adder_suite):
14895         Added check to show that #339935 is fixed with ongoing
14896         adder and collectpads fixes.
14897
14898 2006-05-29  Wim Taymans  <wim@fluendo.com>
14899
14900         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
14901         Don't leak pad name.
14902
14903 2006-05-29  Wim Taymans  <wim@fluendo.com>
14904
14905         * gst/adder/gstadder.c: (gst_adder_query_duration),
14906         (forward_event_func), (forward_event), (gst_adder_src_event):
14907         Fix adder seeking.
14908         Make query/seeking code threadsafe.
14909
14910         * tests/check/Makefile.am:
14911         * tests/check/elements/adder.c: (test_event_message_received),
14912         (GST_START_TEST), (test_play_twice_message_received):
14913         Fix adder test case.
14914
14915 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
14916
14917         Patch by: Young-Ho Cha  <ganadist at chollian net>
14918
14919         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14920         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
14921         (set_encoding_element), (decodebin_element_added_cb),
14922         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
14923         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
14924         * gst/playback/gstplaybasebin.h:
14925           Add 'subtitle-encoding' property to playbin, so applications can
14926           force a subtitle encoding for non-UTF8 subtitles (#342268).
14927
14928         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
14929         (gst_sub_parse_set_property):
14930           Rename recently-added 'encoding' property to 'subtitle-encoding'
14931           (so it can be proxied by playbin/decodebin in a generic way
14932           with less danger of false positives).
14933
14934 2006-05-29  Michael Smith  <msmith@fluendo.com>
14935
14936         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
14937         (append_with_other_format), (set_structure_widths),
14938         (gst_audio_convert_transform_caps):
14939           Patch from #341562: give more specific audio caps in get_caps, so
14940           that basetransform  can make better decisions on what caps to
14941           negotiate.
14942
14943 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
14944
14945         * tests/check/elements/volume.c:
14946         make it compile again
14947
14948 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
14949
14950         * tests/check/elements/volume.c: (volume_suite):
14951         disable test until #343196 gets resolved
14952
14953 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
14954
14955         * gst/adder/gstadder.c: (gst_adder_get_type):
14956         Make it easier to copy&paste
14957         
14958         * gst/volume/Makefile.am:
14959         * gst/volume/gstvolume.c: (volume_update_real_volume),
14960         (gst_volume_set_volume), (gst_volume_set_mute),
14961         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
14962         (volume_transform_ip), (volume_update_mute),
14963         (volume_update_volume):
14964         * gst/volume/gstvolume.h:
14965         Add own debug category, move duplicate code to helper function, fix
14966         property texts, add more comments and prepare ffor liboil-goodness
14967         
14968         * tests/check/Makefile.am:
14969         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
14970         add test for mute and passtrough case, be a bit more verbose to track
14971         failure
14972         
14973         * tests/check/generic/states.c: (GST_START_TEST):
14974         catch elements that fail to instantiate
14975
14976 2006-05-28  Edward Hervey  <edward@fluendo.com>
14977
14978         * tests/check/pipelines/simple-launch-lines.c:
14979         * tests/check/pipelines/theoraenc.c:
14980         * tests/check/pipelines/vorbisenc.c:
14981         Comment out tests using parse_launch() if core was built without
14982         parsing capabilities.
14983
14984 2006-05-27  Edward Hervey  <edward@fluendo.com>
14985
14986         * tests/check/Makefile.am:
14987         Extra bonus points for whoever explains to ensonic that you are meant
14988         to test unit tests thoroughly before commiting them, especially if
14989         you know it's going to break.
14990         De-activated element/adder tests.
14991
14992 2006-05-27  Edward Hervey  <edward@fluendo.com>
14993
14994         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14995         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
14996         Marking caps conversion issues as GST_WARNING is way too verbose,
14997         Moving them to GST_LOG.
14998
14999 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
15000
15001         * README:
15002           Replace current README (containing the release notes from
15003           some 0.9.x version) with a proper README taken from the core.
15004
15005 2006-05-26  Wim Taymans  <wim@fluendo.com>
15006
15007         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15008         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
15009         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
15010         (vorbis_dec_change_state):
15011         Small cleanups.
15012         Add some FIXMEs
15013         Clip output samples to segment boundaries.
15014
15015 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
15016
15017         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
15018         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
15019         Improve the errors produced on bad output, including some human
15020         readable description strings.
15021         Handle the (theoretical for ximagesink) case where the XServer 
15022         has a different idea about the size required for a particular 
15023         frame and gives us too small a memory allocation.
15024
15025 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
15026
15027         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
15028         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
15029         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
15030         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
15031         Improve the errors produced on bad output, including some human 
15032         readable description strings.
15033         Handle RGB Xv formats properly by transforming them into our 
15034         big-endian caps description.
15035         Use gst_caps_truncate to ensure that we never try and choose a
15036         non-fixed caps in buffer_alloc.
15037         Handle the case where the XServer has a different idea about the size
15038         required for a particular frame and gives us too small a memory
15039         allocation.
15040         Use -1 to indicate 'no image format', because 0 is a valid XServer
15041         image format number.
15042         Put RGB Xv formats at the end of the caps, so that we always prefer
15043         YUV format frames.
15044         Iterate the available Xv Encodings to determine the maximum width and
15045         height, and then return that in our caps.
15046         (Closes #315312, #337544)
15047
15048 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
15049
15050         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
15051         When there is only one unfinished pad and it receives an event that
15052         doesn't match our requirements, we need to set alldone=FALSE so that
15053         the fakesink is not removed yet.
15054
15055 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
15056
15057         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
15058           Use gst_type_find_helper_for_buffer() to find the type
15059           of stream from the first packet.
15060
15061         * configure.ac:
15062           Bump requirements to core CVS (needed for vorbis
15063           typefinding to work).
15064
15065 2006-05-24  Edward Hervey  <edward@fluendo.com>
15066
15067         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
15068         Added the 'prfl' atom type which MQV (no, it's not a typo) files
15069         contain.  Else they play perfectly fine with qtdemux.
15070
15071 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
15072
15073         * ext/theora/theoradec.c:
15074         * ext/theora/theoraenc.c:
15075         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
15076         * gst/audiorate/gstaudiorate.c:
15077           make more debug catagories static
15078         
15079         * tests/check/Makefile.am:
15080         * tests/check/elements/adder.c: (message_received),
15081         (test_event_message_received), (GST_START_TEST),
15082         (test_play_twice_message_received), (adder_suite):
15083           added test case for using element twice, extra bonus points for anyone
15084           who can make these test run reliably
15085
15086 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15087
15088         * ext/theora/theoradec.c: (theora_dec_chain):
15089           Make work with time-stamped input buffers that do not
15090           have a granulepos in BUFFER_OFFSET_END (like theora
15091           buffers coming from matroskademux). Fixes #342448.
15092
15093 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
15094
15095         Patch by: Peter Kjellerstedt  <pkj at axis com>
15096
15097         * gst/tcp/Makefile.am:
15098           fdstresstest doesn't need Gtk+, fix compilation if 
15099           gtk is not available (#342566).
15100
15101 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
15102          
15103         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
15104           80 line columns
15105           Removed redundant floor()
15106
15107 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
15108
15109         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
15110           On second thought, just skip JUNK chunks automatically, so
15111           the caller doesn't have to handle this. Fixes #342345.
15112           Also, return GST_FLOW_UNEXPECTED if we get a short read,
15113           not GST_FLOW_ERROR.
15114
15115 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
15116
15117         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
15118           Don't bail out on JUNK chunks with a size of 0 (would try to
15119           pull_range 0 bytes before, which sources don't like too much).
15120           See #342345.
15121
15122 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
15123
15124         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15125         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15126         Use the gstutil scaling function to preserve 64 bits while calculating
15127         output width and height from the display-aspect-ratio. (A continuation
15128         of #341542)
15129
15130 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
15131
15132         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
15133         (gst_xvimagesink_buffer_alloc):
15134         * sys/xvimage/xvimagesink.h:
15135         When performing buffer allocations, remember the caps and image format
15136         we return so that if the same caps are asked for next time we can
15137         return them immediately without doing any caps intersections.
15138
15139 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
15140          
15141         * gst-libs/gst/rtp/README:
15142           Some new documentation
15143         * gst-libs/gst/rtp/gstrtpbuffer.h:       
15144           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
15145         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
15146         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
15147           New RTP audio base payloader class. Supports frame or sample based
15148           codecs.  Not enabled in Makefile.am until approved.
15149
15150 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15151
15152         * tests/check/elements/alsa.c: (test_device_property_probe):
15153           Fix test case: don't try to free NULL GValueArray when there
15154           are no devices.
15155
15156 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15157
15158         * tests/check/Makefile.am:
15159         * tests/check/elements/alsa.c: (test_device_property_probe),
15160         (alsa_suite), (main):
15161           Add simple test that runs a device property probe on alsasrc,
15162           alsasink and alsamixer. Disable valgrind check for now (too
15163           many leaks in libasound, and valgrind ignored my suppressions
15164           additions).
15165
15166 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15167
15168         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
15169         (gst_alsa_device_property_probe_probe_property),
15170         (gst_alsa_device_property_probe_needs_probe),
15171         (gst_alsa_device_property_probe_get_values),
15172         (gst_alsa_type_add_device_property_probe_interface):
15173         * ext/alsa/gstalsadeviceprobe.h:
15174         * ext/alsa/gstalsamixerelement.c:
15175         (gst_alsa_mixer_element_init_interfaces):
15176         * ext/alsa/gstalsamixerelement.h:
15177           Clean up and simplify alsa device probing. Make it actually work
15178           for multiple classes. Don't cache results any longer.
15179
15180         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
15181         (gst_alsasink_init):
15182         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
15183         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
15184         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
15185           Make alsasink and alsasrc implement the GstPropertyProbe interface
15186           for device probing (#342181).
15187           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
15188
15189 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15190
15191         * gst/subparse/samiparse.c: (handle_start_font):
15192           Don't ignore return value of strtol (++compiler_happiness).
15193
15194 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
15195
15196         Patch by: Young-Ho Cha  <ganadist chollian net>
15197
15198         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
15199         (gst_sub_parse_class_init), (gst_sub_parse_init),
15200         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
15201         (convert_encoding):
15202         * gst/subparse/gstsubparse.h:
15203           Add 'encoding' property (#341681).
15204
15205         * gst/subparse/samiparse.c: (characters_sami):
15206           Output is pango markup, so we need to escape text
15207           between tags (#342143).
15208
15209 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
15210
15211         * gst-libs/gst/audio/multichannel.c:
15212         (gst_audio_check_channel_positions):
15213           It's okay to have caps with channels=1 and a channel position
15214           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
15215           (deinterleavers might want to keep the position in the caps,
15216           so that they can be re-interleaved again properly later).
15217           Leave check for unexpected 2-channel layouts intact for now.
15218
15219 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15220
15221         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
15222         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
15223         basesrc can do its job correctly.
15224
15225 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
15226
15227         * ext/alsa/Makefile.am:
15228         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
15229         (gst_alsa_detect_formats), (get_channel_free_structure),
15230         (caps_add_channel_configuration), (gst_alsa_detect_channels),
15231         (gst_alsa_probe_supported_formats):
15232         * ext/alsa/gstalsa.h:
15233         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
15234           Refactor and improve caps probing code: probe signedness
15235           when we probe the supported formats/widths; set endianness
15236           to the one we actually probed for (ie. cpu endianness).
15237           
15238         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
15239         (gst_alsasrc_close):
15240         * ext/alsa/gstalsasrc.h:
15241           Implement caps probing for alsasrc.
15242
15243 2006-05-15  Wim Taymans  <wim@fluendo.com>
15244
15245         * ext/theora/theoradec.c: (gst_theora_dec_reset),
15246         (theora_dec_src_query), (theora_dec_src_event),
15247         (theora_dec_sink_event), (theora_handle_comment_packet),
15248         (theora_handle_data_packet), (theora_dec_change_state):
15249         Cleanups, add some G_LIKELY.
15250         Use segment helpers instead of our own wrong code.
15251         Clear queued buffers on seek and READY.
15252
15253         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
15254         (vorbis_dec_convert), (vorbis_dec_src_query),
15255         (vorbis_dec_src_event), (vorbis_dec_sink_event),
15256         (vorbis_handle_comment_packet), (vorbis_dec_push),
15257         (vorbis_handle_data_packet), (vorbis_dec_chain),
15258         (vorbis_dec_change_state):
15259         * ext/vorbis/vorbisdec.h:
15260         Remove old useless packetno variable.
15261         Do position query properly.
15262         Add some G_LIKELY.
15263         Do cleanup of queued buffers in new helper function
15264         and use it.
15265
15266 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15267
15268         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
15269           Query supported sample rates. Fixes #341732.
15270
15271 2006-05-15  Julien MOUTTE  <julien@moutte.net>
15272
15273         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
15274         (gst_decode_bin_change_state): Make decodebin reusable
15275         when going from PAUSE_TO_READY and then back to PAUSED.
15276         Fixes #331678.
15277
15278 2006-05-15  Wim Taymans  <wim@fluendo.com>
15279
15280         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
15281         (vorbis_dec_convert), (vorbis_dec_src_query),
15282         (vorbis_dec_sink_query), (vorbis_dec_src_event),
15283         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
15284         (vorbis_dec_clean_queued), (vorbis_dec_push),
15285         (vorbis_handle_data_packet), (vorbis_dec_change_state):
15286         Cleanups. Use refcounting and DEBUG_OBJECT.
15287         Reset segment on flush, use code methods instead of our
15288         own wrong version.
15289         Fix potential memleak.
15290
15291 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15292
15293         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
15294         (gst_alsasink_init):
15295         * ext/alsa/gstalsasink.h:
15296           Don't leak allocated snd_output_t structure if there's
15297           more than one alsasink instance at a time (#341873).
15298           Also fix GObject macros in header file.
15299           
15300 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15301
15302         * gst/subparse/gstsubparse.c:
15303         (gst_sub_parse_data_format_autodetect):
15304           Don't use libxml functions in the typefinding code.
15305
15306 2006-05-15  Wim Taymans  <wim@fluendo.com>
15307
15308         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
15309         Fix seeking performance in the case where a non-header 
15310         packet has a 0 granulepos (busted theora case). 
15311         Fixes #341719
15312         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
15313          the first place, you limelight stealer you)
15314
15315 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15316
15317         * gst/subparse/gstsubparse.c:
15318         (gst_sub_parse_data_format_autodetect):
15319           Improve SAMI typefinding: handle case where there are
15320           whitespaces or newlines in front of the first <SAMI>
15321           tag (#169936).
15322
15323 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15324
15325         * configure.ac:
15326           Build video4linux plugin even if there's no XVIDEO, just
15327           without implementing the GstXOverlay interface (#334002).
15328          
15329 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15330
15331         * configure.ac:
15332         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
15333         (plugin_init):
15334           Add tentative support for libvisual-0.4 (#336881).
15335
15336 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15337
15338         Patch by: Young-Ho Cha <ganadist at chollian net>
15339
15340         * gst/subparse/samiparse.c: (handle_start_font):
15341           Need to map "silver" colour explicitly (#169936).
15342
15343 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15344
15345         Patch by: Young-Ho Cha  <ganadist at chollian net>
15346
15347         * gst/subparse/Makefile.am:
15348         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
15349         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
15350         (gst_sub_parse_format_autodetect), (feed_textbuf),
15351         (gst_subparse_type_find), (plugin_init):
15352         * gst/subparse/gstsubparse.h:
15353         * gst/subparse/samiparse.c:
15354         * gst/subparse/samiparse.h:
15355           Add support for SAMI subtitles (#169936).
15356
15357 2006-05-14  Michael Smith  <msmith@fluendo.com>
15358
15359         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
15360           Fix #341696: crash when mixing L+R+C to mono or stereo.
15361         * tests/check/Makefile.am:
15362         * tests/check/elements/audioconvert.c: (set_channel_positions),
15363         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
15364         (audioconvert_suite):
15365           Add test for the above, including some generic framework bits for
15366           testing multichannel things.
15367
15368 === release 0.10.7 ===
15369
15370 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
15371
15372         * configure.ac:
15373           releasing 0.10.7, "Leave the gun"
15374
15375 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
15376
15377         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15378         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15379         Fix the build.
15380
15381 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
15382
15383         * docs/libs/gst-plugins-base-libs-docs.sgml:
15384         * docs/libs/gst-plugins-base-libs-sections.txt:
15385         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
15386         * gst-libs/gst/video/video.h:
15387         * gst/videoscale/Makefile.am:
15388         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15389         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15390         * tests/check/Makefile.am:
15391         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
15392         (main):
15393           Fix integer overflow problem with pixel-aspect-ratio calculations
15394           in videoscale and xvimagesink (#341542)
15395
15396 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
15397
15398         * gst-libs/gst/tag/gstid3tag.c:
15399           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
15400
15401 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
15402
15403         * win32/MANIFEST:
15404           update win32 files listing
15405
15406 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15407
15408         patch by: Sjoerd Simons (sjoerd@luon.net)
15409
15410         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15411         (group_create), (group_destroy), (add_stream),
15412         (gst_play_base_bin_get_property),
15413         (gst_play_base_bin_get_streaminfo_value_array):
15414         * gst/playback/gstplaybasebin.h:
15415           API: GstPlayBaseBin::stream-info-value-array property
15416           use a more bindings-friendly way of exposing streaminfo
15417           using a GValueArray.  Tested in ipython.
15418           Closes #341114
15419
15420 2006-05-11  Wim Taymans  <wim@fluendo.com>
15421
15422         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
15423         (queue_underrun_cb), (queue_filled_cb):
15424         Also catch queue underruns but don't do anything yet.
15425         Refactor and comment queue enlarging code a bit.
15426
15427         * gst/playback/gstplaybasebin.c: (queue_overrun),
15428         (queue_threshold_reached), (queue_out_of_data),
15429         (gen_preroll_element):
15430         If a queue over/underruns check that we don't create nasty
15431         deadlocks when the min-threshold is not reached but the
15432         max-bytes is. In those cases disable max-bytes when we
15433         know that the queue is fed timed data.
15434         Add more comments.
15435
15436 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
15437
15438         * gst/playback/gstplaybin.c: (gen_audio_element):
15439           Make playbin automatically plug an 'audioresample'
15440           element before the audio sink as well. This solves
15441           problems with sinks that only accept a very specific
15442           sample rate, like esdsink (e.g. #340379).
15443
15444 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
15445
15446         * gst/playback/gstplaybasebin.c: (gen_source_element):
15447           Make http sources send special headers so that we receive
15448           icecast metadata if the http stream is an icecast stream
15449           (otherwise the server will just ignore them). This also
15450           means that from now on users will need the 'icydemux'
15451           element from gst-plugins-good installed if they want to
15452           listen to icecast radio streams. (#341432, #333657).
15453
15454 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15455
15456         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
15457         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
15458           remove stupid example from docs - it should come with a simple
15459           C program instead.
15460           Clean up/fix docs
15461         * tests/check/elements/multifdsink.c: (wait_bytes_served),
15462         (fail_if_can_read), (GST_START_TEST),
15463         (gst_multifdsink_create_streamheader), (multifdsink_suite):
15464           add a test for changing streamheader which exposes a bug in
15465           multifdsink
15466
15467 2006-05-11  Michael Smith  <msmith@fluendo.com>
15468
15469         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
15470         (gst_gnome_vfs_src_received_headers_callback):
15471         * ext/gnomevfs/gstgnomevfssrc.h:
15472           Don't set icy-caps unless we have a sane interval value. Move
15473           interval to a local variable; we never use it outside this function.
15474
15475 2006-05-11  Wim Taymans  <wim@fluendo.com>
15476
15477         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
15478         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
15479         Register special buffer types along with the objects so
15480         that they are not registered at runtime from N different
15481         streaming threads since they are not threadsafe.
15482
15483 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15484
15485         * tests/check/elements/multifdsink.c: (wait_bytes_served),
15486         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
15487           add two more tests, one doing streamheader
15488
15489 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15490
15491         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
15492           clean up the bufqueue when shutting down
15493         * tests/check/Makefile.am:
15494         * tests/check/elements/multifdsink.c: (setup_multifdsink),
15495         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
15496         (main):
15497           add a test for the leak that was just fixed
15498
15499 2006-05-10  Wim Taymans  <wim@fluendo.com>
15500
15501         * gst/adder/gstadder.c: (gst_adder_setcaps),
15502         (gst_adder_query_duration), (gst_adder_query), (forward_event),
15503         (gst_adder_src_event), (gst_adder_sink_event),
15504         (gst_adder_class_init), (gst_adder_finalize),
15505         (gst_adder_request_new_pad), (gst_adder_collected):
15506         * gst/adder/gstadder.h:
15507         Updated some docs. Added comments and FIXMEs all over the place.
15508         Improve debugging info.
15509         Fix leak on finalize by not calling the parent.
15510         Implement duration query.
15511         Make event forwarding threadsafe.
15512         Correctly send NEWSEGMENT at start and after flush.
15513         Handle EOS correctly.
15514         Post error when not negotiated.
15515
15516         * tests/check/elements/adder.c: (GST_START_TEST):
15517         Added FIXME in the test.
15518
15519 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15520
15521         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
15522         (gst_text_overlay_halign_get_type),
15523         (gst_text_overlay_wrap_mode_get_type):
15524         * ext/theora/theoradec.c: (theora_handle_type_packet),
15525         (theora_handle_data_packet):
15526         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
15527         (theora_enc_sink_setcaps), (theora_enc_chain):
15528         * gst-libs/gst/cdda/gstcddabasesrc.c:
15529         (gst_cdda_base_src_mode_get_type):
15530         * gst/audiotestsrc/gstaudiotestsrc.c:
15531         (gst_audiostestsrc_wave_get_type):
15532         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
15533         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
15534         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
15535         (gst_sync_method_get_type), (gst_unit_type_get_type),
15536         (gst_client_status_get_type):
15537         * gst/videoscale/gstvideoscale.c:
15538         (gst_video_scale_method_get_type):
15539         * gst/videotestsrc/gstvideotestsrc.c:
15540         (gst_video_test_src_pattern_get_type):
15541         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
15542         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
15543         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
15544         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
15545         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
15546         (paint_setup_RGB565), (paint_setup_xRGB1555):
15547           Const-ify GEnumValue and GFlagsValue arrays. Use
15548           GST_ROUND_UP_* macros instead of home-made ones.
15549
15550 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15551
15552         * configure.ac:
15553           Require core CVS for the new newsegment stuff.
15554
15555 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15556
15557         Patch by: Sjoerd Simons  <sjoerd at luon net>
15558
15559         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
15560           Register nick for enum value (#341160).
15561
15562 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
15563
15564         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
15565         (plugin_init):
15566          backout typefind patch #340375
15567          
15568         * tests/check/elements/adder.c: (message_received),
15569         (GST_START_TEST), (adder_suite):
15570           redo, signal-handling of test
15571
15572 2006-05-09  Wim Taymans  <wim@fluendo.com>
15573
15574         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
15575         (gst_adder_collected):
15576         * gst/adder/gstadder.h:
15577         Remove bogus segment merging and forwarding, we don't
15578         care about timestamps anyway and we just produce a
15579         continuous stream. 
15580         Also create a nice NEWSEGMENT event when we start.
15581         Use _scale_int some more.
15582
15583 2006-05-09  Edward Hervey  <edward@fluendo.com>
15584
15585         * tests/icles/stress-xoverlay.c:
15586         Fix if core was built without parsing support.
15587
15588 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15589
15590         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15591           Add SEDG (Samsung MPEG-4) fourcc.
15592
15593 2006-05-09  Edward Hervey  <edward@fluendo.com>
15594
15595         * tests/icles/stress-xoverlay.c:
15596         * tests/examples/volume/volume.c:
15597         Fix if core was built without parsing support.
15598
15599         * tests/examples/seek/seek.c:
15600         Disable the parse_launch example if core was built without parsing
15601         support.
15602
15603 2006-05-08  Edward Hervey  <edward@fluendo.com>
15604
15605         * autogen.sh: (CONFIGURE_DEF_OPT): 
15606         libtoolize on Darwin/MacOSX is called glibtoolize
15607
15608 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15609
15610         * tests/check/Makefile.am:
15611         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
15612           Disable the adder test, until the build-slaves posses the kindness to 
15613           either like it or to give valid reason for not doing so 
15614
15615 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15616
15617         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
15618         (adder_suite):
15619           Shuffle NULL state change around and raise timeout more
15620
15621 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15622
15623         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
15624         (mp4_type_find), (plugin_init):
15625           Add typefind to distinguish between "audio/x-m4a" and new type
15626           "video/mp4". Fixes #340375
15627
15628         * tests/check/elements/adder.c: (adder_suite):
15629           Raise timeout to make buildbot happy
15630
15631 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15632
15633         * gst/adder/gstadder.c: (gst_adder_sink_event),
15634         (gst_adder_request_new_pad), (gst_adder_change_state):
15635         * gst/adder/gstadder.h:
15636         * tests/check/Makefile.am:
15637         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
15638         (adder_suite), (main):
15639           Add sink-event handling to adder. It tries to merge incomming
15640           newsegment-events. Added test to check if segment_done is comming
15641           through. Fixes #340060
15642
15643 2006-05-05  Andy Wingo  <wingo@pobox.com>
15644
15645         * ext/theora/theoraparse.c (gst_theora_parse_init)
15646         (theora_parse_src_convert, theora_parse_src_query):
15647         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
15648         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
15649         query functions on the source pads of the theora and vorbis parse
15650         elements. Fixes position querying when doing a remux.
15651
15652 2006-05-05  Michael Smith  <msmith@fluendo.com>
15653
15654         * ext/theora/theoraparse.c: (parse_granulepos),
15655         (theora_parse_drain_queue_prematurely),
15656         (theora_parse_queue_buffer), (theora_parse_sink_event):
15657           Fix flushing.
15658           Fix invalid granulepos outputs when starting with a non-keyframe.
15659
15660 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
15661
15662         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
15663         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
15664         Rearrange MPEG system stream detection, fixing some memleaks in the
15665         process.
15666         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
15667         they clean up their data correctly.
15668         Remove unused ogganx caps and move the 'is_annodex' check to inside
15669         the 'is_ogg' if statement.
15670
15671 2006-05-05  Wim Taymans  <wim@fluendo.com>
15672
15673         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
15674         Properly remove ghostpads. Fixes #340392
15675
15676 2006-05-04  David Schleef  <ds@schleef.org>
15677
15678         * gst/typefind/gsttypefindfunctions.c:
15679
15680 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
15681
15682         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
15683         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
15684
15685         When typefinding an MP3 in push-based mode, don't penalise the
15686         probability down to 74% when we found 5 valid frames just because we
15687         can't peek the end of the file.
15688
15689         Make the probability for detecting MPEG Transport Streams based on the
15690         number of sequential headers we successfully detected.
15691
15692 2006-05-03  Wim Taymans  <wim@fluendo.com>
15693
15694         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
15695         (vorbis_dec_push), (vorbis_dec_chain):
15696         Still produce an error when we receive an empty packet.
15697
15698 2006-05-03  Wim Taymans  <wim@fluendo.com>
15699
15700         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
15701         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
15702         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
15703         Mark buffers with DISCONT after seek and after activating new
15704         chains.
15705
15706         * ext/theora/gsttheoradec.h:
15707         * ext/theora/theoradec.c: (gst_theora_dec_reset),
15708         (theora_get_query_types), (theora_dec_sink_event),
15709         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
15710         (theora_dec_change_state):
15711         Fix frame counter.
15712         Detect and mark DISCONT buffers.
15713
15714         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15715         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
15716         (vorbis_dec_change_state):
15717         * ext/vorbis/vorbisdec.h:
15718         Use GstSegment.
15719         Detect and mark DISCONT buffers.
15720         Don't crash on 0 sized buffers.
15721
15722 2006-05-03  Wim Taymans  <wim@fluendo.com>
15723
15724         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
15725         (volume_transform_ip):
15726         Increase "volume" property to 10.0. Fixes #340369.
15727         Set the process function to NULL when capsnego fails so that
15728         we properly error out.
15729
15730 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
15731
15732         * gst/playback/gstplaybin.c: (add_sink):
15733         * gst/playback/test.c: (main):
15734         * gst/playback/test5.c: (dump_element_stats):
15735         * gst/playback/test6.c: (main):
15736           free caps using gst_caps_unref, don't leak caps-strings
15737
15738 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
15739
15740         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
15741         (plugin_init):
15742           Refine musepack typefinding a bit. Return MAXIMUM
15743           probability when we detect stream version 7 to make
15744           sure the mpeg audio typefinder doesn't trump us.
15745
15746 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
15747
15748         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
15749           Protect against unexpected NULL strf_data buffer.
15750
15751 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15752
15753         * tests/check/elements/audioconvert.c: (verify_convert),
15754         (GST_START_TEST):
15755           interpret the out[] buffer in the order the bytes are actually
15756           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
15757           Other tests should use BYTE_ORDER since the array is filled in
15758           with actual values
15759
15760 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15761
15762         * tests/check/elements/audioconvert.c: (verify_convert),
15763         (GST_START_TEST):
15764           when a test fails, give an indication of which it is
15765
15766 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15767
15768         * gst-libs/gst/cdda/gstcddabasesrc.c:
15769           compile fix; strtol() needs <stdlib.h>
15770
15771 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15772
15773         * ext/alsa/gstalsamixerelement.c:
15774         * ext/alsa/gstalsasrc.c:
15775         * ext/cdparanoia/gstcdparanoiasrc.c:
15776         * ext/gnomevfs/gstgnomevfssink.c:
15777         * ext/gnomevfs/gstgnomevfssrc.c:
15778         * ext/ogg/gstoggdemux.c:
15779         * ext/ogg/gstoggmux.c:
15780         * ext/ogg/gstoggparse.c:
15781         * ext/ogg/gstogmparse.c:
15782         * ext/pango/gstclockoverlay.c:
15783         * ext/pango/gsttextoverlay.c:
15784         * ext/pango/gsttextrender.c:
15785         * ext/pango/gsttimeoverlay.c:
15786         * ext/theora/theoradec.c:
15787         * ext/theora/theoraenc.c:
15788         * ext/vorbis/vorbisdec.c:
15789         * ext/vorbis/vorbisenc.c:
15790         * gst-libs/gst/audio/gstaudiofilter.c:
15791         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
15792         * gst/audioconvert/gstaudioconvert.c:
15793         * gst/audiorate/gstaudiorate.c:
15794         * gst/audioresample/gstaudioresample.c:
15795         * gst/audiotestsrc/gstaudiotestsrc.c:
15796         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15797         * gst/playback/gstdecodebin.c:
15798         * gst/playback/gstplaybin.c:
15799         * gst/playback/gststreamselector.c:
15800         * gst/subparse/gstsubparse.c:
15801         * gst/tcp/gstmultifdsink.c:
15802         * gst/tcp/gsttcpclientsink.c:
15803         * gst/tcp/gsttcpclientsrc.c:
15804         * gst/tcp/gsttcpserversink.c:
15805         * gst/tcp/gsttcpserversrc.c:
15806         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
15807         * gst/videorate/gstvideorate.c:
15808         * gst/videoscale/gstvideoscale.c:
15809         * gst/videotestsrc/gstvideotestsrc.c:
15810         * gst/volume/gstvolume.c:
15811         * sys/v4l/gstv4ljpegsrc.c:
15812         * sys/v4l/gstv4lmjpegsink.c:
15813         * sys/v4l/gstv4lmjpegsrc.c:
15814         * sys/v4l/gstv4lsrc.c:
15815         * sys/ximage/ximagesink.c:
15816         * sys/xvimage/xvimagesink.c:
15817         * tests/check/libs/cddabasesrc.c:
15818           make GstElementDetails const
15819
15820 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15821
15822         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
15823         (gst_adder_init):
15824           send events from src-pad to all sink-pads fixes #338657
15825
15826 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15827
15828         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
15829         (alsasink_parse_spec):
15830           query width capabilities from alsa, fixes #338919
15831
15832 2006-04-28  Wim Taymans  <wim@fluendo.com>
15833
15834         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
15835         (gst_multi_fd_sink_remove_client_link):
15836         * gst/tcp/gstmultifdsink.h:
15837         Fix race condition in multifdsink that can lead to spurious 
15838         duplicate clients. this patch adds a new signal that is fired when
15839         multifdsink has removed all references to the fd.
15840         Fixes #339574.
15841         Updated documentation.
15842         API: client-fd-removed signal added
15843
15844 2006-04-28  Michael Smith  <msmith@fluendo.com>
15845
15846         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
15847           When asking g_value_array_new to prealloc elements, we may as well
15848           ask for the right number of elements.
15849
15850 2006-04-28  Wim Taymans  <wim@fluendo.com>
15851
15852         * gst-libs/gst/audio/gstbaseaudiosink.c:
15853         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
15854         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
15855         patch to make timestamp checking more tollerant to rounding 
15856         errors given that real discontinuities are to be marked on
15857         buffers. Fixes some asf files and #338778.
15858         Also avoid some crashers when we receive an event in the 
15859         NULL state.
15860
15861 2006-04-28  Michael Smith  <msmith@fluendo.com>
15862
15863         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
15864         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
15865         (gst_gnome_vfs_src_get_property),
15866         (gst_gnome_vfs_src_send_additional_headers_callback),
15867         (gst_gnome_vfs_src_received_headers_callback),
15868         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
15869         (gst_gnome_vfs_src_stop):
15870         * ext/gnomevfs/gstgnomevfssrc.h:
15871           Remove ICY handling (mostly) from gnomevfssrc, in favour of
15872           proper shared support within icydemux.
15873
15874 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15875
15876         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
15877         (gst_video_rate_swap_prev), (gst_video_rate_chain):
15878           fix up docs
15879           fix a leak when no caps negotiated
15880           fix counting of input frames
15881         * tests/check/elements/.cvsignore:
15882         * tests/check/elements/videorate.c: (assert_videorate_stats),
15883         (GST_START_TEST), (videorate_suite):
15884           add tests for these
15885
15886 2006-04-28  Wim Taymans  <wim@fluendo.com>
15887
15888         * gst-libs/gst/audio/gstringbuffer.c:
15889         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
15890         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
15891         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
15892         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
15893         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
15894         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
15895         (gst_ring_buffer_commit), (gst_ring_buffer_read),
15896         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
15897         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
15898         Check arguments passed to public functions instead of
15899         crashing.
15900
15901 2006-04-28  Wim Taymans  <wim@fluendo.com>
15902
15903         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
15904         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
15905         GstBaseAudioSrc must be live or it does not work.
15906
15907         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
15908         Don't set live to TRUE as this is the default in the parentclass.
15909
15910 2006-04-28  Wim Taymans  <wim@fluendo.com>
15911
15912         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
15913         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
15914         Videoscale doesn't pass on pixel-aspect ratio. Handle all
15915         fixation cases better. Fixes #338991
15916
15917 2006-04-28  Wim Taymans  <wim@fluendo.com>
15918
15919         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
15920         Handle 0/1 framerate correctly Fixes #331901.
15921
15922 2006-04-28  Wim Taymans  <wim@fluendo.com>
15923
15924         * tests/check/elements/audioconvert.c: (get_float_caps),
15925         (GST_START_TEST), (audioconvert_suite):
15926         Added check for correct clipping when doing float samples
15927         in audioconvert.
15928
15929 2006-04-28  Wim Taymans  <wim@fluendo.com>
15930
15931         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
15932         (gst_video_rate_chain):
15933         Print more debugging info.
15934
15935 2006-04-28  Wim Taymans  <wim@fluendo.com>
15936
15937         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
15938         (resample_set_state_from_caps):
15939         Add support for other formats audioresample can handle such as
15940         32 bits in and float and 64 bits float. Fixes #301759
15941
15942 2006-04-28  Wim Taymans  <wim@fluendo.com>
15943
15944         * gst/audioconvert/audioconvert.c: (float):
15945         correctly clip float samples > 1.0. Fixes #338718
15946
15947 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
15948
15949         Patch by: Young-Ho Cha  <ganadist at chollian net>
15950
15951         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
15952         (gst_text_overlay_render_text):
15953           Don't strip newlines from the text. Also, center lines
15954           within multi-line paragraphs (#339405).
15955
15956 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
15957
15958         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
15959           Fix wavpack typefinding to work in more cases (don't peek
15960           for chunks of multiple hundred kBs at once, but process
15961           things step-by-step in smaller units). Fixes #339786.
15962
15963 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15964
15965         * configure.ac:
15966           back to HEAD
15967
15968 === release 0.10.6 ===
15969
15970 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
15971
15972         * configure.ac:
15973           releasing 0.10.6, "Chao"
15974
15975 2006-04-26  David Schleef  <ds@schleef.org>
15976
15977         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
15978           Fixes #338897.
15979
15980 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15981
15982         * configure.ac:
15983         * win32/common/config.h:
15984           new prerelease
15985
15986 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15987
15988         patch by: Wim Taymans
15989
15990         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
15991         (gst_ogg_demux_perform_seek):
15992           make sure correct newsegments are sent, so that the decoder
15993           and the demuxer agree on timestamps.  Fixes playback of a lot
15994           of Ogg files that do not start from 0.  Fixes #339833.
15995
15996 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15997
15998         Patch by: Edward Hervey  <edward@fluendo.com>
15999
16000         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
16001         * tests/check/Makefile.am:
16002         * tests/check/elements/videorate.c: (assert_videorate_stats),
16003         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
16004         (videorate_suite), (main):
16005           Fix an infinite loop if frames are passed in with wrongly ordered
16006           timestamps.  Fixes #339013.
16007
16008 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16009
16010         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
16011
16012         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
16013           fix typefinding on some ISO files.  Fixes #339212.
16014
16015 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16016
16017         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
16018
16019         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16020           add another H264 fourcc.  Fixes #339047.
16021
16022 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16023
16024         Patch by: Jan Schmidt
16025
16026         * gst/playback/gststreamselector.c:
16027         (gst_stream_selector_bufferalloc):
16028           Restore old StreamSelector behaviour.
16029           Fixes #338419.
16030
16031 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
16032
16033         * configure.ac:
16034         * win32/common/config.h:
16035           prerelease
16036
16037 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16038
16039         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
16040
16041         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16042         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
16043           Fix some memory leaks: on finalize, free buffers left in the queue
16044           before destroying the queue; in _push(), unref rtp_buf even if
16045           the process vfunc returned a NULL buffer as output buffer (#337548);
16046           demote some recuring debug messages to LOG level.
16047
16048 2006-04-11  Wim Taymans  <wim@fluendo.com>
16049
16050         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16051         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16052         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
16053         (gst_ogg_demux_loop):
16054         More cleanups.
16055         Respect segment stop when emiting EOS or SEGMENT_DONE.
16056         Fixes (#337945).
16057
16058 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16059
16060         * gst/playback/gststreamselector.c:
16061         (gst_stream_selector_get_property):
16062           Don't leak pad name.
16063
16064 2006-04-10  Michael Smith  <msmith@fluendo.com>
16065
16066         * tests/check/Makefile.am:
16067         * tests/check/gst-plugins-base.supp:
16068           Suppress an old libtheora bug (fixed in more recent versions), so 
16069           that FC4 buildslaves can pass.
16070
16071 2006-04-10  Wim Taymans  <wim@fluendo.com>
16072
16073         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16074         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
16075         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
16076         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
16077         (gst_ogg_demux_loop):
16078         Don't leak events.
16079         Remember what error we got when finding chains, if we
16080         were shutdown, that would not be an error.
16081
16082 2006-04-10  Wim Taymans  <wim@fluendo.com>
16083
16084         * gst-libs/gst/audio/gstbaseaudiosink.c:
16085         (gst_base_audio_sink_event):
16086         Starting the ringbuffer when we did not acquire it can cause
16087         a deadlock, is pointless and causes nasty things for
16088         subclasses. 
16089         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
16090
16091 2006-04-10  Wim Taymans  <wim@fluendo.com>
16092
16093         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16094         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
16095         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16096         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
16097         (gst_ogg_demux_deactivate_current_chain),
16098         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
16099         (gst_ogg_demux_bisect_forward_serialno),
16100         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
16101         Add some more debugging.
16102
16103 2006-04-10  Wim Taymans  <wim@fluendo.com>
16104
16105         * ext/theora/theoradec.c: (theora_dec_src_event),
16106         (theora_handle_data_packet):
16107         Some more debug info.
16108
16109         * tests/examples/seek/seek.c: (start_seek), (main):
16110         Print element messages too.
16111
16112 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
16113
16114         * gst/audioresample/debug.h:
16115           replace debug macros with variable number of parameters
16116           by a simple alias to gstreamer standard debug macros 
16117          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
16118           supported by MSVC 6.0 and 7.1)
16119         * gst/audioresample/resample.h:
16120           define M_PI and rint for WIN32
16121         * win32/common/libgstaudio.def:
16122         * win32/common/libgstriff.def:
16123         * win32/common/libgsttag.def:
16124         * win32/common/libgstvideo.def:
16125           add new exported functions
16126         * win32/vs6:
16127           update project files
16128
16129 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16130
16131         * ext/alsa/gstalsamixeroptions.c:
16132         (gst_alsa_mixer_options_class_init):
16133         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
16134         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
16135         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
16136         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
16137         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
16138         * gst-libs/gst/audio/gstaudiofilter.c:
16139         (gst_audio_filter_class_init):
16140         * gst-libs/gst/audio/gstaudiosink.c:
16141         (gst_audioringbuffer_class_init):
16142         * gst-libs/gst/audio/gstaudiosrc.c:
16143         (gst_audioringbuffer_class_init):
16144         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
16145         * gst-libs/gst/interfaces/colorbalancechannel.c:
16146         (gst_color_balance_channel_class_init):
16147         * gst-libs/gst/interfaces/mixeroptions.c:
16148         (gst_mixer_options_class_init):
16149         * gst-libs/gst/interfaces/mixertrack.c:
16150         (gst_mixer_track_class_init):
16151         * gst-libs/gst/interfaces/tunerchannel.c:
16152         (gst_tuner_channel_class_init):
16153         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
16154         * gst-libs/gst/netbuffer/gstnetbuffer.c:
16155         (gst_netbuffer_class_init):
16156         * gst-libs/gst/rtp/gstbasertppayload.c:
16157         (gst_basertppayload_class_init):
16158         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
16159         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
16160         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
16161         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
16162         * gst/playback/gststreamselector.c:
16163         (gst_stream_selector_class_init):
16164         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
16165         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
16166         * sys/v4l/gstv4lcolorbalance.c:
16167         (gst_v4l_color_balance_channel_class_init):
16168         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
16169         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
16170         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
16171         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
16172         (gst_v4l_tuner_norm_class_init):
16173         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
16174         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
16175         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
16176         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
16177
16178 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16179
16180         * ext/pango/gsttextrender.h:
16181         * gst-libs/gst/audio/gstaudiosink.h:
16182         * gst-libs/gst/audio/gstaudiosrc.h:
16183         * gst-libs/gst/audio/gstbaseaudiosink.h:
16184         * gst-libs/gst/audio/gstbaseaudiosrc.h:
16185         * gst-libs/gst/audio/gstringbuffer.h:
16186         * gst-libs/gst/rtp/gstbasertpdepayload.h:
16187         * gst-libs/gst/rtp/gstbasertppayload.h:
16188         * gst-libs/gst/video/gstvideofilter.h:
16189         * gst-libs/gst/video/gstvideosink.h:
16190         * gst/playback/gstplaybasebin.h:
16191         * gst/tcp/gstmultifdsink.h:
16192         * sys/v4l/gstv4lelement.h:
16193         Fix broken GObject macros
16194
16195 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16196
16197         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
16198         More debug to trace why my USB headset is not working with gst
16199
16200 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
16201
16202         * gst/playback/gstplaybasebin.c: (group_destroy):
16203         Clean up our group elements properly in the case where it never 
16204         got committed - it still got added unconditionally to the bin.
16205
16206 2006-04-07  Wim Taymans  <wim@fluendo.com>
16207
16208         * ext/theora/theoradec.c: (theora_dec_sink_event),
16209         (theora_handle_data_packet), (theora_dec_chain):
16210         Unref unhandled events.
16211         Protect against empty buffers.
16212         Perform QoS on running time.
16213
16214 2006-04-07  Michael Smith  <msmith@fluendo.com>
16215
16216         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
16217         (gst_vorbis_enc_chain):
16218           Remove leaks from vorbisenc.
16219           Mostly minor changes, the only significant one is that now the
16220           buffers we set as 'streamheader' on the caps are copies of the
16221           original buffers, to avoid circular refcounting problems.
16222
16223 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
16224
16225         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
16226           Don't remove our mute-probe if someone else already did so.
16227           Don't set a 2nd one if there is already one pending on the pad.
16228
16229         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
16230         (do_playbin_seek):
16231           When a seek fails, ensure that playbin is still set back to playing.
16232           
16233         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
16234         (mpeg_ts_type_find), (plugin_init):
16235           Add a typefind function for mpeg-ts streams. (Closes: #336617)
16236
16237 2006-04-06  Andy Wingo  <wingo@pobox.com>
16238
16239         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
16240         (gst_video_rate_init): Caps-related parameters should not be reset
16241         by a flush -- move their inits to the instance init function.
16242         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
16243         is not OK, just return the result.
16244
16245         * gst/audiotestsrc/gstaudiotestsrc.c
16246         (gst_audio_test_src_class_init)
16247         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
16248         broken by Stefan's commit on 24 March.
16249
16250         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
16251         buffers being pushed out. Fixes oggmux ! multifdsink.
16252
16253 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
16254
16255         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
16256         (gst_vorbis_dec_init), (vorbis_dec_finalize):
16257         * ext/vorbis/vorbisdec.h:
16258         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
16259         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
16260         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
16261         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
16262         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
16263         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
16264         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
16265         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
16266         (gst_vorbis_enc_buffer_from_packet),
16267         (gst_vorbis_enc_buffer_from_header_packet),
16268         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
16269         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
16270         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
16271         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
16272         (gst_vorbis_enc_change_state):
16273         * ext/vorbis/vorbisenc.h:
16274           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
16275           vorbisenc adhere to the official nomenclature; use boilerplate
16276           macro.
16277
16278 2006-04-04  Andy Wingo  <wingo@pobox.com>
16279
16280         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
16281         Whoops, fix bug introduced. Bad hacker!
16282         
16283         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
16284         Properly handle the case where you get EOS before any buffers are
16285         received. Use gst_buffer_make_metadata_writable where appropriate.
16286
16287         * ext/theora/theoradec.c (theora_handle_data_packet): This value
16288         is often negative -- make it signed so as not to wrap around.
16289         Fixes segfaults introduced on 9 March.
16290
16291 2006-04-03  Wim Taymans  <wim@fluendo.com>
16292
16293         * ext/theora/gsttheoradec.h:
16294         * ext/theora/theoradec.c: (theora_dec_src_event):
16295         Don't try to store a gdouble in a gboolean.
16296         Small cleanups.
16297
16298 2006-04-03  Michael Smith  <msmith@fluendo.com>
16299
16300         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
16301           Oggmux sucks.
16302           Make it suck slightly less by writing out the final page.
16303           Still can't encode a vorbis-in-ogg file correctly, though.
16304
16305 2006-04-03  Andy Wingo  <wingo@pobox.com>
16306
16307         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
16308         a g_print.
16309
16310         * ext/theora/theora.c (plugin_init): Register theoraparse.
16311
16312         * ext/theora/gsttheoraparse.h: 
16313         * ext/theora/theoraparse.c: New files implementing a theora
16314         parser. Now we can properly remux ogg/theora+vorbis, yay.
16315
16316         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
16317
16318 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16319
16320         * gst/audiotestsrc/gstaudiotestsrc.c:
16321           Fixed the sample pipeline (see #323798)
16322
16323 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16324
16325         * configure.ac:
16326         * win32/common/config.h:
16327         * win32/common/config.h.in:
16328           use AS_VERSION and AS_NANO
16329           more cleanups
16330
16331 2006-03-31  Andy Wingo  <wingo@pobox.com>
16332
16333         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
16334         uninitialized variable return that would happen.
16335         
16336         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
16337         uninitialized variable return that would never happen.
16338
16339         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
16340         (vorbis_parse_sink_event): Add an event function to flush our
16341         state on a seek, and to drain buffers on a premature EOS.
16342         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
16343         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
16344         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
16345         (vorbis_parse_drain_queue): Queue up buffers until we can set
16346         their timestamps and granulepos values.
16347
16348         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
16349         and keep track of data needed for deriving granulepos and
16350         timestamps for buffers.
16351
16352 2006-03-29  Wim Taymans  <wim@fluendo.com>
16353
16354         Patch by: j^ <j at bootlab dot org>
16355
16356         * ext/alsa/gstalsamixerelement.c:
16357         (gst_alsa_mixer_element_class_init):
16358         * ext/alsa/gstalsasink.c:
16359         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
16360         * ext/ogg/gstoggdemux.c:
16361         * ext/ogg/gstoggmux.c:
16362         * ext/ogg/gstoggparse.c:
16363         * ext/pango/gstclockoverlay.c:
16364         * ext/pango/gsttextoverlay.c:
16365         * ext/pango/gsttextrender.c:
16366         * ext/pango/gsttimeoverlay.c:
16367         * ext/theora/theoradec.c:
16368         * ext/theora/theoraenc.c:
16369         * ext/vorbis/vorbisdec.c:
16370         * ext/vorbis/vorbisenc.c:
16371         * gst/audioconvert/gstaudioconvert.c:
16372         * gst/subparse/gstsubparse.c:
16373         * gst/tcp/gstmultifdsink.c:
16374         * gst/tcp/gsttcpclientsink.c:
16375         * gst/tcp/gsttcpclientsrc.c:
16376         * gst/tcp/gsttcpserversink.c:
16377         * gst/tcp/gsttcpserversrc.c:
16378           better/unified long descriptions
16379           Fixes #336477
16380
16381 2006-03-29  Wim Taymans  <wim@fluendo.com>
16382
16383         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
16384         (stop_seek):
16385         Don't let double and triple clicks mess up our state.
16386
16387 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
16388
16389         * gst/playback/gstplaybin.c: (gen_video_element),
16390         (gen_text_element), (gen_audio_element), (gen_vis_element):
16391           Error out gracefully when we can't create any of the usual
16392           conversion elements for some reason. Also, don't try to
16393           create an audioscale (sic) element that's not used anyway.
16394
16395 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
16396
16397         * gst/playback/gstplaybasebin.c: (setup_source):
16398           Don't post RESOURCE_NOT_FOUND error when we can't find a source
16399           element for a particular protocol, that's confusing for users.
16400           Instead, post a RESOURCE_FAILED error, so that our own error
16401           message is actually shown in totem etc. (#336303).
16402
16403 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
16404
16405         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16406
16407         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
16408         (gst_gnome_vfs_src_get_icy_metadata):
16409           Fix some minor memory leaks (#336194).
16410
16411 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
16412
16413         * ext/gnomevfs/gstgnomevfs.c:
16414         (gst_gnome_vfs_location_to_uri_string):
16415         * ext/gnomevfs/gstgnomevfs.h:
16416         * ext/gnomevfs/gstgnomevfssink.c:
16417         (gst_gnome_vfs_sink_set_property):
16418         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
16419           Make gnomevfssink accept filenames as well as URIs for the
16420           "location" property, just like gnomevfssrc does (and
16421           filesrc/filesink do) (#336190).
16422
16423 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
16424
16425         * tests/check/generic/clock-selection.c: (GST_START_TEST):
16426           set to NULL before unreffing, fixes a valgrind leak.
16427           Why was this not triggering the error that an object needs to
16428           be NULL before unreffing ?
16429         * win32/common/config.h:
16430           update
16431
16432 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
16433
16434         * gst/subparse/gstsubparse.c: (convert_encoding),
16435         (gst_sub_parse_change_state):
16436         * gst/subparse/gstsubparse.h:
16437           Text subtitle files may or may not be UTF-8. If it's not, we
16438           don't really want to see '?' characters in place of non-ASCII
16439           characters like accented characters. So let's assume the input
16440           is UTF-8 until we come across text that is clearly not. If it's
16441           not UTF-8, we don't really know what it is, so try the following:
16442           (a) see whether the GST_SUBTITLE_ENCODING environment variable
16443           is set; if not, check (b) if the current locale encoding is
16444           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
16445           the current locale encoding is UTF-8 and the environment variable
16446           was not set to any particular encoding. Not perfect, but better
16447           than nothing (and better than before, I think) (fixes #172848).
16448
16449 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
16450
16451         * configure.ac:
16452           update core requirement to 0.10.4.1 because of async_playback
16453           vmethod on GstBaseSink
16454
16455 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16456
16457         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
16458         * gst/adder/gstadder.c: (gst_adder_init):
16459         use DEBUG_FUNCPTR for collectpads
16460
16461 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16462
16463         * docs/plugins/Makefile.am:
16464         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16465         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16466         * ext/cdparanoia/gstcdparanoiasrc.c:
16467         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
16468         (gst_gnome_vfs_sink_class_init):
16469         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
16470         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
16471         * ext/ogg/gstoggmux.c:
16472         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
16473         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
16474         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
16475         * ext/pango/gsttextoverlay.c:
16476         * ext/pango/gsttextrender.c:
16477         * ext/theora/theoradec.c:
16478         * ext/theora/theoraenc.c:
16479         * ext/vorbis/vorbisdec.c:
16480         * ext/vorbis/vorbisenc.c:
16481         * gst-libs/gst/audio/gstaudiofilter.c:
16482         (gst_audio_filter_base_init):
16483         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
16484         (gst_audio_filter_template_base_init):
16485         * gst/adder/gstadder.c: (gst_adder_get_type):
16486         * gst/adder/gstadder.h:
16487         * gst/audioconvert/gstaudioconvert.c:
16488         * gst/audiotestsrc/gstaudiotestsrc.c:
16489         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
16490         (gst_audio_test_src_create):
16491         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16492         * gst/playback/gstdecodebin.c:
16493         * gst/playback/gstplaybin.c:
16494         * gst/playback/gststreamselector.c:
16495         (gst_stream_selector_base_init):
16496         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
16497         * gst/volume/gstvolume.c:
16498         * sys/v4l/gstv4lmjpegsink.c:
16499         * sys/v4l/gstv4lmjpegsrc.c:
16500         * tests/check/libs/cddabasesrc.c:
16501         * tests/old/examples/gob/gst-identity2.gob:
16502           Add docs for adder, use GST_ELEMENT_DETAILS macro,
16503           define GstElementDetails at the top
16504
16505 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
16506
16507         * win32/common/libgstinterfaces.def:
16508         Add a lot of export functions for gst-python
16509         * win32/vs6/libgstinterfaces.dsp:
16510         Add a missing include folder in the project configuration
16511         
16512 2006-03-23  Wim Taymans  <wim@fluendo.com>
16513
16514         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16515         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16516         (gst_base_audio_src_change_state):
16517         Fix audio sources, forgot to make the ringbuffer
16518         startable...
16519
16520 2006-03-23  Wim Taymans  <wim@fluendo.com>
16521
16522         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16523         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16524         (gst_base_audio_src_change_state):
16525         unparent instead of unref the ringbuffer.
16526
16527 2006-03-23  Wim Taymans  <wim@fluendo.com>
16528
16529         * gst-libs/gst/audio/gstbaseaudiosink.c:
16530         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
16531         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
16532         Implement new async_play vmethod to start slaving and allow
16533         playback start in case of async PLAY state changes. 
16534
16535         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16536         Enable QoS with new method in base class.
16537
16538 2006-03-23  Wim Taymans  <wim@fluendo.com>
16539
16540         Patch by: Julien MOUTTE <julien at moutte dot net>
16541
16542         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
16543         (gst_video_test_src_do_seek), (gst_video_test_src_create):
16544         Partially handle 0 framerate, only EOS after the first frame
16545         is missing.
16546
16547 2006-03-23  Wim Taymans  <wim@fluendo.com>
16548
16549         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
16550
16551         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16552         (gst_riff_create_video_template_caps):
16553         * gst/ffmpegcolorspace/avcodec.h:
16554         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16555         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
16556         (gst_ffmpegcsp_avpicture_fill):
16557         * gst/ffmpegcolorspace/imgconvert.c:
16558         Patch for support of YVU9 AVI files (#334822)
16559
16560 2006-03-22  Edward Hervey  <edward@fluendo.com>
16561
16562         * docs/design/design-decodebin.txt:
16563         Added design document for new decodebin
16564         (Target Caps): text/x-pango-markup is also a default target caps.
16565
16566 2006-03-22  Wim Taymans  <wim@fluendo.com>
16567
16568         * gst-libs/gst/audio/gstbaseaudiosink.c:
16569         (gst_base_audio_sink_dispose):
16570         Since we _parent the ringbuffer, we also need to
16571         _unparent instead of a plain _unref.
16572
16573 2006-03-22  Wim Taymans  <wim@fluendo.com>
16574
16575         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
16576         (stop_seek), (scrub_toggle_cb), (main):
16577         Add scrub checkbox.
16578
16579 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
16580
16581         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
16582         (gst_ogg_parse_chain):
16583           Fix very inefficient usage of linked lists (#335365).
16584
16585 2006-03-21  Edward Hervey  <edward@fluendo.com>
16586
16587         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
16588         * gst/playback/gstplaybin.c: (handoff):
16589         * gst/playback/gststreamselector.c:
16590         (gst_stream_selector_set_property):
16591         gcc 4.1 unreferenced pointer fixes.
16592         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
16593         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
16594         gst_buffer_ref() now takes a GstBuffer*.
16595
16596 2006-03-20  Julien MOUTTE  <julien@moutte.net>
16597
16598         * sys/xvimage/xvimagesink.c:
16599         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
16600         by Jan Schmidt.
16601
16602 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
16603
16604         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
16605         (id3v1_type_find), (apetag_type_find), (plugin_init):
16606           Can't do tag preferences via probability, as tags would then
16607           lose against types that are recognised with MAXIMUM probability
16608           (like .wav); so let all tag typefinders return MAXIMUM themselves
16609           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
16610           that we can prefer APE to ID3v1 (fixes #335028).
16611           
16612 2006-03-17  Wim Taymans  <wim@fluendo.com>
16613
16614         * gst-libs/gst/audio/gstbaseaudiosink.c:
16615         (gst_base_audio_sink_change_state):
16616         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
16617         (gst_ring_buffer_may_start):
16618         * gst-libs/gst/audio/gstringbuffer.h:
16619         Only start playback if we are playing.
16620         should fix #330748.
16621
16622 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
16623
16624         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
16625         * win32/common/config.h:
16626           Revert accidental commits to these files.
16627
16628 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
16629
16630         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
16631
16632         * tests/Makefile.am:
16633           Don't try to build tests in tests/icles if we
16634           don't have X (#323852)
16635
16636 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
16637
16638         * gst-libs/gst/tag/gstid3tag.c:
16639           Add TXXX frame identifiers for replaygain stuff as used
16640           by some taggers (see #323721).
16641
16642 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
16643
16644         * gst/playback/gststreamselector.c:
16645         (gst_stream_selector_set_property),
16646         (gst_stream_selector_bufferalloc):
16647           Preserve the existing buggy streamselector behaviour by performing
16648           a fallback buffer allocation when downstream isn't linked yet.
16649           This should really be fixed in playbin by blocking pads until it's
16650           linked them.
16651           Also, use gst_pad_alloc_buffer instead of
16652           gst_pad_alloc_buffer_and_set.
16653
16654 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16655
16656         * gst-libs/gst/tag/gstid3tag.c:
16657           Don't crash on unknown ID3v2 TXXX frames.
16658           
16659 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
16660
16661         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
16662           Chain up to the parent finalize method.
16663           Add 32-bit sample size to the template caps.
16664
16665         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16666         (gst_riff_create_video_template_caps):
16667           Add the fourcc that the VMWare codec uses.
16668           
16669         * gst/playback/gststreamselector.c:
16670         (gst_stream_selector_set_property),
16671         (gst_stream_selector_bufferalloc),
16672         (gst_stream_selector_request_new_pad):
16673           For the active pad, forward buffer-alloc requests, otherwise
16674           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
16675           having to memcpy every frame when used by playbin.
16676
16677         * gst/tcp/gstmultifdsink.c:
16678         (gst_multi_fd_sink_handle_client_write):
16679           Get negotiated caps from the sink pad, rather than the sink
16680           pad's peer.
16681
16682 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16683
16684         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16685         
16686         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
16687           Don't forget to set src->callbacks_pushed to FALSE again when
16688           popping them, otherwise re-activation in a different mode won't
16689           work (#334620).
16690
16691 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16692
16693         Patch by: Sebastien Moutte  <sebastien moutte net>
16694
16695         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
16696         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
16697         (gst_ffmpeg_smpfmt_to_caps):
16698           Replace __VA_ARGS__ caps creation macros with varargs functions.
16699           Makes things compile on MSVC (#320765), looks nicer, and we can
16700           tell the compiler to check for the NULL terminator.
16701
16702 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16703
16704         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
16705
16706         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16707           Make sure the buffer we copy into is really always big
16708           enough, this time for real (#333488).
16709           
16710 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16711
16712         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16713           Add support for 24bpp DIB (#305279).
16714
16715 2006-03-14  Wim Taymans  <wim@fluendo.com>
16716
16717         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
16718         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16719         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
16720         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
16721         (gst_video_scale_init), (gst_video_scale_src_event):
16722         Re-enable QoS after the release.
16723         Rework videoscale to use the base class src_event handler.
16724
16725 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16726
16727         * configure.ac:
16728           back to CVS.
16729
16730 === release 0.10.5 ===
16731
16732 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
16733
16734         * configure.ac:
16735           releasing 0.10.5, "Net"
16736
16737 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
16738
16739         * docs/plugins/Makefile.am:
16740           Part of previous cdparanoiasrc docs fixes, forgot to commit.
16741           
16742 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
16743
16744         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16745         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16746         * docs/plugins/gst-plugins-base-plugins.hierarchy:
16747           Add cdparanoiasrc to docs.
16748
16749         * gst-libs/gst/cdda/gstcddabasesrc.c:
16750           More GstCddaBaseSrc docs.
16751
16752 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
16753
16754         * docs/libs/gst-plugins-base-libs-sections.txt:
16755         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
16756         * gst-libs/gst/tag/tag.h:
16757           API: libgsttag: new method gst_tag_from_id3_user_tag().
16758
16759 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
16760
16761         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16762           NULL-terminate array of mpeg4 video file extensions.
16763           Fixes crash on PPC (#334226).
16764
16765 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
16766
16767         * ext/gnomevfs/gstgnomevfssrc.c:
16768         (gst_gnome_vfs_src_check_get_range):
16769           gnome_vfs_uri_is_local() alone is not a good indicator
16770           whether we can operate in pull-mode with a specific URI,
16771           as it returns FALSE for file:// URIs that point to an
16772           NFS-mounted path. Be more conservative here: whitelist
16773           local files, blacklist http URIs and use the old
16774           mechanism for anything else (fixes #334216).
16775
16776 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16777
16778         * configure.ac:
16779           back to trunk
16780
16781 === release 0.10.4 ===
16782
16783 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
16784
16785         * configure.ac:
16786           releasing 0.10.4, "Power"
16787
16788 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
16789
16790         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16791         Disable max-lateness by setting it to -1 for now, so that 
16792         we can bed QoS stuff in thoroughly between now and the next
16793         release.
16794
16795 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
16796
16797         Patch by: Fabrizio Gennari
16798
16799         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16800           Make sure we don't read beyond the palette buffer in case of
16801           broken or manipulated files (#333488)
16802
16803 2006-03-10  Edward Hervey  <edward@fluendo.com>
16804
16805         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
16806         Fix for variable not initialized.
16807
16808 2006-03-09  Wim Taymans  <wim@fluendo.com>
16809
16810         * ext/libvisual/visual.c: (gst_visual_get_type),
16811         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
16812         (gst_visual_chain):
16813         Small cleanups.
16814
16815         * ext/theora/gsttheoradec.h:
16816         * ext/theora/theoradec.c: (gst_theora_dec_init),
16817         (gst_theora_dec_reset), (_theora_granule_time),
16818         (theora_dec_src_convert), (theora_dec_sink_convert),
16819         (theora_dec_src_query), (theora_dec_src_event),
16820         (theora_dec_sink_event), (theora_handle_comment_packet),
16821         (theora_handle_header_packet), (theora_dec_push),
16822         (theora_handle_data_packet), (theora_dec_chain),
16823         (theora_dec_change_state):
16824         Add simple QoS.
16825
16826 2006-03-09  Wim Taymans  <wim@fluendo.com>
16827
16828         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
16829         (audiocast_register_listener), (gst_gnome_vfs_src_start):
16830         Some cleanups.
16831
16832 2006-03-09  Wim Taymans  <wim@fluendo.com>
16833
16834         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
16835         Don't try to activate NULL chains.
16836
16837 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16838
16839         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
16840           Fix invalid memory access to region before peek'd data (#332964).
16841
16842 2006-03-09  Wim Taymans  <wim@fluendo.com>
16843
16844         Patch by: Christophe Fergeau
16845
16846         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
16847         * ext/pango/gsttextrender.c: (gst_text_render_init):
16848         * gst/adder/gstadder.c: (gst_adder_init):
16849         Don't leak padtemplates, closes #333510.
16850
16851 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16852
16853         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
16854           Fix invalid memory access: make sure string passed to
16855           regexec() is NUL-termianted.
16856
16857 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16858
16859         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
16860         (mp3_type_find):
16861           Refactor mpeg/audio typefinding to make it more maintainable
16862           and easier to fine-tune. Make probing into middle of the file
16863           work properly (fixes #333900, also see #152688).
16864
16865 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16866
16867         * gst/typefind/gsttypefindfunctions.c:
16868         (utf8_type_find_have_valid_utf8_at_offset):
16869           Remove part from previous commit that was bogus:
16870           g_utf8_validate() does in fact not accept embedded
16871           zeroes, so we don't need to check for those (thanks
16872           to Mike for the hint).
16873
16874 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
16875
16876         * gst/typefind/gsttypefindfunctions.c:
16877         (utf8_type_find_count_embedded_zeroes),
16878         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
16879           Make plain/text typefinder more conservative: firstly, check
16880           for embedded zeroes, which are perfectly valid UTF-8 characters,
16881           but also a fairly good sign that something is not a plain text
16882           file; secondly, probe into the middle of the file if possible.
16883           If we can't probe into the middle, limit the probability value
16884           to be returned to TYPE_FIND_POSSIBLE (see #333900).
16885
16886 2006-03-08  Michael Smith  <msmith@fluendo.com>
16887
16888         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16889           Make typefind function name for mpeg4 video unique.
16890
16891 2006-03-08  Wim Taymans  <wim@fluendo.com>
16892
16893         * ext/libvisual/visual.c: (gst_visual_init),
16894         (gst_visual_clear_actors), (gst_visual_dispose),
16895         (gst_visual_reset), (gst_visual_src_setcaps),
16896         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
16897         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
16898         (gst_visual_chain), (gst_visual_change_state):
16899         Cleanups, post nice errors.
16900         Handle sink and src events.
16901         Implement simple QoS.
16902
16903         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16904         Use new basesink methods to configure max-lateness.
16905         Small doc update.
16906
16907         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16908         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
16909         Debug statement cleanups.
16910
16911         * gst/volume/gstvolume.c: (gst_volume_class_init):
16912         Simple cleanup.
16913
16914 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
16915
16916         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
16917         (gst_text_overlay_init), (gst_text_overlay_set_property),
16918         (gst_text_overlay_get_property):
16919           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
16920           as string type properties, but mark them deprecated. Add
16921           'halignment' and 'valignment' properties that use enums
16922           instead of strings.
16923
16924 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
16925
16926         Patch by: Fabrizio Gennari
16927
16928         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16929           Allow palettes with less than 256 colours in AVI files
16930           (#333488)
16931
16932 2006-03-07  Julien MOUTTE  <julien@moutte.net>
16933
16934         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
16935         (gst_text_overlay_video_event): Fix wrong EOS handling on text
16936         pad. We were releasing the queued text buffer when we should keep
16937         it until video pad gets EOS or discard the text buffer because it's
16938         too old. That was eating the last subtitle buffer. Add some more
16939         debug.
16940
16941 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
16942
16943         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
16944         (gst_text_overlay_video_chain):
16945           Fix invalid memory access (we can't access a buffer after it's been
16946           pushed downstream without taking a reference); fix memory leak (if
16947           there's no text to render, bail out before allocating stuff).
16948
16949 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
16950
16951         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
16952         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
16953         * ext/pango/gsttextoverlay.h:
16954           If input is plain text, escape it before passing it to
16955           pango_layout_set_markup().
16956
16957 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
16958
16959         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
16960           Don't ignore flow return from gst_pad_push().
16961
16962 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
16963
16964         Patch by: Fabrizio Gennari
16965
16966         * ext/libvisual/visual.c: (gst_visual_getcaps),
16967         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
16968         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
16969         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
16970         (gst_vorbisenc_convert_sink):
16971         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
16972         (gst_audio_duration_from_pad_buffer):
16973         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
16974         (gst_audio_filter_chain):
16975         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16976         (gst_base_rtp_depayload_setcaps):
16977         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
16978         (gst_video_get_size):
16979         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
16980           Don't leak references returned by gst_pad_get_parent()
16981           (#333663)
16982
16983 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
16984
16985         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
16986           change location param details
16987         * gst/volume/gstvolume.c: (plugin_init):
16988           correct plugin description
16989
16990 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
16991
16992         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
16993         (gst_gnome_vfs_src_check_get_range):
16994           Override GstBaseSrc::check_get_range() in order to avoid opening
16995           the resource just to check whether we can operate in pull-mode or
16996           not - we can predict that pretty well from the URI alone. Should
16997           fix problems with last.fm (#331690). (Requires latest core CVS).
16998
16999 2006-03-06  Wim Taymans  <wim@fluendo.com>
17000
17001         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
17002         (gst_video_sink_class_init):
17003         Throw away frames that are later than 20 ms.
17004
17005 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
17006
17007         Patch by: Fabrizio Gennari
17008
17009         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
17010           Set depth on WMA caps (#333545)
17011
17012 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17013
17014         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
17015         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
17016           put Theora BOS pages before others.  This hardcodes
17017           the Ogg/Theora I profile, but hey.
17018
17019 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17020
17021         * ext/ogg/README:
17022           updated with some examples
17023         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
17024         (granulepos_add), (theora_buffer_from_packet):
17025         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
17026         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
17027         (gst_vorbisenc_chain):
17028           implement strategy from ext/ogg/README
17029         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
17030         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
17031         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
17032         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
17033           Fix muxer so that oggz-validate is happy with all streams;
17034           except for no eos mark, and the BOS page ordering
17035         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
17036         (check_buffer_granulepos):
17037         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
17038           update tests to check for OFFSET being set as requested
17039           fixed type of granulepos, it's not a ClockTime
17040
17041 2006-03-05  Julien MOUTTE  <julien@moutte.net>
17042
17043         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17044         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
17045         Check that the xvimage we are creating has a correct size
17046         before returning it. (#314897)
17047
17048 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
17049
17050         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17051           Give id3 and ape tag typefinders a rank slightly higher
17052           than PRIMARY to ensure they're always run before any of
17053           the other typefinders (in particular wav and mp3) (#324186).
17054
17055 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
17056
17057         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17058           Add support for '3IVD' fourcc (#333403).
17059
17060 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17061
17062         * configure.ac:
17063           Bump requirements to GStreamer CVS for the new error enum.
17064
17065         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
17066           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
17067           space left on the device (fixes #333352).
17068
17069 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
17070
17071         * win32/vs6:
17072           add a project file for libgstvolume
17073           update the workspace
17074
17075 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17076
17077         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
17078         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
17079         (GST_START_TEST):
17080           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
17081           Set IN_CAPS on header buffers
17082
17083 2006-03-02  Wim Taymans  <wim@fluendo.com>
17084
17085         * docs/plugins/Makefile.am:
17086         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17087         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17088         Add audioresample to docs.
17089
17090         * gst/audioconvert/gstaudioconvert.c:
17091         Add revision date.
17092
17093         * gst/audioresample/gstaudioresample.c:
17094         (gst_audioresample_base_init), (gst_audioresample_class_init),
17095         (gst_audioresample_init), (gst_audioresample_dispose),
17096         (audioresample_get_unit_size), (audioresample_transform_caps),
17097         (resample_set_state_from_caps), (audioresample_transform_size),
17098         (audioresample_set_caps), (audioresample_event),
17099         (audioresample_do_output), (audioresample_transform),
17100         (audioresample_pushthrough), (gst_audioresample_set_property),
17101         (gst_audioresample_get_property), (plugin_init):
17102         * gst/audioresample/gstaudioresample.h:
17103         Added docs.
17104         Small code cleanups.
17105
17106 2006-03-02  Wim Taymans  <wim@fluendo.com>
17107
17108         * docs/plugins/Makefile.am:
17109         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17110         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17111         Added videoscale to docs.
17112
17113         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
17114         (gst_video_rate_swap_prev), (gst_video_rate_event),
17115         (gst_video_rate_chain):
17116         Fix typo in docs.
17117
17118         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
17119         (gst_video_scale_init), (gst_video_scale_prepare_size),
17120         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
17121         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
17122         * gst/videoscale/gstvideoscale.h:
17123         Added docs, examples.
17124         Some code cleanups.
17125         Post errors instead of g_warning.
17126
17127 2006-03-02  Wim Taymans  <wim@fluendo.com>
17128
17129         * docs/libs/gst-plugins-base-libs-docs.sgml:
17130         * docs/libs/gst-plugins-base-libs-sections.txt:
17131         * docs/libs/gst-plugins-base-libs.types:
17132         * docs/plugins/Makefile.am:
17133         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17134         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17135         Added some more docs to libs and plugins.
17136
17137         * gst-libs/gst/audio/gstringbuffer.c:
17138         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
17139         * gst-libs/gst/audio/gstringbuffer.h:
17140         Document ringbuffer some more.
17141
17142         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
17143         (gst_video_rate_setcaps), (gst_video_rate_reset),
17144         (gst_video_rate_init), (gst_video_rate_flush_prev),
17145         (gst_video_rate_swap_prev), (gst_video_rate_event),
17146         (gst_video_rate_chain), (gst_video_rate_change_state):
17147         * gst/videorate/gstvideorate.h:
17148         Fix videorate to use segments.
17149         Make it work with 0/1 framerates (closes #331903)
17150         Handle EOS correctly.
17151         Added docs.
17152
17153 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
17154
17155         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
17156         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
17157         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
17158           In state change function, first chain up to parent class,
17159           then handle downwards state change stuff. Remove some
17160           commented out cruft from 0.8 code.
17161
17162 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
17163
17164         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
17165         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
17166         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
17167         (gst_ogm_parse_chain):
17168           Don't remove/re-add source pad if the new caps are the same as
17169           the old caps anyway (#333042). When removing source pad, don't
17170           unref it afterwards - we didn't ref it when adding. Sprinkle some
17171           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
17172           after using gst_pad_get_parent(). Return downstream flow return
17173           value in chain function.
17174
17175 2006-03-02  Wim Taymans  <wim@fluendo.com>
17176
17177         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17178         * docs/plugins/gst-plugins-base-plugins.args:
17179         * docs/plugins/gst-plugins-base-plugins.hierarchy:
17180         * docs/plugins/gst-plugins-base-plugins.interfaces:
17181         * docs/plugins/gst-plugins-base-plugins.signals:
17182         Fix hierarchy, added some more elements to the docs.
17183
17184         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17185         (gst_ffmpegcsp_get_type):
17186         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
17187         Fix docs for ffmpegcolorspace.
17188
17189 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
17190
17191         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
17192         (apetag_type_find), (ape_type_find), (plugin_init):
17193           Some typefinding fine-tuning:
17194           - rank ID3/APE tags in order of preference via probabilities, so that
17195             ID3v2 > APEv2 > APEv1 > ID3v1.
17196           - three or four bytes don't really justify MAXIMUM probability,
17197             change those to 'very likely' (musepack and monkeysaudio).
17198
17199 2006-03-01  Wim Taymans  <wim@fluendo.com>
17200
17201         * docs/plugins/Makefile.am:
17202         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17203         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17204         * ext/alsa/gstalsamixer.c:
17205         * ext/alsa/gstalsamixer.h:
17206         * ext/alsa/gstalsamixerelement.c:
17207         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
17208         * ext/alsa/gstalsamixerelement.h:
17209         * ext/alsa/gstalsasink.c:
17210         * ext/alsa/gstalsasink.h:
17211         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
17212         (gst_alsasrc_init):
17213         * ext/alsa/gstalsasrc.h:
17214         Added alsa docs.
17215         Small code cleanups.
17216
17217 2006-03-01  Wim Taymans  <wim@fluendo.com>
17218
17219         * ext/theora/Makefile.am:
17220         Dist new header too,
17221
17222 2006-03-01  Wim Taymans  <wim@fluendo.com>
17223
17224         * docs/plugins/Makefile.am:
17225         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17226         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17227         * ext/gnomevfs/gstgnomevfssink.h:
17228         * ext/gnomevfs/gstgnomevfssrc.h:
17229         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
17230         * ext/vorbis/vorbisdec.h:
17231         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
17232         * ext/vorbis/vorbisenc.h:
17233         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
17234         (vorbis_parse_chain), (vorbis_parse_change_state):
17235         * ext/vorbis/vorbisparse.h:
17236         * gst/audioconvert/gstaudioconvert.h:
17237         * gst/tcp/gsttcpserversink.h:
17238         * gst/videotestsrc/gstvideotestsrc.c:
17239         * gst/videotestsrc/gstvideotestsrc.h:
17240         * gst/volume/gstvolume.c:
17241         * gst/volume/gstvolume.h:
17242         Fix some more docs.
17243         Added docs for vorbisdec and vorbisparse.
17244         Fix vorbisparse.
17245
17246 2006-03-01  Wim Taymans  <wim@fluendo.com>
17247
17248         * docs/plugins/Makefile.am:
17249         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17250         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17251         * ext/pango/gstclockoverlay.h:
17252         * ext/pango/gsttextoverlay.h:
17253         * ext/pango/gsttextrender.h:
17254         * ext/pango/gsttimeoverlay.h:
17255         * ext/theora/gsttheoradec.h:
17256         * ext/theora/gsttheoraenc.h:
17257         * ext/theora/theoradec.c:
17258         * ext/theora/theoraenc.c:
17259         * gst/audioconvert/gstaudioconvert.h:
17260         * gst/audiotestsrc/gstaudiotestsrc.h:
17261         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
17262         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
17263         * gst/tcp/gstmultifdsink.h:
17264         Updated/added documentation.
17265
17266         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
17267         (gst_text_overlay_halign_get_type),
17268         (gst_text_overlay_wrap_mode_get_type),
17269         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
17270         (gst_text_overlay_init), (gst_text_overlay_set_property),
17271         (gst_text_overlay_get_property):
17272         Fix up properties to be enums instead of string to make bindings,
17273         introspection and automatic GUI creation possible.
17274         Add getters for the properties.
17275
17276 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
17277
17278         * gst/audiotestsrc/gstaudiotestsrc.c:
17279           added defines of M_PI and M_PI_2
17280         * gst/ffmpegcolorspace/avcodec.h:
17281           removed #include "stdint.h" for win32 as _stdint.h is 
17282           autogenerated to win32/common
17283         * win32/common/libgstaudio.def:
17284         * win32/common/libgsttag.def:
17285           added some exports
17286         * win32/vs6:
17287           some project files bugs corrected
17288         * win32/vs7:
17289           project files are reset to the default vs7 configuration 
17290           (they link to msvcr71.dll using default optimizations)
17291           
17292 2006-02-28  Wim Taymans  <wim@fluendo.com>
17293
17294         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
17295         Fix some docs.
17296
17297 2006-02-28  Edward Hervey  <edward@fluendo.com>
17298
17299         * ext/alsa/gstalsasrc.c:
17300         Set proper class on the ElementDetails:
17301         Source/Audio instead of Src/Audio/
17302
17303 2006-02-28  Edward Hervey  <edward@fluendo.com>
17304
17305         * gst/videoscale/vs_scanline.c:
17306         (vs_scanline_resample_nearest_RGBA):
17307         Revert optimization in videoscale. It should go in liboil and have
17308         an appropriate liboil function.
17309
17310 2006-02-28  Wim Taymans  <wim@fluendo.com>
17311
17312         * gst-libs/gst/audio/gstbaseaudiosink.c:
17313         (gst_base_audio_sink_provide_clock):
17314         Don't try to provide a clock in the NULL state.
17315
17316 2006-02-28  Wim Taymans  <wim@fluendo.com>
17317
17318         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
17319         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
17320         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17321         (gst_ogg_demux_deactivate_current_chain),
17322         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
17323         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
17324         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
17325         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
17326         Use GstSegment infrastructure to remove duplicated code
17327         and handle more seek cases correctly.
17328
17329 2006-02-28  Wim Taymans  <wim@fluendo.com>
17330
17331         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17332         (gst_ffmpegcsp_transform):
17333         Don't ignore return code from ffmpeg convert function.
17334
17335         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
17336         Split out some long statements to ease debugging.
17337
17338 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
17339
17340         * ext/libvisual/visual.c: (gst_visual_init),
17341         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
17342         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
17343         being able to renegotiate the size. Instead, use the negotiation
17344         algorithm from the goom plugin to pick an initial output caps. 
17345
17346         Also, allow theoretical libvisual plugins that might support non-GL 
17347         output even if they also do GL.
17348
17349 2006-02-26  Julien MOUTTE  <julien@moutte.net>
17350
17351         * ext/libvisual/visual.c: (gst_visual_init),
17352         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
17353         (plugin_init): Load only non GL plugins. Fix some memleaks and 
17354         possible negotiation issues.
17355
17356 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17357
17358         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
17359
17360 2006-02-24  Michael Smith  <msmith@fluendo.com>
17361
17362         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
17363         (cmml_type_find), (plugin_init):
17364           Fix CMML type find function to not require a specific minor version
17365           of the CMML header.
17366
17367           Add an MPEG4 video elementary stream typefind function.
17368
17369 2006-02-04  Michael Smith  <msmith@fluendo.com>
17370
17371         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
17372         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
17373         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17374         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
17375         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
17376         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
17377           Annodex support in ogg demuxer. Doesn't do very much without the
17378           other annodex patches (to come).
17379
17380 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17381
17382         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
17383
17384         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17385           Pick up palette for MS video v1 (#327028)
17386
17387 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17388
17389         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17390         (gst_ffmpegcsp_caps_remove_format_info),
17391         (gst_ffmpegcsp_get_unit_size):
17392           The 'palette_data' field from incoming RGB caps shouldn't be
17393           proxied on outgoing YUV caps; also, restrict unit size
17394           adjustment in case of paletted data only to the unit that
17395           actually has a palette. Fixes #330711.
17396
17397 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17398
17399         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17400         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
17401         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
17402         (gst_ffmpegcsp_get_unit_size):
17403           Plug some memory leaks.
17404
17405 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17406
17407         * sys/ximage/Makefile.am:
17408         * sys/xvimage/Makefile.am:
17409           Add some _CFLAGS and _LIBS that seem to be missing
17410           and/or required for Cygwin (see #317048).
17411
17412 2006-02-22  Wim Taymans  <wim@fluendo.com>
17413
17414         * ext/alsa/gstalsasrc.c:
17415         Fix description as pointed out by caugier.
17416
17417 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
17418
17419         Reviewed by : Edward Hervey  <edward@fluendo.com>
17420
17421         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17422         (qt_type_find):
17423         Better 3gp typefinding (#331526).
17424
17425 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
17426
17427         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
17428           Don't send EOS event here, the base class will send one for us.
17429
17430         * gst/playback/gstplaybasebin.c: (prepare_output):
17431           Subpictures without video stream aren't allowed either.
17432         
17433         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
17434           Fix debug statement copy'n'paste-o.
17435
17436 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
17437
17438         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
17439           Fix issues with mixer keeping state when muting/unmuting
17440           and when changing the volume whilst muted (see #331763
17441           and #331765).
17442
17443 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
17444
17445         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
17446         (parse_subrip), (gst_sub_parse_format_autodetect):
17447           Set right caps given that we send escaped text. Also,
17448           honour <i></i>, <b></b> and <u></u> markers that can be found
17449           in .srt files (fixes #310202).
17450
17451 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
17452
17453         * gst-libs/gst/audio/mixerutils.c:
17454         (element_factory_rank_compare_func):
17455           Make order in which elements are tried more determinable.
17456
17457 2006-02-20  Julien MOUTTE  <julien@moutte.net>
17458
17459         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
17460         (remove_element_chain), (cleanup_decodebin),
17461         (gst_decode_bin_change_state): Make decodebin reusable by
17462         fixing remove_element_chain first and then introduce a
17463         cleaner in state change to ->NULL. (Closes #331678)
17464
17465 2006-02-19  Wim Taymans  <wim@fluendo.com>
17466
17467         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
17468         use 0666 mask when creating files so umask gets applied
17469         correctly. Fixes #331295.
17470
17471 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
17472
17473         * gst/subparse/Makefile.am:
17474         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
17475         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
17476         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
17477         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
17478         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
17479         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
17480         * gst/subparse/gstssaparse.h:
17481         * gst/subparse/gstsubparse.c: (plugin_init):
17482           Add very basic parser for SSA subtitle streams (as often
17483           found in matroska files).
17484
17485 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
17486
17487         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
17488           That should be text/x-pango-markup, not text/x-pango-layout.
17489
17490 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17491
17492         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
17493         Polishing.
17494
17495 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17496
17497         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17498         (gst_text_overlay_finalize), (gst_text_overlay_init),
17499         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17500         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17501         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17502         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17503         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17504         Fix state change deadlock.
17505
17506 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17507
17508         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17509         (gst_text_overlay_finalize), (gst_text_overlay_init),
17510         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17511         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17512         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17513         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17514         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17515         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
17516         and subtitles files.
17517
17518 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17519
17520         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
17521         should be considered as raw.
17522
17523 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17524
17525         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
17526         (cb_probe):
17527         * gst/playback/gststreaminfo.h: Introduce language informations.
17528
17529 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
17530
17531         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
17532         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
17533         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
17534         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
17535         Set shared memory segments to be deleted as soon as we have attached,
17536         that way they get cleaned up automatically if we crash.
17537
17538 2006-02-18  Julien MOUTTE  <julien@moutte.net>
17539
17540         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
17541         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
17542         functions are called with lock held.
17543
17544 2006-02-18  Julien MOUTTE  <julien@moutte.net>
17545
17546         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17547         (gst_text_overlay_finalize), (gst_text_overlay_init),
17548         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17549         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17550         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
17551         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
17552         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
17553         (gst_text_overlay_change_state): Refactoring of textoverlay
17554         without collectpads. This now supports sparse subtitles coming
17555         from a demuxer instead of a sub file. Seeking is still broken 
17556         though. Need to discuss with wtay some more on how to handle
17557         seeking correctly.
17558         * ext/pango/gsttextoverlay.h:
17559         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
17560         subtitles coming from the demuxer.
17561
17562 2006-02-17  Wim Taymans  <wim@fluendo.com>
17563
17564         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
17565         (gst_vorbisenc_convert_sink):
17566         Use some more scaling functions.
17567
17568 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
17569
17570         * ext/cdparanoia/gstcdparanoiasrc.c:
17571         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
17572         (gst_cd_paranoia_paranoia_callback),
17573         (gst_cd_paranoia_src_signal_is_being_watched),
17574         (gst_cd_paranoia_src_read_sector):
17575         * ext/cdparanoia/gstcdparanoiasrc.h:
17576           Add back 'transport-error' and 'uncorrected-error' signals and
17577           make them actually be fired when bad stuff happens (#319340).
17578
17579 2006-02-17  Wim Taymans  <wim@fluendo.com>
17580
17581         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
17582         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
17583         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
17584         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
17585         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
17586         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
17587         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
17588         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
17589         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
17590         (gst_ring_buffer_clear):
17591         Small cleanups.
17592         Added some G_LIKELY.
17593
17594 2006-02-17  Wim Taymans  <wim@fluendo.com>
17595
17596         * gst-libs/gst/audio/TODO:
17597         Update TODO
17598
17599         * gst-libs/gst/audio/gstbaseaudiosink.c:
17600         (gst_base_audio_sink_get_offset):
17601         When trying to play samples ASAP and we don't have a
17602         previous sample, try to play at position 0 instead of
17603         an invalid position.
17604
17605 2006-02-17  Wim Taymans  <wim@fluendo.com>
17606
17607         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
17608         (gst_alsasink_reset):
17609         Also release lock when we get an error in _reset();
17610         fix an error message.
17611
17612 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17613
17614         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
17615         (gst_alsasink_init), (get_channel_free_structure),
17616         (caps_add_channel_configuration), (gst_alsasink_getcaps),
17617         (gst_alsasink_close):
17618         * ext/alsa/gstalsasink.h:
17619           Add support for more than 2 channels (#326720).
17620
17621 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17622
17623         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
17624           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
17625           with 4 or 6 channels, assume a default channel layout to make things
17626           work (not sure there's anything else we can do in those cases).
17627
17628 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17629
17630         * gst-libs/gst/audio/multichannel.c:
17631           Minor docs fix.
17632
17633         * gst-libs/gst/riff/Makefile.am:
17634         * gst-libs/gst/riff/riff-ids.h:
17635         * gst-libs/gst/riff/riff-media.c:
17636         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
17637           Add support for WAVEFORMATEX, eg. PCM audio with more than two
17638           channels and a channel layout map.
17639           
17640 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
17641
17642         Reviewed by Edward Hervey  <edward@fluendo.com>
17643
17644         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
17645         C-level optimization of the RGBA nearest neighbour function.
17646         Eventually this might end up in liboil with vectorized versions.
17647
17648 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17649
17650         * gst-libs/gst/audio/multichannel.c:
17651         (gst_audio_get_channel_positions):
17652           When we have more than 2 channels, but no channel layout is
17653           specified in the caps, return some default channel layout
17654           to the caller and warn about about a possibly buggy element
17655           (could be buggy filtercaps as well of course) (#317038).
17656
17657 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17658
17659         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
17660           Add gst-libs/gst/cdda to list of lib search paths.
17661
17662 2006-02-15  Andy Wingo  <wingo@pobox.com>
17663
17664         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
17665         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
17666         to the Lord Jesus that I do not have to touch the ogg muxer ever
17667         again.
17668
17669 2006-02-15  Edward Hervey  <edward@fluendo.com>
17670
17671         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
17672         quicktime movie files can also contain 'uuid' atoms.
17673
17674 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
17675
17676         * gst/audioconvert/plugin.c: (plugin_init):
17677           Register the GstAudioChannelPosition enum type with the type
17678           system in the plugin_init function, so that it is known before
17679           any element actually makes use of multi-channel stuff. This is
17680           required for example if one wants to be able to deserialise/use
17681           a caps string with channel positions before any pipeline has
17682           been setup and started, like with gst-launch.
17683
17684 2006-02-14  Wim Taymans  <wim@fluendo.com>
17685
17686         * gst-libs/gst/audio/gstringbuffer.c:
17687         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
17688         (gst_ring_buffer_samples_done), (wait_segment),
17689         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
17690         Add some compiler G_(UN_)LIKELY help.
17691         SIGNAL the ringbuffer waiters when going to PAUSED as well to
17692         make sure they can exit their functions. Should fix #330748
17693
17694 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17695
17696         * Makefile.am:
17697         * configure.ac:
17698         * win32/MANIFEST:
17699         * win32/common/_stdint.h:
17700           Windows does not have long long; copy the generated _stdint.h
17701         * win32/common/interfaces-enumtypes.c:
17702         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
17703         (gst_mixer_track_flags_get_type),
17704         (gst_tuner_channel_flags_get_type):
17705         * win32/common/multichannel-enumtypes.c:
17706         (gst_audio_channel_position_get_type):
17707           update
17708
17709 2006-02-13  Wim Taymans  <wim@fluendo.com>
17710
17711         * gst-libs/gst/audio/gstbaseaudiosink.c:
17712         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
17713         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17714         Always sync on first sample we receive when starting.
17715
17716 2006-02-13  Wim Taymans  <wim@fluendo.com>
17717
17718         * gst/playback/gstplaybin.c: (gen_vis_element):
17719         Update vis bin docs.
17720         Move queue after tee so we don't queue video buffers but
17721         audio samples instead. Fixes problems where the video queue
17722         is filled and the audio queue empty.
17723
17724 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
17725
17726         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
17727           No need to push an EOS event here, GstBaseSrc will do that for us
17728           when we return FLOW_UNEXPECTED.
17729           
17730 2006-02-12  Wim Taymans  <wim@fluendo.com>
17731
17732         * gst-libs/gst/audio/gstbaseaudiosink.c:
17733         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
17734         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
17735         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17736         Use scale functions when possible.
17737         Fix error messages.
17738         Free clockid when after waiting for EOS.
17739         Use G_(UN_)LIKLY when it makes sense.
17740         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
17741
17742 2006-02-12  Edward Hervey  <edward@fluendo.com>
17743
17744         * gst/playback/gstplaybasebin.c: (prepare_output): 
17745         Remove stray semi-colon (fixes #330888).
17746
17747 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
17748
17749         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
17750         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
17751         Fix up the XShm call testing so that we catch errors, and don't
17752         cause new ones by attempting to detach from a segment we failed
17753         to attach to. Fixes #312439.
17754
17755 2006-02-10  Edward Hervey  <edward@fluendo.com>
17756
17757         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17758         Added flv file typefind (video/x-flv).
17759
17760 2006-02-10  Edward Hervey  <edward@fluendo.com>
17761
17762         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
17763         (gst_riff_create_video_template_caps):
17764         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
17765         Also added the caps to the default set of riff video caps.
17766
17767 2006-02-09  Andy Wingo  <wingo@pobox.com>
17768
17769         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
17770         time and the end time of the last packet in the page.
17771         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
17772         on the pages in our queue, set the duration as well. Reflow a
17773         debug statement.
17774         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
17775         Fixes bad muxing order.
17776
17777 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17778
17779         * gst-libs/gst/rtp/gstbasertppayload.c:
17780         (gst_basertppayload_setcaps), (gst_basertppayload_push):
17781           update seqnum before setting it on the packet; this makes sure
17782           that the timestamp and seqnum properties match after pushing
17783           a buffer
17784
17785 2006-02-09  Andy Wingo  <wingo@pobox.com>
17786
17787         * gst-libs/gst/audio/gstringbuffer.c
17788         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
17789         overflow after 13.5 hours of recording. Kapow!
17790
17791         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
17792         the buffer size -- we don't care about underrun/overrun reporting
17793         right now, just need to return a useful value.
17794
17795 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
17796
17797         * configure.ac:
17798           Back to CVS
17799
17800 === release 0.10.3 ===
17801
17802 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
17803
17804         * configure.ac:
17805           releasing 0.10.3, "Under Pressure"
17806
17807 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17808
17809         * configure.ac:
17810         Drat. Bump libtool version number for new API.
17811         Prelease 0.10.2.3 (of 0.10.3)
17812
17813 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17814
17815         * configure.ac:
17816         * win32/common/config.h:
17817         0.10.2.2 prerelease (of 0.10.3).
17818
17819 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17820
17821         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
17822           Revert Andy's newsegment change pending a more correct
17823           fix.
17824
17825 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17826
17827         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17828         (qt_type_find), (plugin_init):
17829           detect more files as 3gp
17830           group and reorder the iso file formats
17831
17832 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17833
17834         * ext/vorbis/vorbis.c: (plugin_init):
17835           Register musicbrainz tags, so apps don't have to.
17836
17837 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17838
17839         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
17840         (gst_tag_to_vorbis_tag):
17841           Make sure we called gst_tag_register_musicbrainz_tags()
17842           before possibly mapping a vorbiscomment string from/to a
17843           musicbrainz tag.
17844
17845 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17846
17847         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
17848           In case we can't find the required number of consecutive
17849           mpeg audio frames to positively identify an MPEG audio
17850           stream, check if there's at least a valid mpeg audio
17851           frame right at offset 0 and if so suggest mpeg/audio
17852           caps with a very low probability (#153004).
17853
17854 2006-02-07  Andy Wingo  <wingo@pobox.com>
17855
17856         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
17857         a TIME segment if we get timestamped buffers. Requires recent
17858         fixes in core to work properly.
17859
17860 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17861
17862         * gst/playback/gstplaybasebin.c: (prepare_output):
17863           Don't print the URI as part of the error message, it
17864           makes error dialogs look rather ugly, especially if
17865           the URI is very long or has characters in it that
17866           need escaping.
17867
17868 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17869
17870         * gst/playback/gstplaybasebin.c: (prepare_output):
17871           Error out if we have only text or subtitles, but nothing
17872           else. Also error out if we have subtitles but no video
17873           stream.
17874
17875 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17876
17877         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
17878           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
17879           Post an error message on the bus when we encounter an
17880           error, which will hopefully be more meaningful than the
17881           'Internal Flow Error' message users get to see if we
17882           just return GST_FLOW_ERROR.
17883
17884 2006-02-07  Andy Wingo  <wingo@pobox.com>
17885
17886         * configure.ac (GST_MAJORMINOR): Update core version req to
17887         0.10.2.2, for the collectpads API addition (#330244).
17888
17889 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17890
17891         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
17892           Return FALSE from plugin_init() when GnomeVFS can't
17893           be initialised for some reason (#328423).
17894
17895 2006-02-06  Julien MOUTTE  <julien@moutte.net>
17896
17897         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
17898         Stick to seeking theory until i find the bug.
17899         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
17900
17901 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
17902
17903         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17904         (theora_enc_finalize), (theora_enc_sink_setcaps),
17905         (theora_set_header_on_caps), (theora_enc_chain),
17906         (theora_enc_change_state):
17907         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
17908           Make theoraenc and the tests leak free. Like, really.
17909
17910 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
17911
17912         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17913         (theora_enc_finalize), (theora_enc_sink_setcaps):
17914           Add a finalize method to ensure we clean up state even if
17915           someone omitted the state change back to NULL.
17916
17917         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
17918         (gst_vorbisenc_chain):
17919           Free some more leaked bits.
17920
17921         * tests/check/pipelines/theoraenc.c: (start_pipeline),
17922         (stop_pipeline):
17923           Wait for state changes to happen if they're ASYNC.
17924
17925           This ought to teach those fancy pants buildbots a lesson.
17926
17927 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
17928
17929         * gst-libs/gst/tag/gstid3tag.c:
17930           Add mapping for ID3 International Standard Recording Code
17931           tag "TSRC"
17932
17933 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
17934
17935         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
17936           Don't leak tag names.
17937
17938 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17939
17940         * docs/libs/gst-plugins-base-libs-docs.sgml:
17941         * docs/libs/gst-plugins-base-libs-sections.txt:
17942         * gst-libs/gst/tag/gstid3tag.c:
17943         * gst-libs/gst/tag/gstvorbistag.c:
17944         * gst-libs/gst/tag/tags.c:
17945           Split libgsttag docs into multiple sections.
17946
17947 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17948
17949         * docs/libs/Makefile.am:
17950         * docs/libs/gst-plugins-base-libs-docs.sgml:
17951         * docs/libs/gst-plugins-base-libs-sections.txt:
17952         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
17953         * gst-libs/gst/tag/gstvorbistag.c:
17954         * gst-libs/gst/tag/tag.h:
17955         * gst-libs/gst/tag/tags.c:
17956           Add libgsttag to the docs.
17957
17958 2006-02-05  Julien MOUTTE  <julien@moutte.net>
17959
17960         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
17961         (gst_text_overlay_init), (gst_text_overlay_src_event),
17962         (gst_text_overlay_collected): Fix clockoverlay.
17963
17964 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17965
17966         * docs/libs/compiling.sgml:
17967           Fix typo: it's pkg-config, not pkg-gconfig
17968
17969         * docs/libs/gst-plugins-base-libs-docs.sgml:
17970         * docs/libs/gst-plugins-base-libs-sections.txt:
17971         * docs/libs/tmpl/gstgconf.sgml:
17972           There is no libgstgconf in 0.10, remove it
17973           from the docs.
17974
17975 2006-02-05  Julien MOUTTE  <julien@moutte.net>
17976
17977         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
17978         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
17979         (gst_text_overlay_src_event), (gst_text_overlay_collected):
17980         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
17981         (gst_sub_parse_class_init), (gst_sub_parse_init),
17982         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
17983         (parse_mpsub), (parser_state_init), (handle_buffer),
17984         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
17985         * gst/subparse/gstsubparse.h: Introduce seeking code.
17986
17987 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17988
17989         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
17990           Add comment about LANGUAGE tag inconsistency (we want
17991           ISO-639-1, but extract three-letter identifiers?)
17992
17993         * po/POTFILES.in:
17994           Add two translatable files.
17995
17996 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17997
17998         * gst-libs/gst/tag/Makefile.am:
17999         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
18000         * gst-libs/gst/tag/tag.h:
18001         * gst-libs/gst/tag/tags.c:
18002         (gst_tag_register_musicbrainz_tags_internal),
18003         (gst_tag_register_musicbrainz_tags):
18004           Forward-port some tags stuff from the 0.8 branch. This is
18005           mostly the addition of musicbrainz tags and their mapping
18006           to vorbistags, and a vorbistag mapping of the language tag.
18007
18008 2006-02-05  Julien MOUTTE  <julien@moutte.net>
18009
18010         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
18011         refactoring.
18012
18013 2006-02-04  David Schleef  <ds@schleef.org>
18014
18015         * ext/ogg/gstoggmux.c:
18016         * gst/typefind/gsttypefindfunctions.c:
18017           Add Dirac typefinding and add dirac format to oggmux.
18018
18019 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
18020
18021         * gst/playback/gstdecodebin.c: (try_to_link_1):
18022           Don't put essential function call into
18023           g_return_*() macro, otherwise it'll all be
18024           replaced by NOOPs when compiling with
18025           G_DISABLE_CHECKS defined.
18026
18027 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18028
18029         * ext/ogg/gstoggdemux.c:
18030         * ext/ogg/gstoggparse.c:
18031         * gst/tcp/gsttcpserversink.c:
18032         * sys/v4l/v4lsrc_calls.c:
18033         * sys/v4l/v4lsrc_calls.h:
18034         Just make it compile with --disable-gst-debug.
18035
18036 2006-02-03  Wim Taymans  <wim@fluendo.com>
18037
18038         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
18039         (gst_alsasink_class_init), (gst_alsasink_init),
18040         (gst_alsasink_write), (gst_alsasink_reset):
18041         * ext/alsa/gstalsasink.h:
18042         Add lock to protect alsa calls.
18043         Implement reset to flush samples ASAP, does not work
18044         with dmix though.
18045
18046 2006-02-02  Wim Taymans  <wim@fluendo.com>
18047
18048         * gst-libs/gst/audio/gstbaseaudiosink.c:
18049         (gst_base_audio_sink_provide_clock):
18050         Ugh.. getting late I guess...
18051
18052 2006-02-02  Wim Taymans  <wim@fluendo.com>
18053
18054         * gst-libs/gst/audio/gstbaseaudiosink.c:
18055         (gst_base_audio_sink_provide_clock),
18056         (gst_base_audio_sink_set_property),
18057         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
18058         Don't try to provide a clock when we are not negotiated since
18059         we might not be able to make it run.
18060
18061 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18062
18063         * gst/playback/gstdecodebin.c: (try_to_link_1):
18064           Unlinking two source pads is ... hard.
18065
18066 2006-02-02  Wim Taymans  <wim@fluendo.com>
18067
18068         * gst-libs/gst/audio/TODO:
18069         Updated.
18070
18071         * gst-libs/gst/audio/gstbaseaudiosink.c:
18072         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
18073         On EOS, wait till the last sample is played before posting EOS.
18074
18075 2006-02-01  Philippe Kalaf <burger at speedy dot org>
18076
18077         Patch by: Kai Vehmanen
18078         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18079           Adds ability to enable newsegment bypass by setting queue_delay to
18080           zero. Also avoid thread being started if queue_delay is zero.
18081
18082 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18083
18084         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
18085           Make test work again by connecting fakesinks to each decoded pad,
18086           which makes the pipeline wait until each fakesink has a buffer
18087           queued before going to PAUSED state. At that point we know the
18088           decodebin pads are negotiated.
18089
18090 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18091
18092         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
18093         (gst_cdda_base_src_handle_event):
18094         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
18095           Pass unhandled queries to the parent class's query function.
18096
18097 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18098
18099         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
18100         (gst_ogg_pad_src_query):
18101         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
18102         * ext/theora/theoradec.c: (theora_dec_src_query),
18103         (theora_dec_sink_query):
18104         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
18105         (vorbis_dec_sink_query):
18106         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
18107         (gst_vorbisenc_sink_query):
18108         * gst/adder/gstadder.c: (gst_adder_query):
18109           Pass unhandled queries upstream instead of just
18110           dropping them (#326447). Also, fix supported
18111           query types list for some elements.
18112
18113 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18114
18115         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
18116         (paris_type_find), (ilbc_type_find), (plugin_init):
18117           Fix typefinding for audio/x-au, audio/x-paris and
18118           audio/iLBC-sh. We cannot use the START_WITH macros
18119           here, because there can only be one typefind factory
18120           with the same name (caps), so the second one would
18121           replace the first one and the first one would never
18122           be called when doing typefinding (see #161712).
18123           
18124
18125 2006-01-31  Wim Taymans  <wim@fluendo.com>
18126
18127         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
18128         (vorbis_handle_header_packet), (vorbis_dec_push),
18129         (vorbis_handle_data_packet):
18130         Use scale_int when we can, add some more scaling.
18131         Check packettype before parsing it.
18132
18133 2006-01-31  Wim Taymans  <wim@fluendo.com>
18134
18135         * ext/theora/theoradec.c: (_theora_granule_time),
18136         (theora_dec_src_convert), (theora_dec_sink_convert):
18137         Call right _scale functions.
18138         Use parameter instead of some other random value.
18139
18140 2006-01-31  Wim Taymans  <wim@fluendo.com>
18141
18142         * ext/theora/theoradec.c: (_theora_granule_frame),
18143         (_theora_granule_time), (_inc_granulepos),
18144         (theora_dec_src_convert), (theora_dec_sink_convert),
18145         (theora_handle_type_packet), (theora_handle_data_packet),
18146         (theora_dec_chain):
18147         Use higher precision timestamps calculation.
18148         Convert some other conversions to _scale.
18149
18150 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
18151
18152         * gst/audiotestsrc/gstaudiotestsrc.c:
18153         (gst_audio_test_src_create_sine_table), (plugin_init):
18154         * gst/volume/gstvolume.c: (plugin_init):
18155           initialize gst_controller before using
18156
18157 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
18158
18159         * tests/check/pipelines/theoraenc.c:
18160         * tests/check/pipelines/vorbisenc.c:
18161         Define constant using G_GINT64_CONSTANT to avoid errors when
18162         passing it around - otherwise it gets truncated to 32 bits.
18163
18164         Fixes failing tests.
18165
18166 2006-01-31  Andy Wingo  <wingo@pobox.com>
18167
18168         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
18169         caps being set doesn't have a framerate value. Basically a stopgap
18170         measure.
18171
18172         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
18173         technically correct enough to put into core though.
18174         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
18175         DURATION. Fixes theoraenc ! oggmux.
18176
18177         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
18178         fraction, not double.
18179
18180 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
18181
18182         * win32/vs7:
18183         add vs7 project files created by Sergey Scobich
18184
18185 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
18186
18187         * win32/vs8:
18188         add vs8 project files created by Sergey Scobich
18189         
18190 2006-01-30  Andy Wingo  <wingo@pobox.com>
18191
18192         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
18193         timestamp + duration, not just timestamp -- ogg pages should be
18194         ordered by stop time. Necessary fix given the change in vorbis
18195         timestamps.
18196
18197         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
18198         (gst_theora_enc_init): Pull the granule shift out of the encoder.
18199         (granulepos_add): New function, handles the messiness of adjusting
18200         granulepos values.
18201         (theora_buffer_from_packet):
18202         (theora_enc_chain):
18203         (theora_enc_sink_event): Use granulepos_add, not +.
18204
18205         * tests/check/pipelines/theoraenc.c
18206         (check_buffer_granulepos_from_starttime): Just check the frame
18207         count, not the actual granulepos -- we can't dictate to the
18208         encoder when it should be placing keyframes.
18209
18210 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18211
18212         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
18213           SERVICE_NOT_AVAILABLE happens for example when you're trying to
18214           play an http:// stream from a server that's not serving
18215
18216 2006-01-30  Andy Wingo  <wingo@pobox.com>
18217
18218         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
18219         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
18220         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
18221         available.
18222
18223         * ext/theora/gsttheoraenc.h:
18224         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
18225         although theoraenc was timestamping correctly. Added handling of
18226         streams that start with nonzero timestamps.
18227
18228         * tests/check/Makefile.am:
18229         * tests/check/pipelines/theoraenc.c: New file, basically does same
18230         tests as vorbisenc.
18231
18232         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
18233
18234 2006-01-30  Wim Taymans  <wim@fluendo.com>
18235
18236         * gst-libs/gst/audio/gstaudiosink.c:
18237         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
18238         (gst_audioringbuffer_pause):
18239         Implement pause that does not wait for completion.
18240
18241         * gst-libs/gst/audio/gstbaseaudiosink.c:
18242         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18243         Don't drop buffers when going to PAUSED but perform preroll on
18244         remaining samples now that core base class supports this.
18245
18246         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
18247         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
18248         (gst_ring_buffer_commit):
18249         Pause should not signal waiters.
18250         Implement return value of _commit correctly.
18251
18252 2006-01-30  Andy Wingo  <wingo@pobox.com>
18253
18254         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
18255
18256         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
18257         updated to timestamp from the first sample, not the last.
18258         (gst_vorbisenc_buffer_from_header_packet): New function, takes
18259         special care of granulepos and timestamp for header packets.
18260         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
18261         when the first buffer has a nonzero timestamp.
18262
18263         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
18264         (GstVorbisEnc.subgranule_offset): New members. Take care of the
18265         case when the first audio buffer we get has a nonzero timestamp.
18266         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
18267         properly timestamp vorbis buffers with the time of the first
18268         sample, not the last.
18269         
18270         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
18271         vorbis_granule_time_copy -- now it takes the granule/subgranule
18272         offset into account.
18273
18274         * tests/check/pipelines/vorbisenc.c: New test for correctness of
18275         timestamps, durations, and granulepos on buffers produced by
18276         vorbisenc.
18277
18278 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
18279
18280         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18281         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
18282           Patch from Eric Jonas to support conversions to/from UYVY 
18283           (Fixes: #324626)
18284
18285 2006-01-30  Julien MOUTTE  <julien@moutte.net>
18286
18287         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
18288         (setup_subtitle), (setup_source), (set_active_source):
18289         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
18290         (gen_text_element), (gen_audio_element), (gen_vis_element),
18291         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
18292
18293 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
18294
18295         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
18296         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
18297                 use gst_guint64_to_gdouble to be compliant with vs6
18298         * gst/playback/gstdecodebin.c: (try_to_link_1)
18299         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
18300                 use G_GINT64_CONSTANT for int64 constants
18301         * win32/common/libgstinterfaces.def:
18302                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
18303         * win32/vs6:
18304                 update and add new project files
18305                 
18306 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18307
18308         * Makefile.am:
18309         * win32/MANIFEST:
18310         * win32/common/interfaces-enumtypes.c:
18311         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
18312         (gst_mixer_track_flags_get_type),
18313         (gst_tuner_channel_flags_get_type):
18314         * win32/common/interfaces-enumtypes.h:
18315         * win32/common/multichannel-enumtypes.c:
18316         (gst_audio_channel_position_get_type):
18317         * win32/common/multichannel-enumtypes.h:
18318           add a win32-update rule like in core, and copy over enumtypes files
18319
18320 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18321
18322         * win32/MANIFEST:
18323         * win32/common/config.h:
18324         * win32/common/config.h.in:
18325           add config files just like in core
18326
18327 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
18328
18329         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
18330           Make gcc-4.1 happy (part of #327357).
18331
18332 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
18333
18334         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
18335         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
18336         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
18337         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
18338         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
18339         (gst_alsasrc_unprepare), (gst_alsasrc_read):
18340           Update all error messages.  All of them should either use
18341           the default translated message, or actually provide a
18342           translatable string.
18343           Make the string for channel count problems meaningful.
18344
18345 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
18346
18347         * sys/v4l/v4l_calls.c: (gst_v4l_open):
18348           check for and throw RESOURCE_BUSY
18349
18350 2006-01-27  David Schleef  <ds@schleef.org>
18351
18352         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
18353           checked in this change -- it requires liboil features not
18354           in 0.3.6.  Revert parts.
18355
18356 2006-01-27  David Schleef  <ds@schleef.org>
18357
18358         * REQUIREMENTS:
18359         * configure.ac: update liboil requirement to 0.3.6
18360         * gst/videoscale/Makefile.am:
18361         * gst/videoscale/vs_scanline.c: liboilify
18362
18363 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18364
18365         * ext/libvisual/visual.c: (get_buffer):
18366           When pad_alloc returns a GstFlowReturn other
18367           than GST_FLOW_OK, make sure it is passed upstream.
18368
18369 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18370
18371         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
18372         (gst_alsasink_class_init):
18373           Free the device name string.
18374
18375         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
18376         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
18377         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
18378           Don't remove a pad from the collectpads structure until it
18379           is released - it's a request pad, and may receive data again
18380           if the element gets moved back to PLAYING state.
18381
18382         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
18383           Ensure we turn on double buffering on the Xv port, and
18384           set the colour key to something dark and mysterious that
18385           isn't black.
18386
18387 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
18388
18389         * ext/alsa/gstalsaplugin.c: (plugin_init):
18390         * ext/cdparanoia/gstcdparanoiasrc.c:
18391         (gst_cd_paranoia_src_base_init), (plugin_init):
18392         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18393         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
18394           - a library should not call setlocale. see "Libraries" node in
18395             gettext manual
18396           - make sure all plugins that use translation do bindtextdomain
18397             to point to the localedir
18398         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
18399         (setup_sinks), (plugin_init):
18400           all this, and check for NULL when creating sinks
18401
18402 2006-01-27  Julien MOUTTE  <julien@moutte.net>
18403
18404         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
18405         (plugin_init): Make typefinding of subtitles work again.
18406
18407 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
18408
18409         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
18410         (mp3_type_frame_length_from_header), (mp3_type_find),
18411         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
18412         (plugin_init):
18413           Backport a bunch of typefinding fixes from the 0.8 branch.
18414           Also, improve wavpack typefinding: if we can't peek the
18415           entire wavpack block, try to parse the bits we can get and
18416           see if we find what we're looking for in those.
18417
18418 2006-01-26  Julien MOUTTE  <julien@moutte.net>
18419
18420         * sys/ximage/ximagesink.c:
18421         (gst_ximagesink_calculate_pixel_aspect_ratio):
18422         * sys/xvimage/xvimagesink.c:
18423         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
18424         more cases of pixel aspect ratio.
18425
18426 2006-01-26  Edward Hervey  <edward@fluendo.com>
18427
18428         * gst/playback/gstdecodebin.c: (pad_probe):
18429         Also consider the flush-start and tag events as unblockers
18430         for the pad probes.
18431
18432 2006-01-26  Julien MOUTTE  <julien@moutte.net>
18433
18434         * gst/playback/gstplaybin.c: (gst_play_bin_init),
18435         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
18436         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
18437         On the fly visualisation switch, works disabling, enabling as
18438         well but it won't be able to enable vis in a playbin that was
18439         created with no visualisation.
18440
18441 2006-01-25  Wim Taymans  <wim@fluendo.com>
18442
18443         * gst-libs/gst/audio/gstbaseaudiosink.c:
18444         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18445         Undo previous commit that returned WRONG_STATE sooner, it breaks 
18446         resume after pause.
18447
18448 2006-01-25  Wim Taymans  <wim@fluendo.com>
18449
18450         * gst-libs/gst/audio/gstbaseaudiosink.c:
18451         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
18452         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
18453         Improve debugging.
18454         Post error when caps cannot be parsed.
18455         Resync on discontinuity in the stream.
18456         Clip samples to segment boundaries.
18457         return WRONG_STATE sooner when we are flushing.
18458
18459         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
18460         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
18461         Make audiosrc operate in TIME.
18462         Set TIMESTAMP and DURATION on buffers.
18463
18464 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
18465
18466         * tests/examples/seek/seek.c: (main):
18467           Output tag messages as well.
18468
18469 2006-01-23  Edward Hervey  <edward@fluendo.com>
18470
18471         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
18472         (free_pad_probes), (remove_fakesink), (pad_probe),
18473         (close_pad_link), (gst_decode_bin_change_state):
18474         Replace GstPadBlockCallback with pad probes that detect
18475         first buffer AND eos before removing fakesink.
18476         Fixes hang with demuxers doing EOS while pre-rolling.
18477         Solves #328279
18478
18479 2006-01-23  Andy Wingo  <wingo@pobox.com>
18480
18481         * ext/alsa/gstalsasink.c:
18482         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18483         (gst_base_rtp_depayload_setcaps),
18484         (gst_base_rtp_depayload_add_to_queue),
18485         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
18486         
18487         Patch by: Jens Granseuer <jensgr at gmx dot net>
18488
18489 2006-01-22  Julien MOUTTE  <julien@moutte.net>
18490
18491         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
18492         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
18493         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
18494         frames. We might get a frame destroyed after changing state to
18495         NULL, adding a safety check on xcontext.
18496
18497 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
18498
18499         * gst-libs/gst/interfaces/xoverlay.c:
18500           Fix prepare-xwindow-id code example in the docs - we need to
18501           ignore all messages that aren't element messages as well.
18502           
18503 2006-01-21  Julien MOUTTE  <julien@moutte.net>
18504
18505         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
18506           I think one day i'll completely undestand how caps negotiation
18507           is supposed to work. This refactoring handles buffer_alloc
18508           called with caps we can't handle. We definitely don't want a
18509           set_caps with those caps, so we define and allocate a buffer
18510           we would like to receive.
18511
18512 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18513
18514         * gst/playback/gstplaybasebin.c: (setup_source):
18515           Free iterator when done.
18516
18517 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
18518
18519         * gst-libs/gst/audio/gstbaseaudiosink.c:
18520         (gst_base_audio_sink_render):
18521           Fix playback of non-synchronised streams by assuming a rate
18522           of 1.0 instead of a random one.
18523
18524           Makes this work again:
18525
18526           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
18527           endianness=(int)4321, signed=(boolean)true, width=(int)16,
18528           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
18529           audioresample ! alsasink
18530
18531 === release 0.10.2 ===
18532
18533 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
18534
18535         * configure.ac:
18536           releasing 0.10.2, "Then the devil is six"
18537
18538 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
18539
18540         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18541         * gst/playback/gststreamselector.c:
18542         (gst_stream_selector_set_property):
18543           Comment out broken code that connects to the state-changed signal.
18544           At this point, changing current stream selection is broken, but 
18545           stuff like gst-launch playbin current-audio=1 works and filters
18546           to the chosen stream.
18547
18548 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18549
18550         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
18551           Fix #327216 (null dereference in vorbisdec)
18552
18553 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
18554
18555         * ext/theora/theoradec.c: (theora_handle_comment_packet):
18556           Post taglist actually on bus instead of just freeing it
18557           (fixes #327114 and totem bug #327080).
18558
18559         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
18560           Use gst_element_found_tags_for_pad(), so that the tags
18561           are sent downstream as an event as well.
18562
18563 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
18564
18565         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
18566         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
18567         (gst_ximagesink_buffer_alloc):
18568         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
18569         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
18570         (gst_xvimagesink_buffer_alloc):
18571           move all regularly occurring messages to GST_LOG level
18572           add some more object logs
18573
18574 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
18575
18576         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
18577           fix a silly segfault
18578
18579 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
18580
18581         * docs/libs/gst-plugins-base-libs-docs.sgml:
18582         * docs/libs/gst-plugins-base-libs-sections.txt:
18583         * gst-libs/gst/audio/mixerutils.c:
18584         * gst-libs/gst/audio/mixerutils.h:
18585           Add docs for mixerutils stuff.
18586
18587 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
18588
18589         * gst/playback/gstplaybasebin.c: (setup_source):
18590           Fix playback for sources that emit raw audio or
18591           raw video streams (e.g.: cd audio sources) (#325984).
18592
18593 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18594
18595         * gst-libs/gst/audio/mixerutils.c:
18596         (gst_audio_mixer_filter_do_filter):
18597           actually save the element we create
18598
18599 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
18600
18601         * gst-libs/gst/cdda/gstcddabasesrc.c:
18602         (gst_cdda_base_src_handle_track_seek):
18603           No need to post a tag message on the bus when seeking
18604           within the same track, only post it when the current
18605           track changes.
18606
18607 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
18608
18609         * gst/playback/gstplaybasebin.c: (group_destroy),
18610         (probe_triggered), (new_decoded_pad), (mute_group_type),
18611         (set_active_source):
18612         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18613         * gst/playback/gststreamselector.c:
18614         (gst_stream_selector_base_init),
18615         (gst_stream_selector_set_property),
18616         (gst_stream_selector_request_new_pad):
18617           Reenable stream selection. These mechanisms need a complete overhaul
18618           in the face of 0.8->0.10 changes though.
18619
18620 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
18621
18622         * ext/ogg/gstoggdemux.c:
18623           Change the pad template to src_%d to match the pads that 
18624           are created from it. decodebin needs this information in order
18625           to decide that oggdemux is capable of producing multiple pads
18626           (and hence needs queues inserted).
18627
18628         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
18629         (gst_ogg_mux_collected):
18630           Make debug output more useful by using GST_PTR_FORMAT.
18631
18632 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
18633
18634         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18635
18636         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
18637           Set depth and width for alaw/mulaw (fixes #326601).
18638
18639 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18640
18641         * tests/icles/Makefile.am:
18642           don't build the tests if we don't have the libs
18643
18644 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18645
18646         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
18647         (gst_cd_paranoia_paranoia_callback):
18648           Don't try to free NULL pointers.
18649
18650 2006-01-10  Edward Hervey  <edward@fluendo.com>
18651
18652         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
18653         (gst_audio_rate_change_state), (plugin_init):
18654         Add debugging category.
18655         Fix type issues.
18656         Add case for incoming buffers without valid offset/offset_end.
18657
18658 2006-01-10  Michael Smith  <msmith@fluendo.com>
18659
18660         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
18661           Don't leak GCond in audio sources.
18662
18663 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
18664
18665         * gst/playback/gstplaybin.c: (gen_audio_element):
18666           Don't leak an autoaudiosink/alsasink when we generate
18667           a new audio element. (old code, I guess)
18668
18669 2006-01-10  Michael Smith  <msmith@fluendo.com>
18670
18671         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
18672           Support float audio in audiorate.
18673           Use width rather than depth for selecting sample width.
18674
18675 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18676
18677         * gst/videotestsrc/videotestsrc.h:
18678           Use GLib types here (that way we don't have to include the
18679           generated _stdint.h header, which makes life easier for win32
18680           folks that don't use autotools for the build) (#325990, patch
18681           by: Sergey Scobich).
18682
18683 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18684
18685         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
18686         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
18687         (gst_ring_buffer_pause), (wait_segment):
18688         * gst-libs/gst/audio/gstringbuffer.h:
18689           Name (private) union, makes Forte compiler happy (this time
18690           for real) (#324900).
18691
18692 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
18693
18694         * gst-libs/gst/audio/Makefile.am:
18695           Link against libgstinterfaces, needed for mixer
18696           and property probe stuff.
18697
18698 2006-01-09  Edward Hervey  <edward@fluendo.com>
18699
18700         * gst-libs/gst/Makefile.am:
18701
18702 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
18703
18704         * gst-libs/gst/audio/Makefile.am:
18705         * gst-libs/gst/audio/mixerutils.c:
18706         (gst_audio_mixer_filter_do_filter),
18707         (gst_audio_mixer_filter_check_element),
18708         (gst_audio_mixer_filter_probe_feature),
18709         (element_factory_rank_compare_func),
18710         (gst_audio_default_registry_mixer_filter):
18711         * gst-libs/gst/audio/mixerutils.h:
18712           Add gst_audio_default_registry_mixer_filter() utility
18713           function.
18714
18715 2006-01-03  Michael Smith  <msmith@fluendo.com>
18716
18717         * gst/audioresample/resample.h:
18718           As before, but for o_buf
18719
18720 2006-01-03  Michael Smith  <msmith@fluendo.com>
18721
18722         * gst/audioresample/resample.h:
18723           Declare struct _ResampleState.buffer as unsigned char *, not void *,
18724           since we do arithmetic on it.
18725
18726 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
18727
18728         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
18729         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
18730         (gst_ring_buffer_pause), (wait_segment):
18731         * gst-libs/gst/audio/gstringbuffer.h:
18732           Sun's Forte compiler doesn't seem to like anonymous structs,
18733           so use same setup as in GstBaseSrc (fixes #324900).
18734
18735 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18736
18737         * configure.ac:
18738         * gst/volume/Makefile.am:
18739         * gst/volume/demo.c:
18740           move old example to tests/examples/volume/volune.c
18741         * tests/examples/Makefile.am:
18742         * tests/examples/seek/seek.c: (main):
18743           change window-close event from "delete-event" to "destroy"
18744         * tests/examples/volume/Makefile.am:
18745         * tests/examples/volume/volume.c: (value_changed_callback),
18746         (setup_gui), (message_received), (eos_message_received), (main):
18747           fix event handling and bus usage
18748
18749 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
18750
18751         * gst/audiotestsrc/gstaudiotestsrc.c:
18752         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
18753         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
18754         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
18755         (gst_audio_test_src_create_square),
18756         (gst_audio_test_src_create_saw),
18757         (gst_audio_test_src_create_triangle),
18758         (gst_audio_test_src_create_silence),
18759         (gst_audio_test_src_create_white_noise),
18760         (gst_audio_test_src_create_pink_noise),
18761         (gst_audio_test_src_init_sine_table),
18762         (gst_audio_test_src_create_sine_table),
18763         (gst_audio_test_src_change_wave),
18764         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
18765         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
18766         * gst/audiotestsrc/gstaudiotestsrc.h:
18767           update to basesrc changes, implement segmented seeking and eos
18768           handling, add a 'sine-tab' waveform for performance critical playback
18769
18770 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18771
18772         * po/POTFILES.in:
18773           ... and this time the other modified file that I missed last time.
18774
18775 2005-12-29  Michael Smith  <msmith@fluendo.com>
18776
18777         * gst/playback/gstdecodebin.c: (new_pad):
18778           Fix non-C89 variable declaration not at the start of a block. Should
18779           help some compilers.
18780
18781 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18782
18783         * tests/check/Makefile.am:
18784           And now fix 'make distcheck' (builddir != srcdir)
18785
18786 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18787
18788         * configure.ac:
18789         * ext/cdparanoia/Makefile.am:
18790         * ext/cdparanoia/gstcdparanoia.c:
18791         * ext/cdparanoia/gstcdparanoia.h:
18792         * ext/cdparanoia/gstcdparanoiasrc.c:
18793         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
18794         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
18795         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
18796         (gst_cd_paranoia_paranoia_callback),
18797         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
18798         (gst_cd_paranoia_src_set_property),
18799         (gst_cd_paranoia_src_get_property), (plugin_init):
18800         * ext/cdparanoia/gstcdparanoiasrc.h:
18801           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
18802           plugin again (there are still fixes required to playbin to make
18803           cdda:// uris work there).
18804
18805 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18806
18807         * tests/check/Makefile.am:
18808           Fix test case compilation.
18809
18810 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18811
18812         * gst-libs/gst/cdda/gstcddabasesrc.c:
18813         (gst_cdda_base_src_update_duration),
18814         (gst_cdda_base_src_calculate_cddb_id):
18815           An integer is not a string. Fix access to uninitialised variable.
18816
18817         * tests/check/Makefile.am:
18818           Add cddabasesrc unit test; also actually enable the vorbis test.
18819
18820         * tests/check/generic/states.c:
18821           Blacklist new cd audio elements as well.
18822
18823         * tests/check/libs/cddabasesrc.c:
18824           Unit test for GstCddaBaseSrc (discid calculation mostly).
18825
18826 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
18827
18828         * docs/libs/Makefile.am:
18829         * docs/libs/gst-plugins-base-libs-docs.sgml:
18830         * docs/libs/gst-plugins-base-libs-sections.txt:
18831         * docs/libs/gst-plugins-base-libs.types:
18832           Add docs for libgstcdda/GstCddaBaseSrc.
18833
18834         * gst-libs/gst/interfaces/mixertrack.h:
18835           Do one struct member per line with a semicolon at the end, that way
18836           even gtk-doc might parse it without complaining.
18837
18838 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
18839
18840         * configure.ac:
18841         * gst-libs/gst/Makefile.am:
18842         * gst-libs/gst/cdda/Makefile.am:
18843         * gst-libs/gst/cdda/base64.c:
18844         * gst-libs/gst/cdda/base64.h:
18845         * gst-libs/gst/cdda/gstcddabasesrc.c:
18846         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
18847         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
18848         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
18849         (gst_cdda_base_src_get_property),
18850         (gst_cdda_base_src_get_track_from_sector),
18851         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
18852         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
18853         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
18854         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
18855         (gst_cdda_base_src_uri_get_protocols),
18856         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
18857         (gst_cdda_base_src_uri_handler_init),
18858         (gst_cdda_base_src_setup_interfaces),
18859         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
18860         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
18861         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
18862         (gst_cdda_base_src_add_tags),
18863         (gst_cdda_base_src_add_index_associations),
18864         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
18865         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
18866         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
18867         (gst_cdda_base_src_create):
18868         * gst-libs/gst/cdda/gstcddabasesrc.h:
18869         * gst-libs/gst/cdda/sha1.c:
18870         * gst-libs/gst/cdda/sha1.h:
18871           Add new libgstcdda with GstCddaBaseSrc class.
18872
18873 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
18874
18875         * ext/gnomevfs/gstgnomevfssink.h:
18876           Use GstBaseSinkClass as parent_class member for class struct, not
18877           GstBaseSink.
18878
18879 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
18880
18881         Patch by: Michael Benes
18882
18883         * gst/videotestsrc/gstvideotestsrc.c:
18884         (gst_video_test_src_class_init), (gst_video_test_src_start):
18885           Add start method to reset running time and number of frames sent
18886           when starting up (fixes #324696)
18887
18888 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
18889
18890         * docs/plugins/Makefile.am:
18891         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
18892         * docs/plugins/gst-plugins-base-plugins-sections.txt:
18893         * docs/plugins/gst-plugins-base-plugins.args:
18894         * docs/plugins/gst-plugins-base-plugins.hierarchy:
18895         * docs/plugins/gst-plugins-base-plugins.signals:
18896           Add docs stuff for gnomevfssrc and gnomevfssink.
18897
18898         * ext/gnomevfs/gstgnomevfssrc.c:
18899           Fix example pipeline in gtk-doc blurb.
18900
18901 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
18902
18903         * ext/gnomevfs/Makefile.am:
18904         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
18905         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
18906         (gst_gnome_vfs_handle_get_type), (plugin_init):
18907         * ext/gnomevfs/gstgnomevfs.h:
18908         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
18909         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
18910         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
18911         (gst_gnome_vfs_sink_set_property),
18912         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
18913         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
18914         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
18915         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
18916         (gst_gnome_vfs_sink_uri_get_type),
18917         (gst_gnome_vfs_sink_uri_get_protocols),
18918         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
18919         (gst_gnome_vfs_sink_uri_handler_init):
18920         * ext/gnomevfs/gstgnomevfssink.h:
18921           Port gnomevfssink; add gtk-doc blurb.
18922
18923         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
18924         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
18925         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
18926         (gst_gnome_vfs_src_uri_get_type),
18927         (gst_gnome_vfs_src_uri_get_protocols),
18928         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
18929         (gst_gnome_vfs_src_uri_handler_init),
18930         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
18931         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
18932         (gst_gnome_vfs_src_send_additional_headers_callback),
18933         (gst_gnome_vfs_src_received_headers_callback),
18934         (gst_gnome_vfs_src_push_callbacks),
18935         (gst_gnome_vfs_src_pop_callbacks),
18936         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
18937         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
18938         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
18939         * ext/gnomevfs/gstgnomevfssrc.h:
18940           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
18941           file; add gtk-doc blurb with example pipelines.
18942
18943 === release 0.10.1 ===
18944
18945 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
18946
18947         * configure.ac:
18948           releasing 0.10.1, "Dobro Dedek"
18949
18950 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
18951
18952         * gst/typefind/gsttypefindfunctions.c:
18953         iLBC30 and iLBC20 added to typefind.
18954
18955 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18956
18957         * gst-libs/gst/audio/gstbaseaudiosink.c:
18958         (gst_base_audio_sink_class_init):
18959         * gst-libs/gst/audio/gstbaseaudiosrc.c:
18960         (gst_base_audio_src_class_init):
18961           update strings, values are in microseconds
18962           change the default sink buffer time to something that is smaller
18963           (to help software volume mixing have a slightly lower delay) but
18964           still be acceptable on Wim's laptop
18965
18966 2005-12-20  Edward Hervey  <edward@fluendo.com>
18967
18968         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
18969         Made a quack, forgot to add DUCK to the riff video template.
18970
18971 2005-12-19  Edward Hervey  <edward@fluendo.com>
18972
18973         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
18974         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
18975         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
18976         (gst_ogm_parse_chain):
18977         Make sure pads are initialized correctly.
18978         * gst-libs/gst/riff/riff-ids.h:
18979         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
18980         (gst_riff_create_video_template_caps):
18981         Add a whole bunch of FOURCC <=> MimeType.
18982         Extend the riff video pad template to support the newly added fourcc.
18983
18984 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
18985
18986         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
18987         (gst_ogg_demux_activate_chain):
18988           Extra debug output when activating/deactivating chains.
18989
18990         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
18991         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
18992         (unlinked):
18993           Remove a queue from our list when it becomes unlinked.
18994           Don't add queues to elements in class 'Demux' if they
18995           can only produce one pad 
18996
18997 2005-12-18  Julien MOUTTE  <julien@moutte.net>
18998
18999         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
19000         (gst_video_sink_get_type): Add a debug category.
19001
19002 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
19003
19004         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19005         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
19006           Handle downstream newsegment by sending our own newsegment before the
19007           next buffer to be released. (#323900)
19008
19009 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
19010
19011         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19012         (gst_base_rtp_depayload_set_gst_timestamp):
19013           add queue delay to new segment as well (as opposed to just the first
19014           buffer). (bug #322347)
19015
19016 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
19017
19018         * ext/libvisual/visual.c: (make_valid_name):
19019           change some char* into char[]
19020         * gst/audiotestsrc/gstaudiotestsrc.c:
19021         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
19022         (gst_audio_test_src_create):
19023         * gst/audiotestsrc/gstaudiotestsrc.h:
19024           prepare to handle EOS and SEGMENT_DONE
19025
19026 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
19027
19028         * tests/check/generic/states.c: (GST_START_TEST):
19029           Blacklist cdparanoia element in state test.
19030
19031 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
19032
19033           Patch by: Benjamin Pineau
19034
19035         * gst/tcp/gsttcp.c:
19036         * gst/tcp/gsttcpclientsink.c:
19037         * gst/tcp/gsttcpserversink.c:
19038         * gst/tcp/gsttcpserversrc.c:
19039           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
19040
19041 2005-12-15  Michael Smith  <msmith@fluendo.com>
19042
19043         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
19044         (gst_video_rate_chain):
19045           Fix timestamping for videorate when the first buffer it sees has a
19046           non-zero timestamp. Fix some misleading debug output.
19047
19048 2005-12-15  Michael Smith  <msmith@fluendo.com>
19049
19050         * gst/audioresample/gstaudioresample.c:
19051           Don't leak all input buffers to audioresample.
19052
19053 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
19054
19055         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
19056           Don't operate on empty text buffers. Strip newlines and
19057           tabs only from the end of the text, but leave them intact
19058           in the middle. Fix typo in gtk-doc description.
19059
19060 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
19061
19062         * gst/playback/gstplaybasebin.c:
19063         * gst/playback/gstplaybin.c: (handoff):
19064           Make sure the video frame buffer we return to apps via the
19065           "frame" property always has caps set on it. Modify
19066           _gst_gvalue_set_object() macro to handle NULL objects
19067           gracefully too.
19068
19069 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
19070
19071         * gst/audiotestsrc/gstaudiotestsrc.c:
19072         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
19073         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
19074         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
19075         (gst_audio_test_src_create):
19076         * gst/audiotestsrc/gstaudiotestsrc.h:
19077         Adjust to some recent api changes and add wtays new cool seeking
19078         capabillities
19079
19080 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
19081
19082         * ext/alsa/Makefile.am:
19083         * ext/alsa/gstalsadeviceprobe.c:
19084         * ext/alsa/gstalsadeviceprobe.h:
19085           Helper functions to add device probing via the GstPropertyProbe
19086           interface to a class.
19087
19088         * ext/alsa/gstalsamixer.h:
19089           Comment out GST_ALSA_MIXER, it returns a struct that's not
19090           used.
19091
19092         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
19093           Add some debug info. 
19094
19095         * ext/alsa/gstalsamixerelement.c:
19096         (gst_alsa_mixer_element_interface_supported),
19097         (gst_implements_interface_init),
19098         (gst_alsa_mixer_element_init_interfaces),
19099         (gst_alsa_mixer_element_class_init),
19100         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
19101         (gst_alsa_mixer_element_set_property),
19102         (gst_alsa_mixer_element_get_property),
19103         (gst_alsa_mixer_element_change_state):
19104         * ext/alsa/gstalsamixerelement.h:
19105           Add 'device' and 'device-name' properties. Add GstPropertyProbe
19106           for device handling (gnome-volume-control will need that).
19107
19108 2005-12-12  Christian Schaller  <uraeus@gnome.org>
19109
19110         * ext/Makefile.am: fix cdparanoia entry
19111         * gst-plugins-base.spec.in: add cdparanoia
19112
19113 2005-12-12  Michael Smith  <msmith@fluendo.com>
19114
19115         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
19116           Use the correct function to free list of typefind factories.
19117
19118 2005-12-12  Wim Taymans  <wim@fluendo.com>
19119
19120         * gst/videotestsrc/gstvideotestsrc.c:
19121         (gst_video_test_src_class_init), (gst_video_test_src_init),
19122         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
19123         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
19124         (gst_video_test_src_create):
19125         * gst/videotestsrc/gstvideotestsrc.h:
19126         Implement seeking in videotestsrc.
19127         Small cleanups.
19128
19129 2005-12-12  Wim Taymans  <wim@fluendo.com>
19130
19131         * ext/cdparanoia/Makefile.am:
19132         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
19133         (gst_paranoia_endian_get_type), (_do_init),
19134         (cdparanoia_class_init), (cdparanoia_init),
19135         (cdparanoia_set_property), (cdparanoia_get_property),
19136         (cdparanoia_do_seek), (cdparanoia_is_seekable),
19137         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
19138         (cdparanoia_convert), (cdparanoia_get_query_types),
19139         (cdparanoia_query), (cdparanoia_set_index),
19140         (cdparanoia_uri_set_uri):
19141         * ext/cdparanoia/gstcdparanoia.h:
19142         Partially ported cdparanoia now that basesrc can support a
19143         plugin like this..
19144
19145 2005-12-12  Wim Taymans  <wim@fluendo.com>
19146
19147         * tests/examples/seek/scrubby.c: (main):
19148         Set higher priority for bus events so they don't get reordered with
19149         gtk gui events.
19150
19151         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
19152         (flush_toggle_cb), (main):
19153         Added checkbox to disable flushing seeks. 
19154         Disable scrubbing when doing non flushing seeks.
19155
19156 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
19157
19158         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
19159         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
19160         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
19161         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
19162           Implement some sort of event handling that doesn't rely on
19163           g_return_if_fail; make sure we always push the last chunk of an 
19164           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
19165           state change function; remove some old cruft. Seeking is still
19166           rather unlikely to work though.
19167
19168         * tools/.cvsignore:
19169           Ignore more.
19170
19171 2005-12-11  Julien MOUTTE  <julien@moutte.net>
19172
19173         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
19174         Fixed a leak of the current image reference when cleaning up.
19175         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
19176
19177 2005-12-09  Michael Smith  <msmith@fluendo.com>
19178
19179         * tools/Makefile.am:
19180         * tools/gst-launch-ext-m.m:
19181           Remove gst-launch-ext. It doesn't work, and is no longer
19182           particularly useful.
19183
19184 2005-12-08  Luca Ognibene  <luogni@tin.it>
19185
19186         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
19187           don't pass random values to ogmparse convert function.
19188           Make seeking possible in the exile1.ogm file.
19189
19190 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
19191
19192         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
19193         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
19194           Work around refcount problem with g_value_set_object() that occur
19195           if the core has been compiled against GLib-2.6 (g_value_set_object()
19196           will only g_object_ref() the element, but the caller will
19197           gst_object_unref() it and bad things will happen due to the way
19198           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
19199           totem for people on FC4 using Thomas's 0.10 RPMs.
19200           
19201 2005-12-07  Edward Hervey  <edward@fluendo.com>
19202
19203         Time to welcome ogm to 0.10 :)
19204         
19205         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
19206         (gst_ogg_pad_typefind):
19207         Oggdemux can now properly typefind elements with dynamic pads.
19208         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
19209         Properly set caps on src pad, and set caps on outgoing buffers.
19210
19211 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19212
19213         * ext/alsa/gstalsamixer.h:
19214         * ext/alsa/gstalsamixerelement.h:
19215         * ext/alsa/gstalsamixeroptions.h:
19216         * ext/alsa/gstalsamixertrack.h:
19217         * ext/alsa/gstalsasink.c:
19218         * ext/alsa/gstalsasink.h:
19219         * ext/alsa/gstalsasrc.c:
19220         * ext/alsa/gstalsasrc.h:
19221         * ext/cdparanoia/gstcdparanoia.h:
19222         * ext/gnomevfs/gstgnomevfsuri.h:
19223         * ext/ogg/gstoggdemux.c:
19224         * ext/ogg/gstoggmux.c:
19225         * ext/pango/gsttextoverlay.h:
19226         * ext/theora/theoradec.c:
19227         * ext/theora/theoraenc.c:
19228         * ext/vorbis/vorbisdec.h:
19229         * ext/vorbis/vorbisenc.c:
19230         * ext/vorbis/vorbisenc.h:
19231         * ext/vorbis/vorbisparse.h:
19232         * gst-libs/gst/audio/gstaudioclock.h:
19233         * gst-libs/gst/audio/gstaudiosink.c:
19234         * gst-libs/gst/audio/gstaudiosink.h:
19235         * gst-libs/gst/audio/gstaudiosrc.c:
19236         * gst-libs/gst/audio/gstaudiosrc.h:
19237         * gst-libs/gst/audio/gstbaseaudiosink.c:
19238         * gst-libs/gst/audio/gstbaseaudiosink.h:
19239         * gst-libs/gst/audio/gstbaseaudiosrc.c:
19240         * gst-libs/gst/audio/gstbaseaudiosrc.h:
19241         * gst-libs/gst/audio/gstringbuffer.h:
19242         * gst-libs/gst/audio/multichannel.h:
19243         * gst-libs/gst/floatcast/floatcast.h:
19244         * gst-libs/gst/interfaces/colorbalance.c:
19245         * gst-libs/gst/interfaces/colorbalance.h:
19246         * gst-libs/gst/interfaces/colorbalancechannel.h:
19247         * gst-libs/gst/interfaces/mixer.h:
19248         * gst-libs/gst/interfaces/mixeroptions.h:
19249         * gst-libs/gst/interfaces/mixertrack.h:
19250         * gst-libs/gst/interfaces/navigation.h:
19251         * gst-libs/gst/interfaces/propertyprobe.h:
19252         * gst-libs/gst/interfaces/tuner.h:
19253         * gst-libs/gst/interfaces/tunerchannel.h:
19254         * gst-libs/gst/interfaces/tunernorm.h:
19255         * gst-libs/gst/interfaces/xoverlay.h:
19256         * gst-libs/gst/netbuffer/gstnetbuffer.h:
19257         * gst-libs/gst/riff/riff-ids.h:
19258         * gst-libs/gst/riff/riff-media.h:
19259         * gst-libs/gst/riff/riff-read.h:
19260         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19261         * gst-libs/gst/rtp/gstbasertppayload.c:
19262         * gst-libs/gst/rtp/gstbasertppayload.h:
19263         * gst-libs/gst/rtp/gstrtpbuffer.c:
19264         * gst-libs/gst/rtp/gstrtpbuffer.h:
19265         * gst-libs/gst/tag/gsttageditingprivate.h:
19266         * gst-libs/gst/tag/gstvorbistag.c:
19267         (gst_tag_list_from_vorbiscomment_buffer):
19268         * gst-libs/gst/tag/tag.h:
19269         * gst-libs/gst/video/video.h:
19270         * gst/adder/gstadder.c:
19271         * gst/adder/gstadder.h:
19272         * gst/audioconvert/audioconvert.c:
19273         * gst/audioconvert/audioconvert.h:
19274         * gst/audioconvert/gstaudioconvert.c:
19275         * gst/audioconvert/gstchannelmix.c:
19276         * gst/audioconvert/gstchannelmix.h:
19277         * gst/audiorate/gstaudiorate.c:
19278         * gst/audioresample/buffer.h:
19279         * gst/audioresample/functable.h:
19280         * gst/audioresample/gstaudioresample.c:
19281         * gst/audioresample/resample.h:
19282         * gst/ffmpegcolorspace/avcodec.h:
19283         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19284         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19285         * gst/ffmpegcolorspace/imgconvert.c:
19286         * gst/ffmpegcolorspace/imgconvert_template.h:
19287         * gst/playback/gstdecodebin.c:
19288         * gst/playback/gstplaybasebin.h:
19289         * gst/playback/gstplaybin.c:
19290         * gst/playback/gststreaminfo.h:
19291         * gst/tcp/gstfdset.c:
19292         * gst/tcp/gstfdset.h:
19293         * gst/tcp/gstmultifdsink.c:
19294         * gst/tcp/gstmultifdsink.h:
19295         * gst/tcp/gsttcp.h:
19296         * gst/tcp/gsttcpclientsrc.c:
19297         * gst/tcp/gsttcpclientsrc.h:
19298         * gst/tcp/gsttcpplugin.h:
19299         * gst/tcp/gsttcpserversink.c:
19300         * gst/tcp/gsttcpserversrc.c:
19301         * gst/typefind/gsttypefindfunctions.c:
19302         * gst/videorate/gstvideorate.c:
19303         * gst/videotestsrc/gstvideotestsrc.h:
19304         * gst/videotestsrc/videotestsrc.h:
19305         * sys/v4l/gstv4lcolorbalance.h:
19306         * sys/v4l/gstv4ltuner.h:
19307         * sys/v4l/gstv4lxoverlay.h:
19308         * sys/v4l/v4l_calls.h:
19309         * sys/v4l/videodev_mjpeg.h:
19310         * tests/check/elements/audioconvert.c:
19311         * tests/check/elements/audioresample.c:
19312         * tests/check/elements/audiotestsrc.c:
19313         * tests/check/elements/videotestsrc.c:
19314         * tests/check/elements/volume.c:
19315         * tests/examples/seek/scrubby.c:
19316         * tests/examples/seek/seek.c:
19317           expand tabs
19318
19319 === release 0.10.0 ===
19320
19321 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19322
19323         * configure.ac:
19324           releasing 0.10.0, "Mont-d'or"
19325
19326 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
19327
19328         * tests/examples/seek/Makefile.am:
19329         Build fix for when gtk is not available.
19330
19331 2005-12-05  Andy Wingo  <wingo@pobox.com>
19332
19333         * ext/libvisual/visual.c: (get_buffer):
19334         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
19335         * ext/pango/gsttextrender.c: (gst_text_render_chain):
19336         * ext/theora/theoradec.c: (theora_handle_data_packet):
19337         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
19338         (theora_enc_chain):
19339         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19340         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
19341         Update for alloc_buffer changes.
19342
19343 2005-12-05  Andy Wingo  <wingo@pobox.com>
19344
19345         patch by: Kai Vehmanen <kv2004 eca cx>
19346         
19347         * gst-libs/gst/rtp/gstbasertpdepayload.c
19348         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
19349
19350 2005-12-04  Andy Wingo  <wingo@pobox.com>
19351
19352         patch by: Sebastien Cote <sebas642 yahoo ca>
19353         
19354         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
19355         Fixes #319172.
19356
19357 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
19358
19359         * docs/plugins/Makefile.am:
19360         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19361         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19362         * docs/plugins/gst-plugins-base-plugins.hierarchy:
19363         * ext/pango/gstclockoverlay.c:
19364         * ext/pango/gsttextoverlay.c: 
19365         * ext/pango/gsttextrender.c:
19366         * ext/pango/gsttimeoverlay.c:
19367           Add gtk-doc blurbs to pango elements.
19368
19369 2005-12-02  Wim Taymans  <wim@fluendo.com>
19370
19371         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
19372         * gst/audioresample/buffer.h:
19373         * gst/audioresample/gstaudioresample.c:
19374         * gst/audioresample/gstaudioresample.h:
19375         * gst/audioresample/resample.c: (resample_input_flush),
19376         (resample_input_pushthrough), (resample_input_eos),
19377         (resample_get_output_size_for_input),
19378         (resample_get_input_size_for_output), (resample_get_output_size),
19379         (resample_get_output_data):
19380         * gst/audioresample/resample.h:
19381         * gst/audioresample/resample_ref.c: (resample_scale_ref):
19382         Fix audioresample, seek torture, new segments, reverse negotiation
19383         etc.. work fine.
19384
19385 2005-12-02  Wim Taymans  <wim@fluendo.com>
19386
19387         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19388         Small cleanups.
19389
19390 2005-12-02  Wim Taymans  <wim@fluendo.com>
19391
19392         * gst/audioconvert/gstaudioconvert.c:
19393         (gst_audio_convert_transform):
19394         Post errors.
19395
19396 === release 0.9.7 ===
19397
19398 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19399
19400         * configure.ac:
19401           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
19402
19403 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19404
19405         * Makefile.am:
19406         * po/hu.po:
19407         * win32/MANIFEST:
19408         * win32/gst.sln:
19409           add win32 MANIFEST file
19410           do something to the hungarian translation
19411
19412 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
19413
19414         * ext/Makefile.am:
19415           Add $(PANGO_DIR) to SUBDIRS
19416
19417         * ext/pango/gstclockoverlay.c:
19418         * ext/pango/gsttimeoverlay.c:
19419           Fix and improve element descriptions.
19420
19421 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19422
19423         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19424         * docs/plugins/inspect/plugin-libvisual.xml:
19425         * docs/plugins/inspect/plugin-pango.xml:
19426           add pango plugin to docs
19427
19428 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19429
19430         * configure.ac:
19431         * ext/Makefile.am:
19432           moved pango to base
19433
19434 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19435
19436         * configure.ac:
19437         * tests/Makefile.am:
19438         * tests/icles/.cvsignore:
19439         * tests/icles/Makefile.am:
19440         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
19441         (close_display), (resize_window), (move_window), (create_window),
19442         (terminate_playback), (pause_playback), (start_playback), (main):
19443           add stress test for xoverlay from Julien
19444
19445 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19446
19447         * docs/libs/tmpl/gstcolorbalance.sgml:
19448         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19449         * gst-libs/gst/rtp/gstbasertppayload.c:
19450         * gst-libs/gst/rtp/gstrtpbuffer.c:
19451         * gst-libs/gst/rtp/gstrtpbuffer.h:
19452           Do burger's rename for rtp payloaders and depayloaders
19453
19454 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19455
19456         * win32/:
19457           add Visual Studio 6 build files
19458
19459 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19460
19461         * docs/libs/gst-plugins-base-libs-docs.sgml:
19462         * docs/libs/gst-plugins-base-libs-sections.txt:
19463         * docs/libs/tmpl/gstaudio.sgml:
19464         * docs/libs/tmpl/gstringbuffer.sgml:
19465         * gst-libs/gst/interfaces/xoverlay.c:
19466         * gst-libs/gst/video/gstvideofilter.c:
19467         * gst-libs/gst/video/gstvideosink.c:
19468           update documentation
19469
19470 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19471
19472         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
19473         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
19474         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
19475         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
19476         (gst_multi_fd_sink_get_stats),
19477         (gst_multi_fd_sink_remove_client_link),
19478         (gst_multi_fd_sink_handle_client_read),
19479         (gst_multi_fd_sink_client_queue_data),
19480         (gst_multi_fd_sink_client_queue_caps),
19481         (gst_multi_fd_sink_client_queue_buffer),
19482         (gst_multi_fd_sink_new_client),
19483         (gst_multi_fd_sink_handle_client_write),
19484         (gst_multi_fd_sink_recover_client),
19485         (gst_multi_fd_sink_queue_buffer),
19486         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
19487         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
19488         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
19489         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
19490         * gst/tcp/gstmultifdsink.h:
19491         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
19492         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
19493         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
19494         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
19495         (gst_tcp_client_sink_set_property),
19496         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
19497         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
19498         * gst/tcp/gsttcpclientsink.h:
19499         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
19500         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
19501         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
19502         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
19503         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
19504         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
19505         * gst/tcp/gsttcpclientsrc.h:
19506         * gst/tcp/gsttcpplugin.c: (plugin_init):
19507         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
19508         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
19509         (gst_tcp_server_sink_finalize),
19510         (gst_tcp_server_sink_handle_server_read),
19511         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
19512         (gst_tcp_server_sink_set_property),
19513         (gst_tcp_server_sink_get_property),
19514         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
19515         * gst/tcp/gsttcpserversink.h:
19516         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
19517         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
19518         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
19519         (gst_tcp_server_src_set_property),
19520         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
19521         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
19522         * gst/tcp/gsttcpserversrc.h:
19523           more borgifying
19524
19525 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19526
19527         * docs/plugins/Makefile.am:
19528         * docs/plugins/gst-plugins-base-plugins.args:
19529         * docs/plugins/inspect/plugin-libvisual.xml:
19530         * gst/audioconvert/plugin.h:
19531         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
19532         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
19533         (gst_audio_rate_setcaps), (gst_audio_rate_init),
19534         (gst_audio_rate_chain), (gst_audio_rate_set_property),
19535         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
19536         (plugin_init):
19537         * gst/audiotestsrc/gstaudiotestsrc.c:
19538         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
19539         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
19540         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
19541         (gst_audio_test_src_get_query_types),
19542         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
19543         (gst_audio_test_src_create_square),
19544         (gst_audio_test_src_create_saw),
19545         (gst_audio_test_src_create_triangle),
19546         (gst_audio_test_src_create_silence),
19547         (gst_audio_test_src_create_white_noise),
19548         (gst_audio_test_src_init_pink_noise),
19549         (gst_audio_test_src_generate_pink_noise_value),
19550         (gst_audio_test_src_create_pink_noise),
19551         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
19552         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
19553         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
19554         (plugin_init):
19555         * gst/audiotestsrc/gstaudiotestsrc.h:
19556         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
19557         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
19558         (gst_sub_parse_init), (gst_sub_parse_formats),
19559         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
19560         (convert_encoding), (get_next_line),
19561         (gst_sub_parse_data_format_autodetect),
19562         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
19563         (gst_sub_parse_loop), (gst_sub_parse_chain),
19564         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
19565         (plugin_init):
19566         * gst/subparse/gstsubparse.h:
19567         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
19568         (gst_video_rate_base_init), (gst_video_rate_class_init),
19569         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
19570         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
19571         (gst_video_rate_init), (gst_video_rate_event),
19572         (gst_video_rate_chain), (gst_video_rate_set_property),
19573         (gst_video_rate_get_property), (gst_video_rate_change_state),
19574         (plugin_init):
19575         * gst/videoscale/gstvideoscale.c:
19576         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
19577         (gst_video_scale_src_template_factory),
19578         (gst_video_scale_sink_template_factory),
19579         (gst_video_scale_get_type), (gst_video_scale_base_init),
19580         (gst_video_scale_class_init), (gst_video_scale_init),
19581         (gst_video_scale_set_property), (gst_video_scale_get_property),
19582         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
19583         (gst_video_scale_prepare_size), (parse_caps),
19584         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
19585         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
19586         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
19587         (plugin_init):
19588         * gst/videoscale/gstvideoscale.h:
19589         * gst/videotestsrc/gstvideotestsrc.c:
19590         (gst_video_test_src_pattern_get_type),
19591         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
19592         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
19593         (gst_video_test_src_set_pattern),
19594         (gst_video_test_src_set_property),
19595         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
19596         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
19597         (gst_video_test_src_event), (gst_video_test_src_get_times),
19598         (gst_video_test_src_create), (plugin_init):
19599         * gst/videotestsrc/gstvideotestsrc.h:
19600         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
19601         (gst_video_test_src_smpte), (gst_video_test_src_snow),
19602         (gst_video_test_src_black):
19603         * gst/videotestsrc/videotestsrc.h:
19604           borgify further
19605           clean up docs a little
19606
19607 2005-11-30  Wim Taymans  <wim@fluendo.com>
19608
19609         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19610         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
19611         (gst_basertppayload_event), (gst_basertppayload_push),
19612         (gst_basertppayload_change_state):
19613         * gst-libs/gst/rtp/gstbasertppayload.h:
19614         closed #320644.
19615
19616 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19617
19618         * docs/libs/gst-plugins-base-libs-docs.sgml:
19619         * docs/libs/gst-plugins-base-libs-sections.txt:
19620         * gst-libs/gst/video/gstvideofilter.c:
19621         * gst-libs/gst/video/gstvideosink.c:
19622         * gst-libs/gst/video/gstvideosink.h: Adding docs.
19623
19624 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19625
19626         * LICENSE:
19627           move
19628         * po/af.po:
19629         * po/az.po:
19630         * po/cs.po:
19631         * po/en_GB.po:
19632         * po/hu.po:
19633         * po/it.po:
19634         * po/nb.po:
19635         * po/nl.po:
19636         * po/or.po:
19637         * po/sq.po:
19638         * po/sr.po:
19639         * po/sv.po:
19640         * po/uk.po:
19641         * po/vi.po:
19642         * Makefile.am:
19643           update
19644         * scripts/autoplugins.sh:
19645           remove
19646
19647 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19648
19649         * Makefile.am:
19650         * configure.ac:
19651         * examples/Makefile.am:
19652         * examples/capsfilter/Makefile.am:
19653         * examples/capsfilter/capsfilter1.c:
19654         * examples/gob/Makefile.am:
19655         * examples/gob/gst-identity2.gob:
19656         * examples/indexing/.cvsignore:
19657         * examples/indexing/Makefile.am:
19658         * examples/indexing/indexmpeg.c:
19659         * examples/seeking/.cvsignore:
19660         * examples/seeking/Makefile.am:
19661         * examples/seeking/cdparanoia.c:
19662         * examples/seeking/cdplayer.c:
19663         * examples/seeking/chained.c:
19664         * examples/seeking/scrubby.c:
19665         * examples/seeking/seek.c:
19666         * examples/stats/Makefile.am:
19667         * examples/stats/mp2ogg.c:
19668         * examples/switch/.cvsignore:
19669         * examples/switch/Makefile.am:
19670         * examples/switch/switcher.c:
19671         * tests/Makefile.am:
19672         * tests/check/generic/.cvsignore:
19673         * tests/check/pipelines/.cvsignore:
19674         * tests/examples/Makefile.am:
19675         * tests/examples/seek/Makefile.am:
19676           reorganize stuff under tests/
19677
19678 2005-11-30  Edward Hervey  <edward@fluendo.com>
19679
19680         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
19681         Go away you stupid GstStaticPadTemplate memleak.
19682
19683 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19684
19685         * gst-libs/gst/net/Makefile.am:
19686         * gst-libs/gst/net/README:
19687         * gst-libs/gst/net/gstnetbuffer.c:
19688         * gst-libs/gst/net/gstnetbuffer.h:
19689           this was moved to "netbuffer"
19690
19691 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19692
19693         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
19694         (gst_video_filter_class_init), (gst_video_filter_init):
19695         * gst-libs/gst/video/gstvideofilter.h:
19696           borgify name to bring in line with other classes
19697
19698 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19699
19700         * gst/audioscale/.cvsignore:
19701         * gst/audioscale/Makefile.am:
19702         * gst/audioscale/README:
19703         * gst/audioscale/audioscale.vcproj:
19704         * gst/audioscale/dtof.c:
19705         * gst/audioscale/dtos.c:
19706         * gst/audioscale/functable.c:
19707         * gst/audioscale/gstaudioscale.c:
19708         * gst/audioscale/gstaudioscale.h:
19709         * gst/audioscale/private.h:
19710         * gst/audioscale/resample.c:
19711         * gst/audioscale/resample.h:
19712         * gst/audioscale/test.c:
19713           remove
19714
19715 2005-11-30  Edward Hervey  <edward@fluendo.com>
19716
19717         * gst-libs/gst/netbuffer/Makefile.am:
19718         really, really tired
19719
19720 2005-11-30  Edward Hervey  <edward@fluendo.com>
19721
19722         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
19723         Update for new GstTypeFindFactory _register()
19724
19725 2005-11-30  Edward Hervey  <edward@fluendo.com>
19726
19727         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
19728         Let's not override libgstnet from core for no reason...
19729         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
19730         Ok, maybe not so quick next time.
19731
19732 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19733
19734         * configure.ac:
19735         * gst-libs/gst/Makefile.am:
19736           moved gst-libs/gst/net to netbuffer through CVS surgery
19737           remove old directory
19738           updating build to accomodate
19739           (#322257)
19740
19741 2005-11-29  Andy Wingo  <wingo@pobox.com>
19742
19743         * pkgconfig/gstreamer-plugins-base.pc.in:
19744         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
19745         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
19746         (#322257).
19747
19748 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19749
19750         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
19751         3rd time's the charm. Correct ref-counting for discarded buffers.
19752
19753 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19754
19755         * gst/playback/gststreamselector.c:
19756         (gst_stream_selector_class_init),
19757         (gst_stream_selector_set_property),
19758         (gst_stream_selector_get_property),
19759         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
19760         Fix ref-counting
19761
19762 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
19763
19764         * gst/subparse/gstsubparse.c: (feed_textbuf):
19765           Don't access already unref'ed buffer.
19766
19767 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19768
19769         * gst/playback/gststreamselector.c:
19770         (gst_stream_selector_class_init), (gst_stream_selector_init),
19771         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
19772         (gst_stream_selector_get_property),
19773         (gst_stream_selector_get_linked_pad),
19774         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
19775         * gst/playback/gststreamselector.h:
19776         Add the active-pad property for playbin to use shortly. Ignore buffers
19777         from any other pad, returning GST_FLOW_NOT_LINKED
19778
19779 2005-11-29  Julien MOUTTE  <julien@moutte.net>
19780
19781         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
19782         patch from bug #322704 (Alessandro Decina).
19783
19784 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19785
19786         * gst-libs/gst/audio/Makefile.am:
19787           folded audiofilter into the audio library
19788
19789 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19790
19791         * gst/videoscale/gstvideoscale.h:
19792         * gst/videoscale/gstvideoscale.c:
19793           remove unimplemented scale methods
19794
19795 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
19796
19797         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
19798           Don't leak caps.
19799
19800 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19801
19802         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
19803         (gst_ximagesink_setcaps):
19804         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
19805         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
19806         happens (only visible on ximagesink but bug is in xv too) set_caps was
19807         destroying the internal x[v]image used to memcpy non locally alloced
19808         buffers so that it got renewed on next _chain. The issue is that 
19809         _expose will try to put that image as it reffed it in _put.
19810         Using gst_buffer_unref instead of destroy fixes it !
19811
19812 2005-11-28  Edward Hervey  <edward@fluendo.com>
19813
19814         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
19815         (try_to_link_1), (queue_filled_cb):
19816         Better use of the queues. Start with a small size queue and only increase
19817         the size of the queues when the other queues are empty.
19818
19819 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
19820
19821         * gst-libs/gst/video/Makefile.am:
19822           compile in copied-over videofilter into the video library
19823         * gst-libs/gst/video/videosink.h:
19824           rename the header to gstvideosink.h since it's a base GstObject class
19825         * sys/ximage/ximagesink.h:
19826         * sys/xvimage/xvimagesink.h:
19827           use the new header
19828
19829 2005-11-28  Wim Taymans  <wim@fluendo.com>
19830
19831         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
19832         * gst/playback/gstplaybasebin.h:
19833         Prepare to handle errors betters.
19834
19835         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
19836         Set sinks to PAUSED first before adding and linking them so that
19837         we don't interrupt dataflow.
19838
19839 2005-11-28  Wim Taymans  <wim@fluendo.com>
19840
19841         * gst-libs/gst/audio/TODO:
19842         Updated TODO
19843
19844         * gst-libs/gst/audio/gstaudiosink.c:
19845         (gst_audioringbuffer_open_device),
19846         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
19847         (gst_audioringbuffer_release):
19848         Small cleanups.
19849
19850         * gst-libs/gst/audio/gstbaseaudiosink.c:
19851         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
19852         (gst_base_audio_sink_change_state):
19853         Slave to the master clock when going to PLAYING and unslave when
19854         going to PAUSED.
19855
19856         * gst-libs/gst/audio/gstringbuffer.c:
19857         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
19858         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
19859         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
19860         (gst_ring_buffer_clear_all), (wait_segment),
19861         (gst_ring_buffer_commit), (gst_ring_buffer_read),
19862         (gst_ring_buffer_advance):
19863         * gst-libs/gst/audio/gstringbuffer.h:
19864         Add some docs and cleanups.
19865
19866 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19867
19868         * sys/xvimage/xvimagesink.c:
19869         (gst_xvimagesink_navigation_send_event): Fix navigation events
19870         coordinates translation with pixel aspect ratios.
19871
19872 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19873
19874         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
19875         Use calculated video geometry from _setcaps instead of buffer
19876         caps to respect pixel aspect ratio. (fixes #322388)
19877
19878 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19879
19880         * docs/libs/tmpl/gstcolorbalance.sgml:
19881         * docs/libs/tmpl/gstmixer.sgml:
19882         * docs/libs/tmpl/gstxoverlay.sgml:
19883         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
19884         interface.
19885
19886 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19887
19888         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
19889         Refuse to create an XvImage if we can't find the format.
19890
19891 2005-11-28  Edward Hervey  <edward@fluendo.com>
19892
19893         * gst-libs/gst/riff/riff-media.c:
19894         (gst_riff_create_audio_template_caps):
19895         Add ATRAC3 to the list of riff-possible audio caps.
19896         I know we still don't have a plugin for atrac3, but it's saner to output
19897         that than a cryptic mimetype.
19898
19899 2005-11-27  Edward Hervey  <edward@fluendo.com>
19900
19901         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
19902         Don't try to create a zero-sized subbuffer.
19903
19904 2005-11-27  Julien MOUTTE  <julien@moutte.net>
19905
19906         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
19907         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
19908         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
19909         (gst_ximagesink_expose): Fixed a tricky race.
19910         * sys/ximage/ximagesink.h:
19911         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
19912         (gst_xvimagesink_expose): Fixed a tricky race.
19913         * sys/xvimage/xvimagesink.h:
19914
19915 2005-11-27  Edward Hervey  <edward@fluendo.com>
19916
19917         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19918         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
19919         Remove unused properties, and add queues between demuxers and decoders
19920         so that a lot more files can preroll properly.
19921
19922 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19923
19924         * gst-libs/gst/net/Makefile.am:
19925         * gst-libs/gst/rtp/Makefile.am:
19926         * gst-libs/gst/tag/Makefile.am:
19927           remove silly include
19928         * gst/tags/Makefile.am:
19929         * gst/tags/gsttagediting.c:
19930         * gst/tags/gsttageditingprivate.h:
19931         * gst/tags/tagedit.vcproj:
19932           remove directory, is as good as empty
19933
19934 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19935
19936         * configure.ac:
19937           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
19938         * gst-libs/Makefile.am:
19939         * gst-libs/gst/audio/Makefile.am:
19940         * gst-libs/gst/interfaces/Makefile.am:
19941         * gst-libs/gst/net/Makefile.am:
19942         * gst-libs/gst/riff/Makefile.am:
19943         * gst-libs/gst/rtp/Makefile.am:
19944         * gst-libs/gst/tag/Makefile.am:
19945         * gst-libs/gst/video/Makefile.am:
19946           and use them
19947
19948 2005-11-27  Julien MOUTTE  <julien@moutte.net>
19949
19950         * docs/libs/tmpl/gstcolorbalance.sgml:
19951         * docs/libs/tmpl/gstmixer.sgml:
19952         * docs/libs/tmpl/gstxoverlay.sgml:
19953         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
19954         * sys/ximage/ximagesink.h:
19955         * sys/xvimage/xvimagesink.h: More and more documentation.
19956
19957 2005-11-26  Julien MOUTTE  <julien@moutte.net>
19958
19959         * docs/libs/gst-plugins-base-libs-docs.sgml:
19960         * docs/libs/gst-plugins-base-libs-sections.txt:
19961         * docs/libs/tmpl/gstcolorbalance.sgml:
19962         * docs/libs/tmpl/gstmixer.sgml:
19963         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
19964         to documentation.
19965
19966 2005-11-26  Julien MOUTTE  <julien@moutte.net>
19967
19968         * docs/plugins/Makefile.am:
19969         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19970         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19971         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
19972
19973 2005-11-26  Julien MOUTTE  <julien@moutte.net>
19974
19975         * docs/plugins/Makefile.am:
19976         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19977         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19978         * docs/plugins/inspect/plugin-adder.xml:
19979         * docs/plugins/inspect/plugin-alsa.xml:
19980         * docs/plugins/inspect/plugin-audioconvert.xml:
19981         * docs/plugins/inspect/plugin-audiorate.xml:
19982         * docs/plugins/inspect/plugin-audioresample.xml:
19983         * docs/plugins/inspect/plugin-audiotestsrc.xml:
19984         * docs/plugins/inspect/plugin-decodebin.xml:
19985         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
19986         * docs/plugins/inspect/plugin-gnomevfs.xml:
19987         * docs/plugins/inspect/plugin-ogg.xml:
19988         * docs/plugins/inspect/plugin-playbin.xml:
19989         * docs/plugins/inspect/plugin-subparse.xml:
19990         * docs/plugins/inspect/plugin-tcp.xml:
19991         * docs/plugins/inspect/plugin-theora.xml:
19992         * docs/plugins/inspect/plugin-typefindfunctions.xml:
19993         * docs/plugins/inspect/plugin-video4linux.xml:
19994         * docs/plugins/inspect/plugin-videorate.xml:
19995         * docs/plugins/inspect/plugin-videoscale.xml:
19996         * docs/plugins/inspect/plugin-videotestsrc.xml:
19997         * docs/plugins/inspect/plugin-volume.xml:
19998         * docs/plugins/inspect/plugin-vorbis.xml:
19999         * docs/plugins/inspect/plugin-ximagesink.xml:
20000         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
20001         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
20002
20003 2005-11-26  Edward Hervey  <edward@fluendo.com>
20004
20005         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
20006         Properly return GstFlowReturn from gst_pad_push in chain functions.
20007
20008 2005-11-25  Michael Smith  <msmith@fluendo.com>
20009
20010         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
20011         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
20012         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
20013         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
20014           Handle various conditions better when we don't understand a stream.
20015           Removes a heap of CRITICALs on ogg streams containing unknown data.
20016
20017 2005-11-24  Andy Wingo  <wingo@pobox.com>
20018
20019         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
20020         Be threadsafe.
20021
20022 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20023
20024         * configure.ac: back to HEAD
20025
20026 === release 0.9.6 ===
20027
20028 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
20029
20030         * configure.ac:
20031           releasing 0.9.6, "White Eight"
20032
20033 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20034
20035         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
20036         * docs/plugins/inspect/plugin-sine.xml:
20037           remove sinesrc some more
20038
20039 2005-11-23  Wim Taymans  <wim@fluendo.com>
20040
20041         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
20042         If we are reading too slowly, jump forward in the ringbuffer
20043         instead of blocking.
20044
20045 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20046
20047         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
20048         (gst_visual_chain):
20049         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
20050         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
20051         (gst_videorate_chain):
20052         * gst/videotestsrc/gstvideotestsrc.c:
20053         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
20054         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
20055         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
20056         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
20057         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20058         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20059           Updates for API changes
20060
20061 2005-11-23  Wim Taymans  <wim@fluendo.com>
20062
20063         * gst-libs/gst/audio/gstbaseaudiosink.c:
20064         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
20065         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20066         Fix for calibration API change.
20067
20068 2005-11-23  Michael Smith <msmith@fluendo.com>
20069
20070         * gst-libs/gst/audio/multichannel.c:
20071         (gst_audio_get_channel_positions),
20072         (gst_audio_set_channel_positions),
20073         (gst_audio_set_structure_channel_positions_list),
20074         (gst_audio_fixate_channel_positions):
20075           Use gst_value_array_*() functions on value arrays, not
20076           gst_value_list_*().
20077
20078 2005-11-23  Edward Hervey  <edward@fluendo.com>
20079
20080         * autogen.sh:
20081         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
20082         Fixes autogen
20083
20084 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20085
20086         * check/Makefile.am:
20087         * check/elements/videotestsrc.c: (setup_videotestsrc),
20088         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
20089         (main):
20090           add a test for videotestsrc
20091
20092 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20093
20094         * gst/sine/.cvsignore:
20095         * gst/sine/Makefile.am:
20096         * gst/sine/gstsinesrc.c:
20097         * gst/sine/gstsinesrc.h:
20098         * gst/sine/sinesrc.vcproj:
20099           and remove sinesrc from the repository.  Closes #321446
20100
20101 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20102
20103         * configure.ac:
20104         * gst-plugins-base.spec.in:
20105           remove sinesrc from the build
20106
20107 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20108
20109         * check/Makefile.am:
20110         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
20111         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
20112         (main):
20113           add a test for audiotestsrc, testing all waves.  Even seems
20114           leak-free at first glance, nice job Stefan
20115
20116 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20117
20118         * po/af.po:
20119         * po/az.po:
20120         * po/cs.po:
20121         * po/en_GB.po:
20122         * po/hu.po:
20123         * po/it.po:
20124         * po/nb.po:
20125         * po/nl.po:
20126         * po/or.po:
20127         * po/sq.po:
20128         * po/sr.po:
20129         * po/sv.po:
20130         * po/uk.po:
20131         * po/vi.po:
20132           Translation string updates
20133
20134         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
20135         (gst_v4lsrc_set_caps):
20136         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20137         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20138         * sys/v4l/v4lsrc_calls.h:
20139           Improve v4lsrc, by making it work again.
20140
20141 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20142
20143         * ext/libvisual/visual.c: (gst_visual_chain):
20144           Fix the fps calculations.
20145
20146         * gst/ffmpegcolorspace/avcodec.h:
20147           Move structure element for clarity
20148
20149         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
20150         * gst-libs/gst/interfaces/tunernorm.h:
20151         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
20152         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
20153         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
20154         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
20155         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
20156         (gst_v4lmjpegsrc_getcaps):
20157         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
20158         (gst_v4lsrc_set_caps):
20159         * sys/v4l/gstv4lsrc.h:
20160         * sys/v4l/v4l_calls.c: (gst_v4l_open):
20161         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20162         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20163         * sys/v4l/v4lsrc_calls.h:
20164           Fractional framerates...
20165
20166 2005-11-22  Wim Taymans  <wim@fluendo.com>
20167
20168         * gst-libs/gst/audio/gstbaseaudiosink.c:
20169         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
20170         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20171         And we provide a clock by default, of course...
20172
20173 2005-11-22  Wim Taymans  <wim@fluendo.com>
20174
20175         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
20176         This clock can be slaved to a master clock now.
20177
20178         * gst-libs/gst/audio/gstbaseaudiosink.c:
20179         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
20180         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
20181         (gst_base_audio_sink_set_clock),
20182         (gst_base_audio_sink_set_property),
20183         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
20184         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20185         * gst-libs/gst/audio/gstbaseaudiosink.h:
20186         Handle slaving the internal clock to the clock selected in the
20187         pipeline.
20188         Add property to make the basesink not provide a clock.
20189
20190         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20191         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20192         (gst_base_rtp_depayload_wait):
20193         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20194         We can use the clock in GstElement, no need to store it ourselves.
20195
20196 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20197
20198         * docs/libs/tmpl/gstaudio.sgml:
20199           update
20200         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
20201         (gst_paranoia_endian_get_type):
20202         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
20203         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
20204         * gst/audiotestsrc/gstaudiotestsrc.c:
20205         (gst_audiostestsrc_wave_get_type):
20206         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
20207         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
20208         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
20209         (gst_sync_method_get_type), (gst_unit_type_get_type),
20210         (gst_client_status_get_type), (gst_multifdsink_class_init),
20211         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
20212         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
20213         (gst_multifdsink_get_property):
20214         * gst/tcp/gstmultifdsink.h:
20215         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
20216         * gst/videotestsrc/gstvideotestsrc.c:
20217         (gst_videotestsrc_pattern_get_type):
20218           remove deprecated properties
20219           fix up enums to correctly have short lowercase dashed nicks
20220
20221 2005-11-22  Michael Smith <msmith@fluendo.com>
20222
20223         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
20224         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
20225           Add underscore.
20226
20227 2005-11-22  Michael Smith <msmith@fluendo.com>
20228
20229         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
20230         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
20231           Use utility method for scaling clocktime for fractional framerates.
20232
20233 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
20234
20235         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
20236         (gst_visual_chain):
20237         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
20238         * ext/theora/theoradec.c: (theora_handle_type_packet):
20239         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
20240         (theora_enc_chain):
20241         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
20242         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
20243         * gst-libs/gst/video/video.h:
20244         * gst/ffmpegcolorspace/avcodec.h:
20245         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20246         (gst_ffmpeg_caps_to_pixfmt):
20247         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20248         (gst_ffmpegcsp_set_caps):
20249         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
20250         (gst_videorate_setcaps), (gst_videorate_blank_data),
20251         (gst_videorate_chain):
20252         * gst/videotestsrc/gstvideotestsrc.c:
20253         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
20254         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
20255         (gst_videotestsrc_event), (gst_videotestsrc_create):
20256         * gst/videotestsrc/gstvideotestsrc.h:
20257         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
20258         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
20259         (gst_ximagesink_get_times), (gst_ximagesink_init):
20260         * sys/ximage/ximagesink.h:
20261         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
20262         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
20263         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
20264         * sys/xvimage/xvimagesink.h:
20265           Convert elements to use fractions for their framerate.
20266           V4L elements to come later tonight.
20267
20268 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20269
20270         * gst-libs/gst/audio/audio.c:
20271         * gst-libs/gst/audio/audio.h:
20272           remove some deprecated functions
20273
20274 2005-11-22  Andy Wingo  <wingo@pobox.com>
20275
20276         * Update for gst_tag_setter API changes.
20277
20278 2005-11-22  Andy Wingo  <wingo@pobox.com>
20279
20280         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
20281         (gst_ogg_demux_perform_seek):
20282         * ext/theora/theoradec.c (theora_dec_sink_event):
20283         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
20284         update-funcnames.
20285
20286 2005-11-22  Wim Taymans  <wim@fluendo.com>
20287
20288         * examples/seeking/seek.c: (main):
20289         Give higher priority to bus signals than the gtk events
20290         to fix a race condition in the segment looping.
20291
20292 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20293
20294         * ext/theora/Makefile.am:
20295         * ext/vorbis/Makefile.am:
20296         * gst-libs/gst/tag/Makefile.am:
20297         * gst-plugins-base.spec.in:
20298           Rename libgsttagedit to libgsttag (#322117).
20299
20300 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20301
20302         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
20303         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20304           Call gst_x_overlay_prepare_xwindow_id() to give applications
20305           a final chance to set their own xwindow id before the video
20306           sink creates its own window.
20307
20308 2005-11-22  Julien MOUTTE  <julien@moutte.net>
20309
20310         * sys/xvimage/xvimagesink.c:
20311         (gst_xvimagesink_navigation_send_event): Handle navigation
20312         events correcly with borders if applicable.
20313
20314 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20315
20316         Patch by: Luca Ognibene
20317
20318         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20319         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
20320         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20321         (gst_ffmpegcsp_caps_remove_format_info):
20322         * gst/ffmpegcolorspace/imgconvert.c:
20323         * gst/ffmpegcolorspace/imgconvert_template.h:
20324           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
20325           #318353); use gst_structure_has_name().
20326
20327 2005-11-22  Julien MOUTTE  <julien@moutte.net>
20328
20329         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
20330         (gst_ximagesink_class_init): Add debug macros on functions.
20331         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
20332         (gst_xvimagesink_xwindow_draw_borders),
20333         (gst_xvimagesink_xvimage_put),
20334         (gst_xvimagesink_xwindow_update_geometry),
20335         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
20336         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
20337         (gst_xvimagesink_xcontext_clear),
20338         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
20339         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
20340         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
20341         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
20342         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
20343         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
20344         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
20345         expose while being PAUSED, out of data flow navigation events, etc..
20346
20347 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20348
20349         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
20350         * gst-libs/gst/audio/audio.h:
20351           fix prototype - wondering why the test worked regardless
20352
20353 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
20354
20355         * check/Makefile.am:
20356         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
20357         * gst-libs/gst/audio/audio.h:
20358           add a method that returns a proper GstClockTime
20359
20360 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20361
20362         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
20363         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
20364         * gst-libs/gst/interfaces/xoverlay.h:
20365           Remove everything having to do with the desired size; add 
20366           gst_x_overlay_prepare_xwindow_id() function; remove the
20367           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
20368           post a message on the bus instead (#321816).
20369
20370         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
20371         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
20372         (gst_xvimagesink_xoverlay_init):
20373           Remove desired size stuff (#321816).
20374
20375 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20376
20377         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
20378         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
20379         (mpeg_video_type_find), (mpeg_video_stream_type_find):
20380           Terminate vararg functions with NULL instead of 0 to 
20381           make gcc4 happy.
20382
20383 2005-11-21  Andy Wingo  <wingo@pobox.com>
20384
20385         patch by: Sebastien Cote <sebas642@yahoo.ca>
20386         
20387         * gst-libs/gst/rtp/gstrtpbuffer.h: 
20388         * gst-libs/gst/rtp/gstrtpbuffer.c
20389         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
20390
20391 2005-11-21  Andy Wingo  <wingo@pobox.com>
20392
20393         * gst/playback/gstplaybin.c (gen_audio_element) 
20394         (gen_video_element): Use the new MISSING_PLUGIN core error
20395         category. Closes #320060.
20396
20397         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
20398         * gst/videorate/gstvideorate.c (gst_videorate_event):
20399         * ext/theora/theoradec.c (theora_dec_sink_event): 
20400         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
20401         stream lock.
20402
20403         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
20404         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
20405         stream lock changes.
20406
20407 2005-11-21  Wim Taymans  <wim@fluendo.com>
20408
20409         * gst-libs/gst/audio/gstbaseaudiosink.c:
20410         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
20411         (gst_base_audio_sink_provide_clock),
20412         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
20413         (gst_base_audio_sink_change_state):
20414         * gst/audioresample/gstaudioresample.c:
20415         Segment update fix.
20416
20417 2005-11-21  Andy Wingo  <wingo@pobox.com>
20418
20419         * *.h:
20420         * *.c: Ran scripts/update-macros. Oh yes.
20421
20422 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20423
20424         * sys/ximage/Makefile.am:
20425         * sys/ximage/ximage.c:
20426           Rename ximage plugin to ximagesink (#321426) (Don't forget to
20427           remove your old libgstximage.* manually if necessary).
20428
20429 2005-11-21  Michael Smith <msmith@fluendo.com>
20430
20431         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
20432           Minimal fix for bug #320200: set the min/max bitrate in the correct
20433           units. A better fix would be to upgrade to the RATEMANAGE2
20434           interface, rather than using the deprecated interface used here, but
20435           that would require an update in our libvorbis dependency (to 1.1),
20436           which is probably undesirable.
20437
20438 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
20439
20440         * ext/libvisual/visual.c: (get_buffer):
20441         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20442         (gst_base_audio_src_fixate):
20443         * gst/audioconvert/gstaudioconvert.c:
20444         (gst_audio_convert_fixate_caps):
20445         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
20446         * gst/audiotestsrc/gstaudiotestsrc.c:
20447         (gst_audiotestsrc_src_fixate):
20448         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
20449         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
20450         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
20451         * gst/videotestsrc/gstvideotestsrc.c:
20452         (gst_videotestsrc_src_fixate):
20453         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
20454         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
20455           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
20456           (#322027)
20457
20458
20459 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20460
20461         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
20462         (gst_riff_create_iavs_caps):
20463         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
20464         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
20465         (gst_riff_parse_info):
20466         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
20467         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
20468         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20469           Fixes for GST_FOURCC_FORMAT API change.
20470
20471 2005-11-21  Andy Wingo  <wingo@pobox.com>
20472
20473         patch by: Alessandro Dessina <alessandro nnva org>
20474
20475         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
20476         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
20477         (gst_ogg_parse_chain):
20478         * ext/theora/theoraenc.c (theora_set_header_on_caps):
20479         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
20480         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
20481         gst_value_list calls on arrays. Fixes #321962.
20482
20483 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20484
20485         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
20486         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
20487         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
20488         * gst/adder/gstadder.c: (gst_adder_init),
20489         (gst_adder_request_new_pad), (gst_adder_collected),
20490         (gst_adder_change_state):
20491           Update for gst_collectpads_foo() to gst_collect_pads_foo()
20492           API change.
20493
20494 2005-11-21  Michael Smith <msmith@fluendo.com>
20495
20496         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
20497         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
20498           Properly handle pad_push return values.
20499
20500 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
20501
20502         * gst-libs/gst/tag/Makefile.am:
20503         * gst-libs/gst/tag/gstvorbistag.c:
20504         (gst_tag_list_to_vorbiscomment_buffer):
20505           Remove obsolete vorbistag element and debug category.
20506
20507         * gst/playback/gstplaybasebin.c: (check_queue):
20508           Don't divide by 0 when queue-threshold is 0.
20509
20510         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
20511           Don't modify an existing pixel-aspect-ratio if we fail to read
20512           a new one.
20513
20514 2005-11-20  Wim Taymans  <wim@fluendo.com>
20515
20516         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
20517         (gst_vorbisenc_push_packet):
20518         GST_PAD_IS_USABLE is gone, use the return value of
20519         the push or pad_alloc_buffer instead.
20520
20521 2005-11-18  Julien MOUTTE  <julien@moutte.net>
20522
20523         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
20524         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
20525         (gst_ximagesink_ximage_destroy),
20526         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
20527         (gst_ximagesink_xwindow_new),
20528         (gst_ximagesink_xwindow_update_geometry),
20529         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
20530         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
20531         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
20532         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
20533         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
20534         (gst_ximagesink_navigation_send_event),
20535         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
20536         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
20537         (gst_ximagesink_finalize), (gst_ximagesink_init),
20538         (gst_ximagesink_class_init):
20539         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
20540         This new version brings correct software scaling, non flickering
20541         window while resizing, pixel aspect ratio handling, usage of
20542         hardware buffer pools, out of data flow event thread for 
20543         navigation and handling of expose events even when being PAUSED,
20544         a new property to keep video aspect ratio when resizing, etc...
20545
20546 2005-11-18  Julien MOUTTE  <julien@moutte.net>
20547
20548         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
20549         (gst_videoscale_fixate_caps): Introduce back caps fixate with
20550         handling of PAR.
20551
20552 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
20553
20554         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
20555         Unsetting IS_SINK flag from the fakesink, so decodebin
20556         never behaves as a sink.
20557
20558 2005-11-17  Wim Taymans  <wim@fluendo.com>
20559
20560         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20561         (gst_base_audio_src_change_state):
20562         Fix the audiosrc base class again, we did not unflush.
20563
20564 2005-11-17  Julien MOUTTE  <julien@moutte.net>
20565
20566         * examples/seeking/seek.c: (make_dv_pipeline),
20567         (make_vorbis_theora_pipeline), (make_avi_pipeline),
20568         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
20569         to ogg/vorbis/theora pipeline.
20570
20571 2005-11-17  Wim Taymans  <wim@fluendo.com>
20572
20573         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
20574         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
20575         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
20576         Fix EOS on multiple streams.
20577         More debugging.
20578
20579 2005-11-16  Wim Taymans  <wim@fluendo.com>
20580
20581         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
20582         (gst_ogg_demux_perform_seek):
20583         Segment done must include stream time.
20584
20585         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
20586         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
20587         (gst_ogg_mux_change_state):
20588         Fix ogg muxer again.
20589
20590 2005-11-16  Wim Taymans  <wim@fluendo.com>
20591
20592         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
20593         Fix compile again.
20594
20595 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20596
20597         * ext/libvisual/visual.c: (gst_visual_init):
20598         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
20599         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
20600         (gst_ogg_parse_chain):
20601         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
20602         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
20603         * ext/theora/theoradec.c: (gst_theora_dec_init):
20604         * ext/theora/theoraenc.c: (gst_theora_enc_init):
20605         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
20606         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
20607         * gst/adder/gstadder.c: (gst_adder_class_init),
20608         (gst_adder_dispose):
20609         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
20610         * gst/subparse/gstsubparse.c: (gst_subparse_init):
20611         * gst/videorate/gstvideorate.c: (gst_videorate_init):
20612           Fix a whole set of pad template leaks
20613
20614 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20615
20616         * check/generic/states.c: (GST_START_TEST):
20617           fix the test so that it only checks for elements that are part of
20618           this source module
20619
20620 2005-11-16  Michael Smith <msmith@fluendo.com>
20621
20622         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
20623         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
20624         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20625         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20626         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
20627         (gst_ogg_mux_change_state):
20628           Fix leaking collectpads.
20629
20630 2005-11-16  Edward Hervey  <edward@fluendo.com>
20631
20632         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
20633         (gst_videorate_event), (gst_videorate_chain):
20634         Handle segment seeks
20635
20636 2005-11-16  Wim Taymans  <wim@fluendo.com>
20637
20638         * gst-libs/gst/audio/gstbaseaudiosink.c:
20639         (gst_base_audio_sink_provide_clock),
20640         (gst_base_audio_sink_change_state):
20641         Set ringbuffer to non-flushing when going to PAUSED, set to
20642         flushing again when going to READY.
20643
20644         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
20645         (gst_ring_buffer_stop):
20646         Start in flushing mode by default.
20647         Don't set flushing in the _stop method, let the app call
20648         this explicitly.
20649
20650 2005-11-16  Julien MOUTTE  <julien@moutte.net>
20651
20652         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
20653         * gst-libs/gst/video/videosink.h: Add helper function needed
20654         for video sinks.
20655
20656 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
20657
20658         * gst/videoscale/gstvideoscale.c:
20659         (gst_videoscale_handle_src_event):
20660           Don't leak reference to pad parent.
20661
20662 2005-11-16  Wim Taymans  <wim@fluendo.com>
20663
20664         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
20665         Set ringbuffer to flushing when stopping so that we don't
20666         block on wait_segment anymore and livelock.
20667
20668 2005-11-16  Wim Taymans  <wim@fluendo.com>
20669
20670         * examples/seeking/seek.c: (send_event), (do_seek),
20671         (loop_toggle_cb), (segment_done), (main):
20672         Added looping checkbox.
20673
20674 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20675
20676         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20677         (gst_ogg_demux_init):
20678         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
20679         (gst_vorbis_dec_init):
20680           revert unrefs, they don't pass make check
20681
20682 2005-11-15  Johan Dahlin  <johan@gnome.org>
20683
20684         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20685         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
20686         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
20687         (gst_vorbis_dec_init):
20688         Fix pad template leaks. 
20689
20690 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
20691
20692         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
20693           Make state change function thread safe.
20694
20695 2005-11-15  Edward Hervey  <edward@fluendo.com>
20696
20697         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
20698         (gst_ogg_demux_class_init):
20699         Implement GstElement::send_event, so we can send seek events
20700         in GST_STATE_READY
20701
20702 2005-11-14  Julien MOUTTE  <julien@moutte.net>
20703
20704         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
20705         Discovered how to take away flickering while resizing the
20706         window. Please don't put that in ximagesink, refactoring in
20707         progress.
20708
20709 2005-11-14  Michael Smith <msmith@fluendo.com>
20710
20711         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
20712         (gst_multifdsink_render):
20713           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
20714
20715 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
20716
20717         * gst/playback/gstplaybin.c: (gen_audio_element):
20718           Use autoaudiosink, it tends to be more widely available than
20719           autoaudiiosink.
20720           
20721 2005-11-14  Andy Wingo  <wingo@pobox.com>
20722
20723         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
20724         as well if it is available. Fixes #316442.
20725
20726 2005-11-14  Michael Smith <msmith@fluendo.com>
20727
20728         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
20729         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
20730         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20731         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20732         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
20733         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
20734         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
20735         (gst_vorbisenc_change_state):
20736           Fix a small memory leak in vorbisenc.
20737           Fix large memory leaks in oggmux, also fix lots of state change
20738           bugs in oggmux.
20739
20740 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20741
20742         * gst/videotestsrc/gstvideotestsrc.c:
20743         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
20744         (gst_videotestsrc_src_fixate):
20745           move fixation to a fixate function
20746           remove negotiate function, basesrc's is good enough
20747           fixes a bug for check when using the element alone
20748
20749 2005-11-13  Edward Hervey  <edward@fluendo.com>
20750
20751         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
20752         (key_toggle_cb), (main):
20753         Added checkboxes for adding/removing the accurate and key_unit seek
20754         flags.
20755
20756 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
20757
20758         * configure.ac: back to HEAD
20759
20760 === release 0.9.5 ===
20761
20762 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
20763
20764         * configure.ac:
20765           releasing 0.9.5, "No No Kia"
20766
20767 2005-11-11  Edward Hervey  <edward@fluendo.com>
20768
20769         * examples/seeking/seek.c: (make_parselaunch_pipeline):
20770         Added parse-launch syntax seeking mode for the seeking example.
20771         This should help stress-test even more cases.
20772         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
20773
20774 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
20775
20776         * sys/xvimage/xvimagesink.c:
20777         (gst_xvimagesink_navigation_send_event):
20778           Check whether peer pad exists before sending navigation events
20779           to it.
20780
20781 2005-11-11  Michael Smith <msmith@fluendo.com>
20782
20783         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
20784         (gst_vorbisenc_buffer_from_packet):
20785         * ext/vorbis/vorbisenc.h:
20786           Set duration on encoded buffers. This allows oggmux's
20787           max_page_delay parameter to actually work.
20788
20789 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
20790
20791         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20792         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
20793         (gst_ffmpegcsp_avpicture_fill):
20794         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20795         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
20796           Make palettes work again (see #132341). Use our own macros
20797           for rounding up.
20798
20799 2005-11-10  Andy Wingo  <wingo@pobox.com>
20800
20801         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
20802         string doober.
20803
20804 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20805
20806         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20807         (gst_ffmpegcsp_transform_caps):
20808           Prefer passthrough in transform_caps
20809
20810 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20811
20812         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
20813           check for ALSA errors properly, instead of relying on ALSA's
20814           error strings to serve to the user.
20815
20816 2005-11-10  Wim Taymans  <wim@fluendo.com>
20817
20818         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
20819         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
20820         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
20821         Modernise the seek code.
20822
20823 2005-11-10  Michael Smith <msmith@fluendo.com>
20824         
20825         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
20826         (setup_substreams), (set_active_source):
20827           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
20828           trying to go to NULL if we failed to read a file.
20829
20830 2005-11-10  Wim Taymans  <wim@fluendo.com>
20831
20832         * gst/audiotestsrc/gstaudiotestsrc.c:
20833         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
20834         (gst_audiotestsrc_create):
20835         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20836         (gst_sinesrc_get_times), (gst_sinesrc_create):
20837         * gst/videotestsrc/gstvideotestsrc.c:
20838         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
20839         (gst_videotestsrc_create):
20840         The base class can now sync for us.
20841
20842 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20843
20844         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
20845           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
20846           name=source autoprobe=false autoprobe-fps=false copy-mode=1
20847           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
20848           format=(fourcc)I420" ! xvimagesink
20849
20850 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
20851
20852         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20853         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
20854         (gst_sinesrc_newsegment):
20855           Send newsegment event in TIME format, set duration if
20856           num-buffers is set, fix duration querying.
20857
20858 2005-11-10  Michael Smith <msmith@fluendo.com>
20859
20860         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
20861         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20862         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20863         (gst_ogg_mux_collected):
20864          Fix EOS handling, partially. Now forwarding an EOS event once we have
20865          EOS on all pads works correctly. However, we still don't properly set
20866          EOS on the actual ogg stream pages.
20867
20868 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
20869
20870         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
20871           Set elements to NULL state before disposing of them.
20872
20873 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
20874
20875         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20876
20877         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20878         (gst_base_rtp_depayload_init),
20879         (gst_base_rtp_depayload_set_gst_timestamp):
20880         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20881           We need to send a newsegment event for each instance, not
20882           just for the first instance of this class (get rid of
20883           static variable in function). (#321011).
20884           
20885 2005-11-08  Michael Smith <msmith@fluendo.com>
20886
20887         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
20888         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
20889         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
20890         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
20891           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
20892           This makes us mux things correctly according to the ogg muxing
20893           rules. Still not handling EOS correctly right now, though.
20894
20895 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
20896
20897         * gst/audioconvert/gstaudioconvert.c:
20898           Fix typo in docs. 
20899
20900 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
20901
20902         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
20903         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
20904           Initialise segment_stop to GST_CLOCK_TIME_NONE when
20905           creating a new chain; should fix live streaming. Also
20906           add more debug output and fix a typo.
20907
20908 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
20909
20910         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20911
20912         * gst/volume/gstvolume.c: (volume_set_caps):
20913           Fix compilation on Solaris with Forte. (#320923)
20914
20915 2005-11-08  Wim Taymans  <wim@fluendo.com>
20916
20917         * gst-libs/gst/audio/gstbaseaudiosink.c:
20918         (gst_base_audio_sink_render):
20919         No need to do a typecheck.
20920
20921 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20922
20923         * ext/alsa/gstalsa.h:
20924           We register a debug category, so let's use it.
20925
20926 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
20927
20928         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20929         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
20930         Fixed a small problem.
20931
20932 2005-11-04  Wim Taymans  <wim@fluendo.com>
20933
20934         * examples/seeking/Makefile.am:
20935         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
20936         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
20937         (make_playerbin_pipeline), (format_value), (update_scale),
20938         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
20939         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
20940         (print_usage), (main):
20941         Added app for playback speed testing.
20942
20943         * examples/seeking/seek.c: (dynamic_link),
20944         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
20945         (make_mpeg_pipeline), (do_seek), (set_update_scale),
20946         (message_received), (main):
20947         Updated seek example.
20948
20949 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
20950
20951         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20952         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20953         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
20954         (gst_base_rtp_depayload_set_clock):
20955         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20956         Don't sleep on the bench (system clock) when you have a nice 
20957         comfortable bed (Gstreamer clock) to sleep on.
20958
20959 2005-11-03  Wim Taymans  <wim@fluendo.com>
20960
20961         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20962         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
20963         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
20964         Handle the case where a pad_block failed.
20965
20966 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
20967
20968         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
20969
20970         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20971         (gst_base_rtp_depayload_add_to_queue),
20972         (gst_base_rtp_depayload_push),
20973         (gst_base_rtp_depayload_set_gst_timestamp),
20974         (gst_base_rtp_depayload_queue_release):
20975           Fixes some bugs in the depayloader's queuing/de-queueing code.
20976
20977 2005-10-31  Michael Smith <msmith@fluendo.com>
20978
20979         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
20980         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
20981         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
20982           Patch from Alessandro Decina <alessandro@nnva.org>.
20983           Make oggdemux only find the final time in a chain, not per-pad,
20984           since the per-pad information can be very expensive to locate, and
20985           it isn't used anywhere. This makes reading a file containing
20986           OggSkeleton reasonably fast.
20987           Also, make chain finding work when there are logical bitstreams that
20988           can't be decoded. Fixes #319110.
20989
20990 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20991
20992         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20993         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20994         (gst_base_rtp_depayload_chain),
20995         (gst_base_rtp_depayload_add_to_queue),
20996         (gst_base_rtp_depayload_push),
20997         (gst_base_rtp_depayload_set_gst_timestamp),
20998         (gst_base_rtp_depayload_queue_release),
20999         (gst_base_rtp_depayload_start_thread),
21000         (gst_base_rtp_depayload_set_property),
21001         (gst_base_rtp_depayload_get_property):
21002         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21003         Some random fixes, to fullfill the desires of thomas.
21004
21005 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
21006
21007         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21008         (gst_base_rtp_depayload_add_to_queue),
21009         (gst_base_rtp_depayload_push):
21010         Fixed the queueing algorithm.
21011
21012 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
21013
21014         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21015         (gst_base_rtp_depayload_push):
21016         A small fix
21017
21018 2005-10-31  Wim Taymans  <wim@fluendo.com>
21019
21020         * gst-libs/gst/audio/gstringbuffer.h:
21021         Don't break ABI.
21022
21023         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21024         (gst_ffmpeg_caps_to_pixfmt):
21025         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21026         (gst_ffmpegcsp_set_caps):
21027         Some more comments.
21028         Handle missing required caps fields better.
21029
21030 2005-10-31  Wim Taymans  <wim@fluendo.com>
21031
21032         * gst-libs/gst/audio/gstbaseaudiosink.c:
21033         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
21034         (gst_base_audio_sink_render):
21035         * gst-libs/gst/audio/gstringbuffer.c:
21036         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
21037         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
21038         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
21039         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
21040         (gst_ring_buffer_read):
21041         * gst-libs/gst/audio/gstringbuffer.h:
21042         Add flushing mode to the ringbuffer so that it in all cases does
21043         not try to handle more audio. This makes sure it does not try to
21044         block anymore when flushing and fixes a livelock.
21045
21046 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
21047
21048         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
21049         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
21050         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
21051           Explicitly check for -1 values before doing a conversion
21052           and always map them to -1. (#315545)
21053
21054 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
21055
21056         * gst/playback/gstplaybin.c: (gen_video_element):
21057           first try autovideosink, then xvimagesink, then error out
21058         * po/POTFILES.in:
21059           add translatable file
21060         * po/af.po:
21061         * po/az.po:
21062         * po/cs.po:
21063         * po/en_GB.po:
21064         * po/hu.po:
21065         * po/it.po:
21066         * po/nb.po:
21067         * po/nl.po:
21068         * po/or.po:
21069         * po/sq.po:
21070         * po/sr.po:
21071         * po/sv.po:
21072         * po/uk.po:
21073         * po/vi.po:
21074           update translations
21075
21076 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
21077
21078         * gst-libs/gst/rtp/gstbasedepayload.c:
21079         * gst-libs/gst/rtp/gstbasedepayload.h:
21080           Minor cleanups
21081
21082 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
21083
21084         * gst/playback/.cvsignore:
21085         * gst/playback/decodetest.c:
21086         * gst/playback/test3.c:
21087           Port these two tests as well.
21088
21089 2005-10-27  Wim Taymans  <wim@fluendo.com>
21090
21091         * ext/theora/theoradec.c: (theora_dec_src_query),
21092         (theora_dec_sink_event):
21093         * ext/theora/theoraenc.c: (theora_enc_sink_event),
21094         (theora_enc_change_state):
21095         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21096         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
21097         Take proper locks when handling events.
21098
21099 2005-10-27  Wim Taymans  <wim@fluendo.com>
21100
21101         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
21102         (gst_adder_change_state):
21103         Fix timestamps and fix deadlock when stopping the collectpads.
21104
21105 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
21106
21107         * gst-libs/gst/rtp/gstrtpbuffer.h:
21108         Declaring the payload types as strings too so that they can be used
21109         in the padtemplate inialization.
21110
21111 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
21112
21113         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
21114
21115         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21116         (gst_base_rtp_depayload_class_init):
21117         Fixes a small but nasty bug. The derived elements no longer segfaults
21118         on finalization.
21119
21120 2005-10-26  Michael Smith <msmith@fluendo.com>
21121
21122         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
21123           When clearing an audioconvert context, set tmpbufsize to zero, so
21124           we'll allocate it again later if required.
21125           This fixes audioconvert re-negotiating formats, which previously
21126           segfaulted with a NULL destination buffer.
21127
21128 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
21129
21130         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21131         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
21132         (gst_base_rtp_depayload_set_gst_timestamp),
21133         (gst_base_rtp_depayload_queue_release):
21134         Fixed a smalll memleak.
21135
21136 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
21137         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21138         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
21139         (gst_base_rtp_depayload_finalize),
21140         (gst_base_rtp_depayload_setcaps),
21141         (gst_base_rtp_depayload_add_to_queue),
21142         (gst_base_rtp_depayload_push),
21143         (gst_base_rtp_depayload_set_gst_timestamp),
21144         (gst_base_rtp_depayload_queue_release),
21145         (gst_base_rtp_depayload_thread),
21146         (gst_base_rtp_depayload_change_state):
21147         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21148         Changed the C++ comments to C comments
21149
21150 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
21151
21152         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
21153         * gst/tcp/gsttcpclientsrc.h:
21154         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
21155         * gst/tcp/gsttcpserversrc.h:
21156           Remove unused 'curoffset' structure member.
21157
21158 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
21159
21160         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21161         (gst_base_rtp_depayload_base_init),
21162         (gst_base_rtp_depayload_finalize):
21163         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21164         * gst-libs/gst/rtp/gstbasertppayload.h:
21165           The pad-template on the sinkpad should be set by the derived classes.
21166           Also added some useful macros.
21167
21168 2005-10-24  Wim Taymans  <wim@fluendo.com>
21169
21170         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
21171         Correctly flush decoder samples even if we could not
21172         copy them to an output buffer. Fixes #319618.
21173
21174 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21175
21176         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
21177         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
21178         the caps against our xcontext caps.
21179
21180 2005-10-24  Wim Taymans  <wim@fluendo.com>
21181
21182         * gst-libs/gst/audio/gstbaseaudiosink.c:
21183         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
21184         Remove g_print
21185         Use sync property from baseclass to disable sync.
21186
21187 2005-10-24  Wim Taymans  <wim@fluendo.com>
21188
21189         * gst-libs/gst/audio/gstbaseaudiosink.c:
21190         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
21191         Buffers with no timestamps get aligned with previous buffers or
21192         on underrun, played ASAP.
21193
21194 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21195
21196         * gst-libs/gst/video/video.h:
21197         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21198         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
21199         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
21200         here comes my change on caps for framerate and geometry range.
21201         We are now accepting 1 to MAXINT for width and height, and from
21202         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
21203         to be blended correctly in videomixer.
21204
21205 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21206
21207         * configure.ac:
21208           back to HEAD
21209
21210 === release 0.9.4 ===
21211
21212 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21213
21214         * NEWS:
21215         * RELEASE:
21216         * configure.ac:
21217           releasing 0.9.4, "Velociraptor"
21218
21219 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21220
21221         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
21222         * po/POTFILES.in:
21223           STOPPED -> FAILED
21224
21225 2005-10-21  Wim Taymans  <wim@fluendo.com>
21226
21227         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21228         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
21229         (pad_blocked), (close_pad_link), (new_pad):
21230         Don't try to remove elements twice.
21231
21232 2005-10-21  Wim Taymans  <wim@fluendo.com>
21233
21234         * ext/theora/theoradec.c: (theora_dec_src_query),
21235         (theora_dec_sink_event):
21236         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21237         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
21238         (vorbis_handle_data_packet):
21239         * ext/vorbis/vorbisdec.h:
21240         Fix old naming.
21241
21242         * gst-libs/gst/audio/gstbaseaudiosink.c:
21243         (gst_base_audio_sink_render):
21244         Don't try to sync on buffers without a timestamp.
21245
21246 2005-10-21  Wim Taymans  <wim@fluendo.com>
21247
21248         * ext/theora/theoradec.c: (theora_dec_src_query),
21249         (theora_dec_sink_event):
21250         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21251         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
21252         (vorbis_handle_data_packet):
21253         * ext/vorbis/vorbisdec.h:
21254         Fix old naming.
21255
21256 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21257
21258         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
21259         (gst_vorbisenc_src_query):
21260           Implement position and duration queries.
21261
21262         * gst/playback/test3.c: (update_scale), (main):
21263           Fix for async state changes and print nicer output.
21264
21265 2005-10-20  Wim Taymans  <wim@fluendo.com>
21266
21267         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21268         (dump_element_stats), (main):
21269         * gst/playback/test6.c: (main):
21270         Fix tests again
21271
21272 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21273
21274         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
21275         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
21276           Don't use functions for position queries when handling
21277           duration queries.
21278
21279 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21280
21281         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21282         (vorbis_handle_data_packet), (vorbis_dec_chain),
21283         (vorbis_dec_change_state):
21284         * ext/vorbis/vorbisdec.h:
21285           Vorbis streams can be embedded in other container formats
21286           than ogg, container formats where the demuxer might set 
21287           timestamps on encoded vorbis buffers instead of those silly 
21288           granulepos thingies. In short: make vorbisdec handle 
21289           timestamps on incoming buffers as well.
21290
21291 2005-10-20  Wim Taymans  <wim@fluendo.com>
21292
21293         * gst/playback/gstplaybasebin.c: (group_destroy),
21294         (gst_play_base_bin_change_state):
21295         Fix leak.
21296         Handle case where playbasebin is now ASYNC because
21297         decodebin is.
21298
21299 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
21300
21301         * gst/audioconvert/Makefile.am:
21302         * gst/audioconvert/bufferframesconvert.c:
21303         * gst/audioconvert/plugin.c: (plugin_init):
21304         * gst/audioconvert/plugin.h:
21305           And bye bye buffer-frames-convert
21306
21307 2005-10-19  Wim Taymans  <wim@fluendo.com>
21308
21309         * check/elements/audioconvert.c:
21310         * docs/libs/tmpl/gstaudio.sgml:
21311         * docs/libs/tmpl/gstcolorbalance.sgml:
21312         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21313         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
21314         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
21315         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
21316         * gst-libs/gst/audio/audio.h:
21317         * gst/audioconvert/audioconvert.h:
21318         * gst/audioconvert/gstaudioconvert.c:
21319         (gst_audio_convert_parse_caps):
21320         * gst/volume/gstvolume.c:
21321         Bye bye buffer-frames.
21322
21323 2005-10-19  Wim Taymans  <wim@fluendo.com>
21324
21325         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21326         (query_positions_elems), (query_positions_pads), (update_scale),
21327         (do_seek), (set_update_scale), (message_received), (main):
21328         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
21329         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
21330         (gst_ogg_demux_loop):
21331         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
21332         * ext/theora/theoradec.c: (theora_dec_src_query),
21333         (theora_dec_sink_event):
21334         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21335         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
21336         * gst/adder/gstadder.c: (gst_adder_query):
21337         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
21338         * gst/playback/test3.c: (update_scale):
21339         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21340         (dump_element_stats), (main):
21341         * gst/playback/test6.c: (main):
21342         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
21343         Query API update.
21344
21345 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
21346
21347         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
21348         (xml_check_first_element), (xml_type_find), (smil_type_find),
21349         (plugin_init):
21350           Add typefinding for SMIL and for generic XML. Based on patch by
21351           Akos Maroy (#308663).
21352
21353 2005-10-18  Wim Taymans  <wim@fluendo.com>
21354
21355         * gst/playback/Makefile.am:
21356         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21357         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
21358         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
21359         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
21360         (gst_decode_bin_change_state):
21361         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
21362         (gst_play_bin_send_event_to_sink):
21363         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21364         (dump_element_stats), (main):
21365         * gst/playback/test6.c: (main):
21366         Make playbin async, it'll commit state to paused when all streams
21367         are detected.
21368         Remove ugly hack.
21369         Added test6.c to show async behaviour.
21370
21371 2005-10-18  Wim Taymans  <wim@fluendo.com>
21372
21373         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
21374         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
21375         Fix for segment-start/stop API change.
21376
21377 2005-10-18  Wim Taymans  <wim@fluendo.com>
21378
21379         * check/Makefile.am:
21380         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
21381         (main):
21382         Add future test for clock selection.
21383
21384 2005-10-18  Wim Taymans  <wim@fluendo.com>
21385
21386         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
21387         (gst_alsasink_close):
21388         Set handle to NULL.
21389
21390         * gst-libs/gst/audio/gstringbuffer.c:
21391         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
21392         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
21393         (gst_ring_buffer_start), (gst_ring_buffer_pause),
21394         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
21395         (gst_ring_buffer_read):
21396         More debug info.
21397
21398 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
21399
21400         * gst/audiotestsrc/Makefile.am:
21401         * gst/sine/Makefile.am:
21402         * gst/volume/Makefile.am:
21403           fix broken build of controllerized plugins
21404
21405 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
21406
21407         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21408
21409         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
21410         (gst_riff_create_video_template_caps):
21411           Add support for Indeo-3 (IV32).
21412
21413 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21414
21415         * configure.ac:
21416           rewrite
21417
21418 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21419
21420         * gst-libs/gst/video/video.c: (gst_video_get_size):
21421         * gst/audiotestsrc/gstaudiotestsrc.c:
21422           doc updates
21423
21424 2005-10-17  Andy Wingo  <wingo@pobox.com>
21425
21426         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
21427         with the collectpads change.
21428         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
21429
21430         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
21431
21432         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
21433
21434         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
21435         alloc_buffer flow return to callers.
21436         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
21437         change. Fix some memleaks in theoraenc.
21438
21439         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
21440         in strange circumstance.
21441
21442 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21443
21444         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21445         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
21446         from caps, let's use the caps...
21447
21448 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21449
21450         * configure.ac:
21451           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
21452
21453 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21454
21455         * gst-libs/gst/interfaces/Makefile.am:
21456           fix silly typo
21457
21458 2005-10-16  Andy Wingo  <wingo@pobox.com>
21459
21460         * gst/playback/gstdecodebin.c
21461         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
21462         function!
21463         (try_to_link_1): Increase kraziness level.
21464
21465 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21466
21467         * configure.ac:
21468           restructure like the core one
21469         * gst-libs/gst/audio/Makefile.am:
21470         * gst-libs/gst/interfaces/Makefile.am:
21471         * gst-libs/gst/net/Makefile.am:
21472         * gst-libs/gst/riff/Makefile.am:
21473         * gst-libs/gst/rtp/Makefile.am:
21474         * gst-libs/gst/tag/Makefile.am:
21475         * gst-libs/gst/video/Makefile.am:
21476           use correct linker flags, now the libs are properly versioned
21477         * check/elements/audioconvert.c: (verify_convert):
21478         * ext/alsa/gstalsaplugin.c:
21479         * ext/cdparanoia/gstcdparanoia.c:
21480         * ext/gnomevfs/gstgnomevfs.c:
21481         * ext/libvisual/visual.c:
21482         * ext/ogg/gstogg.c:
21483         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
21484         * ext/theora/theora.c:
21485         * ext/vorbis/vorbis.c:
21486         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
21487         * gst-libs/gst/tag/gsttagediting.c:
21488         * gst-libs/gst/video/video.c:
21489         * gst/adder/gstadder.c:
21490         * gst/audioconvert/plugin.c:
21491         * gst/audiorate/gstaudiorate.c:
21492         * gst/audioresample/gstaudioresample.c:
21493         * gst/audioresample/resample_ref.c: (resample_scale_ref):
21494         * gst/audioscale/gstaudioscale.c:
21495         * gst/audioscale/resample.c:
21496         * gst/audiotestsrc/gstaudiotestsrc.c:
21497         * gst/ffmpegcolorspace/gstffmpeg.c:
21498         * gst/playback/gstdecodebin.c: (close_pad_link):
21499         * gst/playback/gstplaybin.c: (gen_video_element),
21500         (gen_audio_element):
21501         * gst/sine/gstsinesrc.c:
21502         * gst/subparse/gstsubparse.c:
21503         * gst/tags/gsttagediting.c:
21504         * gst/tcp/gsttcpplugin.c:
21505         * gst/typefind/gsttypefindfunctions.c:
21506         * gst/videorate/gstvideorate.c:
21507         * gst/videoscale/gstvideoscale.c:
21508         * gst/videotestsrc/gstvideotestsrc.c:
21509         * gst/volume/gstvolume.c:
21510         * sys/v4l/gstv4l.c:
21511         * sys/ximage/ximage.c:
21512         * sys/xvimage/xvimagesink.c:
21513           fix up defines
21514
21515 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
21516
21517         * ext/vorbis/vorbisenc.c:
21518         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
21519         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
21520         (gst_tag_to_vorbis_comments):
21521           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
21522
21523 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
21524
21525         * examples/stats/mp2ogg.c:
21526         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21527           typo fixes
21528
21529 2005-10-13  Michael Smith <msmith@fluendo.com>
21530
21531         * ext/ogg/gstoggmux.c:
21532           Use magic glib macros to define constants as 64 bit, to ensure
21533           appropriate vararg passing.
21534
21535 2005-10-13  Michael Smith <msmith@fluendo.com>
21536
21537         * ext/ogg/gstoggmux.c:
21538         * gst/audioconvert/audioconvert.c: (float):
21539           Don't use LL suffix, as it's not portable, and neither of these
21540           uses required it anyway.
21541
21542 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
21543
21544         * examples/indexing/indexmpeg.c: (main):
21545         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
21546         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
21547         (cdparanoia_convert), (cdparanoia_query):
21548         * ext/cdparanoia/gstcdparanoia.h:
21549         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
21550         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
21551         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
21552         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
21553         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
21554         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
21555         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
21556         (gst_multifdsink_render), (gst_multifdsink_start),
21557         (gst_multifdsink_stop):
21558         * gst/tcp/gstmultifdsink.h:
21559         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
21560         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
21561         (gst_tcpclientsink_stop):
21562         * gst/tcp/gsttcpclientsink.h:
21563         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
21564         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
21565         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
21566         * gst/tcp/gsttcpclientsrc.h:
21567         * gst/tcp/gsttcpserversink.h:
21568         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
21569         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
21570         (gst_tcpserversrc_stop):
21571         * gst/tcp/gsttcpserversrc.h:
21572         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
21573         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
21574         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
21575           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
21576           moved bitshift from macro to enum definition
21577
21578 2005-10-12  Wim Taymans  <wim@fluendo.com>
21579
21580         * examples/seeking/Makefile.am:
21581         Oops.
21582
21583 2005-10-12  Wim Taymans  <wim@fluendo.com>
21584
21585         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21586         (gst_ring_buffer_read), (gst_ring_buffer_clear):
21587         Don't assert on normal stuff.
21588
21589         * gst/playback/gstplaybin.c: (do_playbin_seek):
21590         API fix.
21591
21592 2005-10-12  Wim Taymans  <wim@fluendo.com>
21593
21594         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21595         * examples/seeking/Makefile.am:
21596         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
21597         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21598         (do_seek), (set_update_scale), (message_received), (main):
21599         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21600         (gst_ring_buffer_read), (gst_ring_buffer_clear):
21601         Update for _get_state() API change.
21602
21603 2005-10-11  Wim Taymans  <wim@fluendo.com>
21604
21605         * gst-libs/gst/audio/gstbaseaudiosink.c:
21606         (gst_base_audio_sink_render):
21607         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21608         (gst_base_audio_src_create):
21609         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21610         (gst_ring_buffer_read):
21611         Cleanups.
21612         Commit and read from ringbuffer in samples rather than bytes.
21613
21614 2005-10-11  Wim Taymans  <wim@fluendo.com>
21615
21616         * gst-libs/gst/audio/gstbaseaudiosink.c:
21617         (gst_base_audio_sink_render):
21618         Respect segment rate and accum when scheduling samples.
21619
21620 2005-10-11  Julien MOUTTE  <julien@moutte.net>
21621
21622         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
21623         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
21624         EOS correctly, that needs more work.
21625
21626 2005-10-11  Wim Taymans  <wim@fluendo.com>
21627
21628         * check/generic/states.c: (GST_START_TEST):
21629         remove old property.
21630
21631         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
21632         (gst_ogg_demux_perform_seek):
21633         * ext/theora/theoradec.c: (theora_dec_sink_event):
21634         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21635         (vorbis_handle_data_packet):
21636         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21637         (gst_base_rtp_depayload_set_gst_timestamp):
21638         * gst/videorate/gstvideorate.c: (gst_videorate_event):
21639         Update for newsegment API change.
21640
21641 2005-10-11  Michael Smith <msmith@fluendo.com>
21642
21643         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
21644         (do_playbin_seek), (gst_play_bin_send_event):
21645           Override send_event differently, so that we can takes bits of
21646           functionality from GstPipeline (special handling for seeks,
21647           including pausing/resuming, and resetting stream time) and still get
21648           the appropriate behaviour of only forwarding event to a single sink,
21649           rather than all of them.
21650           Unfortunately requires a lot of code duplication, but the
21651           alternatives are equally ugly in the end.
21652
21653 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21654
21655         * check/elements/audioconvert.c: (setup_audioconvert),
21656         (cleanup_audioconvert), (get_int_caps), (verify_convert),
21657         (GST_START_TEST), (audioconvert_suite):
21658           clean up tests a little, fix some leaks.
21659
21660 2005-10-10  Wim Taymans  <wim@fluendo.com>
21661
21662         * ext/alsa/gstalsasink.c:
21663         Also allow unsigned int.
21664
21665         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21666         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
21667         Small cleanup
21668
21669 2005-10-10  Wim Taymans  <wim@fluendo.com>
21670
21671         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21672         Small update, use API as stated in design docs.
21673
21674         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21675         (update_scale), (do_seek), (seek_cb), (set_update_scale),
21676         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
21677         (message_received), (main):
21678         Updated seek example for GOption. Some usability improvements.
21679
21680 2005-10-10  Wim Taymans  <wim@fluendo.com>
21681
21682         * gst/audioconvert/audioconvert.h:
21683         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
21684         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
21685         Alloc temp storage somewhere else where we can do it more
21686         portable.
21687
21688 2005-10-10  Wim Taymans  <wim@fluendo.com>
21689
21690         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
21691         (gst_tcpserversrc_start):
21692         Don't block in accept while doing the state change, move
21693         to poll and make cancellable.
21694
21695 2005-10-09  Philippe Khalaf <burger@speedy.org>
21696
21697         * gst-libs/gst/rtp/rtpbasedepayload.c:
21698         Set timestamp and add queue delay to timestamp
21699         * gst-libs/gst/rtp/rtpbuffer.h:
21700         Set correct payload type for h263
21701
21702 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
21703
21704         * gst/audiotestsrc/gstaudiotestsrc.c:
21705         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
21706         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
21707         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
21708         (gst_audiotestsrc_create_triangle),
21709         (gst_audiotestsrc_create_silence),
21710         (gst_audiotestsrc_create_white_noise),
21711         (gst_audiotestsrc_init_pink_noise),
21712         (gst_audiotestsrc_generate_pink_noise_value),
21713         (gst_audiotestsrc_create_pink_noise),
21714         (gst_audiotestsrc_change_wave):
21715         * gst/audiotestsrc/gstaudiotestsrc.h:
21716           fixed typo, added pink noise
21717
21718 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21719
21720         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
21721         (plugin_init):
21722           Add wavpack and spc typefind functions from 0.8 branch.
21723
21724 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21725
21726         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
21727         (ar_type_find), (msdos_type_find), (plugin_init):
21728           Add typefind functions for tar archives, ar archives,
21729           RAR archives, and msdos-executables (dlls, exe, etc.).
21730           Some of those would be wrongly identified as mpeg
21731           streams of some sort before (#315550).
21732
21733 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
21734
21735         * configure.ac:
21736         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21737         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21738         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
21739         * gst/audiotestsrc/Makefile.am:
21740         * gst/audiotestsrc/gstaudiotestsrc.c:
21741         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
21742         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
21743         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
21744         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
21745         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
21746         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
21747         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
21748         (gst_audiotestsrc_create_silence),
21749         (gst_audiotestsrc_create_white_noise),
21750         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
21751         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
21752         (gst_audiotestsrc_start), (plugin_init):
21753         * gst/audiotestsrc/gstaudiotestsrc.h:
21754           add new plugin and element
21755         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
21756           use gobject_class
21757
21758 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21759
21760         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
21761         (gst_adder_init), (gst_adder_request_new_pad),
21762         (gst_adder_change_state):
21763           Add query function to source pad, so adder reports the correct
21764           time/sample position when queried (#315457); fix state change
21765           function; use GST_DEBUG_FUNCPTR() for pad functions.
21766
21767 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21768
21769         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
21770           Fix leaks in typefind registration
21771           Clean up the gratuitous commenting and whitespacing a little
21772
21773 2005-10-08  Wim Taymans  <wim@fluendo.com>
21774
21775         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
21776         Only actually wait for the thread to be stopped if it's 
21777         running.
21778
21779 2005-10-08  Wim Taymans  <wim@fluendo.com>
21780
21781         * gst-libs/gst/audio/gstbaseaudiosink.c:
21782         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
21783         If we receive EOS we can start playback of what we had.
21784
21785 2005-10-08  Wim Taymans  <wim@fluendo.com>
21786
21787         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21788         (gst_multifdsink_finalize), (multifdsink_hash_remove),
21789         (gst_multifdsink_stop):
21790         Fix crasher when going to NULL multiple times.
21791
21792 2005-10-06  Wim Taymans  <wim@fluendo.com>
21793
21794         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
21795         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
21796         * gst-libs/gst/audio/gstbaseaudiosrc.h:
21797         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
21798         patch from Edgard Lima <edgard.lima@indt.org.br>
21799         Fixed gstbaseaudiosrc adding ring buffer sync to it.
21800
21801 2005-10-06  Wim Taymans  <wim@fluendo.com>
21802
21803         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
21804         Report the FLOW_RETURN as string in the error message.
21805
21806         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
21807         Don't assert when clearing an unnegotiated buffer.
21808
21809 2005-10-04  Michael Smith <msmith@fluendo.com>
21810
21811         * gst/playback/gstplaybasebin.c: (group_destroy),
21812         (gen_preroll_element), (remove_groups), (setup_source):
21813         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
21814         (setup_sinks), (gst_play_bin_send_event),
21815         (gst_play_bin_change_state):
21816           Set state to NULL before removing from bin. Fix refcounting.
21817
21818 2005-10-04  Michael Smith <msmith@fluendo.com>
21819
21820         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
21821           Correct refcounting in send_event() function. Previously was wrong
21822           if the first sink was unable to handle the event.
21823
21824 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21825
21826         * configure.ac:
21827           back to development
21828
21829 === release 0.9.3 ===
21830
21831 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21832
21833         * configure.ac:
21834           Releasing 0.9.3, "De Facto"
21835
21836 2005-10-03  Andy Wingo  <wingo@pobox.com>
21837
21838         * gst/playback/gstdecodebin.c (try_to_link_1)
21839         (remove_element_chain): set element to NULL before removing it.
21840
21841 2005-10-02  Johan Dahlin  <johan@gnome.org>
21842
21843         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
21844         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
21845         MT safe.
21846
21847 2005-10-02  Andy Wingo  <wingo@pobox.com>
21848
21849         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
21850         (gst_ring_buffer_prepare_read): 
21851         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
21852         Demote to LOG.
21853
21854 2005-09-29  Wim Taymans  <wim@fluendo.com>
21855
21856         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
21857         * ext/theora/theoradec.c: (theora_handle_data_packet):
21858         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
21859         Propagate error codes from alloc_buffer too.
21860
21861 2005-09-29  Wim Taymans  <wim@fluendo.com>
21862
21863         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
21864         We use fixed caps.
21865
21866         * gst/playback/Makefile.am:
21867         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21868         (dump_element_stats), (main):
21869         Added example stream introspection code.
21870
21871 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
21872
21873         * gst/adder/gstadder.c: (gst_adder_collected):
21874           fix adder for float elements
21875
21876 2005-09-28  Wim Taymans  <wim@fluendo.com>
21877
21878         * gst-libs/gst/audio/gstbaseaudiosink.c:
21879         (gst_base_audio_sink_class_init),
21880         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
21881         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21882         (gst_base_audio_src_class_init),
21883         (gst_base_audio_src_provide_clock):
21884         get_clock -> provide_clock
21885
21886 2005-09-28  Andy Wingo  <wingo@pobox.com>
21887
21888         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
21889         and unlocking.
21890
21891         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
21892         unlocking.
21893
21894         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
21895         Actually add the pad template.
21896         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
21897
21898         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
21899         I'm at it...
21900
21901         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
21902         from fdsrc. Get caps in create() instead of start() so it can be
21903         interrupted. Interruption somewhat untested.
21904
21905         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
21906         Proper EOS handling.
21907
21908 2005-09-27  Andy Wingo  <wingo@pobox.com>
21909
21910         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
21911
21912         * gst/tcp/gsttcpserversrc.c: Cleaned up.
21913
21914         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
21915
21916         * gst/tcp/gsttcp.h: 
21917         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
21918         out of tcpclientsrc.c. Cancellable.
21919         (gst_tcp_socket_read): Made private, cancellable, with better
21920         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
21921         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
21922         whole buffer, and better diagnostics.
21923         (gst_tcp_gdp_read_caps): Same.
21924
21925         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
21926
21927 2005-09-26  Andy Wingo  <wingo@pobox.com>
21928
21929         * gst/sine/gstsinesrc.h:
21930         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
21931         change the 'sync' property to 'is-live' and implement it halfway,
21932         update for controller api change.
21933
21934         * gst/volume/gstvolume.c (volume_transform_ip): Update for
21935         controller api change.
21936
21937 2005-09-24  Wim Taymans  <wim@fluendo.com>
21938
21939         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
21940         * gst-libs/gst/audio/gstaudiosink.c:
21941         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
21942         (gst_audioringbuffer_stop):
21943         * gst-libs/gst/audio/gstbaseaudiosink.c:
21944         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
21945         (gst_base_audio_sink_change_state):
21946         * gst-libs/gst/audio/gstbaseaudiosink.h:
21947         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
21948         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
21949         (gst_ring_buffer_commit), (gst_ring_buffer_read):
21950         * gst-libs/gst/audio/gstringbuffer.h:
21951         Fix sync again. Moved sample alignment to basesink.
21952
21953 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21954
21955         * docs/plugins/Makefile.am:
21956         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21957         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21958         * gst/volume/gstvolume.c:
21959           add/fix docs
21960         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
21961         * gst-libs/gst/audio/audio.h:
21962           add conversion macros for frames <-> clocktime
21963
21964 2005-09-23  David Schleef  <ds@schleef.org>
21965
21966         * gst/audioresample/Makefile.am:
21967         * gst/audioresample/debug.h:
21968         * gst/audioresample/gstaudioresample.c:
21969         * gst/audioresample/resample.c: Convert to using gst debugging
21970
21971 2005-09-22  Wim Taymans  <wim@fluendo.com>
21972
21973         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
21974         (gst_play_bin_send_event):
21975         Only seek on one sink, the first one that succeeds.
21976
21977 2005-09-22  Michael Smith <msmith@fluendo.com>
21978
21979         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
21980         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
21981         Don't flush encoder state unless we have an initialised encoder.
21982         Clear out encoder state on PAUSED_TO_READY.
21983
21984 2005-09-22  Wim Taymans  <wim@fluendo.com>
21985
21986         * gst-libs/gst/rtp/gstbasertppayload.c:
21987         (gst_basertppayload_class_init), (gst_basertppayload_init),
21988         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21989         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21990         (gst_basertppayload_is_filled), (gst_basertppayload_push),
21991         (gst_basertppayload_set_property),
21992         (gst_basertppayload_get_property),
21993         (gst_basertppayload_change_state):
21994         * gst-libs/gst/rtp/gstbasertppayload.h:
21995         Added max-ptime to control amount of data in the rtp packets.
21996
21997 2005-09-21  Andy Wingo  <wingo@pobox.com>
21998
21999         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
22000         thingies.
22001
22002         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
22003         can be called multiple times, dogs.
22004
22005 2005-09-21  Wim Taymans  <wim@fluendo.com>
22006
22007         * gst-libs/gst/rtp/gstbasertppayload.c:
22008         (gst_basertppayload_class_init), (gst_basertppayload_init),
22009         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22010         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22011         (gst_basertppayload_push), (gst_basertppayload_get_property),
22012         (gst_basertppayload_change_state):
22013         Allow 0 ssrc too.
22014
22015 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
22016
22017         * docs/libs/compiling.sgml:
22018           fixing typos
22019
22020 2005-09-20  Wim Taymans  <wim@fluendo.com>
22021
22022         * gst-libs/gst/rtp/gstbasertppayload.c:
22023         (gst_basertppayload_class_init), (gst_basertppayload_init),
22024         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22025         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22026         (gst_basertppayload_push), (gst_basertppayload_set_property),
22027         (gst_basertppayload_get_property),
22028         (gst_basertppayload_change_state):
22029         * gst-libs/gst/rtp/gstbasertppayload.h:
22030         Added property to configure sequence number offsets.
22031
22032 2005-09-20  Wim Taymans  <wim@fluendo.com>
22033
22034         * gst-libs/gst/rtp/gstbasertppayload.c:
22035         (gst_basertppayload_class_init), (gst_basertppayload_init),
22036         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22037         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22038         (gst_basertppayload_push), (gst_basertppayload_set_property),
22039         (gst_basertppayload_get_property),
22040         (gst_basertppayload_change_state):
22041         * gst-libs/gst/rtp/gstbasertppayload.h:
22042         Make timestamp offset configurable.
22043
22044 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22045
22046         * check/pipelines/simple_launch_lines.c: (run_pipeline):
22047           fix wrong pop/unref
22048
22049 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
22050
22051         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
22052
22053         * gst-libs/gst/interfaces/propertyprobe.c:
22054         (gst_property_probe_probe_property_name),
22055         (gst_property_probe_needs_probe_name),
22056         (gst_property_probe_get_values_name),
22057         (gst_property_probe_probe_and_get_values_name):
22058           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
22059           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
22060
22061 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
22062
22063         * check/Makefile.am:
22064           have some tests be disabled for valgrinding
22065         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
22066         (GST_START_TEST):
22067         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
22068           Fix A Leak.  Chain To Parent Finalize.
22069
22070 2005-09-19  Wim Taymans  <wim@fluendo.com>
22071
22072         * examples/seeking/seek.c: (make_wav_pipeline), (main):
22073         Fixed wav pipeline.
22074
22075 2005-09-19  Wim Taymans  <wim@fluendo.com>
22076
22077         * gst-libs/gst/rtp/gstbasertppayload.c:
22078         (gst_basertppayload_class_init), (gst_basertppayload_init),
22079         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22080         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22081         (gst_basertppayload_push), (gst_basertppayload_get_property),
22082         (gst_basertppayload_change_state):
22083         Posting ERROR and WARNING messages is good.
22084
22085 2005-09-19  Wim Taymans  <wim@fluendo.com>
22086
22087         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22088         (gst_base_rtp_depayload_add_to_queue),
22089         (gst_base_rtp_depayload_push),
22090         (gst_base_rtp_depayload_set_gst_timestamp),
22091         (gst_base_rtp_depayload_queue_release):
22092         This one was not supposed to go in.
22093
22094 2005-09-19  Wim Taymans  <wim@fluendo.com>
22095
22096         * check/pipelines/simple_launch_lines.c: (run_pipeline):
22097         Fix for bus API.
22098
22099         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22100         (gst_base_rtp_depayload_chain),
22101         (gst_base_rtp_depayload_add_to_queue),
22102         (gst_base_rtp_depayload_push),
22103         (gst_base_rtp_depayload_set_gst_timestamp),
22104         (gst_base_rtp_depayload_queue_release):
22105         Some cleanups.
22106
22107         * gst-libs/gst/rtp/gstbasertppayload.c:
22108         (gst_basertppayload_class_init), (gst_basertppayload_init),
22109         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
22110         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
22111         (gst_basertppayload_get_property),
22112         (gst_basertppayload_change_state):
22113         Added debugging category.
22114
22115 2005-09-18  David Schleef  <ds@schleef.org>
22116
22117         * gst/playback/gstdecodebin.c: free plugin list correctly
22118         * gst/playback/gstplaybin.c: emit warning if autovideosink
22119           and autoaudiosink can't be found (instead of segfaulting)
22120
22121 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
22122
22123         * check/elements/audioconvert.c: (GST_START_TEST):
22124           try out 24 bit conversion
22125
22126 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22127
22128         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
22129         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
22130         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
22131         * ext/vorbis/vorbisenc.h:
22132           Fix EOS handling.  Still needs a fix in the ogg muxer to
22133           mark the last page as eos.
22134
22135 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22136
22137         * common/gtk-doc-plugins.mak:
22138         * docs/plugins/Makefile.am:
22139         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22140         * gst/ffmpegcolorspace/Makefile.am:
22141         * gst/ffmpegcolorspace/avcodec.h:
22142         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22143         * gst/tcp/gstmultifdsink.c:
22144           fix up ffmpegcolorspace docs; extract header
22145
22146 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22147
22148         * common/gtk-doc-plugins.mak:
22149         * docs/plugins/Makefile.am:
22150         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22151         * ext/theora/Makefile.am:
22152         * ext/theora/gsttheoraenc.h:
22153         * ext/theora/theoraenc.c:
22154         * ext/vorbis/vorbisenc.c:
22155           pick up signals and args for vorbis; add some docs for vorbis
22156
22157 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22158
22159         * common/gstdoc-scangobj:
22160         * common/gtk-doc-plugins.mak:
22161         * docs/libs/Makefile.am:
22162         * docs/plugins/gst-plugins-base-plugins.args:
22163         * docs/plugins/gst-plugins-base-plugins.hierarchy:
22164         * docs/plugins/gst-plugins-base-plugins.interfaces:
22165         * docs/plugins/gst-plugins-base-plugins.prerequisites:
22166         * docs/plugins/gst-plugins-base-plugins.signals:
22167           only scanobj stuff from our source module.  Not sure yet
22168           if that's correct, given the hierarchy stuff :)
22169
22170 2005-09-15  Wim Taymans  <wim@fluendo.com>
22171
22172         * gst/audioconvert/gstaudioconvert.c:
22173         And enable 24 bits mode as well..
22174
22175 2005-09-15  Wim Taymans  <wim@fluendo.com>
22176
22177         * gst-libs/gst/rtp/Makefile.am:
22178         * gst-libs/gst/rtp/gstbasertppayload.c:
22179         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
22180         (gst_basertppayload_class_init), (gst_basertppayload_init),
22181         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
22182         (gst_basertppayload_chain), (gst_basertppayload_set_options),
22183         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
22184         (gst_basertppayload_set_property),
22185         (gst_basertppayload_get_property),
22186         (gst_basertppayload_change_state):
22187         * gst-libs/gst/rtp/gstbasertppayload.h:
22188         Added rtp payloader base class.
22189
22190 2005-09-15  Andy Wingo  <wingo@pobox.com>
22191
22192         * configure.ac (plugindir): Remove the EOL matcher from the
22193         regexp, as it causes me problems. Libtool? Make? Who knows?
22194
22195 2005-09-14  David Schleef  <ds@schleef.org>
22196
22197         * check/generic/states.c: 
22198         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
22199         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
22200           Fixes for changes in registry API.
22201
22202         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
22203           to GST_PLUGIN_LDFLAGS.
22204         * ext/libvisual/visual.c: Make the library shut up.
22205         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
22206         * gst-libs/gst/audio/gstaudiofilter.c: same
22207
22208 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22209
22210         * docs/plugins/Makefile.am:
22211         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22212         * docs/plugins/inspect/plugin-libvisual.xml:
22213         * docs/plugins/tmpl/element-tcpserversink.sgml:
22214         * ext/theora/theoraenc.c:
22215           add libvisual plugin and theoraenc element to docs
22216
22217 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22218
22219         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22220         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22221         * ext/theora/theoraenc.c:
22222           add theoraenc
22223
22224 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
22225
22226         * gst/audioconvert/Makefile.am:
22227           Audioconvert derives from GstBaseTransform and should
22228           link to the library with our base elements to avoid
22229           unresolved symbols. Makes things work with MinGW (#316160)
22230
22231         * gst/playback/test4.c: (main):
22232           Fix MinGW build problem and use g_usleep() instead of 
22233           sleep() (#316162)
22234
22235 2005-09-12  Wim Taymans  <wim@fluendo.com>
22236
22237         * gst/audioconvert/audioconvert.c: (float),
22238         (audio_convert_prepare_context), (audio_convert_convert):
22239         * gst/audioconvert/audioconvert.h:
22240         Cleanups, speedups, simplifications, added back support
22241         for 24 bits.
22242
22243 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
22244
22245         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22246         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22247         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
22248         * docs/plugins/tmpl/element-tcpserversink.sgml:
22249         * gst/ffmpegcolorspace/gstffmpeg.c:
22250         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22251         * gst/videotestsrc/gstvideotestsrc.c:
22252         * gst/volume/gstvolume.c:
22253           add more elements to the docs
22254
22255 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
22256
22257         * check/Makefile.am:
22258         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
22259         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
22260           Add extra tests for basetransform based components. 
22261           Comment out the test_element_negotiation test until we decide
22262           if it's testing correct behaviour.
22263         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
22264         (gst_visual_chain), (gst_visual_change_state):
22265           Slightly more correct but still bogus timestamping.
22266           Fix state change function.
22267         * gst/audioconvert/gstaudioconvert.c:
22268         (gst_audio_convert_class_init):
22269         * gst/audioresample/gstaudioresample.c:
22270         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22271         (gst_ffmpegcsp_class_init):
22272         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22273         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
22274         (gst_videoscale_prepare_image):
22275         * gst/volume/gstvolume.c: (gst_volume_class_init),
22276         (volume_transform_ip):
22277           Basetransform updates. Enable passthrough modes.
22278         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22279         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
22280         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
22281           Negotiation fix that allows the window to return to the original
22282           size and renegotiate passthrough upstream. Extra debug output.
22283
22284 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22285
22286         * gst/sine/gstsinesrc.c:
22287         * gst/volume/gstvolume.c:
22288           fix up header include
22289
22290 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
22291
22292         * gst-libs/gst/audio/gstbaseaudiosink.c:
22293         (gst_base_audio_sink_render):
22294         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
22295         * gst/volume/gstvolume.c: (gst_volume_class_init),
22296         (volume_transform):
22297           fixing lost sync, some more debugging
22298
22299 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
22300
22301         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22302         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
22303         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
22304         (gst_xvimagesink_check_xshm_calls):
22305           Fix compilation when XShm is not available.
22306
22307 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
22308
22309         * ext/libvisual/visual.c: (gst_visual_dispose),
22310         (gst_visual_getcaps), (gst_visual_src_setcaps),
22311         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
22312         (gst_visual_change_state):
22313           Finish fixing up libvisual plugin so that it runs. 
22314
22315 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22316
22317         * ext/vorbis/vorbisenc.c:
22318         * gst-libs/gst/tag/gstvorbistag.c:
22319           gsttaginterface.h -> gsttagsetter.h
22320
22321 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22322
22323         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
22324           added another test that failes for me (test is not active by default)
22325
22326 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22327
22328         * configure.ac:
22329           v4l2 is no longer in gst-plugins-base
22330
22331 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
22332
22333         * configure.ac:
22334           In the output at the end, don't show the first plugin on the same
22335           line as "Core plug-ins, always built:".
22336           Indent the output as for other plugin categories
22337         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
22338           #define that can be used to not use peer buffer_alloc functions for
22339           test purposes.
22340         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22341         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
22342         (gst_ximagesink_show_frame):
22343         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
22344         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
22345         (gst_xvimagesink_show_frame):
22346           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
22347           fails gracefully instead of XError aborting or deadlocking.
22348
22349 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22350
22351         * ext/libvisual/Makefile.am:
22352           link against gst-base-libs
22353
22354 2005-09-06  David Schleef  <ds@schleef.org>
22355
22356         * configure.ac: Enable libvisual plugin.
22357         * ext/libvisual/Makefile.am:
22358         * ext/libvisual/visual.c: Fixes to make it compile.
22359
22360 === release 0.9.2 ===
22361
22362 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22363
22364         * NEWS:
22365         * RELEASE:
22366         * configure.ac:
22367         * docs/random/ChangeLog-0.8:
22368           releasing 0.9.2, "Spoon"
22369
22370 2005-09-05  Michael Smith <msmith@fluendo.com>
22371
22372         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
22373           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
22374           that in the vorbisenc element.
22375
22376 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22377
22378         * common/gtk-doc-plugins.mak:
22379         * docs/plugins/Makefile.am:
22380           fix distcheck
22381         * gst/audioresample/resample.c:
22382           fix wrong docstring
22383
22384 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22385
22386         * common/gst-xmlinspect.py:
22387         * common/gtk-doc-plugins.mak:
22388           only inspect plugins for this given package
22389           require gst-python 0.9
22390
22391 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22392
22393         * Makefile.am:
22394         * autogen.sh:
22395         * common/gst-xmlinspect.py:
22396         * configure.ac:
22397         * docs/Makefile.am:
22398         * docs/plugins/inspect/plugin-alsa.xml:
22399         * docs/plugins/inspect/plugin-audioresample.xml:
22400         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
22401         * docs/plugins/inspect/plugin-ogg.xml:
22402         * docs/plugins/tmpl/element-gnomevfssink.sgml:
22403         * docs/plugins/tmpl/element-multifdsink.sgml:
22404         * docs/plugins/tmpl/element-tcpserversink.sgml:
22405         * docs/plugins/tmpl/element-vorbisenc.sgml:
22406         * gst-plugins-base.spec.in:
22407           various doc-related updates
22408
22409 2005-08-31  Wim Taymans  <wim@fluendo.com>
22410
22411         * gst-libs/gst/audio/gstbaseaudiosink.c:
22412         (gst_base_audio_sink_render):
22413         Resync if the buffer timestamps drift more than a 10th 
22414         of a second.
22415
22416 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
22417
22418         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
22419         (gst_v4lsrc_get_property):
22420           The 'timestamp-offset' property is registered as an int64, so
22421           let's use g_value_{set|get}_int64() in our setter and getter
22422           functions (makes it work and fixes warnings with gst-inspect).
22423
22424 2005-08-30  Wim Taymans  <wim@fluendo.com>
22425
22426         * check/elements/audioconvert.c: (setup_audioconvert):
22427         * check/elements/audioresample.c: (setup_audioresample):
22428         * check/elements/volume.c: (setup_volume):
22429         Fix checks.
22430
22431 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22432
22433         * common/gtk-doc-plugins.mak:
22434         * common/plugins.xsl:
22435         * docs/plugins/Makefile.am:
22436           make module a param
22437
22438 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
22439
22440         * examples/seeking/seek.c: (make_mp3_pipeline),
22441         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
22442         (play_cb), (pause_cb), (stop_cb):
22443           update the example
22444
22445 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
22446
22447         * gst/volume/gstvolume.c: (gst_volume_class_init),
22448         (volume_transform):
22449           do not update controlled params, if buffer has no timestamp
22450
22451 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
22452
22453         * configure.ac:
22454         * gst/sine/Makefile.am:
22455         * gst/volume/Makefile.am:
22456           controllerized elements also need to link against controller-libs ;)
22457
22458 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
22459
22460         * docs/libs/tmpl/gstcolorbalance.sgml:
22461         * docs/libs/tmpl/gstgconf.sgml:
22462         * docs/libs/tmpl/gstmixer.sgml:
22463         * docs/libs/tmpl/gstringbuffer.sgml:
22464         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
22465         (gst_sinesrc_create):
22466         * gst/volume/gstvolume.c: (gst_volume_class_init),
22467         (volume_transform):
22468           controllerized two audio plugins
22469
22470 2005-08-29  Andy Wingo  <wingo@pobox.com>
22471
22472         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
22473         (vorbis_handle_data_packet): Fix some int overflow errors.
22474
22475         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
22476         -1.
22477         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
22478         valid.
22479         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
22480         if it's valid. Fixed streaming-mode playback.
22481
22482         * check/elements/volume.c (cleanup_volume): Fix for running
22483         CK_FORK=no.
22484
22485         * check/elements/audioconvert.c: Convert from native endian, not
22486         little endian.
22487
22488 2005-08-29  Michael Smith <msmith@fluendo.com>
22489
22490         * ext/ogg/Makefile.am:
22491         * ext/ogg/gstogg.c: (plugin_init):
22492         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
22493         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
22494         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
22495         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
22496         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
22497         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
22498         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
22499         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
22500         Add an ogg parser element.
22501
22502 2005-08-28  Andy Wingo  <wingo@pobox.com>
22503
22504         * Updates for two-arg init from GST_BOILERPLATE_FULL.
22505
22506 2005-08-26  Wim Taymans  <wim@fluendo.com>
22507
22508         * gst/audioconvert/audioconvert.c: (if), (float),
22509         (audio_convert_get_func_index), (check_default),
22510         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22511         (audio_convert_clean_context), (audio_convert_get_sizes),
22512         (audio_convert_convert):
22513         Cleanups.
22514
22515 2005-08-26  Wim Taymans  <wim@fluendo.com>
22516
22517         * gst/audioconvert/audioconvert.c: (if), (float),
22518         (audio_convert_get_func_index), (check_default),
22519         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22520         (audio_convert_clean_context), (audio_convert_get_sizes),
22521         (audio_convert_convert):
22522         More elegant and working temp buffer selection algo.
22523
22524 2005-08-26  Wim Taymans  <wim@fluendo.com>
22525
22526         * gst/audioconvert/audioconvert.c: (if), (float),
22527         (audio_convert_get_func_index), (check_default),
22528         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22529         (audio_convert_clean_context), (audio_convert_get_sizes),
22530         (get_temp_buffer), (audio_convert_convert):
22531         Use realloc else we lose our original data.
22532
22533 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22534
22535         * gst/audioresample/gstaudioresample.c:
22536           use base class' newsegment to properly timestamp
22537
22538 2005-08-26  Wim Taymans  <wim@fluendo.com>
22539
22540         * gst/audioconvert/audioconvert.c: (if), (float),
22541         (audio_convert_get_func_index), (check_default),
22542         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22543         (audio_convert_clean_context), (audio_convert_get_sizes),
22544         (get_temp_buffer), (audio_convert_convert):
22545         * gst/audioconvert/gstaudioconvert.c:
22546         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
22547         (gst_audio_convert_transform_caps),
22548         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
22549         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
22550         Oops, allocate enough space to perform the channel mix.
22551
22552 2005-08-26  Wim Taymans  <wim@fluendo.com>
22553
22554         * gst/audioconvert/Makefile.am:
22555         * gst/audioconvert/audioconvert.c: (if), (float),
22556         (audio_convert_get_func_index), (check_default),
22557         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22558         (audio_convert_clean_context), (audio_convert_get_sizes),
22559         (get_temp_buffer), (audio_convert_convert):
22560         * gst/audioconvert/audioconvert.h:
22561         * gst/audioconvert/gstaudioconvert.c:
22562         (gst_audio_convert_class_init), (gst_audio_convert_init),
22563         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
22564         (gst_audio_convert_get_unit_size),
22565         (gst_audio_convert_transform_caps),
22566         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
22567         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
22568         * gst/audioconvert/gstaudioconvert.h:
22569         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
22570         (gst_channel_mix_fill_identical),
22571         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
22572         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
22573         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
22574         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
22575         (gst_channel_mix_mix):
22576         * gst/audioconvert/gstchannelmix.h:
22577         Cleanups, librarify a bit, optimize, better negotiation and more.
22578
22579 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
22580
22581         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
22582         Another from MikeS:
22583         During typefinding, don't support negative offsets
22584         (offsets from the end of the stream) in our typefind->peek() function
22585         - nothing embedded in ogg ever needs them. However, we need to recognise
22586         those requests and reject them, otherwise we return invalid pointers.
22587
22588 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
22589
22590         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
22591         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
22592         (vorbisdec_finalize), (vorbis_handle_type_packet):
22593           Big shout-out to MikeS for fixing this giant memory leak.
22594           Huzzah!
22595
22596 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22597
22598         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
22599         (audio_convert_get_unit_size):
22600           plug some leaks
22601
22602 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22603
22604         * check/Makefile.am:
22605         * check/elements/audioconvert.c: (setup_audioconvert),
22606         (cleanup_audioconvert), (get_int_caps), (verify_convert),
22607         (GST_START_TEST), (audioconvert_suite), (main):
22608           add a test for audioconvert
22609         * gst/audioresample/gstaudioresample.c:
22610         * gst/audioresample/gstaudioresample.h:
22611           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
22612           note that for buffers of 1/3 sec this means DURATION(c) is 
22613           one nanosecond more than for a and b
22614
22615 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22616
22617         * check/Makefile.am:
22618         * check/elements/audioresample.c: (setup_audioresample),
22619         (cleanup_audioresample), (fail_unless_perfect_stream),
22620         (test_perfect_stream_instance), (GST_START_TEST),
22621           add a check for audioresample
22622         (audioresample_suite), (main):
22623         * check/elements/volume.c: (GST_START_TEST):
22624           remove unused method
22625         * gst/audioresample/gstaudioresample.c:
22626           set correct buffer parameters since we're changing them
22627         * gst/audioresample/resample_ref.c: (resample_scale_ref):
22628           add some debug
22629
22630 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22631
22632         * gst/audioresample/debug.c:
22633         * gst/audioresample/gstaudioresample.c:
22634           add room for extra overlap samples when asked to transform size
22635           protect against possible mem corruption and check for discrepancies
22636           between written size and outbuffer's size so we can warn for
22637           potential problems
22638         * gst/audioresample/resample.c: (resample_init),
22639         (resample_get_output_size_for_input), (resample_get_output_size),
22640         (resample_set_n_channels), (resample_set_format):
22641           set debug level based on RESAMPLE_DEBUG env var
22642           make sure that get_output_size* returns a whole number of
22643           sample_size
22644           set sample_size each time either channel or format is set
22645         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
22646         * gst/audioresample/resample_functable.c:
22647         (resample_scale_functable):
22648         * gst/audioresample/resample_ref.c: (resample_scale_ref):
22649           remove r->sample_size, it's done in resample.c now
22650           add some debugging to the ref implementation
22651           make sure we only give back bytes that are wholes of the sample
22652           size
22653
22654 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
22655         * gst/playback/gstplaybasebin.c: (fill_buffer):
22656         Revert unpopular change for GST_MESSAGE_SRC to GObject.
22657
22658 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
22659
22660         * gst/volume/gstvolume.c:
22661           made set_caps function static
22662
22663 2005-08-24  Wim Taymans  <wim@fluendo.com>
22664
22665         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
22666         (gst_vorbisenc_change_state):
22667         Stop leaking taglists.
22668
22669 2005-08-24  Wim Taymans  <wim@fluendo.com>
22670
22671         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
22672         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
22673         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
22674         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
22675         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
22676         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
22677         Parse seeking events better.
22678         Unref static caps.
22679         Generate correct newsegment events, fixes seeking in live oggs.
22680
22681         * ext/theora/theoradec.c: (theora_dec_src_query),
22682         (theora_dec_src_event), (theora_dec_src_getcaps),
22683         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
22684         Use newsegment values to report correct play time.
22685
22686         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22687         (vorbis_dec_src_event), (vorbis_dec_sink_event):
22688         * ext/vorbis/vorbisdec.h:
22689         Parse and use newsegment values to report correct play time.
22690
22691         * gst-libs/gst/audio/gstbaseaudiosink.c:
22692         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
22693         Clear ringbuffer on flush.
22694         Use newsegment values to calculate playback time.
22695
22696         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
22697         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
22698         Basesink does newsegment calculations for us now.
22699
22700 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22701
22702         * check/Makefile.am:
22703         * configure.ac:
22704           add core's plugins to the mix so that playbin works
22705         * check/generic/states.c: (GST_START_TEST):
22706           set a 0 timeout on pipelines, so they don't force the next
22707           state change
22708         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
22709         (gst_play_base_bin_change_state):
22710           remove the crappy error handling and do GST error handling
22711
22712 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22713
22714         * check/Makefile.am:
22715         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
22716           add same test as to core, it bitches out on playbin atm.
22717
22718 2005-08-24  Wim Taymans  <wim@fluendo.com>
22719
22720         * configure.ac:
22721         Remove audioscale.
22722
22723 2005-08-24  Wim Taymans  <wim@fluendo.com>
22724
22725         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
22726         (gst_videoscale_prepare_size), (parse_caps),
22727         (gst_videoscale_set_caps), (gst_videoscale_get_size),
22728         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
22729         (gst_videoscale_transform):
22730         * gst/videoscale/gstvideoscale.h:
22731         Refactor, make use of BaseTranform really well.
22732
22733 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22734
22735         * configure.ac:
22736           compile audioresample
22737         * gst/audioresample/Makefile.am:
22738         * gst/audioresample/buffer.c:
22739         * gst/audioresample/functable.c:
22740         * gst/audioresample/gstaudioresample.c:
22741         * gst/audioresample/gstaudioresample.h:
22742         * gst/audioresample/resample.c:
22743         (resample_get_output_size_for_input):
22744         * gst/audioresample/resample.h:
22745         * gst/audioresample/resample_chunk.c:
22746         * gst/audioresample/resample_functable.c:
22747         * gst/audioresample/resample_ref.c:
22748           port to use basetransform; doesn't work in all cases yet
22749
22750 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22751
22752         * gst/audioconvert/gstaudioconvert.c:
22753         (gst_audio_convert_class_init), (gst_audio_convert_init),
22754         (audio_convert_get_unit_size), (audio_convert_transform_caps),
22755         (audio_convert_fixate_caps), (audio_convert_set_caps),
22756         (audio_convert_transform),
22757         (gst_audio_convert_buffer_to_default_format),
22758         (gst_audio_convert_buffer_from_default_format),
22759         (gst_audio_convert_channels):
22760         * gst/audioconvert/gstchannelmix.c:
22761         * gst/audioconvert/gstchannelmix.h:
22762           port to basetransform
22763         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22764         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
22765         (gst_ffmpegcsp_get_unit_size):
22766         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22767         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
22768           fix for basetransform changes
22769
22770 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
22771
22772         * check/Makefile.am:
22773           Add CHECK_CFLAGS and LDFLAGS
22774
22775         * gst/playback/gstplaybasebin.c: (fill_buffer):
22776           GST_MESSAGE_SRC became a GObject
22777
22778 2005-08-24  Wim Taymans  <wim@fluendo.com>
22779
22780         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
22781         (gst_ring_buffer_clear_all):
22782         * gst-libs/gst/audio/gstringbuffer.h:
22783         Added function to clear the ringbuffer.
22784
22785 2005-08-24  Andy Wingo  <wingo@pobox.com>
22786
22787         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
22788         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
22789         of _open and _close.
22790
22791         * sys/v4l/gstv4lxoverlay.h:
22792         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
22793         an Xv connection here, instead of all the time. Make Xv only be
22794         loaded if you axe for it. Kindof a workaround for buggy behaviour
22795         of Xv when using remote xservers (XvQueryExtension would block).
22796         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
22797         replace the _open and _close public API. Only start the xv
22798         connection if necessary.
22799         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
22800
22801 2005-08-23  David Schleef  <ds@schleef.org>
22802
22803         * gst/audioresample/Makefile.am: Leet audioresampling code
22804         * gst/audioresample/buffer.c:
22805         * gst/audioresample/buffer.h:
22806         * gst/audioresample/debug.c:
22807         * gst/audioresample/debug.h:
22808         * gst/audioresample/functable.c:
22809         * gst/audioresample/functable.h:
22810         * gst/audioresample/gstaudioresample.c:
22811         * gst/audioresample/gstaudioresample.h:
22812         * gst/audioresample/resample.c:
22813         * gst/audioresample/resample.h:
22814         * gst/audioresample/resample_chunk.c:
22815         * gst/audioresample/resample_functable.c:
22816         * gst/audioresample/resample_ref.c:
22817
22818 2005-08-23  Wim Taymans  <wim@fluendo.com>
22819
22820         * examples/seeking/seek.c: (make_vorbis_pipeline),
22821         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
22822         Small seek updates.
22823
22824 2005-08-23  Andy Wingo  <wingo@pobox.com>
22825
22826         * gst-libs/gst/audio/gstbaseaudiosrc.c
22827         (gst_base_audio_src_fixate): Only fixate endianness if it is
22828         present in the caps.
22829
22830 2005-08-22  Andy Wingo  <wingo@pobox.com>
22831
22832         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
22833         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
22834         device-name property.
22835
22836         * gst-libs/gst/audio/gstaudiosrc.h:
22837         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
22838         close_device in the ring buffer, like gstaudiosink.
22839
22840         * ext/alsa/gstalsamixer.h:
22841         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
22842         macro to implement the interface without much code. Cleanups. 
22843
22844         * ext/alsa/gstalsasrc.h:
22845         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
22846         READY.
22847
22848         * ext/alsa/Makefile.am: Add new files.
22849         * ext/alsa/gstalsamixerelement.c: 
22850         * ext/alsa/gstalsamixerelement.c: Split element code out from
22851         mixer code so that alsasrc can be a mixer too.
22852
22853 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
22854
22855         * check/elements/volume.c: (setup_volume), (cleanup_volume),
22856         (GST_START_TEST):
22857         * check/elements/vorbisdec.c: (setup_vorbisdec),
22858         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
22859         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22860         (vorbis_handle_identification_packet),
22861         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
22862         (vorbis_handle_header_packet), (vorbis_dec_push),
22863         (vorbis_dec_chain):
22864           use the setup/teardown methods to save code.  save code is good.
22865
22866 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22867
22868         * check/Makefile.am:
22869           add ext dir for plugins
22870           add vorbisdec test conditionally
22871         * check/elements/volume.c: (setup_volume), (cleanup_volume),
22872         (GST_START_TEST), (volume_suite):
22873           add a test with wrong caps
22874         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
22875         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
22876           add a vorbisdec test
22877         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
22878         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
22879           clean up debug output
22880         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
22881           yay, fix a segfault/security issue in vorbisdec
22882           gst-launch fakesrc ! vorbisdec wasn't happy
22883         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
22884         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
22885         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
22886         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
22887         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
22888         (gst_vorbisenc_set_metadata), (get_constraints_string),
22889         (update_start_message), (gst_vorbisenc_setup),
22890         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
22891         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
22892         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
22893         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
22894         * ext/vorbis/vorbisenc.h:
22895           march in line
22896         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22897         (gst_ffmpegcsp_transform):
22898           have the kow come home
22899         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
22900           debug my func ptr
22901         * gst/volume/gstvolume.c: (volume_set_caps):
22902           add a debug
22903
22904 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22905
22906         * Makefile.am:
22907         * check/.cvsignore:
22908         * check/Makefile.am:
22909         * check/elements/.cvsignore:
22910         * check/elements/volume.c: (chain_func), (event_func),
22911         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
22912         (main):
22913         * configure.ac:
22914           add unit test structure for gst-plugins-base
22915           add a test for volume
22916         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
22917         (gst_volume_set_volume), (gst_volume_get_volume),
22918         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
22919         (volume_funcfind), (volume_process_float), (volume_process_int16),
22920         (volume_set_caps), (volume_transform), (volume_update_mute),
22921         (volume_update_volume), (volume_set_property),
22922         (volume_get_property):
22923           document a little; use basetransform vmethod _set_caps
22924
22925 2005-08-19  Andy Wingo  <wingo@pobox.com>
22926
22927         * ext/alsa/gstalsamixertrack.h:
22928         * ext/alsa/gstalsamixertrack.c:
22929         * ext/alsa/gstalsamixeroptions.h:
22930         * ext/alsa/gstalsamixeroptions.c:
22931         * ext/alsa/gstalsamixer.h:
22932         * ext/alsa/gstalsamixer.c: Port to 0.9.
22933
22934         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
22935         Remove gstalsa.c and alsaclock. No more cruft here.
22936         
22937 2005-08-18  Wim Taymans  <wim@fluendo.com>
22938
22939         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22940         (gst_base_rtp_depayload_chain),
22941         (gst_base_rtp_depayload_add_to_queue),
22942         (gst_base_rtp_depayload_push),
22943         (gst_base_rtp_depayload_queue_release):
22944         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22945         Fix for RTPBuffer changes.
22946
22947         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
22948         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
22949         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
22950         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
22951         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
22952         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
22953         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
22954         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
22955         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
22956         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
22957         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
22958         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
22959         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
22960         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
22961         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
22962         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
22963         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
22964         (gst_rtpbuffer_get_payload):
22965         * gst-libs/gst/rtp/gstrtpbuffer.h:
22966         Don't subclass GstBuffer but add methods and helper functions
22967         to construct and manipulate RTP packets in regular GstBuffers.
22968
22969 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
22970
22971         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
22972           moved statement below switch
22973         * gst/volume/gstvolume.c: (gst_volume_class_init):
22974           added debug ptr
22975
22976 2005-08-16  Wim Taymans  <wim@fluendo.com>
22977
22978         * gst-libs/gst/audio/gstbaseaudiosrc.c:
22979         (gst_base_audio_src_change_state):
22980         Open and close device in READY<->NULL state change.
22981
22982 2005-08-16  Andy Wingo  <wingo@pobox.com>
22983
22984         * examples/seeking/Makefile.am: Don't compile non-compiling
22985         compiled objects with the compiler.
22986
22987         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
22988         elements.
22989
22990 2005-08-12  Philippe Khalaf <burger@speedy.org>
22991         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22992         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22993           Made a thread to release the queue.
22994           Removed timestamp conversion for now.
22995
22996 2005-08-10  Philippe Khalaf <burger@speedy.org>
22997         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22998         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22999           Added rtp timestamp -> gst timestamp conversion.
23000           Fixed several problems with queue.
23001
23002 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
23003
23004         * gst-libs/gst/audio/gstaudioclock.h:
23005         * gst-libs/gst/audio/gstaudiofilter.h:
23006         * gst-libs/gst/audio/gstaudiosink.h:
23007         * gst-libs/gst/audio/gstaudiosrc.h:
23008         * gst-libs/gst/audio/gstbaseaudiosink.h:
23009         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23010         * gst-libs/gst/audio/gstringbuffer.h:
23011         * gst-libs/gst/net/gstnetbuffer.h:
23012         * gst-libs/gst/rtp/gstbasertpdepayload.h:
23013         * gst-libs/gst/rtp/gstrtpbuffer.h:
23014           Add padding (you will need to rebuild gst-plugins-base,
23015           gst-plugins and all applications afterwards!)
23016
23017 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
23018
23019         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
23020         (gst_riff_parse_chunk):
23021           Fix bug in debug message and add some more debug messages.
23022
23023 2005-08-08  Edward Hervey  <edward@fluendo.com>
23024
23025         * gst-libs/gst/riff/riff-media.c:
23026         backported updates since branch
23027
23028 2005-08-08  Andy Wingo  <wingo@pobox.com>
23029
23030         * gst-libs/gst/audio/gstbaseaudiosink.c
23031         (gst_base_audio_sink_change_state): Open the device in NULL->READY
23032         like good elements should. Close on READY->NULL too.
23033
23034         * gst-libs/gst/audio/gstaudiosink.c
23035         (gst_audioringbuffer_open_device,
23036         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
23037         (gst_audioringbuffer_release): Updates for new ring buffer API,
23038         hook into the new audio sink api.
23039
23040         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
23041         (GstAudioSinkClass.close): Just open and close the device -- no
23042         resource allocation or configuration.
23043         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
23044         vmethods, handle device setup and resource allocation.
23045
23046         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
23047         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
23048         base class API.
23049
23050         * gst-libs/gst/audio/gstringbuffer.h
23051         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
23052         New vmethods.
23053
23054         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
23055         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
23056         New API functions. The device should be opened before acquiring
23057         and closed after releasing.
23058
23059 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
23060
23061         * gst-libs/gst/interfaces/mixer.h:
23062           Reset padding to GST_PADDING.
23063
23064 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23065
23066         * gst/playback/gstplaybin.c: (remove_sinks):
23067           Remove visualization from parent explicitely; works around some
23068           apparent refcount issue that I haven't tracked down yet.
23069
23070 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23071
23072         * ext/alsa/gstalsasink.c: (set_hwparams):
23073           Assign debug category, add negotiation debug msgs.
23074
23075 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23076
23077         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
23078           Fix error code for file-not-found to NOT_FOUND.
23079
23080 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
23081
23082         * common/gtk-doc-plugins.mak:
23083         * docs/plugins/Makefile.am:
23084         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
23085         * docs/plugins/gst-plugins-base-plugins-sections.txt:
23086           renamed to actual element names, so much nicer to look at
23087         * docs/plugins/tmpl/gstmultifdsink.sgml:
23088           remove
23089         * docs/plugins/tmpl/multifdsink.sgml:
23090         * docs/plugins/tmpl/tcpserversink.sgml:
23091           add
23092         * ext/alsa/gstalsa.c:
23093         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
23094         * ext/ogg/gstoggmux.c:
23095         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
23096         * gst/playback/gstdecodebin.c:
23097         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
23098         * gst/tcp/gsttcpserversink.c:
23099           various fixes and documentation additions
23100
23101 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
23102
23103         * common/Makefile.am:
23104         * common/gstdoc-scangobj:
23105         * common/gtk-doc-plugins.mak:
23106         * common/gtk-doc.mak:
23107           add a custom scangobj that uses the registry
23108           add a custom gtk-doc-plugins.mak that uses it
23109           some doc build fixes
23110         * configure.ac:
23111         * docs/Makefile.am:
23112         * docs/plugins/Makefile.am:
23113         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
23114         * docs/plugins/gst-plugins-base-plugins-sections.txt:
23115         * docs/plugins/gst-plugins-base-plugins.types:
23116         * docs/plugins/tmpl/gstmultifdsink.sgml:
23117           add docs for one element, multifdsink
23118         * gst/adder/gstadder.h:
23119         * gst/volume/gstvolume.h:
23120           don't privatize enum
23121         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
23122         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23123         (gst_sync_method_get_type), (gst_client_status_get_type),
23124         (gst_multifdsink_class_init),
23125         (gst_multifdsink_client_queue_buffer),
23126         (gst_multifdsink_handle_client_write):
23127         * gst/tcp/gstmultifdsink.h:
23128         * gst/tcp/gsttcp.h:
23129         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23130         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
23131         (gst_tcpclientsink_render):
23132         * gst/tcp/gsttcpclientsink.h:
23133         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
23134         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
23135         (gst_tcpclientsrc_start):
23136         * gst/tcp/gsttcpclientsrc.h:
23137         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
23138         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
23139         * gst/tcp/gsttcpserversrc.h:
23140         * gst/typefind/gsttypefindfunctions.c:
23141           remove superfluous Type stuff
23142
23143 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23144
23145         * gst/playback/gstplaybin.c: (gen_video_element):
23146           Enable videoscale.
23147
23148 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23149
23150         * gst-libs/gst/gconf/gconf.c:
23151         * gst-libs/gst/gconf/gconf.h:
23152           Fix some Andy Problem [tm].
23153
23154 2005-08-04  Andy Wingo  <wingo@pobox.com>
23155
23156         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
23157         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
23158         (gst_ffmpegcsp_get_size): Adapt to API changes.
23159
23160         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
23161         Implement an in-place do-nothing transform.
23162
23163 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23164
23165         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
23166         (gst_ximagesink_renegotiate_size):
23167           Do not set new window sizes yet if we prepare a new buffer size
23168           for upstream renegotiation (software scaling) at some point in the
23169           future, because this new size waqs not actually accepted yet. Once
23170           accepted, renegotiation later on will set the new sizes just fine.
23171           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
23172           embedding testcase.
23173
23174 2005-08-03  Andy Wingo  <wingo@pobox.com>
23175
23176         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
23177         (gst_ximagesink_buffer_alloc): 
23178         Protect the height, width, and desired_caps with the pool_lock.
23179         Fixes videotestsrc ! queue ! ximagesink.
23180
23181 2005-08-02  Edward Hervey  <edward@fluendo.com>
23182
23183         * gst/volume/gstvolume.c:
23184         include left from controller cleanup
23185
23186 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
23187         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
23188           Stop collectpads before calling the parent state
23189           change function on PAUSED->READY.
23190
23191 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
23192         * configure.ac:
23193           When testing for X libs, use the X CFlags 
23194         * gst/adder/gstadder.c: (gst_adder_change_state):
23195           Stop the collectpads before calling parent state change function
23196           on PAUSED->READY, otherwise we deadlock deactivating pads.
23197
23198 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
23199
23200         * configure.ac:
23201         * docs/libs/tmpl/gstcolorbalance.sgml:
23202         * docs/libs/tmpl/gstmixer.sgml:
23203         * examples/Makefile.am:
23204         * gst/sine/Makefile.am:
23205         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
23206         (gst_sinesrc_set_property), (plugin_init):
23207         * gst/sine/gstsinesrc.h:
23208         * gst/volume/Makefile.am:
23209         * gst/volume/gstvolume.c: (gst_volume_set_volume),
23210         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
23211         (volume_process_float), (volume_process_int16),
23212         (volume_set_property), (plugin_init):
23213         * gst/volume/gstvolume.h:
23214           deactivate and remove dparams (libgstcontrol)
23215
23216 2005-07-29  Wim Taymans  <wim@fluendo.com>
23217
23218         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
23219         Convert me to BaseTransform!! help..
23220
23221 2005-07-29  Andy Wingo  <wingo@pobox.com>
23222
23223         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
23224         sinks.
23225
23226         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
23227         support of both endiannesses.
23228
23229 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
23230
23231         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
23232           Fix confusing debug message (s/event/query/)
23233
23234 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
23235
23236         * gst/videotestsrc/videotestsrc.h:
23237           Use "_stdint.h" instead of <stdint.h>
23238
23239 2005-07-27  Wim Taymans  <wim@fluendo.com>
23240
23241         * ext/vorbis/Makefile.am:
23242         Revert wrong commit.
23243
23244 2005-07-27  Wim Taymans  <wim@fluendo.com>
23245
23246         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
23247         More compilation fixen.
23248
23249 2005-07-27  Wim Taymans  <wim@fluendo.com>
23250
23251         * gst-libs/gst/audio/gstbaseaudiosink.c:
23252         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
23253         (gst_base_audio_sink_create_ringbuffer),
23254         (gst_base_audio_sink_change_state):
23255         Fix compilation.
23256
23257 2005-07-27  Wim Taymans  <wim@fluendo.com>
23258
23259         * examples/seeking/seek.c: (setup_dynamic_link),
23260         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
23261         (query_positions_elems), (query_positions_pads), (do_seek):
23262         Update seek example.
23263
23264         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
23265         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
23266         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
23267         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
23268         (gst_ogg_demux_handle_event),
23269         (gst_ogg_demux_deactivate_current_chain),
23270         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
23271         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23272         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
23273         (gst_ogg_demux_loop):
23274         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
23275         * ext/theora/theoradec.c: (theora_dec_src_event),
23276         (theora_dec_src_getcaps), (theora_dec_sink_event),
23277         (theora_dec_push), (theora_dec_chain):
23278         * ext/vorbis/Makefile.am:
23279         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
23280         (vorbis_dec_sink_event), (vorbis_dec_push),
23281         (vorbis_handle_data_packet):
23282         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
23283         (gst_vorbisenc_chain):
23284         * gst/playback/gststreaminfo.c: (cb_probe):
23285         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
23286         * gst/videorate/gstvideorate.c: (gst_videorate_event):
23287         * gst/videoscale/gstvideoscale.c:
23288         (gst_videoscale_handle_src_event):
23289         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
23290         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
23291         (gst_ximagesink_navigation_send_event):
23292         * sys/xvimage/xvimagesink.c:
23293         (gst_xvimagesink_navigation_send_event):
23294         Various event updates and cleanups
23295
23296 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23297
23298         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
23299           Fix segfault for I420/YV12.
23300
23301 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23302
23303         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
23304           Report bitrate.
23305
23306 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23307
23308         * gst/playback/gstplaybin.c: (gen_video_element),
23309         (gen_audio_element):
23310           Switch to auto*sink elements as default sinks; add volume element
23311           so that volume control in totem works.
23312
23313 2005-07-21  Wim Taymans  <wim@fluendo.com>
23314
23315         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
23316         * gst/playback/gstplaybin.c: (setup_sinks),
23317         (gst_play_bin_change_state):
23318         Refcount fix and more comments.
23319
23320 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23321
23322         * sys/ximage/Makefile.am:
23323         * sys/ximage/ximage.c: (plugin_init):
23324         * sys/ximage/ximagesink.c:
23325         Prepare for adding ximagesrc, rename of plugin to ximage etc.
23326         
23327
23328 2005-07-21  Wim Taymans  <wim@fluendo.com>
23329
23330         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
23331         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
23332         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
23333         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
23334         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
23335         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
23336         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
23337         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
23338         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
23339         Generate correct disconts for live chained oggs.
23340
23341         * gst-libs/gst/audio/gstbaseaudiosink.c:
23342         (gst_base_audio_sink_render),
23343         (gst_base_audio_sink_create_ringbuffer),
23344         (gst_base_audio_sink_change_state):
23345         Handle discont math correctly.
23346
23347         * gst/playback/gstplaybin.c: (add_sink):
23348         Some small debug cleanup.
23349
23350 2005-07-21  Wim Taymans  <wim@fluendo.com>
23351
23352         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
23353         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
23354         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
23355         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
23356         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
23357         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
23358         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
23359         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
23360         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23361         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
23362         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
23363         (gst_ogg_demux_change_state), (gst_ogg_print):
23364         Reorganize code to send the right disconts when in streaming
23365         mode.
23366
23367 2005-07-20  Andy Wingo  <wingo@pobox.com>
23368
23369         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
23370         fix (?), fixes a seggie mcfalterson (#310894).
23371
23372 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23373
23374         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
23375         (gst_ogg_mux_set_header_on_caps):
23376         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
23377         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
23378         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
23379         * gst-libs/gst/audio/multichannel.c:
23380         (gst_audio_set_channel_positions),
23381         (gst_audio_set_structure_channel_positions_list):
23382         * gst/playback/gstdecodebin.c: (dynamic_create):
23383         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
23384         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
23385           Fixes for API changes in core.
23386
23387 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23388
23389         * gst/playback/gstplaybasebin.c: (fill_buffer):
23390           Use _new_custom() so we can set custom message types for buffering
23391           messages.
23392
23393 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23394
23395         * configure.ac:
23396         * gst-libs/gst/Makefile.am:
23397         * gst-libs/gst/gconf/.cvsignore:
23398         * gst-libs/gst/gconf/Makefile.am:
23399         * gst-libs/gst/gconf/test-gconf.c:
23400         * pkgconfig/Makefile.am:
23401         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
23402         * pkgconfig/gstreamer-gconf.pc.in:
23403           Remove gconf stuff, use gconf elements instead from now on.
23404
23405 2005-07-20  Wim Taymans  <wim@fluendo.com>
23406
23407         * gst-libs/gst/audio/TODO:
23408         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
23409         (gst_audio_clock_get_internal_time):
23410         * gst-libs/gst/audio/gstaudioclock.h:
23411         * gst-libs/gst/audio/gstbaseaudiosink.c:
23412         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
23413         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
23414         (gst_base_audio_sink_render),
23415         (gst_base_audio_sink_create_ringbuffer),
23416         (gst_base_audio_sink_change_state):
23417         Make sure the audio clock always returns an increasing value.
23418
23419 2005-07-19  Andy Wingo  <wingo@pobox.com>
23420
23421         * gst/videotestsrc/: Cleanups.
23422
23423 2005-07-19  Wim Taymans  <wim@fluendo.com>
23424
23425         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
23426         Better debugging.
23427
23428 2005-07-19  Wim Taymans  <wim@fluendo.com>
23429
23430         * examples/seeking/seek.c: (make_dv_pipeline),
23431         (make_vorbis_theora_pipeline), (query_rates),
23432         (query_positions_elems), (query_positions_pads), (do_seek):
23433         Make correct DV pipeline.
23434
23435 2005-07-18  Andy Wingo  <wingo@pobox.com>
23436
23437         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
23438         default. Also because it's the only thing that really works. (This
23439         is used in the GConf elements).
23440         Use AS_LIBTOOL_TAGS.
23441
23442 2005-07-18  Wim Taymans  <wim@fluendo.com>
23443
23444         * gst/playback/gstdecodebin.c: (remove_element_chain):
23445         * gst/playback/gstplaybin.c: (add_sink):
23446         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23447         (gst_stream_info_set_mute):
23448         * gst/playback/gststreamselector.c:
23449         (gst_stream_selector_get_linked_pad),
23450         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
23451         More leak and compile fixes.
23452
23453 2005-07-18  Wim Taymans  <wim@fluendo.com>
23454
23455         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23456         (query_rates), (query_positions_elems), (query_positions_pads),
23457         (do_seek), (seek_cb), (stop_seek):
23458         Updated seek example. 
23459
23460         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
23461         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
23462         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
23463         * gst/playback/gstplaybin.c: (add_sink):
23464         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23465         (gst_stream_info_set_mute):
23466         Some refcount leak fixes.
23467
23468 2005-07-16  Wim Taymans  <wim@fluendo.com>
23469
23470         * gst-libs/gst/audio/gstbaseaudiosink.c:
23471         (gst_base_audio_sink_render):
23472         Align samples even if we have roundoff errors in the 
23473         timestamp conversion.
23474
23475 2005-07-16  Wim Taymans  <wim@fluendo.com>
23476
23477         * docs/libs/tmpl/gstringbuffer.sgml:
23478         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23479         (query_rates), (query_positions_elems), (query_positions_pads),
23480         (update_scale), (do_seek):
23481         Updated seek example.
23482
23483         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23484         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
23485         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
23486         (gst_ogg_demux_loop):
23487         Push out correct discont values.
23488
23489         * ext/theora/theoradec.c: (theora_dec_src_convert),
23490         (theora_dec_sink_convert), (theora_dec_src_getcaps),
23491         (theora_dec_sink_event), (theora_handle_type_packet),
23492         (theora_handle_header_packet), (theora_dec_push),
23493         (theora_handle_data_packet), (theora_dec_chain),
23494         (theora_dec_change_state):
23495         Better timestamping.
23496
23497         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
23498         (vorbis_dec_sink_event), (vorbis_dec_push),
23499         (vorbis_handle_data_packet), (vorbis_dec_chain):
23500         * ext/vorbis/vorbisdec.h:
23501         Better timestamping.
23502
23503         * gst-libs/gst/audio/gstbaseaudiosink.c:
23504         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
23505         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
23506         Handle syncing on timestamps instead of sample offsets. Make
23507         use of DISCONT values as described in design docs.
23508
23509         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23510         (gst_base_audio_src_get_time):
23511         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
23512         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
23513         (gst_ring_buffer_read):
23514         * gst-libs/gst/audio/gstringbuffer.h:
23515         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
23516         (gst_ximagesink_show_frame):
23517         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
23518         Correcly convert buffer timestamp to stream time.
23519
23520 2005-07-16  Wim Taymans  <wim@fluendo.com>
23521
23522         * gst/audioconvert/gstaudioconvert.c:
23523         (gst_audio_convert_get_buffer):
23524         Timestamp buffers correctly.
23525
23526         * gst/playback/gstplaybin.c: (gen_video_element):
23527         Make internal fakesink silent.
23528
23529 2005-07-15  Wim Taymans  <wim@fluendo.com>
23530
23531         * gst/ffmpegcolorspace/Makefile.am:
23532         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23533         (gst_ffmpegcsp_caps_remove_format_info),
23534         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
23535         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
23536         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
23537         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
23538         Ported ffmpegcolorspace to basetransform.
23539
23540         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
23541         * gst/volume/gstvolume.c: (volume_transform):
23542         Ported to new API.
23543
23544 2005-07-14  Wim Taymans  <wim@fluendo.com>
23545
23546         * gst/videotestsrc/Makefile.am:
23547         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
23548         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
23549         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
23550         (gst_videotestsrc_init), (gst_videotestsrc_event),
23551         (gst_videotestsrc_create), (gst_videotestsrc_start),
23552         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
23553         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
23554         (gst_videotestsrc_get_property):
23555         * gst/videotestsrc/gstvideotestsrc.h:
23556         Make videotestsrc a pushsrc.
23557
23558 2005-07-14  Wim Taymans  <wim@fluendo.com>
23559
23560         * gst/tcp/gstfdset.c: (gst_fdset_free):
23561         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
23562         (gst_multifdsink_add), (gst_multifdsink_remove),
23563         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
23564         (gst_multifdsink_remove_client_link),
23565         (gst_multifdsink_client_queue_data),
23566         (gst_multifdsink_client_queue_caps),
23567         (gst_multifdsink_client_queue_buffer),
23568         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
23569         (gst_multifdsink_stop):
23570         * gst/tcp/gstmultifdsink.h:
23571         0.8 backporting.
23572
23573         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
23574         Also draw image when not from a pool.
23575
23576 2005-07-14  Wim Taymans  <wim@fluendo.com>
23577
23578         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
23579         (mute_stream), (silence_stream):
23580         Small debug additions.
23581
23582 2005-07-14  Wim Taymans  <wim@fluendo.com>
23583
23584         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
23585         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
23586         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
23587         Better error recovery, ignore unconnected pads and
23588         non-fatal errors.
23589
23590 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23591
23592         * docs/libs/tmpl/gstaudio.sgml:
23593         * docs/libs/tmpl/gstcolorbalance.sgml:
23594         * docs/libs/tmpl/gstgconf.sgml:
23595         * docs/libs/tmpl/gstmixer.sgml:
23596         * docs/libs/tmpl/gstringbuffer.sgml:
23597         * docs/libs/tmpl/gsttuner.sgml:
23598         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23599         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
23600         (gst_tcpclientsrc_class_init):
23601         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
23602         (gst_tcpserversrc_class_init):
23603         * sys/v4l/gstv4lelement.c:
23604           more autistic cleanliness in functions/names/defines
23605
23606 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
23607
23608         * configure.ac:
23609           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
23610           added manually to each Makefile.am so we are sure it goes
23611           *last* and doesn't add -L flags before linking in libs of our
23612           own, like, say, internal .la libs, that then accidentally pick
23613           up the installed copy.
23614         * docs/libs/Makefile.am:
23615         * ext/alsa/Makefile.am:
23616         * ext/cdparanoia/Makefile.am:
23617         * ext/gnomevfs/Makefile.am:
23618         * ext/libvisual/Makefile.am:
23619         * ext/ogg/Makefile.am:
23620         * ext/theora/Makefile.am:
23621         * ext/vorbis/Makefile.am:
23622         * gst-libs/gst/video/Makefile.am:
23623         * gst/adder/Makefile.am:
23624         * gst/audioconvert/Makefile.am:
23625         * gst/audiorate/Makefile.am:
23626         * gst/audioscale/Makefile.am:
23627         * gst/ffmpegcolorspace/Makefile.am:
23628         * gst/playback/Makefile.am:
23629         * gst/sine/Makefile.am:
23630         * gst/subparse/Makefile.am:
23631         * gst/tags/Makefile.am:
23632         * gst/tcp/Makefile.am:
23633         * gst/typefind/Makefile.am:
23634         * gst/videorate/Makefile.am:
23635         * gst/videoscale/Makefile.am:
23636         * gst/videotestsrc/Makefile.am:
23637         * gst/volume/Makefile.am:
23638         * sys/v4l/Makefile.am:
23639         * sys/ximage/Makefile.am:
23640         * sys/xvimage/Makefile.am:
23641           adapt properly to this change. This should make sure that
23642           plugins and libs properly link to the as-yet-uninstalled
23643           copies of stuff like libgstinterfaces and libgstvideo
23644
23645 2005-07-13  Andy Wingo  <wingo@pobox.com>
23646
23647         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
23648         (gst_v4lsrc_fixate): Fixate on format as well.
23649
23650         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
23651         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
23652         buffer points to it.
23653         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
23654         rather just doing X calls ourselves. Also fixes a memleak.
23655
23656 2005-07-12  Andy Wingo  <wingo@pobox.com>
23657
23658         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
23659         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
23660         (gst_v4lsrc_create): Re-add the copy-mode property, default to
23661         TRUE to avoid deadlocks if an element holds on to our buffers.
23662
23663 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
23664
23665         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
23666         (gst_sinesrc_init), (gst_sinesrc_create),
23667         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
23668         (gst_sinesrc_start):
23669         * gst/sine/gstsinesrc.h:
23670           removing num-buffers property before moving it
23671
23672 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
23673
23674         * configure.ac:
23675           use overridable ERROR_CFLAGS
23676         * docs/libs/gst-plugins-base-libs.types:
23677         * docs/libs/tmpl/gstringbuffer.sgml:
23678         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
23679         (gst_alsasink_class_init):
23680         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
23681         (gst_alsasrc_class_init):
23682         * gst-libs/gst/audio/audio.h:
23683         * gst-libs/gst/audio/gstaudioclock.h:
23684         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
23685         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
23686         (gst_audio_filter_link), (gst_audio_filter_init),
23687         (gst_audio_filter_chain), (gst_audio_filter_set_property),
23688         (gst_audio_filter_get_property),
23689         (gst_audio_filter_class_add_pad_templates):
23690         * gst-libs/gst/audio/gstaudiofilter.h:
23691         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
23692         (gst_audio_filter_template_get_type),
23693         (gst_audio_filter_template_base_init),
23694         (gst_audio_filter_template_class_init),
23695         (gst_audio_filter_template_init),
23696         (gst_audio_filter_template_set_property),
23697         (gst_audio_filter_template_get_property), (plugin_init),
23698         (gst_audio_filter_template_setup),
23699         (gst_audio_filter_template_filter),
23700         (gst_audio_filter_template_filter_inplace):
23701         * gst-libs/gst/audio/gstaudiosink.c:
23702         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23703         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
23704         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
23705         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
23706         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
23707         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
23708         * gst-libs/gst/audio/gstaudiosink.h:
23709         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
23710         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
23711         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
23712         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
23713         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
23714         (gst_audio_src_class_init), (gst_audio_src_init),
23715         (gst_audio_src_create_ringbuffer):
23716         * gst-libs/gst/audio/gstaudiosrc.h:
23717         * gst-libs/gst/audio/gstbaseaudiosink.c:
23718         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
23719         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
23720         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
23721         (gst_base_audio_sink_set_property),
23722         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
23723         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
23724         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
23725         (gst_base_audio_sink_create_ringbuffer),
23726         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
23727         * gst-libs/gst/audio/gstbaseaudiosink.h:
23728         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23729         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
23730         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
23731         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
23732         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
23733         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
23734         (gst_base_audio_src_event), (gst_base_audio_src_create),
23735         (gst_base_audio_src_create_ringbuffer),
23736         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
23737         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23738         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
23739         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
23740         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
23741         (gst_ring_buffer_debug_spec_caps),
23742         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
23743         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
23744         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
23745         (gst_ring_buffer_start), (gst_ring_buffer_pause),
23746         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
23747         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
23748         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
23749         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
23750         (gst_ring_buffer_clear):
23751         * gst-libs/gst/audio/gstringbuffer.h:
23752         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
23753         (gst_video_sink_class_init), (gst_video_sink_get_type):
23754         * gst-libs/gst/video/videosink.h:
23755         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
23756         (gst_multifdsink_class_init),
23757         (gst_multifdsink_handle_client_write),
23758         (gst_multifdsink_change_state):
23759         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23760         (gst_tcpclientsink_setcaps):
23761         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
23762         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
23763         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
23764         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
23765         (gst_ximagesink_send_pending_navigation),
23766         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
23767         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
23768         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
23769         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
23770         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
23771         (gst_xvimagesink_send_pending_navigation),
23772         (gst_xvimagesink_navigation_send_event),
23773         (gst_xvimagesink_set_xwindow_id),
23774         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
23775         (gst_xvimagesink_get_type):
23776         more macro splitting
23777
23778 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23779
23780         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
23781           plug a memleak, allows me to import 1479 albums in one go
23782           in jamboree
23783         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
23784         (vorbis_handle_type_packet), (vorbis_dec_chain),
23785         (vorbis_dec_change_state):
23786           fix some format strings
23787
23788 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23789
23790         * docs/libs/tmpl/gstcolorbalance.sgml:
23791         * docs/libs/tmpl/gstmixer.sgml:
23792         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
23793         (gst_alsasink_set_property), (gst_alsasink_get_property):
23794         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
23795         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
23796           add device property
23797
23798 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23799
23800         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
23801         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
23802         (audiocast_register_listener), (audiocast_thread_run),
23803         (gst_gnomevfssrc_send_additional_headers_callback),
23804         (gst_gnomevfssrc_received_headers_callback),
23805         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
23806         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
23807         (gst_gnomevfssrc_get_size):
23808           add/clean up debugging
23809         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
23810           cleanups
23811
23812 2005-07-07  Andy Wingo  <wingo@pobox.com>
23813
23814         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
23815         framerate. Need to get a handle on when exactly this function is
23816         called, tho.
23817
23818         * sys/v4l/v4lsrc_calls.h:
23819         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
23820         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
23821         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
23822
23823         * sys/v4l/v4l_calls.h: Cast to V4lElement.
23824         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
23825         v4lelements are sources.
23826
23827         * sys/v4l/gstv4lxoverlay.h:
23828         * sys/v4l/gstv4lxoverlay.c:
23829         * sys/v4l/gstv4ltuner.h:
23830         * sys/v4l/gstv4ltuner.c: Header loc fixen.
23831         
23832         * sys/v4l/gstv4lsrc.h:
23833         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
23834         PushSrc/BaseSrc. Removed most sync-related properties, videorate
23835         or something should handle that. Made a live source.
23836
23837         * sys/v4l/gstv4lelement.h:
23838         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
23839         signals. Some cleanups.
23840
23841         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
23842
23843         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
23844         stuff.
23845
23846         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
23847         stuff.
23848
23849         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
23850
23851 2005-07-07  Wim Taymans  <wim@fluendo.com>
23852
23853         * ext/theora/theoradec.c: (theora_get_query_types),
23854         (theora_dec_src_getcaps), (theora_dec_push):
23855         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
23856         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
23857         Remove deprecated/unused query types.
23858
23859 2005-07-06  Wim Taymans  <wim@fluendo.com>
23860
23861         * ext/alsa/Makefile.am:
23862         * ext/alsa/gstalsaplugin.c: (plugin_init):
23863         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
23864         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
23865         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
23866         (gst_alsasrc_class_init), (gst_alsasrc_init),
23867         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
23868         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
23869         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
23870         (gst_alsasrc_reset):
23871         * ext/alsa/gstalsasrc.h:
23872         * gst-libs/gst/audio/Makefile.am:
23873         * gst-libs/gst/audio/gstaudiosink.c:
23874         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23875         (gst_audioringbuffer_start):
23876         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
23877         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
23878         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
23879         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
23880         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
23881         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
23882         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
23883         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
23884         * gst-libs/gst/audio/gstaudiosrc.h:
23885         * gst-libs/gst/audio/gstbaseaudiosink.c:
23886         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
23887         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
23888         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
23889         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23890         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
23891         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
23892         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
23893         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
23894         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
23895         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
23896         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
23897         (gst_baseaudiosrc_change_state):
23898         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23899         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
23900         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
23901         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
23902         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
23903         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
23904         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
23905         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
23906         * gst-libs/gst/audio/gstringbuffer.h:
23907         Added audiosource base classes.
23908         Ported alsasrc, still very basic.
23909
23910 2005-07-06  Wim Taymans  <wim@fluendo.com>
23911
23912         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
23913         (theora_dec_push), (theora_handle_data_packet):
23914         Prepare for better timestamp fix later.
23915
23916         * gst/audioconvert/gstaudioconvert.c:
23917         List most accurate caps first
23918
23919         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
23920         Use proper pad task function.
23921
23922         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
23923         (gst_xvimagesink_show_frame):
23924         Fix deadlock when alloc failed.
23925
23926 2005-07-05  Andy Wingo  <wingo@pobox.com>
23927
23928         * ext/gnomevfs/gstgnomevfssrc.c:
23929         * gst/sine/gstsinesrc.c:
23930         * gst/tcp/gsttcpserversrc.c:
23931         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
23932
23933         * sys/v4l/: Port from 0.8.
23934
23935         * Many files: Null if we got it....
23936
23937 2005-07-05  Andy Wingo  <wingo@pobox.com>
23938
23939         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
23940         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
23941         Signedness fixes.
23942
23943 2005-07-05  Wim Taymans  <wim@fluendo.com>
23944
23945         * configure.ac:
23946         * gst/tcp/Makefile.am:
23947         * gst/tcp/README:
23948         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
23949         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
23950         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
23951         (is_sync_frame), (gst_multifdsink_handle_client_write),
23952         (gst_multifdsink_render), (gst_multifdsink_start),
23953         (gst_multifdsink_stop), (gst_multifdsink_change_state):
23954         * gst/tcp/gstmultifdsink.h:
23955         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
23956         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
23957         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
23958         * gst/tcp/gsttcp.h:
23959         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23960         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
23961         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
23962         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
23963         * gst/tcp/gsttcpclientsink.h:
23964         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
23965         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
23966         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
23967         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
23968         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
23969         * gst/tcp/gsttcpclientsrc.h:
23970         * gst/tcp/gsttcpplugin.c: (plugin_init):
23971         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
23972         * gst/tcp/gsttcpserversink.h:
23973         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
23974         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
23975         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
23976         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
23977         (gst_tcpserversrc_stop):
23978         * gst/tcp/gsttcpserversrc.h:
23979         * gst/tcp/gsttcpsink.c:
23980         * gst/tcp/gsttcpsink.h:
23981         * gst/tcp/gsttcpsrc.c:
23982         * gst/tcp/gsttcpsrc.h:
23983         Ported tcp plugins to 0.9. 
23984         
23985
23986 2005-07-05  Andy Wingo  <wingo@pobox.com>
23987
23988         * gst/playback/gstplaybasebin.c (fill_buffer):
23989         message_new_application fixen.
23990
23991         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
23992         Style fix.
23993
23994 2005-07-04  Wim Taymans  <wim@fluendo.com>
23995
23996         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
23997         Set caps on output buffer.
23998
23999 2005-07-04  Andy Wingo  <wingo@pobox.com>
24000
24001         * ext/gnomevfs/gstgnomevfssrc.c
24002         (gst_gnomevfssrc_received_headers_callback) 
24003         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
24004         hopefully.
24005
24006         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
24007         No refcount leakage.
24008
24009         * configure.ac: Enable -Werror.
24010         
24011         * ext/theora/theoradec.c (theora_dec_src_getcaps):
24012         * gst/audioconvert/bufferframesconvert.c
24013         (buffer_frames_convert_fixate):
24014         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
24015         (gst_audio_convert_fixate):
24016         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
24017         (gst_sinesrc_create): Fixate func changes.
24018         
24019         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
24020         (gst_ximagesink_buffer_alloc): Unused var.
24021
24022 2005-07-01  Andy Wingo  <wingo@pobox.com>
24023
24024         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
24025         getcaps to do explicit caps. Needs to be done in all decoders,
24026         possibly via a base class.
24027
24028         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
24029
24030         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
24031         caps on the sink pad, just rely on the pad template. Also, setting
24032         ANY caps on a pad is not valid because the caps are not fixed.
24033
24034         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
24035         caps on the buffer, and get the width from the desired_caps if
24036         they're set.
24037         (gst_ximagesink_renegotiate_size): Implement via setting the
24038         desired_caps on the ximagesink.
24039         (gst_ximagesink_setcaps): Only reset the width of the player if it
24040         wasn't already set. Not sure if this is right.
24041         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
24042
24043         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
24044         that the user wants. NULL unless the window has been resized.
24045
24046         * gst/volume/gstvolume.c (volume_transform): Adapt to
24047         basetransform refcount changes.
24048         
24049 2005-07-01  Andy Wingo  <wingo@pobox.com>
24050
24051         * gst/videoscale/gstvideoscale.c:
24052         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
24053         from BaseTransform, implements a transform_caps. Removed dead code
24054         including some PAR stuff that was never reached -- should probably
24055         be added back somehow.
24056
24057 2005-07-01  Andy Wingo  <wingo@pobox.com>
24058
24059         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
24060         come later.
24061
24062 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
24063
24064         * configure.ac:
24065         * docs/libs/Makefile.am:
24066         * docs/libs/gst-plugins-libs.types:
24067         * ext/alsa/Makefile.am:
24068         * ext/alsa/gstalsamixer.h:
24069         * ext/alsa/gstalsamixeroptions.h:
24070         * ext/alsa/gstalsamixertrack.h:
24071         * gst-libs/gst/Makefile.am:
24072         * gst-libs/gst/colorbalance/.cvsignore:
24073         * gst-libs/gst/colorbalance/Makefile.am:
24074         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
24075         * gst-libs/gst/colorbalance/colorbalance.c:
24076         * gst-libs/gst/colorbalance/colorbalance.h:
24077         * gst-libs/gst/colorbalance/colorbalance.vcproj:
24078         * gst-libs/gst/colorbalance/colorbalancechannel.c:
24079         * gst-libs/gst/colorbalance/colorbalancechannel.h:
24080         * gst-libs/gst/interfaces/Makefile.am:
24081         * gst-libs/gst/interfaces/colorbalance.c:
24082         (gst_color_balance_class_init):
24083         * gst-libs/gst/interfaces/colorbalance.h:
24084         * gst-libs/gst/interfaces/interfaces-marshal.list:
24085         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
24086         * gst-libs/gst/interfaces/mixer.h:
24087         * gst-libs/gst/interfaces/mixeroptions.h:
24088         * gst-libs/gst/interfaces/navigation.c:
24089         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
24090         * gst-libs/gst/interfaces/tuner.h:
24091         * gst/volume/Makefile.am:
24092         * gst/volume/gstvolume.c:
24093         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
24094         * sys/ximage/Makefile.am:
24095         * sys/ximage/ximagesink.c:
24096         * sys/xvimage/Makefile.am:
24097         * sys/xvimage/xvimagesink.c:
24098           fold in all interfaces into an interfaces dir, preserving CVS
24099           history
24100
24101 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24102
24103         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
24104           Fix build after riff changes.
24105
24106 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24107
24108         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
24109         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
24110         (gst_riff_create_video_template_caps),
24111         (gst_riff_create_audio_template_caps),
24112         (gst_riff_create_iavs_template_caps):
24113         * gst-libs/gst/riff/riff-media.h:
24114         * gst-libs/gst/riff/riff-read.h:
24115         * gst-libs/gst/riff/riff.c: (gst_riff_init):
24116           Add gst_riff_init() to initialize the debug category, instead
24117           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
24118
24119 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24120
24121         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
24122           Oops, I shouldn't apply hacks.
24123
24124 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24125
24126         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
24127           Remove pad_loop function which doesn't work.
24128
24129 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24130
24131         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
24132           Send EOS when deactivating.
24133         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
24134         (check_queue), (queue_threshold_reached), (queue_out_of_data),
24135         (gen_preroll_element), (probe_triggered), (mute_stream),
24136         (silence_stream), (new_decoded_pad), (setup_substreams),
24137         (set_active_source):
24138         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
24139         (remove_sinks), (add_sink):
24140         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
24141           Change for new probe API.
24142
24143 2005-06-29  Wim Taymans  <wim@fluendo.com>
24144
24145         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
24146         * gst-libs/gst/audio/gstbaseaudiosink.c:
24147         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
24148         (gst_baseaudiosink_change_state):
24149         * gst-libs/gst/audio/gstbaseaudiosink.h:
24150         * gst-libs/gst/audio/gstringbuffer.c:
24151         (gst_ringbuffer_set_callback):
24152         Fix compilation error.
24153         Ringbuffer starts out as not running.
24154         Free our clock in dispose.
24155         When releasing the ringbuffer we need to renegotiate so
24156         clear the pad caps.
24157
24158 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
24159
24160         * autogen.sh:
24161         * configure.ac:
24162         * docs/Makefile.am:
24163         * docs/libs/Makefile.am:
24164         * docs/libs/gst-plugins-libs-docs.sgml:
24165         * docs/libs/gst-plugins-libs-sections.txt:
24166         * docs/libs/gst-plugins-libs.types:
24167         * docs/libs/tmpl/gstaudio.sgml:
24168         * docs/libs/tmpl/gstcolorbalance.sgml:
24169         * docs/libs/tmpl/gstringbuffer.sgml:
24170         * gst-libs/gst/audio/gstringbuffer.c:
24171         (gst_ringbuffer_set_callback):
24172           reinstate gtk-doc docs for plugin libs
24173
24174 2005-06-28  Wim Taymans  <wim@fluendo.com>
24175
24176         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24177         (gst_ogg_demux_init):
24178         Removed pad loop function.
24179
24180 2005-06-28  Wim Taymans  <wim@fluendo.com>
24181
24182         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
24183         If we're building a chain we are not in an error case
24184         when we queue a buffer.
24185
24186 2005-06-28  Andy Wingo  <wingo@pobox.com>
24187
24188         * *.c: Don't cast to GstObject before reffing/unreffing.
24189
24190 2005-06-27  Andy Wingo  <wingo@pobox.com>
24191
24192         * gst/videotestsrc/gstvideotestsrc.c
24193         (gst_videotestsrc_activate_push): Activation API changes.
24194
24195         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
24196         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
24197         they have refs on the decodebin.
24198
24199         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
24200         parent class.
24201         (gst_ogg_pad_typefind): Don't leak a pad ref.
24202         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
24203         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
24204         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
24205
24206 2005-06-27  Edward Hervey  <edward@fluendo.com>
24207
24208         * ext/theora/theoradec.c: (theora_dec_change_state): 
24209         re-arranged call to parent's state change in order to avoid locks (or
24210         worse).
24211
24212 2005-06-26  Edward Hervey  <edward@fluendo.com>
24213
24214         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
24215         2nd argument of 'unknow-type' signal is a GstCaps and not a
24216         GstMiniObject
24217
24218 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
24219         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
24220           Set the worker thread's running flag to TRUE before starting the
24221           thread.
24222         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
24223           Catch a failure to add typefind to the bin.
24224
24225 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24226
24227         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
24228         (gst_sinesrc_init), (gst_sinesrc_create),
24229         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
24230         (gst_sinesrc_start):
24231         * gst/sine/gstsinesrc.h:
24232           add num-buffers and timestamp-offset properties
24233         * gst/videotestsrc/gstvideotestsrc.c:
24234         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
24235         (gst_videotestsrc_get_property):
24236           add timestamp-offset property
24237
24238 2005-06-23  Christian Schaller  <uraeus@gnome.org>
24239
24240         * configure.ac: add videorate
24241         * gst-plugins-base.spec.in: add videorate
24242
24243 2005-06-23  Wim Taymans  <wim@fluendo.com>
24244
24245         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24246         (gst_videorate_getcaps), (gst_videorate_setcaps),
24247         (gst_videorate_event), (gst_videorate_chain):
24248         Fixed videorate, fixating an already fixated caps is not
24249         an error.
24250
24251 2005-06-23  Wim Taymans  <wim@fluendo.com>
24252
24253         * ext/ogg/README:
24254         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
24255         Buffer on caps is not boxed anymore.
24256
24257 2005-06-22  Wim Taymans  <wim@fluendo.com>
24258
24259         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
24260         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
24261         Set buffers on caps as miniobjects and not as boxed.
24262
24263 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24264
24265         * configure.ac:
24266           back to HEAD
24267
24268 === release 0.9.1 ===
24269
24270 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24271
24272         * .cvsignore:
24273         * NEWS:
24274         * README:
24275         * RELEASE:
24276         * configure.ac:
24277         * po/af.po:
24278         * po/az.po:
24279         * po/cs.po:
24280         * po/en_GB.po:
24281         * po/hu.po:
24282         * po/it.po:
24283         * po/nb.po:
24284         * po/nl.po:
24285         * po/or.po:
24286         * po/sq.po:
24287         * po/sr.po:
24288         * po/sv.po:
24289         * po/uk.po:
24290         * po/vi.po:
24291           updates for release
24292
24293 2005-06-09  Andy Wingo  <wingo@pobox.com>
24294
24295         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
24296         
24297 2005-06-09  Andy Wingo  <wingo@pobox.com>
24298
24299         * configure.ac:
24300         * gst-libs/gst/Makefile.am:
24301         * gst-libs/gst/net/Makefile.am:
24302         Add gstnet to build.
24303
24304 2005-06-09  Andy Wingo  <wingo@pobox.com>
24305
24306         * gst-libs/gst/gconf/gconf.c:
24307         * gst/playback/test.c:
24308         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
24309         fixes.
24310
24311         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
24312
24313         * ext/theora/theoraenc.c (theora_enc_chain): 
24314         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
24315
24316         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
24317         RealPad.
24318
24319 2005-06-02  Wim Taymans  <wim@fluendo.com>
24320
24321         * gst-libs/gst/net/Makefile.am:
24322         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
24323         * pkgconfig/gstreamer-libs.pc.in:
24324         Added net stuff, version net lib.
24325
24326 2005-06-02  Wim Taymans  <wim@fluendo.com>
24327
24328         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
24329         (query_rates), (query_positions_elems), (query_positions_pads),
24330         (do_seek):
24331         Updated seek example.
24332
24333 2005-06-02  Andy Wingo  <wingo@pobox.com>
24334
24335         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
24336         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
24337         list.
24338
24339         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
24340         remove the typefind, the bin dispose will do it for us. When it's
24341         removed and unreffed, the signal handler will be disconnected,
24342         too.
24343         (unlinked): It's too difficult to disconnect from unlinked
24344         handlers, as they are on pads not elements. Just punt if the pads
24345         aren't grandkids of the bin.
24346
24347 2005-06-02  Wim Taymans  <wim@fluendo.com>
24348
24349         * ext/ogg/README:
24350         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24351         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
24352         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
24353         * ext/theora/theoradec.c: (theora_dec_src_query),
24354         (theora_handle_data_packet):
24355         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24356         (theora_enc_chain):
24357         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24358         (vorbis_handle_data_packet):
24359         * gst/audioconvert/bufferframesconvert.c:
24360         (buffer_frames_convert_chain):
24361         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24362         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24363         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24364         (gst_ffmpegcsp_chain):
24365         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24366         (gst_videorate_getcaps), (gst_videorate_setcaps),
24367         (gst_videorate_event), (gst_videorate_chain):
24368         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
24369         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
24370         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24371         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
24372         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
24373         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
24374         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
24375         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
24376         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
24377         Cleanups and buffer alloc.
24378
24379 2005-05-31  Wim Taymans  <wim@fluendo.com>
24380
24381         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
24382         Don't try to call the delay method when the device is not
24383         opened.
24384
24385 2005-05-31  Wim Taymans  <wim@fluendo.com>
24386
24387         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
24388         Get actual segment size and buffer size after opening
24389         the device.
24390
24391 2005-05-30  Wim Taymans  <wim@fluendo.com>
24392
24393         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
24394         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
24395         Also FLUSH upstream, makes the loop function exit faster.
24396         
24397         * ext/theora/theoradec.c: (theora_dec_src_query):
24398         Some more debug info in the query.
24399         
24400         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24401         (gst_ximagesink_setcaps):
24402         Release lock on par error, better error reporting.
24403
24404 2005-05-26  Wim Taymans  <wim@fluendo.com>
24405
24406         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24407         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
24408         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
24409         Clear chains in READY
24410         Queue packets until the chain is activated.
24411
24412 2005-05-25  Wim Taymans  <wim@fluendo.com>
24413
24414         * gst-libs/gst/audio/gstaudiosink.c:
24415         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24416         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24417         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24418         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24419         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24420         (gst_audiosink_create_ringbuffer):
24421         * gst-libs/gst/audio/gstbaseaudiosink.c:
24422         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24423         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24424         (gst_baseaudiosink_set_property), (build_linear_format),
24425         (debug_spec_caps), (debug_spec_buffer),
24426         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24427         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24428         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24429         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24430         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24431         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24432         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
24433         (gst_ringbuffer_play), (gst_ringbuffer_pause),
24434         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
24435         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
24436         (wait_segment), (gst_ringbuffer_commit),
24437         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
24438         (gst_ringbuffer_clear):
24439         Various small cleanups.
24440
24441         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24442         (gst_audio_convert_change_state):
24443         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
24444         No need to take the locks anymore.
24445
24446 2005-05-25  Wim Taymans  <wim@fluendo.com>
24447
24448         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
24449         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
24450         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
24451         (type_found):
24452         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
24453         (group_destroy), (group_commit), (queue_overrun),
24454         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
24455         (mute_stream), (new_decoded_pad), (setup_substreams),
24456         (setup_source), (mute_group_type), (set_active_source),
24457         (gst_play_base_bin_change_state):
24458         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
24459         (gen_video_element), (gen_text_element), (gen_audio_element),
24460         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
24461         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
24462         (gst_stream_info_dispose), (gst_stream_info_set_mute):
24463         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
24464         Some playbin cleanups mostly refcounting sloppyness.
24465
24466 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24467
24468         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
24469           Work with streaming input.
24470
24471 2005-05-25  Wim Taymans  <wim@fluendo.com>
24472
24473         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24474         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24475         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24476         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
24477         No need to take the STREAM lock anymore.
24478
24479 2005-05-25  Wim Taymans  <wim@fluendo.com>
24480
24481         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
24482         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
24483         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
24484         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
24485         (gst_ogg_demux_sink_activate):
24486         * ext/theora/theoradec.c: (theora_dec_src_event),
24487         (theora_handle_comment_packet), (theora_dec_chain),
24488         (theora_dec_change_state):
24489         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24490         (vorbis_handle_data_packet), (vorbis_dec_chain),
24491         (vorbis_dec_change_state):
24492         Remove STREAM locks as they are taken in core now.
24493         Never set bogus granulepos on vorbis/theora.
24494         Fix leaks in theoradec tag parsing.
24495
24496 2005-05-25  Wim Taymans  <wim@fluendo.com>
24497
24498         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
24499         Fix memleaks, GST_BUFFER_DATA() is not freed.
24500
24501 2005-05-25  Wim Taymans  <wim@fluendo.com>
24502
24503         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
24504         Open non-blocking, set to blocking mode afterwards to avoid
24505         lockups when audio device is busy.
24506
24507 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24508
24509         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
24510           This can't be good.
24511
24512 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24513
24514         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
24515         (gst_audio_convert_chain), (gst_audio_convert_link_src),
24516         (gst_audio_convert_setcaps):
24517           Implement instant setup switching.
24518
24519 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24520
24521         * gst/playback/gstplaybasebin.c: (probe_triggered):
24522           Fix missing unlock.
24523         * gst/playback/gstplaybin.c: (add_sink):
24524           First add, then link (otherwise pad link fails).
24525
24526 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24527
24528         * examples/Makefile.am:
24529         fix buildbot (make distcheck)
24530
24531 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24532
24533         * gst/playback/gstplaybin.c: (gen_vis_element):
24534           Remove some wrong code. Doesn't work yet.
24535
24536 2005-05-19  Wim Taymans  <wim@fluendo.com>
24537
24538         * gst-libs/gst/net/Makefile.am:
24539         * gst-libs/gst/net/README:
24540         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
24541         (gst_netbuffer_class_init), (gst_netbuffer_init),
24542         (gst_netbuffer_finalize), (gst_netbuffer_copy),
24543         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
24544         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
24545         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
24546         * gst-libs/gst/net/gstnetbuffer.h:
24547         Added buffer subclass to store extra to/from addresses for
24548         network sources/sinks.
24549
24550 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24551
24552         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
24553           Don't lock an unassigned variable.
24554
24555 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24556
24557         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
24558           Increase buffer for video, decrease buffer for other media types.
24559         * gst/playback/gstplaybin.c: (gen_video_element),
24560         (gen_audio_element):
24561           Change names for debugging purposes.
24562
24563 2005-05-18  Wim Taymans  <wim@fluendo.com>
24564
24565         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24566         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24567         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24568         (gst_ffmpegcsp_chain):
24569         Enable buffer alloc passthrough if the source and dest
24570         formats are the same.
24571
24572 2005-05-17  Wim Taymans  <wim@fluendo.com>
24573
24574         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
24575         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
24576         (gst_ogg_demux_chain_unlocked):
24577         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24578         (gst_audio_convert_caps_remove_format_info),
24579         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24580         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
24581         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24582         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24583         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
24584         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
24585         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
24586         (gst_ffmpegcsp_get_property):
24587         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
24588         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
24589         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
24590         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
24591         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
24592         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
24593         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
24594         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
24595         Leak fixes in oggdemux.
24596         Some cleanups in audioconvert.
24597         Make passthrough work along with buffer_alloc etc.
24598         Make buffer_alloc and buffer recycling actually work in
24599         xvimagesink.
24600
24601 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24602
24603         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
24604           make the compiler happy
24605
24606 2005-05-17  Wim Taymans  <wim@fluendo.com>
24607
24608         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
24609         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
24610         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
24611         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
24612         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
24613         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
24614         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
24615         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
24616         (gst_xvimagesink_set_xwindow_id):
24617         * sys/xvimage/xvimagesink.h:
24618         Port xvimagesink to new MiniObject.
24619
24620 2005-05-17  Wim Taymans  <wim@fluendo.com>
24621
24622         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
24623         (gst_audiofilter_chain):
24624         * gst-libs/gst/audio/gstaudiosink.c:
24625         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24626         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24627         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24628         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24629         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24630         (gst_audiosink_create_ringbuffer):
24631         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24632         (gst_audio_convert_caps_remove_format_info),
24633         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24634         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24635         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24636         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24637         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24638         Fix passthrough in ffmpegcolorspace.
24639         Fix memset in audiosink on wrong memory.
24640
24641 2005-05-16  David Schleef  <ds@schleef.org>
24642
24643         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
24644         to GstMiniObject.
24645
24646 2005-05-16  David Schleef  <ds@schleef.org>
24647
24648         Port from GstData to GstMiniObject.
24649         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
24650         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
24651         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
24652         (gst_ogg_mux_collected):
24653         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
24654         * ext/theora/theoradec.c: (theora_handle_comment_packet),
24655         (theora_handle_data_packet):
24656         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24657         (theora_set_header_on_caps), (theora_enc_chain):
24658         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24659         (vorbis_handle_comment_packet):
24660         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
24661         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
24662         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
24663         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
24664         * gst/audioconvert/gstaudioconvert.c:
24665         (gst_audio_convert_get_buffer):
24666         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
24667         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
24668         (mute_stream), (silence_stream):
24669         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
24670         * gst/volume/gstvolume.c: (volume_transform):
24671         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
24672         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
24673         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
24674         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
24675         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
24676         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
24677         (gst_ximagesink_buffer_alloc):
24678         * sys/ximage/ximagesink.h:
24679
24680 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24681
24682         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24683         (fill_buffer), (check_queue), (queue_threshold_reached),
24684         (queue_out_of_data):
24685         * gst/playback/gstplaybasebin.h:
24686           Post buffer-fullness on the bus.
24687
24688 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24689
24690         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
24691         (try_to_link_1):
24692         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24693         (group_commit), (probe_triggered), (setup_source),
24694         (gst_play_base_bin_change_state):
24695         * gst/playback/gstplaybasebin.h:
24696         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24697         (gst_play_bin_init), (remove_sinks), (setup_sinks),
24698         (gst_play_bin_change_state):
24699           Move setup_output_pads into a virtual function, remove
24700           group-switch (no longer needed) and redirect (handled by bus
24701           now) signals.
24702
24703 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24704
24705         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
24706         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
24707         (get_active_group), (get_building_group), (group_destroy),
24708         (group_commit), (check_queue), (queue_overrun),
24709         (queue_threshold_reached), (queue_out_of_data),
24710         (gen_preroll_element), (remove_groups), (unknown_type),
24711         (add_element_stream), (no_more_pads), (probe_triggered),
24712         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
24713         (setup_substreams), (setup_source), (finish_source),
24714         (prepare_output), (muted_group_change_state),
24715         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
24716         (gst_play_base_bin_change_state):
24717         * gst/playback/gstplaybasebin.h:
24718         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24719         (gst_play_bin_init), (gst_play_bin_set_property),
24720         (gen_video_element), (gen_text_element), (gen_audio_element),
24721         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
24722         (gst_play_bin_change_state):
24723         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
24724         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
24725         (stream_info_change_state), (gst_stream_info_set_mute),
24726         (gst_stream_info_get_property):
24727         * gst/playback/gststreaminfo.h:
24728         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
24729         (gst_stream_selector_get_linked_pad),
24730         (gst_stream_selector_getcaps),
24731         (gst_stream_selector_get_linked_pads),
24732         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
24733         * gst/playback/gststreamselector.h:
24734           Rough port of playbin. Needs some more work, but is mostly done,
24735           and uses a few locks in important places, which should make stuff
24736           like chain-switches clean. Still uses GST_STATE() in a few places,
24737           which isn't all that good an idea, subtitles/elements disabled
24738           because no elements to test with and thus probably broken, query
24739           and event handling moved to GstBin, internal thread removed
24740           alltogether because the pipeline does that for us now. Can play
24741           Ogg/Vorbis files. Haven't tested anything else yet.
24742
24743 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24744
24745         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
24746           Do no-more-pads (needed for autoplugging).
24747
24748 2005-05-10  Andy Wingo  <wingo@pobox.com>
24749
24750         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
24751         message to the bus with the tags. Still not sent downstream tho.
24752
24753         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
24754         get_parent.
24755         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
24756         avoid refcounting hassles.
24757
24758 2005-05-09  Andy Wingo  <wingo@pobox.com>
24759
24760         * gst/volume/Makefile.am:
24761         * gst/volume/demo.c
24762         * gst/volume/gstvolume.h
24763         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
24764         basetransform. Probably need an audio filter base class.
24765
24766 2005-05-09  Wim Taymans  <wim@fluendo.com>
24767
24768         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
24769         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
24770         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
24771         (gst_vorbisenc_chain):
24772         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24773         (gst_audio_convert_caps_remove_format_info),
24774         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24775         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24776         Make caps writable before writing to it.
24777         Fix negotiation in audioconvert some more.
24778
24779 2005-05-09  Wim Taymans  <wim@fluendo.com>
24780
24781         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24782         (gst_videorate_getcaps), (gst_videorate_setcaps),
24783         (gst_videorate_event), (gst_videorate_chain):
24784         Better negotiation.
24785
24786 2005-05-09  Wim Taymans  <wim@fluendo.com>
24787
24788         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24789         (gst_videorate_getcaps), (gst_videorate_setcaps),
24790         (gst_videorate_blank_data), (gst_videorate_init),
24791         (gst_videorate_event), (gst_videorate_chain),
24792         (gst_videorate_change_state):
24793         Port videorate, do a better job at negotiation while we're at
24794         it.
24795
24796 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
24797
24798         * configure.ac:
24799           Disable libvisual
24800
24801         * examples/Makefile.am:
24802         * gst-libs/gst/audio/Makefile.am:
24803         * gst-libs/gst/riff/Makefile.am:
24804         * gst-libs/gst/tag/Makefile.am:
24805         * gst-libs/gst/video/Makefile.am:
24806           Fixups for missing variables.
24807
24808 2005-05-09  Wim Taymans  <wim@fluendo.com>
24809
24810         * examples/seeking/seek.c: (make_theora_pipeline),
24811         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
24812         (query_rates), (query_positions_elems), (query_positions_pads),
24813         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
24814         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
24815         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
24816         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
24817         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
24818         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
24819         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24820         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
24821         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
24822         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
24823         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
24824         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
24825         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
24826         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
24827         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
24828         (theora_dec_src_convert), (theora_dec_sink_convert),
24829         (theora_dec_src_query), (theora_dec_sink_query),
24830         (theora_dec_src_event), (theora_dec_sink_event),
24831         (theora_handle_comment_packet), (theora_handle_type_packet),
24832         (theora_handle_header_packet), (theora_handle_data_packet),
24833         (theora_dec_chain):
24834         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
24835         (vorbis_dec_convert), (vorbis_dec_src_query),
24836         (vorbis_dec_sink_query), (vorbis_dec_src_event),
24837         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
24838         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
24839         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
24840         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
24841         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
24842         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
24843         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24844         (gst_play_bin_query):
24845         * gst/playback/test3.c: (update_scale):
24846         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
24847         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
24848         * gst/subparse/gstsubparse.c: (gst_subparse_init):
24849         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
24850         (gst_videotestsrc_src_query):
24851         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
24852         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
24853         (paint_hline_YUV9):
24854         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
24855         Port to new query API.
24856         Updated seek.
24857         Cleanups in x[v]imagesink
24858
24859 2005-05-09  Andy Wingo  <wingo@pobox.com>
24860
24861         * ext/alsa/gstalsasink.h:
24862         * ext/gnomevfs/gstgnomevfssrc.c:
24863         (gst_gnomevfssrc_get_icy_metadata):
24864         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
24865         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
24866         * ext/theora/theoradec.c (theora_dec_src_query)
24867         (theora_dec_src_event, theora_dec_sink_event)
24868         (theora_handle_comment_packet, theora_handle_data_packet):
24869         * ext/theora/theoraenc.c (theora_enc_chain):
24870         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
24871         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
24872         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
24873         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
24874         (qt_type_find):
24875         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
24876         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
24877         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
24878         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
24879         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
24880         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
24881         (paint_setup_xBGR8888, paint_setup_RGBx8888)
24882         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
24883         (paint_setup_RGB565, paint_setup_xRGB1555):
24884         * gst/videotestsrc/videotestsrc.h:
24885         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
24886         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
24887         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
24888         GCC4 fixes.
24889         
24890         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
24891         gst_pad_query_position. Fixes oggdemux.
24892
24893 2005-05-08  David Schleef  <ds@schleef.org>
24894
24895         * configure.ac: Require liboil.
24896         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
24897         a few more.
24898         * gst/videotestsrc/videotestsrc.c:
24899         * gst/videotestsrc/videotestsrc.h:
24900
24901 2005-05-06  Wim Taymans  <wim@fluendo.com>
24902
24903         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24904         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24905         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24906         Well, unreffing a buffer right before pushing it is asking
24907         for trouble..
24908
24909 2005-05-06  Christian Schaller  <uraeus@gnome.org>
24910
24911         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
24912
24913 2005-05-06  Wim Taymans  <wim@fluendo.com>
24914
24915         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24916         (gst_audio_convert_caps_remove_format_info),
24917         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24918         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24919         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24920         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24921         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24922         * gst/sine/Makefile.am:
24923         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
24924         (gst_sinesrc_class_init), (gst_sinesrc_init),
24925         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
24926         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
24927         (gst_sinesrc_update_freq):
24928         * gst/sine/gstsinesrc.h:
24929         * gst/tcp/gstmultifdsink.c:
24930         * sys/xvimage/xvimagesink.c:
24931         Fixed negotiation wrt _peer_get_caps()
24932         Some cleanups.
24933
24934
24935 2005-05-06  Wim Taymans  <wim@fluendo.com>
24936
24937         * gst-libs/gst/audio/gstaudiosink.c:
24938         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24939         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24940         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24941         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24942         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24943         (gst_audiosink_create_ringbuffer):
24944         * gst-libs/gst/audio/gstbaseaudiosink.c:
24945         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24946         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24947         (gst_baseaudiosink_set_property), (build_linear_format),
24948         (debug_spec_caps), (debug_spec_buffer),
24949         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24950         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24951         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24952         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24953         * gst-libs/gst/audio/gstbaseaudiosink.h:
24954         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24955         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24956         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
24957         (gst_ringbuffer_play), (gst_ringbuffer_pause),
24958         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
24959         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
24960         (wait_segment), (gst_ringbuffer_commit),
24961         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
24962         (gst_ringbuffer_clear):
24963         * gst-libs/gst/audio/gstringbuffer.h:
24964         Make the base audiosink return an error when there is no
24965         audiobuffer negotiated.
24966
24967 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24968
24969         * ext/Makefile.am:
24970         Disable cdparanoia until someone ports it!
24971
24972 2005-05-06  Wim Taymans  <wim@fluendo.com>
24973
24974         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
24975         (gst_ogg_demux_sink_activate):
24976         And revert after wingo's revert.. sigh..
24977
24978 2005-05-05  Andy Wingo  <wingo@pobox.com>
24979
24980         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
24981         GObject.
24982         * configure.ac: Return audiorate and subparse from the ghetto.
24983         Re-enable -Wall -Werror.
24984         * gst/subparse/gstsubparse.c:
24985         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
24986         or chain-based. Cleaned up a bit. Not tested.
24987         
24988 2005-05-05  Christian Schaller <christian@fluendo.com> 
24989
24990         * Makefile.am: remove stuff that is not building
24991         * configure.ac: remove stuff that is not building
24992         * examples/Makefile.am: remove stuff that is not building
24993         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
24994         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
24995         * sys/Makefile.am: remove stuff that is not building
24996         * testsuite/Makefile.am: remove stuff that is not building
24997
24998 2005-05-05  Andy Wingo  <wingo@pobox.com>
24999
25000         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
25001         * gst-libs/gst/tag/gstvorbistag.c:
25002         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
25003         * gst/adder/gstadder.h:
25004         * gst/audioconvert/gstchannelmix.c:
25005         (gst_audio_convert_fill_one_other):
25006         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
25007         (gst_audiorate_init), (gst_audiorate_chain):
25008         * gst/playback/gstplaybasebin.c: (setup_source):
25009         * gst/playback/test3.c: (update_scale):
25010         Some GCC4 fixes
25011         
25012         * po/af.po:
25013         * po/az.po:
25014         * po/cs.po:
25015         * po/en_GB.po:
25016         * po/hu.po:
25017         * po/it.po:
25018         * po/nb.po:
25019         * po/nl.po:
25020         * po/or.po:
25021         * po/sq.po:
25022         * po/sr.po:
25023         * po/sv.po:
25024         * po/uk.po:
25025         * po/vi.po: Foo
25026
25027 2005-05-05  Wim Taymans  <wim@fluendo.com>
25028
25029         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25030         (gst_audio_convert_caps_remove_format_info),
25031         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
25032         (gst_audio_convert_change_state), (gst_audio_convert_channels):
25033         * gst/videotestsrc/gstvideotestsrc.c:
25034         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
25035         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
25036         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
25037         (gst_videotestsrc_init), (gst_videotestsrc_loop):
25038         Don't ignore _push() return values.
25039         Make sure no processing is done when shutting down.
25040         Videotestsrc pad activation fix.
25041
25042 2005-05-05  Wim Taymans  <wim@fluendo.com>
25043
25044         * gst/adder/Makefile.am:
25045         * gst/adder/gstadder.c: (gst_adder_setcaps),
25046         (gst_adder_class_init), (gst_adder_init),
25047         (gst_adder_request_new_pad), (gst_adder_collected),
25048         (gst_adder_change_state):
25049         * gst/adder/gstadder.h:
25050         Ported adder as an example of a mixer element using
25051         collect pads. Needs more negotiation work.
25052
25053 2005-05-05  Wim Taymans  <wim@fluendo.com>
25054
25055         * ext/theora/theoradec.c: (_inc_granulepos),
25056         (theora_dec_src_event), (theora_dec_sink_event),
25057         (theora_handle_comment_packet), (theora_handle_type_packet),
25058         (theora_handle_header_packet), (theora_handle_data_packet),
25059         (theora_dec_chain):
25060         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25061         (gst_theora_enc_init), (theora_enc_sink_setcaps),
25062         (theora_push_buffer), (theora_push_packet),
25063         (theora_enc_sink_event), (theora_enc_chain),
25064         (theora_enc_change_state), (theora_enc_set_property),
25065         (theora_enc_get_property):
25066         Added stream lock to decoder so that we can serialize
25067         the discont event.
25068         More theoraenc porting, recover from errors, do clean
25069         shutdown.
25070
25071 2005-05-05  Wim Taymans  <wim@fluendo.com>
25072
25073         * ext/ogg/Makefile.am:
25074         * ext/ogg/README:
25075         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
25076         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
25077         (gst_ogg_print):
25078         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
25079         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
25080         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
25081         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
25082         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
25083         (gst_ogg_mux_change_state):
25084         Ported ogg muxer.
25085
25086 2005-05-05  Wim Taymans  <wim@fluendo.com>
25087
25088         * docs/design-audiosinks.txt:
25089         * gst-libs/gst/audio/TODO:
25090         * gst-libs/gst/audio/gstaudiosink.c:
25091         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25092         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25093         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25094         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25095         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25096         (gst_audiosink_create_ringbuffer):
25097         * gst-libs/gst/audio/gstbaseaudiosink.c:
25098         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25099         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25100         (gst_baseaudiosink_set_property), (build_linear_format),
25101         (debug_spec_caps), (debug_spec_buffer),
25102         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25103         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25104         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25105         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25106         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25107         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25108         (gst_ringbuffer_release), (gst_ringbuffer_play),
25109         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
25110         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
25111         (gst_ringbuffer_set_sample), (wait_segment),
25112         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
25113         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
25114         More work on the audiosink, mostly debugging and a race in
25115         shutdown.
25116
25117 2005-04-28  Wim Taymans  <wim@fluendo.com>
25118
25119         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
25120         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
25121         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
25122         (vorbis_dec_src_query), (vorbis_dec_src_event),
25123         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
25124         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
25125         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
25126         Don't crap out when seeking back to position 0.
25127
25128 2005-04-28  Wim Taymans  <wim@fluendo.com>
25129
25130         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
25131         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
25132         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
25133         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
25134         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
25135         Make audio sink configurable, use alsasink as default.
25136
25137 2005-04-28  Wim Taymans  <wim@fluendo.com>
25138
25139         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
25140         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
25141         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
25142         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
25143         (vorbis_dec_change_state):
25144         * ext/vorbis/vorbisdec.h:
25145         Refactor, use STREAM_LOCK.
25146
25147 2005-04-28  Wim Taymans  <wim@fluendo.com>
25148
25149         * ext/theora/theoradec.c: (_inc_granulepos),
25150         (theora_dec_sink_event), (theora_handle_comment_packet),
25151         (theora_handle_type_packet), (theora_handle_header_packet),
25152         (theora_handle_data_packet), (theora_dec_chain),
25153         (theora_dec_change_state):
25154         Refactor a bit, use STREAM_LOCK.
25155
25156 2005-04-28  Wim Taymans  <wim@fluendo.com>
25157
25158         * ext/alsa/Makefile.am:
25159         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
25160         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
25161         (gst_alsa_link), (gst_alsa_close_audio):
25162         * ext/alsa/gstalsaplugin.c: (plugin_init):
25163         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
25164         (gst_alsasink_dispose), (gst_alsasink_base_init),
25165         (gst_alsasink_class_init), (gst_alsasink_init),
25166         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
25167         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
25168         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
25169         (gst_alsasink_reset):
25170         * ext/alsa/gstalsasink.h:
25171         Implement alsasink with simple open/write/close API. 
25172         Make alsa dir build by disabling compilation of code.
25173
25174 2005-04-28  Wim Taymans  <wim@fluendo.com>
25175
25176         * gst-libs/gst/audio/Makefile.am:
25177         * gst-libs/gst/audio/audio.h:
25178         * gst-libs/gst/audio/audioclock.c:
25179         * gst-libs/gst/audio/audioclock.h:
25180         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
25181         (gst_audio_clock_class_init), (gst_audio_clock_init),
25182         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
25183         * gst-libs/gst/audio/gstaudioclock.h:
25184         * gst-libs/gst/audio/gstaudiosink.c:
25185         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25186         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25187         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25188         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25189         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25190         (gst_audiosink_create_ringbuffer):
25191         * gst-libs/gst/audio/gstbaseaudiosink.c:
25192         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25193         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25194         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
25195         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
25196         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25197         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25198         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25199         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25200         * gst-libs/gst/audio/gstbaseaudiosink.h:
25201         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25202         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
25203         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25204         (gst_ringbuffer_release), (gst_ringbuffer_play),
25205         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
25206         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
25207         (gst_ringbuffer_set_sample), (wait_segment),
25208         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
25209         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
25210         * gst-libs/gst/audio/gstringbuffer.h:
25211         Make ringbuffer faster and more simple by removing the locks
25212         in the playback thread.
25213         Add sample accurate playback based on buffer sample offsets.
25214         Make the baseaudiosink provide a clock.
25215         Parse caps in the base class.
25216         Correctly handle seeking, flushing and state changes.
25217
25218 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
25219
25220         * configure.ac:
25221         * gst/audioconvert/Makefile.am:
25222         * gst/audioscale/Makefile.am:
25223           Fix part of the build.  Come on guys, autogen didn't even work :)
25224
25225 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25226
25227         * configure.ac:
25228         * gst-libs/gst/Makefile.am:
25229         * gst-libs/gst/media-info/.cvsignore:
25230         * gst-libs/gst/media-info/Makefile.am:
25231         * gst-libs/gst/media-info/README:
25232         * gst-libs/gst/media-info/media-info-priv.c:
25233         * gst-libs/gst/media-info/media-info-priv.h:
25234         * gst-libs/gst/media-info/media-info-test.c:
25235         * gst-libs/gst/media-info/media-info.c:
25236         * gst-libs/gst/media-info/media-info.h:
25237         * gst-libs/gst/media-info/media-info.vcproj:
25238         * pkgconfig/Makefile.am:
25239         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
25240         * pkgconfig/gstreamer-media-info.pc.in:
25241           Remove media-info, which is also successed by playbin (see Totem
25242           implementation).
25243
25244 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25245
25246         * configure.ac:
25247         * examples/Makefile.am:
25248         * examples/gstplay/.cvsignore:
25249         * examples/gstplay/Makefile.am:
25250         * examples/gstplay/player.c:
25251         * gst-libs/gst/Makefile.am:
25252         * gst-libs/gst/play/.cvsignore:
25253         * gst-libs/gst/play/Makefile.am:
25254         * gst-libs/gst/play/play.c:
25255         * gst-libs/gst/play/play.h:
25256         * gst-libs/gst/play/play.vcproj:
25257         * pkgconfig/Makefile.am:
25258         * pkgconfig/gstreamer-play-uninstalled.pc.in:
25259         * pkgconfig/gstreamer-play.pc.in:
25260           Remove libgstplay, playbin is now the official successor.
25261
25262 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25263
25264         * configure.ac:
25265         * gst-libs/gst/Makefile.am:
25266         * gst-libs/gst/xwindowlistener/Makefile.am:
25267         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
25268         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
25269           Remove deprecated xwindowlistener (I've moved xwindowlistening
25270           in the v4l/v4l2 plugins over to serverside).
25271
25272 2005-04-25  David Schleef  <ds@schleef.org>
25273
25274         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
25275         to examples/dynparams.  Examples do not belong interspersed with
25276         source code.
25277         * examples/dynparams/demo-dparams.c:
25278         * gst/sine/Makefile.am:
25279         * gst/sine/demo-dparams.c:
25280
25281 2005-04-25  David Schleef  <ds@schleef.org>
25282
25283         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
25284         * gst-libs/gst/audio/Makefile.am:
25285         * gst-libs/gst/riff/Makefile.am:
25286         * gst-libs/gst/tag/Makefile.am:
25287         * gst-libs/gst/video/Makefile.am:
25288         * gst-libs/gst/xwindowlistener/Makefile.am:
25289
25290         Convert to 0.9 API, seems to work:
25291         * sys/ximage/Makefile.am:
25292         * sys/ximage/ximagesink.c:
25293
25294 2005-04-24  David Schleef  <ds@schleef.org>
25295
25296         Link plugins against libraries:
25297         * ext/alsa/Makefile.am:
25298         * gst/tcp/Makefile.am:
25299
25300         Remove asm code that should be in liboil
25301         * gst/videoscale/Makefile.am:
25302         * gst/videoscale/videoscale_x86_asm.s:
25303
25304         gettext wants these checked in:
25305         * po/af.po:
25306         * po/az.po:
25307         * po/cs.po:
25308         * po/en_GB.po:
25309         * po/hu.po:
25310         * po/it.po:
25311         * po/nb.po:
25312         * po/nl.po:
25313         * po/or.po:
25314         * po/sq.po:
25315         * po/sr.po:
25316         * po/sv.po:
25317         * po/uk.po:
25318         * po/vi.po:
25319
25320 2005-04-24  David Schleef  <ds@schleef.org>
25321
25322         Convert gst_main() to g_main_loop_run()
25323         * gst/playback/decodetest.c: (main):
25324         * gst/playback/test2.c: (main):
25325         * gst/playback/test3.c: (main):
25326         * gst/playback/test4.c: (main):
25327
25328         Link plugins against libraries:
25329         * ext/libvisual/Makefile.am:
25330         * sys/xvimage/Makefile.am:
25331
25332 2005-04-24  David Schleef  <ds@schleef.org>
25333
25334         * configure.ac: Remove idct and resample libs
25335         * gst-libs/gst/Makefile.am: same
25336
25337         Remove usage of gst_library_load():
25338         * ext/alsa/gstalsaplugin.c: (plugin_init):
25339         * ext/libvisual/visual.c: (plugin_init):
25340         * ext/ogg/gstogg.c: (plugin_init):
25341         * ext/theora/theora.c: (plugin_init):
25342         * ext/vorbis/vorbis.c: (plugin_init):
25343         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
25344         * gst/audioscale/gstaudioscale.c:
25345         * gst/adder/gstadder.c: (plugin_init):
25346         * gst/audioconvert/plugin.c: (plugin_init):
25347         * sys/ximage/ximagesink.c: (plugin_init):
25348         * sys/xvimage/xvimagesink.c: (plugin_init):
25349         * gst/tcp/gsttcpplugin.c: (plugin_init):
25350
25351         Link plugins against libraries:
25352         * ext/ogg/Makefile.am:
25353         * ext/theora/Makefile.am:
25354         * ext/vorbis/Makefile.am:
25355         * gst/audioconvert/Makefile.am:
25356
25357         Create proper libraries:
25358         * gst-libs/gst/riff/Makefile.am:
25359         * gst-libs/gst/audio/Makefile.am:
25360         * gst-libs/gst/video/Makefile.am:
25361
25362         Move resample library to audioscale plugin directory:
25363         * gst-libs/gst/resample/Makefile.am:
25364         * gst-libs/gst/resample/README:
25365         * gst-libs/gst/resample/dtof.c:
25366         * gst-libs/gst/resample/dtos.c:
25367         * gst-libs/gst/resample/functable.c:
25368         * gst-libs/gst/resample/private.h:
25369         * gst-libs/gst/resample/resample.c:
25370         * gst-libs/gst/resample/resample.h:
25371         * gst-libs/gst/resample/resample.vcproj:
25372         * gst-libs/gst/resample/test.c:
25373         * gst/audioscale/Makefile.am:
25374         * gst/audioscale/README:
25375         * gst/audioscale/dtof.c:
25376         * gst/audioscale/dtos.c:
25377         * gst/audioscale/functable.c:
25378         * gst/audioscale/private.h:
25379         * gst/audioscale/resample.c:
25380         * gst/audioscale/resample.h:
25381         * gst/audioscale/test.c:
25382
25383         Move tagedit library to gst-libs:
25384         * gst-libs/gst/tag/Makefile.am:
25385         * gst-libs/gst/tag/gstid3tag.c:
25386         * gst-libs/gst/tag/gsttagediting.c:
25387         * gst-libs/gst/tag/gsttageditingprivate.h:
25388         * gst-libs/gst/tag/gstvorbistag.c:
25389         * gst/tags/Makefile.am:
25390         * gst/tags/gstid3tag.c:
25391         * gst/tags/gstvorbistag.c:
25392
25393         Fix for core changes:
25394         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
25395         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
25396         (gst_sinesrc_getrange):
25397
25398 2005-04-23  David Schleef  <ds@schleef.org>
25399
25400         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
25401         in gst-plugins in a long time, and properly belongs in liboil.
25402         * gst-libs/gst/idct/Makefile.am:
25403         * gst-libs/gst/idct/README:
25404         * gst-libs/gst/idct/dct.h:
25405         * gst-libs/gst/idct/doieee:
25406         * gst-libs/gst/idct/fastintidct.c:
25407         * gst-libs/gst/idct/floatidct.c:
25408         * gst-libs/gst/idct/idct.c:
25409         * gst-libs/gst/idct/idct.h:
25410         * gst-libs/gst/idct/idtc.vcproj:
25411         * gst-libs/gst/idct/ieeetest.c:
25412         * gst-libs/gst/idct/intidct.c:
25413
25414 2005-04-20  Wim Taymans  <wim@fluendo.com>
25415
25416         * docs/design-audiosinks.txt:
25417         * gst-libs/gst/audio/Makefile.am:
25418         * gst-libs/gst/audio/TODO:
25419         * gst-libs/gst/audio/gstaudiosink.c:
25420         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25421         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25422         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
25423         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25424         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25425         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
25426         (gst_audiosink_class_init), (gst_audiosink_init),
25427         (gst_audiosink_create_ringbuffer):
25428         * gst-libs/gst/audio/gstaudiosink.h:
25429         * gst-libs/gst/audio/gstbaseaudiosink.c:
25430         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
25431         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
25432         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
25433         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
25434         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
25435         (gst_baseaudiosink_create_ringbuffer),
25436         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25437         * gst-libs/gst/audio/gstbaseaudiosink.h:
25438         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25439         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
25440         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
25441         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25442         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
25443         (gst_ringbuffer_play), (gst_ringbuffer_pause),
25444         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
25445         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
25446         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
25447         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
25448         * gst-libs/gst/audio/gstringbuffer.h:
25449         An attempt at a set of audio base classes together with some
25450         design docs.
25451
25452 2005-04-20  Wim Taymans  <wim@fluendo.com>
25453
25454         * gst/audioconvert/Makefile.am:
25455         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25456         (gst_audio_convert_caps_remove_format_info),
25457         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
25458         (gst_audio_convert_channels):
25459         Link against audio libs.
25460         Fix audio convert plugin.
25461
25462 2005-04-20  Wim Taymans  <wim@fluendo.com>
25463
25464         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
25465         (gst_ogg_demux_sink_activate):
25466         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
25467         (theora_set_header_on_caps), (theora_enc_sink_event),
25468         (theora_enc_chain):
25469         Fix theora encoder.
25470
25471 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25472
25473         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
25474         * gst/playback/gstdecodebin.c: (find_compatibles):
25475           Work with staticpadtemplates in elementfactories.
25476
25477 2005-04-12  Wim Taymans  <wim@fluendo.com>
25478
25479         * gst/playback/README:
25480         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
25481         (compare_ranks), (print_feature), (gst_decode_bin_init),
25482         (dynamic_create), (dynamic_free), (find_compatibles),
25483         (mimetype_is_raw), (close_pad_link), (got_redirect),
25484         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
25485         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
25486         (gst_decode_bin_change_state):
25487         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
25488         (gst_play_base_bin_init), (group_destroy), (group_commit),
25489         (check_queue), (queue_overrun), (queue_threshold_reached),
25490         (queue_out_of_data), (gen_preroll_element), (unknown_type),
25491         (new_decoded_pad), (setup_subtitle), (gen_source_element),
25492         (got_redirect), (setup_source), (play_base_eos),
25493         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
25494         (gst_play_base_bin_remove_element):
25495         * gst/playback/gstplaybasebin.h:
25496         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25497         (gst_play_bin_init), (gst_play_bin_dispose),
25498         (gst_play_bin_set_property), (gen_video_element),
25499         (gen_text_element), (gen_audio_element), (remove_sinks),
25500         (gst_play_bin_send_event):
25501         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
25502         (stream_info_change_state), (gst_stream_info_set_mute):
25503         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
25504         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
25505         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
25506         (gst_stream_selector_chain):
25507         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
25508         (main):
25509         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
25510         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
25511         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
25512         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
25513         Raw and crude port of decodebin. 
25514         Make playbin compile.
25515
25516 2005-04-06  Wim Taymans  <wim@fluendo.com>
25517
25518         * ext/gnomevfs/Makefile.am:
25519         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
25520         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25521         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
25522         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
25523         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
25524         (gst_gnomevfssrc_stop):
25525         * ext/ogg/Makefile.am:
25526         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
25527         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
25528         * ext/theora/Makefile.am:
25529         * ext/theora/theoradec.c: (_inc_granulepos),
25530         (theora_dec_sink_event), (theora_dec_chain):
25531         * ext/vorbis/Makefile.am:
25532         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
25533         (vorbis_dec_sink_event), (vorbis_dec_chain):
25534         * gst-libs/gst/audio/Makefile.am:
25535         * sys/xvimage/Makefile.am:
25536         Make gnomevfssrc extend the source base class.
25537         Fix linking against libs in various plugins.
25538
25539 2005-04-06  Andy Wingo  <wingo@pobox.com>
25540
25541         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
25542         GST_BASE_LIBS.
25543
25544         * configure.ac: Add check and AC_SUBST for libgstbase.
25545
25546 2005-03-31  Wim Taymans  <wim@fluendo.com>
25547
25548         * examples/seeking/Makefile.am:
25549         * examples/seeking/cdparanoia.c: (main):
25550         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
25551         (play_cb), (pause_cb), (stop_cb), (main):
25552         * examples/seeking/playbin.c:
25553         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
25554         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
25555         (make_sid_pipeline), (make_vorbis_pipeline),
25556         (make_theora_pipeline), (make_vorbis_theora_pipeline),
25557         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
25558         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
25559         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
25560         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
25561         (stop_cb), (main):
25562         * examples/seeking/spider_seek.c:
25563         * examples/seeking/vorbisfile.c:
25564         * ext/gnomevfs/Makefile.am:
25565         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
25566         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
25567         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25568         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
25569         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
25570         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
25571         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
25572         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
25573         * ext/ogg/README:
25574         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
25575         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
25576         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
25577         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
25578         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
25579         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
25580         (gst_ogg_pad_event), (gst_ogg_pad_reset),
25581         (gst_ogg_demux_factory_filter), (compare_ranks),
25582         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
25583         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
25584         (gst_ogg_chain_new), (gst_ogg_chain_free),
25585         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
25586         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
25587         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
25588         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
25589         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
25590         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
25591         (gst_ogg_demux_get_prev_page),
25592         (gst_ogg_demux_deactivate_current_chain),
25593         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
25594         (gst_ogg_demux_bisect_forward_serialno),
25595         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
25596         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
25597         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
25598         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
25599         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
25600         (gst_ogg_demux_change_state), (gst_ogg_print):
25601         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
25602         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
25603         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
25604         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
25605         (gst_ogg_mux_loop):
25606         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
25607         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
25608         (theora_dec_src_convert), (theora_dec_sink_convert),
25609         (theora_dec_src_query), (theora_dec_src_event),
25610         (theora_dec_sink_event), (theora_dec_chain),
25611         (theora_dec_change_state):
25612         * ext/theora/theoraenc.c: (gst_theora_enc_init),
25613         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
25614         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
25615         (theora_enc_change_state):
25616         * ext/vorbis/Makefile.am:
25617         * ext/vorbis/oggvorbisenc.c:
25618         * ext/vorbis/oggvorbisenc.h:
25619         * ext/vorbis/vorbis.c: (plugin_init):
25620         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
25621         (vorbis_dec_src_query), (vorbis_dec_src_event),
25622         (vorbis_dec_sink_event), (vorbis_dec_chain),
25623         (vorbis_dec_change_state):
25624         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
25625         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
25626         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
25627         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
25628         (gst_vorbisenc_change_state):
25629         * ext/vorbis/vorbisenc.h:
25630         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
25631         * gst-libs/gst/audio/audioclock.c:
25632         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
25633         (gst_audiofilter_init), (gst_audiofilter_chain):
25634         * gst-libs/gst/audio/testchannels.c: (main):
25635         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
25636         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
25637         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
25638         (gmip_find_track_streaminfo), (gmip_find_track_format):
25639         * gst-libs/gst/media-info/media-info.c:
25640         (gst_media_info_read_idler):
25641         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
25642         (gst_play_get_all_by_interface):
25643         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
25644         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
25645         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
25646         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
25647         (gst_riff_parse_info):
25648         * gst-libs/gst/riff/riff-read.h:
25649         * gst-libs/gst/riff/riff.c: (plugin_init):
25650         * gst-libs/gst/video/Makefile.am:
25651         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
25652         (gst_videosink_class_init), (gst_videosink_get_type):
25653         * gst-libs/gst/video/videosink.h:
25654         * gst/audioconvert/bufferframesconvert.c:
25655         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
25656         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
25657         * gst/audioconvert/channelmixtest.c: (main):
25658         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
25659         (gst_audio_convert_chain),
25660         (gst_audio_convert_caps_remove_format_info),
25661         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
25662         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
25663         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
25664         (gst_audio_convert_buffer_to_default_format),
25665         (gst_audio_convert_buffer_from_default_format),
25666         (gst_audio_convert_channels):
25667         * gst/audioconvert/gstchannelmix.h:
25668         * gst/ffmpegcolorspace/avcodec.h:
25669         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25670         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
25671         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
25672         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
25673         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
25674         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
25675         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
25676         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
25677         (mpeg_video_type_find), (mpeg_video_stream_type_find),
25678         (dv_type_find):
25679         * gst/videotestsrc/gstvideotestsrc.c:
25680         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
25681         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
25682         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
25683         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
25684         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
25685         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
25686         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
25687         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25688         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
25689         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
25690         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
25691         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
25692         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
25693         (gst_xvimagesink_navigation_send_event),
25694         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
25695         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
25696         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
25697         * sys/xvimage/xvimagesink.h:
25698         Plugin port to 0.9, ogg/theora playback should work in the seek
25699         example now.
25700         Removed old examples.
25701         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
25702         explained in 0.9 TODO doc.
25703
25704
25705 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
25706
25707         * autogen.sh:
25708         * configure.ac:
25709         * ext/Makefile.am:
25710         * gst/Makefile.am:
25711         * po/POTFILES.in:
25712         * po/af.po:
25713         * po/az.po:
25714         * po/cs.po:
25715         * po/en_GB.po:
25716         * po/hu.po:
25717         * po/it.po:
25718         * po/nb.po:
25719         * po/nl.po:
25720         * po/or.po:
25721         * po/sq.po:
25722         * po/sr.po:
25723         * po/sv.po:
25724         * po/uk.po:
25725         * po/vi.po:
25726         * sys/Makefile.am:
25727         * testsuite/Makefile.am:
25728           remove a whole bunch of plugins.  This module now contains a set
25729           of free reference plugins/elements as agreed.
25730
25731 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
25732
25733         * configure.ac:
25734           hunting season on 0.9 is now OPEN
25735
25736 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25737
25738         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
25739           Kick the hell out of gcc for not warning me about a symbol conflict.
25740
25741 2005-02-22  Luca Ognibene  <luogni@tin.it>
25742
25743         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25744
25745         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
25746           Don't leak caps string (fixes #168134)
25747
25748         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
25749         (gst_jpegenc_init), (gst_jpegenc_finalize),
25750         (gst_jpegenc_change_state):
25751           Don't leak line buffers and context struct (fixes #168133).
25752
25753 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
25754
25755         * configure.ac:
25756         * ext/dirac/gstdiracdec.cc:
25757         (gst_diracdec_chain):
25758           Since dirac 0.5.0 the framerate in dirac is expressed as a
25759           rational number. Fix build and up requirement to 0.5.0, and
25760           also pass parameters to gst_diracdec_link in the right order
25761           (fixes #167959).
25762
25763 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
25764
25765         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
25766         * ext/faad/gstfaad.h:
25767         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
25768         certain invalid muxed streams, where some packets will contain 
25769         junk after decoder data. Partially fixes #149158.
25770
25771 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
25772         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
25773           Make sure we only write to writable buffers
25774
25775 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
25776
25777         * gst-libs/gst/riff/riff-media.c:
25778         (gst_riff_create_audio_caps_with_data):
25779           Do actually fix invalid RIFF fmt header values for alaw
25780           and mulaw audio instead of just saying so.
25781
25782         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
25783           Give gst_riff_create_audio_caps_with_data() a chance to
25784           fix up broken format header fields before extracting any
25785           parameters from the header. (fixes #167633)
25786
25787 2005-02-19  Martin Holters  <martin.holters@gmx.de>
25788
25789         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25790
25791         * gst/audioconvert/bufferframesconvert.c:
25792         (buffer_frames_convert_link):
25793           Don't leak othercaps. (fixes #167878)
25794
25795 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
25796
25797         * configure.ac:
25798         * ext/libvisual/visual.c: (gst_visual_srclink),
25799         (gst_visual_change_state):
25800           Support libvisual 0.2.0.
25801
25802 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
25803
25804         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
25805         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
25806           Use same rowstrides for I420 as used everywhere else.
25807
25808 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
25809
25810         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
25811           Declare variables at beginning of block and make gcc-2.95 happy
25812           (fixes # 167482, patch by Gergely Nagy).
25813           
25814         * gst/tcp/gsttcpclientsrc.c:
25815         * gst/tcp/gsttcpclientsrc.h:
25816           Move some includes into the header, so that struct sockaddr_in is
25817           defined when it should be defined on FreeBSD as well (fixes
25818           #167483).
25819           
25820         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
25821           Don't pass uninitialised values to setsockopt() here either.
25822
25823 2005-02-17  Luca Ognibene  <luogni at tin dot it>
25824
25825         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25826
25827         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
25828           Don't pass uninitialised values to setsockopt(). (fixes #167704)
25829
25830 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25831
25832         * gst/playback/gstplaybin.c: (add_sink):
25833           Invert bin_add/link order to workaround deadlock in opt.
25834
25835 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25836
25837         * gst/modplug/gstmodplug.cc:
25838           Add missing break causing position queries to fail.
25839
25840 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25841
25842         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
25843           Granpos can apparently be -1, which screws up calculations...
25844
25845 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
25846
25847         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
25848         (gst_ximagesink_send_pending_navigation),
25849         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
25850         (gst_ximagesink_init):
25851         * sys/ximage/ximagesink.h:
25852         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
25853         (gst_xvimagesink_send_pending_navigation),
25854         (gst_xvimagesink_navigation_send_event),
25855         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
25856         * sys/xvimage/xvimagesink.h:
25857           Use a mutex protected list to marshal navigation
25858           events into the stream thread from whichever thread
25859           sends them.
25860
25861 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
25862
25863         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
25864           Display current position and track length; misc. clean-ups.
25865           
25866         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
25867         (speed_init), (speed_chain):
25868           Add query function, so that the stream length and current position
25869           get adjusted when queried (note that current position queries may
25870           still be wrong if the audio sink returns values based on buffer
25871           timestamps instead of passing on the query).
25872
25873 2005-02-13  Benjamin Otte  <otte@gnome.org>
25874
25875         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
25876         (gst_audio_convert_channels):
25877           create channel conversion matrix when linking
25878         * gst/audioconvert/.cvsignore:
25879         * gst/audioconvert/Makefile.am:
25880         * gst/audioconvert/channelmixtest.c: (main):
25881           add (ugly) test that ensures stereo <=> mono conversion works
25882           correctly
25883
25884 2005-02-13  Benjamin Otte  <otte@gnome.org>
25885
25886         * gst/audioconvert/gstchannelmix.h:
25887           include missing header file
25888         * gst/audioconvert/gstchannelmix.c:
25889         (gst_audio_convert_fill_compatible):
25890           use same sign for both channels when converting to/from compatible
25891           channel. Previously used different signs made the signals cancel
25892           each other out and appear like silence. (fixes #167269)
25893
25894 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
25895
25896         * gst/ffmpegcolorspace/avcodec.h:
25897         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
25898         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
25899         (gst_ffmpegcsp_avpicture_fill):
25900         * gst/ffmpegcolorspace/imgconvert.c:
25901           Convert to and from YV12 (fixes #156379).
25902
25903 2005-02-12  Julien MOUTTE  <julien@moutte.net>
25904
25905         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
25906         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
25907         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
25908         (gst_ximagesink_expose), (gst_ximagesink_set_property),
25909         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
25910         methods from chain and negotiation and vice versa (Fixes #166142).
25911         * sys/ximage/ximagesink.h: Add stream_lock.
25912         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
25913         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
25914         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
25915         (gst_xvimagesink_expose): Check for xcontext before trying to link.
25916
25917 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
25918
25919         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
25920           Don't send "Hey! You gave me a NULL pointer you naughty person" as
25921           error message when we can't open the DVD device (when dvdnav_open()
25922           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
25923           the above). Send something more useful instead (fixes #167117).
25924
25925 2005-02-11  Julien MOUTTE  <julien@moutte.net>
25926
25927         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
25928         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
25929         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
25930         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
25931         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
25932         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
25933         methods from chain and negotiation and vice versa (Fixes #166142).
25934         Fix a possible bug of images in the buffer pool being discarded because
25935         we are looking at the wrong geometry.
25936         * sys/xvimage/xvimagesink.h: Add stream_lock.
25937
25938 2005-02-11  David Schleef  <ds@schleef.org>
25939
25940         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
25941         unsigned int. (fixes #167128)
25942
25943 2005-02-11  David Schleef  <ds@schleef.org>
25944
25945         * gst/librfb/Makefile.am: Testing stuff before committing is
25946           for wimps... and people with fast machines.  Fix stupid
25947           mistake.
25948
25949 2005-02-11  David Schleef  <ds@schleef.org>
25950
25951         * configure.ac: Pull in librfb from my CVS tree, because it is
25952           too small and annoying to be separate.  Move rfbsrc plugin
25953           to gst/.
25954         * ext/Makefile.am:
25955         * ext/librfb/Makefile.am:
25956         * ext/librfb/gstrfbsrc.c:
25957         * gst/librfb/Makefile.am:
25958         * gst/librfb/gstrfbsrc.c:
25959         * gst/librfb/rfb.c:
25960         * gst/librfb/rfb.h:
25961         * gst/librfb/rfbbuffer.c:
25962         * gst/librfb/rfbbuffer.h:
25963         * gst/librfb/rfbbytestream.c:
25964         * gst/librfb/rfbbytestream.h:
25965         * gst/librfb/rfbcontext.h:
25966         * gst/librfb/rfbdecoder.c:
25967         * gst/librfb/rfbdecoder.h:
25968         * gst/librfb/rfbutil.h:
25969
25970 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
25971
25972         * gst/speed/Makefile.am:
25973         * gst/speed/demo-mp3.c: (main):
25974         * gst/speed/filter.func:
25975         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
25976         (speed_class_init), (speed_init), (speed_chain_int16),
25977         (speed_chain_float32), (speed_chain), (speed_set_property),
25978         (speed_get_property), (speed_change_state):
25979         * gst/speed/gstspeed.h:
25980           Fix speed element and make it chain-based (fixes #156467),
25981           and make it handle more than one channel.
25982
25983 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
25984
25985         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
25986         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
25987         (gst_dtsdec_chain), (gst_dtsdec_change_state):
25988         * ext/dts/gstdtsdec.h:
25989           Don't clobber the stack constructing the channels array.
25990           Make the element chain-based. DTS tracks can now be played.
25991           
25992 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
25993
25994         * gst-libs/gst/audio/multichannel.h:
25995         * gst-libs/gst/gconf/gconf.h:
25996         * gst-libs/gst/idct/idct.h:
25997         * gst-libs/gst/media-info/media-info-priv.h:
25998         * gst-libs/gst/play/play.h:
25999         * gst-libs/gst/resample/private.h:
26000         * gst-libs/gst/resample/resample.h:
26001         * gst-libs/gst/riff/riff-ids.h:
26002         * gst-libs/gst/video/video.h:
26003         * gst-libs/gst/video/videosink.h:
26004           Add G_BEGIN_DECLS and G_END_DECLS around headers where
26005           missing, so that they work when included from C++ code.
26006
26007 2005-02-09  David Schleef  <ds@schleef.org>
26008
26009         * testsuite/gst-lint: Check for non-statically scoped
26010           parent_class variables.  This won't be a problem once
26011           plugins are loaded with RTLD_LOCAL.
26012
26013 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26014
26015         * ext/mplex/gstmplexibitstream.cc:
26016           gcc madness.
26017
26018 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26019
26020         * ext/ogg/gstogmparse.c:
26021         * gst/debug/gstnavigationtest.c:
26022           Die, thou faulty symbol pollutors (non-static parent_class).
26023
26024 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26025
26026         * ext/mplex/gstmplexibitstream.cc:
26027           Fix event handling (#165525).
26028
26029 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26030
26031         * ext/mikmod/gstmikmod.c:
26032         * gst/modplug/gstmodplug.cc:
26033           Add missing endianness to template (fixes #165509).
26034
26035 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26036
26037         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
26038           Fix wrong order of reading of optional bytes (#165290).
26039
26040 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26041
26042         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26043           Implement FILLER event awareness.
26044
26045 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26046
26047         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
26048           Fix track calculations (#166208).
26049
26050 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
26051
26052         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26053
26054         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
26055         * ext/libpng/gstpngenc.c:
26056           Fix byte-order, use proper fixed caps. Fixes #164197.
26057
26058 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
26059
26060         * configure.ac:
26061           Add dvdlpcmdec 
26062
26063         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
26064         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
26065           Don't push buffers if the src pad isn't negotiated yet.
26066           
26067         * gst/audioconvert/gstaudioconvert.c:
26068         (gst_audio_convert_buffer_to_default_format),
26069         (gst_audio_convert_buffer_from_default_format):
26070           Add support for 24-bit width.
26071
26072         * gst/dvdlpcmdec/.cvsignore:
26073         * gst/dvdlpcmdec/Makefile.am:
26074         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
26075         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
26076         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
26077         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
26078         (plugin_init):
26079         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
26080           New decoder for rearranging DVD LPCM into our audio/x-raw-int
26081           format. Needs support for the channels maps if someone can find 
26082           a DVD LPCM track with > 2 channels.
26083
26084         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
26085         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
26086         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
26087         * gst/mpegstream/gstdvddemux.h:
26088         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
26089         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
26090         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
26091         * gst/mpegstream/gstmpegdemux.h:
26092         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
26093         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
26094         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
26095         (gst_mpeg_parse_handle_src_query),
26096         (gst_mpeg_parse_handle_src_event):
26097           Use audio/x-dvd-lpcm for LPCM output.
26098           Add DTS output.
26099
26100 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
26101
26102         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26103
26104         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
26105         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
26106           Add BGRA handling (#165736).
26107
26108 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
26109
26110         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26111
26112         * gst/law/alaw-decode.c: (alawdec_link):
26113         * gst/law/alaw-encode.c: (alawenc_link):
26114         * gst/law/mulaw-decode.c: (mulawdec_link):
26115         * gst/law/mulaw-encode.c: (mulawenc_link):
26116           Fix caps memleaks (#166600).
26117
26118 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
26119
26120         * ext/tarkin/mem.h:
26121         * ext/tarkin/wavelet.h:
26122         * ext/tarkin/yuv.h:
26123         * gst/ffmpegcolorspace/avcodec.h:
26124           Include "_stdint.h" instead of <stdint.h>. Fixes build on
26125           systems that don't have stdint.h, like Solaris9 (fixes #166631).
26126
26127 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26128
26129         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
26130         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
26131         (gst_xvimagesink_change_state):
26132           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
26133           Xv video (and thereby regenerate Xv colourkey) in clear() so
26134           that PLAY -> READY -> PLAY works (fixes #162504).
26135
26136 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26137
26138         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
26139           Switch to list instead of range, since MJPEG-devices really just
26140           support decimations, not any size.
26141
26142 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
26143         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
26144         (gst_mpeg2dec_reset), (free_all_buffers),
26145         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
26146         * ext/mpeg2dec/gstmpeg2dec.h:
26147           The libmpeg2 user-allocated buffer management is awkward, 
26148           to say the least. Hopefully this fixes things.
26149
26150 2005-02-04  Andy Wingo  <wingo@pobox.com>
26151
26152         * gst/audioconvert/bufferframesconvert.c
26153         (buffer_frames_convert_fixate): New function, fixates to 256
26154         frames per buffer by default. (Much better than 1.)
26155         (buffer_frames_convert_init): Set the fixate function for both src
26156         and sink pad.
26157         (buffer_frames_convert_link): After success setting nonfixed caps,
26158         get the negotiated caps so we can know how many buffer-frames it
26159         will be. No idea how this worked at all before.
26160
26161 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
26162
26163         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
26164         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
26165         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
26166         (handle_sequence), (handle_picture):
26167         * ext/mpeg2dec/gstmpeg2dec.h:
26168           Rearrange buffer tracking and refcounting and refactor
26169           a little for readability. 
26170
26171 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
26172         * sys/v4l/gstv4l.c: (plugin_init):
26173         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
26174         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
26175         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
26176         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
26177         * sys/v4l/gstv4ljpegsrc.h:
26178         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
26179         * sys/v4l/v4l_calls.h:
26180         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
26181         (gst_v4lsrc_get_fps):
26182         * sys/v4l/v4lsrc_calls.h:
26183           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
26184           you jpeg inside rgb frames" driver.
26185           Don't error in the v4lsrc link function, just return 
26186           REFUSED.
26187
26188 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26189
26190         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
26191         (gst_qcamsrc_open):
26192           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
26193
26194 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26195
26196         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
26197           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
26198
26199 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26200
26201         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
26202           Reset negotiated state on PAUSED->READY.
26203
26204 2005-02-02  David Schleef  <ds@schleef.org>
26205
26206         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
26207         whereever possible.  (Fixes #165997)
26208         * examples/capsfilter/capsfilter1.c: (main):
26209         * examples/dynparams/filter.c: (create_ui):
26210         * examples/seeking/cdparanoia.c: (get_track_info), (main):
26211         * examples/seeking/chained.c: (main):
26212         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
26213         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
26214         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
26215         (make_mpeg_pipeline), (make_mpegnt_pipeline):
26216         * examples/seeking/spider_seek.c: (make_spider_pipeline):
26217         * examples/switch/switcher.c: (main):
26218         * ext/dv/demo-play.c: (main):
26219         * ext/faad/gstfaad.c: (gst_faad_change_state):
26220         * ext/mad/gstmad.c: (gst_mad_chain):
26221         * ext/smoothwave/demo-osssrc.c: (main):
26222         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
26223         (gst_gconf_render_bin_from_description),
26224         (gst_gconf_get_default_audio_sink),
26225         (gst_gconf_get_default_video_sink),
26226         (gst_gconf_get_default_audio_src),
26227         (gst_gconf_get_default_video_src),
26228         (gst_gconf_get_default_visualization_element):
26229         * gst/level/demo.c: (main):
26230         * gst/level/plot.c: (main):
26231         * gst/playback/gstplaybin.c: (gen_video_element),
26232         (gen_audio_element):
26233         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
26234         * gst/playondemand/demo-mp3.c: (setup_pipeline):
26235         * gst/sine/demo-dparams.c: (main):
26236         * gst/spectrum/demo-osssrc.c: (main):
26237         * gst/speed/demo-mp3.c: (main):
26238         * gst/volume/demo.c: (main):
26239         * testsuite/embed/embed.c: (main):
26240
26241 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
26242
26243         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
26244         (gst_tcpclientsink_finalize):
26245         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
26246         (gst_tcpclientsrc_finalize):
26247         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
26248         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
26249         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
26250         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
26251           Don't leak the hostname when shutting down.
26252           In tcpserversrc, take a copy of the default hostname.
26253
26254 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26255
26256         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
26257           Set caps to systemstream=TRUE.
26258
26259 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26260
26261         * testsuite/Makefile.am:
26262           Fix more OSX buildbots.
26263
26264 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
26265
26266         * ext/mpeg2dec/gstmpeg2dec.c:
26267           Don't send things to NULL PAD_PEERs
26268
26269         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
26270           Copy-on-write the incoming buffer.
26271
26272         * gst/mpegstream/gstdvddemux.h:
26273         * gst/mpegstream/gstmpegclock.h:
26274         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
26275         (normal_seek), (gst_mpeg_demux_handle_src_event):
26276         * gst/mpegstream/gstmpegdemux.h:
26277         * gst/mpegstream/gstmpegpacketize.h:
26278         * gst/mpegstream/gstmpegparse.c:
26279         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
26280         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
26281         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
26282         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
26283         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
26284         * gst/mpegstream/gstmpegparse.h:
26285         * gst/mpegstream/gstrfc2250enc.h:
26286           Various changes to the way time is computed that make seeking and
26287           total time estimation much better here.
26288           Use G_BEGIN/END_DECLS instead of __cplusplus
26289
26290         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
26291           Use gst_buffer_stamp instead of only copying the TIMESTAMP
26292
26293 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26294
26295         * gst/subparse/gstsubparse.c:
26296           Fix OSX buildbot.
26297
26298 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
26299
26300         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
26301         (theora_enc_chain), (theora_enc_change_state):
26302         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
26303         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
26304         (gst_vorbisenc_change_state):
26305         * ext/vorbis/vorbisenc.h:
26306           Set granulepos and timestamp correctly for streams not
26307           starting at 0, taking into account the initial delay.
26308
26309 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
26310
26311         * gst/mpegstream/gstdvddemux.c:
26312           Add audio/x-dts to audio pad template caps
26313
26314 2005-01-30  David Schleef  <ds@schleef.org>
26315
26316         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
26317         (create_context), (gst_polypsink_link): Fix silly endianness
26318         bug.  Add some debugging.  Remove float from caps; it doesn't
26319         work.  Attempt to get remote audio working.
26320
26321 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26322
26323         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
26324           Add 3IV2 fourcc.
26325
26326 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26327
26328         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
26329         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
26330         (gst_avi_demux_stream_data):
26331         * gst/avi/gstavidemux.h:
26332           Invert DIB images. Fixes #132341.
26333
26334 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26335
26336         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26337         (gst_ffmpegcsp_chain):
26338           D'oh, reference the palette data, not the palette structure.
26339           Fixes color distortion in #132341.
26340
26341 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26342
26343         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
26344           PAR can be non-fixed when not provided as argument (#162626).
26345
26346 2005-01-29  David Moore  <dcm@acm.org>
26347
26348         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26349
26350         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26351         (gst_qtdemux_loop_header):
26352           Re-apply patch from #142272 that allows non-seekable sources,
26353           re-proposed by Daniel Drake <dsd@gentoo.org>.
26354
26355 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26356
26357         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
26358           Use the src template for creating the src pad (#162330).
26359
26360 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26361
26362         * configure.ac:
26363         * ext/musepack/Makefile.am:
26364         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
26365         (gst_musepackdec_init), (gst_musepackdec_dispose),
26366         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
26367         (gst_musepack_stream_init), (gst_musepackdec_loop),
26368         (gst_musepackdec_change_state):
26369         * ext/musepack/gstmusepackdec.cpp:
26370         * ext/musepack/gstmusepackdec.h:
26371         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
26372         (gst_musepack_reader_read), (gst_musepack_reader_seek),
26373         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
26374         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
26375         * ext/musepack/gstmusepackreader.cpp:
26376         * ext/musepack/gstmusepackreader.h:
26377           Update to 1.1 API (#165446).
26378
26379 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26380
26381         * ext/Makefile.am:
26382           Unbreak buildbot.
26383
26384 2005-01-28  Andy Wingo  <wingo@pobox.com>
26385
26386         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
26387         to reflect a different dubious internet source. Add a reference
26388         and some commentary.
26389
26390 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26391
26392         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
26393         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
26394         * gst/playback/gststreamselector.h:
26395           Be more selective when we're redoing caps negotiation from
26396           within the chain function on a stream change.
26397
26398 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26399
26400         * configure.ac:
26401         * ext/Makefile.am:
26402         * ext/amrnb/Makefile.am:
26403         * ext/amrnb/amrnb.c: (plugin_init):
26404         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
26405         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
26406         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
26407         (gst_amrnbdec_state_change):
26408         * ext/amrnb/amrnbdec.h:
26409         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
26410         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
26411         (gst_amrnbparse_init), (gst_amrnbparse_formats),
26412         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
26413         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
26414         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
26415         * ext/amrnb/amrnbparse.h:
26416           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
26417         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
26418           Add AMR-NB/-WB raw formats.
26419         * ext/alsa/gstalsa.c: (gst_alsa_link):
26420           Keep valid time when changing format.
26421         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26422         (qtdemux_parse_trak):
26423           Add some more format-specific options (#140141, #143555, #155163).
26424
26425 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26426
26427         * gst/matroska/matroska-demux.c:
26428         (gst_matroska_demux_parse_blockgroup):
26429           Fix logic error in timing of subtitle stream synchronization.
26430         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
26431           Add skip-chunk, which is found in kodak-camera streams.
26432
26433 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26434
26435         * po/LINGUAS:
26436         * po/vi.po:
26437           Adding Vietnamese translation (submitted by Clytie Siddall)
26438
26439 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26440
26441         * gst/playback/gstdecodebin.c: (try_to_link_1):
26442           Use realpad for signal.
26443
26444 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26445
26446         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
26447           Fix category so decodebin picks it up.
26448
26449 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26450
26451         * ext/mad/Makefile.am:
26452         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
26453         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
26454         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
26455         (found_type), (gst_id3demux_bin_change_state):
26456         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
26457         (gst_id3_tag_init), (gst_id3_tag_handle_event),
26458         (gst_id3_tag_src_link), (gst_id3_tag_chain),
26459         (gst_id3_tag_change_state), (plugin_init):
26460         * ext/mad/gstmad.h:
26461           Add id3demuxbin (which is a simple bin consisting of id3demux
26462           and typefind), take over rank from id3demux, remove typefind
26463           code from id3demux. Makes all broken mp3s that I know of work,
26464           and thereby fixes #152688.
26465
26466 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
26467
26468         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26469
26470         * ext/mad/gstmad.c: (gst_mad_src_event):
26471         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
26472           Allow seeks on audio pad, make mad forward those (#164826).
26473         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26474           Set duration (#165335).
26475
26476 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26477
26478         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
26479         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
26480         (gst_asf_demux_process_ext_content_desc),
26481         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
26482         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
26483         * gst/asfdemux/gstasfdemux.h:
26484           Improve metadata display, e.g. if the metadata comes before the
26485           streams are loaded (which is perfectly valid).
26486
26487 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26488
26489         * tools/gst-launch-ext-m.m:
26490           Fix AVI/ASF pipelines (#165340).
26491
26492 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
26493         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
26494         build failure on amd64
26495
26496 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
26497
26498         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
26499         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
26500           Check environment variables GST_ID3V2_TAG_ENCODING,
26501           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26502           list of character encodings to force interpretation of non-unicode
26503           strings stored in an ID3v2 tag to a particular encoding. If none
26504           is specified, try to use current locale's encoding, then fall back
26505           to ISO-8859-1 (which will always succeed). (Resolves #149274)
26506         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
26507         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
26508           Check environment variables GST_ID3V1_TAG_ENCODING,
26509           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26510           list of character encodings to use in case a string encountered
26511           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
26512           specified, try to use the current locale's encoding, then fall
26513           back to ISO-8859-1 (which will always succeed).
26514
26515 2005-01-25  Benjamin Otte  <otte@gnome.org>
26516
26517         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
26518           - on half framerate, compute the rate in advance so the comparisons
26519             don't compare wrong values
26520           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
26521             behaviour
26522           - don't use mad_header_decode anymore, mad_frame_decode does that
26523             automatically
26524           - when getting rid of consumed bytes, reset the stream's skiplen
26525           (fixes #163867)
26526
26527 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
26528
26529         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
26530           Use 1/2 a second for default max_discont, as PES streams from DVB
26531           seem to have larger spacings in the SCR. 
26532           Fix a typo.
26533
26534 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26535
26536         * gst/playback/gstplaybasebin.c: (group_commit):
26537           Notify delayed stream-info availability.
26538
26539 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
26540         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
26541         (gst_a52dec_handle_event), (gst_a52dec_chain):
26542         Add some debug output. Check that a discont has a valid
26543         time associated.
26544         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
26545         (gst_alsa_sink_loop):
26546         Ignore TAG events. A little extra debug for broken timestamps.
26547         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
26548         (dvdnavsrc_change_state):
26549         Ensure we send a discont to engage the link before we send any
26550         other events.
26551         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
26552         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
26553         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
26554         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
26555         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
26556         dvd://title works in totem because typefinding sends a seek that ends
26557         up going back to chapter 1 regardless.
26558         * ext/mpeg2dec/gstmpeg2dec.c:
26559         * ext/mpeg2dec/gstmpeg2dec.h:
26560         Output correct timestamps and handle disconts.
26561         * ext/ogg/gstoggdemux.c: (get_relative):
26562         Small guard against a null dereference.
26563         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
26564         (gst_textoverlay_set_property):
26565         Free memory when done. Don't call gst_event_filler_get_duration on
26566         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
26567         g_warning.
26568         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
26569         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
26570         (gst_sw_srclink), (gst_smoothwave_chain):
26571         Draw solid lines, prettier colours.
26572         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
26573         Add a default palette that'll work for some movies.
26574         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
26575         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
26576         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
26577         * gst/mpegstream/gstdvddemux.h:
26578         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
26579         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
26580         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
26581         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
26582         * gst/mpegstream/gstmpegparse.h:
26583         Use PTM/NAV events when for timestamp adjustment when connected to 
26584         dvdnavsrc. Don't use many discont events where one suffices.
26585         * gst/playback/gstplaybasebin.c: (group_destroy),
26586         (gen_preroll_element), (gst_play_base_bin_add_element):
26587         * gst/playback/gstplaybasebin.h:
26588         Make sure we remove subtitles from the same bin we put them in.
26589         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
26590         (gst_subparse_buffer_format_autodetect),
26591         (gst_subparse_change_state):
26592         Fix some memleaks and invalid accesses.
26593         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
26594         (oggskel_type_find), (cmml_type_find), (plugin_init):
26595         Some typefind functions for Annodex v3.0 files
26596         * gst/wavparse/gstwavparse.h:
26597         GstRiffReadClass is the correct parent class.
26598
26599 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26600
26601         * gst-libs/gst/riff/riff-media.c:
26602         (gst_riff_create_video_caps_with_data):
26603           Add extradata to huffyuv (fixes #165013).
26604         * gst-libs/gst/riff/riff-read.c:
26605         (gst_riff_read_strf_vids_with_data):
26606           Fix extradata extraction if it is in the chunk size.
26607
26608 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
26609
26610         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26611
26612         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
26613         (gst_quarktv_change_state), (gst_quarktv_dispose):
26614           Memory free'ing location fix (#164708).
26615
26616 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26617
26618         * gst/playback/gstplaybasebin.c: (group_commit),
26619         (gen_preroll_element), (probe_triggered), (gen_source_element),
26620         (setup_source), (gst_play_base_bin_change_state),
26621         (gst_play_base_bin_add_element):
26622           Don't block for streams.
26623         * gst/playback/gststreaminfo.c: (stream_info_change_state),
26624         (gst_stream_info_set_mute):
26625           Use gst_pad_set_active_recursive.
26626
26627 2005-01-25  Andy Wingo  <wingo@pobox.com>
26628
26629         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
26630         for #ifndef HAVE_XVIDEO.
26631
26632 2005-01-24  Jeffrey C. Ollie
26633
26634         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
26635
26636         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
26637         * ext/gsm/gstgsmdec.h:
26638         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
26639         * ext/gsm/gstgsmenc.h:
26640         Fix rate to 8kHz as per spec, removes obscure errors when no rate
26641         was given by property. Add proper buffer timestamps and offsets.
26642
26643 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26644
26645         * gst-libs/gst/riff/riff-media.c:
26646         (gst_riff_create_audio_caps_with_data):
26647           Audio can be <8000Hz.
26648
26649 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26650
26651         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
26652           Explicit state change to workaround refcount bugs.
26653
26654 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26655
26656         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
26657         (gst_avimux_riff_get_avi_header):
26658           Fix...
26659
26660 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26661
26662         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
26663         (gst_riff_read_element_data):
26664         * gst-libs/gst/riff/riff-read.h:
26665           Add _peek version (req'ed in CDXA).
26666         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
26667         (gst_cdxaparse_loop):
26668           Fix parsing in playbin.
26669         * gst/playback/gstdecodebin.c: (close_pad_link):
26670           Ignore current_ pads, they cause major annoyance.
26671
26672 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26673
26674         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
26675           Safety guard.
26676
26677 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26678
26679         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
26680           Fix padding...
26681
26682 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26683
26684         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
26685           Allow for 0-sized buffers. Fixes length query problems in
26686           starwars.mkv from the testsuite.
26687
26688 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
26689
26690         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
26691         (gst_video_box_i420), (gst_video_box_chain):
26692           Fix row strides for I420 (fixes #163159)
26693           
26694 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26695
26696         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
26697           MPEG2 has a useful rate property, so we can actually use that.
26698           For MPEG-1, continue using the bytes/time properties.
26699
26700 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26701
26702         * gst-libs/gst/riff/riff-media.c:
26703         (gst_riff_create_video_caps_with_data),
26704         (gst_riff_create_video_template_caps):
26705           Add intel-h263.
26706
26707 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26708
26709         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
26710           Fail if caps negotiation fails. Should fix #162184, and should
26711           definately be in there regardless of it fixing the actual bug.
26712         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
26713         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
26714         (gst_avimux_riff_get_avix_header),
26715         (gst_avimux_riff_get_video_header),
26716         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
26717         (gst_avimux_start_file), (gst_avimux_handle_event),
26718         (gst_avimux_change_state):
26719         * gst/avi/gstavimux.h:
26720           Refactor structure writing to use GST_WRITE_UINT macros, add
26721           metadata writing support.
26722
26723 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26724
26725         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
26726           Elements may already be destroyed when this function is called.
26727
26728 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26729
26730         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26731         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
26732           More memory leak fixes (#149162).
26733
26734 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26735
26736         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26737         (gst_qtdemux_add_stream):
26738           Fix two memleaks.
26739
26740 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26741
26742         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
26743           Argh...
26744
26745 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26746
26747         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
26748           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
26749           when fixating to six channels in Totem.
26750
26751 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26752
26753         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
26754           Fix compile warnings on Solaris 10 buildbot
26755
26756 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26757
26758         * ext/dvdread/dvdreadsrc.c: (_read):
26759           Don't read beyond the last cell in a chapter (fixes 
26760           invalid memory access)
26761
26762 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26763
26764         * ext/dvdread/stream_labels.c:
26765         (dvdreadsrc_get_audio_stream_labels):
26766           Use NULL for an empty GList instead of g_list_alloc(); fix 
26767           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
26768           of GString (easier to bulk free later)
26769
26770 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
26771
26772         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26773
26774         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26775         (gst_ffmpeg_pixfmt_to_caps):
26776           Fix BGRA32 caps (#164209).
26777
26778 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
26779
26780         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26781
26782         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26783         (gst_ffmpeg_caps_to_pixfmt):
26784           alpha_mask can be RGBA/ABGR. Fixes #164265.
26785
26786 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
26787
26788         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26789
26790         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
26791         (gst_mpeg2dec_alloc_buffer):
26792         * ext/mpeg2dec/gstmpeg2dec.h:
26793           Crop if decoding size is not the actual image size (#163676).
26794
26795 2005-01-17  Steve Baker  <steve@stevebaker.org>
26796
26797         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26798
26799         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
26800         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
26801           Add libsndfile typefind functions (#163309).
26802
26803 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26804
26805         * tools/gst-launch-ext-m.m:
26806           Add .aac, fix .m1v/.m2v (#163891).
26807
26808 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26809
26810         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
26811           Sanity check, don't wait endlessly since the clock might not
26812           actually run at this point (which is a deadlock). Fixes #164069.
26813
26814 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26815
26816         * gst/playback/gstplaybasebin.c: (probe_triggered):
26817           Of course, only pause if group is done...
26818
26819 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26820
26821         * gst/playback/gstplaybasebin.c: (probe_triggered):
26822           Thread safety.
26823
26824 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
26825
26826         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
26827           Don't return state change success when the parent
26828           failed.
26829
26830 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26831
26832         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
26833           Free events (fix memleak in #162905).
26834
26835 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
26836
26837         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26838
26839         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26840         (gst_ffmpeg_caps_to_pixfmt):
26841           Fix for depth = 15. Fixes #161675.
26842
26843 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26844
26845         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
26846           Set FPS correctly, even for webcams and the like.
26847         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
26848           Don error on setting while capturing.
26849
26850 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26851
26852         * ext/dv/gstdvdec.c:
26853         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
26854         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
26855           I'm a bad boy. using /1001. to force C to do float division
26856           and not integer division (as it did in my last commit)
26857           Thanks to David I. Lehn for pointing this mistake.
26858
26859 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26860
26861         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
26862           Revert Johan's 1.35->1.36 since it breaks compat.
26863
26864 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26865
26866         * ext/dv/gstdvdec.c:
26867         * ext/libfame/gstlibfame.c:
26868         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
26869         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
26870           replace framerate aproximations by their real value
26871           (24000/1001, 30000/1001, 60000/1001)
26872           Finish fixing bug #164049
26873
26874 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26875
26876         * ext/ogg/gstoggmux.c:
26877           eos/bos debugging
26878         * gst/tcp/gstmultifdsink.c:
26879         * gst/tcp/gstmultifdsink.h:
26880         * gst/tcp/gsttcp.c:
26881         * gst/tcp/gsttcp.h:
26882         * gst/tcp/gsttcpclientsink.c:
26883         * gst/tcp/gsttcpclientsrc.c:
26884         * gst/tcp/gsttcpserversink.c:
26885         * gst/tcp/gsttcpserversrc.c:
26886           improve reusability of elements after state changes and errors
26887           make multifdsink throw away streamheaders when receiving new ones
26888
26889 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26890
26891         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
26892           Fix for if items are already in list...
26893
26894 2005-01-12  Benjamin Otte  <otte@gnome.org>
26895
26896         * gst/adder/gstadder.c: (gst_adder_loop):
26897           fix adder a bit so it doesn't screw up with events as much anymore
26898
26899 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
26900
26901         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
26902         (pixbufscale_scale), (gst_pixbufscale_chain):
26903         * ext/gdk_pixbuf/pixbufscale.h:
26904           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
26905           to ensure rowstrides are calculated the same way as 
26906           ffmpegcolorspace
26907           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
26908           that we pick up duration and offset also.
26909
26910 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26911
26912         * gst/avi/gstavimux.c: (gst_avimux_class_init),
26913         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
26914           Reusability fixes.
26915
26916 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26917
26918         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
26919         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
26920         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
26921         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
26922           Update flags when requested.
26923
26924 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26925
26926         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
26927           Fix dmix.
26928
26929 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26930
26931         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
26932         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
26933         (probe_triggered), (new_decoded_pad), (gen_source_element),
26934         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
26935         * gst/playback/gstplaybasebin.h:
26936         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
26937         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
26938         (gst_play_bin_change_state):
26939           Implement group-switch signal for use in apps to clear metadata
26940           cache, clean up subtitle, add suburi property instead of # hack,
26941           some error-out fixes.
26942
26943 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26944
26945         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
26946           Debug.
26947         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
26948           If we got a state change in the _get handler, don't return success.
26949
26950 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26951
26952         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
26953         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
26954           Make jpegdec quiet on MJPEG decoding
26955         * gst/asfdemux/README:
26956           Fix mimetypes for MJPEG and H263
26957
26958 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26959
26960         * ext/theora/theoradec.c: (theora_dec_chain):
26961           Fix broken code generation by gcc by swapping arguments.
26962         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
26963           Fix \n in debug.
26964
26965 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26966
26967         * TODO:
26968           delete this file, it is by far outdated
26969         * ext/alsa/gstalsa.1: remove
26970         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
26971         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
26972         (gst_alsa_get_caps):
26973           Add HW probing for supported sample rates. Fixes #161704
26974
26975 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26976
26977         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26978           Don't crash, biatch! :).
26979
26980 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26981
26982         * ext/musepack/gstmusepackreader.cpp:
26983         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
26984           Some work on tags - still doesn't work in playbin...
26985         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26986           Handle events...
26987
26988 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26989
26990         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
26991           Also shove tags on kid pads.
26992
26993 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26994
26995         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
26996           Don't bail on unknown events.
26997         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26998           Don't crash on events before negotiation.
26999         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
27000           Send tags on pads, too.
27001         * gst/playback/gststreamselector.c:
27002         (gst_stream_selector_request_new_pad):
27003           Forward events on first pad if no input was selected yet.
27004
27005 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27006
27007         * gst/playback/gstplaybasebin.c: (setup_substreams):
27008           Don't disable streamtype if the stream doesn't exist, since
27009           then playing a video after audio will disable both and nothing
27010           will happen. Fixes the testsuite.
27011
27012 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27013
27014         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
27015         (gst_v4l_xoverlay_set_xwindow_id):
27016         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
27017         (gst_v4l2_xoverlay_set_xwindow_id):
27018           Add debug categories, fix overlay disabling.
27019
27020 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27021
27022         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
27023         * ext/alsa/gstalsa.h:
27024           Add HW probing for period_count/size and buffer_size MIX/MAX
27025           Adjust default/user defined value if out of bounds
27026           Should fix bug #162024
27027
27028 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27029
27030         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
27031           Fix warning (#161191).
27032
27033 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27034
27035         * ext/dvdread/stream_labels.c:
27036         (dvdreadsrc_get_audio_stream_labels):
27037           Fix warning (init the good variable in switch default)
27038
27039 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
27040
27041         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27042
27043         * gst/tta/gstttaparse.c: (gst_tta_src_event):
27044           Fix gcc-2.95 compile (#163485).
27045
27046 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27047
27048         * configure.ac:
27049         * ext/flac/gstflacenc.c: (gst_flacenc_init),
27050         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
27051         (gst_flacenc_tell_callback), (gst_flacenc_chain),
27052         (gst_flacenc_change_state):
27053         * ext/flac/gstflacenc.h:
27054           Update for API change in flac-1.1.1. Update requirement in
27055           configure.ac. Fixes #162974.
27056
27057 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27058
27059         * gst/playback/gstplaybasebin.c: (group_destroy):
27060           Remove hack to get rid of assert and get rid of unlinked
27061           signals properly.
27062
27063 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27064
27065         * gst/playback/gstplaybasebin.c: (setup_source):
27066           Set source to NULL so that resources are free'ed. Fixes issues
27067           with playback of CDDA and similar device-accessing things.
27068
27069 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27070
27071         * testsuite/embed/Makefile.am:
27072           test->noinst, fix make test in buildbot.
27073
27074 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27075
27076         * ext/dvdread/stream_labels.c: new file
27077         * ext/dvdread/stream_labels.h: new file
27078         * ext/dvdread/Makefile.am:
27079         * ext/dvdread/dvdreadsrc.c: (_seek_title):
27080           Extract audio stream label from DVD IFO files.
27081           It only dump them on the console for now, still have to
27082           make playbin aware of them.
27083
27084 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27085
27086         * gst/playback/gstplaybasebin.c: (setup_source):
27087           Fix hanging subs.
27088
27089 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27090
27091         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
27092         (gen_preroll_element), (remove_groups), (setup_subtitle),
27093         (gen_source_element), (setup_source):
27094         * gst/playback/gstplaybasebin.h:
27095           Multiple .sub files is just a stupid idea... Fix some threading
27096           mistakes. Interestingly, external .sub files cause playbin to
27097           hang, I don't know why... Parsing fixes contributed by Fran??ois
27098           Kooman <fkooman@tuxed.net>.
27099
27100 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27101
27102         * testsuite/embed/Makefile.am:
27103           Fix buildbot.
27104
27105 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
27106
27107         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27108
27109         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
27110         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
27111         (gst_pngenc_set_property):
27112         * ext/libpng/gstpngenc.h:
27113           Add compression level property (#163323).
27114
27115 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27116
27117         * configure.ac:
27118         * examples/capsfilter/capsfilter1.c: (main):
27119         * examples/seeking/spider_seek.c: (make_spider_pipeline):
27120         * ext/dvdread/Makefile.am:
27121         * ext/dvdread/demo-play:
27122         * ext/dvdread/demo-play.c:
27123         * gconf/gstreamer.schemas.in:
27124         * gst-libs/gst/gconf/gconf.c:
27125         * sys/v4l/TODO:
27126         * testsuite/Makefile.am:
27127         * testsuite/embed/Makefile.am:
27128         * testsuite/embed/embed.c: (cb_expose), (main):
27129           Remove all references to xvideosink, fix examples (#140845).
27130         * gst/playback/gstplaybasebin.c: (group_destroy):
27131           Apparently, disposal does not unlink - so do explicitely.
27132         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
27133           Add debug.
27134
27135 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
27136
27137         * README: fix PKG_CONFIG_PATH instructions, what was there
27138         previously was breaking default search path, not nice. 
27139         Fixes #163358
27140
27141 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27142
27143         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
27144         (gst_audioscale_chain):
27145           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
27146           when resampling - how the ^@$^!@^! is this possible?!?
27147
27148 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27149
27150         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
27151           Reset variables on READY.
27152         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
27153         (gst_matroska_mux_loop):
27154           Require data before writing header.
27155
27156 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
27157
27158         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27159
27160         * ext/mad/gstmad.c: (gst_mad_chain):
27161           Don't call mad_stream_sync() directly after recovering sync.
27162           Fixes #151661.
27163
27164 2005-01-09  Martin Eikermann  <meiker@upb.de>
27165
27166         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27167
27168         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
27169         (snapshot_handler), (gst_snapshot_sinkconnect),
27170         (gst_snapshot_chain):
27171           Allocate resources when required, fix recursive signal emission
27172           and fix caps. Fixes #161667.
27173
27174 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
27175
27176         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27177
27178         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
27179         (gst_pngdec_chain):
27180           Handle only 8-bppc (bits-per-pixel-component) images, better
27181           error handling and correct strides. Fixes #163177.
27182         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
27183         (gst_pngenc_chain):
27184           Better error handling. Fixes #163348.
27185
27186 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27187
27188         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
27189         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
27190         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
27191         (dvdnavsrc_uri_handler_init):
27192           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
27193         * gst/playback/gstplaybasebin.c: (gen_source_element):
27194           Add MMS to streaming URIs.
27195
27196 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27197
27198         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
27199         * sys/xvimage/xvimagesink.c:
27200         (gst_xvimagesink_navigation_send_event):
27201           Check for pad availability before sending event.
27202
27203 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27204
27205         * gst-plugins.spec.in:
27206           Add subparse.
27207
27208 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27209
27210         * configure.ac:
27211           Since we use functions from CVS, up requirement.
27212
27213 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27214
27215         * gst/playback/Makefile.am:
27216         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27217         (group_destroy), (group_commit), (group_is_muted),
27218         (gen_preroll_element), (add_stream), (unknown_type),
27219         (probe_triggered), (preroll_unlinked), (mute_stream),
27220         (silence_stream), (new_decoded_pad), (setup_substreams),
27221         (setup_source), (get_active_source), (mute_group_type),
27222         (muted_group_change_state), (set_active_source),
27223         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
27224         (play_base_eos), (gst_play_base_bin_change_state):
27225         * gst/playback/gstplaybasebin.h:
27226         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
27227         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
27228         (gst_stream_info_dispose), (stream_info_mute_pad),
27229         (stream_info_change_state), (gst_stream_info_set_mute):
27230         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
27231         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
27232         (gst_stream_selector_init), (gst_stream_selector_dispose),
27233         (gst_stream_selector_get_linked_pad),
27234         (gst_stream_selector_get_caps), (gst_stream_selector_link),
27235         (gst_stream_selector_get_linked_pads),
27236         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
27237         * gst/playback/gststreamselector.h:
27238           Adding stream selection support plus required properties for
27239           applications to use this. Fully fixes #100931.
27240
27241 2005-01-08  Benjamin Otte  <otte@gnome.org>
27242
27243         * gst/games/gstpuzzle.c: (nav_event_handler):
27244           - handle nav events differently: forward every event no matter if it
27245             was handled or not.
27246           - translate events
27247           You can now cheat by using navigationtest ! puzzle and moving the
27248           mouse close to the edge of a tile. ;)
27249
27250 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27251
27252         * configure.ac:
27253         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
27254         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
27255         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
27256         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
27257         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
27258         (gst_ogm_parse_plugin_init):
27259         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
27260         (gst_textoverlay_link), (gst_textoverlay_getcaps),
27261         (gst_textoverlay_event), (gst_textoverlay_video_chain),
27262         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
27263         * ext/pango/gsttextoverlay.h:
27264         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
27265         (gst_matroska_demux_handle_seek_event),
27266         (gst_matroska_demux_sync_streams),
27267         (gst_matroska_demux_parse_blockgroup),
27268         (gst_matroska_demux_subtitle_caps),
27269         (gst_matroska_demux_plugin_init):
27270         * gst/matroska/matroska-ids.h:
27271         * gst/playback/gstdecodebin.c: (close_pad_link):
27272         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
27273         (gen_preroll_element), (remove_groups), (add_stream),
27274         (new_decoded_pad), (setup_subtitles), (gen_source_element),
27275         (setup_source):
27276         * gst/playback/gstplaybasebin.h:
27277         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
27278         * gst/subparse/Makefile.am:
27279         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
27280         (gst_subparse_base_init), (gst_subparse_class_init),
27281         (gst_subparse_init), (gst_subparse_formats),
27282         (gst_subparse_eventmask), (gst_subparse_event),
27283         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
27284         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
27285         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
27286         (parse_mpsub_deinit), (parse_mpsub_init),
27287         (gst_subparse_buffer_format_autodetect),
27288         (gst_subparse_format_autodetect), (gst_subparse_loop),
27289         (gst_subparse_change_state), (gst_subparse_type_find),
27290         (plugin_init):
27291         * gst/subparse/gstsubparse.h:
27292         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
27293         (plugin_init):
27294           Add subtitle support, .sub parser (supports SRT and MPsub),
27295           OGM text support, Matroska UTF-8 text support, deadlock fixes
27296           all over the place, subtitle awareness in decodebin/playbin
27297           and some fixes to textoverlay to handle subtitles in a stream
27298           correctly. Fixes #100931.
27299
27300 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27301
27302         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
27303           Check for pad availability before doing a query on it.
27304
27305 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27306
27307         * ext/dv/gstdvdec.c:
27308           really fix bpp24/32 dvdec caps (classic rgba indeed)
27309         * gst/asfdemux/gstasfdemux.c:
27310         (gst_asf_demux_process_ext_content_desc):
27311           don't send text tags if they are empty (bis repetita)
27312
27313 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27314
27315         * ext/dv/gstdvdec.c:
27316          remove unneeded comment from dvdec
27317           (related to DV 4CC codes in AVI files)
27318           moved them in gstreamer/docs/random/mimetypes
27319         * gst/asfdemux/gstasfdemux.c:
27320         (gst_asf_demux_process_ext_content_desc):
27321          don't send text tags if they are empty
27322          fix mem leak on error path
27323         * gst/ffmpegcolorspace/avcodec.h:
27324         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27325         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
27326         (gst_ffmpegcsp_avpicture_fill):
27327         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
27328         * gst/ffmpegcolorspace/imgconvert_template.h:
27329          adds BGR32 and BGRA32 to ffmpegcolorspace
27330           (still bad colors, fixing it on next commit)
27331           helps with dvdec outputing BGR32
27332
27333 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27334
27335         * ext/dv/gstdvdec.c:
27336          Fix audio caps i just broke (missing ',')
27337         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
27338         (gst_matroska_mux_reset):
27339          Fix typo + add FIXME about old "x-gst-metadata" crap
27340
27341 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27342
27343         * ext/dv/demo-play.c: (main):
27344          xvideosink -> xvimagesink
27345         * ext/dv/gstdvdec.c:
27346          change rgb 32/32 caps to 24/32 (no alpha)
27347          change nb of channels to be a list (2 or 4, not 2)
27348          change sample rate to be a list (32, 44.1, 48 kHz) not a range
27349         * gst/asfdemux/gstasfdemux.c:
27350         (gst_asf_demux_process_ext_content_desc):
27351          Add 'date/year' to extracted metadata list
27352
27353 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27354
27355         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
27356           The return value of fixate_to does not imply that the requested
27357           value was set, so don't assume.
27358
27359 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
27360
27361         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27362
27363         * ext/libpng/gstpngdec.c:
27364         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
27365         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
27366         * ext/libpng/gstpngenc.h:
27367           Alpha support (encoder; #163161), mime fixage.
27368
27369 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
27370
27371         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27372
27373         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
27374         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
27375         (gst_faac_set_property), (gst_faac_get_property):
27376         * ext/faac/gstfaac.h:
27377           Allow for ADTS output (#153434).
27378
27379 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27380
27381         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
27382           Fix against template (#150576).
27383
27384 2005-01-06  Benjamin Otte  <otte@gnome.org>
27385
27386         * gst/games/gstpuzzle.c: (draw_puzzle):
27387           don't draw a puzzle if either width or height of tiles would be 0.
27388
27389 2005-01-06  Benjamin Otte  <otte@gnome.org>
27390
27391         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
27392         (gst_puzzle_class_init), (gst_puzzle_finalize):
27393           no memleaks, please
27394         (gst_puzzle_create), (gst_puzzle_init),
27395         (gst_puzzle_set_property), (gst_puzzle_setup):
27396           change initialization code around so we don't reshuffle on resize
27397         (draw_puzzle):
27398           fix another stupid typo
27399
27400 2005-01-06  Benjamin Otte  <otte@gnome.org>
27401
27402         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
27403           fix stupid typo that borked copying on YUY2
27404
27405 2005-01-06  Benjamin Otte  <otte@gnome.org>
27406
27407         * gst/games/gstpuzzle.c: (draw_puzzle):
27408           fix edges when image sizes aren't multiples of tile sizes
27409
27410 2005-01-06  Benjamin Otte  <otte@gnome.org>
27411
27412         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
27413           make RGB endianness work correctly
27414         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
27415           refactor and fix race with initial shuffling
27416         (nav_event_handler):
27417           allow using the mouse to puzzle
27418         (draw_puzzle):
27419           insist on tiles having width and height as multiples of 4 to get
27420           clean YUV image handling
27421         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
27422         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
27423           s/DEBUG/LOG/ for common messages
27424         (gst_xvimagesink_navigation_send_event):
27425           fix mouse event translation to not include screen PAR
27426         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
27427           fix mouse event translation to actually work
27428
27429 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27430
27431         * gst/asfdemux/gstasfdemux.c:
27432         (gst_asf_demux_process_ext_content_desc):
27433          Extract TrackNumber metadata + clean up code
27434         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
27435          Hope this is the good fix (var used unitialised)
27436
27437 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27438
27439         * ext/faad/gstfaad.c: (gst_faad_chain):
27440           Only increment timestamp if it's valid. Fixes raw AAC streams.
27441
27442 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27443
27444         * configure.ac:
27445         * gst/games/Makefile.am:
27446         * gst/games/gstpuzzle.c:
27447           add a puzzle game with...
27448         * gst/games/gstvideoimage.c:
27449         * gst/games/gstvideoimage.h:
27450           ... full colorspace support (that includes YUV9 and RGB16)) stolen
27451           from videotestsrc and made into something that would be a nice
27452           library for a lot of other plugins.
27453
27454 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27455
27456         * configure.ac:
27457          don't compile faad plugin if a RC of 2.0 is found
27458          Fixes #155346 (and FC1 buildbot)
27459         * gst/asfdemux/gstasfdemux.c:
27460         (gst_asf_demux_process_ext_content_desc):
27461          try to make Solaris compiler happier
27462
27463 2005-01-06  Paul Jack  <pjack@sfaf.org>
27464
27465         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27466
27467         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
27468           Fix segfault (#161667).
27469
27470 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27471
27472         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
27473           Fix framerate reporting.
27474
27475 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27476
27477         * gst-libs/gst/riff/riff-ids.h:
27478         * gst/wavenc/riff.h:
27479          Add AMR (VBR and CBR) ids to riff.h audio codec list
27480         * gst/asfdemux/gstasfdemux.c:
27481         (gst_asf_demux_process_ext_content_desc),
27482         (gst_asf_demux_process_object):
27483           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
27484
27485 2005-01-05  Martin Eikermann  <meiker@upb.de>
27486
27487         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27488
27489         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
27490         (gst_dvd_demux_handle_discont):
27491         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
27492         (gst_mpeg_demux_handle_discont):
27493           Recreate pads on new-media (#160730).
27494         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
27495           Send discont even if manager changes timestamps (#161929).
27496
27497 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
27498
27499         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27500
27501         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
27502           Fix invalid memory access (#159211).
27503
27504 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27505
27506         * examples/gstplay/player.c: (main):
27507           Don't iterate.
27508         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
27509           Add visualizations.
27510         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
27511         (gst_a52dec_handle_frame):
27512           Set duration.
27513         * ext/dvdnav/gst-dvd:
27514           Add audioconvert. Fixes #161325.
27515         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
27516           Explicitely case to gint64. Possible valgrind error.
27517         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
27518         (gst_play_tick_callback), (gst_play_change_state),
27519         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
27520         (gst_play_set_location), (gst_play_get_location),
27521         (gst_play_seek_to_time), (gst_play_set_data_src),
27522         (gst_play_set_video_sink), (gst_play_set_audio_sink),
27523         (gst_play_set_visualization), (gst_play_connect_visualization),
27524         (gst_play_get_framerate), (gst_play_get_all_by_interface),
27525         (gst_play_new):
27526           Use playbin. Fixes #139749 and #147744.
27527         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
27528           Add genre tag.
27529         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
27530         (audioscale_get_type), (gst_audioscale_base_init),
27531         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
27532         (gst_audioscale_getcaps), (gst_audioscale_fixate),
27533         (gst_audioscale_link), (gst_audioscale_get_buffer),
27534         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
27535         (gst_audioscale_init), (gst_audioscale_dispose),
27536         (gst_audioscale_chain), (gst_audioscale_set_property),
27537         (gst_audioscale_get_property), (plugin_init):
27538           Indent properly.
27539         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
27540           Fix LPCM.
27541         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
27542         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
27543         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
27544           Add more metadata (fixes #162656).
27545
27546 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27547
27548         * configure.ac:
27549           back to cvs
27550
27551 === release 0.8.7 ===
27552
27553 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27554
27555         * NEWS:
27556         * RELEASE:
27557         * configure.ac:
27558           releasing 0.8.7, "Hyperspace"
27559
27560 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27561
27562         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
27563
27564         * gst/playback/gstplaybasebin.c:
27565          Fix for #162924 - free caps after use, not before
27566
27567 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
27568
27569         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27570
27571         * gst/playback/gstplaybasebin.c:
27572         * gst/wavparse/gstwavparse.c:
27573           Fix for #154773 - fixes playback of small .wav files
27574
27575 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
27576
27577         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27578
27579         * gst/audioscale/gstaudioscale.c:
27580           Fix for #162819 - make audioscale reusable
27581           Fixes playback of more than one file with playbin/totem
27582
27583 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27584
27585         * gst/ffmpegcolorspace/avcodec.h:
27586         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27587         * gst/ffmpegcolorspace/imgconvert.c:
27588           clean up the mess that made me cry and avoid needless duplication
27589
27590 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27591
27592         * gst/ffmpegcolorspace/imgconvert.c:
27593           give some indication of why we're segfaulting
27594
27595 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27596
27597         * configure.ac:
27598           Fix indentation, fix v4l2 plugin detection.
27599         * ext/Makefile.am:
27600           Fix libmms location (Maciej, use diff -u!).
27601         * ext/alsa/gstalsa.c: (gst_alsa_init):
27602           Initialize caps cache to NULL.
27603         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
27604           Only change state on audiosink if it exists.
27605
27606 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
27607
27608         * gst/matroska/matroska-demux.c:
27609         * gst/matroska/matroska-ids.h:
27610         * gst/matroska/matroska-demux.h:
27611         Fix Vorbis streams failing to decode in some files, where cluster_time
27612         isn't 0, because then it doesn't send codec_priv before actual data.
27613         Remove time-based test and replace it with marker set on beginning of
27614         new stream
27615
27616 2004-12-28  David Schleef  <ds@schleef.org>
27617
27618         Merge patch from Ronald fixing problems with streaming
27619         text.
27620         * ext/cairo/gstcairo.c: (plugin_init):
27621         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
27622         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
27623         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
27624         (gst_textoverlay_font_init), (gst_textoverlay_init),
27625         (gst_textoverlay_set_property):
27626         * ext/cairo/gsttextoverlay.h:
27627
27628 2004-12-27  David Schleef  <ds@schleef.org>
27629
27630         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
27631         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
27632         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
27633         (gst_textoverlay_font_init), (gst_textoverlay_init),
27634         (gst_textoverlay_set_property): Improvements to actually
27635         render text as white on black outline on video, including
27636         font selection and horizontal/vertical alignment.  (Ronald's
27637         christmas present)
27638         * ext/cairo/gsttextoverlay.h:
27639
27640 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27641
27642         * ext/ogg/gstogg.c:
27643         * ext/ogg/gstogmparse.c:
27644           fix ogm[audio/video]parse plugin registration
27645           (riff won't load if bytestream is already loaded)
27646
27647 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27648
27649         * gst/audioconvert/gstchannelmix.c:
27650           fix for GLIB < 2.4
27651
27652 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27653
27654         * Makefile.am:
27655         * configure.ac:
27656           disable docs again until it actually passes make distcheck.
27657
27658 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27659
27660         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
27661         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
27662         (plugin_init):
27663           Add 3GP (variables name Q3GP because they can't start with a
27664           number). Add samr audio fourcc (used in .3gp files), decoder
27665           is work in progress. Also do a GST_WARNING instead of ERROR
27666           in case of unknown nodes, to decrease output.
27667
27668 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27669
27670         * Makefile.am:
27671           really fix dist
27672
27673 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27674
27675         * configure.ac:
27676         * ext/speex/gstspeexdec.h:
27677         * ext/speex/gstspeexenc.h:
27678           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
27679           Fix detection code in configure.ac
27680
27681 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27682
27683         * gst/matroska/matroska-demux.c:
27684         (gst_matroska_demux_parse_blockgroup):
27685           Save position, so that queries give proper return values. Don't
27686           know how this could ever have worked before...
27687
27688 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27689
27690         * configure.ac:
27691           Put additional LAME check inside the conditional.  Fixes #152339
27692
27693 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27694
27695         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27696         (gst_avi_demux_stream_scan):
27697           Add some more debug. Fix logic error when setting movi offset
27698           while reading index.
27699
27700 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27701
27702         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27703         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
27704         (gst_avi_demux_process_next_entry):
27705           Add some debugging. Better detection of broken indexes and the
27706           accompanying index recovery. No infinite loops on state changes
27707           when we're still in our loopfunction.
27708
27709 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27710
27711         * configure.ac:
27712           Fix up.
27713
27714 2004-12-22  Archana Shah  <archana.shah@wipro.com>
27715
27716         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27717
27718         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
27719           Normalizing the value before setting
27720         (gst_sunaudiomixer_get_volume):
27721           Normalizing the value after getting. Fixes bug# 161980
27722
27723 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27724
27725         * Makefile.am: Make sure docs gets disted
27726         * docs/Makefile.am: Make sure all needed files get disted
27727         * gst-plugins.spec.in: latest updates
27728
27729 2004-12-22  Wim Taymans  <wim@fluendo.com>
27730
27731         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
27732         Revert patch 1.38 as clock distribution over schedulers does
27733         not work correcly in the core yet.
27734
27735 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27736
27737         * sys/oss/README: remove this file, which predates my birth
27738           (and which content is by far outdated)
27739
27740 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
27741
27742         * Makefile.am:
27743         * configure.ac:
27744         * docs/Makefile.am:
27745         * docs/libs/Makefile.am:
27746         * docs/libs/gst-plugins-libs-docs.sgml:
27747         * docs/libs/gst-plugins-libs-sections.txt:
27748         * docs/libs/tmpl/gstgconf.sgml:
27749         * docs/upload.mak:
27750         * docs/version.entities.in:
27751           Added boilerplate gtk-doc files for plugin-libs documentation.
27752
27753 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27754
27755         * gst/auparse/gstauparse.c: fix int and float audio caps
27756
27757 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27758
27759         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
27760         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
27761           g_assert() can be a macro, don't use #ifdef inside it.
27762
27763 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
27764
27765         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27766
27767         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
27768         (gst_videorate_init), (gst_videorate_chain),
27769         (gst_videorate_change_state):
27770           Event handling (fixes #159986).
27771
27772 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27773
27774         * gst-libs/gst/riff/riff-media.c:
27775         (gst_riff_create_video_caps_with_data):
27776           Add BLZ0 (Blizzard's version of DivX) fourcc.
27777
27778 2004-12-18  David Schleef  <ds@schleef.org>
27779
27780         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
27781         portability fix.
27782
27783 2004-12-18  David Schleef  <ds@schleef.org>
27784
27785         * gst/tta/ttadec.h: Disable some header code that isn't used
27786         and clearly isn't portable.
27787
27788 2004-12-18  David Schleef  <ds@schleef.org>
27789
27790         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
27791         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
27792         (avcodec_get_pix_fmt), (avpicture_layout),
27793         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
27794         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
27795         Fix code to not use GCC extensions (and c99 extensions that
27796         Forte does not like.)
27797
27798 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
27799
27800         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27801
27802         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
27803         (gst_deinterlace_chain):
27804           Rowstride fixes. Fixes #161039.
27805         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
27806         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
27807         (gst_video_crop_getcaps), (gst_video_crop_link),
27808         (gst_video_crop_i420), (gst_video_crop_chain),
27809         (gst_video_crop_change_state):
27810           Rework of negotiation. Actually works now. Fixes #158650.
27811
27812 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27813
27814         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
27815           That was very stupid.
27816
27817 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27818
27819         * gst/matroska/matroska-demux.c:
27820         (gst_matroska_demux_parse_blockgroup):
27821           Fix possible crasher.
27822
27823 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27824
27825         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
27826         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
27827           Lace sizes can be zero.
27828
27829 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27830
27831         * ext/musepack/gstmusepackdec.cpp:
27832           Fetch error return values. Fixes #161624.
27833         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
27834           Really EOS.
27835
27836 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27837
27838         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
27839           Work for truncated (unfinished download etc.) files. Fixes #160514.
27840
27841 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27842
27843         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
27844           Fix for integer overflow. Makes #156001 not crash. Probably masks
27845           the real bug.
27846
27847 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27848
27849         * gst/ac3parse/gstac3parse.c: (plugin_init):
27850           Parsers never have ranks. Fixes #159651.
27851
27852 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27853
27854         * gst/playback/gstdecodebin.c: (compare_ranks):
27855           make sure the facotries are ordered the same every time even if they
27856           have the same rank by using the name
27857         * gst/playback/gstdecodebin.c: (find_compatibles):
27858           make sure we don't add factories to the list twice
27859
27860 2004-12-16  David Schleef  <ds@schleef.org>
27861
27862         * configure.ac: look for musepack headers as musepack/*.h
27863         (fixes #159847)
27864         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
27865         * ext/musepack/gstmusepackreader.h: same
27866
27867 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27868
27869         * gst-libs/gst/riff/riff-read.c:
27870         (gst_riff_read_strf_auds_with_data):
27871           Read extradata correctly (fixes #155879).
27872
27873 2004-12-16  David Schleef  <ds@schleef.org>
27874
27875         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
27876         audio.  does _not_ attempt or allow conversion unless channels
27877         is 1 or 2.
27878
27879 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27880
27881         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
27882
27883 2004-12-16  David Schleef  <ds@schleef.org>
27884
27885         * gst/audioscale/gstaudioscale.c: the resample library only
27886         handles 1 or 2 channels.  Change caps to compensate.
27887
27888 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27889
27890         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
27891         (gst_matroska_demux_audio_caps):
27892           Some MPEG-AAC hacks, because else it doesn't work...
27893
27894 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27895
27896         * gst-libs/gst/riff/riff-media.c:
27897         (gst_riff_create_video_caps_with_data),
27898         (gst_riff_create_video_template_caps):
27899           Add h264.
27900
27901 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27902
27903         * gst-libs/gst/audio/Makefile.am:
27904           Try to fix buildbot.
27905
27906 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27907
27908         * gst/tcp/gstmultifdsink.c:
27909           Clean up and uniformize debugging.
27910
27911 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
27912
27913         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27914
27915         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
27916         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
27917         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
27918         (gst_mpeg_demux_change_state):
27919           Reset on ready. Fixes 160276.
27920
27921 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
27922
27923         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27924
27925         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27926         (gst_ffmpegcsp_pad_link):
27927           Fix memleak (#154815).
27928
27929 2004-12-16  James Bowes  <bowes@cs.dal.ca>
27930
27931         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27932
27933         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
27934         (gst_musicbrainz_init), (gst_musicbrainz_chain),
27935         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
27936         * ext/musicbrainz/gsttrm.h:
27937           Add support for using a proxy server when getting a trm id from
27938           the MusicBrainz database (#149613).
27939
27940 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
27941
27942         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27943
27944         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
27945         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
27946           Fix memleaks (#157233).
27947
27948 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
27949
27950         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27951
27952         * gst-libs/gst/resample/resample.c: (gst_resample_close):
27953         * gst-libs/gst/resample/resample.h:
27954         * gst/audioscale/gstaudioscale.c:
27955           Fix memleak (#159215).
27956
27957 2004-12-16  Toni Willberg  <toniw@iki.fi>
27958
27959         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27960
27961         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
27962         * sys/oss/oss_probe.c: (main):
27963           Check for mono/stereo support (similar to samplerate probing),
27964           fixes #159433. Also add missing copyright header to oss_probe.c.
27965
27966 2004-12-15  David Schleef  <ds@schleef.org>
27967
27968         * configure.ac: add audioresample and cairo plugins.  Remove
27969         HAVE_MMX stuff, because it's not used.
27970         * ext/Makefile.am: same
27971         * ext/audioresample/Makefile.am: You are not ready for an
27972         audio resampling element based on audioresample.
27973         * ext/audioresample/gstaudioresample.c:
27974         * ext/audioresample/gstaudioresample.h:
27975         * ext/cairo/Makefile.am: You are not ready for overlay elements
27976         based on cairo.  Don't look too closely, these elements kinda
27977         suck right now.
27978         * ext/cairo/gstcairo.c: new
27979         * ext/cairo/gsttextoverlay.c: new
27980         * ext/cairo/gsttextoverlay.h: new
27981         * ext/cairo/gsttimeoverlay.c: new
27982         * ext/cairo/gsttimeoverlay.h: new
27983         * gst-libs/gst/media-info/media-info-priv.h: fix compile
27984         problem with compilers that don't support variadic macros.
27985
27986 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
27987
27988         Reviewed by:  David Schleef  <ds@schleef.org>
27989
27990         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
27991         Bala, registering sunaudiosrc (oops!), and cleaning up code a
27992         bit.  Also ran indent-gst.
27993         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
27994         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
27995         (gst_sunaudiosrc_setparams):
27996
27997 2004-12-14  David Schleef  <ds@schleef.org>
27998
27999         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
28000         output rate to 16000.  Should fix #160235.
28001
28002 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28003
28004         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
28005         Add typefinding for mpeg2 pes streams
28006
28007 2004-12-13  David Schleef  <ds@schleef.org>
28008
28009         * configure.ac:  Applied patch from bug #143659, making default
28010         sources and sinks OS-dependent (for Solaris), and added code
28011         for OS/X.
28012         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
28013
28014 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28015
28016         * gst-libs/gst/riff/riff-media.c:
28017           forgot to add h2.64 to avidemux template caps
28018
28019 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28020
28021         * gst/wavenc/riff.h:
28022         * gst-libs/gst/riff/riff-media.c:
28023         * gst-libs/gst/riff/riff-ids.h:
28024         * gst/avi/gstavimux.c
28025         add 4CC code for VideoSoft h264 in AVI (VSSH)
28026           fixes bug #160655
28027         remove s323 from riff, it's quicktime specific :(
28028
28029 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28030
28031         * gst/asfdemux/README
28032         * gst/wavenc/riff.h
28033         * gst-libs/gst/riff/riff-ids.h
28034         * gst-libs/gst/riff/riff-media.c
28035         * gst/qtdemux/qtdemux.c:
28036           add new 4CC codes for h263 related codecs
28037           fixes partially bug #155163
28038
28039 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
28040
28041         * configure.ac: Update polyaudio requirement to 0.7
28042         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
28043
28044 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28045
28046         * gst/interleave/deinterleave.c:
28047         fix my name's spelling! :)
28048
28049 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28050
28051         * AUTHORS ChangeLog
28052         * gst/auparse/gstauparse.c
28053         * gst/interleave/deinterleave.c
28054         * gst/law/:
28055                 alaw-decode.c alaw-encode.c
28056                 mulaw-decode.c mulaw-encode.c
28057         * gst/oneton/gstoneton.c
28058         * sys/osxaudio/:
28059                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
28060         * sys/osxvideo/:
28061                 cocoawindow.h cocoawindow.m
28062                 osxvideosink.h osxvideosink.m
28063
28064         put the same mail address for Zaheer Abbas Merali everywhere
28065
28066 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28067
28068         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
28069           Align by packetsize, and assert that we a packet available before
28070           playing. The first makes webstreams work (they often include
28071           trailing padding data in a packet), the second allows pausing a
28072           ASF stream in totem without getting demux errors afterwards.
28073
28074 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28075
28076         * ext/ogg/gstoggdemux.c: (get_relative):
28077           Check for non-NULL before accessing member (end-of-chain).
28078
28079 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28080
28081         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
28082         (cdparanoia_set_property), (cdparanoia_get_property):
28083         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
28084         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
28085         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
28086         (dvdreadsrc_init), (dvdreadsrc_set_property),
28087         (dvdreadsrc_get_property):
28088         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
28089         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
28090           Synchronize property names where not yet the case. Devices are
28091           now device=X, other versions are deprecated (but still exist).
28092           Also use g_free() unconditionally.
28093         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28094         (setup_source), (gst_play_base_bin_get_property):
28095           Expose source.
28096
28097 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28098
28099         * configure.ac: move GCONF macro outside conditional for the am
28100           conditional. Fixes #160439
28101
28102 2004-12-08  David Schleef  <ds@schleef.org>
28103
28104         * tools/gst-visualise-m.m: Switch to elements that currently
28105         exist.
28106
28107 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28108
28109         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
28110           We love wrong commas.
28111
28112 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28113
28114         * gst/matroska/matroska-demux.c:
28115         (gst_matroska_demux_handle_src_query):
28116           Don't set DEFAULT, unsupported - makes length display incorrectly
28117           in some cases.
28118
28119 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
28120
28121         * gst/monoscope/README: remove blurb about files being GPL
28122         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
28123         * gst/monoscope/monoscope.c: Change license to BSD with explanation
28124           monoscope is now effectively LGPL licensed
28125
28126 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
28127
28128         * gst/monoscope/README: Update information to be more correct
28129         * gst/monoscope/convolve.c: Relicense to LGPL
28130         * gst/monoscope/convolve.h: Relicense to LGPL
28131
28132 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
28133
28134         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
28135           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
28136         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
28137           set default_duration for mpeg1 audio
28138
28139 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28140
28141         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
28142         * ext/alsa/gstalsa.h:
28143           refactor big chunks of the core caps negotiation code to make it
28144           a lot faster, because people claim it's really slow
28145           (actually, just cache the getcaps when the device is opened)
28146
28147 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28148
28149         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
28150         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
28151         (gst_a52dec_handle_frame), (gst_a52dec_chain),
28152         (gst_a52dec_change_state), (plugin_init):
28153         * ext/a52dec/gsta52dec.h:
28154           Do something useful with timestamps. Make chain-based (since
28155           there's really no reason to be loopbased).
28156         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
28157           Update current_byte/frame correctly.
28158
28159 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28160
28161         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
28162         (gst_ape_demux_stream_init):
28163           Forward tags, too.
28164
28165 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28166
28167         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
28168           Let's make sure we're done typefinding when detecting tags.
28169
28170 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28171
28172         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
28173         (gst_ebml_read_init), (gst_ebml_read_use_event),
28174         (gst_ebml_read_element_id), (gst_ebml_peek_id),
28175         (gst_ebml_read_seek), (gst_ebml_read_skip),
28176         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
28177         (gst_ebml_read_master):
28178         * gst/matroska/ebml-read.h:
28179         * gst/matroska/matroska-demux.c:
28180         (gst_matroska_demux_parse_contents),
28181         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
28182           Disgustingly evil hack for working around INTERRUPT events and
28183           their extremely annoying habit of being a pain in the ass. We
28184           simply peek a cluster before reading any of it.
28185
28186 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28187
28188         * ext/musepack/gstmusepackdec.cpp:
28189           There's also floating point libmusepacks.
28190
28191 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28192
28193         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
28194         (gst_faad_chanpos_to_gst), (gst_faad_chain):
28195           Set DURATION even if source buffer didn't. Also use increasing
28196           timestamps.
28197         * gst-libs/gst/riff/riff-media.c:
28198         (gst_riff_create_audio_caps_with_data):
28199           Block_align can have larger values than 8192.
28200
28201 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28202
28203         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
28204         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
28205         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
28206         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
28207           Fix caps.
28208
28209 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28210
28211         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
28212           Fix logic bug.
28213
28214 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28215
28216         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
28217           Yay, another one.
28218
28219 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28220
28221         * ext/esd/esdsink.c: (gst_esdsink_chain):
28222           Make error actually say something useful (fixes #156798).
28223         * gst-libs/gst/riff/riff-media.c:
28224         (gst_riff_create_video_caps_with_data),
28225         (gst_riff_create_video_template_caps):
28226           Add Intel Video 5.0 fourcc (IV50).
28227
28228 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
28229
28230         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
28231         detection on mono and stereo mp3 files.
28232
28233 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28234
28235         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
28236           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
28237           the contained stream).
28238
28239 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28240
28241         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
28242           Oops, remove debug.
28243
28244 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
28245
28246         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28247
28248         * gst/law/alaw-decode.c: (alawdec_getcaps):
28249         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
28250           Prevent warnings when negotiating caps (fixes #159338).
28251
28252 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28253
28254         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28255         (gst_ffmpegcsp_chain):
28256           Remove old leftover that shouldn't be there...
28257
28258 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
28259
28260         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28261
28262         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
28263           Don't forward DISCONT events (fixes #159684).
28264
28265 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28266
28267         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
28268           Unlink manually since sometimes bin disposal (and therefore
28269           pad unlinking) is delayed, which will cause a new media file
28270           to not be able to start playing instantly.
28271
28272 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28273
28274         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
28275           On mute of an unlinked stream, check for pad availability so
28276           we don't crash on unlinked pad.
28277
28278 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28279
28280         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
28281         (gst_avi_demux_massage_index):
28282           Fix quite humiliating bug in omitting 0-sized index chunks but
28283           forgetting to count them for timestamps.
28284
28285 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28286
28287         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
28288           Actually leave the loop if we failed to sync. Don't crash.
28289
28290 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28291
28292         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
28293         (gst_dvd_demux_process_private):
28294         * gst/mpegstream/gstdvddemux.h:
28295           Fix crash (#159759). Doesn't work, though. :-(.
28296
28297 2004-11-28  Benjamin Otte  <otte@gnome.org>
28298
28299         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
28300           more overwriting protection due to modifying channels one by one
28301           instead of all at once
28302
28303 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28304
28305         * gst/audioconvert/gstchannelmix.c:
28306         (gst_audio_convert_fill_normalize):
28307           Normalize using absolute values.
28308
28309 2004-11-28  Julien MOUTTE  <julien@moutte.net>
28310
28311         * configure.ac:
28312         * ext/Makefile.am:
28313         * ext/directfb/Makefile.am:
28314         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
28315         (gst_directfbvideosink_get_pixel_format),
28316         (gst_directfbvideosink_get_format_from_fourcc),
28317         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
28318         (gst_directfbvideosink_sink_link),
28319         (gst_directfbvideosink_change_state),
28320         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
28321         (gst_directfbvideosink_buffer_alloc),
28322         (gst_directfbvideosink_interface_supported),
28323         (gst_directfbvideosink_interface_init),
28324         (gst_directfbvideosink_navigation_send_event),
28325         (gst_directfbvideosink_navigation_init),
28326         (gst_directfbvideosink_set_property),
28327         (gst_directfbvideosink_get_property),
28328         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
28329         (gst_directfbvideosink_base_init),
28330         (gst_directfbvideosink_class_init),
28331         (gst_directfbvideosink_get_type), (plugin_init):
28332         * ext/directfb/directfbvideosink.h: Adding a first version of
28333         directfbvideosink.
28334         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
28335         more.
28336
28337 2004-11-28  Benjamin Otte  <otte@gnome.org>
28338
28339         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
28340           walk the samples backwards if out_channels > in_channels so we don't
28341           overwrite data
28342
28343 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28344
28345         * gst/audioconvert/Makefile.am:
28346         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
28347         (gst_audio_convert_link), (gst_audio_convert_change_state),
28348         (gst_audio_convert_channels):
28349         * gst/audioconvert/gstchannelmix.c:
28350         (gst_audio_convert_unset_matrix),
28351         (gst_audio_convert_fill_identical),
28352         (gst_audio_convert_fill_compatible),
28353         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
28354         (gst_audio_convert_fill_others),
28355         (gst_audio_convert_fill_normalize),
28356         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
28357         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
28358         * gst/audioconvert/gstchannelmix.h:
28359           Implement a channel mixer.
28360
28361 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
28362
28363         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
28364         * ext/alsa/gstalsa.h:
28365         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
28366         Make alsasink actually honor gst_element_set_clock and use that
28367         clock instead of its internal one.
28368
28369 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
28370
28371         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
28372         (gst_play_base_bin_change_state): nullify source and decoder when
28373         going from READY to NULL so that we don't try to do weird stuff with
28374         them when going from NULL to READY
28375         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
28376         instead of g_object_unref
28377         (gen_video_element), (gen_audio_element): more refcounting fixes, now
28378         it should be correct
28379         (gst_play_bin_change_state): don't call remove_sinks if we are
28380         currently disposing the object
28381
28382 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28383
28384         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
28385           Don't forget bass if it's there. Else left channel is silent...
28386
28387 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28388
28389         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
28390         (gst_a52dec_change_state):
28391           Don't do sample adjusting anymore, we use float audio now.
28392         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
28393           Don't fixate to non-existing properties.
28394
28395 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28396
28397         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
28398         (gst_a52dec_change_state):
28399           Advertise that we can do surround sound.
28400
28401 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28402
28403         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
28404           Add buffer-frames=0.
28405         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
28406         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
28407         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
28408         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
28409         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
28410         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
28411         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
28412         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
28413         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
28414         * ext/dvdread/dvdreadsrc.h:
28415           Add seeking, querying for bytes, sectors, title, angle and
28416           chapter. Handle multiple chapters. Relicense to LGPL because
28417           Billy agreed on that (thanks Billy!).
28418
28419 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
28420
28421         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
28422         call parent dispose method
28423
28424 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
28425
28426         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
28427         (gst_audio_clock_get_internal_time):
28428         Fix active <-> inactive transitions: ensure time value always
28429         grows and avoid abrupt value changes.
28430
28431 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
28432
28433         * configure.ac:
28434         * gst/tta/Makefile.am:
28435         * gst/tta/crc32.h:
28436         * gst/tta/filters.h:
28437         * gst/tta/gsttta.c:
28438         * gst/tta/gstttadec.c:
28439         * gst/tta/gstttadec.h:
28440         * gst/tta/gstttaparse.c:
28441         * gst/tta/gstttaparse.h:
28442         * gst/tta/ttadec.h:
28443           added TTA parser and decoder
28444
28445 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28446
28447         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28448         (probe_triggered), (check_queue), (buffer_underrun),
28449         (buffer_running), (buffer_overrun), (gen_source_element),
28450         (setup_source):
28451         * gst/playback/gstplaybasebin.h:
28452           Implement buffering. Needs some more work.
28453
28454 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28455
28456         * ext/theora/theoradec.c: (theora_dec_chain):
28457           Fix ilog mask range overflow.
28458
28459 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28460
28461         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28462           Don't omit the last (which in case of dmix is the only :) )
28463           channel count. Don't set channels if <= 2.
28464
28465 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
28466
28467         * gst/playback/gstplaybin.c: (gen_video_element),
28468         (gen_audio_element): Removed 2 obsolete comments
28469
28470 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28471
28472         * ext/vorbis/oggvorbisenc.c
28473         * ext/vorbis/vorbisenc.c :
28474           change description fields of those plugins to differentiate them
28475           (pitivi show Encoders by description, they had the same one)
28476
28477 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
28478
28479         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28480
28481         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
28482         (gst_play_bin_set_property), (gen_video_element),
28483         (gen_audio_element):
28484           Refcounting fixes for provided audio-/videosinks.
28485
28486 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28487
28488         * gst/playback/gstplaybin.c: (gen_video_element),
28489         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
28490           Don't reference all sinks, but only the video- and audiosinks.
28491           The vis. element should be disposed when we're done with it.
28492           We don't have any reason to keep it around. This fixes warnings
28493           when reusing playbin for playing multiple audio files with
28494           vis. enabled. Also release audio device on pause - idea stolen
28495           from Rhythmbox.
28496
28497 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28498
28499         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
28500         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
28501         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28502         * ext/alsa/gstalsaplugin.c: (plugin_init):
28503         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
28504         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
28505         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
28506         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
28507         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
28508         (gst_faad_change_state), (plugin_init):
28509         * ext/faad/gstfaad.h:
28510         * ext/vorbis/vorbis.c: (plugin_init):
28511         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28512         * gst-libs/gst/audio/Makefile.am:
28513         * gst-libs/gst/audio/audio.c: (plugin_init):
28514         * gst-libs/gst/audio/multichannel.c:
28515         (gst_audio_check_channel_positions),
28516         (gst_audio_get_channel_positions),
28517         (gst_audio_set_channel_positions),
28518         (gst_audio_set_structure_channel_positions_list),
28519         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
28520         (gst_audio_fixate_channel_positions):
28521         * gst-libs/gst/audio/multichannel.h:
28522         * gst-libs/gst/audio/testchannels.c: (main):
28523         * gst/audioconvert/gstaudioconvert.c:
28524         (gst_audio_convert_class_init), (gst_audio_convert_init),
28525         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
28526         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
28527         (gst_audio_convert_fixate), (gst_audio_convert_channels):
28528         * gst/audioconvert/plugin.c: (plugin_init):
28529           Surround sound support.
28530
28531 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28532
28533         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
28534           Fix position for discont if we're close as well. Nitpicking, but
28535           saves a few milliseconds of extra waiting or skipping.
28536
28537 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28538
28539         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
28540           We sometimes need parsers for playback, so add those too.
28541
28542 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28543
28544         * configure.ac:
28545         * gst/apetag/Makefile.am:
28546         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
28547         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
28548         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
28549         (gst_ape_demux_get_src_query_types),
28550         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
28551         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
28552         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
28553         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
28554         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
28555         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
28556         (gst_ape_demux_change_state):
28557         * gst/apetag/apedemux.h:
28558         * gst/apetag/apetag.c: (plugin_init):
28559         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
28560         (plugin_init):
28561           APE v1/2 tag reader plus typefind function.
28562
28563 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28564
28565         * configure.ac:
28566         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28567         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28568           Remove hacks for older core. Require newer core version
28569           accordingly.
28570
28571 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28572
28573         * gst/cdxaparse/Makefile.am:
28574         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
28575         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
28576         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
28577         * gst/cdxaparse/gstcdxaparse.h:
28578         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
28579         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
28580         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
28581         (gst_cdxastrip_get_src_query_types),
28582         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
28583         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
28584         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
28585         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
28586         * gst/cdxaparse/gstcdxastrip.h:
28587           SVCD/VCD header stripping separated from CDXA image parsing.
28588         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28589         (plugin_init):
28590           Add VCD/SVCD header typefinding for VCD/SVCD.
28591         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
28592         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
28593         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
28594         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
28595         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
28596         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
28597         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
28598         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
28599         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
28600         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
28601         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
28602         * sys/vcd/vcdsrc.h:
28603           Fix up, add seeking, querying, URI interface. Works in totem now.
28604
28605 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28606
28607         * configure.ac:
28608           back to CVS
28609
28610 === release 0.8.6 ===
28611
28612 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28613
28614         * NEWS:
28615         * RELEASE:
28616         * configure.ac:
28617         * po/af.po:
28618         * po/az.po:
28619         * po/cs.po:
28620         * po/en_GB.po:
28621         * po/hu.po:
28622         * po/it.po:
28623         * po/nb.po:
28624         * po/nl.po:
28625         * po/or.po:
28626         * po/sq.po:
28627         * po/sr.po:
28628         * po/sv.po:
28629         * po/uk.po:
28630           releasing 0.8.6, "IOU Love"
28631
28632 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28633
28634         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28635
28636         * gst/playback/gstplaybasebin.c:
28637           Fix unplayable files error handling.  Fixes #158365
28638
28639 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28640
28641         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28642
28643         * gst/typefind/gsttypefindfunctions.c:
28644           Fix broken mp3 typefinding.  Fixes #158375
28645
28646 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28647
28648         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28649
28650         * ext/ogg/gstoggdemux.c:
28651           Fix sync on broken files.  Fixes #158976
28652
28653 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28654
28655         patch by: Edward Hervey <bilboed@bilboed.com>
28656
28657         * ext/libpng/gstpngenc.c:
28658           Copy over buffer properties.  Fixes #158832
28659
28660 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28661
28662         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
28663
28664         * ext/dvdread/dvdreadsrc.c:
28665           Fixes invalid reads (#158462)
28666
28667 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28668
28669         * sys/v4l/gstv4lsrc.c:
28670         * sys/v4l/gstv4lsrc.h:
28671         * sys/v4l/v4lsrc_calls.c:
28672           Probe less and cache it.  Fixes #159187.
28673
28674 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28675
28676         * gst/videorate/gstvideorate.c:
28677           Handle all video formats. Fixes #159186.
28678
28679 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
28680         * gst/synaesthesia/gstsynaesthesia.c:
28681         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
28682         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
28683         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
28684         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
28685         (gst_synaesthesia_change_state), (plugin_init):
28686         Fix up synaesthesia to work under different samplerates/ buffer sizes.
28687         Force 320x200 output, as that's the only thing the underlying
28688         synaesthesia implementation supports. Still needs to be made
28689         re-entrant.
28690
28691 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28692
28693         * configure.ac:
28694           Fix mpeg2enc configure check (similar to mplex check below).
28695
28696 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
28697
28698         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28699
28700         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28701           Fix for gcc-2.95 (fixes #158221).
28702
28703 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28704
28705         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28706           Re-add clock distribution hack (until new core is released).
28707           Fixes #158125.
28708
28709 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
28710         * configure.ac:
28711           fix mplex configure check segfaulting on some systems (bug #140994)
28712
28713 2004-11-13  Benjamin Otte  <otte@gnome.org>
28714
28715         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
28716           add debugging
28717         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28718           do a wait when we enter the loop func with no data available to
28719           write instead of getting into an 100% CPU loop by just returning and
28720           being called again by the scheduler
28721
28722 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
28723
28724         * configure.ac:
28725         * ext/libvisual/visual.c: (gst_visual_get_type),
28726         (libvisual_log_handler), (gst_visual_getcaps),
28727         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
28728         (plugin_init):
28729           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
28730         * ext/smoothwave/Makefile.am:
28731         * ext/smoothwave/demo-osssrc.c: (main):
28732         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
28733         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
28734         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
28735         (plugin_init):
28736         * ext/smoothwave/gstsmoothwave.h:
28737           Make gstsmoothwave a working element in the 20th century.
28738
28739         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
28740           Fix incorrect link function
28741
28742 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28743
28744         * gst/volume/gstvolume.c:
28745           Allow buffer-frames=0.
28746
28747 2004-11-12 Iain <iaingnome@gmail.com>
28748
28749         * configure.ac: Check for polypaudio
28750
28751         * ext/Makefile.am: Build the polyp dir
28752
28753         * ext/polyp: The polypsink sources.
28754
28755 2004-10-30 Iain <iaingnome@gmail.com>
28756
28757         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
28758         caps to reflect the new number of channels.
28759
28760 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28761
28762         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28763           Fix for negotiation order problem. This would show when the
28764           ALSA loopfuction was called before any other function. ALSA
28765           wouldn't do anything because we're not negotiated yet, leading
28766           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
28767
28768 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
28769
28770         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28771
28772         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
28773           No warnings (#157986).
28774
28775 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28776
28777         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
28778           Prefer apev1/2 and id3v1 (at end of file) over musepack.
28779
28780 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28781
28782         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
28783           Signal no-more-pads (so it works in playbin).
28784
28785 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28786
28787         * ext/musepack/gstmusepackreader.cpp:
28788           Workaround for older core.
28789
28790 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28791
28792         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
28793           Actually test for odd width/height rather than testing whether
28794           a temporary variable that was 0 before we subtracted 1 is now
28795           not equal to zero (which it always is).
28796
28797 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28798
28799         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
28800         Fix compilation if HAVE_XVIDEO is not defined
28801
28802 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28803
28804         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
28805         Fix compilation if HAVE_XVIDEO is not defined
28806
28807 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
28808
28809         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
28810         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
28811         (gst_goom_change_state), (plugin_init):
28812         Use the bytestream adapter so goom doesn't depend on the input
28813         buffer size.
28814         Add a debug category
28815
28816 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28817
28818         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
28819           Only set hardware parameters *after* negotiation. Before
28820           negotiation, it will set ANY and that seems to cause crashes
28821           (see e.g. #151288, #153227).
28822
28823 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28824
28825         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
28826           This seems to be antique leftover. It needs to pass error
28827           checking.
28828         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
28829         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
28830         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
28831         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
28832           Fix GstXOverlay implementation (#151059).
28833
28834 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28835
28836         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
28837           Don't assert (#157853).
28838
28839 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28840
28841         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
28842           Fix bytes/samples confustion.
28843         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
28844           Fix for underrun (#144389).
28845
28846 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28847
28848         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28849           Disable halfway-seek for pending release (since it needs a new
28850           core release).
28851
28852 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28853
28854         * sys/v4l/gstv4lsrc.c:
28855         * sys/v4l/gstv4lsrc.h:
28856         * sys/v4l/v4lsrc_calls.c:
28857           add autoprobe-fps property so we can separate autoprobing parts
28858
28859 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28860
28861         * sys/v4l/gstv4lsrc.c:
28862         * sys/v4l/v4lsrc_calls.c:
28863         initialise fourcc to catch unset fourcc's, and debug
28864
28865 2004-11-09  Wim Taymans  <wim@fluendo.com>
28866
28867         * gst/playback/README:
28868         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
28869         * gst/playback/gstplaybin.c: (gst_play_bin_init),
28870         (gst_play_bin_dispose), (gst_play_bin_set_property),
28871         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
28872         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
28873         (gst_play_bin_get_formats), (gst_play_bin_convert),
28874         (gst_play_bin_get_query_types), (gst_play_bin_query):
28875         Cleanups and some more documentation.
28876
28877 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
28878
28879         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
28880         (gst_cacasink_init), (gst_cacasink_chain):
28881         * ext/libcaca/gstcacasink.h:
28882         Cacasink inherits from VideoSink, so let that store the clock.
28883
28884 2004-11-09  Wim Taymans  <wim@fluendo.com>
28885
28886         * gst/playback/README:
28887         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
28888         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
28889         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
28890         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
28891         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
28892         (setup_sinks):
28893         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
28894         (gst_stream_info_is_mute), (gst_stream_info_set_property):
28895         * gst/playback/gststreaminfo.h:
28896         Updated README.
28897         Only switch groups if all streams have muted (EOSed).
28898         Send Tags in sync with the stream playback instead of in
28899         the playback/preroll phase.
28900         Some cleanups, free the fakesrc elements.
28901
28902 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28903
28904         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
28905           buffer-frames property was missing
28906         * ext/arts/gst_arts.c:
28907           rate missing from sinkcaps
28908         * ext/audiofile/gstafparse.c:
28909         * ext/audiofile/gstafsink.c:
28910         * ext/audiofile/gstafsrc.c:
28911         * ext/swfdec/gstswfdec.c:
28912           int audio doesn't know buffer-frames
28913         * ext/cdparanoia/gstcdparanoia.c:
28914           int audio doesn't know chunksize either
28915         * ext/nas/nassink.c:
28916           it's endianness, not endianess
28917         * gst-libs/gst/audio/audio.h:
28918           make float standard pad template caps really describe float
28919         * gst/law/mulaw.c: (linear_factory):
28920           signed only, please
28921         * gst/mpegstream/gstdvddemux.c:
28922           widths of 20 are not valid
28923
28924 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
28925
28926         Submitted by: Luca Ferretti <elle.uca@infinito.it>
28927
28928         * po/LINGUAS:
28929         * po/it.po:
28930           Add Italian
28931
28932 2004-11-08  Wim Taymans  <wim@fluendo.com>
28933
28934         * gst/playback/README:
28935         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
28936         * gst/playback/gstplaybasebin.c: (probe_triggered),
28937         (gst_play_base_bin_change_state):
28938         Updated README, added more comments for fixmes etc..
28939
28940 2004-11-08  Wim Taymans  <wim@fluendo.com>
28941
28942         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28943         We can remove this hack now.
28944
28945 2004-11-08  Wim Taymans  <wim@fluendo.com>
28946
28947         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
28948         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
28949         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
28950         Only mix AYUV for maximum quality.
28951
28952 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28953
28954         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
28955         (gst_ogg_demux_push), (gst_ogg_pad_push):
28956           Let's act as if we're synchronized now! :).
28957         * ext/theora/theoradec.c: (theora_dec_chain):
28958           Add some debug.
28959
28960 2004-11-08  Wim Taymans  <wim@fluendo.com>
28961
28962         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
28963         (gst_alpha_set_property), (gst_alpha_sink_link),
28964         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
28965         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
28966         (gst_alpha_init_params), (gst_alpha_chain):
28967         Implement alpha functions for AYUV too, this increases
28968         accuracy quite a bit.
28969
28970 2004-11-08  Wim Taymans  <wim@fluendo.com>
28971
28972         * gst/ffmpegcolorspace/avcodec.h:
28973         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28974         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
28975         (gst_ffmpegcsp_avpicture_fill):
28976         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28977         (gst_ffmpegcsp_caps_remove_format_info):
28978         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
28979         (shrink12), (img_get_alpha_info), (deinterlace_line),
28980         (deinterlace_line_inplace):
28981         * gst/ffmpegcolorspace/imgconvert_template.h:
28982         Added AYUV colorspace and handle RGBA a bit more respectful.
28983
28984 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28985
28986         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
28987           Actually always send a discont (cornercase when resending the
28988           same serial-tagged chain twice).
28989
28990 2004-11-08  Julien MOUTTE  <julien@moutte.net>
28991
28992         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
28993         (gst_ximagesink_finalize):
28994         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
28995         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
28996
28997 2004-11-08  Wim Taymans  <wim@fluendo.com>
28998
28999         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
29000         Don't segfault on NULL data.
29001
29002 2004-11-08  Wim Taymans  <wim@fluendo.com>
29003
29004         * gst/playback/gstdecodebin.c: (unlinked):
29005         * gst/playback/gstplay-marshal.list:
29006         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
29007         (gst_play_base_bin_init), (group_create), (get_active_group),
29008         (get_building_group), (group_destroy), (group_commit),
29009         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
29010         (add_element_stream), (no_more_pads), (probe_triggered),
29011         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
29012         (state_change), (setup_source), (gst_play_base_bin_get_property),
29013         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
29014         (gst_play_base_bin_link_stream),
29015         (gst_play_base_bin_get_streaminfo):
29016         * gst/playback/gstplaybasebin.h:
29017         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
29018         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
29019         Add support for chained ogg files. Prepare for playlist
29020         support. This patch introduces the concept of pad groups, which
29021         together compose one playable media file.
29022
29023 2004-11-07  David Schleef  <ds@schleef.org>
29024
29025         * testsuite/gst-lint: Check for pad templates that aren't statically
29026         scoped.
29027
29028 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29029
29030         * configure.ac:
29031         * ext/Makefile.am:
29032         * ext/musepack/Makefile.am:
29033         * ext/musepack/gstmusepackdec.cpp:
29034         * ext/musepack/gstmusepackdec.h:
29035         * ext/musepack/gstmusepackreader.cpp:
29036         * ext/musepack/gstmusepackreader.h:
29037           Add musepack decoder.
29038         * ext/faad/gstfaad.c: (gst_faad_base_init):
29039           Make pad templates static.
29040         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
29041         (plugin_init):
29042           Add musepack typefinder, make mp3 typefinding work halfway stream,
29043           which doesn't actually work yet because id3demux doesn't implement
29044           _get_length().
29045
29046 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29047
29048         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
29049         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
29050           Fix interrupt event handling (#144436).
29051
29052 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29053
29054         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
29055           Hide unused glory.
29056
29057 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29058
29059         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29060
29061         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
29062           Fix weird caps (#157548).
29063
29064 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29065
29066         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29067
29068         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
29069           Add missing NULL terminator (#157543).
29070
29071 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
29072
29073         * gst/tcp/gsttcp.h:
29074         * gst/tcp/gsttcpclientsink.c:
29075         * gst/tcp/gsttcpclientsrc.c:
29076         * gst/tcp/gsttcpserversink.c:
29077         * gst/tcp/gsttcpserversrc.c:
29078           ports can go up to 65535.  Move common defines to gsttcp.h
29079
29080 2004-11-05  Wim Taymans  <wim@fluendo.com>
29081
29082         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
29083         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
29084         Added two more colorspaces.
29085
29086 2004-11-05  Wim Taymans  <wim@fluendo.com>
29087
29088         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29089         (gst_ffmpegcsp_avpicture_fill):
29090         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29091         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
29092         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
29093         More stride fixes.
29094
29095 2004-11-05  Wim Taymans  <wim@fluendo.com>
29096
29097         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
29098         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
29099         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
29100         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
29101         (gst_videomixer_loop):
29102         More stride fixes.
29103
29104 2004-11-05  Benjamin Otte  <otte@gnome.org>
29105
29106         * ext/mad/gstmad.c: (gst_mad_chain):
29107           don't overflow data buffer. Flush not needed sync data when syncing
29108           failed.
29109
29110 2004-11-04  Wim Taymans  <wim@fluendo.com>
29111
29112         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29113         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
29114         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
29115         (gst_alpha_init_params), (gst_alpha_chain),
29116         (gst_alpha_change_state):
29117         Updated the chroma keying algorithm with something more
29118         sophisticated.
29119
29120 2004-11-03  Wim Taymans  <wim@fluendo.com>
29121
29122         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
29123         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
29124         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
29125         Fix stride issues. Does not completely work for odd
29126         heights.
29127
29128 2004-11-03  Wim Taymans  <wim@fluendo.com>
29129
29130         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29131         (gst_alpha_chroma_key), (gst_alpha_chain):
29132         Fix stride issues. Does not completely work for odd
29133         heights.
29134
29135 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
29136
29137         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
29138         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
29139         leak fixes
29140
29141 2004-11-03  Wim Taymans  <wim@fluendo.com>
29142
29143         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29144         (gst_ffmpegcsp_avpicture_fill):
29145         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29146         (avpicture_alloc):
29147         * gst/ffmpegcolorspace/imgconvert_template.h:
29148         Use correct _fill function to get correct strides.
29149
29150 2004-11-02  David Schleef  <ds@schleef.org>
29151
29152         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
29153         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
29154         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
29155         Change all g_print()s to debugging.  Add a bunch of consistency
29156         checks.
29157
29158 2004-11-02  Wim Taymans  <wim@fluendo.com>
29159
29160         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29161         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
29162         (unlinked), (no_more_pads), (close_link):
29163         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
29164         (unknown_type), (add_element_stream), (new_decoded_pad),
29165         (removed_decoded_pad), (setup_source):
29166         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
29167         (gst_stream_info_class_init), (gst_stream_info_init),
29168         (gst_stream_info_new), (gst_stream_info_dispose),
29169         (stream_info_mute_pad), (gst_stream_info_set_property),
29170         (gst_stream_info_get_property):
29171         * gst/playback/gststreaminfo.h:
29172         Fix playback of multiple files.
29173         a slightly different approach to handling dynamic pad removals.
29174         This one only looks at pads that we have linked.
29175
29176 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
29177
29178         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
29179         free" warning from libc.
29180
29181 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29182
29183         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29184         (get_unconnected_element), (remove_starting_from), (pad_removed),
29185         (close_link):
29186           Implement support for dynamic pad changing. We listen to "live"
29187           pad removals (i.e. while playing) and re-setup autoplugging
29188           after that. Playbasebin/playbin need some more work for this
29189           to finally work, but decodebin supports (and replugs) chained
29190           ogg now.
29191
29192 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
29193
29194         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
29195         (gst_alsa_finalize):
29196         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
29197         (gst_cdaudio_finalize):
29198         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
29199         (cdparanoia_finalize):
29200         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
29201         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
29202         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
29203         (dvdreadsrc_finalize):
29204         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
29205         (gst_flacdec_finalize):
29206         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
29207         (gst_flacenc_finalize):
29208         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
29209         (gst_gnomevfssink_finalize):
29210         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
29211         (gst_gnomevfssrc_finalize):
29212         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
29213         (gst_fameenc_finalize):
29214         * ext/nas/nassink.c: (gst_nassink_class_init),
29215         (gst_nassink_finalize):
29216         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
29217         (gst_sdlvideosink_class_init):
29218         * ext/sndfile/gstsf.c: (gst_sf_dispose):
29219         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
29220         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
29221         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
29222         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
29223         (gst_x_window_listener_dispose):
29224         * gst/audioscale/gstaudioscale.c:
29225         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
29226         (play_on_demand_finalize):
29227         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
29228         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
29229         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
29230         (cdplayer_finalize):
29231         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
29232         (gst_glimagesink_class_init):
29233         * sys/oss/gstosselement.c: (gst_osselement_class_init),
29234         (gst_osselement_finalize):
29235         * sys/oss/gstosssink.c: (gst_osssink_dispose):
29236         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
29237         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
29238           Fixes a bunch of problems with finalize and dispose functions,
29239           either assumptions that dispose is only called once, or not calling
29240           the parent class dispose/finalize function
29241
29242 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
29243
29244         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
29245           added two api precondition guards
29246           use g_strdup with getenv to fix crash when using ENVVAR
29247
29248 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
29249         * ext/esd/esdsink.c: (gst_esdsink_class_init),
29250         (gst_esdsink_finalize):
29251         Use a finalize function, not dispose, and more importantly,
29252         call the parent class finalize function too
29253
29254 2004-11-01  Johan Dahlin  <johan@gnome.org>
29255
29256         * ext/ogg/gstoggdemux.c:
29257         * gst/tags/gstvorbistag.c:
29258         Plug leaks.
29259
29260 2004-10-31  Benjamin Otte  <otte@gnome.org>
29261
29262         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29263           lotsa memleaks today. But they're all small...
29264
29265 2004-10-31  Benjamin Otte  <otte@gnome.org>
29266
29267         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29268           another memleak crushed
29269
29270 2004-10-31  Benjamin Otte  <otte@gnome.org>
29271
29272         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
29273           fix memleak
29274
29275 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29276
29277         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29278           Hack to prevent crash when going to READY inside signal handler
29279           while this function is active.
29280
29281 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29282
29283         * gst/ffmpegcolorspace/Makefile.am:
29284         * gst/ffmpegcolorspace/avcodec.h:
29285         * gst/ffmpegcolorspace/common.h:
29286         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
29287         * gst/ffmpegcolorspace/dsputil.h:
29288         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
29289         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29290         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
29291         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
29292         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
29293         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
29294         (gst_ffmpegcsp_avpicture_fill):
29295         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
29296         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29297         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
29298         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
29299         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
29300         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
29301         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
29302         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
29303         * gst/ffmpegcolorspace/imgconvert.c:
29304         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
29305         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
29306         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
29307         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
29308         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
29309         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
29310         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
29311         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
29312         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
29313         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
29314         (grow21), (grow22), (grow41), (grow44), (conv411),
29315         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
29316         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
29317         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
29318         (avpicture_free), (is_yuv_planar), (img_convert),
29319         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
29320         (deinterlace_line_inplace), (deinterlace_bottom_field),
29321         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
29322         * gst/ffmpegcolorspace/imgconvert_template.h:
29323         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
29324         * gst/ffmpegcolorspace/mmx.h:
29325         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
29326         (av_fast_realloc), (av_mallocz_static), (av_free_static),
29327         (av_freep), (avcodec_get_context_defaults),
29328         (avcodec_alloc_context), (avcodec_init):
29329           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
29330           handling plus update from ffmpeg CVS. Large clean-up.
29331
29332 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29333
29334         * gst/playback/Makefile.am:
29335           We need the marshallers for decodebin, too.
29336
29337 2004-10-30  David Schleef  <ds@schleef.org>
29338
29339         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
29340           quicktime typefinding work with 64-bit offsets.
29341
29342 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
29343
29344         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
29345           Set EOS on the element when processing an EOS event.
29346         * ext/speex/gstspeexdec.h:
29347         * ext/speex/gstspeexenc.h:
29348           Only keep a const ptr to the mode
29349         * gst-libs/gst/riff/riff-media.c:
29350         (gst_riff_create_audio_caps_with_data),
29351         (gst_riff_create_audio_template_caps):
29352           Allow WMAV3, with up to 6 channels.
29353         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
29354           Don't call gst_pad_set_event_function on a sink pad.
29355         * gst/mpegstream/gstdvddemux.c:
29356         (gst_dvd_demux_get_subpicture_stream),
29357         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
29358           Copy the explicit caps that were set across to the cur_* pads,
29359           instead of trying to use a possibly non-existent negotiated caps.
29360           Reset the type of subpicture pads to UNKNOWN after calling
29361           init_stream, so that the caps get set.
29362
29363 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
29364
29365         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29366
29367         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
29368           Don't touch buffer if it is of size 0 (fixes #151064).
29369
29370 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29371
29372         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
29373           Synchronized discont handling.
29374
29375 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29376
29377         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29378         (gst_ogg_demux_push):
29379           Make seeking sort-of exact again (fixes #156387).
29380
29381 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29382
29383         * gst/playback/gstplaybasebin.c: (unknown_type),
29384         (add_element_stream), (new_decoded_pad),
29385         (gst_play_base_bin_change_state):
29386         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
29387         (gst_stream_info_init), (gst_stream_info_new),
29388         (gst_stream_info_dispose), (gst_stream_info_get_property):
29389         * gst/playback/gststreaminfo.h:
29390           Make caps explicitely available. Makes testing for unsupported
29391           types possible. Improves error reporting.
29392
29393 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29394
29395         * gst/audioconvert/gstaudioconvert.c:
29396         (gst_audio_convert_buffer_to_default_format):
29397           Really don't touch read-only buffers (#156563).
29398
29399 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
29400
29401         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29402
29403         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
29404           Fix memleak (#155223).
29405
29406 2004-10-29  Wim Taymans  <wim@fluendo.com>
29407
29408         * gst/tcp/.cvsignore:
29409         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
29410         (gst_multifdsink_class_init), (gst_multifdsink_init),
29411         (gst_multifdsink_add), (gst_multifdsink_remove),
29412         (gst_multifdsink_remove_client_link), (is_sync_frame),
29413         (gst_multifdsink_new_client),
29414         (gst_multifdsink_handle_client_write),
29415         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
29416         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
29417         (gst_multifdsink_get_property):
29418         * gst/tcp/gstmultifdsink.h:
29419         Added burst on connect sync_method, deprecated sync_clients,
29420         streamlined the sync code some more.
29421
29422 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29423
29424         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
29425         (gst_play_base_bin_change_state):
29426           Improve error reporting.
29427
29428 2004-10-28  Wim Taymans  <wim@fluendo.com>
29429
29430         * gst/tcp/Makefile.am:
29431         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
29432         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
29433         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
29434         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
29435         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
29436         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
29437         (gst_fdset_wait):
29438         Added more locks around fdset structures. Fixed/reworked
29439         the poll array resizing code.
29440         Added stress test for fdset.
29441
29442 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29443
29444         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29445         fix build
29446
29447 2004-10-28  Benjamin Otte  <otte@gnome.org>
29448
29449         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29450           fix link function to always query channels and query width for
29451           floats
29452         * configure.ac:
29453           add equalizer dir
29454         * gst/equalizer/Makefile.am:
29455         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
29456         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
29457         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
29458         (arg_to_scale), (setup_filter),
29459         (gst_iir_equalizer_compute_frequencies),
29460         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
29461         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
29462         (plugin_init):
29463           add an equalizer
29464
29465 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29466
29467         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
29468
29469         * po/LINGUAS:
29470         * po/nb.po:
29471           Added Norwegian Bokmaal translation
29472
29473 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29474
29475         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29476           Don't break on options (fixes #156488).
29477
29478 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29479
29480         * configure.ac:
29481         * ext/cdaudio/Makefile.am:
29482         * sys/Makefile.am:
29483           fix build on older automake
29484
29485 2004-10-26  Wim Taymans  <wim@fluendo.com>
29486
29487         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
29488         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
29489         Allow a little margin when negotiating the framerate.
29490
29491 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
29492
29493         * gst/level/gstlevel.c:
29494           synchonised naming of pads and pad-templates
29495
29496 2004-10-26  Wim Taymans  <wim@fluendo.com>
29497
29498         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29499         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
29500         (_find_streams_check), (gst_ogg_demux_push):
29501         Fix EOS again. Needs to be done in a better way. We should not
29502         remove the pad if there is no new chained stream.
29503
29504 2004-10-26 Iain <iaingnome@gmail.com>
29505
29506         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
29507         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
29508         of the caps.
29509         * gst/interleave/interleave.c (interleave_class_init): Hook up release
29510         pad.
29511         (interleave_release_pad): Remove the pad.
29512         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
29513         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
29514         the set device.
29515         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
29516         attrs
29517         (gst_xvimagesink_xcontext_clear): Free the xcontext.
29518         (gst_xvimagesink_finalize): Free the par.
29519
29520 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29521
29522         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
29523         (gst_avimux_stop_file):
29524           First calculate the rate, and only then use it. Hdr.rate is a
29525           multiple and not a derivative of hdr.scale. Scale is not the
29526           same as blockalign but is solely related to rate.
29527
29528 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29529
29530         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
29531         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
29532           Implement seeking.
29533
29534 2004-10-25  James Henstridge  <james@jamesh.id.au>
29535
29536         Reviewed by:  David Schleef  <ds@schleef.org>
29537
29538         * examples/gstplay/player.c: (got_stream_length), (main):
29539         * examples/seeking/cdplayer.c: (update_scale):
29540         * examples/seeking/seek.c: (format_value), (update_scale):
29541         * examples/seeking/spider_seek.c: (format_value), (update_scale),
29542         (stop_seek):
29543         Build fixes on AMD64.
29544
29545 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29546
29547         reviewed by: Ronald Bultje <rbultje at gnome dot org>
29548
29549         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
29550         Fix for some v4l cards which hang in v4lsrc
29551
29552 2004-10-25  Wim Taymans  <wim@fluendo.com>
29553
29554         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
29555         (gst_ogg_demux_push), (gst_ogg_chains_clear):
29556         Make sure to remove the pad when a new chain is
29557         encountered. Set some vars to NULL so we don't try
29558         to reference freed memory.
29559
29560 2004-10-25  Wim Taymans  <wim@fluendo.com>
29561
29562         * examples/seeking/Makefile.am:
29563         * examples/seeking/cdplayer.c: (update_scale):
29564         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
29565         * examples/seeking/playbin.c: (make_playerbin_pipeline),
29566         (format_value), (update_scale), (iterate), (start_seek),
29567         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
29568         (print_usage), (main):
29569         Added some more examples, update others.
29570
29571 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29572
29573         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
29574         * ext/speex/gstspeexdec.c: (speex_dec_chain):
29575         * ext/theora/theoradec.c: (theora_dec_chain):
29576         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29577           Add codec-name metadata.
29578
29579 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
29580
29581         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29582
29583         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29584         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29585         * ext/alsa/gstalsamixertrack.h:
29586         * po/POTFILES.in:
29587           ALSA mixer track label internationalization (#154054).
29588
29589 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29590
29591         * ext/theora/theoradec.c: (theora_dec_chain):
29592           Export bitrate as metadata.
29593
29594 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29595
29596         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29597         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29598         * ext/alsa/gstalsamixertrack.h:
29599           Fix names, fix loop.
29600
29601 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29602
29603         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
29604         (speex_dec_convert):
29605           sinkconvert function so oggdemux can get the file length (totem).
29606
29607 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
29608
29609         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29610
29611         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
29612           Don't push incomplete packets.
29613         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
29614           Fix MPEG-4 audio typefinding.
29615
29616 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29617
29618         * sys/v4l/Makefile.am:
29619         * sys/v4l/gstv4l.c: (plugin_init):
29620         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
29621         (gst_v4lelement_init), (gst_v4lelement_dispose),
29622         (gst_v4lelement_change_state):
29623         * sys/v4l/gstv4lelement.h:
29624         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
29625         (gst_v4l_xoverlay_close), (idle_refresh),
29626         (gst_v4l_xoverlay_set_xwindow_id):
29627         * sys/v4l/gstv4lxoverlay.h:
29628         * sys/v4l/v4l-overlay_calls.c:
29629         * sys/v4l/v4l_calls.h:
29630         * sys/v4l2/Makefile.am:
29631         * sys/v4l2/gstv4l2.c: (plugin_init):
29632         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
29633         (gst_v4l2element_init), (gst_v4l2element_dispose),
29634         (gst_v4l2element_change_state):
29635         * sys/v4l2/gstv4l2element.h:
29636         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
29637         (gst_v4l2_xoverlay_close), (idle_refresh),
29638         (gst_v4l2_xoverlay_set_xwindow_id):
29639         * sys/v4l2/gstv4l2xoverlay.h:
29640         * sys/v4l2/v4l2-overlay_calls.c:
29641         * sys/v4l2/v4l2_calls.h:
29642           Remove client-side overlay handling, use the X-server v4l plugin
29643           for that. Nicer overlay, less code. Also make the plugin
29644           compileable without X (but then without overlay, obviously).
29645           Makes xwindowlistener obsolete, should we remove that?
29646
29647 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29648
29649         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
29650         (gst_osssrc_src_query):
29651         * sys/oss/gstosssrc.h:
29652           OK, so people want offset in DEFAULT. This time, actually fix all
29653           cases.
29654         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
29655           Add FPS properly.
29656
29657 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29658
29659         * gst/asfdemux/gstasfmux.c:
29660         * gst/avi/gstavimux.c:
29661           Framerate.
29662
29663 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29664
29665         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
29666           Fix properties (channel, norm, frequency).
29667
29668 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29669
29670         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
29671           Flag typo.
29672         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
29673           No warnings.
29674
29675 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29676
29677         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
29678           Fix hang.
29679
29680 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29681
29682         * sys/v4l2/gstv4l2element.h:
29683           Yet Another Hack (tm) for kernel header borkedness.
29684         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
29685         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
29686         (gst_v4l2src_link), (gst_v4l2src_getcaps),
29687         (gst_v4l2src_change_state):
29688         * sys/v4l2/gstv4l2src.h:
29689         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
29690         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
29691           Fix caps, keep track of state, work.
29692
29693 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29694
29695         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
29696           Quiet.
29697
29698 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29699
29700         * sys/oss/gstosssrc.c: (gst_osssrc_get):
29701           Don't mix bytes and samples.
29702
29703 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29704
29705         * ext/ogg/gstoggmux.c:
29706           Basic pad template which accepts OGM tracks, speex, flac, vorbis
29707           and theora. Any is incorrect.
29708         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
29709           Fix caps.
29710         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
29711         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
29712         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
29713         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
29714         * sys/v4l/gstv4lmjpegsrc.h:
29715         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
29716         (gst_v4lsrc_change_state):
29717         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
29718         (gst_v4lmjpegsrc_capture_stop):
29719           Fix caps. Keep track of internal state. Work.
29720
29721 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29722
29723         * ext/Makefile.am:
29724           Fix the build fixes.
29725
29726 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29727
29728         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29729         (gst_ogg_demux_src_event), (_find_chain_seek),
29730         (gst_ogg_pad_push):
29731           Check for pad availability before using it.
29732         * ext/ogg/gstoggdemux.c: (_find_chain_process):
29733           Fix parsing of chained ogg. Needs more work on the decoder side.
29734
29735 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29736
29737         * gst/spectrum/Makefile.am:
29738         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
29739         (idle_func):
29740           Fix demo and reenable it. Yes, I'm currently playing with audio
29741           analysis tools
29742
29743 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29744
29745         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29746           We love it if files that start at zero work too...
29747
29748 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29749
29750         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29751           Handle files with missing EOS headers.
29752
29753 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29754
29755         * gst/tcp/gsttcpserversink.c:
29756         (gst_tcpserversink_handle_server_read),
29757         (gst_tcpserversink_init_send):
29758         Zero some variables first (need for accept not to return EINVAL)
29759
29760 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29761
29762         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29763         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
29764         * ext/theora/theoradec.c: (theora_dec_sink_convert),
29765         (theora_dec_chain):
29766         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
29767         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
29768           Seeking and querying finetune.
29769
29770 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29771
29772         * configure.ac:
29773         * ext/Makefile.am:
29774         * ext/raw1394/Makefile.am:
29775           fix the build
29776
29777 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29778
29779         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29780           Wrong return.
29781         * gst/playback/Makefile.am:
29782         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
29783         * gst/playback/gstplay-marshal.list:
29784         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
29785           Fix marshallers.
29786
29787 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29788
29789         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
29790           Silence.
29791
29792 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29793
29794         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29795         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
29796         (gst_ogg_pad_push):
29797           Yay for non-lineair granulepos in theora.
29798
29799 2004-10-18  Wim Taymans  <wim@fluendo.com>
29800
29801         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
29802         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
29803         * ext/dv/gstdvdec.h:
29804         Make sure we renegotiate aspect ratio when the camera switches.
29805
29806 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29807
29808         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29809         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
29810           Start at zero.
29811         * ext/theora/theoradec.c: (theora_dec_chain):
29812           Skip headers. Bad idea for chained ogg, but fixes seeking.
29813
29814 2004-10-18  Wim Taymans  <wim@fluendo.com>
29815
29816         * configure.ac:
29817         I swear, this is the last time I touch this.
29818
29819 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29820
29821         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29822         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
29823         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
29824           Faster seeking.
29825         * ext/theora/theoradec.c: (theora_dec_sink_convert):
29826           Time-to-default conversion.
29827         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29828           Don't error on unknown packets, just skip. We should probably
29829           read them if we want to support chained ogg.
29830
29831 2004-10-18  Wim Taymans  <wim@fluendo.com>
29832
29833         * configure.ac:
29834         Added cdaudio to wrong list.
29835
29836 2004-10-18  Wim Taymans  <wim@fluendo.com>
29837
29838         * configure.ac:
29839         Revive cdaudio.
29840
29841 2004-10-18  Wim Taymans  <wim@fluendo.com>
29842
29843         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
29844         (gst_dvdec_video_link), (gst_dvdec_push):
29845         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
29846         (gst_smokeenc_resync), (gst_smokeenc_chain):
29847         Fix mimetype on smoke encoder.
29848         Add aspect ratio to dvdec. Not sure if these
29849         values are correct though....
29850
29851 2004-10-18  Wim Taymans  <wim@fluendo.com>
29852
29853         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
29854         Fix vorbis property descriptions and ranges.
29855
29856 2004-10-18  Wim Taymans  <wim@fluendo.com>
29857
29858         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29859         Really do nothing when no data is available.
29860         Go to the playing state when the stream is not seekable
29861         instead of failing.
29862
29863 2004-10-18  Wim Taymans  <wim@fluendo.com>
29864
29865         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
29866         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
29867         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
29868         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
29869         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
29870         Added uri handler for cd://
29871         Port to new API.
29872
29873 2004-10-18  Wim Taymans  <wim@fluendo.com>
29874
29875         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29876         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
29877         (try_to_link_1), (no_more_pads), (close_link), (type_found):
29878         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
29879         (remove_prerolls), (unknown_type), (add_element_stream),
29880         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
29881         (gst_play_base_bin_remove_element),
29882         (gst_play_base_bin_link_stream):
29883         * gst/playback/gstplaybin.c: (gen_video_element),
29884         (gen_vis_element), (remove_sinks), (setup_sinks):
29885         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
29886         (gst_stream_info_get_type), (gst_stream_info_class_init),
29887         (gst_stream_info_init), (gst_stream_info_new),
29888         (gst_stream_info_dispose), (stream_info_mute_pad),
29889         (gst_stream_info_set_property), (gst_stream_info_get_property):
29890         * gst/playback/gststreaminfo.h:
29891         Add sink padtemplate to decodebin.
29892         Added some more comments.
29893         Make queue size configurable in playbasebin.
29894         Added possibility to use elements as sinks (ex cdaudio).
29895
29896 2004-10-15  Wim Taymans  <wim@fluendo.com>
29897
29898         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
29899         (gst_speexenc_chain):
29900         Fix speex timestamps so that it gets muxed properly.
29901
29902 2004-10-15  Wim Taymans  <wim@fluendo.com>
29903
29904         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
29905         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
29906         (gst_dv1394src_init), (gst_dv1394src_dispose),
29907         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
29908         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
29909         (gst_dv1394src_event), (gst_dv1394src_get_formats),
29910         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
29911         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
29912         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
29913         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
29914         * ext/raw1394/gstdv1394src.h:
29915         Added conversion/query functions.
29916         Update buffer timestamps,
29917         Added signals.
29918         Added uri dv:// so it might play from the firewire in playbin.
29919         Fix a possible leak.
29920         Added debugging.
29921
29922 2004-10-15  Wim Taymans  <wim@fluendo.com>
29923
29924         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
29925         (gst_dv1394src_init), (gst_dv1394src_set_property),
29926         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
29927         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
29928         * ext/raw1394/gstdv1394src.h:
29929         Added AV/C VTR control support needed for some cameras.
29930         Added automatic port detection.
29931         Added properties for selecting the channel.
29932         The configure.ac script is not yet updated to reflect the
29933         new libavc1394 and librom1394 dependencies.
29934
29935 2004-10-15  Wim Taymans  <wim@fluendo.com>
29936
29937         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
29938         (qtdemux_parse), (gst_qtdemux_handle_esds):
29939         An esds box is not a container.
29940         Fix parsing of mp4v boxes.
29941         Do not try to renegotiate fps for each frame. Need to
29942         find a better method. This should fix mp4 playback.
29943
29944 2004-10-14  David Schleef  <ds@schleef.org>
29945
29946         * configure.ac: update for swfdec-0.3 and liboil-0.2
29947         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
29948         * ext/swfdec/gstswfdec.h: same
29949         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
29950         * gst/videotestsrc/videotestsrc.c: same
29951
29952 2004-10-14  Wim Taymans  <wim@fluendo.com>
29953
29954         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
29955         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
29956         (is_sync_frame), (gst_multifdsink_new_client),
29957         (gst_multifdsink_handle_client_write),
29958         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
29959         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
29960         Turn warnings into info.
29961         Don't allow a state change in the streaming thread.
29962
29963 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
29964
29965         * ext/vorbis/oggvorbisenc.c:
29966         * ext/vorbis/vorbisdec.c:
29967           fix template sample rate
29968
29969 2004-10-13  Wim Taymans  <wim@fluendo.com>
29970
29971         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
29972         Decoding the header first fixes some problems in resyncing
29973         in more mp3s.
29974
29975 2004-10-12  Wim Taymans  <wim@fluendo.com>
29976
29977         * gst/playback/gstplaybin.c: (gen_video_element),
29978         (gen_vis_element), (remove_sinks), (setup_sinks):
29979         Added vis plugin support, need to configure the vis
29980         element to activate it.
29981
29982 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29983
29984         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
29985         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
29986           Some debug.
29987         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
29988         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
29989         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
29990         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
29991         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
29992         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
29993         * gst/avi/gstavidemux.h:
29994           Support for openDML-2.0 indx/ix## chunks. Support for broken index
29995           recovery (where, if part of the index is broken, we will still read
29996           the rest of the index and recover the broken part by stream
29997           scanning). More broken media support. EOS workarounds. General AVI
29998           braindamage headache recovery. Aspirin included.
29999
30000 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30001
30002         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
30003         (cdparanoia_event), (cdparanoia_query):
30004           Get rid of hideous lead-in.
30005
30006 2004-10-11  Wim Taymans  <wim@fluendo.com>
30007
30008         * gst/playback/gstplaybasebin.c: (setup_source):
30009         Wrong var used to get g_list_next.
30010
30011 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30012
30013         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
30014         (cdparanoia_get), (cdparanoia_open):
30015           Report discid as metadata, add duration.
30016
30017 2004-10-11  Wim Taymans  <wim@fluendo.com>
30018
30019         * gst/playback/gstplaybasebin.c: (setup_source):
30020         Cleanup the previous pipeline a little earlier for the
30021         case that a source element provides raw data.
30022
30023 2004-10-11  Benjamin Otte  <otte@gnome.org>
30024
30025         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
30026           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
30027           consuming the last 128 bytes, even though it was valid mp3 data.
30028
30029 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30030
30031         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
30032         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
30033         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
30034         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
30035
30036 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30037
30038         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
30039         Fix for webcams that support only specific width or height
30040
30041 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
30042
30043         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30044
30045         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
30046           Fix wrong discont event setup (fixes #154967).
30047
30048 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
30049
30050         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30051
30052         * gst/auparse/gstauparse.c: (gst_auparse_chain):
30053           Error out on invalid data (fixes #154807).
30054
30055 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
30056
30057         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30058
30059         * ext/dvdread/dvdreadsrc.c: (_read):
30060           Make titles > 0 work again (fixes #154834).
30061
30062 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30063
30064         * gst-libs/gst/riff/riff-media.c:
30065         (gst_riff_create_video_template_caps):
30066           WMV3 missing in template caps.
30067
30068 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30069
30070         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30071           OK, so the original code was too strict. It makes random AVI files
30072           hang for seconds upon opening, which is unacceptable and is far
30073           beyond the original goal of getting multiple chunks for one-chunk
30074           sounc stream files. So now do just that.
30075
30076 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30077
30078         * gst/playback/gstplaybasebin.c: (setup_source),
30079         (gst_play_base_bin_change_state):
30080           Actually clean up streaminfo if output fails. This would trigger
30081           if, for example, there was no CD in the drive. No preroll, so
30082           a streaminfo structure is created, but the subsequent state change
30083           of the thread fails.
30084         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
30085           Don't change state if parent failed.
30086
30087 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30088
30089         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
30090         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
30091         (gen_video_element), (remove_sinks):
30092           Add small bits of code for screenshot handling.
30093
30094 2004-10-08  Wim Taymans  <wim@fluendo.com>
30095
30096         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
30097         (gen_video_element), (gen_audio_element), (setup_sinks):
30098         Don't assume the user provided sinks are named "sink"...
30099
30100 2004-10-08  Wim Taymans  <wim@fluendo.com>
30101
30102         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
30103         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
30104         (gst_play_base_bin_link_stream):
30105         Do not try to autoplug sources that generate raw streams like
30106         cdparanoia.
30107         disconnect the preroll overrun signal when we don't need it anymore.
30108
30109 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
30110
30111         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
30112         Added reworked patch from #154903 from milosz derezynski (deadchip).
30113
30114 2004-10-08  Wim Taymans  <wim@fluendo.com>
30115
30116         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
30117         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
30118         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
30119         (cdparanoia_convert), (cdparanoia_uri_get_type),
30120         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
30121         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
30122         * ext/cdparanoia/gstcdparanoia.h:
30123         This adds the cdda://<tracknum> uri.
30124
30125 2004-10-08  Wim Taymans  <wim@fluendo.com>
30126
30127         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
30128         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30129         (try_to_link_1), (no_more_pads), (close_link), (type_found):
30130         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
30131         (unknown_type), (gst_play_base_bin_remove_element),
30132         (gst_play_base_bin_link_stream):
30133         * gst/playback/gstplaybasebin.h:
30134         * gst/playback/gstplaybin.c: (gst_play_bin_init),
30135         (gst_play_bin_set_property), (gen_video_element),
30136         (gen_audio_element), (setup_sinks):
30137         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
30138         (gst_stream_info_get_type), (gst_stream_info_class_init),
30139         (gst_stream_info_init), (gst_stream_info_new),
30140         (gst_stream_info_dispose), (stream_info_mute_pad),
30141         (gst_stream_info_set_property), (gst_stream_info_get_property):
30142         * gst/playback/gststreaminfo.h:
30143         Reuse the audio and video bins.
30144         Some internal cleanups in the stream selection code.
30145
30146 2004-10-08  Julien MOUTTE  <julien@moutte.net>
30147
30148         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
30149         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
30150         * sys/ximage/ximagesink.h:
30151         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
30152         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
30153         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
30154         not coming from those elements. Moreover these elements should not keep
30155         the xid they have been given when in NULL state.
30156
30157 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30158
30159         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
30160         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
30161         * sys/ximage/ximagesink.h:
30162         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
30163         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
30164         * sys/xvimage/xvimagesink.h:
30165           Actually only create a new toplevel window if we're not gonna
30166           embed it right after.
30167
30168 2004-10-07  Wim Taymans  <wim@fluendo.com>
30169
30170         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
30171         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
30172         * gst/playback/gstplaybin.c: (setup_sinks):
30173         Implement muting/unmuting of streams, mute streams that are not
30174         used.
30175
30176 2004-10-07  Wim Taymans  <wim@fluendo.com>
30177
30178         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
30179         (plugin_init):
30180         Added lame audio/x-ac3 typefind function.
30181
30182 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
30183
30184         * configure.ac:
30185           bump nano to cvs
30186
30187 === release 0.8.5 ===
30188
30189 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
30190
30191         * NEWS:
30192         * RELEASE:
30193         * configure.ac:
30194           releasing 0.8.5, "Take You On"
30195
30196 2004-10-06  Wim Taymans  <wim@fluendo.com>
30197
30198         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
30199         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
30200         (no_more_pads), (close_link), (type_found):
30201         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30202         * gst/playback/gstplaybin.c: (gen_video_element):
30203         Do not signal the no_more_pads after the first pad when
30204         we are plugging a non dynamic element with multiple
30205         output pads (like swfdec, dvdec, ...).
30206
30207 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30208
30209         * configure.ac:
30210           bump for prerelease
30211
30212 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30213
30214         * gst/wavparse/gstwavparse.c:
30215           add ATRAC3 to STATIC CAPS to fix a warning
30216
30217         * gst/matroska/ebml-read.c:
30218         * gst-libs/gst/riff/riff-read.c:
30219           fix typos
30220
30221 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30222
30223         * gst-libs/gst/riff/riff-media.c:
30224           generate caps for ATRAC3 audio streams
30225
30226         * gst/realmedia/rmdemux.c:
30227           generate caps for ATRAC3 audio streams
30228
30229 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30230
30231         * gst/wavparse/Makefile.am
30232         * gst/wavparse/riff.h
30233         * gst/wavparse/wavparse.vcproj
30234           riff.h removal (unused and duplication with riff-ids.h)
30235
30236 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30237
30238         * gst/wavparse/gstwavparse.h
30239           remove duplicated defines for audio codec codes
30240
30241         * gst-libs/gst/riff/riff-ids.h
30242         * gst/wavenc/riff.h:
30243           add "4CC" code for ATRAC3 audio streams
30244           add "4CC" code for ITU_G721_ADPCM (unused for now)
30245
30246 2004-10-06  Wim Taymans  <wim@fluendo.com>
30247
30248         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
30249         Actually _do_ negotiation. Pass gdouble as arg instead
30250         of guint64 for the framerate.
30251
30252 2004-10-06  Wim Taymans  <wim@fluendo.com>
30253
30254         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
30255         (find_compatibles), (close_pad_link), (try_to_link_1),
30256         (no_more_pads), (close_link), (type_found):
30257         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30258         * gst/playback/gstplaybin.c: (gen_video_element),
30259         (gen_audio_element):
30260         Set state on newly added element to READY so that negotiation
30261         can happen ASAP.
30262         Addes some more debug info.
30263         Do not try to plug pads with multiple caps structures or ANY
30264         because it is too dangerous since we do not do dynamic
30265         replugging.
30266
30267 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30268
30269         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
30270
30271         * po/LINGUAS:
30272         * po/or.po:
30273           add Oriya translation
30274
30275 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30276
30277         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30278           Prevent overwrite of size member. Makes audio sound crappy.
30279
30280 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30281
30282         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
30283         Add rmvb to the list of known RealMedia extensions
30284
30285 2004-10-05  Wim Taymans  <wim@fluendo.com>
30286
30287         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
30288         (mngdec_openstream), (mngdec_closestream),
30289         (mngdec_handle_sink_event), (mngdec_readdata),
30290         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
30291         (mngdec_getcanvasline), (mngdec_refresh),
30292         (gst_mngdec_change_state):
30293         Set the framerate correctly.
30294
30295 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30296
30297         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30298           There was something wrong with the index massaging.
30299
30300 2004-10-04  Wim Taymans  <wim@fluendo.com>
30301
30302         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
30303         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
30304         (gst_smokedec_chain):
30305         * ext/jpeg/gstsmokedec.h:
30306         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
30307         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
30308         * ext/jpeg/gstsmokeenc.h:
30309         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
30310         (smokecodec_decode_new), (smokecodec_info_free),
30311         (smokecodec_set_quality), (smokecodec_get_quality),
30312         (smokecodec_set_threshold), (smokecodec_get_threshold),
30313         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
30314         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
30315         (smokecodec_encode), (smokecodec_parse_id),
30316         (smokecodec_parse_header), (smokecodec_decode):
30317         * ext/jpeg/smokecodec.h:
30318         * ext/jpeg/smokeformat.h:
30319         Updated smoke, new bitstream, allows embedding in ogg.
30320
30321 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30322
30323         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
30324           Fix seeking in some files. All this code is no longer needed (and
30325           actually breaks stuff) because we now synchronize the full index
30326           right when reading the header.
30327
30328 2004-10-04  Wim Taymans  <wim@fluendo.com>
30329
30330         * configure.ac:
30331         configure update for libmng.
30332
30333 2004-10-04  Wim Taymans  <wim@fluendo.com>
30334
30335         * ext/libmng/Makefile.am:
30336         * ext/libmng/gstmng.c: (plugin_init):
30337         * ext/libmng/gstmng.h:
30338         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
30339         (gst_mngdec_base_init), (gst_mngdec_class_init),
30340         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
30341         (gst_mngdec_loop), (gst_mngdec_get_property),
30342         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
30343         (mngdec_closestream), (mngdec_handle_sink_event),
30344         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
30345         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
30346         (gst_mngdec_change_state):
30347         * ext/libmng/gstmngdec.h:
30348         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
30349         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
30350         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
30351         (gst_mngenc_chain), (gst_mngenc_get_property),
30352         (gst_mngenc_set_property):
30353         * ext/libmng/gstmngenc.h:
30354         Added basic MNG decoder. Needs more work. The encoder does
30355         not work yet.
30356
30357 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30358
30359         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
30360         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
30361         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
30362           Don't hang on length=0 chunks. Some negotiation fixes. Signal
30363           no-more-pads.
30364
30365 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
30366
30367         * configure.ac:
30368           you need at least 1.0.4 of speex
30369
30370 2004-10-04 Iain <iaingnome@gmail.com>
30371
30372         * ext/speex/gstspeexdec.h: Revert the includes changes.
30373
30374         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
30375
30376 2004-09-30 Iain <iaingnome@gmail.com>
30377
30378         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
30379         found during init or set as a property instead of hardcoding /dev/audio
30380
30381 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30382
30383         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
30384         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
30385         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
30386         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
30387         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
30388         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
30389         (gst_rmdemux_dump_data):
30390           Use debug category, fix EOS handling. filesrc ! rmdemux now
30391           works.
30392
30393 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30394
30395         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
30396         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
30397         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
30398           Improve allocation, cutting and sorting of the index. How takes a
30399           few seconds instead of minutes.
30400
30401 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
30402
30403         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
30404           fixed compilation
30405
30406 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30407
30408         * gst-libs/gst/riff/riff-media.c:
30409         (gst_riff_create_video_caps_with_data),
30410         (gst_riff_create_video_template_caps):
30411           Add wing commander format mimetype/fourccs.
30412         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30413           Don't crash if some value is 0.
30414
30415 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30416
30417         * gst-libs/gst/riff/riff-media.c:
30418         (gst_riff_create_video_caps_with_data),
30419         (gst_riff_create_video_template_caps):
30420           Add DIB fourcc (raw, palettized 8-bit RGB).
30421         * gst-libs/gst/riff/riff-read.c:
30422         (gst_riff_read_strf_vids_with_data):
30423           Oops, fix strf_data reading bug.
30424         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
30425           Use a non-NULL tag.
30426         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
30427           Time for hacks. Sorry Dave. At least one quicktime movie (a
30428           trailer) that I've encountered contains multiple video tracks.
30429           One of those is the actual video track, the other are one-frame
30430           tracks (images). Unfortunately, the number of frames according
30431           to the trak header is 1 for each, so that doesn't help. So
30432           instead, I look at the duration and discard tracks with a
30433           duration shorter than 20% of the length of the stream. Better
30434           than nothing.
30435
30436 2004-10-01  Christian Schaller <christian@fluendo.com>
30437
30438         * ext/ivorbis/vorbis.c:
30439           Patch from Phil Blundell (Bug 152341)
30440
30441 2004-10-01  Wim Taymans  <wim@fluendo.com>
30442
30443         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
30444         (speex_dec_get_formats), (speex_dec_convert),
30445         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
30446         (speex_dec_chain), (gst_speexdec_get_property),
30447         (gst_speexdec_set_property):
30448         Small cleanups.
30449
30450 2004-10-01  Wim Taymans  <wim@fluendo.com>
30451
30452         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
30453         (gst_wavparse_stream_init), (gst_wavparse_fmt),
30454         (gst_wavparse_other), (gst_wavparse_loop),
30455         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
30456         (gst_wavparse_srcpad_event):
30457         * gst/wavparse/gstwavparse.h:
30458         Added some more debugging info.
30459         Fix the case where the length of the file is 0.
30460         Make sure we seek to sample borders.
30461
30462 2004-10-01  Wim Taymans  <wim@fluendo.com>
30463
30464         * gst/playback/README:
30465         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
30466         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30467         (try_to_link_1), (no_more_pads), (close_link), (type_found):
30468         Add some debug info to decodebin, update README
30469
30470 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30471
30472         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
30473           Don't use g_print(); use GST_DEBUG().
30474
30475 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30476
30477         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30478         (gst_ogg_mux_queue_pads):
30479           Handle EOS properly.
30480
30481 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
30482
30483         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30484
30485         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
30486         (gst_faad_chain), (gst_faad_change_state):
30487         * ext/faad/gstfaad.h:
30488           Allow playback of raw (unframed) MPEG AAC files (#148993).
30489
30490 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
30491
30492         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30493
30494         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30495           Throw error if we didn't recognize the stream. Fixes #152289.
30496
30497 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30498
30499         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
30500           Fix negotiation.
30501
30502 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
30503
30504         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30505
30506         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30507           Fix memleak.
30508
30509 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
30510
30511         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30512
30513         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
30514           Solve #152805.
30515         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
30516           Solve 152806.
30517
30518 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30519
30520         * gst-libs/gst/riff/riff-media.c:
30521         (gst_riff_create_video_caps_with_data),
30522         (gst_riff_create_audio_caps_with_data):
30523           Add codec_data handling (like asfdemux used to do).
30524         * gst/asfdemux/gstasf.c: (plugin_init):
30525         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
30526         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
30527           Use riff-media for caps creation instead of our own (mostly
30528           broken) copy of its functions.
30529
30530 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30531
30532         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
30533           Don't actually error out if we get another return value than
30534           -EINVAL. Opposite to what I first thought, drivers have random
30535           return values for this, although -EINVAL is the expected return
30536           value. Since this is not fatal, we shouldn't use
30537           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
30538
30539 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30540
30541         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
30542         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
30543         (dvdreadsrc_get_property), (_open), (_seek), (_read),
30544         (dvdreadsrc_get), (dvdreadsrc_open_file),
30545         (dvdreadsrc_change_state):
30546           Fix. Don't do one big huge loop around the whole DVD, that will
30547           cache all data and thus eat sizeof(dvd) (several GB) before we
30548           see something.
30549         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
30550           Actually NULL'ify event after using it.
30551         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
30552         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
30553         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
30554         (gst_ebml_read_seek), (gst_ebml_read_skip):
30555           Handle events.
30556         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
30557         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
30558         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
30559           Fix timing (this will probably break if I seek using menus, but
30560           I didn't get there yet). VOBs and normal DVDs should now work.
30561           Add a mpeg2-only pad with high rank so this get autoplugged for
30562           MPEG-2 movies.
30563         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
30564         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
30565         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
30566         (gst_mpeg_demux_get_audio_stream),
30567         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
30568         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
30569           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
30570           MPEG-1 but use dvddemux for MPEG-2.
30571         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
30572         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
30573         (gst_mpeg_parse_parse_packhead):
30574           Timing. Only add pad template if it exists. Add sink template from
30575           class and not from ourselves. This means we will always use the
30576           correct sink template even if it is not the one defined in this
30577           file.
30578
30579 2004-09-29  Wim Taymans  <wim@fluendo.com>
30580
30581         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
30582         (gst_mpeg_demux_parse_pes):
30583         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
30584         Fix playback of mpeg again, timestamps where screwed up by
30585         patch 1.61.
30586
30587 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30588
30589         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
30590           Only return true if we actually filled something in. Prevents
30591           player applications from showing a random length for flac files.
30592         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
30593         (gst_riff_read_use_event), (gst_riff_read_handle_event),
30594         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
30595         (gst_riff_read_strf_vids_with_data),
30596         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
30597           OK, ok, so I implemented event handling. Apparently it's normal
30598           that we receive random events at random points without asking
30599           for it.
30600         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
30601         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
30602         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
30603         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
30604         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
30605         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
30606         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
30607         * gst/avi/gstavidemux.h:
30608           Implement non-lineair chunk handling and subchunk processing.
30609           The first solves playback of AVI files where the audio and video
30610           data of individual buffers that we read are not synchronized.
30611           This should not happen according to the wonderful AVI specs, but
30612           of course it does happen in reality. It is also a prerequisite for
30613           the second. Subchunk processing allows us to cut chunks in small
30614           pieces and process each of these pieces separately. This is
30615           required because I've seen several AVI files with incredibly large
30616           audio chunks, even some files with only one audio chunk for the
30617           whole file. This allows for proper playback including seeking.
30618           This patch is supposed to fix all AVI A/V sync issues.
30619         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
30620         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
30621           Work.
30622         * gst/modplug/gstmodplug.cc:
30623           Proper return value setting for the query() function.
30624         * gst/playback/gstplaybasebin.c: (setup_source):
30625           Being in non-playing state (after, e.g., EOS) is not necessarily
30626           a bad thing. Allow for that. This fixes playback of short files.
30627           They don't actually playback fully now, because the clock already
30628           runs. This means that small files (<500kB) with a small length
30629           (<2sec) will still not or barely play. Other files, such as mod
30630           or flx, will work correctly, however.
30631
30632 2004-09-28  Wim Taymans  <wim@fluendo.com>
30633
30634         * ext/speex/gstspeex.c: (plugin_init):
30635         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
30636         (gst_speex_dec_class_init), (speex_dec_get_formats),
30637         (speex_get_event_masks), (speex_get_query_types),
30638         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
30639         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
30640         (gst_speexdec_get_property), (gst_speexdec_set_property),
30641         (speex_dec_change_state):
30642         * ext/speex/gstspeexdec.h:
30643         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
30644         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
30645         (gst_speexenc_base_init), (gst_speexenc_class_init),
30646         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
30647         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
30648         (gst_speexenc_src_query), (gst_speexenc_init),
30649         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
30650         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
30651         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
30652         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
30653         (gst_speexenc_chain), (gst_speexenc_get_property),
30654         (gst_speexenc_set_property), (gst_speexenc_change_state):
30655         * ext/speex/gstspeexenc.h:
30656         Rewrote speex encoder, make sure it can be embedded in ogg.
30657         Implemented speex decoder.
30658
30659 2004-09-28  Christian Schaller <christian@fluendo.com>
30660
30661         * configure.ac:
30662         Remove kioslave plugin. Markey is brewing a new working one
30663         * ext/Makefile.am: Remove kioslave plugin
30664         * ext/kio: remove
30665         * gst-plugins.spec.in: remove kio plugin from spec
30666
30667 2004-09-27  Wim Taymans  <wim@fluendo.com>
30668
30669         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30670         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
30671         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
30672         (gst_multifdsink_new_client),
30673         (gst_multifdsink_handle_client_write),
30674         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
30675         (gst_multifdsink_handle_clients):
30676         * gst/tcp/gstmultifdsink.h:
30677         Make syncing to keyframes actually work for new clients and lagging
30678         clients.
30679
30680 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30681
30682         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
30683         (gst_navigationtest_handle_src_event), (draw_box_planar411),
30684         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
30685         * gst/debug/gstnavigationtest.h:
30686           make navigationtest display button-press and button-release events
30687
30688 2004-09-26 Iain <iaingnome@gmail.com>
30689
30690         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
30691         the channels have received a new media event.
30692         (interleave_buffered_loop): Compresses a new media event on all
30693         channels into one.
30694
30695 2004-09-26 Iain <iaingnome@gmail.com>
30696
30697         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
30698         call the sinkpad's default event handler and not the srcpads. He also
30699         says this is confusing :)
30700         (gst_wavenc_stop_file): Company says that seek events only go upstream
30701         we should send a discontinuous downstream instead.
30702
30703 2004-09-25  Christian Schaller <christian@fluendo.com>
30704
30705         * Update SPEC file to be usable in conjunction with Fedora Core,
30706           Fedora.us and freshrpms packages
30707         * Fix typo in multifilesrc test Makefile
30708
30709 2004-09-24  Wim Taymans  <wim@fluendo.com>
30710
30711         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30712         Only signal the no_more_pads signal when we have
30713         added the stream to our list.
30714
30715 2004-09-24  Wim Taymans  <wim@fluendo.com>
30716
30717         * gst/playback/gstplaybasebin.c: (remove_prerolls),
30718         (new_decoded_pad):
30719         * gst/playback/gstplaybasebin.h:
30720         * gst/playback/gstplaybin.c: (setup_sinks):
30721         Don't try to preroll or decode more than one audio/video
30722         track.
30723
30724 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30725
30726         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
30727           Throw error if we failed to find a suitable output. This should
30728           throw an error if we successfully set up a pipeline (e.g. because
30729           we recognized a media file) but found no decodable streams in it
30730           (e.g. because it contains only media stream types for which we
30731           have no decoders, or because it's not a media type).
30732
30733 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30734
30735         * ext/dirac/Makefile.am:
30736         * ext/dirac/gstdirac.cc:
30737         * ext/dirac/gstdiracdec.cc:
30738         * ext/dirac/gstdiracdec.h:
30739           Do something. Don't actually know if this works because I don't
30740           have a demuxer yet.
30741         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
30742           Add channels=1 to caps returned from _getcaps().
30743         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
30744         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
30745         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
30746         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
30747         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
30748         (gst_ogm_parse_change_state):
30749           Separate between audio/video so ogmaudioparse actually uses the
30750           audio pad templates. Both audio and video work now, including
30751           autoplugging. Also use sometimes-srcpad hack.
30752         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
30753           Handle events better. Don't hang on infinite loops.
30754         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
30755         (gst_avi_demux_init), (gst_avi_demux_reset),
30756         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
30757         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
30758         (gst_avi_demux_change_state):
30759         * gst/avi/gstavidemux.h:
30760           Improve A/V sync. Still not perfect.
30761         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
30762         (gst_ebml_read_skip):
30763           Handle events better.
30764         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
30765         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
30766         (qtdemux_audio_caps):
30767           Add IMA4. Improve event handling. Save offset after a seek when
30768           the headers are at the end of the file so that we don't end up in
30769           an infinite loop.
30770         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
30771           Add low-priority typefind support for files with no length.
30772
30773 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30774
30775         * testsuite/multifilesink/Makefile.am:
30776         fix typo
30777
30778 2004-09-22  Julien MOUTTE  <julien@moutte.net>
30779
30780         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
30781         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
30782         mistakes from thaytan's patches.
30783
30784 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
30785
30786         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
30787           For completeness, XSync in the destroy function as xvimage does.
30788
30789 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
30790
30791         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
30792            Correct caps negotiation
30793         * gst/volume/gstvolume.c: (volume_chain_float),
30794         (volume_chain_int16):
30795            Modify debug output to be little more informative
30796         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
30797         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
30798         (gst_xvimagesink_xvimage_destroy):
30799           Add XSync calls after detaching from the shared memory segment to
30800           avoid a crash.
30801
30802 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30803
30804         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
30805         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
30806         * ext/vorbis/vorbis.c: (plugin_init):
30807         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
30808         (gst_vorbisenc_chain):
30809         * ext/vorbis/vorbisenc.h:
30810         remove explicit newmedia support from oggmux and vorbisenc
30811         add debug category to vorbisenc
30812         * gst/multifilesink/gstmultifilesink.c:
30813         (gst_multifilesink_class_init), (gst_multifilesink_init),
30814         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
30815         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
30816         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
30817         (plugin_init):
30818         * gst/multifilesink/gstmultifilesink.h:
30819         add support for streamheader in multifilesink
30820
30821 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30822
30823         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
30824         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
30825         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
30826           Prevent infinite loops. More correct error reporting.
30827         * gst/auparse/gstauparse.c: (gst_auparse_chain):
30828           Error out if negotiation fails.
30829         * gst/playback/gstplaybasebin.c: (setup_source),
30830         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
30831         (gst_play_base_bin_found_tag):
30832           Error/tag forwarding. Pre-roll fixes for source errors on state
30833           changes (e.g. "file does not exist") to prevent hangs.
30834
30835 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30836
30837         * testsuite/multifilesink/Makefile.am:
30838         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
30839         (gst_newmedia_class_init), (gst_newmedia_init),
30840         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
30841         (newfile_signal), (test_signal), (main):
30842         * testsuite/multifilesink/multifilesrc_test.c: (main):
30843         * testsuite/multifilesink/oggtheora_test.c:
30844         (gst_newmedia_base_init), (gst_newmedia_class_init),
30845         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
30846         (test_format), (newfile_signal), (test_signal), (main):
30847         * testsuite/multifilesink/oggvorbis_test.c:
30848         (gst_newmedia_base_init), (gst_newmedia_class_init),
30849         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
30850         (test_format), (newfile_signal), (test_signal), (main):
30851         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
30852         (gst_newmedia_class_init), (gst_newmedia_init),
30853         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
30854         (newfile_signal), (test_signal), (main):
30855         New media tests
30856
30857 2004-09-20  Christian Schaller <christian@fluendo.com>
30858
30859         * Fix mikmod license to LGPL as they have relicensed
30860         * Move Dirac and Effectv into LGPL section of README_license
30861
30862 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30863
30864         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
30865         (gst_mad_change_state):
30866           Allow for mp3 rate/channels changes. However, only very
30867           conservatively. Reason that we *have* to enable this is smiply
30868           because the mad find_sync() function is not good enough, it will
30869           regularly sync on random data as valid frames and therefore make
30870           us provide random caps as *final* caps of the stream. The best fix
30871           I could think of is to simply require several of the same stream
30872           changes in a row before we change caps.
30873           The actual testcase that works now is #
30874         * ext/ogg/Makefile.am:
30875         * ext/ogg/gstogg.c: (plugin_init):
30876         * ext/ogg/gstogmparse.c:
30877           OGM support (video only for now; I need an audio sample file).
30878         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
30879         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
30880         (gst_asf_demux_add_video_stream):
30881           WMV extradata.
30882         * gst/playback/gstplaybasebin.c: (unknown_type):
30883           Don't error out on single unknown-types after all. It's wrong.
30884           If we found type of video and audio but not of a subtitle stream,
30885           it will still error out (which is unwanted). Will find a better fix
30886           later on.
30887         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
30888         (ogmaudio_type_find), (plugin_init):
30889           OGM support.
30890
30891 2004-09-20  Johan Dahlin  <johan@gnome.org>
30892
30893         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
30894         after setting caps.
30895
30896 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30897
30898         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
30899         * gst/wavenc/gstwavenc.h:
30900         Added newmedia support to wavenc
30901
30902 2004-09-17  Wim Taymans  <wim@fluendo.com>
30903
30904         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
30905         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
30906         (gst_fdset_fd_can_write), (gst_fdset_wait):
30907         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
30908         (gst_multifdsink_init), (gst_multifdsink_add),
30909         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
30910         (gst_multifdsink_remove_client_link),
30911         (gst_multifdsink_client_queue_buffer),
30912         (gst_multifdsink_handle_client_write),
30913         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
30914         (gst_multifdsink_close), (gst_multifdsink_change_state):
30915         * gst/tcp/gstmultifdsink.h:
30916         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
30917         (gst_tcpserversink_removed):
30918         Small cleanups in fdset.c
30919         Use a hastable to map fd to the client structure for faster
30920         lookup in _remove and get_stats.
30921         Added virtual function to close the fds.
30922         Handle clients even when the select/poll call was unblocked because
30923         of a command.
30924         Implement syncing to keyframe in the recovery procedure.
30925
30926 2004-09-16 Iain <iaingnome@gmail.com>
30927
30928         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
30929         try caps.
30930
30931 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30932
30933         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
30934           Caps are only set if the type of the stream is unknown, but this
30935           is initialized in ->init_stream(), so set to UNKNOWN after calling
30936           ->init_stream() so that capsnego starts.
30937
30938 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30939
30940         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
30941         (gst_avi_demux_stream_data):
30942           Just hardcode for raw audio then. AVI audio sucks.
30943
30944 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
30945
30946         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
30947         * gst/matroska/matroska-mux.c: (audiosink_templ),
30948         (gst_matroska_mux_audio_pad_link):
30949         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
30950         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
30951
30952 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30953
30954         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
30955         (gst_avi_demux_stream_data):
30956           Try to fix a/v sync issues.
30957
30958 2004-09-15  David Schleef  <ds@schleef.org>
30959
30960         * configure.ac: remove NASM check, since we don't use it.  Update
30961         dirac check to 0.4
30962         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
30963         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30964         Initialized variables.
30965         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
30966         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
30967         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
30968         SVQ3 format
30969
30970 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30971
30972         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
30973         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
30974         * gst/avi/gstavidemux.h:
30975           Fix for compressed audio (mp3) timestamp generation. How did this
30976           ever work?
30977
30978 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30979
30980         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
30981           Volume is a double not a float.
30982
30983 2004-09-15  Wim Taymans  <wim@fluendo.com>
30984
30985         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
30986         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
30987         Don't close the fd in multifdsink as we didn't open it in the
30988         first place. Some cleanups.
30989
30990 2004-09-15  Wim Taymans  <wim@fluendo.com>
30991
30992         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
30993         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30994         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
30995         Fix the case where the muxer would mark pages as delta
30996         frames when they are not (vorbis only ogg).
30997
30998 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30999
31000         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
31001         (gst_play_base_bin_change_state):
31002           Handle the case where we failed to setup a clear pipeline. This
31003           will throw an error (or EOS, another nice case) and if you don't
31004           catch that, the app will wait for the signal forever (and thus
31005           hang).
31006
31007 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31008
31009         * ext/gnomevfs/gstgnomevfssink.c:
31010         (gst_gnomevfssink_uri_get_protocols):
31011         * ext/gnomevfs/gstgnomevfssrc.c:
31012         (gst_gnomevfssrc_uri_get_protocols):
31013         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
31014         * ext/gnomevfs/gstgnomevfsuri.h:
31015           Use _uri_new() instead of _open(), so it doesn't take as long and
31016           Christophe's computer won't hang.
31017         * gst/playback/gstplaybasebin.c: (unknown_type):
31018           Throw error on unknown media type, so apps actually display it.
31019
31020 2004-09-14  Brian Cameron  <brian.cameron@sun.com
31021
31022         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
31023           this script to work on Solaris since bash shell handles echo
31024           differenly than bash.
31025
31026 2004-09-17  Wim Taymans  <wim@fluendo.com>
31027
31028         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
31029         (setup_source), (gst_play_base_bin_set_property),
31030         (gst_play_base_bin_add_element):
31031         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
31032         Some more work on making sure seeking pauses the pipeline and
31033         that changing the uri actually does something.
31034
31035 2004-09-17  Wim Taymans  <wim@fluendo.com>
31036
31037         * gst/tcp/gstfdset.c: (gst_fdset_wait):
31038         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
31039         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
31040         (gst_tcpserversink_close):
31041         Be a bit more paranoid when freeing memory.
31042
31043 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31044
31045         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
31046         (qtdemux_parse_trak):
31047           Don't crash by dividing by zero (see sample movie in #126922).
31048
31049 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31050
31051         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
31052           Don't touch non-existing data (fixes crash on file in #140147).
31053
31054 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31055
31056         * gst/playback/gstplaybasebin.c:
31057         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
31058           Handle double disposals, and proper change of URIs.
31059
31060 2004-09-13  Martin Eikermann <meiker@upb.de>
31061
31062         * gst/mpegstream/gstmpegparse.c:
31063           fix synchronistation for streams recorded from digital PCR
31064           fixes bug #119376
31065
31066 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31067
31068         * ext/gnomevfs/Makefile.am:
31069         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
31070         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
31071         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
31072         (gst_gnomevfssink_uri_get_type),
31073         (gst_gnomevfssink_uri_get_protocols),
31074         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
31075         (gst_gnomevfssink_uri_handler_init),
31076         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
31077         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
31078         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
31079         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
31080         (gst_gnomevfssrc_uri_get_type),
31081         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
31082         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
31083         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
31084         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
31085         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
31086         * ext/gnomevfs/gstgnomevfsuri.h:
31087           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
31088           of fake URIs to see which this version of Gnome-VFS likes, and
31089           uses that for the Gst-URI interface. Makes playbin support http://
31090           streams. Also fix up some stupid behaviour in gnomevfssrc.
31091
31092 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31093
31094         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
31095         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
31096         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
31097         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
31098           Update mixer (to sync with other sessions) if we try to obtain
31099           a new value. This makes alsamixer work accross applications.
31100         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
31101           Only call sync functions if we're running, else alsalib asserts.
31102         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
31103           Sometimes fails to compile. Possibly a gcc bug.
31104         * gst/playback/gstplaybin.c: (gen_video_element),
31105         (gen_audio_element):
31106           Add a reference to an application-provided object, because we lose
31107           this same reference if we add it to the bin. If we don't do this,
31108           we can only use this object once and thus crash if we go from
31109           ready to playing, back to ready and back to playing again.
31110           Also add an audioscale element because several cheap soundcards -
31111           like mine - don't support all samplerates.
31112         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
31113         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
31114           Fix wrong order or PAR calls. Makes automatically obtained PAR
31115           from the X server atually being used.
31116
31117 2004-09-12  David Schleef  <ds@schleef.org>
31118
31119         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
31120         #151887, #152102, #152247.
31121         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
31122         * examples/seeking/cdparanoia.c: same
31123         * examples/seeking/cdplayer.c: same
31124         * examples/seeking/seek.c: same
31125         * examples/seeking/spider_seek.c: same
31126         * examples/seeking/vorbisfile.c: same
31127         * examples/stats/mp2ogg.c: same
31128         * ext/esd/esdsink.c: (gst_esdsink_class_init),
31129         (gst_esdsink_dispose): Dispose of element properly.
31130         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
31131         fixes.
31132         * ext/nas/nassink.c: (gst_nassink_class_init),
31133         (gst_nassink_dispose): Dispose of element correctly.
31134         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
31135         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
31136         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
31137         Fix 64-bit warning.
31138         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31139         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
31140         Fix 64-bit warning.
31141
31142 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
31143
31144         * configure.ac : change speex detection as 1.1.6 now uses
31145           .pc/pkg-config and they changed their headers location.
31146
31147 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
31148
31149         * gst/matroska/matroska-mux.h:
31150         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
31151         (gst_matroska_mux_start), (gst_matroska_mux_finish),
31152         (gst_matroska_mux_write_data):
31153           Write multiple blocks/frames per cluster.
31154                 Write meta-seek information (seek heads).
31155
31156 2004-09-09  Scott Wheeler <wheeler@kde.org>
31157
31158         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
31159         (gst_play_bin_set_property), (gst_play_bin_get_property),
31160         (gen_audio_element), (gen_audio_element):
31161           Add a volume element / property to the pipeline.
31162
31163 2004-09-07  Wim Taymans  <wim@fluendo.com>
31164
31165         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
31166         Copy timestamps from the master pad to the output buffers.
31167
31168 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31169
31170         * ext/raw1394/gstdv1394src.c:
31171           throw errors when applicable
31172
31173 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
31174
31175         * gst/matroska/ebml-ids.h:
31176         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
31177         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
31178         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
31179           automatically convert unix time <-> ebml time when reading/writing
31180           a date, use gst_ebml_write_uint to write CUETIME,
31181           not gst_ebml_write_date.
31182         * gst/matroska/matroska-ids.h:
31183         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
31184         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
31185         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
31186         (gst_matroska_mux_write_data):
31187           Write track and segment UIDs, write muxing date, write
31188           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
31189           Create cues for audio only files.
31190
31191 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31192
31193         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
31194         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
31195           Re-commit ALSA switches.
31196         * gst/adder/gstadder.c: (gst_adder_loop):
31197           64-bit fix (#151416).
31198         * gst/debug/progressreport.c: (gst_progressreport_report):
31199           64-bit fix (#151419).
31200         * gst/matroska/matroska-demux.c:
31201         (gst_matroska_demux_parse_contents):
31202           64-bit fix (#151420).
31203         * gst/playback/test3.c: (update_scale):
31204           64-bit fix (#151421).
31205
31206 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
31207
31208         * configure.ac:
31209           bump nano to cvs
31210
31211 === release 0.8.4 ===
31212
31213 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31214
31215         * configure.ac: releasing 0.8.4, "Alias"
31216
31217 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
31218
31219         * ext/theora/Makefile.am:
31220           fix makefile.  Fixes #151462.
31221
31222 2004-08-30  Wim Taymans  <wim@fluendo.com>
31223
31224         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
31225         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31226         (gst_multifdsink_remove_client_link),
31227         (gst_multifdsink_client_queue_buffer),
31228         (gst_multifdsink_handle_client_write):
31229         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
31230         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
31231         Fix some memory leaks.
31232
31233 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31234
31235         Patch by: David Schleef
31236
31237         * configure.ac:
31238         * sys/Makefile.am:
31239           rename our detection macro for V4L2.  Fixes #151236.
31240
31241 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31242
31243         Patch by: David Schleef
31244
31245         * configure.ac:
31246           check to define LAMEPRESET.  Fixes #151232.
31247
31248 2004-08-27  David Schleef  <ds@schleef.org>
31249
31250         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
31251         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
31252         (gst_glimagesink_fixate):  Move local variable declarations to
31253         make gcc-2.95 happy.
31254
31255 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31256
31257         * configure.ac:
31258           bump nano for prerelease
31259
31260 2004-08-27  David Schleef  <ds@schleef.org>
31261
31262         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
31263         * sys/sunaudio/gstsunaudiosrc.c:
31264         * sys/sunaudio/gstsunaudiosrc.h:
31265
31266 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
31267
31268         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
31269         handle EOS correctly
31270         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
31271         * gst/matroska/matroska-mux.h:
31272         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
31273         VFW compatibility mode
31274
31275 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31276
31277         patch by: Zaheer Abbas Merali
31278
31279         * ext/ogg/gstoggmux.c:
31280         * ext/vorbis/vorbisenc.c:
31281         * ext/vorbis/vorbisenc.h:
31282           handle NEWMEDIA
31283
31284 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
31285
31286         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
31287         fix byte order reversion on little endian machines.
31288         * gst/matroska/matroska-mux.c: (audiosink_templ),
31289         (gst_matroska_mux_audio_pad_link):
31290         add TTA codec to the list of supported codecs.
31291         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
31292         (gst_matroska_mux_start), (gst_matroska_mux_finish),
31293         (gst_matroska_mux_write_data):
31294         * gst/matroska/matroska-mux.h:
31295         write segment duration correctly, write muxing app string, fixes bugs
31296         #140897 and #140898.
31297         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
31298         wait for all pads to be negotiated before starting to mux.
31299
31300 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31301
31302         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
31303         * ext/lame/gstlame.h:
31304         Added new media support to lame
31305
31306 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
31307
31308         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
31309         send vorbis headers at the beginning of a stream, fixes bug #141554.
31310         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
31311         bug #148950.
31312         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
31313         (gst_matroska_demux_plugin_init):
31314         * gst/matroska/matroska-ids.h:
31315         enable demuxing of TTA audio streams, fixes bug #148951.
31316         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
31317         enable typefinding for TTA audio files, fixes bug #148711.
31318         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
31319         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
31320         fixes playback of packed bitstream and xvid with bframes, bug #135407.
31321
31322 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
31323
31324         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
31325         (gst_riff_read_element_data), (gst_riff_read_seek),
31326         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
31327         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
31328         <teuf@gnome.org>
31329
31330 2004-08-23 Iain <iaingnome@gmail.com>
31331
31332         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
31333         tags. They appear to be handled differently to normal.
31334         (tag_list_to_id3_tag_foreach): Ditto.
31335
31336 2004-08-22  Wim Taymans  <wim@fluendo.com>
31337
31338         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31339         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31340         Make sure we never send -1 granulepos.
31341
31342 2004-08-20  Wim Taymans  <wim@fluendo.com>
31343
31344         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31345         (gst_ogg_mux_loop):
31346         I will accept bitchslappings with non sharp objects.
31347
31348 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31349
31350         * configure.ac:
31351         Clean up the test for lame presets
31352
31353 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31354
31355         * configure.ac:
31356         * ext/lame/Makefile.am:
31357         * ext/lame/gstlame.c: (gst_lame_class_init),
31358         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31359         Only enable lame presets if version of lame has presets in API
31360
31361 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
31362         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
31363         * gst/udp/gstudpsrc.h:
31364           Don't call gst_pad_push in a get function. Fixes #150449
31365
31366 2004-08-18  Wim Taymans  <wim@fluendo.com>
31367
31368         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
31369         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
31370         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
31371         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31372         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31373         (gst_fdset_wait):
31374         * gst/tcp/gstfdset.h:
31375         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31376         (gst_multifdsink_client_queue_buffer),
31377         (gst_multifdsink_handle_client_write):
31378         * gst/tcp/gstmultifdsink.h:
31379         Some extra checks in gstfdset.
31380         Only use send() when the fd is a socket. Don't try to
31381         read from write only fds.
31382
31383 2004-08-18  Wim Taymans  <wim@fluendo.com>
31384
31385         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
31386         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
31387         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31388         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31389         (gst_fdset_wait):
31390         Add more locking and bounds checking.
31391
31392 2004-08-18  Wim Taymans  <wim@fluendo.com>
31393
31394         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
31395         Realloc test fdset in the lock and right before starting
31396         the poll call. Bump the limit to 4096.
31397
31398 2004-08-17  David Schleef  <ds@schleef.org>
31399
31400         * sys/sunaudio/Makefile.am:
31401         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
31402         of rates and channels.  Make debugging less obnoxious.
31403
31404         Patch from Balamurali Viswanathan implementing a mixer for
31405         Sun audio.  (bug #144091):
31406         * sys/sunaudio/gstsunelement.c:
31407         * sys/sunaudio/gstsunelement.h:
31408         * sys/sunaudio/gstsunmixer.c:
31409         * sys/sunaudio/gstsunmixer.h:
31410
31411 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31412
31413         * gst/audioscale/gstaudioscale.c:
31414         * gst/audioscale/gstaudioscale.h:
31415         made audioscale resample from any sample rate to any sample rate
31416
31417 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31418
31419         * ext/libpng/gstpngdec.c:
31420           error out on unsupported types
31421
31422 2004-08-17  Iain <iaingnome@gmail.com>
31423
31424         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
31425         mid_side and loose_mid_side properties if its a stereo stream.
31426
31427 2004-08-17  Wim Taymans  <wim@fluendo.com>
31428
31429         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31430         (theora_get_formats), (theora_dec_src_convert),
31431         (theora_dec_sink_convert), (theora_dec_src_query),
31432         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
31433         Add a debug line.
31434
31435 2004-08-17  Wim Taymans  <wim@fluendo.com>
31436
31437         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
31438         (gst_ogg_pad_push):
31439         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
31440         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
31441         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
31442         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31443         Mark delta units in the muxer.
31444         Try to decode the packet after an out-of-sync error from
31445         libogg.
31446
31447 2004-08-17  Wim Taymans  <wim@fluendo.com>
31448
31449         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31450         (gst_multifdsink_init), (gst_multifdsink_add),
31451         (gst_multifdsink_client_queue_buffer),
31452         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
31453         * gst/tcp/gstmultifdsink.h:
31454         Added option to send a keyframe to clients as the first buffer.
31455         Make timeout property writable.
31456
31457 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31458
31459         patch by: Wim Taymans
31460
31461         * gst/tcp/gstfdset.c:
31462         * gst/tcp/gstmultifdsink.c:
31463           fix index comparison, should include 0
31464
31465 2004-08-16  Wim Taymans  <wim@fluendo.com>
31466
31467         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
31468         (gst_fdset_add_fd), (gst_fdset_remove_fd),
31469         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31470         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31471         (gst_fdset_wait):
31472           copy when reallocing for poll so the select arguments don't get
31473           changed during the call
31474
31475 2004-08-16  Wim Taymans  <wim@fluendo.com>
31476
31477         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
31478         (gst_theora_enc_class_init), (theora_enc_sink_link),
31479         (theora_buffer_from_packet), (theora_enc_chain):
31480         Fix bug where buffers were not marked as keyframes
31481         correctly.
31482
31483 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31484
31485         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31486         (gst_lame_preset_get_type), (gst_lame_class_init):
31487         describe the enum values for vbr mode and presets more verbosely
31488
31489 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31490
31491         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
31492         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
31493         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
31494         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31495         * ext/lame/gstlame.h:
31496         add preset property to lame so it can use lame presets
31497
31498 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31499
31500         * ext/lame/gstlame.c: (gst_lame_get_property):
31501         whoops forgot break, thanks teuf
31502
31503 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31504
31505         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31506         (gst_lame_class_init), (gst_lame_src_getcaps),
31507         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
31508         (gst_lame_get_property), (gst_lame_setup):
31509         * ext/lame/gstlame.h:
31510         fix lame's broken vbr stuff, allow it to resample if need be, and also
31511         make xing header optional
31512
31513 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31514
31515         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
31516         added getcaps function so samplerate doesnt get fixated to silly values
31517
31518 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31519
31520         * ext/lame/gstlame.c: (gst_lame_src_link):
31521         revert previous fix
31522
31523 2004-08-12  Johan Dahlin  <johan@gnome.org>
31524
31525         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
31526         checks. Doesn't matter what state we are in. Interfaces are a
31527         compile time thing, not runtime. It also broke the python bindings.
31528
31529 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31530
31531         * ext/lame/gstlame.c: (gst_lame_src_link):
31532         made source pad link function check if sinkpad is ok..fixes the problem
31533         where core fixates the output rate of lame stupidly
31534
31535 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
31536
31537         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
31538         * sys/v4l/v4l_calls.c:
31539         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
31540           fix fixate function to handle nonsimple caps.
31541           remove bogus check in _link
31542           cleanups
31543
31544 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31545
31546         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
31547         set default compression ratio parameter to 0.0 so bitrate parameter
31548         works :)
31549
31550 2004-08-11  David Schleef  <ds@schleef.org>
31551
31552         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
31553
31554 2004-08-11  David Schleef  <ds@schleef.org>
31555
31556         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
31557         before.
31558
31559 2004-08-11  David Schleef  <ds@schleef.org>
31560
31561         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
31562
31563 2004-08-11  David Schleef  <ds@schleef.org>
31564
31565         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
31566           license field
31567         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
31568         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
31569           LGPL.
31570         * gst/auparse/gstauparse.c: Fix plugin license field.
31571         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
31572         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
31573         * gst/rtp/gstrtp.c: Fix plugin license field.
31574
31575 2004-08-11  Wim Taymans  <wim@fluendo.com>
31576
31577         * gst/tcp/Makefile.am:
31578         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
31579         (ensure_size), (gst_fdset_new), (gst_fdset_free),
31580         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
31581         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
31582         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
31583         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
31584         (gst_fdset_fd_can_write), (gst_fdset_wait):
31585         * gst/tcp/gstfdset.h:
31586         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
31587         (gst_multifdsink_class_init), (gst_multifdsink_init),
31588         (gst_multifdsink_add), (gst_multifdsink_remove),
31589         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
31590         (gst_multifdsink_remove_client_link),
31591         (gst_multifdsink_handle_client_read),
31592         (gst_multifdsink_client_queue_data),
31593         (gst_multifdsink_client_queue_caps),
31594         (gst_multifdsink_client_queue_buffer),
31595         (gst_multifdsink_handle_client_write),
31596         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31597         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
31598         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
31599         (gst_multifdsink_close):
31600         * gst/tcp/gstmultifdsink.h:
31601         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
31602         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
31603         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
31604         (gst_tcpserversink_close):
31605         * gst/tcp/gsttcpserversink.h:
31606         Abstracted away the select call, implemented poll (yes we ran into
31607         the 1024 limit in production).
31608
31609 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
31610
31611         * gst/tcp/gsttcp.c:
31612         * gst/tcp/gsttcpplugin.c:
31613           improve debuggging, remove assert
31614
31615 2004-08-10  Wim Taymans  <wim@fluendo.com>
31616
31617         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
31618         (gst_client_status_get_type), (gst_multifdsink_class_init),
31619         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
31620         (gst_multifdsink_handle_client_read),
31621         (gst_multifdsink_handle_client_write),
31622         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31623         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
31624         (gst_multifdsink_get_property):
31625         * gst/tcp/gstmultifdsink.h:
31626         * gst/tcp/gsttcp-marshal.list:
31627         Starting to prepare for specifying buffer time in other units
31628         than buffers. Expose remove reason in signal.
31629
31630 2004-08-10  Wim Taymans  <wim@fluendo.com>
31631
31632         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31633         (gst_multifdsink_remove), (gst_multifdsink_clear),
31634         (gst_multifdsink_remove_client_link),
31635         (gst_multifdsink_handle_client_read),
31636         (gst_multifdsink_client_queue_data),
31637         (gst_multifdsink_client_queue_buffer),
31638         (gst_multifdsink_handle_client_write),
31639         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
31640         (gst_multifdsink_chain), (gst_multifdsink_close):
31641         * gst/tcp/gstmultifdsink.h:
31642         Added more debugging info. Changed the way clients are
31643         removed from the lists. Fixed a bug where a bad file descriptor
31644         could cause many clients to be removed.
31645
31646 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31647
31648         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
31649           allow all pixel-aspect-ratios, not just 1:1
31650
31651 2004-08-09  David Schleef  <ds@schleef.org>
31652
31653         * sys/glsink/ARB_multitexture.h:  Remove old files.
31654         * sys/glsink/EXT_paletted_texture.h:
31655         * sys/glsink/NV_register_combiners.h:
31656         * sys/glsink/gstgl_nvimage.c:
31657         * sys/glsink/gstgl_pdrimage.c:
31658         * sys/glsink/gstgl_rgbimage.c:
31659         * sys/glsink/gstglsink.c:
31660         * sys/glsink/gstglsink.h:
31661         * sys/glsink/gstglxwindow.c:
31662         * sys/glsink/regcomb_yuvrgb.c:
31663
31664 2004-08-09  David Schleef  <ds@schleef.org>
31665
31666         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
31667         GL sink plugin.  (Bug #147302)
31668
31669         * configure.ac: Test for OpenGL
31670         * sys/Makefile.am: Use test for OpenGL
31671         * sys/glsink/Makefile.am:
31672         * sys/glsink/glimagesink.c: rewrite
31673         * sys/glsink/glimagesink.h: rewrite
31674
31675 2004-08-09  David Schleef  <ds@schleef.org>
31676
31677         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
31678         sane framerates.
31679         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
31680         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
31681         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
31682
31683 2004-08-09  Wim Taymans  <wim@fluendo.com>
31684
31685         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31686         (gst_multifdsink_add), (gst_multifdsink_get_stats),
31687         (gst_multifdsink_client_remove),
31688         (gst_multifdsink_handle_client_read),
31689         (gst_multifdsink_handle_client_write),
31690         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31691         Do a bit more logging, make the client_read code more robust.
31692
31693 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31694
31695         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
31696         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
31697         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
31698         (gst_jpegdec_init), (gst_jpegdec_chain):
31699         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
31700         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
31701           cleanups, debugging fixes and memleak plugging
31702
31703 2004-08-09  Wim Taymans  <wim@fluendo.com>
31704
31705         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31706         (theora_get_formats), (theora_dec_src_convert),
31707         (theora_dec_sink_convert), (theora_dec_src_query),
31708         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
31709         (theora_dec_change_state):
31710         Don't crash on missing header packets.
31711
31712 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31713
31714         * po/LINGUAS:
31715         * po/sq.po:
31716           Added Albanian translation (Laurent Dhima)
31717         * po/cs.po:
31718           updated
31719
31720 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31721
31722         * ext/lame/gstlame.c:
31723           fix/add debugging
31724
31725 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31726
31727         * sys/ximage/ximagesink.c:
31728         * sys/xvimage/xvimagesink.c:
31729           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
31730
31731 2004-08-06  Wim Taymans  <wim@fluendo.com>
31732
31733         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31734         (gst_multifdsink_add), (gst_multifdsink_get_stats),
31735         (gst_multifdsink_client_remove),
31736         (gst_multifdsink_handle_client_read),
31737         (gst_multifdsink_handle_client_write),
31738         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31739         Make sure we don't try to read more from a client that what
31740         ioctl says us or we deadlock.
31741
31742 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31743
31744         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
31745         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
31746         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
31747           decouple running_time and n_frames so it can handle changing
31748           framerate while running
31749
31750 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31751
31752         * po/nl.po:
31753         * po/sv.po:
31754           updated translations
31755
31756 2004-08-04  Benjamin Otte  <otte@gnome.org>
31757
31758         * gst/videotestsrc/gstvideotestsrc.c:
31759         (gst_videotestsrc_get_capslist), (generate_capslist),
31760         (plugin_init):
31761           generate the list of supported caps at startup and reuse it instead
31762           of always generating it
31763
31764 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31765
31766         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
31767           whoops, last checkin broke normal build
31768
31769 2004-08-03  Benjamin Otte  <otte@gnome.org>
31770
31771         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
31772         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
31773         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
31774         (gst_alsa_mixer_get_option):
31775         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
31776         (dvdnavsrc_print_event):
31777         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
31778         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
31779         (gst_ogg_mux_pad_unlink):
31780         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
31781         (gst_multipart_mux_pad_unlink):
31782         * gst/videofilter/gstvideobalance.c:
31783         (gst_videobalance_colorbalance_set_value):
31784         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
31785         (gst_videomixer_pad_unlink):
31786         * po/uk.po:
31787         * sys/oss/gstossmixer.c:
31788         * sys/v4l/gstv4lcolorbalance.c:
31789         * sys/v4l/gstv4ltuner.c:
31790         * sys/v4l/v4lsrc_calls.c:
31791         * sys/v4l2/gstv4l2colorbalance.c:
31792         * sys/v4l2/gstv4l2tuner.c:
31793           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
31794
31795 2004-08-03  Benjamin Otte  <otte@gnome.org>
31796
31797         * examples/dynparams/filter.c: (ui_control_create):
31798         * examples/gstplay/player.c: (print_tag):
31799         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
31800         * ext/gdk_pixbuf/gstgdkanimation.c:
31801         (gst_gdk_animation_iter_may_advance):
31802         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
31803         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
31804         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
31805         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
31806         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
31807         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
31808         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
31809         * gst/sine/demo-dparams.c: (main):
31810         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
31811         * testsuite/alsa/formats.c: (create_pipeline):
31812         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
31813           fixes for G_DISABLE_ASSERT and friends
31814         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
31815         (mp3_type_frame_length_from_header), (mp3_type_find),
31816         (plugin_init):
31817           require mp3 typefinding to have at least MIN_HEADERS valid headers
31818           add typefinding for AAC adts files
31819
31820 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
31821
31822         * sys/ximage/ximagesink.c:
31823         (gst_ximagesink_calculate_pixel_aspect_ratio):
31824         * sys/xvimage/xvimagesink.c:
31825         (gst_xvimagesink_calculate_pixel_aspect_ratio):
31826         Make sure we calculate pixel-aspect-ratio using floating point maths
31827
31828 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31829
31830         * po/uk.po:
31831           updated translation
31832
31833 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31834
31835         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31836         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
31837           add debugging for display PAR calculation
31838
31839 2004-08-02  David Schleef  <ds@schleef.org>
31840
31841         * configure.ac: Fix mikmod CFLAGS.
31842
31843 2004-07-27  Benjamin Otte  <otte@gnome.org>
31844
31845         * gst/audioscale/gstaudioscale.c:
31846         - fix templates to only support S16, it's the only format that works
31847         - make caps nego code use try_set_caps_nonfixed and fixation instead
31848         of try_set_caps twice, which is not nice for autopluggers
31849         - change rank to secondary, so autopluggers can pick it up after
31850         audioconvert
31851
31852 2004-08-02  Iain <iain@prettypeople.org>
31853
31854         * gst/interleave/interleave.c (interleave_init),
31855         (interleave_request_new_pad),
31856         (interleave_pad_removed),
31857         (interleave_buffered_loop): Use the real pad count, not the artificial
31858         one.
31859
31860 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31861
31862         * configure.ac: bump nano back to development
31863
31864 === release 0.8.3 ===
31865
31866 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31867
31868         * configure.ac: releasing 0.8.3, "Water"
31869
31870 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31871
31872         * sys/xvimage/xvimagesink.c:
31873         (gst_xvimagesink_calculate_pixel_aspect_ratio),
31874         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
31875         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
31876         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
31877         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
31878         * sys/xvimage/xvimagesink.h:
31879           apply similar PAR fixes as to ximagesink
31880
31881 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31882
31883         patch from: Benjamin Otte
31884
31885         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
31886           add link function to lame.  Fixes #148986.
31887
31888 2004-08-02  Johan Dahlin  <johan@gnome.org>
31889
31890         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
31891         fix debugging log
31892
31893 2004-07-30  David Schleef  <ds@schleef.org>
31894
31895         * gst/videomixer/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         * gst/multipart/Makefile.am: Fix things that should have been
31901         fixed in the last checkin.
31902
31903 2004-07-30  David Schleef  <ds@schleef.org>
31904
31905         * testsuite/multifilesink/Makefile.am: Fix unused variable.
31906
31907 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31908
31909         * configure.ac:
31910           bump nano for prerelease
31911         * po/af.po:
31912         * po/az.po:
31913         * po/cs.po:
31914         * po/en_GB.po:
31915         * po/hu.po:
31916         * po/nl.po:
31917         * po/sr.po:
31918         * po/sv.po:
31919         * po/uk.po:
31920           updates
31921
31922 2004-07-30  Wim Taymans  <wim@fluendo.com>
31923
31924         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31925         (gst_multifdsink_add), (gst_multifdsink_remove),
31926         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
31927         (gst_multifdsink_client_remove),
31928         (gst_multifdsink_handle_client_write),
31929         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31930         * gst/tcp/gstmultifdsink.h:
31931         Recover from a select with a bad file descriptor by removing
31932         the client.
31933
31934 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31935
31936         * configure.ac:
31937           fix requirement of core
31938         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
31939         (gst_play_pipeline_setup):
31940           don't use colorspace element.  do use hermescolorspace element.
31941           make macro to get a colorspace element.
31942           mark strings for translation.
31943         * po/POTFILES.in:
31944           add play.c
31945         * po/af.po:
31946         * po/az.po:
31947         * po/cs.po:
31948         * po/en_GB.po:
31949         * po/hu.po:
31950         * po/nl.po:
31951         * po/sr.po:
31952         * po/sv.po:
31953         * po/uk.po:
31954           update translations
31955
31956 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31957
31958         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
31959         fix default for newmedia flag
31960
31961 2004-07-30  Wim Taymans  <wim@fluendo.com>
31962
31963         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31964         (gst_theora_dec_init), (theora_get_formats),
31965         (theora_dec_src_convert), (theora_dec_sink_convert),
31966         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31967         (theora_dec_chain), (theora_dec_set_property),
31968         (theora_dec_get_property):
31969         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
31970         (gst_theora_enc_class_init), (gst_theora_enc_init),
31971         (theora_enc_sink_link), (theora_enc_chain),
31972         (theora_enc_set_property), (theora_enc_get_property):
31973         Added cropping option to theora decoder.
31974         Added border option to theora encoder.
31975
31976 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31977
31978         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
31979         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
31980         (gst_pngenc_set_property):
31981         * ext/libpng/gstpngenc.h:
31982         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
31983
31984 2004-07-30  Wim Taymans  <wim@fluendo.com>
31985
31986         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
31987         (theora_enc_sink_link), (theora_enc_chain),
31988         (theora_enc_set_property), (theora_enc_get_property):
31989         Fix encoding of non-multiple-of-16 video.
31990
31991 2004-07-29  David Schleef  <ds@schleef.org>
31992
31993         * configure.ac: make test for audiofile more strict
31994
31995 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31996
31997         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
31998           give different names to typefind functions
31999
32000 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
32001
32002         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
32003         (gst_ximagesink_calculate_pixel_aspect_ratio),
32004         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
32005         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
32006         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
32007         (gst_ximagesink_get_property), (gst_ximagesink_init):
32008         * sys/ximage/ximagesink.h:
32009           allocate PAR's dynamically.
32010           use autodetected PAR if no object-set PAR is given.
32011           add workaround for directfb's X not setting physical size.
32012           fix to xvimagesink will follow tomorrow.
32013
32014 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32015
32016         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
32017         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
32018         (gst_shout2send_get_type), (gst_shout2send_set_clock),
32019         (gst_shout2send_class_init), (gst_shout2send_init),
32020         (set_shout_metadata), (gst_shout2send_set_metadata),
32021         (gst_shout2send_chain), (gst_shout2send_set_property),
32022         (gst_shout2send_get_property), (gst_shout2send_connect),
32023         (gst_shout2send_change_state):
32024         * ext/shout2/gstshout2.h:
32025         - fix for sending mp3 audio to icecast2 server, if pad link function not
32026         called before PAUSED state
32027         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
32028         - added tagging support for mp3 audio broadcasted
32029         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
32030         debug info
32031
32032 2004-07-28  Wim Taymans  <wim@fluendo.com>
32033
32034         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
32035         (gst_ogg_demux_push):
32036         Return query failure when we don't know the length of
32037         an ogg stream insteda of returning TRUE with a bogus value.
32038
32039 2004-07-28  Wim Taymans  <wim@fluendo.com>
32040
32041         * ext/theora/theoradec.c: (theora_get_formats),
32042         (theora_dec_src_convert), (theora_dec_sink_convert),
32043         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32044         (theora_dec_chain):
32045         Don't screw up the 1 Chroma for 1 luma sample situation when we
32046         have an odd offset/width by adding a black border in those cases.
32047
32048 2004-07-28  Wim Taymans  <wim@fluendo.com>
32049
32050         * ext/theora/theoradec.c: (theora_get_formats),
32051         (theora_dec_src_convert), (theora_dec_sink_convert),
32052         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32053         (theora_dec_chain):
32054         * ext/theora/theoraenc.c: (theora_enc_sink_link):
32055         Added first attempt at cropping of the image as required by the
32056         theora spec. We need more properties in the caps (offset_x,
32057         offset_y,stride) to implement this correctly.
32058
32059 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
32060
32061         * ext/dvdnav/README:
32062           Update the README to use dvddemux
32063         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
32064           Ensure getcaps returns a subset of the template caps
32065         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
32066         (gst_mpeg2subt_init):
32067           Ensure getcaps returns a subset of the template caps
32068         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
32069         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
32070         (gst_dvd_demux_get_subpicture_stream),
32071         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
32072         * gst/mpegstream/gstdvddemux.h:
32073           Set the explicit caps on the current_video pad before pushing
32074           anything
32075         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
32076         (gst_mpeg_demux_get_audio_stream):
32077           Free caps used to gst_pad_set_explicit_caps, which takes a const
32078           GstCaps *
32079
32080 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
32081
32082         * configure.ac: update GStreamer requirement to 0.8.4 because of
32083           GstFraction.
32084
32085 2004-07-28  Wim Taymans  <wim@fluendo.com>
32086
32087         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
32088         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
32089         Add the pad to the element after setting up the caps. This
32090         makes it a lot easier to autoplug.
32091
32092 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
32093
32094         * gst/median/gstmedian.c:
32095         * gst/mpeg2subt/gstmpeg2subt.c:
32096         * gst/mpegaudioparse/gstmpegaudioparse.c:
32097         * gst/mpegstream/gstdvddemux.c:
32098         * gst/mpegstream/gstmpegdemux.c:
32099         * gst/mpegstream/gstmpegpacketize.c:
32100         * gst/rtjpeg/gstrtjpeg.c:
32101         * gst/rtjpeg/gstrtjpegdec.c:
32102         * gst/rtjpeg/gstrtjpegenc.c:
32103         * gst/sine/gstsinesrc.c:
32104         * gst/smooth/gstsmooth.c:
32105         * gst/smpte/gstsmpte.c:
32106         * gst/smpte/gstsmpte.h:
32107         * gst/stereo/gststereo.c:
32108         * gst/videofilter/gstgamma.c:
32109         * gst/videofilter/gstvideobalance.c:
32110         * gst/videofilter/gstvideofilter.c:
32111         * gst/videofilter/gstvideoflip.c:
32112         * gst/videoscale/gstvideoscale.c:
32113         * gst/videoscale/videoscale.c:
32114         * gst/videotestsrc/gstvideotestsrc.c:
32115         * gst/videotestsrc/videotestsrc.c:
32116         * gst/wavenc/gstwavenc.c:
32117         * gst/wavparse/gstwavparse.c:
32118           fix local includes and 64 bits constants
32119
32120 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
32121
32122         * win32/gst.sln:
32123         * gst-libs/gst/*/*.vcproj:
32124         * gst/*/*.vcproj:
32125           more working plugins
32126
32127 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32128
32129         * testsuite/alsa/Makefile.am:
32130         * testsuite/alsa/srcstate.c:
32131         add test for alsasrc changing state
32132
32133 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32134
32135         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
32136         (gst_silence_get):
32137         * gst/silence/gstsilence.h:
32138         fix silence generation for 16bit raw audio
32139
32140 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32141
32142         * gst/matroska/matroska-demux.c:
32143         (gst_matroska_demux_parse_metadata),
32144         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
32145         * gst/mpegaudio/common.c:
32146         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
32147         (gst_videoscale_getcaps), (gst_videoscale_link),
32148         (gst_videoscale_src_fixate), (gst_videoscale_init),
32149         (gst_videoscale_finalize):
32150         * gst/videoscale/gstvideoscale.h:
32151         * gst/videotestsrc/gstvideotestsrc.c:
32152         (gst_videotestsrc_get_capslist):
32153         * gst/wavenc/gstwavenc.c:
32154         * sys/oss/gstossmixer.c: (fill_labels):
32155         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
32156         (gst_ximagesink_handle_xevents),
32157         (gst_ximagesink_calculate_pixel_aspect_ratio),
32158         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
32159         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
32160         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
32161         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
32162         (gst_ximagesink_init), (gst_ximagesink_class_init):
32163         * sys/ximage/ximagesink.h:
32164         * sys/xvimage/xvimagesink.c:
32165         (gst_xvimagesink_calculate_pixel_aspect_ratio),
32166         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
32167         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
32168         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
32169         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
32170         * sys/xvimage/xvimagesink.h:
32171           first batch of pixel aspect ratio commits.
32172
32173 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32174
32175         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32176         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
32177         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
32178           handle stride, needs work if we want to move stride handling
32179           upstream, but works correctly for our purposes.
32180
32181 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32182
32183         * gst/videoscale/README:
32184           add testing examples
32185         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
32186         (gst_videoscale_chain):
32187         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32188         (gst_videoscale_get_size):
32189           add get_size function that handles stride like videotestsrc.
32190           fixes conversion for YUV formats for as much as I can test them.
32191
32192 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32193
32194         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32195         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
32196         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32197         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
32198         (gst_xvimagesink_xvimage_put):
32199           further cleanups, logging, error handling and synchronizing
32200
32201 2004-07-27  Wim Taymans  <wim@fluendo.com>
32202
32203         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
32204         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
32205         (gst_videomixer_pad_set_property),
32206         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
32207         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
32208         (gst_videomixer_class_init), (gst_videomixer_init),
32209         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
32210         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
32211         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
32212         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
32213         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
32214         (gst_videomixer_loop), (plugin_init):
32215         Be a nicer negotiation citizen and provide a getcaps function on
32216         the srcpad. This also fixes a crash when resizing.
32217
32218 2004-07-27  Julien MOUTTE  <julien@moutte.net>
32219
32220         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32221         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
32222
32223 2004-07-27  Wim Taymans  <wim@fluendo.com>
32224
32225         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
32226         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
32227         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
32228         (gst_pngenc_set_property):
32229         * ext/libpng/gstpngenc.h:
32230         Added snapshot property to pngenc.
32231         removed g_print from pngdec
32232
32233 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
32234
32235         * gst/ac3parse/ac3parse.vcproj
32236         * gst/adder/adder.vcproj
32237         * gst/alpha/alpha.vcproj
32238         * gst/alpha/alphacolor.vcproj
32239         * gst/asfdemux/asf.vcproj
32240         * gst/audioconvert/audioconvert.vcproj
32241         * gst/audiorate/audiorate.vcproj
32242         * gst/audioscale/audioscale.vcproj
32243         * gst/auparse/auparse.vcproj
32244         * gst/avi/avi.vcproj
32245         * gst/cdxaparse/cdxaparse.vcproj
32246         * gst/chart/chart.vcproj
32247         * gst/colorspace/colorspace.vcproj
32248         * gst/cutter/cutter.vcproj
32249         * gst/debug/debug.vcproj
32250         * gst/debug/efence.vcproj
32251         * gst/debug/navigationtest.vcproj
32252         * gst/deinterlace/deinterlace.vcproj
32253         * gst/effectv/effectv.vcproj
32254         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
32255         * gst/filter/filter.vcproj
32256         * gst/flx/flxdec.vcproj
32257         * gst/goom/goom.vcproj
32258         * gst/interleave/interleave.vcproj
32259         * gst/law/alaw.vcproj
32260         * gst/law/mulaw.vcproj
32261         * gst/matroska/matroska.vcproj
32262         * gst/median/median.vcproj
32263         * gst/mixmatrix/mixmatrix.vcproj
32264         * gst/mpeg1sys/mpeg1systemencode.vcproj
32265         * gst/mpeg1videoparse/mp1videoparse.vcproj
32266         * gst/mpeg2sub/mpeg2subt.vcproj
32267         * gst/mpegaudio/mpegaudio.vcproj
32268         * gst/mpegaudioparse/mpegaudioparse.vcproj
32269         * gst/mpegstream/mpegstream.vcproj
32270         * gst/multifilesink/multifilesink.vcproj
32271         * gst/multipart/multipart.vcproj
32272         * gst/oneton/oneton.vcproj
32273         * gst/overlay/overlay.vcproj
32274         * gst/passthrough/passthrough.vcproj
32275         * gst/qtdemux/qtdemux.vcproj
32276         * gst/realmedia/rmdemux.vcproj
32277         * gst/rtjpeg/rtjpeg.vcproj
32278         * gst/rtp/rtp.vcproj
32279         * gst/silence/silence.vcproj
32280         * gst/sine/sinesrc.vcproj
32281         * gst/smooth/smooth.vcproj
32282         * gst/smpte/smpte.vcproj
32283         * gst/spectrum/spectrum.vcproj
32284         * gst/speed/speed.vcproj
32285         * gst/stereo/stereo.vcproj
32286         * gst/switch/switch.vcproj
32287         * gst/tags/tagedit.vcproj
32288         * gst/tcp/tcp.vcproj
32289         * gst/typefind/typefindfunctions.vcproj
32290         * gst/udp/udp.vcproj
32291         * gst/videobox/videobox.vcproj
32292         * gst/videocrop/videocrop.vcproj
32293         * gst/videodrop/videodrop.vcproj
32294         * gst/videofilter/gamma.vcproj
32295         * gst/videofilter/videobalance.vcproj
32296         * gst/videofilter/videofilter.vcproj
32297         * gst/videofilter/videoflip.vcproj
32298         * gst/videoflip/videoflip.vcproj
32299         * gst/videomixer/videomixer.vcproj
32300         * gst/videorate/videorate.vcproj
32301         * gst/videoscale/videoscale.vcproj
32302         * gst/videotestsrc/videotestsrc.vcproj
32303         * gst/virtualdub/virtualdub.vcproj
32304         * gst/volenv/volenv.vcproj
32305         * gst/volume/volume.vcproj
32306         * gst/wavenc/wavenc.vcproj
32307         * gst/wavparse/wavparse.vcproj
32308         * gst/y4m/y4menc.vcproj
32309         * gst-libs/gst/audio/audio.vcproj
32310         * gst-libs/gst/audio/audiofilter.vcproj
32311         * gst-libs/gst/colorbalance/colorbalance.vcproj
32312         * gst-libs/gst/idct/idtc.vcproj
32313         * gst-libs/gst/media-info/media-info.vcproj
32314         * gst-libs/gst/mixer/mixer.vcproj
32315         * gst-libs/gst/navigation/navigation.vcproj
32316         * gst-libs/gst/play/play.vcproj
32317         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
32318         * gst-libs/gst/resample/resample.vcproj
32319         * gst-libs/gst/riff/riff.vcproj
32320         * gst-libs/gst/tuner/tuner.vcproj
32321         * gst-libs/gst/video/video.vcproj
32322         * gst-libs/gst/xoverlay/xoverlay.vcproj
32323           avoid problems with math.h, fix release dependancy
32324           rename GStreamer-0.8.lib to libgstreamer.lib
32325
32326 2004-07-27  Julien MOUTTE  <julien@moutte.net>
32327
32328         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
32329         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
32330         the atom is not available we have to unlock the mutex. Fixes #148023
32331
32332 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32333
32334         * gst-libs/gst/media-info/media-info.h:
32335           issue for a vararg macro with MSVC
32336
32337 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32338
32339         * gst/effectv/effectv.vcproj
32340         * gst-libs/gst/idct/idct.vcproj:
32341         * gst-libs/gst/media-info/media-info.vcproj:
32342         * gst-libs/gst/navigation/navigation.vcproj:
32343         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32344         * gst-libs/gst/video/video.vcproj:
32345         * gst-libs/gst/xoverlay/xoverlay.vcproj:
32346           fixes for build problems
32347
32348 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32349
32350         * gst-libs/gst/audio/audio.def:
32351         * gst-libs/gst/audio/riff.def:
32352           add some definitions needed by plugins
32353
32354 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32355
32356         * gst/asfdemux/gstasfmux.c
32357           Fix some 64 bits constants to be glib friendly
32358
32359 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32360
32361         * gst/ac3parse/gstac3parse.c
32362         * gst/audioscale/gstaudioscale.c
32363         * gst/auparse/gstauparse.c
32364         * gst/colorspace/gstcolorspace.c
32365         * gst/colorspace/yuv2rgb.h
32366           local include fixes
32367
32368 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32369
32370         * win32/gst.sln
32371           add more plugins to the build
32372
32373 2004-07-26  Julien MOUTTE  <julien@moutte.net>
32374
32375         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32376         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
32377
32378 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32379
32380         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
32381         (gst_level_set_property), (gst_level_get_property),
32382         (gst_level_base_init), (gst_level_class_init):
32383           add debugging categories.  cleanups.
32384
32385 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32386
32387         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32388         (gst_videoscale_planar411), (gst_videoscale_planar400),
32389         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
32390         (gst_videoscale_scale_nearest_str1),
32391         (gst_videoscale_scale_nearest_str2),
32392         (gst_videoscale_scale_nearest_str4),
32393         (gst_videoscale_scale_nearest_16bit),
32394         (gst_videoscale_scale_nearest_24bit):
32395           fixed stride issues
32396           tested with 320x240 -> 321, 322, 324 x240
32397           tested with YV12, I420, YUY2, UYVY
32398           fixed packed422rev (don't think it could have worked before)
32399           by testing with UYVY
32400
32401 2004-07-26  Benjamin Otte  <otte@gnome.org>
32402
32403         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
32404         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
32405         (plugin_init):
32406           add debugging category, add error checks like checking return values
32407           of setup calls, make sure it still works after
32408           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
32409
32410 2004-07-26  Wim Taymans  <wim@fluendo.com>
32411
32412         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
32413         (gst_mpeg_demux_get_audio_stream),
32414         (gst_mpeg_demux_process_private):
32415         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
32416         Check for error codes from the negotiation functions. Make sure
32417         we really set the pad caps when a new pad is created.
32418
32419 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32420
32421         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
32422         (gst_ffmpeg_caps_to_pix_fmt):
32423         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
32424         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32425         (gst_ffmpegcolorspace_pad_link):
32426           don't make function do two things at the same time without reason.
32427
32428 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32429
32430         * gst/ac3parse/ac3parse.vcproj
32431         * gst/adder/adder.vcproj
32432         * gst/alpha/alpha.vcproj
32433         * gst/alpha/alphacolor.vcproj
32434         * gst/asfdemux/asf.vcproj
32435         * gst/audioconvert/audioconvert.vcproj
32436         * gst/audiorate/audiorate.vcproj
32437         * gst/audioscale/audioscale.vcproj
32438         * gst/auparse/auparse.vcproj
32439         * gst/avi/avi.vcproj
32440         * gst/cdxaparse/cdxaparse.vcproj
32441         * gst/chart/chart.vcproj
32442         * gst/colorspace/colorspace.vcproj
32443         * gst/cutter/cutter.vcproj
32444         * gst/debug/debug.vcproj
32445         * gst/debug/efence.vcproj
32446         * gst/debug/navigationtest.vcproj
32447         * gst/deinterlace/deinterlace.vcproj
32448         * gst/effectv/effectv.vcproj
32449         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
32450         * gst/filter/filter.vcproj
32451         * gst/flx/flxdec.vcproj
32452         * gst/goom/goom.vcproj
32453         * gst/interleave/interleave.vcproj
32454         * gst/law/alaw.vcproj
32455         * gst/law/mulaw.vcproj
32456         * gst/matroska/matroska.vcproj
32457         * gst/median/median.vcproj
32458         * gst/mixmatrix/mixmatrix.vcproj
32459         * gst/mpeg1sys/mpeg1systemencode.vcproj
32460         * gst/mpeg1videoparse/mp1videoparse.vcproj
32461         * gst/mpeg2sub/mpeg2subt.vcproj
32462         * gst/mpegaudio/mpegaudio.vcproj
32463         * gst/mpegaudioparse/mpegaudioparse.vcproj
32464         * gst/mpegstream/mpegstream.vcproj
32465         * gst/multifilesink/multifilesink.vcproj
32466         * gst/multipart/multipart.vcproj
32467         * gst/oneton/oneton.vcproj
32468         * gst/overlay/overlay.vcproj
32469         * gst/passthrough/passthrough.vcproj
32470         * gst/qtdemux/qtdemux.vcproj
32471         * gst/realmedia/rmdemux.vcproj
32472         * gst/rtjpeg/rtjpeg.vcproj
32473         * gst/rtp/rtp.vcproj
32474         * gst/silence/silence.vcproj
32475         * gst/sine/sinesrc.vcproj
32476         * gst/smooth/smooth.vcproj
32477         * gst/smpte/smpte.vcproj
32478         * gst/spectrum/spectrum.vcproj
32479         * gst/speed/speed.vcproj
32480         * gst/stereo/stereo.vcproj
32481         * gst/switch/switch.vcproj
32482         * gst/tags/tagedit.vcproj
32483         * gst/tcp/tcp.vcproj
32484         * gst/typefind/typefindfunctions.vcproj
32485         * gst/udp/udp.vcproj
32486         * gst/videobox/videobox.vcproj
32487         * gst/videocrop/videocrop.vcproj
32488         * gst/videodrop/videodrop.vcproj
32489         * gst/videofilter/gamma.vcproj
32490         * gst/videofilter/videobalance.vcproj
32491         * gst/videofilter/videofilter.vcproj
32492         * gst/videofilter/videoflip.vcproj
32493         * gst/videoflip/videoflip.vcproj
32494         * gst/videomixer/videomixer.vcproj
32495         * gst/videorate/videorate.vcproj
32496         * gst/videoscale/videoscale.vcproj
32497         * gst/videotestsrc/videotestsrc.vcproj
32498         * gst/virtualdub/virtualdub.vcproj
32499         * gst/volenv/volenv.vcproj
32500         * gst/volume/volume.vcproj
32501         * gst/wavenc/wavenc.vcproj
32502         * gst/wavparse/wavparse.vcproj
32503         * gst/y4m/y4menc.vcproj
32504           more plugins supported under windows
32505
32506 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32507
32508         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32509         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
32510         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
32511         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32512         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
32513           Add debugging statements.  Use the sizes as returned by the
32514           *CreateImage calls.
32515
32516 2004-07-26  Johan Dahlin  <johan@gnome.org>
32517
32518         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
32519         the pad is negotiated.
32520
32521         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
32522
32523 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32524
32525         * gst-libs/gst/colorbalance/colorbalance.vcproj:
32526         * gst-libs/gst/idct/idct.vcproj:
32527         * gst-libs/gst/media-info/media-info.vcproj:
32528         * gst-libs/gst/mixer/mixer.vcproj:
32529         * gst-libs/gst/navigation/navigation.vcproj:
32530         * gst-libs/gst/play/play.vcproj:
32531         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32532         * gst-libs/gst/resample/resample.vcproj:
32533         * gst-libs/gst/tuner/tuner.vcproj:
32534         * gst-libs/gst/video/video.vcproj:
32535         * gst-libs/gst/xoverlay/xoverlay.vcproj:
32536           more plugins supported under windows
32537
32538 2004-07-25 Iain <iain@prettypeople.org>
32539
32540         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
32541         pad now rather than when the pad is created because state changes wipe
32542         explicit caps (fixes #148043).
32543
32544 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
32545
32546         reviewed by Benjamin Otte  <otte@gnome.org>
32547
32548         * ext/mad/gstmad.c:
32549           fix mad plugin crashing on Sun (fixes #148289)
32550
32551 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32552
32553         * gst/avi/avi.def:
32554         * gst/avi/avi.vcproj:
32555         * gst/matroska/matroska.def:
32556         * gst/matroska/matroska.vcproj:
32557           remove unused .def files
32558
32559 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32560
32561         * gst-libs/gst/audio/gstaudiofilter.c:
32562           Clean the local include
32563
32564 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32565
32566         * win32/gst.sln:
32567         * gst-libs/gst/audio/audio.def:
32568         * gst-libs/gst/audio/audio.vcproj:
32569         * gst-libs/gst/audio/audiofilter.vcproj:
32570         * gst-libs/gst/audio/riff.def:
32571         * gst-libs/gst/audio/riff.vcproj:
32572         * gst-libs/gst/gst-libs.def:
32573         * gst-libs/gst/gst-libs.vcproj:
32574         * gst/avi/avi.vcproj:
32575         * gst/avi/avi.vcproj:
32576           Copy the files where needed after building, cleaner projects
32577
32578 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32579
32580         * gst/matroska/ebml-write.c:
32581           Fix some 64 bits constants to be glib friendly
32582
32583 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
32584
32585         * win32/gst.sln:
32586         * gst-libs/gst/gst-libs.def:
32587         * gst-libs/gst/gst-libs.vcproj:
32588         * gst/matroska/matroska.def:
32589         * gst/matroska/matroska.vcproj:
32590           Add the preliminary canvas to build plugins on Win32
32591
32592 2004-07-23  Benjamin Otte  <otte@gnome.org>
32593
32594         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
32595           don't enfore negotiation from source side, it breaks
32596           sinesrc ! audioconvert ! osssink
32597
32598 2004-07-22  David Schleef  <ds@schleef.org>
32599
32600         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
32601         for ELF files, since they can easily be recognized as audio/mpeg.
32602         (bug #147441)
32603
32604 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32605
32606         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32607         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
32608         (gst_videoscale_scale_nearest_24bit),
32609         (gst_videoscale_scale_nearest_16bit):
32610           fix 16bit and 24bit for stride (24bit might need testing)
32611           don't pretend we do more than one algorithm
32612
32613 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32614
32615         * configure.ac:
32616         * gst/Makefile.am:
32617         * gst/multifilesink/Makefile.am:
32618         * gst/multifilesink/gstmultifilesink.c:
32619         (gst_multifilesink_get_formats),
32620         (gst_multifilesink_get_query_types), (_do_init),
32621         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
32622         (gst_multifilesink_init), (gst_multifilesink_dispose),
32623         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
32624         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
32625         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
32626         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
32627         (gst_multifilesink_chain), (gst_multifilesink_change_state),
32628         (gst_multifilesink_uri_get_type),
32629         (gst_multifilesink_uri_get_protocols),
32630         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
32631         (gst_multifilesink_uri_handler_init), (plugin_init):
32632         * gst/multifilesink/gstmultifilesink.h:
32633         * testsuite/Makefile.am:
32634         * testsuite/multifilesink/Makefile.am:
32635         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
32636         (gst_newmedia_class_init), (gst_newmedia_init),
32637         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
32638         (newfile_signal), (test_signal), (main):
32639         multifilesink plugin for creating new files every time a new media
32640         discontinuity event occurs
32641
32642 2004-07-22  Wim Taymans  <wim@fluendo.com>
32643
32644         * gst/alpha/Makefile.am:
32645         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
32646         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
32647         (gst_alpha_color_init), (gst_alpha_color_set_property),
32648         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
32649         (transform), (gst_alpha_color_chain),
32650         (gst_alpha_color_change_state), (plugin_init):
32651         Stupid plugin to to RGBA to AYUV conversion because none of
32652         the colorspace plugins can handle that yet.
32653
32654 2004-07-22  Wim Taymans  <wim@fluendo.com>
32655
32656         * examples/seeking/seek.c: (update_scale), (main):
32657         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32658         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
32659         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
32660         (gst_decode_bin_init), (gst_decode_bin_dispose),
32661         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32662         (no_more_pads), (close_link), (type_found),
32663         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32664         (plugin_init):
32665         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32666         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32667         (gst_play_base_bin_dispose), (queue_overrun),
32668         (gen_preroll_element), (remove_prerolls), (unknown_type),
32669         (no_more_pads), (new_stream), (setup_source),
32670         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
32671         (play_base_eos), (gst_play_base_bin_change_state),
32672         (gst_play_base_bin_add_element),
32673         (gst_play_base_bin_remove_element),
32674         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32675         (gst_play_base_bin_unlink_stream),
32676         (gst_play_base_bin_get_streaminfo):
32677         * gst/playback/gstplaybin.c: (gen_video_element),
32678         (gen_audio_element):
32679         * gst/playback/gststreaminfo.h:
32680         More playback updates, attempt to fix things after the state change
32681         breakage.
32682
32683 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32684
32685         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
32686         (gst_videoscale_scale_nearest_16bit):
32687           comment algorithm
32688
32689 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32690
32691         * gst/videotestsrc/gstvideotestsrc.c:
32692         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
32693         (gst_videotestsrc_init), (gst_videotestsrc_get),
32694         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
32695         (gst_videotestsrc_get_property):
32696         * gst/videotestsrc/gstvideotestsrc.h:
32697         * gst/videotestsrc/videotestsrc.c:
32698         * gst/videotestsrc/videotestsrc.h:
32699           cleanup and commenting
32700
32701 2004-07-21  Wim Taymans  <wim@fluendo.com>
32702
32703         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
32704         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
32705         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
32706         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
32707         (_find_chain_get_unknown_part), (_find_streams_check),
32708         (gst_ogg_demux_push), (gst_ogg_pad_push):
32709         * ext/theora/theoradec.c: (theora_get_formats),
32710         (theora_dec_src_convert), (theora_dec_sink_convert),
32711         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32712         (theora_dec_chain):
32713         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
32714         (vorbis_dec_convert), (vorbis_dec_src_query),
32715         (vorbis_dec_src_event), (vorbis_dec_event):
32716         More seeking fixes, oggdemux now supports seeking to time and
32717         uses the downstream element to convert granulepos to time.
32718         Seeking in theora-only ogg files now works.
32719
32720 2004-07-21  Wim Taymans  <wim@fluendo.com>
32721
32722         * ext/theora/theoradec.c: (gst_theora_dec_init),
32723         (theora_get_formats), (theora_get_event_masks),
32724         (theora_get_query_types), (theora_dec_src_convert),
32725         (theora_dec_sink_convert), (theora_dec_src_query),
32726         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
32727         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
32728         (vorbis_get_event_masks), (vorbis_get_query_types),
32729         (gst_vorbis_dec_init), (vorbis_dec_convert),
32730         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
32731         Added query/convert/formats functions to vorbis and theora decoders
32732         so that the outside world can use them too. Fixed seeking on an
32733         ogg/theora/vorbis file by disabling the seeking seeking on the
32734         theora srcpad.
32735
32736 2004-07-21  Julien MOUTTE  <julien@moutte.net>
32737
32738         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32739         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
32740         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
32741         images creation for both elements. We don't create the image on caps
32742         nego or renego, we just destroy the internal one if present if it does
32743         not match the needs. The chain function takes care of creating a new
32744         image when needed.
32745         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32746         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
32747         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
32748         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
32749         the image format information. The buffer pool checks for the context
32750         image format and discard images with different formats.
32751         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
32752
32753 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
32754
32755         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32756         (gst_ffmpegcolorspace_chain):
32757           no point in doing any chaining if the pad we want to push from
32758           isn't usable.
32759
32760 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32761
32762         * gst-libs/gst/riff/riff-media.c:
32763         (gst_riff_create_audio_caps_with_data):
32764           Fix double end-to-native symbol conversion (#148021).
32765
32766 2004-07-20  David Schleef  <ds@schleef.org>
32767
32768         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
32769         Don't use an Atom that doesn't exist.
32770
32771 2004-07-20  Wim Taymans  <wim@fluendo.com>
32772
32773         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32774         (gst_multifdsink_add), (gst_multifdsink_get_stats),
32775         (gst_multifdsink_client_remove),
32776         (gst_multifdsink_handle_client_write),
32777         (gst_multifdsink_queue_buffer):
32778         * gst/tcp/gstmultifdsink.h:
32779         More multifdsink stats. Avoid deadlock by releasing locks
32780         before sending out a signal.
32781
32782 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32783
32784         * po/LINGUAS:
32785         * po/hu.po:
32786           added Hungarian translation (Laszlo Dvornik)
32787
32788 2004-07-20  Wim Taymans  <wim@fluendo.com>
32789
32790         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32791         (gst_multifdsink_add), (gst_multifdsink_client_remove),
32792         (gst_multifdsink_handle_client_write),
32793         (gst_multifdsink_queue_buffer):
32794         * gst/tcp/gsttcp-marshal.list:
32795         Fixed the stupid marshal definition.
32796
32797 2004-07-20  Wim Taymans  <wim@fluendo.com>
32798
32799         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32800         (gst_multifdsink_init), (gst_multifdsink_add),
32801         (gst_multifdsink_client_remove),
32802         (gst_multifdsink_handle_client_write),
32803         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
32804         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
32805         (gst_multifdsink_init_send):
32806         * gst/tcp/gstmultifdsink.h:
32807         Added more stats, added timeout for a client, fixed some typos
32808         and added some comments.
32809
32810 2004-07-20  Wim Taymans  <wim@fluendo.com>
32811
32812         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32813         (gst_multifdsink_add), (gst_multifdsink_get_stats),
32814         (gst_multifdsink_client_remove),
32815         (gst_multifdsink_handle_client_write):
32816         * gst/tcp/gstmultifdsink.h:
32817         * gst/tcp/gsttcp-marshal.list:
32818         Added get_stats method that returns a GValueArray of
32819         stats values.
32820
32821 2004-07-19  Benjamin Otte  <otte@gnome.org>
32822
32823         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
32824           make sure longname, description and author are valid UTF-8
32825
32826 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32827
32828         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
32829         (gst_ximagesink_set_property):
32830         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
32831         (gst_xvimagesink_set_property):
32832           make sure SYNCHRONOUS is respected after getting the X context
32833
32834 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32835
32836         * gst/matroska/matroska-demux.c:
32837         (gst_matroska_demux_handle_src_event),
32838         (gst_matroska_demux_parse_blockgroup):
32839         * gst/matroska/matroska-ids.h:
32840           add BlockReference tag and ignore it to clear out log.
32841           ignore NAVIGATION events to clear out log.
32842
32843 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32844
32845         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
32846         (gst_matroska_demux_add_stream):
32847         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
32848           add debug categories
32849
32850 2004-07-16  Wim Taymans  <wim@fluendo.com>
32851
32852         * ext/libpng/Makefile.am:
32853         * ext/libpng/gstpng.c: (plugin_init):
32854         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
32855         (gst_pngdec_get_type), (gst_pngdec_base_init),
32856         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
32857         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
32858         * ext/libpng/gstpngdec.h:
32859         Added png decoder.
32860
32861 2004-07-16  Julien MOUTTE  <julien@moutte.net>
32862
32863         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
32864         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
32865         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
32866         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
32867         (gst_ximagesink_buffer_alloc):
32868         * sys/ximage/ximagesink.h:
32869         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32870         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
32871         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
32872         (gst_xvimagesink_buffer_alloc):
32873         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
32874         again. Using internal data pointer of the x(v)image to store image's
32875         data to be coherent with the buffer alloc mechanism. Investigated the
32876         image destruction code to be sure that everything gets freed correctly.
32877
32878 2004-07-16  Wim Taymans  <wim@fluendo.com>
32879
32880         * gst-libs/gst/riff/riff-read.c:
32881         (gst_riff_read_strf_vids_with_data),
32882         (gst_riff_read_strf_auds_with_data):
32883         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
32884         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
32885         Make sure we don't create 0 sized subbuffers in riff-read.
32886         Signal the no more pads signal after reading the avi header.
32887
32888 2004-07-16  Wim Taymans  <wim@fluendo.com>
32889
32890         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32891         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
32892         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
32893         (gst_decode_bin_init), (gst_decode_bin_dispose),
32894         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32895         (no_more_pads), (close_link), (type_found),
32896         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32897         (gst_decode_bin_change_state), (plugin_init):
32898         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32899         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32900         (gst_play_base_bin_dispose), (queue_overrun),
32901         (gen_preroll_element), (remove_prerolls), (unknown_type),
32902         (no_more_pads), (new_stream), (setup_source),
32903         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
32904         (play_base_eos), (gst_play_base_bin_change_state),
32905         (gst_play_base_bin_add_element),
32906         (gst_play_base_bin_remove_element),
32907         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32908         (gst_play_base_bin_unlink_stream),
32909         (gst_play_base_bin_get_streaminfo):
32910         * gst/playback/gstplaybasebin.h:
32911         Better error recovery. Added configurable preroll queue size. Faster
32912         detection of no-more-pads.
32913
32914 2004-07-16  Wim Taymans  <wim@fluendo.com>
32915
32916         * gst-libs/gst/video/video.h:
32917         Added 32 bits RGBA. Not sure if we should use another mime-type
32918         for alpha rgb. Currently the presence of the alpha_mask property
32919         signals an alpha channel.
32920
32921 2004-07-16  Wim Taymans  <wim@fluendo.com>
32922
32923         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
32924         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
32925         FPS seems to be 0.0 to MAX everywhere else.
32926
32927 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32928
32929         * gst-libs/gst/riff/riff-media.c:
32930         (gst_riff_create_video_caps_with_data):
32931           mp42/mp43 (no caps) exist too.
32932         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
32933           Set pixel_width/height; we've got them in-caps.
32934         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
32935         * gst/wavparse/gstwavparse.c: (plugin_init):
32936           Both are valid primary.
32937         * sys/oss/gstossmixer.c:
32938           Remove i18n hack and enable translations.
32939
32940 2004-07-15  Benjamin Otte  <otte@gnome.org>
32941
32942         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32943         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
32944           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
32945
32946 2004-07-15  Benjamin Otte  <otte@gnome.org>
32947
32948         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
32949         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
32950         (gst_alsa_close_audio):
32951           disable some of the debugging code for now. Writing debugging to a
32952           buffer is broken in current alsalib releases.
32953
32954 2004-07-12  Benjamin Otte  <otte@gnome.org>
32955
32956         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
32957           use bufferpools
32958
32959 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
32960
32961         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
32962         (theora_dec_src_query), (theora_dec_event):
32963         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
32964           add debugging categories.  Remove \n's.
32965
32966 2004-07-13  Johan Dahlin  <johan@gnome.org>
32967
32968         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
32969         (gst_play_bin_get_property): Impl.
32970
32971 2004-07-13  Wim Taymans  <wim@fluendo.com>
32972
32973         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
32974         When trying to find the stream length, seek back N pages
32975         instead of just one, where N is the number of streams in
32976         the current chain.
32977
32978 2004-07-13  Wim Taymans  <wim@fluendo.com>
32979
32980         * gst-libs/gst/riff/riff-media.c:
32981         (gst_riff_create_audio_caps_with_data),
32982         (gst_riff_create_audio_caps),
32983         (gst_riff_create_audio_template_caps):
32984         * gst-libs/gst/riff/riff-media.h:
32985         * gst-libs/gst/riff/riff-read.c:
32986         (gst_riff_read_strf_vids_with_data),
32987         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
32988         * gst-libs/gst/riff/riff-read.h:
32989         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
32990         (gst_avi_demux_add_stream):
32991         Set codec_data on caps for avidemuxer.
32992
32993 2004-07-12  David Schleef  <ds@schleef.org>
32994
32995         * configure.ac: Fix test for Objective C
32996
32997 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
32998         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
32999         (gst_gdk_pixbuf_chain):
33000           Add svg and pcx to template caps, and ensure that getcaps returns a
33001           subset of the template caps.
33002           Copy each row manually for output, as gdkpixbuf may pad the
33003           rowstride to a 32-bit word boundary.
33004
33005 2004-07-12  Wim Taymans  <wim@fluendo.com>
33006
33007         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
33008         (gst_riff_create_video_template_caps):
33009         Fix the template caps to include some more media types.
33010
33011 2004-07-12  Wim Taymans  <wim@fluendo.com>
33012
33013         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33014         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33015         (compare_ranks), (print_feature), (gst_decode_bin_init),
33016         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33017         (try_to_link_1), (new_pad), (close_link), (type_found),
33018         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33019         (gst_decode_bin_change_state), (plugin_init):
33020         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33021         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33022         (gst_play_base_bin_dispose), (queue_overrun),
33023         (gen_preroll_element), (remove_prerolls), (no_more_pads),
33024         (new_stream), (setup_source), (gst_play_base_bin_set_property),
33025         (gst_play_base_bin_get_property), (play_base_eos),
33026         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
33027         (gst_play_base_bin_remove_element),
33028         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33029         (gst_play_base_bin_unlink_stream),
33030         (gst_play_base_bin_get_streaminfo):
33031         * gst/playback/gstplaybasebin.h:
33032         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33033         (gst_play_bin_class_init), (gst_play_bin_init),
33034         (gst_play_bin_dispose), (gst_play_bin_set_property),
33035         (gst_play_bin_get_property), (gen_video_element),
33036         (gen_audio_element), (remove_sinks), (setup_sinks),
33037         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
33038         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33039         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33040         (gst_play_bin_query), (plugin_init):
33041         * gst/playback/test4.c: (main):
33042         More fixes on reusing of the element.
33043
33044 2004-07-11  Benjamin Otte  <otte@gnome.org>
33045
33046         * ext/mad/gstmad.c: (normal_seek):
33047           allow seeking for other methods than just SET
33048
33049 2004-07-11  Andy Wingo  <wingo@pobox.com>
33050
33051         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
33052         float, "any" caps -> buffer_frames=[0,MAX].
33053
33054         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
33055         doesn't intersect our caps with the template any more. Do it
33056         ourselves.
33057         (interleave_buffered_loop): Use g_newa instead of malloc/free.
33058
33059 2004-07-09  Wim Taymans  <wim@fluendo.com>
33060
33061         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33062         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33063         (compare_ranks), (print_feature), (gst_decode_bin_init),
33064         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33065         (try_to_link_1), (new_pad), (close_link), (type_found),
33066         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33067         (gst_decode_bin_change_state), (plugin_init):
33068         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33069         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33070         (gst_play_base_bin_dispose), (queue_overrun),
33071         (gen_preroll_element), (remove_prerolls), (no_more_pads),
33072         (new_stream), (setup_source), (gst_play_base_bin_set_property),
33073         (gst_play_base_bin_get_property), (play_base_eos),
33074         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
33075         (gst_play_base_bin_remove_element),
33076         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33077         (gst_play_base_bin_unlink_stream),
33078         (gst_play_base_bin_get_streaminfo):
33079         * gst/playback/gstplaybasebin.h:
33080         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33081         (gst_play_bin_class_init), (gst_play_bin_init),
33082         (gst_play_bin_dispose), (gst_play_bin_set_property),
33083         (gst_play_bin_get_property), (gen_video_element),
33084         (gen_audio_element), (remove_sinks), (setup_sinks),
33085         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
33086         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33087         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33088         (gst_play_bin_query), (plugin_init):
33089         * gst/playback/test4.c: (main):
33090         Work on object reuse and seeking.
33091
33092 2004-07-09  Wim Taymans  <wim@fluendo.com>
33093
33094         * examples/seeking/seek.c: (iterate):
33095         Don't consume all CPU in the idle loop.
33096
33097 2004-07-09  Wim Taymans  <wim@fluendo.com>
33098
33099         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
33100         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
33101         Add pad to element *after* setting the pad functions so that
33102         the scheduler can use the correct ones.
33103
33104 2004-07-09  Wim Taymans  <wim@fluendo.com>
33105
33106         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
33107         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
33108         Sync to keyframe after seek
33109
33110 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33111
33112         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
33113         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
33114         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
33115         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
33116         * ext/libvisual/visual.c: (gst_visual_change_state):
33117         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
33118         * ext/theora/theoradec.c: (theora_dec_change_state):
33119         * ext/theora/theoraenc.c: (theora_enc_change_state):
33120         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
33121         * gst-libs/gst/navigation/navigation.c:
33122         * gst/adder/gstadder.c: (gst_adder_change_state):
33123         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
33124         (gst_audio_convert_get_buffer):
33125         * gst/multipart/multipartdemux.c:
33126         (gst_multipart_demux_change_state):
33127         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
33128         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
33129         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
33130         * gst/videoscale/gstvideoscale.c:
33131         (gst_videoscale_handle_src_event):
33132         * gst/volume/gstvolume.c: (volume_chain_int16):
33133           don't assert in state change, this should be done by the base
33134           GstElement class.
33135           various debugging fixes.
33136
33137 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33138
33139         * configure.ac:
33140         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
33141         (gst_play_dispose), (gst_play_set_location),
33142         (gst_play_set_data_src), (gst_play_set_video_sink),
33143         (gst_play_set_audio_sink), (gst_play_set_visualization),
33144         (gst_play_connect_visualization), (gst_play_get_sink_element),
33145         (gst_play_get_all_by_interface):
33146         * gst-libs/gst/play/play.h:
33147           add new method to get elements implementing an interface.
33148           add various error logging
33149
33150 2004-07-08  Wim Taymans  <wim@fluendo.com>
33151
33152         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
33153         (make_mpeg_pipeline), (make_mpegnt_pipeline),
33154         (make_playerbin_pipeline), (query_durations_elems),
33155         (query_durations_pads), (query_positions_elems),
33156         (query_positions_pads), (update_scale), (iterate), (stop_seek),
33157         (main):
33158         Added playbin seeking example.
33159
33160 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33161
33162         * gst-libs/gst/play/play.c: (gst_play_set_location),
33163         (gst_play_set_data_src), (gst_play_set_video_sink),
33164         (gst_play_set_audio_sink), (gst_play_set_visualization),
33165         (gst_play_connect_visualization), (gst_play_get_framerate):
33166           use a macro to look up elements from hash table
33167
33168 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33169
33170         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
33171         (gst_play_get_length_callback), (gst_play_set_location),
33172         (gst_play_seek_to_time), (gst_play_set_data_src),
33173         (gst_play_set_video_sink), (gst_play_set_audio_sink),
33174         (gst_play_set_visualization), (gst_play_connect_visualization),
33175         (gst_play_get_sink_element):
33176         - add debugging info
33177         - fix looking up sink elements by iterating over complete caps
33178         - put everything except for source and autoplugger in a complete bin
33179
33180 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33181
33182         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
33183         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
33184         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
33185         (gst_alsa_sink_write), (gst_alsa_sink_loop):
33186         * ext/alsa/gstalsasink.h:
33187         - add debugging info
33188         - clean up schizophrenia of data/buffer/event
33189         - fix double event unref error
33190
33191 2004-07-08  Wim Taymans  <wim@fluendo.com>
33192
33193         * gst/playback/Makefile.am:
33194         Add headers to noinst
33195
33196 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33197
33198         * tools/gst-launch-ext-m.m:
33199         * tools/gst-launch-ext.1.in:
33200           convert to the third millenium
33201
33202 2004-07-07  David Schleef  <ds@schleef.org>
33203
33204         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
33205
33206 2004-07-07  Wim Taymans  <wim@fluendo.com>
33207
33208         * gst/playback/Makefile.am:
33209         * gst/playback/README:
33210         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33211         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33212         (compare_ranks), (print_feature), (gst_decode_bin_init),
33213         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33214         (try_to_link_1), (new_pad), (close_link), (type_found),
33215         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33216         (plugin_init):
33217         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33218         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33219         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
33220         (gen_preroll_element), (no_more_pads), (new_stream),
33221         (setup_source), (gst_play_base_bin_set_property),
33222         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
33223         (gst_play_base_bin_add_element),
33224         (gst_play_base_bin_remove_element),
33225         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33226         (gst_play_base_bin_unlink_stream),
33227         (gst_play_base_bin_get_streaminfo):
33228         * gst/playback/gstplaybasebin.h:
33229         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33230         (gst_play_bin_class_init), (gst_play_bin_init),
33231         (gst_play_bin_dispose), (gst_play_bin_set_property),
33232         (gst_play_bin_get_property), (gen_video_element),
33233         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
33234         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
33235         (gst_play_bin_get_formats), (gst_play_bin_convert),
33236         (gst_play_bin_get_query_types), (gst_play_bin_query),
33237         (plugin_init):
33238         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
33239         (gst_stream_info_get_type), (gst_stream_info_class_init),
33240         (gst_stream_info_init), (gst_stream_info_new),
33241         (gst_stream_info_dispose), (gst_stream_info_set_property),
33242         (gst_stream_info_get_property):
33243         * gst/playback/gststreaminfo.h:
33244         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
33245         (main):
33246         * gst/playback/test2.c: (main):
33247         * gst/playback/test3.c: (update_scale), (main):
33248         More playbin fixes. Added README. Do better element filtering.
33249         Added base class to preroll media. Added test apps.
33250
33251 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33252
33253         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
33254         * ext/mpeg2dec/gstmpeg2dec.h:
33255           various debugging improvements.  Reset stream to next picture
33256           instead of sequence header, otherwise seeks cannot work.
33257
33258 2004-07-07  Wim Taymans  <wim@fluendo.com>
33259
33260         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
33261         (gst_video_box_class_init), (gst_video_box_set_property),
33262         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
33263         Use pad_alloc where possible.
33264
33265 2004-07-07  Wim Taymans  <wim@fluendo.com>
33266
33267         * sys/oss/gstosselement.c: (gst_osselement_reset),
33268         (gst_osselement_parse_caps):
33269         * sys/oss/gstosselement.h:
33270         * sys/oss/gstosssrc.c: (gst_osssrc_get):
33271         Fix offset on osssrc.
33272
33273 2004-07-07  Wim Taymans  <wim@fluendo.com>
33274
33275         * ext/theora/theora.c: (plugin_init):
33276         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
33277         (theora_dec_src_query), (theora_dec_chain):
33278         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33279         (theora_enc_sink_link), (theora_buffer_from_packet),
33280         (theora_push_packet), (theora_enc_chain):
33281         Fix theora granulepos calculation.
33282         Fix overflow in duration/position calculation.
33283         Bump rank to PRIMARY for theoradec.
33284         Use granulepos of last packet to calculate position.
33285         Set keyframe flag on buffers when needed.
33286
33287 2004-07-06  David Schleef  <ds@schleef.org>
33288
33289         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
33290         serious?  (Fixed, obviously.)
33291
33292 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
33293
33294         * po/LINGUAS:
33295         * po/cs.po:
33296           added Czech translation (Miloslav Trmac)
33297
33298 2004-07-05  Wim Taymans  <wim@fluendo.com>
33299
33300         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33301         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33302         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
33303         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33304         (close_link), (type_found), (gst_decode_bin_set_property),
33305         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
33306         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
33307         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
33308         (gst_decode_bin_query), (plugin_init):
33309         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33310         (gst_play_bin_class_init), (gst_play_bin_init),
33311         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
33312         (get_video_element), (new_pad), (setup_source),
33313         (gst_play_bin_set_property), (gst_play_bin_get_property),
33314         (gst_play_bin_change_state), (gst_play_bin_add_element),
33315         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
33316         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33317         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33318         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
33319         * gst/playback/test.c: (main):
33320         More fixes, cleaned up playbin, make it use decodebin. Added
33321         threaded property to playbin.
33322
33323 2004-07-05  Wim Taymans  <wim@fluendo.com>
33324
33325         * configure.ac:
33326         * gst/playback/Makefile.am:
33327         * gst/playback/decodetest.c: (main):
33328         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33329         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33330         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
33331         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33332         (close_link), (type_found), (gst_decode_bin_set_property),
33333         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
33334         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
33335         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
33336         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
33337         (plugin_init):
33338         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33339         (gst_play_bin_class_init), (gst_play_bin_init),
33340         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
33341         (collect_sink_pads), (find_compatibles), (close_pad_link),
33342         (try_to_link_1), (new_pad), (close_link), (type_found),
33343         (setup_source), (gst_play_bin_set_property),
33344         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
33345         (compare_ranks), (gst_play_bin_collect_factories),
33346         (gst_play_bin_change_state), (gst_play_bin_add_element),
33347         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
33348         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33349         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33350         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
33351         * gst/playback/test.c: (main):
33352         Added some playback helper elements and some test apps, very alpha
33353         still.
33354
33355 2004-07-04  Benjamin Otte  <otte@gnome.org>
33356
33357         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
33358           only restart audio when we indeed have an xrun to fix repeated
33359           xruns. Fix suggested by Giuliano Pochini.
33360
33361 2004-07-03  David Schleef  <ds@schleef.org>
33362
33363         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
33364         call to gst_debug_log() if debugging is disabled (bug #145118)
33365
33366 2004-07-03  Benjamin Otte  <otte@gnome.org>
33367
33368         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
33369           use our own functions for restarting the alsa device.
33370         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33371           I should apply patches myself - use MIN for the third argument, not
33372           the second, this fixes seeking
33373
33374 2004-07-02  David Schleef  <ds@schleef.org>
33375
33376         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
33377         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
33378         do with the logic.
33379
33380 2004-07-02  David Schleef  <ds@schleef.org>
33381
33382         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
33383         output buffers.  Fix logic mistake.  (bug #144866)
33384
33385 2004-07-02  David Schleef  <ds@schleef.org>
33386
33387         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
33388         on X.  (bug #144753)
33389
33390 2004-07-02  David Schleef  <ds@schleef.org>
33391
33392         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
33393         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
33394         (bug #144624)
33395         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
33396         (gst_osselement_rate_probe_check): Add another workaround for
33397         buggy drivers (bug #145336)
33398
33399 2004-07-02  David Schleef  <ds@schleef.org>
33400
33401         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
33402         Most systems don't have MSG_NOSIGNAL.
33403
33404 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
33405
33406         * Makefile.am:
33407         * gst-libs/gst/colorbalance/Makefile.am:
33408         * gst-libs/gst/mixer/Makefile.am:
33409         * gst-libs/gst/play/Makefile.am:
33410         * gst-libs/gst/tuner/Makefile.am:
33411           (hopefully) fix both install and dist and make error message useful.
33412           needs testing across automakes.
33413
33414 2004-07-02  Benjamin Otte  <otte@gnome.org>
33415
33416         * ext/ogg/gstogg.c: (plugin_init):
33417           we require bytestream now
33418         * ext/ogg/gstoggdemux.c:
33419           huge diff to implement chain setup in a fast and generic way. This
33420           improves tag reading and startup of huge files (read: Theora videos)
33421           quite a bit. It probably contains bugs, too, so please test.
33422           Seeking is not improved to the fast method.
33423
33424 2004-06-29  Wim Taymans  <wim@fluendo.com>
33425
33426         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
33427         * ext/ogg/gstoggmux.c:
33428         Fix memleak in oggdemux when running unconnected pads.
33429         doc update in mux, start working on keyframe mode.
33430
33431 2004-06-29  Benjamin Otte  <otte@gnome.org>
33432
33433         * sys/oss/gstosssink.c:
33434         * sys/oss/gstosssrc.c:
33435           advertise correct template caps - we indeed do non-native endianness
33436           and 8bit audio has no endianness
33437         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
33438         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
33439           avoid (wrong) duplications in getcaps function and return
33440           template caps
33441
33442 2004-06-29  Wim Taymans  <wim@fluendo.com>
33443
33444         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33445         (gst_multifdsink_class_init), (gst_multifdsink_add),
33446         (gst_multifdsink_remove), (gst_multifdsink_clear),
33447         (gst_multifdsink_client_remove),
33448         (gst_multifdsink_handle_client_read),
33449         (gst_multifdsink_client_queue_data),
33450         (gst_multifdsink_client_queue_caps),
33451         (gst_multifdsink_client_queue_buffer),
33452         (gst_multifdsink_handle_client_write),
33453         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33454         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33455         (gst_multifdsink_init_send), (gst_multifdsink_close):
33456         Fix wrong GList iteration that could crash the server when
33457         more then 2 clients disconnect at the same time. Read all the
33458         pending commands in one batch to recover from command storms under
33459         very heavy load.
33460
33461 2004-06-28  Wim Taymans  <wim@fluendo.com>
33462
33463         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
33464         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
33465         (gst_videomixer_pad_set_property),
33466         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
33467         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
33468         (gst_videomixer_class_init), (gst_videomixer_init),
33469         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
33470         (pad_zorder_compare), (gst_videomixer_sort_pads),
33471         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
33472         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
33473         (gst_videomixer_update_queues), (gst_videomixer_loop),
33474         (plugin_init):
33475         Avoid divide by zero, choose masterpad as the pad with the highest
33476         framerate.
33477
33478 2004-06-27  Julien Moutte  <julien@moutte.net>
33479
33480         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33481         (gst_ximagesink_xwindow_new):
33482         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33483         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
33484         function directly. We might want to call it from somewhere else one day.
33485
33486 2004-06-27  Julien Moutte  <julien@moutte.net>
33487
33488         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33489         (gst_ximagesink_xwindow_new):
33490         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33491         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
33492         window decorations.
33493
33494 2004-06-27  Wim Taymans  <wim@fluendo.com>
33495
33496         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
33497         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
33498         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
33499         (gst_dvdec_set_property), (gst_dvdec_get_property):
33500         * ext/dv/gstdvdec.h:
33501         Implement drop_factor property to lower the framerate with
33502         a factor.
33503
33504 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
33505
33506         * gst-libs/gst/colorbalance/Makefile.am:
33507         * gst-libs/gst/mixer/Makefile.am:
33508         * gst-libs/gst/play/Makefile.am:
33509         * gst-libs/gst/tuner/Makefile.am:
33510           unbreak Company's fix that didn't install the -enum.h files
33511
33512 2004-06-27  Wim Taymans  <wim@fluendo.com>
33513
33514         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
33515         (gst_dvdec_change_state):
33516         * ext/dv/gstdvdec.h:
33517         Fix timestamp, duration and offset of the buffers.
33518
33519 2004-06-27  Wim Taymans  <wim@fluendo.com>
33520
33521         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33522         (gst_multifdsink_class_init), (gst_multifdsink_add),
33523         (gst_multifdsink_remove), (gst_multifdsink_clear),
33524         (gst_multifdsink_client_remove),
33525         (gst_multifdsink_handle_client_read),
33526         (gst_multifdsink_client_queue_data),
33527         (gst_multifdsink_client_queue_caps),
33528         (gst_multifdsink_client_queue_buffer),
33529         (gst_multifdsink_handle_client_write),
33530         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33531         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33532         (gst_multifdsink_init_send), (gst_multifdsink_close):
33533         * gst/tcp/gstmultifdsink.h:
33534         * gst/tcp/gsttcpserversink.c:
33535         (gst_tcpserversink_handle_server_read),
33536         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
33537         More multifdsink fixes, more recovery policy fixes.
33538         Removed stupid g_print
33539
33540 2004-06-26  Wim Taymans  <wim@fluendo.com>
33541
33542         * gst/tcp/Makefile.am:
33543         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33544         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
33545         (gst_multifdsink_class_init), (gst_multifdsink_init),
33546         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
33547         (gst_multifdsink_handle_client_read),
33548         (gst_multifdsink_client_queue_data),
33549         (gst_multifdsink_client_queue_caps),
33550         (gst_multifdsink_client_queue_buffer),
33551         (gst_multifdsink_handle_client_write),
33552         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33553         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33554         (gst_multifdsink_chain), (gst_multifdsink_set_property),
33555         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
33556         (gst_multifdsink_close), (gst_multifdsink_change_state):
33557         * gst/tcp/gstmultifdsink.h:
33558         * gst/tcp/gsttcpplugin.c: (plugin_init):
33559         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
33560         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
33561         (gst_tcpserversink_handle_server_read),
33562         (gst_tcpserversink_handle_select),
33563         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
33564         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
33565         * gst/tcp/gsttcpserversink.h:
33566         Added multifdsink, made tcpserversink a subclass of fdsink, removed
33567         one of the locks, added recovery policy to multifdsink.
33568
33569 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
33570
33571         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
33572           fix decision for when getting frames with same timestamp
33573         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
33574         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33575         (gst_v4lsrc_get_property):
33576         * sys/v4l/gstv4lsrc.h:
33577           add latency offset property
33578
33579 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
33580
33581         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
33582         (plugin_init):
33583           fix debugging. add category.
33584
33585 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33586
33587         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
33588           fix wrong offsets
33589
33590 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33591
33592         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33593         (gst_alsa_src_get_time), (gst_alsa_src_loop),
33594         (gst_alsa_src_change_state):
33595           return a time that is in sync with the element's processing
33596
33597 2004-06-25  Wim Taymans  <wim@fluendo.com>
33598
33599         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
33600         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
33601         (gst_tcpserversink_client_remove),
33602         (gst_tcpserversink_handle_client_read),
33603         (gst_tcpserversink_client_queue_data),
33604         (gst_tcpserversink_client_queue_caps),
33605         (gst_tcpserversink_client_queue_buffer),
33606         (gst_tcpserversink_handle_client_write),
33607         (gst_tcpserversink_queue_buffer),
33608         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
33609         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
33610         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
33611         (gst_tcpserversink_close):
33612         * gst/tcp/gsttcpserversink.h:
33613         Serversink rewrite. Really do non blocking writes to clients and
33614         maintain an internal queue to handle slower clients while not
33615         disturbing fast clients.
33616
33617 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33618
33619         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33620           better debug, don't override OFFSET and OFFSET_END
33621
33622 2004-06-25  Iain <iain@prettypeople.org>
33623
33624         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
33625         name=source for the wavparse pipeline.
33626
33627 2004-06-24  Johan Dahlin  <johan@gnome.org>
33628
33629         * ext/theora/theoraenc.c (theora_enc_chain): Call
33630         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
33631         streamheader caps are set correctly.
33632
33633 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33634
33635         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
33636         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
33637           respect minimum bitrate; same could be done for max bitrate
33638
33639 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33640
33641         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
33642         (gst_vorbisenc_setup):
33643           fix sample rate range
33644
33645 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33646
33647         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
33648         (gst_oggvorbisenc_setup):
33649         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
33650         (gst_vorbisenc_setup):
33651           resolve ambiguities in code and description
33652
33653 2004-06-24  Wim Taymans  <wim@fluendo.com>
33654
33655         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
33656         * ext/alsa/gstalsa.h:
33657         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33658         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
33659         Use alsa trigger_tstamp to get the timestamp of the first
33660         sample in the buffer for more precise sync. Some cleanups.
33661
33662 2004-06-24  Wim Taymans  <wim@fluendo.com>
33663
33664         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
33665         (gst_audiorate_init), (gst_audiorate_chain),
33666         (gst_audiorate_set_property), (gst_audiorate_get_property):
33667         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33668         (gst_videorate_chain):
33669         Added some logging, fixed an overflow bug in videorate.
33670
33671 2004-06-24  Benjamin Otte  <otte@gnome.org>
33672
33673         * ext/kio/Makefile.am:
33674           fix for builddir != srcdir and distcheck
33675
33676 2004-06-24  Benjamin Otte  <otte@gnome.org>
33677
33678         * gst-libs/gst/colorbalance/Makefile.am:
33679         * gst-libs/gst/mixer/Makefile.am:
33680         * gst-libs/gst/play/Makefile.am:
33681         * gst-libs/gst/tuner/Makefile.am:
33682         * gst/tcp/Makefile.am:
33683         * sys/dxr3/Makefile.am:
33684           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
33685           tarball.
33686           Also add all *.list files that were missing.
33687         * Makefile.am:
33688           add a distcheck hook to ensure the above doesn't happen again.
33689
33690 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
33691
33692         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
33693
33694 2004-06-23  Colin Walters  <walters@redhat.com>
33695
33696         * m4/Makefile.am: Distribute gst-fionread.m4.
33697
33698 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
33699
33700         * configure.ac: back to dev
33701
33702 2004-06-23  Wim Taymans  <wim@fluendo.com>
33703
33704         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
33705         (gst_alsa_xrun_recovery):
33706         * ext/alsa/gstalsa.h:
33707         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
33708         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
33709         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33710         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
33711         (gst_alsa_src_loop):
33712         Add clock to alsasrc. Take new capture timestamp when
33713         restarting after an overrun. Split up some functions between
33714         alsasrc and alsasink.
33715
33716 === release 0.8.2 ===
33717
33718 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
33719
33720         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
33721         (gst_alsa_change_state), (gst_alsa_update_avail),
33722         (gst_alsa_xrun_recovery):
33723         * ext/alsa/gstalsa.h:
33724         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33725           merge back changes from release
33726
33727 2004-06-23  Wim Taymans  <wim@fluendo.com>
33728
33729         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
33730         (gst_audiorate_init), (gst_audiorate_chain),
33731         (gst_audiorate_set_property), (gst_audiorate_get_property):
33732         Implement sample dropping and notify
33733
33734 2004-06-22  Wim Taymans  <wim@fluendo.com>
33735
33736         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33737         (theora_enc_sink_link), (theora_buffer_from_packet),
33738         (theora_push_packet), (theora_enc_chain):
33739         Some cleanups, make sure the timestamps are correct.
33740
33741 2004-06-22  Wim Taymans  <wim@fluendo.com>
33742
33743         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
33744         (gst_alsa_change_state), (gst_alsa_update_avail),
33745         (gst_alsa_xrun_recovery):
33746         * ext/alsa/gstalsa.h:
33747         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
33748         Cleanups, take queued samples into account when reporting
33749         the time.
33750
33751 2004-06-22  Wim Taymans  <wim@fluendo.com>
33752
33753         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33754         (gst_videorate_init):
33755         Initialize the property as well.
33756
33757 2004-06-22  Wim Taymans  <wim@fluendo.com>
33758
33759         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33760         (gst_videorate_init), (gst_videorate_chain),
33761         (gst_videorate_set_property), (gst_videorate_get_property):
33762         Add property to make videorate silent.
33763         Add property to prefer new frames over old ones.
33764
33765 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33766
33767         * sys/osxvideo/Makefile.am:
33768         Workaround so that the osxvideo .so file gets linked with the
33769         Cocoa, OpenGL and QuickTime frameworks
33770
33771 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33772
33773         * sys/osxaudio/Makefile.am:
33774         Workaround so that the osxaudio .so file gets linked with the
33775         CoreAudio framework
33776
33777 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33778
33779         * configure.ac:
33780         Whoops, my fault...fixed build issues
33781
33782 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33783
33784         * configure.ac:
33785         Add objective-c support if running in Darwin/Mac OS X
33786         * sys/Makefile.am:
33787         * sys/osxvideo:
33788         * sys/osxvideo/Makefile.am:
33789         * sys/osxvideo/osxvideosink.h:
33790         * sys/osxvideo/osxvideosink.m:
33791         * sys/osxvideo/cocoawindow.h:
33792         * sys/osxvideo/cocoawindow.m:
33793         Add osxvideosink, a cocoa-based osx video sink
33794
33795
33796 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
33797         * ext/dvdnav/gst-dvd:
33798         Grab the gconf key from the right spot
33799         * gst/debug/gstnavseek.c: (gst_navseek_init),
33800         (gst_navseek_segseek), (gst_navseek_handle_src_event),
33801         (gst_navseek_chain):
33802         * gst/debug/gstnavseek.h:
33803           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
33804           and loop parameters of a segment seek.
33805         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
33806         (gst_videotestsrc_get_event_masks),
33807         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
33808         * gst/videotestsrc/gstvideotestsrc.h:
33809           Add seeking support to videotestsrc
33810           Initialise the timestamp_offset variable.
33811
33812 2004-06-18  Wim Taymans  <wim@fluendo.com>
33813
33814         * ext/sidplay/gstsiddec.cc:
33815         Fix negotiation and set correct end offset.
33816
33817 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
33818
33819         * configure.ac: branch and prerelease
33820
33821 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33822
33823         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
33824         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
33825         (gst_tcpclientsrc_init_receive):
33826         * gst/tcp/gsttcpclientsrc.h:
33827           read caps when connecting to server for GDP so we set them correctly
33828
33829 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33830
33831         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
33832           notify drops and duplicates
33833         * gst/videoscale/videoscale.c: (videoscale_get_structure):
33834           no good reason to limit ourselves to 100x100
33835
33836 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33837
33838         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
33839         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
33840         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33841         (gst_v4lsrc_get_property):
33842         * sys/v4l/gstv4lsrc.h:
33843         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
33844         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
33845         (gst_v4l_set_audio):
33846         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
33847         (gst_v4lsrc_try_capture):
33848         * sys/v4l/v4lsrc_calls.h:
33849           change try_palette to more general try_capture
33850           add autoprobe option so we can turn off autoprobing
33851           various fixes
33852
33853 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33854
33855         * configure.ac:
33856           add videorate
33857         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
33858         (gst_ximagesink_class_init):
33859         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
33860         (gst_xvimagesink_class_init):
33861           run them as finalize, not dispose, since dispose can be invoked
33862           multiple times
33863
33864 2004-06-17  Wim Taymans  <wim@fluendo.com>
33865
33866         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
33867         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
33868         * ext/alsa/gstalsa.h:
33869         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
33870         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
33871         (gst_alsa_src_change_state):
33872         * ext/alsa/gstalsasrc.h:
33873         Make the xrun code timestamp and offset the buffers correctly.
33874         moved the clock to the base class, use alsa methods to get time.
33875         Do correct timestamping on outgoing buffers.
33876
33877 2004-06-17  Wim Taymans  <wim@fluendo.com>
33878
33879         * gst/audiorate/Makefile.am:
33880         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
33881         (gst_audiorate_base_init), (gst_audiorate_class_init),
33882         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
33883         (gst_audiorate_set_property), (gst_audiorate_get_property),
33884         (gst_audiorate_change_state), (plugin_init):
33885         Added an audiorate converter that fills in gaps.
33886
33887 2004-06-17  Johan Dahlin  <johan@gnome.org>
33888
33889         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
33890
33891 2004-06-16  Wim Taymans  <wim@fluendo.com>
33892
33893         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
33894         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
33895         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
33896         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33897         (gst_v4lsrc_get_property):
33898         * sys/v4l/gstv4lsrc.h:
33899         Added a copy mode to v4lsrc where it will output a copied version
33900         of its internal hardware buffer.
33901         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
33902         can't | them.
33903
33904 2004-06-16  Wim Taymans  <wim@fluendo.com>
33905
33906         * sys/oss/gstosssrc.c: (gst_osssrc_get):
33907         Timestamp fixes.
33908
33909 2004-06-16  Wim Taymans  <wim@fluendo.com>
33910
33911         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
33912         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
33913         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33914         (gst_v4lsrc_get_property):
33915         * sys/v4l/gstv4lsrc.h:
33916         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
33917         Added a sync mode enum property to control v4lsrc timestamp method
33918         Removed the use-fixed-fps property and moved functionality in
33919         the enum.
33920         Don't error on an error value from v4l-conf, it might not always
33921         be a real error.
33922
33923 2004-06-16  Wim Taymans  <wim@fluendo.com>
33924
33925         * gst/videorate/Makefile.am:
33926         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
33927         (gst_videorate_base_init), (gst_videorate_class_init),
33928         (gst_videorate_getcaps), (gst_videorate_link),
33929         (gst_videorate_init), (gst_videorate_chain),
33930         (gst_videorate_set_property), (gst_videorate_get_property),
33931         (gst_videorate_change_state), (plugin_init):
33932         Added a video timestamp corrector.
33933
33934 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33935
33936         fixed a potential leak with previous commit
33937
33938         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
33939
33940 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33941
33942         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
33943         Added missing refcount, fixes bug #144425
33944         Cheers Tim for finding the bug
33945
33946 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
33947
33948         * sys/v4l/gstv4l.c: (plugin_init):
33949         * sys/v4l/gstv4lcolorbalance.c:
33950         * sys/v4l/gstv4lcolorbalance.h:
33951         * sys/v4l/gstv4lelement.c:
33952         * sys/v4l/gstv4lelement.h:
33953         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
33954         * sys/v4l/gstv4lmjpegsink.h:
33955         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
33956         * sys/v4l/gstv4lmjpegsrc.h:
33957         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
33958         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
33959         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
33960         * sys/v4l/gstv4lsrc.h:
33961         * sys/v4l/gstv4ltuner.c:
33962         * sys/v4l/gstv4ltuner.h:
33963         * sys/v4l/gstv4lxoverlay.c:
33964         * sys/v4l/gstv4lxoverlay.h:
33965         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
33966         (gst_v4l_set_window), (gst_v4l_enable_overlay):
33967         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
33968         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
33969         (gst_v4l_set_audio):
33970         * sys/v4l/v4l_calls.h:
33971         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
33972         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
33973         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
33974         (gst_v4lmjpegsink_playback_init),
33975         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
33976         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
33977         (gst_v4lmjpegsink_playback_stop),
33978         (gst_v4lmjpegsink_playback_deinit):
33979         * sys/v4l/v4lmjpegsink_calls.h:
33980         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
33981         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
33982         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
33983         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
33984         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
33985         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
33986         * sys/v4l/v4lmjpegsrc_calls.h:
33987         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
33988         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
33989         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
33990         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
33991         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
33992         (gst_v4lsrc_try_palette):
33993         * sys/v4l/v4lsrc_calls.h:
33994           bunch of paranoia cleanups
33995
33996 2004-06-14  David Schleef  <ds@schleef.org>
33997
33998         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
33999         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
34000         Send discont events and change timestamps appropriately when
34001         we get a seek event.  (bug #144240)
34002         * ext/cdparanoia/gstcdparanoia.h:
34003
34004 2004-06-14  Benjamin Otte  <otte@gnome.org>
34005
34006         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
34007           snd_pcm_hw_params_set_rate  since the latter fails for no good
34008           reason on some setups.
34009
34010 2004-06-14  David Schleef  <ds@schleef.org>
34011
34012         * gst/volume/demo.c: (value_changed_callback): exp10() is not
34013         standard.  Thank you for playing.
34014
34015 2004-06-14  Wim Taymans  <wim@fluendo.com>
34016
34017         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
34018         Patch 1.3 broke the ordering of the colorspace info and
34019         made the plugin basically work by coincidence, reordered
34020         the info.
34021
34022 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
34023
34024         * ext/lame/gstlame.c:
34025         * ext/mad/gstmad.c:
34026           sync caps.  Make sure mad can only output a list of rates, not
34027           a full range.  In the future, have three caps lists for each of the
34028           mpeg versions.  Change mpegversion to a double as well.
34029
34030 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
34031
34032         * gst/volume/.cvsignore:
34033         * gst/volume/Makefile.am:
34034         * gst/volume/demo.c: (value_changed_callback), (idler),
34035         (setup_gui), (main):
34036           added small demo app
34037
34038 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
34039         * ext/esd/esdsink.c: (gst_esdsink_change_state):
34040         * ext/esd/esdsink.h:
34041         Close the esd connection on pause, because esd will just wait -
34042         blocking all other esd clients indefinitely.
34043
34044 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
34045
34046         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
34047           previous commit with GST_DEBUG
34048
34049 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
34050
34051         * configure.ac:
34052           add a header check for a dvdread header in dvdnav.  Fixes #133002
34053
34054 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34055
34056         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
34057         * gst/tcp/gsttcpclientsink.h:
34058         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
34059         * gst/tcp/gsttcpclientsrc.h:
34060         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
34061         (gst_tcpserversink_handle_server_read),
34062         (gst_tcpserversink_init_send):
34063         * gst/tcp/gsttcpserversink.h:
34064         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
34065         * gst/tcp/gsttcpserversrc.h:
34066         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
34067         version of IP)
34068
34069 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34070
34071         * configure.ac:
34072         Added ogg library so that OSX detects libtheora properly
34073
34074 2004-06-11  Wim Taymans  <wim@fluendo.com>
34075
34076         * ext/theora/theoradec.c: (theora_dec_chain),
34077         (theora_dec_change_state):
34078         Don't try to decode frames before we received a keyframe.
34079
34080 2004-06-11  Wim Taymans  <wim@fluendo.com>
34081
34082         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
34083         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
34084         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34085         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
34086         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
34087         Added property to set the maximum delay of a page.
34088
34089 2004-06-10  Wim Taymans  <wim@fluendo.com>
34090
34091         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
34092         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
34093         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34094         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
34095         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
34096         Added max-delay property to control the maximum amount
34097         of data to put in one page.
34098
34099 2004-06-10  Wim Taymans  <wim@fluendo.com>
34100
34101         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
34102         (gst_theora_enc_init), (theora_enc_sink_link),
34103         (theora_buffer_from_packet), (theora_enc_set_property),
34104         (theora_enc_get_property):
34105         Set duration on encoded buffer, added some more properties
34106
34107 2004-06-10  Wim Taymans  <wim@fluendo.com>
34108
34109         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
34110         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34111         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
34112         * ext/theora/theoraenc.c: (theora_enc_chain):
34113         Fix refcounting bugs
34114
34115 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34116
34117         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
34118         (gst_asf_demux_loop), (gst_asf_demux_process_file),
34119         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
34120         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
34121         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
34122         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
34123         (gst_asf_demux_change_state):
34124         * gst/asfdemux/gstasfdemux.h:
34125           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
34126           feels like. I think we should set a new requirement for demuxers
34127           from now on to implement sane loop functions, data loops, query
34128           and seek functions before first commit into CVS. And this commit
34129           fixes all of the above.
34130
34131 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
34132
34133         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
34134           vorbis comments are properly encoded in UTF-8 before adding them
34135           to a GstTagList
34136
34137 2004-06-09  Benjamin Otte  <otte@gnome.org>
34138
34139         * ext/alsa/gstalsa.c: (add_channels):
34140           handle min <= max correctly
34141         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
34142         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
34143           add fixation functions so we fixate correctly. No preferring of alaw
34144           anymore because it's the first structure.
34145         * ext/alsa/gstalsa.h:
34146         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
34147         (gst_alsa_hw_params_dump):
34148           add functions to ease debugging in alsalib
34149         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
34150         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
34151         (gst_alsa_start_audio):
34152           only specify hw params if we really setup a format (fixes #134007 -
34153           or at least works around it)
34154
34155 2004-06-09  Wim Taymans  <wim@fluendo.com>
34156
34157         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
34158         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
34159         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
34160         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
34161         (gst_ogg_mux_loop):
34162         Use stream caps to setup the initial pages in the ogg stream.
34163         Correctly set the streamheader caps on the srcpad.
34164
34165 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
34166
34167         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
34168         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
34169         (gst_v4lsrc_getcaps):
34170         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
34171         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
34172           add querying of fps lists for webcams.  Negotiating to a framerate
34173           now works.
34174
34175 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34176
34177         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
34178         (theora_push_buffer), (theora_push_packet),
34179         (theora_set_header_on_caps), (theora_enc_chain):
34180           mark buffers and put on streamheader, raw theora streaming
34181           now works too, whee
34182
34183 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34184
34185         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
34186         (gst_tcp_gdp_read_caps):
34187           do a looping read for caps and GDP headers too
34188
34189 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34190
34191         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34192         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
34193           return EOS instead of NULL in _get
34194
34195 2004-06-08  Wim Taymans  <wim@fluendo.com>
34196
34197         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
34198         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
34199         (gst_tcp_gdp_write_caps):
34200         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34201         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
34202         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
34203         Memory leak fixes
34204
34205 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34206
34207         * ext/vorbis/Makefile.am:
34208         * ext/vorbis/vorbis.c: (plugin_init):
34209         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
34210         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
34211         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
34212         (vorbis_parse_change_state):
34213         * ext/vorbis/vorbisparse.h:
34214           adding a vorbisparse element that marks the buffers, streaming
34215           raw vorbis using GDP now works, whee
34216
34217 2004-06-08  Wim Taymans  <wim@fluendo.com>
34218
34219         * ext/jpeg/Makefile.am:
34220         * ext/jpeg/README:
34221         * ext/jpeg/gstjpeg.c: (plugin_init):
34222         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
34223         (gst_smokedec_base_init), (gst_smokedec_class_init),
34224         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
34225         * ext/jpeg/gstsmokedec.h:
34226         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
34227         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
34228         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
34229         (gst_smokeenc_resync), (gst_smokeenc_chain),
34230         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
34231         * ext/jpeg/gstsmokeenc.h:
34232         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
34233         (smokecodec_flush_destination), (smokecodec_term_destination),
34234         (smokecodec_init_source), (smokecodec_fill_input_buffer),
34235         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
34236         (smokecodec_term_source), (smokecodec_encode_new),
34237         (smokecodec_decode_new), (smokecodec_info_free),
34238         (smokecodec_set_quality), (smokecodec_get_quality),
34239         (smokecodec_set_threshold), (smokecodec_get_threshold),
34240         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
34241         (find_best_size), (abs_diff), (put), (smokecodec_encode),
34242         (smokecodec_parse_header), (smokecodec_decode):
34243         * ext/jpeg/smokecodec.h:
34244         Added a new simple jpeg based codec
34245
34246 2004-06-08  Wim Taymans  <wim@fluendo.com>
34247
34248         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34249         (gst_multipart_mux_loop):
34250         Fix memory leak
34251
34252 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34253
34254         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34255         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
34256         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
34257         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
34258         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
34259         * gst/tcp/gsttcpserversink.h:
34260           take streamheader into account
34261
34262 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34263
34264         * gst/level/Makefile.am:
34265         * gst/level/gstlevel.c: (gst_level_class_init):
34266           clean up marshal generation
34267
34268 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34269
34270         * gst/tcp/Makefile.am:
34271         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
34272         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
34273         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
34274         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
34275         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
34276         (gst_tcpclientsrc_get_property):
34277         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
34278         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
34279         (gst_tcpserversink_handle_client_read),
34280         (gst_tcpserversink_handle_client_write),
34281         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
34282         * gst/tcp/gsttcpserversink.h:
34283           add signals client-added and client-removed
34284         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
34285         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
34286         (gst_tcpserversrc_get_property):
34287         uniformized, change default protocol to NONE
34288         * gst/tcp/gsttcp-marshal.list: added
34289 2004-06-07  Benjamin Otte  <otte@gnome.org>
34290
34291         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34292           handle discont events if they happen before caps nego
34293
34294 2004-06-07  Wim Taymans  <wim@fluendo.com>
34295
34296         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
34297         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
34298         (gst_multipart_demux_plugin_init):
34299         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34300         (gst_multipart_mux_init), (gst_multipart_mux_loop),
34301         (gst_multipart_mux_change_state):
34302         Small updates, fix a memleak
34303
34304 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
34305
34306         * configure.ac: OSS portability
34307         * ext/arts/gst_arts.c: idem
34308         * sys/oss/gstosselement.c: idem
34309         * sys/oss/gstossmixer.c: idem
34310         * sys/oss/gstosssink.c: idem
34311         * sys/oss/gstosssrc.c: idem
34312         * sys/oss/oss_probe.c: idem
34313           - check for soundcard.h in different places for some BSD
34314
34315 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
34316
34317         * AUTHORS:
34318         Add me to the authors file
34319         * configure.ac:
34320         Increase the libdv requirement to >= version 0.100
34321         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
34322         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
34323         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
34324         * ext/dv/gstdvdec.h:
34325         Add support for the new_media flag when sending DISCONT events
34326         Make the querying work when video pad is not linked
34327
34328 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
34329
34330         reviewed by Benjamin Otte  <otte@gnome.org>
34331
34332         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
34333           create a NULL-initialized array of pads, so we don't think they
34334           exist already. (fixes #143130)
34335
34336 2004-06-07  Benjamin Otte  <otte@gnome.org>
34337
34338         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
34339         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
34340         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
34341           don't use // coments
34342
34343 2004-06-07  Benjamin Otte  <otte@gnome.org>
34344
34345         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
34346           cast to GstClockTime to get higher granularity
34347         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34348           use gst_element_set_time_delay to get the exact time
34349         * ext/mad/gstmad.c: (gst_mad_chain):
34350           use the negotiated rate instead of the current frame's rate which
34351           might be wrong because of bit errors. This avoids emitting totally
34352           bogus timestamps and screwing sync.
34353         (fixes #143454)
34354
34355 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
34356
34357         reviewed by Benjamin Otte  <otte@gnome.org>
34358
34359         * gst/adder/gstadder.c: (gst_adder_loop):
34360           properly error out when no negotiation has happened yet. (fixes
34361           #143032)
34362
34363 2004-06-06  Benjamin Otte  <otte@gnome.org>
34364
34365         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
34366           forward correctly transformed offset in discont events. Based on
34367           patch by Arwed v. Merkatz. (fixes #142851)
34368
34369 2004-06-06  David Schleef  <ds@schleef.org>
34370
34371         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
34372         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
34373         problems on several systems.
34374
34375 2004-06-06  Benjamin Otte  <otte@gnome.org>
34376
34377         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
34378           use explicit caps on the srcpad
34379         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34380           properly error out if caps couldn't be set (fixes #142764)
34381
34382 2004-06-06  Benjamin Otte  <otte@gnome.org>
34383
34384         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
34385         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
34386         (gst_alsa_start_audio):
34387           - don't call set_periods_integer anymore, it breaks the
34388           configuration randomly
34389           - call snd_pcm_hw_params_set_access directly instead of using masks
34390           - don't fail if the sw_params can't be set, just use the default
34391           params and hope it works. Alsalib has weird issues when you touch
34392           sw_params and does no proper error reporting about what failed.
34393         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
34394         (gst_alsa_close_audio):
34395           make our alsa debugging go via gst debugging and not conditionally
34396           defined
34397         * ext/alsa/gstalsa.h:
34398           add ALSA_DEBUG_FLUSH macro
34399         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
34400         (plugin_init):
34401           wrap alsa errors to be printed via the gst debugging system and not
34402           spammed to stderr
34403
34404 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34405
34406         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
34407         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
34408         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
34409         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
34410         (qtdemux_parse_trak):
34411         * gst/qtdemux/qtdemux.h:
34412           Bitch. Also known as seeking, querying & co.
34413         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
34414         (gst_osssink_change_state):
34415         * sys/oss/gstosssink.h:
34416           Resyncing is for weenies, this hack is no longer needed and was
34417           broken anyway (since it - unintendedly - always leaves resync to
34418           TRUE).
34419
34420 2004-06-05  Andrew Turner <zxombie@hotpop.com>
34421
34422         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
34423         * gst/tcp/gsttcpclientsrc.h: idem
34424           - define MSG_NOSIGNAL if not done
34425           - include unistd.h for off_t
34426           (fixes #143749)
34427
34428 2004-06-05  Benjamin Otte  <otte@gnome.org>
34429
34430         * configure.ac:
34431         * ext/kio/Makefile.am:
34432           check for qt's moc preprocessor explicitly and use it
34433
34434 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34435
34436         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
34437           don't get a signal for EPIPE on socket writes
34438           (somebody check if this works on other platforms)
34439
34440 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34441
34442         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
34443         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
34444           check error condition on available samples correctly
34445
34446 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34447
34448         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
34449           avoid a segfault
34450         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
34451         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
34452         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
34453         (gst_tcpserversrc_gdp_read_header):
34454          use ssize_t over size_t since the former is signed and thus the
34455          check for error codes can work
34456
34457 2004-06-02  Wim Taymans  <wim@fluendo.com>
34458
34459         reviewed by: Johan
34460
34461         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34462         (gst_multipart_mux_loop):
34463         Oops
34464
34465 2004-06-02  Wim Taymans  <wim@fluendo.com>
34466
34467         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34468         (gst_multipart_mux_init), (gst_multipart_mux_loop),
34469         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34470         (gst_multipart_mux_change_state):
34471         Added configurable boundary specifier, added the value as a
34472         caps field as well.
34473
34474 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34475
34476         * gst/tcp/gsttcp.c:
34477         * gst/tcp/gsttcpclientsrc.c:
34478         * gst/tcp/gsttcpclientsrc.h:
34479         * gst/tcp/gsttcpserversrc.c:
34480           - portability fix, to compile on OSX
34481             (fixes #143146)
34482
34483         * sys/osxaudio/gstosxaudioelement.c:
34484         * sys/osxaudio/gstosxaudiosink.c:
34485         * sys/osxaudio/gstosxaudiosrc.c:
34486           - compilation warnings on OSX
34487             (fixes #143153)
34488
34489 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34490
34491         * ext/vorbis/vorbisdec.c : sign warning fixes
34492
34493         * gst-libs/gst/mixer/mixertrack.c :
34494           do no use defines which are glib 2.4 specific
34495
34496 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
34497
34498         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
34499           buffer since libflac doesn't expect it (reports a sync error when
34500           it encounters that)
34501
34502
34503 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
34504
34505         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
34506         * gst-libs/gst/mixer/mixertrack.c:
34507         (gst_mixer_track_get_property), (get_mixer_track_init),
34508         (get_mixer_track_get_property): Added property accessors
34509         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
34510         * gst-libs/gst/mixer/mixeroptions.c:
34511         (gst_mixer_options_get_values): Added
34512         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
34513         * gst-libs/gst/mixer/mixer.c: Fixed comment
34514
34515
34516 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34517
34518         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
34519           improve error messages on open
34520
34521
34522 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34523
34524         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
34525           check if v4l-conf is in path
34526
34527 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34528
34529         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
34530           change assert to a more readable error message
34531
34532 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
34533
34534         * gst-libs/gst/tuner/tunerchannel.h:
34535           - add a freq_multiplicator field to make the conversion
34536             between internal frequency unit and Hz
34537         * sys/v4l/gstv4lelement.c:
34538         * sys/v4l2/gstv4l2element.c:
34539           - change default video device to /dev/video0
34540         * sys/v4l/v4l_calls.c:
34541         * sys/v4l2/v4l2_calls.c:
34542           - we only expose frequency to the user in Hz instead of
34543             bastard v4lX unit (either 62.5kHz or 62.5Hz)
34544
34545 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
34546         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34547           Initialise b_o_s and e_o_s variables
34548         * gst-libs/gst/riff/riff-media.c:
34549         (gst_riff_create_video_caps_with_data):
34550           Add some unusual fourcc's from mplayer avi's
34551         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
34552           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
34553           autoplugging.
34554
34555 2004-05-28  Wim Taymans  <wim@fluendo.com>
34556
34557         * configure.ac:
34558         * gst/alpha/Makefile.am:
34559         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
34560         (gst_alpha_get_type), (gst_alpha_base_init),
34561         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
34562         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
34563         (gst_alpha_chroma_key), (gst_alpha_chain),
34564         (gst_alpha_change_state), (plugin_init):
34565         A plugin to add an alpha channel to I420 video. Can optionally do
34566         chroma keying.
34567         * gst/multipart/Makefile.am:
34568         * gst/multipart/multipart.c: (plugin_init):
34569         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
34570         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
34571         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
34572         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
34573         (gst_multipart_demux_change_state),
34574         (gst_multipart_demux_plugin_init):
34575         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
34576         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
34577         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
34578         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
34579         (gst_multipart_mux_pad_unlink),
34580         (gst_multipart_mux_request_new_pad),
34581         (gst_multipart_mux_handle_src_event),
34582         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
34583         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
34584         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34585         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
34586         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
34587         send multipart jpeg images to a browser.
34588         * gst/videobox/Makefile.am:
34589         * gst/videobox/README:
34590         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
34591         (gst_video_box_get_type), (gst_video_box_base_init),
34592         (gst_video_box_class_init), (gst_video_box_init),
34593         (gst_video_box_set_property), (gst_video_box_get_property),
34594         (gst_video_box_sink_link), (gst_video_box_i420),
34595         (gst_video_box_ayuv), (gst_video_box_chain),
34596         (gst_video_box_change_state), (plugin_init):
34597         Crops or adds borders around an image. can do alpha channel
34598         borders as well.
34599         * gst/videomixer/Makefile.am:
34600         * gst/videomixer/README:
34601         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
34602         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
34603         (gst_videomixer_pad_get_sink_event_masks),
34604         (gst_videomixer_pad_get_property),
34605         (gst_videomixer_pad_set_property),
34606         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
34607         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
34608         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
34609         (gst_videomixer_base_init), (gst_videomixer_class_init),
34610         (gst_videomixer_init), (gst_videomixer_request_new_pad),
34611         (gst_videomixer_handle_src_event),
34612         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
34613         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
34614         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
34615         (gst_videomixer_loop), (gst_videomixer_get_property),
34616         (gst_videomixer_set_property), (gst_videomixer_change_state),
34617         (plugin_init):
34618         Generic video mixer plugin, can handle multiple inputs all with
34619         different framerates and video sizes. Is fully alpha channel
34620         aware.
34621
34622 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34623
34624         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
34625           Select first track as master track. Not sure how else to handle
34626           that...
34627         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
34628           Discard discont events. Should fix #142962.
34629
34630 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34631
34632         * ext/alsa/Makefile.am:
34633         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
34634         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
34635         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
34636         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
34637         (gst_alsa_mixer_get_option):
34638         * ext/alsa/gstalsamixer.h:
34639         * ext/alsa/gstalsamixeroptions.c:
34640         (gst_alsa_mixer_options_get_type),
34641         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
34642         (gst_alsa_mixer_options_new):
34643         * ext/alsa/gstalsamixeroptions.h:
34644         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
34645         * ext/alsa/gstalsamixertrack.h:
34646           Add enumerations (as GstMixerOptions). Make correct distinction
34647           between input/output tracks. Add capture/playback private flag.
34648           Use flag to decide on whether to set capture or playback volumes
34649           or switches. Use playback and record switches.
34650         * gst-libs/gst/mixer/Makefile.am:
34651         * gst-libs/gst/mixer/mixer-marshal.list:
34652         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
34653         (gst_mixer_set_option), (gst_mixer_get_option),
34654         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
34655         (gst_mixer_volume_changed), (gst_mixer_option_changed):
34656         * gst-libs/gst/mixer/mixer.h:
34657         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
34658         (gst_mixer_options_class_init), (gst_mixer_options_init),
34659         (gst_mixer_options_dispose):
34660         * gst-libs/gst/mixer/mixeroptions.h:
34661           Add GstMixerOptions.
34662         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
34663           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
34664           broken device detection on computers with multiple OSS sound
34665           cards.
34666
34667 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34668
34669         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
34670           fixate nicely even when the peer is not negotiating
34671
34672 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34673
34674         * gst/audioconvert/gstaudioconvert.c:
34675         (gst_audio_convert_parse_caps):
34676           make sure we don't allow depth > width
34677         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
34678           fixate endianness to G_BYTE_ORDER as default
34679         * gst/audioscale/gstaudioscale.c:
34680           we don't handle another endianness as host-endianness
34681
34682 2004-05-25  David Schleef  <ds@schleef.org>
34683
34684         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
34685
34686 2004-05-24  Benjamin Otte  <otte@gnome.org>
34687
34688         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
34689         (gst_oggvorbisenc_setup):
34690           properly fail when we can't setup the vorbis encoder due to
34691           unsupported settings
34692         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
34693         (gst_vorbisenc_setup):
34694           same
34695         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
34696           fix case where warnings occured when one pad was unlinked while the
34697           other's link function was called
34698
34699 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
34700
34701         * gst/tcp/Makefile.am:
34702           use GST_ENABLE_NEW
34703
34704 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34705
34706         * gst-libs/gst/resample/private.h:
34707           don't use optimizations that are #if 0'ed
34708
34709 2004-05-24  Wim Taymans  <wim@fluendo.com>
34710
34711         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
34712         Fix potential division by zero error and hopefully get
34713         the position query right to get correct timestamps on avi
34714         audio.
34715
34716 2004-05-24  Wim Taymans  <wim@fluendo.com>
34717
34718         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
34719         (gst_videoscale_scale_nearest_str2),
34720         (gst_videoscale_scale_nearest_str4),
34721         (gst_videoscale_scale_nearest_32bit),
34722         (gst_videoscale_scale_nearest_24bit),
34723         (gst_videoscale_scale_nearest_16bit):
34724         Fix the scaling algorithm and avoid a buffer overflow.
34725         removed the while loop in the scaling function as it
34726         was used for point sampling only.
34727
34728 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34729
34730         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
34731         (gst_id3_tag_class_init), (gst_id3_tag_init),
34732         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
34733         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
34734         (gst_id3_tag_send_tag_event):
34735           lots of fixes to make id3mux work and id3demux work correctly
34736
34737 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34738
34739         * ext/Makefile.am:
34740           add rules to build shout2send (was removed by accident
34741           when this module was no more marked experimental/broken)
34742
34743 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34744
34745         * ext/shout2/gstshout2.c:
34746         * ext/shout2/gstshout2.h:
34747           adding a "connection problem" signal to shout2send
34748           (fixes #142954)
34749
34750 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
34751
34752         * ext/kio/kioreceiver.cpp:
34753         * ext/kio/kioreceiver.h:
34754           fix sign comparison issues
34755
34756 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34757
34758         * gst/cdxaparse/gstcdxaparse.c:
34759         * gst/cdxaparse/gstcdxaparse.h:
34760           some renaming
34761           add some checks/sanity
34762           prepare for seek addition
34763
34764         * sys/sunaudio/gstsunaudio.c:
34765           remove exported dupe init function
34766
34767 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
34768
34769         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
34770         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
34771           Fix format conversion and position querying.
34772         * gst/debug/progressreport.c: (gst_progressreport_report):
34773           Don't output a bogus total value that we didn't query.
34774         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
34775           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
34776           only a blank window after xine has been used.
34777
34778 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34779
34780         * m4/as-arts.m4:
34781           sync with upstream version to fix test on FC2
34782           readd with -ko to preserve Id header
34783
34784 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34785
34786         * configure.ac:
34787           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
34788         * gst/tcp/gsttcpclientsrc.c: idem
34789         * gst/tcp/gsttcpserversink.c: idem
34790         * gst/tcp/gsttcpserversrc.c: idem
34791         * m4/gst-fionread.m4: idem
34792
34793         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
34794
34795         * configure.ac: enable speex plugin for speex 1.1.5+
34796         * ext/speex/gstspeexenc.c: fix cast warning
34797
34798         * ext/esd/README: fix typo
34799
34800 2004-05-20  David Schleef  <ds@schleef.org>
34801
34802         * configure.ac: Minor cosmetic change to convince the buildbot to
34803         reautogen.
34804         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
34805         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
34806         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
34807         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
34808         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
34809         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
34810         More hacking.  Plays audio now.
34811
34812 2004-05-20  David Schleef  <ds@schleef.org>
34813
34814         * configure.ac:
34815         * sys/Makefile.am:
34816
34817 2004-05-20  David Schleef  <ds@schleef.org>
34818
34819         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
34820         * sys/osxaudio/gstosxaudio.c:
34821         * sys/osxaudio/gstosxaudioelement.c:
34822         * sys/osxaudio/gstosxaudioelement.h:
34823         * sys/osxaudio/gstosxaudiosink.c:
34824         * sys/osxaudio/gstosxaudiosink.h:
34825         * sys/osxaudio/gstosxaudiosrc.c:
34826         * sys/osxaudio/gstosxaudiosrc.h:
34827
34828 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34829
34830         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
34831         (gst_vorbisenc_chain):
34832           put the codec headers on the caps as streamheader as well as
34833           pushing them out
34834
34835 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34836
34837         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
34838         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
34839         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
34840         split up push_packet into two functions
34841
34842 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34843
34844         * gst/tcp/.cvsignore:
34845           ignore enums
34846         * gst/tcp/Makefile.am:
34847         * gst/tcp/README:
34848         * gst/tcp/gsttcp.c:
34849         * gst/tcp/gsttcp.h:
34850         * gst/tcp/gsttcpclientsink.c:
34851         * gst/tcp/gsttcpclientsink.h:
34852         * gst/tcp/gsttcpclientsrc.c:
34853         * gst/tcp/gsttcpclientsrc.h:
34854         * gst/tcp/gsttcpplugin.c:
34855         * gst/tcp/gsttcpserversink.c:
34856         * gst/tcp/gsttcpserversink.h:
34857         * gst/tcp/gsttcpserversrc.c:
34858         * gst/tcp/gsttcpserversrc.h:
34859           add new tcp elements
34860
34861 2004-05-19  Wim Taymans  <wim@fluendo.com>
34862
34863         * gst/law/mulaw-conversion.c: (mulaw_encode):
34864         Fix overflow bug in ulaw encoding.
34865
34866 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34867
34868         * ext/mad/gstmad.c: (gst_mad_handle_event):
34869           don't unref the event twice
34870
34871 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34872
34873         * configure.ac:
34874           remove -Wno-sign-compare
34875
34876 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34877
34878         * configure.ac:
34879           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
34880           if you want to work against glib 2.2 and 2.4
34881
34882 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
34883
34884         * gst/tcp/Makefile.am:
34885         * gst/tcp/gsttcp.c:
34886         * gst/tcp/gsttcp.h:
34887         * gst/tcp/gsttcpsink.h:
34888         * gst/tcp/gsttcpsrc.h:
34889           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
34890
34891 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34892
34893         * gst/debug/tests.c: (md5_get_value):
34894           fix segfault on gst-inspect
34895
34896 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34897
34898         * gst/debug/testplugin.c:
34899         * gst/debug/tests.c:
34900         * gst/debug/tests.h:
34901           add new extensible and configurable testing element. Current tests
34902           include buffer count, stream length, timestamp/duration matching and
34903           md5.
34904         * gst/debug/Makefile.am:
34905         * gst/debug/gstdebug.c: (plugin_init):
34906           add infrastructure for new element
34907
34908 2004-05-19  Johan Dahlin  <johan@gnome.org>
34909
34910         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
34911         ending of the array. Fixes gst-inspect segfault on ppc.
34912
34913 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34914
34915         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
34916
34917         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
34918
34919 2004-05-18  David Schleef  <ds@schleef.org>
34920
34921         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
34922         warnings (bugs, actually) noticed by gcc but not forte.
34923
34924 2004-05-18  David Schleef  <ds@schleef.org>
34925
34926         * sys/sunaudio/Makefile.am:
34927         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
34928
34929 2004-05-18  David Schleef  <ds@schleef.org>
34930
34931         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
34932         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
34933         to allow qtdemux to use non-seekable streams. (bug #142272)
34934
34935 2004-05-18  David Schleef  <ds@schleef.org>
34936
34937         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
34938         (gst_resample_sinc_ft_float): Remove use of static temporary
34939         buffer.  This code was obviously not supposed to last long, but
34940         it's stuck in our ABI, so it required a little hack to make it
34941         ABI-compatible.  Fixes #142585.
34942         * gst-libs/gst/resample/resample.h: same.
34943
34944 2004-05-18  David Schleef  <ds@schleef.org>
34945
34946         * configure.ac: Add sunaudio
34947         * examples/Makefile.am: make gstplay depend on gconf
34948         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
34949         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
34950         (convert_table_lookup), (img_convert): remove c99-isms
34951         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
34952           unsigned, to fix a warning on Solaris
34953         * gst/mpeg1sys/systems.c: bcopy->memcpy
34954         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
34955         * sys/Makefile.am: Add sunaudio
34956
34957 2004-05-18  Wim Taymans  <wim@fluendo.com>
34958
34959         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
34960         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
34961         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
34962         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
34963         (gst_ogg_mux_loop):
34964         Fix an ugly memleak where the muxer didn't flush enough ogg
34965         pages. This also resulted in badly muxed ogg files.
34966
34967 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34968
34969         * gst/asfdemux/asfheaders.c :
34970         * gst/asfdemux/asfheaders.h :
34971         * gst/asfdemux/gstasfdemux.c :
34972           - fix ASF_OBJ_PADDING guid
34973           - add 3 new object guids (language list, metadata,
34974             extended stream properties)
34975           - add a function to parse extended header objects
34976
34977 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34978
34979         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
34980           remove leftover debugging g_print
34981
34982 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34983
34984         * ext/mad/gstmad.c: (gst_mad_handle_event):
34985           Fix for when the first format in a discont event is not a
34986           byte-based one. Should fix #137710.
34987
34988 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34989
34990         * m4/a52.m4 : fix compilation with -Wall -Werror
34991         * m4/libfame.m4 : idem
34992         * m4/libmikmod.m4 : idem
34993
34994 2004-05-17  Benjamin Otte  <otte@gnome.org>
34995
34996         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
34997           signal the new tags before giving up the reference
34998
34999 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35000
35001         * ext/shout2/gstshout2.c:
35002           use application/ogg instead of application/x-ogg (patch by Patrick
35003           Guimond, fixes #142432)
35004         * sys/oss/gstosselement.c: (gst_osselement_reset),
35005         (gst_osselement_sync_parms):
35006           don't set fragment size unless specified (fixes #142493)
35007
35008 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35009
35010         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
35011           fixes #142664
35012
35013 2004-05-17  Benjamin Otte  <otte@gnome.org>
35014
35015         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
35016           compute offsets correctly for internal buffers so timestamps are set
35017           correctly when we can't seek. Also handle cases where there are no
35018           offsets. (based on a patch by David Moore, fixes #142507)
35019
35020 2004-05-17  Benjamin Otte  <otte@gnome.org>
35021
35022         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35023           use correct variable when determining amount of data to skip so we
35024           don't skip into the void and segfault
35025
35026 2004-05-16  Benjamin Otte  <otte@gnome.org>
35027
35028         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
35029           Hi, I'm a memleak
35030
35031 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35032
35033         * gst/asfdemux/gstasfdemux.c:
35034           - fix a mem leak and always propagate tags
35035           - add WMV3 to known video codecs (but no decoder yet)
35036           - replace "surplus data" at end of audio header for what
35037             it is : codec specific data
35038           - fix a typo
35039
35040 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
35041
35042         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
35043
35044         * gst-libs/gst/audio/audioclock.c:
35045           Fix wrong return type (#142205).
35046
35047 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35048
35049         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
35050           Ignore CRCs by default (fixes #142566).
35051
35052 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35053
35054         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
35055         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
35056         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
35057         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
35058         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
35059         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
35060           Fix for cases where we fail to attach to a mixer.
35061
35062 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35063
35064         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
35065           Don't touch events after not owning them anymore.
35066         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
35067         (gst_wavparse_fmt), (gst_wavparse_other),
35068         (gst_wavparse_handle_seek), (gst_wavparse_loop),
35069         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
35070         (gst_wavparse_srcpad_event):
35071         * gst/wavparse/gstwavparse.h:
35072           Add seeking, fix querying.
35073
35074 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35075
35076         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35077           - process comments even if they don't end with \0\0
35078             g_convert would ignore them if present and works well without them
35079
35080 2004-05-16  Benjamin Otte  <otte@gnome.org>
35081
35082         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
35083           simplify caps
35084
35085 2004-05-16  Benjamin Otte  <otte@gnome.org>
35086
35087         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35088           don't write to memory we might not write to - g_convert does that
35089           for us anyway (fixes #142613)
35090         (gst_asf_demux_audio_caps):
35091           comment out gst_util_dump_mem
35092
35093 2004-05-16  Benjamin Otte  <otte@gnome.org>
35094
35095         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35096           compute correct expected timestamps after seek (broken since
35097           last commit)
35098         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
35099           rename element and debugging category to gdkpixbufscale
35100
35101 2004-05-16  Benjamin Otte  <otte@gnome.org>
35102
35103         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35104           add error checking to snd_pcm_delay and remove duplicate call to
35105           snd_pcm_delay that caused issues (see inline code comments)
35106         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
35107           make more readable and fix return value when snd_pcm_delay fails
35108         (fixes #142586)
35109
35110 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
35111         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
35112         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
35113         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
35114         (gst_pixbufscale_link), (gst_pixbufscale_init),
35115         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
35116         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
35117         (gst_pixbufscale_get_property), (pixbufscale_init):
35118         * ext/gdk_pixbuf/pixbufscale.h:
35119         Add these files I forgot earlier
35120
35121 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
35122         * ext/gdk_pixbuf/Makefile.am:
35123         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
35124         * ext/gdk_pixbuf/gstgdkpixbuf.h:
35125         Add new pixbufscale element to scale RGB video
35126         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
35127         and HYPER interpolation correctly.
35128         * ext/theora/theoraenc.c: (theora_enc_chain),
35129         Discard buffer and return if explicit caps could not be set
35130         (theora_enc_get_property):
35131         Make _get return kbps for the bitrate consistent with
35132         the _set function.
35133
35134
35135 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35136
35137         * ext/libvisual/visual.c: (gst_visual_chain):
35138           add missing visual_audio_analyze
35139
35140 2004-05-14  David Schleef  <ds@schleef.org>
35141
35142         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
35143         is killed while we're playing.
35144         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
35145         gst_element_no_more_pads().
35146
35147 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35148
35149         * gst-libs/gst/riff/riff-read.c :
35150           - fix INFO tag extraction in RIFF/AVI files
35151             because gst_event_unref (event) also freed taglist
35152           - avoid a mem leak
35153
35154 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35155
35156         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
35157         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
35158
35159         * gst/auparse/gstauparse.c :
35160           - add code (commented for now) to support audio/x-adpcm on src pad
35161             (we have no decoder for those layout yet)
35162
35163         * gst/cdxaparse/gstcdxaparse.c :
35164         * gst/cdxaparse/gstcdxaparse.h :
35165           - partial rewrite using RiffRead (ripped iain's wavparse code)
35166
35167         * gst/rtp/gstrtpL16enc.c : typo
35168         * gst/rtp/gstrtpgsmenc.c : typo
35169
35170 2004-05-13  Benjamin Otte  <otte@gnome.org>
35171
35172         * configure.ac:
35173           check for exact version of libvisual, it's not supposed to be
35174           API/ABI stable yet
35175
35176 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35177
35178         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
35179           signal no-more-pads
35180
35181 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
35182
35183         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
35184         Report which format was used for GST_FORMAT_DEFAULT
35185         * gst/debug/Makefile.am:
35186         * gst/debug/gstdebug.c: (plugin_init):
35187         * gst/debug/progressreport.c: (gst_progressreport_base_init),
35188         (gst_progressreport_class_init), (gst_progressreport_init),
35189         (gst_progressreport_report), (gst_progressreport_set_property),
35190         (gst_progressreport_get_property), (gst_progressreport_chain),
35191         (gst_progressreport_plugin_init):
35192         Add progressreport element for testing.
35193
35194 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
35195
35196         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
35197         * sys/v4l/gstv4lsrc.h:
35198         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
35199         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
35200         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
35201         (gst_v4lsrc_grab_frame):
35202           add more debugging
35203           send a discont at start
35204
35205 2004-05-12  Colin Walters  <walters@redhat.com>
35206
35207         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
35208         inflooping if we can't find a chunk.  Or in other words, don't blow
35209         chunks if we don't have a chunk to blow.
35210
35211 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
35212         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
35213         Remove old debug output
35214         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
35215         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
35216         (gst_dvdec_set_property), (gst_dvdec_get_property):
35217         Change the quality setting to an enum, so it works from gst-launch
35218         Don't renegotiate a non-linked pad. Allows audio only decoding.
35219         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
35220         (gst_deinterlace_link), (gst_deinterlace_init):
35221         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
35222         (gst_videodrop_link):
35223         Some caps negotiation fixes
35224
35225 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35226
35227         * ext/tarkin/gsttarkin.c :
35228           - Change RANK from NONE to PRIMARY
35229         * ext/gdk_pixbuf/gstgdkpixbuf.c :
35230           - Change RANK from NONE to MARGINAL
35231         * ext/divx/gstdivxenc.c :
35232           - Change RANK from PRIMARY to NONE (encoder/spider issue)
35233
35234 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
35235
35236         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
35237         (gst_vorbisenc_push_packet):
35238           copy a function that was added between 1.0 and 1.0.1 until we
35239           depend on worthwhile features of post-1.0
35240
35241 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35242
35243         * configure.ac:
35244           enable shout2 by default
35245         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
35246         (gst_shout2send_base_init), (gst_shout2send_init),
35247         (gst_shout2send_connect), (gst_shout2send_change_state):
35248         * ext/shout2/gstshout2.h:
35249           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
35250           #142262)
35251         * ext/theora/theora.c: (plugin_init):
35252           don't set rank on encoders
35253
35254 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
35255
35256         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
35257           Use codec_data property instead of flag1 and flag2 for wma
35258
35259 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35260
35261         * gst/cdxaparse/gstcdxaparse.c :
35262           - Add mpegversion to CAPS to make it link
35263           - Rank is as GST_RANK_SECONDARY instead of NONE
35264         * gst/auparse/gstauparse.c :
35265           - Document all audio encoding we can encounter from Solaris 9
35266             headers and libsndfile information.
35267           - Increase max. rate from 48000 to 192000 (to match other elements)
35268           - Don't try to play junk data between header and samples
35269
35270 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35271
35272         * ext/libvisual/visual.c: (gst_visual_getcaps):
35273           use the right caps depending on endianness (I hope)
35274         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
35275           use GST_RANK_NONE for all non-decoding elements or spider gets
35276           mighty confused
35277
35278 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35279
35280         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35281           Fix some odd cases and fix BE metadata parsing of unicode16 text.
35282
35283 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35284
35285         * gst/switch/gstswitch.c: (gst_switch_release_pad),
35286         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
35287         (gst_switch_loop), (gst_switch_get_type):
35288           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
35289           HEADERS. Had to be said.
35290
35291 2004-05-10  David Schleef  <ds@schleef.org>
35292
35293         * configure.ac: Add prototype Dirac support.
35294         * ext/Makefile.am:
35295         * ext/dirac/Makefile.am:
35296         * ext/dirac/gstdirac.cc:
35297         * ext/dirac/gstdiracdec.cc:
35298
35299 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35300
35301         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
35302         (gst_auparse_init), (gst_auparse_chain),
35303         (gst_auparse_change_state):
35304           Hack around spider. Remove me some day please.
35305
35306 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35307
35308         * gst/auparse/gstauparse.c: (gst_auparse_chain):
35309           Fix for some uninitialized variables in previous patch, also
35310           makes it work. Fixes #142286 while we're at it.
35311
35312 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35313
35314         * gst/auparse/gstauparse.c:
35315                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
35316                 only unsupported formats are ADPCM/CCITT G.72x
35317                 reviewed by Ronald
35318         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
35319
35320 2004-05-10  Wim Taymans  <wim@fluendo.com>
35321
35322         * ext/vorbis/Makefile.am:
35323         * ext/vorbis/README:
35324         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
35325         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
35326         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
35327         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
35328         (gst_oggvorbisenc_convert_sink),
35329         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
35330         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
35331         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
35332         (get_constraints_string), (update_start_message),
35333         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
35334         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
35335         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
35336         * ext/vorbis/oggvorbisenc.h:
35337         * ext/vorbis/vorbis.c: (plugin_init):
35338         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
35339         (raw_caps_factory), (gst_vorbisenc_class_init),
35340         (gst_vorbisenc_init), (gst_vorbisenc_setup),
35341         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
35342         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
35343         * ext/vorbis/vorbisenc.h:
35344         Added a raw vorbis encoder to be used with the oggmuxer.
35345         We still need the old encoder for some gnome applications,
35346         read the README to find out how that works.
35347         The raw encoder is called "rawvorbisenc" until 0.9.
35348
35349 2004-05-10  Wim Taymans  <wim@fluendo.com>
35350
35351         * ext/ogg/gstogg.c: (plugin_init):
35352         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
35353         (gst_ogg_print):
35354         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
35355         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
35356         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
35357         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
35358         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
35359         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
35360         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
35361         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
35362         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
35363         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
35364         Added an ogg muxer.
35365         Small typo fixes in the demuxer.
35366
35367 2004-05-10  Wim Taymans  <wim@fluendo.com>
35368
35369         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35370         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
35371         (theora_enc_change_state), (theora_enc_set_property),
35372         (theora_enc_get_property):
35373         Mark the last packet with an EOS flag which is not really needed
35374         in gstreamer.
35375         Do some better video framerate initialisation.
35376         Update the buffer timestamp.
35377
35378 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
35379
35380         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
35381         Return the result of the parent state change call
35382
35383 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35384
35385         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
35386         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
35387         * gst/law/alaw-encode.c : (idem)
35388         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
35389         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
35390         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
35391
35392 2004-05-09  Benjamin Otte  <otte@gnome.org>
35393
35394         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
35395           don't use a fixed buffer size when writing variable length data to
35396           it. Fixes memory corruption and makes alsasrc work
35397
35398 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35399
35400         * ext/gnomevfs/gstgnomevfssink.c:
35401         (_gst_boolean_allow_overwrite_accumulator),
35402         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
35403           Run glib's default signal handler (??) in RUN_CLEANUP rather than
35404           RUN_LAST, and don't use that to set the accumulator value because
35405           then it's always FALSE.
35406
35407 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35408
35409         * gst-libs/gst/riff/riff-media.c:
35410         (gst_riff_create_video_caps_with_data),
35411         (gst_riff_create_audio_caps),
35412         (gst_riff_create_audio_template_caps):
35413         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
35414           Fix for unaligned RIFF files (i.e. where all the chunks together
35415           in a LIST chunk are not of the same size as the size given in
35416           the LIST chunk header). Fixes several odd WAVE files. Also fix
35417           ADPCM (block_align property) in audio, so that wavparse based
35418           on this works now as it used to stand-alone.
35419
35420 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
35421
35422         reviewed by Benjamin Otte  <otte@gnome.org>
35423
35424         * ext/a52dec/gsta52dec.c:
35425         * ext/divx/gstdivxdec.c:
35426         * ext/divx/gstdivxenc.c:
35427         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
35428         * ext/faac/gstfaac.c: (gst_faac_base_init):
35429         * ext/faad/gstfaad.c: (gst_faad_base_init):
35430         * ext/ivorbis/vorbisfile.c:
35431         * ext/lame/gstlame.c:
35432         * ext/libfame/gstlibfame.c:
35433         * ext/mpeg2enc/gstmpeg2enc.cc:
35434         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
35435         * ext/sidplay/gstsiddec.cc:
35436         * ext/speex/gstspeexdec.c:
35437         * ext/speex/gstspeexenc.c:
35438         * ext/xvid/gstxviddec.c:
35439         * ext/xvid/gstxvidenc.c:
35440           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
35441           (fixes #142193)
35442
35443 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35444
35445         * ext/alsa/gstalsa.c: (device_list),
35446         (gst_alsa_class_probe_devices):
35447         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
35448           Fix alsa oddness in mixer after the combination of using mixer
35449           in source/sink elements and using hw:x,y instead of just hw:x.
35450
35451 2004-05-09  Benjamin Otte  <otte@gnome.org>
35452
35453         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
35454         (gst_wavparse_create_sourcepad):
35455           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
35456           sourcepads
35457
35458 2004-05-09  Benjamin Otte  <otte@gnome.org>
35459
35460         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
35461           allow discont events before caps nego
35462
35463 2004-05-08  Benjamin Otte  <otte@gnome.org>
35464
35465         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
35466           don't leak events
35467
35468 2004-05-08  Benjamin Otte  <otte@gnome.org>
35469
35470         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
35471         (gst_level_change_state), (gst_level_init):
35472         * gst/level/gstlevel.h:
35473           figure out if we're initialized directly instead of keeping a
35474           variable that's wrong in 90% of cases
35475           don't initialize pads and then leak them and use a new unitialized
35476           pad. (fixes #142084)
35477           these were bugs so n00bish I didn't find them for an hour :/
35478
35479 2004-05-08 Iain <iain@prettypeople.org>
35480
35481         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
35482         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
35483         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
35484         return the length that was read.
35485         (gst_riff_read_strf_auds): Allow fmt tags as well.
35486
35487 2004-05-07  David Schleef  <ds@schleef.org>
35488
35489         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
35490         signed char assumption in faad.h.
35491
35492 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35493
35494         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
35495           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
35496
35497 2004-05-07  Colin Walters  <walters@redhat.com>
35498
35499         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
35500         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
35501         function.
35502         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
35503         Add dispose function.
35504
35505 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
35506         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
35507           Fix caps nego and pad templates. RGB mode caps should
35508           work now.
35509         * ext/dvdnav/gst-dvd:
35510           Move mpeg2dec inside the thread because otherwise the
35511           queue rejects cap changes mid-stream
35512         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
35513         (gst_mpeg2dec_flush_decoder):
35514           For mpeg2dec > 0.4.0, call the flush function instead of
35515           manually extracting all in-flight frames.
35516         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
35517         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
35518           Change mime type video/dv go video/x-dv to match the
35519           rest of gst-plugins
35520
35521 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35522
35523         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
35524         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
35525         (gst_alsa_sink_class_init):
35526         * ext/alsa/gstalsasink.h:
35527         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
35528         (gst_alsa_src_class_init):
35529         * ext/alsa/gstalsasrc.h:
35530           Make alsasink/src a subclass of alsamixer so that mixer stuff
35531           shows up in gst-rec. Needs some finetuning.
35532
35533 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35534
35535         * ext/lame/gstlame.c: (gst_lame_chain):
35536           simplify
35537         * ext/mad/gstmad.c: (gst_mad_handle_event):
35538           fix event leak
35539         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
35540           be able to detect mp3 files < 4096 bytes
35541
35542 2004-05-06  Wim Taymans  <wim@fluendo.com>
35543
35544         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35545         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
35546         (theora_enc_set_property), (theora_enc_get_property):
35547         Also encode the first frame, cleanup some code.
35548
35549 2004-05-06  Wim Taymans  <wim@fluendo.com>
35550
35551         * ext/mpeg2enc/gstmpeg2enc.cc:
35552         Forward events first before deciding that negotiation was
35553         not performed.
35554
35555 2004-05-06  Wim Taymans  <wim@fluendo.com>
35556
35557         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
35558         First process the events before deciding that negotiation
35559         was not performed.
35560
35561 2004-05-06  Wim Taymans  <wim@fluendo.com>
35562
35563         * ext/theora/Makefile.am:
35564         * ext/theora/theora.c: (plugin_init):
35565         * ext/theora/theoradec.c: (theora_dec_change_state):
35566         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
35567         (gst_theora_enc_class_init), (gst_theora_enc_init),
35568         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
35569         (theora_enc_chain), (theora_enc_change_state),
35570         (theora_enc_set_property), (theora_enc_get_property):
35571         Added a theora encoder, grouped the encoder and decoder into the
35572         same plugin.
35573
35574 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
35575
35576         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35577         (gst_jpegenc_chain):
35578         fix DURATION on outgoing buffers
35579         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
35580         debug using time formats
35581         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
35582         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
35583         (gst_xvimagesink_sink_link):
35584         windows with width/height 0 generate X errors, so don't allow them
35585
35586 2004-05-05  Wim Taymans  <wim@fluendo.com>
35587
35588         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
35589         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
35590         (gst_mpeg2dec_negotiate_format):
35591         * ext/mpeg2dec/gstmpeg2dec.h:
35592           removed the static pad template so that we can add the
35593           more accurate framerate value to the caps.
35594
35595
35596 2004-05-04  Benjamin Otte  <otte@gnome.org>
35597
35598         * configure.ac:
35599           check for kdemacros.h, too (should fix #141821)
35600         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
35601           don't crash if no header was sent, but nicely error out (fixes part
35602           of #141554)
35603
35604 2004-05-04  Wim Taymans  <wim@fluendo.com>
35605
35606         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
35607         parent dispose function to avoid segfault on destroy.
35608
35609 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
35610
35611         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
35612         (plugin_init):
35613         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
35614         (gst_xvimagesink_sink_link):
35615         clean up debugging caps
35616         also recreate xvimage when format has changed
35617
35618 2004-05-04  Benjamin Otte  <otte@gnome.org>
35619
35620         * ext/libvisual/Makefile.am:
35621         * ext/libvisual/visual.c: (gst_visual_class_init),
35622         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
35623         (gst_visual_srclink), (gst_visual_chain),
35624         (gst_visual_change_state), (plugin_init):
35625           use a GstAdapter to correctly adapt buffer sizes - allows using a
35626           framerate
35627
35628 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35629
35630         * sys/v4l/gstv4lelement.h:
35631         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
35632         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
35633         (gst_v4lsrc_buffer_free):
35634         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
35635         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
35636         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
35637         (gst_v4lsrc_requeue_frame):
35638         move some debugging categories around
35639         query for fps index and set accordingly if found
35640
35641 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35642
35643         * ext/lame/gstlame.c:
35644         correct defaults that lame_init puts out of range
35645
35646 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35647
35648         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
35649         (gst_divxenc_class_init):
35650         fix range since -1 is the default
35651         * gst/mpeg1sys/gstmpeg1systemencode.c:
35652         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
35653         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
35654         (gst_rtjpegdec_chain):
35655         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
35656         (gst_rtjpegenc_chain):
35657         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
35658         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
35659         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
35660         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
35661         * sys/v4l/gstv4lsrc.c:
35662         * sys/v4l/v4l_calls.c: (gst_v4l_open):
35663         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
35664         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
35665         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
35666         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
35667           remove gst_info calls
35668
35669 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35670
35671         * Makefile.am:
35672         * po/af.po:
35673         * po/az.po:
35674         * po/en_GB.po:
35675         * po/nl.po:
35676         * po/sr.po:
35677         * po/sv.po:
35678           Updated translations
35679
35680 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35681
35682         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
35683           refactor/comment code
35684
35685 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35686
35687         * gst/asfdemux/Makefile.am:
35688         * gst/asfdemux/asfheaders.c:
35689         * gst/asfdemux/asfheaders.h:
35690         * gst/asfdemux/gstasf.c: (plugin_init):
35691         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
35692         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
35693         (gst_asf_demux_setup_pad):
35694         * gst/asfdemux/gstasfdemux.h:
35695         * gst/asfdemux/gstasfmux.c:
35696         * gst/asfdemux/gstasfmux.h:
35697           Add tagging support to demuxer, split out registration in its own
35698           file instead of in demux (hacky), and prevent having some tables
35699           in our memory multiple times (in asfheaders.h).
35700
35701 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35702
35703         * gst/matroska/matroska-demux.c:
35704         (gst_matroska_demux_parse_metadata):
35705         * gst/matroska/matroska-ids.h:
35706           Basic tag reading support.
35707
35708 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35709
35710         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
35711           Really detect ac-3 audio.
35712         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
35713           really detect matroska files (off-by-1).
35714
35715 2004-04-30  David Schleef  <ds@schleef.org>
35716
35717         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
35718         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
35719         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
35720         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
35721         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
35722         hackage -- parse a lot more atoms, extract a few tags.  One might even
35723         mistake this for tag support.  Maybe it is.
35724         * gst/qtdemux/qtdemux.h:
35725
35726 2004-04-30  Colin Walters  <walters@verbum.org>
35727
35728         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
35729
35730 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
35731
35732         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35733         (gst_ffmpegcolorspace_getcaps):
35734           remove broken nego fix
35735
35736 2004-04-30  Benjamin Otte  <otte@gnome.org>
35737
35738         * configure.ac:
35739         * ext/Makefile.am:
35740         * ext/libvisual/Makefile.am:
35741         * ext/libvisual/visual.c:
35742           add initial support for libvisual (http://libvisual.sourceforge.net)
35743           libvisual is still quite alpha, so expect crashes in there :)
35744
35745 2004-04-29  David Schleef  <ds@schleef.org>
35746
35747         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
35748         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
35749         up qtdemux to make it spit out codec_data.  Do _not_ look at this
35750         code; you will no longer respect me.
35751
35752 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35753
35754         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
35755         * ext/alsa/gstalsa.h :
35756         change alsa pcm device discovery to find more than 1 device
35757         per card. code review by Ronald.
35758
35759 2004-04-29  David Schleef  <ds@schleef.org>
35760
35761         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
35762         Add a check for a driver bug on FreeBSD.  (bug #140565)
35763
35764 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
35765
35766         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
35767         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35768         (gst_jpegenc_getcaps):
35769           move format setting to inner loop
35770         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35771         (gst_ffmpegcolorspace_getcaps):
35772           use GST_PAD_CAPS if available so that we use already negotiated
35773           caps
35774         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
35775         (qtdemux_parse_moov), (qtdemux_parse):
35776           extra debugging
35777         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
35778         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
35779           move hardcoded path to DEFINE
35780
35781 2004-04-28  David Schleef  <ds@schleef.org>
35782
35783         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
35784         (bug #140064)
35785
35786 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35787
35788         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
35789           Don't probe for playback device if we're a source element. Fixes
35790           #139658.
35791
35792 2004-04-29  Benjamin Otte  <otte@gnome.org>
35793
35794         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
35795         (gst_id3_tag_chain):
35796           rewrite buffer offset
35797
35798 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35799
35800         * configure.ac:
35801         * ext/Makefile.am:
35802         * ext/dts/Makefile.am:
35803         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
35804         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
35805         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
35806         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
35807         (gst_dtsdec_loop), (gst_dtsdec_change_state),
35808         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
35809         (plugin_init):
35810         * ext/dts/gstdtsdec.h:
35811           New DTS decoder.
35812         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
35813         (gst_faad_srcconnect):
35814           Add ESDS atom handling (.m4a).
35815
35816 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35817
35818         * ext/divx/gstdivxdec.c: (plugin_init):
35819           Remove comment that makes no sense.
35820         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
35821           Fix for obvious typo that resulted in warnings during gst-register.
35822         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
35823         (gst_xviddec_sink_link):
35824           Fix caps negotiation a bit better.
35825         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
35826           We call this 'codec_data', not 'esds'.
35827
35828 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35829
35830         * gst/monoscope/gstmonoscope.c:
35831           make sure we only provide 256x128
35832         * gst/monoscope/monoscope.c: (monoscope_init):
35833           assert size of 256x128
35834
35835 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35836
35837         * Makefile.am:
35838         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
35839         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
35840           fixate to max width and height of device
35841
35842 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35843
35844         * Makefile.am:
35845         * sys/v4l/gstv4l.c:
35846         * sys/v4l/gstv4lsrc.c:
35847         * sys/v4l/v4l_calls.c:
35848         * sys/v4l/v4lsrc_calls.c:
35849           fix for qc-usb driver which fakes having more than one buffer
35850           by handing the same buffer twice, which confused GStreamer's/v4lsrc
35851           buffer_free override
35852           add debugging
35853
35854 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35855
35856         * Makefile.am:
35857         * gst/videotestsrc/gstvideotestsrc.c:
35858         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
35859         (gst_videotestsrc_init), (gst_videotestsrc_get),
35860         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
35861         * gst/videotestsrc/gstvideotestsrc.h:
35862           add num-buffers property
35863
35864         2004-04-26  Benjamin Otte  <otte@gnome.org>
35865
35866         * ext/mad/gstid3tag.c: (plugin_init):
35867           set id3mux rank to NONE so it doesn't confuse spider
35868           require audio/mpeg,mpegversion=1 in id3mux
35869
35870 2004-04-26  Benjamin Otte  <otte@gnome.org>
35871
35872         * configure.ac:
35873           detect faad correctly as non-working if it's indeed non-working
35874
35875 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
35876
35877         * Makefile.am:
35878         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35879         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
35880         fix _getcaps so it only negotiates to its supported format
35881
35882 2004-04-25  Benjamin Otte  <otte@gnome.org>
35883
35884         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
35885           fix memleak
35886
35887 2004-04-23  Benjamin Otte  <otte@gnome.org>
35888
35889         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
35890           audio/x-raw-int with height rules! not. Now it's depth.
35891
35892 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35893
35894         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
35895         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
35896         (gst_wavparse_loop):
35897           Missing variable initialization. Add handling of DVI ADPCM. Fix
35898           mis-parsing of LIST chunks. This works around a bug where we mis-
35899           parse non-aligning LIST chunks (so LIST chunks where the contents
35900           don't align with the actual LIST size). The correct fix is to use
35901           rifflib, I'm not going to fix wavparse - too much work. All this
35902           fixes #104878.
35903
35904 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
35905
35906         reviewed by Benjamin Otte  <otte@gnome.org>
35907
35908         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
35909           fix shoutcast not working (fixes #140844)
35910
35911 2004-04-22  Benjamin Otte  <otte@gnome.org>
35912
35913         * ext/hermes/gsthermescolorspace.c:
35914         (gst_hermes_colorspace_caps_remove_format_info):
35915         * gst/colorspace/gstcolorspace.c:
35916         (gst_colorspace_caps_remove_format_info):
35917         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35918         (gst_ffmpegcolorspace_caps_remove_format_info):
35919           s/gst_caps_simplify/gst_caps_do_simplify/
35920
35921 2004-04-22  Benjamin Otte  <otte@gnome.org>
35922
35923         * gst-libs/gst/riff/riff-media.c:
35924         (gst_riff_create_video_caps_with_data):
35925           mpegversion is an int
35926         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
35927           don't try to create pad templates with NULL caps, use any caps
35928           instead.
35929
35930 2004-04-20  David Schleef  <ds@schleef.org>
35931
35932         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
35933         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
35934         (bug #140384)
35935
35936 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
35937
35938         reviewed by David Schleef
35939
35940         * ext/mad/gstid3tag.c: Add stdlib.h
35941         * gst/rtp/gstrtpgsmenc.c: same
35942         * gst/tags/gstid3tag.c: same
35943         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
35944         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
35945         GST_DISABLE_LOADSAVE use.
35946         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
35947         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
35948         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
35949         atol(3)).
35950         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
35951         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
35952         strtoul(3)).
35953         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
35954         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
35955         $(ID3_CFLAGS).
35956         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
35957         $(LIBFAME_CFLAGS).
35958
35959 2004-04-20  David Schleef  <ds@schleef.org>
35960
35961         * gst/realmedia/rmdemux.c:  This was supposed to part of the
35962         last checkin.  Same idea.
35963
35964 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
35965
35966         reviewed by David Schleef
35967
35968         * configure.ac: bump required gstreamer version to 0.8.1.1
35969         because of following changes [--ds]
35970
35971         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
35972         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
35973         (gst_riff_read_header):  Use GST_READ_UINT*
35974         macros to access possibly unaligned memory.
35975
35976         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
35977         (mp3_type_find):  Use GST_READ_UINT*
35978         macros to access possibly unaligned memory.
35979         (mp3_type_find, mpeg1_parse_header, qt_type_find)
35980         (speex_type_find): Likewise
35981
35982         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
35983
35984         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
35985         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
35986         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
35987         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
35988         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
35989         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
35990         macros to access possibly unaligned memory.
35991
35992         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
35993         Likewise.
35994
35995         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
35996         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
35997
35998         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
35999         Likewise.
36000
36001         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
36002         (gst_mpeg2subt_chain_subtitle): Likewise.
36003
36004         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
36005         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
36006         Likewise.
36007
36008         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
36009         Likewise.
36010
36011         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
36012         Likewise.
36013
36014         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
36015         Likewise.
36016
36017 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
36018
36019         * configure.ac:
36020           update required version of GStreamer because of GST_TIME_FORMAT
36021
36022 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36023
36024         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
36025           remove leftover g_print
36026         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
36027           don't try setting only a subset of the caps. We don't want to kill
36028           autoplugging on purpose
36029
36030 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
36031
36032         * sys/ximage/ximagesink.c: (plugin_init):
36033         * sys/xvimage/xvimagesink.c: (plugin_init):
36034           add debugging categories
36035
36036 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
36037
36038         * po/en_GB.po:
36039         * po/LINGUAS:
36040           Adding en_GB translation (Gareth Owen)
36041
36042 2004-04-20  David Schleef  <ds@schleef.org>
36043
36044         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
36045         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
36046         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
36047         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
36048         A number of new features and hacks to extract the esds atom and
36049         put it into the caps.  (bug #137724)
36050
36051 2004-04-19  David Schleef  <ds@schleef.org>
36052
36053         * gconf/Makefile.am: Fix for non-GNU make
36054         * gst-libs/gst/Makefile.am: Change directory order to handle
36055         GstPlay linking with gstinterfaces
36056         * gst-libs/gst/audio/make_filter: make use of tr portable
36057         * gst-libs/gst/play/Makefile.am: Add intended \
36058         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
36059         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
36060         function prototype instead of void *.
36061         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
36062         macro.
36063         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36064         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
36065         * gst/videofilter/make_filter: make use of tr portable
36066         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
36067
36068 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
36069
36070         * po/LINGUAS:
36071         * po/uk.po:
36072           Added Ukrainian translation (Maxim V. Dziumanenko)
36073
36074 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36075
36076         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
36077         (gst_gsmdec_link), (gst_gsmdec_chain):
36078           Fix capsnego, simplify chain function slightly.
36079         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
36080           Add GSM.
36081
36082 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36083
36084         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
36085         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
36086         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
36087           Hack to make wavparse work with spider (always -> sometimes pad).
36088           Fixes #135862 && #140411.
36089
36090 2004-04-18  Benjamin Otte  <otte@gnome.org>
36091
36092         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
36093         (gst_osselement_rate_probe_check),
36094         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
36095           get rid of \n in debug output
36096
36097 2004-04-17  Iain <iain@prettypeople.org>
36098
36099         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
36100         not just EOS.
36101
36102 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36103
36104         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
36105         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
36106         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
36107         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
36108         (gst_id3_tag_src_link), (gst_id3_tag_chain),
36109         (gst_id3_tag_change_state), (plugin_init):
36110           deprecate id3tag element and replace with id3demux/id3mux.
36111           great side effect: this ugly file is now even uglier, yay!
36112         * ext/mad/gstmad.h:
36113           remove non-available function
36114           update for new get_type
36115
36116 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36117
36118         * configure.ac:
36119           require mpeg2dec >= 0.4.0
36120
36121 2004-04-17  Benjamin Otte  <otte@gnome.org>
36122
36123         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
36124         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
36125         (gst_xvimagesink_set_xwindow_id):
36126           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
36127           assorted cleanup fixes.
36128
36129 2004-04-16  David Schleef  <ds@schleef.org>
36130
36131         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
36132         * sys/xvimage/xvimagesink.h: same
36133
36134 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36135
36136         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
36137           Fix GST_ELEMENT_ERROR with (NULL)
36138
36139 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36140
36141         * gst-libs/gst/riff/riff-media.c:
36142         (gst_riff_create_video_caps_with_data):
36143           Add div[3456] as fourccs for DivX 3 (fixes #140137).
36144
36145 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36146
36147         * gst-libs/gst/riff/riff-media.c:
36148         (gst_riff_create_video_caps_with_data),
36149         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
36150         (gst_riff_create_video_template_caps),
36151         (gst_riff_create_audio_template_caps):
36152         * gst-libs/gst/riff/riff-media.h:
36153         * gst-libs/gst/riff/riff-read.c:
36154         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
36155         * gst-libs/gst/riff/riff-read.h:
36156         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
36157           Add MS RLE support. I added some functions to read out strf chunks
36158           into strf chunks and the data behind it. This is usually color
36159           palettes (as in RLE, but also in 8-bit RGB). Also use those during
36160           caps creation. Lastly, add ADPCM (similar to wavparse - which
36161           should eventually be rifflib based).
36162         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
36163         (gst_matroska_demux_init), (gst_matroska_demux_reset):
36164         * gst/matroska/matroska-demux.h:
36165           Remove placeholders for some prehistoric tagging system. Didn't add
36166           support for any tag system really anyway.
36167         * gst/qtdemux/qtdemux.c:
36168           Add support for audio/x-m4a (MPEG-4) through spider.
36169         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
36170         (gst_wavparse_loop):
36171           ADPCM support (#135862). Increase max. buffer size because we
36172           cannot split buffers for ADPCM (screws references) and I've seen
36173           files with 2048 byte chunks. 4096 seems safe for now.
36174
36175 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36176
36177         * configure.ac: bump nano to 1
36178
36179 === release 0.8.1 ===
36180
36181 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36182
36183         * configure.ac: releasing 0.8.1, "Comforting Sounds"
36184
36185 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36186
36187         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36188           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
36189           Fixes #140058
36190
36191 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
36192
36193         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
36194           lower rank of dvddemux so that it's not used for mpeg playback.
36195
36196 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36197
36198         * configure.ac:
36199           save libs correctly when checking mad
36200
36201 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
36202
36203         * ext/mad/gstid3tag.c: (plugin_init):
36204           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
36205
36206 2004-04-13  David Schleef  <ds@schleef.org>
36207
36208         * common/m4/gst-feature.m4: Call -config scripts with
36209         --plugin-libs if it is supported.
36210         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
36211         JPEG images are image/jpeg.
36212         * gst/debug/Makefile.am:
36213         * gst/debug/negotiation.c: (gst_negotiation_class_init),
36214         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
36215         (gst_negotiation_update_caps), (gst_negotiation_get_property),
36216         (gst_negotiation_plugin_init): Add a property that acts like
36217         filter caps.
36218         * testsuite/gst-lint:  Move license checking to be a standard
36219         test.
36220
36221 2004-04-13  David Schleef  <ds@schleef.org>
36222
36223         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
36224         patch from Sebastien Cote (bug #139958)
36225
36226 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
36227
36228         * examples/gstplay/Makefile.am:
36229         * examples/gstplay/player.c: (main):
36230           make the commandline player example use gconf settings
36231
36232 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
36233
36234         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
36235         (gst_cacasink_sinkconnect), (gst_cacasink_init),
36236         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
36237           init/end library during state transition, not object
36238           creation/disposal.  get rid of custom dispose handler.
36239
36240
36241 2004-04-12  Christian Schaller <Uraeus@gnome.org>
36242
36243         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
36244         be a symlink
36245
36246 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36247
36248         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
36249           Handle JUNK chunks inside data section. Prevents warnings.
36250
36251 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36252
36253         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
36254         (gst_riff_create_video_template_caps):
36255           Add MS video v1.
36256         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
36257         (gst_avi_demux_stream_data):
36258           Add support for "rec-list" chunks.
36259
36260 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36261
36262         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
36263           Fix another codecname mismatch.
36264
36265 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36266
36267         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36268           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
36269           so that MJPEG plays back.
36270
36271 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36272
36273         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
36274         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
36275         * gst/mpeg1videoparse/gstmp1videoparse.h:
36276           Fix for some slight mis-cuts in buffer parsing, and for some
36277           potential overflows or faults-causers. Adds disconts. Also fixes
36278           #139105 while we're at it.
36279
36280 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36281
36282         * configure.ac:
36283         * sys/v4l2/gstv4l2element.h:
36284           Workaround for missing struct v4l2_buffer declaration in Suse 9
36285           and Mandrake 10 linux/videodev2.h header file (#135919).
36286
36287 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36288
36289         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
36290           Bail out if no filename was given.
36291
36292 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36293
36294         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
36295         (gst_v4l2_fourcc_from_structure):
36296           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
36297           Y41B somewhere).
36298
36299 2004-04-09  Benjamin Otte  <otte@gnome.org>
36300
36301         * ext/gnomevfs/gstgnomevfssink.c:
36302         (_gst_boolean_allow_overwrite_accumulator),
36303         (gst_gnomevfssink_class_init):
36304           fix erase signal - if any handler returns false the file will not be
36305           overwritten. If no handler is connected, the file will not be
36306           overwritten either.
36307           renamed signal to "allow-overwrite"
36308         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
36309           free string when adding it to ID3 failed
36310         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
36311           unref event when done
36312         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
36313           free caps
36314         * gst/typefind/gsttypefindfunctions.c:
36315         (mpeg_video_stream_type_find):
36316           fix invalid read
36317
36318 2004-04-08  David Schleef  <ds@schleef.org>
36319
36320         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36321         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
36322
36323 2004-04-08  David Schleef  <ds@schleef.org>
36324
36325         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
36326         we don't support (bug #139532)
36327
36328 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
36329
36330         * ext/mad/gstmad.c: (gst_mad_handle_event),
36331         (gst_mad_check_caps_reset), (gst_mad_chain),
36332         (gst_mad_change_state):
36333           only set explicit caps if they haven't been set before for
36334           this stream.  MPEG-audio sample rate/channels aren't allowed
36335           to change in-stream.
36336           Fixes #139382
36337
36338 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36339
36340         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
36341         (_gst_boolean_did_something_accumulator),
36342         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
36343         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
36344         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
36345         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
36346         (gst_gnomevfssink_change_state):
36347           Fix erase signal. Don't erase by default. Remove handoff signal.
36348           Remove erase property. Don't segfault. General cleanup.
36349
36350 2004-04-07  Benjamin Otte  <otte@gnome.org>
36351
36352         * gst-libs/gst/gconf/test-gconf.c: (main):
36353           add missing gst_init
36354
36355 2004-04-07  Benjamin Otte  <otte@gnome.org>
36356
36357         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
36358           free the mutexes, too
36359
36360 2004-04-07  Benjamin Otte  <otte@gnome.org>
36361
36362         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
36363           actually free the URI string
36364         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
36365           compute offset correctly when passing discont events
36366         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36367           don't leak discont events
36368         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
36369           add some missing breaks so caps aren't copied randomly
36370         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
36371           if we realloc memory, we better use it
36372
36373 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36374
36375         * ext/mad/gstmad.c: (normal_seek):
36376           fix GST_FORMAT_TIME usage
36377
36378 2004-04-05  David Schleef  <ds@schleef.org>
36379
36380         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
36381         a deprecated function (hack!)
36382
36383 2004-04-05  Benjamin Otte  <otte@gnome.org>
36384
36385         * ext/esd/esdmon.c: (gst_esdmon_get):
36386           fix nonterminated vararg and memleak
36387
36388 2004-04-05  Benjamin Otte  <otte@gnome.org>
36389
36390         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
36391         (gst_ladspa_init), (gst_ladspa_force_src_caps),
36392         (gst_ladspa_set_property), (gst_ladspa_get_property),
36393         (gst_ladspa_instantiate), (gst_ladspa_activate),
36394         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
36395           clean up debugging
36396
36397 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
36398
36399         reviewed by Benjamin Otte  <otte@gnome.org>
36400
36401         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
36402           check for broken LADSPA parameters (fixes #138635)
36403
36404 2004-04-05  Benjamin Otte  <otte@gnome.org>
36405
36406         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
36407           advertise buffer-frames correctly on sinkpads
36408
36409 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36410
36411         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
36412         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
36413         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
36414         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
36415         (gst_mad_check_caps_reset), (gst_mad_chain):
36416         add more debugging, only reset caps when we're not in error state
36417
36418 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36419
36420         * ext/mad/gstmad.c: add debugging category, comment + cleanups
36421
36422 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
36423
36424         reviewed by Benjamin Otte  <otte@gnome.org>
36425
36426         * configure.ac:
36427           fix == in test(1) operator
36428
36429 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
36430
36431         reviewed by Benjamin Otte  <otte@gnome.org>
36432
36433         * configure.ac:
36434           fix --export-symblos-regex to a working regex.
36435
36436 2004-04-04  Benjamin Otte  <otte@gnome.org>
36437
36438         * sys/oss/.cvsignore:
36439           add for oss_probe
36440
36441 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
36442
36443         reviewed by Benjamin Otte  <otte@gnome.org>
36444
36445         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36446           add missing 'new_media' argument (fixes #138168)
36447         * gst/matroska/matroska-demux.c:
36448         (gst_matroska_demux_handle_seek_event):
36449           add vararg terminator (fixes #138169)
36450
36451 2004-04-02  David Schleef  <ds@schleef.org>
36452
36453         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
36454         disted (bug #138914)
36455
36456 2004-04-01  Benjamin Otte  <otte@gnome.org>
36457
36458         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
36459         (gst_alsa_close_audio):
36460           handle case better where a soundcard can't pause
36461         * ext/ogg/gstoggdemux.c:
36462           don't crash when we get events but don't have pads yet
36463
36464 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36465
36466         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
36467           throw an error if we couldn't probe any caps.
36468
36469 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
36470
36471         * ext/dvdnav/gst-dvd:
36472         Add a really simple sample DVD player
36473
36474 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
36475
36476         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
36477         (gst_a52dec_push), (gst_a52dec_handle_event),
36478         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
36479         (gst_a52dec_change_state):
36480         * ext/a52dec/gsta52dec.h:
36481           Use a debug category, Output timestamps correctly
36482           Emit tag info, Handle events, tell liba52dec about cpu
36483           capabilities so it can use MMX etc.
36484         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
36485           Fix a crasher accessing invalid memory
36486         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
36487         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
36488         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
36489         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
36490         (dvdnavsrc_query):
36491           Some support for byte-format seeking.
36492           Small fixes for still frames and menu button overlays
36493         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
36494         (gst_mpeg2dec_alloc_buffer):
36495           Use a debug category. Adjust the report level of several items to
36496           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
36497           so it doesn't lose the GstBuffer pointer
36498         * gst/debug/Makefile.am:
36499         * gst/debug/gstdebug.c: (plugin_init):
36500         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
36501         (gst_navseek_base_init), (gst_navseek_class_init),
36502         (gst_navseek_init), (gst_navseek_seek),
36503         (gst_navseek_handle_src_event), (gst_navseek_set_property),
36504         (gst_navseek_get_property), (gst_navseek_chain),
36505         (gst_navseek_plugin_init):
36506         * gst/debug/gstnavseek.h:
36507           Add the navseek debug element for seeking back and forth in a
36508           video stream using arrow keys.
36509         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
36510         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
36511         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
36512         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
36513         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
36514         (gst_mpeg2subt_parse_header), (gst_get_nibble),
36515         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
36516         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
36517         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
36518         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
36519         * gst/mpeg2sub/gstmpeg2subt.h:
36520           Pretty much a complete rewrite. Now a loopbased element. May still
36521           require work to properly synchronise subtitle buffers.
36522         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
36523         (gst_dvd_demux_send_subbuffer):
36524         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
36525           Don't attempt to create subbuffers of size 0
36526           Reduce a couple of error outputs to warnings.
36527         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
36528         (gst_y4mencode_chain):
36529         Output the y4m frame header correctly.
36530
36531 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36532
36533         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36534           throw errors instead of allowing SIGFPE
36535
36536 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36537
36538         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
36539         (gst_gconf_render_bin_from_key):
36540           leak plugging and style fixing
36541
36542 2004-03-31  David Schleef  <ds@schleef.org>
36543
36544         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
36545         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
36546         (bug #138225)
36547         * gst/debug/Makefile.am:
36548         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
36549         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
36550         plugin.
36551         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
36552         (gst_negotiation_base_init), (gst_negotiation_class_init),
36553         (gst_negotiation_init), (gst_negotiation_getcaps),
36554         (gst_negotiation_pad_link), (gst_negotiation_chain),
36555         (gst_negotiation_set_property), (gst_negotiation_get_property),
36556         (gst_negotiation_plugin_init):  New element to talk about random
36557         negotiation things happening in a pipeline.
36558
36559 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
36560
36561         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36562           fix integer addition with help of Stefan Kost
36563
36564 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
36565
36566         * po/nl.po: updated Dutch translation (Elros Cyriatan)
36567
36568 2004-03-30  David Schleef  <ds@schleef.org>
36569
36570         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
36571         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
36572         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
36573         (bug #137504)
36574         * ext/mpeg2dec/gstmpeg2dec.h:
36575
36576 2004-03-30  David Schleef  <ds@schleef.org>
36577
36578         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
36579
36580 2004-03-30  David Schleef  <ds@schleef.org>
36581
36582         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
36583         Michael Petullo) to handle .mov
36584
36585 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36586
36587         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
36588         (gst_osselement_rate_check_rate):
36589           probe caps correctly for sound cards that only support one format
36590
36591 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36592
36593         * ext/kio/kiosrc.cpp: (process_events):
36594           update handling event processing if inside KDE - untested
36595
36596 2004-03-29  David Schleef  <ds@schleef.org>
36597
36598         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
36599         by 2 to not interfere with other colorspaces.
36600         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
36601         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
36602         one to not interfere with ffmpeg_colorspace.
36603
36604 2004-03-29  David Schleef  <ds@schleef.org>
36605
36606         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
36607         aren't in the caps.
36608         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
36609         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
36610
36611 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36612
36613         * gst-libs/gst/riff/riff-media.c:
36614           fail on error, don't try to set stuff on NULL caps
36615
36616 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36617
36618         * configure.ac:
36619         * ext/Makefile.am:
36620         * ext/kio/Makefile.am:
36621         * ext/kio/kioreceiver.cpp:
36622         * ext/kio/kioreceiver.h:
36623         * ext/kio/kiosrc.cpp:
36624         * ext/kio/kiosrc.h:
36625           add experimental kiosrc plugin
36626         * ext/alsa/gstalsaplugin.c: (plugin_init):
36627           initialize debugging category only when we're sure registering the
36628           plugins worked.
36629
36630 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36631
36632         * examples/gstplay/player.c: (main):
36633         * gst-libs/gst/play/play.c: (gst_play_class_init),
36634         (gst_play_set_location), (gst_play_set_data_src),
36635         (gst_play_set_video_sink), (gst_play_set_audio_sink),
36636         (gst_play_set_visualization), (gst_play_connect_visualization):
36637           check return values of element_set_state and return FALSE where
36638           failed
36639
36640 2004-03-29  Benjamin Otte  <otte@gnome.org>
36641
36642         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36643           try harder to check if an event is really a discont
36644
36645 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36646
36647         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
36648         * po/az.po:
36649
36650 2004-03-28  Benjamin Otte  <otte@gnome.org>
36651
36652         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
36653         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
36654         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
36655           get rid of non-standard "..." ranges in case statements.
36656
36657 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
36658
36659         * gst/mpegstream/gstmpegdemux.c:
36660         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
36661         specific functionality split to the new dvddemux element.
36662         * gst/mpegstream/gstdvddemux.c:
36663         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
36664         streams, derived from mpegdemux.
36665         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
36666         up. SCR based timestamp rewriting can be turned off (will probably
36667         completely disappear soon).
36668         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
36669         hacking. General cleanup. All printf statements replaced by
36670         debugging messages. Almost complete libdvdnav support.
36671         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
36672         by events. New properties for audio and subpicture languages.
36673         (dvdnavsrc_update_highlight): Now uses events.
36674         (dvdnavsrc_user_op): Cleaned up.
36675         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
36676         based). Lots of cleanup, and propper support for most libdvdnav
36677         events.
36678         (dvdnavsrc_make_dvd_event): New function.
36679         (dvdnavsrc_make_dvd_nav_packet_event): New function.
36680         (dvdnavsrc_make_clut_change_event): New function.
36681
36682 2004-03-26  Benjamin Otte  <otte@gnome.org>
36683
36684         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
36685           fix bug where typefinding would claim it's theora whenever less then
36686           7 bytes of data were available
36687
36688 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36689
36690         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
36691         (gst_alawdec_base_init), (gst_alawdec_class_init),
36692         (gst_alawdec_init), (gst_alawdec_chain):
36693         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
36694         (gst_alawenc_base_init), (gst_alawenc_class_init),
36695         (gst_alawenc_init), (gst_alawenc_chain):
36696         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
36697         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
36698         (gst_mulawdec_init), (gst_mulawdec_chain):
36699         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
36700         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
36701         (gst_mulawenc_init), (gst_mulawenc_chain):
36702           Fix capsnego in all four, remove the unused property functions and
36703           simplify the chain functions slightly. I guess we could use macros
36704           or something similar for those, since the code is so similar, but
36705           I'm currently too lazy...
36706
36707 2004-03-24  David Schleef  <ds@schleef.org>
36708
36709         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
36710         (gst_osselement_close_audio), (gst_osselement_probe_caps),
36711         (gst_osselement_get_format_structure),
36712         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
36713         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
36714         (gst_osselement_rate_int_compare): Add code to handle rate probing
36715         (bug #120883)
36716         * sys/oss/gstosselement.h: same
36717         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
36718         Use rate probing provided by osselement.
36719         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
36720
36721 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36722
36723         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
36724         (gst_xvidenc_get_property):
36725           ulong/int mess-up.
36726
36727 2004-03-24  David Schleef  <ds@schleef.org>
36728
36729         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
36730         (gst_speexdec_init):
36731         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
36732         (gst_speexenc_init):  Create the pad template correctly (from
36733         the static pad template, not a NULL pointer.)
36734
36735 2004-03-25  Benjamin Otte  <otte@gnome.org>
36736
36737         * gst/debug/Makefile.am:
36738         * gst/debug/breakmydata.c:
36739           add element that quasi-randomly changes bytes in the stream.
36740           Intended use is robustness checking of demuxers and decoders in
36741           media tests.
36742
36743 2004-03-24  Benjamin Otte  <otte@gnome.org>
36744
36745         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
36746         (gst_alsa_probe_hw_params):
36747         * ext/alsa/gstalsa.h:
36748           debugging output fixes
36749
36750 2004-03-24  Benjamin Otte  <otte@gnome.org>
36751
36752         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
36753           don't g_return_if_fail if element is PLAYING, fail silently as every
36754           other element.
36755         * gst/effectv/gstquark.c: (gst_quarktv_chain):
36756           only fix needed for cast lvalue issues in gst-plugins
36757         * gst/volenv/gstvolenv.c: (gst_volenv_init):
36758           add proxy_getcaps
36759
36760 2004-03-24  Benjamin Otte  <otte@gnome.org>
36761
36762         * gst/level/gstlevel.c: (gst_level_init):
36763           add proxying getcaps function, so level doesn't advertise impossible
36764           caps
36765
36766 2004-03-24  David Schleef  <ds@schleef.org>
36767
36768         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
36769         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
36770         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
36771         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
36772         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
36773         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
36774         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
36775         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
36776         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
36777         messages.  Divide the chunk size by the compression ratio
36778         (needed for MACE audio)
36779
36780 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36781
36782         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
36783           Fix buffer overflow read error.
36784
36785 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36786
36787         * ext/alsa/gstalsa.h:
36788           Remove unused entry.
36789         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36790           Add cinepak.
36791         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
36792         (gst_videodrop_link), (gst_videodrop_chain):
36793           Fix, sort of. Was horribly broken with new capsnego. Bah...
36794
36795 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
36796
36797         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
36798         (plugin_init):
36799         Add a monkeysaudio typefind function
36800
36801 2004-03-23  Johan Dahlin  <johan@gnome.org>
36802
36803         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
36804         (gst_play_video_fixate): Check so the structure has the field
36805         before trying to fixate them, this makes it possible to have
36806         fakesinks for video and audio output without printing errors on
36807         the output console.
36808
36809 2004-03-22  David Schleef  <ds@schleef.org>
36810
36811         * sys/oss/Makefile.am:
36812         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
36813         (check_rate), (add_rate):  Rate probing test app.
36814
36815 2004-03-21  Benjamin Otte  <otte@gnome.org>
36816
36817         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
36818         (_fixate_caps_to_int), (gst_audio_convert_fixate):
36819           add a fixation function that pretty much does the right thing (fixes
36820           #137556)
36821
36822 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
36823
36824         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
36825
36826 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
36827
36828         reviewed by: Benjamin Otte  <otte@gnome.org>
36829
36830         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
36831           terminate gst_event_new_discontinuous correctly (fixes parts of
36832           #137711)
36833
36834 2004-03-19  David Schleef  <ds@schleef.org>
36835
36836         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
36837         since it doesn't depend on X, and it's part of our ABI.
36838
36839 2004-03-19  Iain <iain@prettypeople.org>
36840
36841         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
36842         is_int in the structure, not the local variable.
36843
36844 2004-03-19  David Schleef  <ds@schleef.org>
36845
36846         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
36847         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
36848         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
36849         Improvements in caps negotiation.
36850
36851 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36852
36853         * po/LINGUAS:
36854         * po/af.po:
36855           adding Afrikaans (Petri Jooste)
36856
36857 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36858
36859         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36860         (gst_ffmpegcolorspace_chain):
36861         throw error instead of g_critical (#137588)
36862
36863 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36864
36865         * Makefile.am:
36866         * configure.ac:
36867           dist common and m4 correctly
36868         * po/sv.po:
36869
36870 2004-03-17  David Schleef  <ds@schleef.org>
36871
36872         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
36873         (bug #137348)
36874
36875 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
36876
36877         * po/LINGUAS:
36878         * po/sv.po:
36879           adding Swedish translation (Christian Rose)
36880
36881 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
36882
36883         * Makefile.am: use release.mak
36884
36885 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36886
36887         * common/ChangeLog:
36888         * common/gst-autogen.sh:
36889           add some explanation about the version detection
36890         * configure.ac:
36891           fix X check
36892
36893 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36894
36895         * configure.ac: bump nano to 1
36896
36897 === release 0.8.0 ===
36898
36899 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36900
36901         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
36902
36903 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36904
36905         * configure.ac:
36906           update libtool version
36907         * gst-libs/gst/media-info/Makefile.am:
36908           actually use libtool version
36909
36910 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36911
36912         * configure.ac: fix speex detection to work with 1.0 but not 1.1
36913
36914 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36915
36916         * configure.ac:
36917         * gst-plugins.spec.in:
36918         * pkgconfig/Makefile.am:
36919         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
36920         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
36921         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
36922         * pkgconfig/gstreamer-libs.pc.in:
36923         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
36924         * pkgconfig/gstreamer-play-uninstalled.pc.in:
36925         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
36926         * pkgconfig/gstreamer-plugins.pc.in:
36927           remove @VERSION@ from some of the pc files since core and plugins
36928           are decoupled.
36929           created gstreamer-plugins.pc as it's a better name, but keeping
36930           -libs around for now to get fixes upstream done first.
36931
36932 2004-03-15  Julien MOUTTE <julien@moutte.net>
36933
36934         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
36935         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
36936         * gst-libs/gst/play/play.h:
36937
36938 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36939
36940         * *.c, *.cc: don't mix tabs and spaces
36941
36942 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36943
36944         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
36945           use the new ffmpegcolorspace
36946         * gst-plugins.spec.in:
36947           package new colorspace and media-info
36948         * configure.ac:
36949         * pkgconfig/Makefile.am:
36950           fix some more disting issues
36951         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
36952         * pkgconfig/gstreamer-media-info.pc.in:
36953           generate media-info pc files
36954
36955 2004-03-15  Johan Dahlin  <johan@gnome.org>
36956
36957         * *.h: Revert indenting
36958
36959 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36960
36961         * configure.ac:
36962           adding ffmpegcolorspace element
36963         * gst/ffmpegcolorspace/Makefile.am:
36964         * gst/ffmpegcolorspace/avcodec.h:
36965         * gst/ffmpegcolorspace/common.h:
36966         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
36967         * gst/ffmpegcolorspace/dsputil.h:
36968         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
36969         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
36970         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
36971         (gst_ffmpeg_caps_to_pix_fmt):
36972         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
36973         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36974         (gst_ffmpegcolorspace_caps_remove_format_info),
36975         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
36976         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
36977         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
36978         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
36979         (gst_ffmpegcolorspace_set_property),
36980         (gst_ffmpegcolorspace_get_property),
36981         (gst_ffmpegcolorspace_register):
36982         * gst/ffmpegcolorspace/imgconvert.c:
36983         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
36984         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
36985         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
36986         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
36987         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
36988         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
36989         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
36990         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
36991         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
36992         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
36993         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
36994         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
36995         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
36996         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
36997         (img_get_alpha_info), (deinterlace_line),
36998         (deinterlace_line_inplace), (deinterlace_bottom_field),
36999         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
37000         * gst/ffmpegcolorspace/imgconvert_template.h:
37001         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
37002         * gst/ffmpegcolorspace/mmx.h:
37003         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
37004           adding ffmpegcolorspace element supplied by Ronald after cleaning
37005           up and pulling in the right bits of upstream source.
37006           I'm sure a better C/compiler wizard could do some cleaning up (for
37007           example use GLIB's malloc stuff), but as a first pass this
37008           works very well
37009
37010 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37011
37012         * ext/alsa/gstalsa.h:
37013           I assume Ronald forgot to commit the change to have cardname
37014           as a struct member.  Expect some public spanking at the next
37015           opportunity.
37016
37017 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37018
37019         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
37020         (gst_alsa_open_audio), (gst_alsa_close_audio):
37021         * ext/alsa/gstalsa.c:
37022           Don't open the device if we're a mixer (= padless).
37023         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
37024         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
37025         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
37026           Open mixer during state change rather than during object
37027           initialization. Also, get a device name. Currently in a somewhat
37028           hackish fashion, but I didn't really find something better.
37029
37030 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
37031
37032         * *.c, *.h: run gst-indent
37033
37034 2004-03-14  Benjamin Otte  <otte@gnome.org>
37035
37036         * gst/modplug/gstmodplug.cc:
37037         * gst/modplug/gstmodplug.h:
37038           set correct timestamps on outgoing buffers
37039
37040 2004-03-14  Benjamin Otte  <otte@gnome.org>
37041
37042         * gst/modplug/gstmodplug.cc:
37043           handle events - don't do crap when a discont arrives that's not
37044           necessary
37045           This allows correct loading and playback of mods in Rhythmbox
37046
37047 2004-03-14  Benjamin Otte  <otte@gnome.org>
37048
37049         * configure.ac:
37050         * gst-libs/gst/gconf/Makefile.am:
37051         * pkgconfig/Makefile.am:
37052           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
37053           they get rebuilt properly
37054         * configure.ac:
37055           when checking for vorbis, try pkgconfig first.
37056         * gst/modplug/gstmodplug.cc:
37057           add fixate function
37058
37059 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37060
37061         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
37062           Fix for obvious mistake, where we first shift the offset and then
37063           read a samplesize element assuming the old offset. Note that this
37064           part still has something weird, i.e. my movies containing those
37065           don't actually play well, but at least there's something that looks
37066           like sound now.
37067
37068 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
37069         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
37070         (plugin_init):
37071         Add a typefind function for speex format
37072
37073 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37074
37075         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
37076         (gst_asf_demux_setup_pad):
37077           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
37078           instead of 0. Reason is simple: some elements have a fps range
37079           of 1-max instead of 0-max. So now ASF video actually works.
37080
37081 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
37082
37083         * po/LINGUAS:
37084         * po/sr.po:
37085           adding serbian as a language
37086
37087 2004-03-13  Benjamin Otte  <otte@gnome.org>
37088
37089         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
37090           return taglist correctly from _get function, don't gst_pad_push it.
37091           (fixes #137042)
37092
37093 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
37094         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
37095
37096 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37097
37098         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
37099         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
37100         (gst_alsa_mixer_track_new):
37101         * ext/alsa/gstalsamixertrack.h:
37102           Fix ancient leftovers... MixerTrack is a GObject.
37103
37104 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37105
37106         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
37107         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
37108           Don't block during probing...
37109
37110 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37111
37112         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
37113         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
37114         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
37115         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
37116         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
37117         (gst_alsa_open_audio), (gst_alsa_close_audio):
37118         * ext/alsa/gstalsa.h:
37119           Add propertyprobe interface implementation, add some device-name
37120           property, all this so that it looks good in gnome-volume-control.
37121
37122 2004-03-12  David Schleef  <ds@schleef.org>
37123
37124         * configure.ac: the Hermes library controls hermescolorspace, not
37125         colorspace.
37126         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
37127         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
37128         not /* */
37129         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
37130         * ext/sdl/sdlvideosink.h: ditto.
37131         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
37132
37133 2004-03-12  Benjamin Otte  <otte@gnome.org>
37134
37135         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
37136         (gst_x_overlay_got_xwindow_id):
37137         * gst-libs/gst/xoverlay/xoverlay.h:
37138           replace XID with unsigned long to get rid of the xlibs dependency in
37139           XOverlay (fixes #137004)
37140
37141 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
37142         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
37143         (gst_agingtv_setup):
37144         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
37145         (gst_dicetv_base_init), (gst_dicetv_class_init),
37146         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
37147         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
37148         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
37149         (gst_edgetv_setup), (gst_edgetv_rgb32):
37150         * gst/effectv/gsteffectv.c:
37151         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
37152         (gst_quarktv_set_property):
37153         * gst/effectv/gstrev.c: (gst_revtv_get_type),
37154         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
37155         (gst_revtv_setup), (gst_revtv_rgb32):
37156         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
37157         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
37158         (gst_shagadelictv_init), (gst_shagadelictv_setup),
37159         (gst_shagadelictv_rgb32):
37160         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
37161         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
37162         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
37163         * gst/effectv/gstwarp.c:
37164         Port everything that can be ported to videofilter and fix up the caps.
37165         Can someone with a big-endian machine please check these?
37166
37167 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37168
37169         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
37170         (gst_osssink_chain), (gst_osssink_change_state):
37171           Latest fixes for A/V sync, audio playback and such. This is about
37172           all... MPEG playback issues are mostly related to the async build-
37173           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
37174
37175 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
37176
37177         patch from: Stephane Loeuillet
37178
37179         * configure.ac:
37180           use pkg-config for some libraries, falling back to the old .m4 way
37181           (fixes #131270)
37182         * m4/libdv.m4:
37183           removed
37184
37185 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
37186
37187         * configure.ac:
37188         * tools/Makefile.am:
37189         * tools/Makefile.in:
37190         * tools/gst-launch-ext-m.m:
37191         * tools/gst-launch-ext.1.in:
37192         * tools/gst-visualise-m.m:
37193         * tools/gst-visualise.1:
37194         * tools/gst-visualise.1.in:
37195           reorganizing generation of script tools
37196
37197 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37198
37199         * ext/divx/gstdivxdec.c:
37200           Downgrade priority. We prefer ffdec_mpeg4.
37201         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
37202         (gst_faad_chain), (gst_faad_change_state):
37203           Fix capsnego. Doesn't work for some sounds because we don't have
37204           a 5:1 to stereo element.
37205         * ext/xvid/gstxvid.c: (plugin_init):
37206           Add priority.
37207         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
37208         (gst_osssink_change_state):
37209           Add discont handling.
37210
37211 2004-03-09  Colin Walters  <walters@verbum.org>
37212
37213         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
37214         conversion.
37215
37216 2004-03-09  Benjamin Otte  <otte@gnome.org>
37217
37218         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
37219           the signals take 2 arguments
37220
37221 2004-03-09  David Schleef  <ds@schleef.org>
37222
37223         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
37224         (gst_alsa_fixate): Add fixate function.  (bug #136686)
37225         * ext/alsa/gstalsa.h:
37226         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
37227
37228 2004-03-09  Benjamin Otte  <otte@gnome.org>
37229
37230         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
37231         (gst_mikmod_change_state):
37232         * ext/mikmod/gstmikmod.h:
37233           make mikmod's loop function not loop infinitely and call
37234           gst_element_yield anymore
37235         * gst/modplug/gstmodplug.cc:
37236           fix pad negotiation (fixes #136590)
37237
37238 2004-03-09  David Schleef  <ds@schleef.org>
37239
37240         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
37241         doesn't conflict with the internal colorspace plugin.
37242         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
37243         satisfy the crappy-ass shell shipped by a certain vendor.
37244         * gst/videofilter/make_filter: same (bug #135299)
37245
37246 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37247
37248         * configure.ac: bump nano to 1
37249
37250 === release 0.7.6 ===
37251
37252 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37253
37254         * configure.in: releasing 0.7.6, "There"
37255
37256 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37257
37258         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37259         * pkgconfig/gstreamer-play.pc.in:
37260           synchronize the two
37261
37262 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37263
37264         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
37265         (cdparanoia_open), (cdparanoia_event):
37266           fix/add error handling
37267         * po/POTFILES.in:
37268           add cdparanoia source
37269         * tools/Makefile.am:
37270           make scripts executable
37271
37272 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37273
37274         * configure.ac:
37275         * ext/vorbis/Makefile.am:
37276         * sys/Makefile.am:
37277           remove id3types, vorbisfile and xvideosink from the build (#133783)
37278
37279 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37280
37281         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
37282           Fix metadata read crash (#136537).
37283
37284 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37285
37286         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
37287         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
37288           adding mime types, fixing the one-stop function
37289
37290 2004-03-08  Christian Schaller <Uraeus@gnome.org>
37291
37292         * ext/nas/nassink.c and /ext/nas/nassink.h:
37293         More NAS love from Arwed von Merkatz
37294         So lets all sing 'Can you feel the NAS tonight'
37295
37296 2004-03-08  Christian Schaller <Uraeus@gnome.org>
37297
37298         * tools/gst-launch-ext.in:
37299         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
37300
37301 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37302
37303         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
37304         (gst_mpeg2dec_init):
37305         remove the user_data pad for now, because it is being used in
37306         fixating causing MPEG playback to fixate on 1000 Hz for playback.
37307         If someone knows how to fix this properly, please do.
37308
37309 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37310
37311         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37312         (gst_osssink_get_time):
37313         add a warning, IMO this won't get triggered anymore, remove later
37314
37315 2004-03-07  David Schleef  <ds@schleef.org>
37316
37317         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
37318         format (bug #136470)
37319
37320 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
37321
37322         * gst-libs/Makefile.am:
37323         * gst-libs/gst/media-info/Makefile.am:
37324         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
37325         (error_callback), (gst_media_info_error_create),
37326         (gst_media_info_error_element), (gmip_init), (gmip_reset),
37327         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
37328         * gst-libs/gst/media-info/media-info-priv.h:
37329         * gst-libs/gst/media-info/media-info-test.c: (main):
37330         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
37331         (gst_media_info_class_init), (gst_media_info_instance_init),
37332         (gst_media_info_set_source), (gst_media_info_read_with_idler),
37333         (gst_media_info_read_idler), (gst_media_info_read):
37334         * gst-libs/gst/media-info/media-info.h:
37335         fixed, should work now
37336
37337 2004-03-07  Christian Schaller <Uraeus@gnome.org>
37338
37339         * ext/nas/nassink.c:
37340         A bunch of NAS fixes from Arwed von Merkatz
37341
37342 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37343
37344         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
37345         (qtdemux_parse_trak):
37346           Fix crash (j might be greater than n_samples, in which case we're
37347           writing outside the allocated space for the array) and memleak.
37348
37349 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37350
37351         * sys/oss/gstosssink.c: (gst_osssink_chain):
37352           And another caller that couldn't handle delay < 0 (unsigned
37353           integer overflow). Video now continues playing on an audio
37354           buffer underrun, and the clock continues working. Audio still
37355           stalls.
37356
37357 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37358
37359         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37360         (gst_osssink_get_time):
37361           get_delay() may return values lower than 0. In those cases, we
37362           should not actually cast to *unsigned* int64, that will break
37363           stuff horribly. In my case, it screwed up A/V sync in movies
37364           in totem rather badly.
37365
37366 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37367
37368         * ext/faac/gstfaac.c: (gst_faac_chain):
37369         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
37370         * ext/libpng/gstpngenc.c: (user_write_data):
37371         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
37372         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
37373         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
37374         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37375         Fix several misuse of gst_buffer_merge (it doesn't take ownership
37376         of any buffer), should fix some leaks. I hope I didn't unref buffers
37377         that shouldn't be...
37378
37379 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37380
37381         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
37382         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
37383         (error_callback), (gmi_reset), (gmi_seek_to_track),
37384         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
37385         (gmip_find_type_post), (gmip_find_stream_post),
37386         (gmip_find_track_streaminfo_post):
37387         * gst-libs/gst/media-info/media-info-priv.h:
37388         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
37389         (info_print), (main):
37390         * gst-libs/gst/media-info/media-info.c:
37391         (gst_media_info_error_create), (gst_media_info_error_element),
37392         (gst_media_info_instance_init), (gst_media_info_get_property),
37393         (gst_media_info_new), (gst_media_info_set_source),
37394         (gst_media_info_read_idler), (gst_media_info_read):
37395         * gst-libs/gst/media-info/media-info.h:
37396           first pass at making this work again.  This seems to work on
37397           tagged ogg/vorbis and mp3 files.
37398
37399 2004-03-06  Benjamin Otte  <otte@gnome.org>
37400
37401         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
37402           fix huge leak: gst_buffer_merge doesn't unref the first argument
37403           itself.
37404
37405 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37406
37407         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
37408           report layer/mode/emphasis
37409
37410 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37411
37412         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
37413
37414 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37415
37416         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
37417           signal serial
37418
37419 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37420
37421         * ext/vorbis/vorbis.c: (plugin_init):
37422         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
37423         (gst_vorbis_dec_init), (vorbis_dec_event):
37424         add debug category
37425         make vorbisdec handle _BYTE and _TIME queries
37426
37427 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37428
37429         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
37430           from the xing header
37431
37432 2004-03-06  Benjamin Otte  <otte@gnome.org>
37433
37434         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
37435         (gst_audio_convert_link), (gst_audio_convert_change_state),
37436         (gst_audio_convert_buffer_from_default_format):
37437           do conversions from/to float correctly, fix some caps nego errors,
37438           export correct supported caps in template and getcaps, use correct
37439           caps in try_set_caps functions
37440
37441 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37442
37443         For some reason, I only committed a ChangeLog entry yesterday and
37444         not the corresponding code...
37445         * ext/mad/gstmad.c: Fix detection of Xing headers
37446         * gst/tags/gstid3tag.c: Changes to support TLEN tags
37447
37448 2004-03-06  Benjamin Otte  <otte@gnome.org>
37449
37450         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
37451         (gst_ogg_demux_src_query):
37452           make sure to handle the case where there's no current chain
37453           gracefully.
37454
37455 2004-03-05  David Schleef  <ds@schleef.org>
37456
37457         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
37458         Add fixate function. (bug #131128)
37459         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
37460         (gst_sdlvideosink_fixate):  Add fixate function.
37461         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
37462         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
37463         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
37464         Fix missing break that was causing ulaw to be interpreted as
37465         raw int.
37466
37467 2004-03-05  David Schleef  <ds@schleef.org>
37468
37469         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37470         Fix code that ignores return value of gst_buffer_merge().
37471         (bug #114560)
37472         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
37473         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
37474         * testsuite/gst-lint:  Check for above.
37475
37476 2004-03-05  David Schleef  <ds@schleef.org>
37477
37478         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
37479         caps and throw an element error.  (bug #136334)
37480
37481 2004-03-05  David Schleef  <ds@schleef.org>
37482
37483         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
37484         (gst_faad_chain): Fix negotiation.
37485         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
37486         key and button events.
37487         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
37488         dung heap of code.
37489         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
37490         depends on gconf
37491         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
37492         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
37493         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
37494         function to encourage better negotiation, particularly between
37495         audioconvert and osssink.
37496         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
37497         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
37498         more important.
37499         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
37500         typefinding.
37501         * gst/vbidec/vbiscreen.c:  Add glib header
37502         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
37503
37504 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
37505
37506         * ext/mad/gstmad.c: Fix detection of Xing headers
37507         * gst/tags/gstid3tag.c: Changes to support TLEN tags
37508
37509 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37510
37511         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
37512         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
37513           debug updates
37514
37515 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37516
37517         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
37518         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
37519         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
37520         files, and report the parsed length as a GST_TAG_DURATION tag.
37521         * gst/tags/gstid3tag.c: support TLEN (duration) tag
37522
37523 2004-03-05  Benjamin Otte  <otte@gnome.org>
37524
37525         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
37526           convert channels correctly. convert correctly to unsigned.
37527
37528 2004-03-05  Julien MOUTTE <julien@moutte.net>
37529
37530         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
37531         we have a window before clearing it.
37532
37533 2004-03-05  Julien MOUTTE <julien@moutte.net>
37534
37535         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
37536         have a window before clearing it.
37537
37538 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
37539
37540         * gconf/gstreamer.schemas.in:
37541         * gst-libs/gst/gconf/Makefile.am:
37542           version installation path the same way as for 0.6
37543         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
37544         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
37545         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37546           remove comment that was fixed
37547
37548 2004-03-05  David Schleef  <ds@schleef.org>
37549
37550         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
37551         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
37552         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
37553         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
37554         Add prototype code for handling seeking and querying.
37555
37556 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37557
37558         * examples/gstplay/player.c: (main):
37559           Initialize variables to NULL. Prevents a segfault because the
37560           (uninitialized) variable is not NULL, resulting in a crash on
37561           trying to reach error->message.
37562
37563 2004-03-05  Benjamin Otte  <otte@gnome.org>
37564
37565         * gst/audioconvert/gstaudioconvert.c:
37566         (gst_audio_convert_buffer_to_default_format):
37567         make float=>int conversion work correctly even in cornercases.
37568
37569 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
37570
37571         * debian/README.Debian:
37572         * debian/build-deps:
37573         * debian/changelog:
37574         * debian/control:
37575         * debian/control.in:
37576         * debian/copyright:
37577         * debian/gstreamer-a52dec.files:
37578         * debian/gstreamer-aa.files:
37579         * debian/gstreamer-alsa.files:
37580         * debian/gstreamer-alsa.manpages:
37581         * debian/gstreamer-arts.files:
37582         * debian/gstreamer-artsd.files:
37583         * debian/gstreamer-audiofile.files:
37584         * debian/gstreamer-avifile.files:
37585         * debian/gstreamer-cdparanoia.files:
37586         * debian/gstreamer-colorspace.files:
37587         * debian/gstreamer-doc.files:
37588         * debian/gstreamer-dv.files:
37589         * debian/gstreamer-dvd.files:
37590         * debian/gstreamer-esd.files:
37591         * debian/gstreamer-festival.files:
37592         * debian/gstreamer-flac.files:
37593         * debian/gstreamer-gconf.conffiles:
37594         * debian/gstreamer-gconf.files:
37595         * debian/gstreamer-gconf.postinst:
37596         * debian/gstreamer-gnomevfs.files:
37597         * debian/gstreamer-gsm.files:
37598         * debian/gstreamer-http.files:
37599         * debian/gstreamer-jack.files:
37600         * debian/gstreamer-jpeg.files:
37601         * debian/gstreamer-mad.files:
37602         * debian/gstreamer-mikmod.files:
37603         * debian/gstreamer-misc.files:
37604         * debian/gstreamer-mpeg2dec.files:
37605         * debian/gstreamer-oss.files:
37606         * debian/gstreamer-plugin-apps.files:
37607         * debian/gstreamer-plugin-apps.manpages:
37608         * debian/gstreamer-plugin-libs-dev.files:
37609         * debian/gstreamer-plugin-libs.files:
37610         * debian/gstreamer-plugin-template.postinst:
37611         * debian/gstreamer-plugin-template.postrm:
37612         * debian/gstreamer-sdl.files:
37613         * debian/gstreamer-sid.files:
37614         * debian/gstreamer-vorbis.files:
37615         * debian/gstreamer-x.files:
37616         * debian/mk.control:
37617         * debian/rules:
37618         Debian package info not maintained here.
37619
37620 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
37621
37622         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
37623         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
37624         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
37625         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
37626         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
37627         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
37628         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
37629         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
37630         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
37631         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
37632         * gst-libs/gst/colorbalance/colorbalance.c:
37633         (gst_color_balance_class_init):
37634         * gst-libs/gst/colorbalance/colorbalancechannel.c:
37635         (gst_color_balance_channel_class_init):
37636         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
37637         * gst-libs/gst/play/play.c: (gst_play_class_init):
37638         * gst-libs/gst/propertyprobe/propertyprobe.c:
37639         (gst_property_probe_iface_init):
37640         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
37641         * gst-libs/gst/tuner/tunerchannel.c:
37642         (gst_tuner_channel_class_init):
37643         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
37644         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
37645         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
37646         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
37647         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
37648         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
37649         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
37650         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
37651         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
37652           fix signals to use - instead of _
37653         * ext/libcaca/gstcacasink.h:
37654         * ext/sdl/sdlvideosink.h:
37655           fix header rename
37656
37657 2004-03-04  David Schleef  <ds@schleef.org>
37658
37659         * testsuite/gst-lint:  Add a check for bad signal names.
37660
37661 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
37662
37663         reviewed by David Schleef
37664
37665         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
37666         modified the alpha channel and caused a warning. (bug #136192)
37667
37668 2004-04-03  Christian Schaller <Uraeus@gnome.org>
37669
37670         * gst-plugins.spec.in:
37671         Change names of plugins to actually be correct. Try to keep things
37672         alphabetical to avoid getting beat up by Thomas
37673
37674 2004-03-03  Julien MOUTTE <julien@moutte.net>
37675
37676         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
37677         Using ximagesink as a default if no gconf key found. We should
37678         probably consider using alsasink instead of osssink for the audio
37679         part.
37680
37681 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
37682
37683         * configure.ac:
37684           fix --with-plugins, don't think it ever worked before
37685         * gst-plugins.spec.in:
37686           even more updates
37687
37688 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37689
37690         * ext/sdl/sdlvideosink.h:
37691         * sys/ximage/ximagesink.h:
37692         * sys/xvideo/xvideosink.h:
37693         * sys/xvimage/xvimagesink.h:
37694           Fix for move of gstvideosink.h -> videosink.h.
37695
37696 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
37697
37698         * gst-libs/gst/xwindowlistener/Makefile.am:
37699           this is a plugin library, not a library
37700
37701 2004-03-01  David Schleef  <ds@schleef.org>
37702
37703         * AUTHORS:  Added some names.  Add yourself if you're still
37704         missing.
37705
37706 2004-03-01  David Schleef  <ds@schleef.org>
37707
37708         * MAINTAINERS: Add
37709
37710 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37711
37712         * gst-plugins.spec.in: clean up spec file
37713
37714 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37715
37716         * gst-libs/gst/video/Makefile.am:
37717         * gst-libs/gst/video/gstvideosink.c:
37718         * gst-libs/gst/video/gstvideosink.h:
37719           rename gstvideosink.h to videosink.h to match other headers
37720         * gst/mixmatrix/Makefile.am:
37721           fix plugin filename
37722         * gst/tags/Makefile.am: fix plugin filename
37723
37724 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37725
37726         * gst/tags/Makefile.am: fix plugin filename
37727
37728 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37729
37730         * examples/gstplay/player.c: (got_time_tick), (main):
37731           add error handler
37732           display time_tick more readably
37733         * gst/mixmatrix/Makefile.am:
37734           fix plugin file name
37735
37736 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
37737
37738         * sys/oss/gstosselement.c: (gst_osselement_probe),
37739         (device_combination_append), (gst_osselement_class_probe_devices):
37740         * sys/oss/gstosselement.h:
37741           Reworked enumeration of oss dsps and mixers so that gst-mixer works
37742           on my system using alsa oss emulation, fixes bug #135597
37743
37744 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37745
37746         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
37747         (gst_videodrop_chain), (gst_videodrop_change_state):
37748         * gst/videodrop/gstvideodrop.h:
37749           Work based on timestamp of input data, not based on the expected
37750           framerate from the input. The consequence is that this element now
37751           not only scales framerates, but also functions as a framerate
37752           corrector or framerate stabilizer/constantizer.
37753
37754 2004-02-27  David Schleef  <ds@schleef.org>
37755
37756         patches from jmmv@menta.net (Julio M. Merino Vidal)
37757
37758         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
37759         GST_ELEMENT_ERROR call (bug #135634)
37760         * gst/interleave/interleave.c: (interleave_buffered_loop),
37761         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
37762         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
37763         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37764         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
37765         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
37766         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
37767         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
37768         Fix GST_ELEMENT_ERROR call.
37769         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
37770         GST_ELEMENT_ERROR call.
37771
37772 2004-02-27  Benjamin Otte  <otte@gnome.org>
37773
37774         * gst-libs/gst/audio/audio.h:
37775           add macro to make sure header isn't included twice
37776         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
37777           don't use gst_buffer_free
37778         * gst/playondemand/filter.func:
37779           don't use gst_data_free. Free data only once.
37780
37781 2004-02-26  David Schleef  <ds@schleef.org>
37782
37783         * gst-libs/gst/colorbalance/Makefile.am:
37784         * gst-libs/gst/mixer/Makefile.am:
37785         * gst-libs/gst/tuner/Makefile.am:
37786         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
37787         should not be disted, -marshal.h files should not be installed,
37788         and -enum.h files _should_ be installed.  Fix to make this the
37789         case.
37790
37791 === release 0.7.5 ===
37792
37793 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
37794
37795         * configure.ac: release 0.7.5, "Under The Sea"
37796
37797 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37798
37799         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
37800         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
37801         * gst/videoscale/gstvideoscale.c:
37802         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
37803           assorted debug/warning fixes
37804
37805 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37806
37807         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
37808         (gst_videoscale_init), (gst_videoscale_chain),
37809         (gst_videoscale_set_property), (plugin_init):
37810         * gst/videoscale/gstvideoscale.h:
37811         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
37812         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
37813         (gst_videoscale_planar400), (gst_videoscale_packed422),
37814         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
37815         (gst_videoscale_24bit), (gst_videoscale_16bit),
37816         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
37817         (gst_videoscale_scale_plane_slow),
37818         (gst_videoscale_scale_point_sample),
37819         (gst_videoscale_scale_nearest),
37820         (gst_videoscale_scale_nearest_str2),
37821         (gst_videoscale_scale_nearest_str4),
37822         (gst_videoscale_scale_nearest_32bit),
37823         (gst_videoscale_scale_nearest_24bit),
37824         (gst_videoscale_scale_nearest_16bit):
37825         add debugging category and use it properly
37826         fix use of GST_PTR_FORMAT
37827
37828 2004-02-25  Andy Wingo  <wingo@pobox.com>
37829
37830         * gst/interleave/interleave.c (interleave_buffered_loop): Always
37831         push only when channel->buffer is NULL. Prevents segfaults doing
37832         the state change after a nonlocal exit, like a scheme exception.
37833
37834         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
37835         Handle the case where the intersected caps is empty.
37836
37837 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37838
37839         * gst/law/mulaw-decode.c: (mulawdec_link):
37840         * gst/law/mulaw.c: (plugin_init):
37841           fix mulawdec so it actually works again
37842
37843 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
37844
37845         reviewed by: David Schleef  <ds@schleef.org>
37846
37847         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
37848         (gst_gamma_init), (gst_gamma_set_property),
37849         (gst_gamma_get_property), (gst_gamma_calculate_tables),
37850         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
37851         for RGB, with separate r g and b correction factors. (#131167)
37852
37853 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
37854
37855         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
37856           only signal tags for bitrate if they're > 0 (#134894)
37857
37858 2004-02-24  David Schleef  <ds@schleef.org>
37859
37860         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
37861         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
37862         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
37863         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
37864         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
37865         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
37866         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
37867         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
37868         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
37869         category.  Attempt to fix timestamp calculation.
37870
37871 2004-02-24  Johan Dahlin  <johan@gnome.org>
37872
37873         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
37874
37875 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
37876
37877         * configure.ac:
37878         * gconf/Makefile.am:
37879         * gconf/gstreamer.schemas:
37880         * gst-libs/gst/gconf/Makefile.am:
37881         * gst-libs/gst/gconf/gconf.c:
37882           version gconf schemas and install locations
37883
37884 2004-02-23  Benjamin Otte  <otte@gnome.org>
37885
37886         * ext/xine/xineinput.c: (gst_xine_input_dispose):
37887         (gst_xine_input_subclass_init):
37888           call parent dispose.
37889           change pad template for CD reader correctly
37890         * ext/xine/Makefile.am:
37891         * ext/xine/gstxine.h:
37892         * ext/xine/xine.c: (plugin_init):
37893         * ext/xine/xineaudiosink.c:
37894           wrap audio sinks, too
37895         * gst-libs/gst/resample/private.h:
37896         * gst-libs/gst/resample/resample.c: (gst_resample_init),
37897         (gst_resample_reinit), (gst_resample_scale),
37898         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
37899         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
37900         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
37901         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
37902         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
37903         * gst-libs/gst/resample/resample.h:
37904         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
37905         (gst_audioscale_class_init), (gst_audioscale_link),
37906         (gst_audioscale_get_buffer), (gst_audioscale_init),
37907         (gst_audioscale_chain), (gst_audioscale_set_property),
37908         (gst_audioscale_get_property):
37909         * gst/audioscale/gstaudioscale.h:
37910           s/resample_*/gst_resample_*/i to not clobber namespaces
37911
37912 2004-02-23  Julien MOUTTE  <julien@moutte.net>
37913
37914         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
37915         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
37916         (gst_riff_create_video_template_caps),
37917         (gst_riff_create_audio_template_caps),
37918         (gst_riff_create_iavs_template_caps):
37919         * gst-libs/gst/riff/riff-media.h:
37920         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
37921         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
37922         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
37923         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
37924         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
37925         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
37926         (gst_matroska_demux_plugin_init): First batch implementing audio and
37927         video codec tags in demuxers.
37928
37929 2004-02-22  Benjamin Otte  <otte@gnome.org>
37930
37931         * ext/xine/Makefile.am:
37932         * ext/xine/gstxine.h:
37933         * ext/xine/xine.c: (plugin_init):
37934         * ext/xine/xineinput.c:
37935           add input plugin wrapper. Playback from files, http, mms and cdda
37936           works.
37937         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
37938           remove leftover G_GNUC_UNUSED
37939         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
37940         (gst_asf_demux_identify_guid):
37941           improve debugging output
37942
37943 2004-02-22  Benjamin Otte  <otte@gnome.org>
37944
37945         reported by: Padraig O'Briain <padraig.obriain@sun.com>
37946
37947         * autogen.sh:
37948           replace test -e with test -x for mkinstalldirs to be more portable.
37949           (fixes #134816)
37950
37951 2004-02-22  Benjamin Otte  <otte@gnome.org>
37952
37953         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
37954
37955         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
37956           set rank to PRIMARY
37957         * gst/volume/gstvolume.c: (plugin_init):
37958           set rank to NONE
37959         fixes #134960
37960
37961 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
37962
37963         reviewed by Benjamin Otte  <otte@gnome.org>
37964
37965         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
37966           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
37967
37968 2004-02-22  Benjamin Otte  <otte@gnome.org>
37969
37970         * configure.ac:
37971           export [_]*{gst,Gst,GST}.* symbols from plugins
37972
37973 2004-02-22  Christophe Fergeau <teuf@gnome.org>
37974
37975         reviewed by: Benjamin Otte  <otte@gnome.org>
37976
37977         * ext/lame/gstlame.c: (add_one_tag):
37978         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
37979         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
37980         (gst_vorbisenc_metadata_set1):
37981         * gst/tags/gstid3tag.c:
37982         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
37983           apply fixes from bugs #135042 (lame can't write tags) and #133817
37984           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
37985
37986 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
37987
37988         * configure.ac: Export only gst_plugin_desc from plugins.
37989          Note that this change only makes any effect with Linux using libtool
37990          1.5.2 or higher. Otherwise it is silently ignored, but it would build
37991          fine. And don't try to have several versions of libtool in different
37992          directories.
37993
37994 2004-02-20  Andy Wingo  <wingo@pobox.com>
37995
37996         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
37997         interleave respectively.
37998
37999         * gst/interleave/deinterleave.c: New plugin: deinterleave
38000         (replaces on oneton).
38001         * gst/interleave/interleave.c: New plugin: interleave.
38002         * gst/interleave/plugin.h: Support file.
38003         * gst/interleave/plugin.c: Support file.
38004
38005         * configure.ac: Remove intfloat and oneton, add interleave.
38006
38007         * ext/sndfile/gstsf.c: Handle events better.
38008
38009         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
38010         and float2int operation. int2float has scheduling problems as
38011         noted in in2float_chain.
38012
38013 2004-02-20  Benjamin Otte  <otte@gnome.org>
38014
38015         * ext/xine/Makefile.am:
38016         * ext/xine/gstxine.h:
38017         * ext/xine/xine.c:
38018         * ext/xine/xineaudiodec.c:
38019         * ext/xine/xinecaps.c:
38020           add first version of xine plugin wrapper. Currently only wraps the
38021           QDM2 win32 DLL, and even that only in proof-of-concept quality.
38022         * configure.ac:
38023         * ext/Makefile.am:
38024           add xine plugin wrapper, disabled by default. Use --enable-xine to
38025           build. Note that it'll segfault on gst-register if you don't remove
38026           the goom and tvtime post plugins from xine.
38027         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
38028         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
38029           add extradata parsing for QDM2.
38030           change around debugging prints.
38031
38032 2004-02-19  Benjamin Otte  <otte@gnome.org>
38033
38034         * ext/lame/gstlame.c: (gst_lame_chain):
38035         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
38036           use gst_tag_list_insert when you want to insert tags
38037
38038 2004-02-18  David Schleef  <ds@schleef.org>
38039
38040         * configure.ac:  Move massink to gst-rotten
38041         * ext/Makefile.am:
38042         * ext/mas/Makefile.am:
38043         * ext/mas/massink.c:
38044         * ext/mas/massink.h:
38045
38046 2004-02-18  David Schleef  <ds@schleef.org>
38047
38048         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
38049         typefinding, since it seems to be worse than nothing.
38050         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
38051         atom to recognize .mp4 and .m4a files as video/quicktime.
38052
38053 2004-02-18  David Schleef  <ds@schleef.org>
38054
38055         * gst/sine/demo-dparams.c: (quit_live),
38056         (dynparm_log_value_changed), (dynparm_value_changed), (main):
38057         Use double dparams, not float.
38058         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38059         (gst_sinesrc_init): Change sync default to FALSE, since multiple
38060         sync'd elements don't really work correctly.
38061         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
38062         (volume_update_volume), (volume_get_property):  Change dparam
38063         to double.
38064
38065 2004-02-18  Julien MOUTTE  <julien@moutte.net>
38066
38067         * sys/ximage/ximagesink.c:
38068         (gst_ximagesink_xwindow_update_geometry),
38069         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
38070         (gst_ximagesink_change_state), (gst_ximagesink_expose),
38071         (gst_ximagesink_init): Rework the way software video scaling works. So
38072         now we check on each chain call if the video frames are feeling the
38073         window. If not we try to renegotiate caps. On failure we memorize that
38074         and we won't try again for that PLAYING sessions.
38075         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
38076         failure.
38077         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
38078         synchronous flag.
38079
38080 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
38081
38082         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
38083           break up _link so we can give a better debug message for errors
38084
38085 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
38086
38087         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
38088           set up debug category
38089
38090 2004-02-18  Julien MOUTTE <julien@moutte.net>
38091
38092         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38093         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
38094         the way renegotiation work. The event handling function is not taking
38095         care of external windows and renegotiate method check for pad flags
38096         NEGOTIATING. Should fix : #133209
38097
38098 2004-02-17  Julien MOUTTE  <julien@moutte.net>
38099
38100         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
38101         pad is negotiating before trying renegotiation.
38102
38103 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
38104
38105         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
38106           pass on all possible mime types as typefind hints
38107
38108 2004-02-17  Julien MOUTTE <julien@moutte.net>
38109
38110         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
38111         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
38112         possible SHM leak if we crash. All other apps using XShm are doing
38113         that.
38114
38115 2004-02-17  Julien MOUTTE  <julien@moutte.net>
38116
38117         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38118         (gst_ximagesink_expose): Renegotiate size on expose.
38119         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
38120         size on expose.
38121
38122 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38123
38124         * testsuite/alsa/sinesrc.c:
38125           cosmetic fix to fix compile issue with gcc 2.95.4
38126
38127 2004-02-16  Julien MOUTTE <julien@moutte.net>
38128
38129         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
38130         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
38131         failed opening the audio device.
38132         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
38133         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
38134         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
38135         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
38136         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
38137         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
38138         (gst_ximagesink_change_state), (gst_ximagesink_chain),
38139         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
38140         Removing some useless g_return_if_fail like wingo suggested.
38141         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
38142         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
38143         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
38144         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
38145         (gst_xvimagesink_update_colorbalance),
38146         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
38147         (gst_xvimagesink_xcontext_clear),
38148         (gst_xvimagesink_get_fourcc_from_caps),
38149         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
38150         (gst_xvimagesink_set_xwindow_id),
38151         (gst_xvimagesink_colorbalance_list_channels),
38152         (gst_xvimagesink_colorbalance_set_value),
38153         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
38154         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
38155
38156 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
38157
38158         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
38159           throw error when not negotiated instead of asserting
38160
38161 2004-02-15  Julien MOUTTE  <julien@moutte.net>
38162
38163         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
38164         correct data refcounting.
38165
38166 2004-02-15  Julien MOUTTE  <julien@moutte.net>
38167
38168         * gst/switch/gstswitch.c: (gst_switch_change_state),
38169         (gst_switch_class_init): Cleaning the sinkpads correctly on state
38170         change, mostly the EOS flag.
38171
38172 2004-02-15  Julien MOUTTE  <julien@moutte.net>
38173
38174         * examples/gstplay/player.c: (got_eos), (main): Adding some
38175         output for debugging.
38176         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
38177         timeouts if we go to any state different from PLAYING.
38178         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
38179         more EOS bugs in riff lib.
38180
38181 2004-02-14  Julien MOUTTE  <julien@moutte.net>
38182
38183         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
38184         visualization until i find a way to fix switch correctly.
38185         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
38186         EOS arrives.
38187         * gst/switch/gstswitch.c: (gst_switch_release_pad),
38188         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
38189         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
38190         Reworked switch to get a more correct behaviour with events and refing
38191         of data stored in sinkpads.
38192         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
38193         we don't pull from a pad in EOS.
38194
38195 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38196
38197         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
38198           remove v1 tag even if we can't read it (makes sure we don't detect
38199           it again)
38200
38201 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38202
38203         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
38204         (gst_alsa_xrun_recovery):
38205         * ext/alsa/gstalsa.h:
38206           try xrun recovery when wait failed. Make xrun recovery function
38207           return TRUE/FALSE to indicate success. (might fix #134354)
38208
38209 2004-02-13  David Schleef  <ds@schleef.org>
38210
38211         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
38212         (dynparm_value_changed), (main): Convert from float to double.
38213         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
38214
38215 2004-02-13  David Schleef  <ds@schleef.org>
38216
38217         * gst/silence/gstsilence.c: (gst_silence_class_init),
38218         (gst_silence_set_clock), (gst_silence_get),
38219         (gst_silence_set_property), (gst_silence_get_property):
38220         * gst/silence/gstsilence.h: Add sync property.
38221         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38222         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
38223         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
38224         * gst/sine/gstsinesrc.h: Add sync property.
38225
38226 2004-02-13  David Schleef  <ds@schleef.org>
38227
38228         * gst/intfloat/gstint2float.c: (conv_f32_s16),
38229         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
38230
38231 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
38232
38233         * configure.ac:
38234         * ext/Makefile.am:
38235         * gst-libs/ext/Makefile.am:
38236           move ffmpeg plugin to gst-ffmpeg module
38237
38238 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
38239
38240         * configure.ac: use GST_ARCH to detect architecture
38241
38242 2004-02-12  Julien MOUTTE  <julien@moutte.net>
38243
38244         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
38245
38246 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
38247
38248         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
38249           classify LADSPA plugins based on number of src/sink pads
38250           (#133663, Stefan Kost)
38251         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
38252           fix dparams registration
38253           (#133528, Stefan Kost)
38254         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
38255           fix use of isprint and use g_ascii_isprint instead
38256           (#133316, Stefan Kost)
38257
38258 2004-02-11  David Schleef  <ds@schleef.org>
38259
38260         Convert a few inner loops to use liboil.  This is currently
38261         optional, and is only enabled if liboil is present (duh!).
38262         * configure.ac: Check for liboil-0.1
38263         * gst/intfloat/Makefile.am:
38264         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
38265         (gst_int2float_chain_gint16):
38266         * gst/videofilter/Makefile.am:
38267         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
38268         (tablelookup_u8), (gst_videobalance_planar411):
38269         * gst/videotestsrc/Makefile.am:
38270         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
38271         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
38272         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
38273         (paint_hline_RGB565), (paint_hline_xRGB1555):
38274
38275 2004-02-11  David Schleef  <ds@schleef.org>
38276
38277         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
38278         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
38279         (gst_colorspace_getcaps), (gst_colorspace_link),
38280         (gst_colorspace_base_init), (gst_colorspace_init),
38281         (gst_colorspace_chain), (gst_colorspace_change_state),
38282         (plugin_init): Merge Ronald's patch (bug #117897) and update
38283         for new caps and negotiation.  Seems to work, although it
38284         shows off bugs in lcs.
38285
38286 2004-02-11  David Schleef  <ds@schleef.org>
38287
38288         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
38289         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
38290
38291 2004-02-11  David Schleef  <ds@schleef.org>
38292
38293         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
38294         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
38295         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
38296         Add server and port properties
38297
38298 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
38299
38300         * m4/a52.m4:
38301         * m4/aalib.m4:
38302         * m4/as-ffmpeg.m4:
38303         * m4/as-liblame.m4:
38304         * m4/as-slurp-ffmpeg.m4:
38305         * m4/check-libheader.m4:
38306         * m4/esd.m4:
38307         * m4/freetype2.m4:
38308         * m4/gconf-2.m4:
38309         * m4/glib.m4:
38310         * m4/gst-alsa.m4:
38311         * m4/gst-artsc.m4:
38312         * m4/gst-ivorbis.m4:
38313         * m4/gst-matroska.m4:
38314         * m4/gst-sdl.m4:
38315         * m4/gst-shout2.m4:
38316         * m4/gst-sid.m4:
38317         * m4/gtk.m4:
38318         * m4/libdv.m4:
38319         * m4/libfame.m4:
38320         * m4/libmikmod.m4:
38321         * m4/ogg.m4:
38322         * m4/vorbis.m4:
38323           fix underquotedness of macros (#133800)
38324         * m4/as-avifile.m4:
38325         * m4/xmms.m4:
38326           removed because no longer used
38327
38328 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
38329
38330         * configure.ac:
38331           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
38332           by autopoint (fixes #132996)
38333
38334 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38335
38336         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
38337         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
38338         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
38339         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
38340           fix memleaks
38341
38342 2004-02-11  David Schleef  <ds@schleef.org>
38343
38344         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
38345         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
38346         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
38347         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
38348         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
38349         (gst_jpegenc_class_init), (gst_jpegenc_init),
38350         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
38351         (gst_jpegenc_chain), (gst_jpegenc_set_property),
38352         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
38353         * ext/jpeg/gstjpegenc.h: Fix negotiation.
38354
38355 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38356
38357         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
38358         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
38359         * ext/mikmod/gstmikmod.h:
38360           fix caps negotiation in mikmod
38361         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
38362           output debug information
38363
38364 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38365
38366         * gst-libs/gst/colorbalance/Makefile.am:
38367         * gst-libs/gst/navigation/Makefile.am:
38368         * gst-libs/gst/xoverlay/Makefile.am:
38369           remove unused GST_OPT_CFLAGS from Makefiles
38370           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
38371
38372 2004-02-07  David Schleef  <ds@schleef.org>
38373
38374         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
38375         push events to pads that haven't been created (#133508)
38376
38377 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
38378
38379         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
38380         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
38381         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
38382         (gst_dvdec_loop), (gst_dvdec_change_state):
38383         Second attempt at committing a working dvdec element.
38384
38385 2004-02-06  David Schleef  <ds@schleef.org>
38386
38387         Build fixes for OS X: (see #129600)
38388         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
38389         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
38390         (gst_riff_read_strf_iavs):
38391         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
38392         (gst_avi_demux_stream_odml):
38393         * gst/playondemand/Makefile.am:
38394         * gst/rtp/rtp-packet.c:
38395
38396 2004-02-05  David Schleef  <ds@schleef.org>
38397
38398         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
38399         last change, because it Just Doesn't Compile.
38400
38401 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38402
38403         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
38404           skip undecodable id3v2 tag instead of keeping it
38405
38406 2004-02-05  David Schleef  <ds@schleef.org>
38407
38408         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
38409         Unref leaked buffer.  (Noticed by Ronald)
38410
38411 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
38412
38413         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38414         Sync requires with other checks.  >= vs =.
38415
38416 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
38417
38418         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
38419         (gst_dvdec_video_link), (gst_dvdec_loop):
38420         * ext/dv/gstdvdec.h:
38421           rework the caps negotiation so that dvdec works again instead
38422           of just segfaulting.
38423
38424 === release 0.7.4 ===
38425
38426 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
38427
38428         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
38429         * configure.ac: changed for release
38430
38431 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
38432
38433         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
38434         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
38435         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38436         * pkgconfig/gstreamer-play-uninstalled.pc.in:
38437           reworked patch by David Lehn to fix libdir and includedir for
38438           uninstalled libraries
38439           removed play and gconf from gstreamer-libs since they have their
38440           own pkgconfig files
38441
38442 2004-02-04  David Schleef  <ds@schleef.org>
38443
38444         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
38445         memleak.
38446
38447 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38448
38449         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
38450           use correct GST_TAG_ENCODER tag
38451
38452 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38453
38454         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
38455           be sure to stop the clock when going to paused
38456         * sys/oss/gstosssink.c: (gst_osssink_change_state):
38457           reset number of transmitted when going to ready.
38458         fixes #132935
38459
38460 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
38461
38462         reviewed by Benjamin Otte
38463
38464         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
38465           extract track count (fixes #133410)
38466
38467 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38468
38469         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
38470           that should be !=, not == (fixes #132519)
38471
38472 2004-02-04  David Schleef  <ds@schleef.org>
38473
38474         Make sure set_explicit_caps() is called before adding pad.
38475         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38476         * gst/id3/gstid3types.c: (gst_id3types_loop):
38477         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
38478         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38479
38480 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38481
38482         * configure.ac:
38483           bump nano to 2, first prerelease
38484           put back AM_PROG_LIBTOOL
38485
38486 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38487
38488         * testsuite/alsa/Makefile.am:
38489           these are user test apps, not automatic testsuite tests
38490
38491 2004-02-04  David Schleef  <ds@schleef.org>
38492
38493         Convert GST_DEBUG_CAPS() to GST_DEBUG():
38494         * gst/mpeg1videoparse/gstmp1videoparse.c:
38495         (mp1videoparse_parse_seq):
38496         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38497         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
38498         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
38499         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
38500         (gst_xvideosink_getcaps):
38501         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
38502         * testsuite/gst-lint: more tests
38503
38504 2004-02-04  David Schleef  <ds@schleef.org>
38505
38506         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
38507         with the code that they would expand to.
38508         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
38509         (gst_flacdec_get_src_query_types),
38510         (gst_flacdec_get_src_event_masks):
38511         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
38512         (gst_gnomevfssrc_get_query_types),
38513         (gst_gnomevfssrc_get_event_mask):
38514
38515 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38516
38517         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38518         (gst_sinesrc_dispose):
38519           fix memleak by properly disposing sinesrc
38520
38521 2004-02-04  Julien MOUTTE  <julien@moutte.net>
38522
38523         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
38524         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
38525         an overlay to redraw the image because it has been exposed.
38526         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
38527         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
38528         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
38529         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
38530         interface
38531         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
38532         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
38533         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
38534         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
38535         interface
38536
38537 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38538
38539         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
38540           more memleak fixage
38541
38542 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38543
38544         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
38545         * gst/typefind/gsttypefindfunctions.c:
38546           fix memleaks shown by gst-typefind
38547
38548 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
38549
38550         * common/glib-gen.mak:
38551           add hack rule to touch .Plo files
38552         * gst-libs/gst/colorbalance/Makefile.am:
38553         * gst-libs/gst/mixer/Makefile.am:
38554         * gst-libs/gst/play/Makefile.am:
38555         * gst-libs/gst/tuner/Makefile.am:
38556           remove glib_root variable
38557
38558 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38559
38560         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
38561           set explicit caps before adding the element, so the autopluggers can
38562           plug correctly.
38563         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
38564         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
38565         (mpeg_video_type_find), (mpeg_video_stream_type_find),
38566         (dv_type_find):
38567           fix memleaks in typefind functions. gst_type_find_suggest takes a const
38568           argument.
38569
38570 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
38571
38572         * gst-libs/gst/colorbalance/Makefile.am:
38573         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
38574         * gst-libs/gst/colorbalance/colorbalance.c:
38575         * gst-libs/gst/colorbalance/colorbalance.h:
38576         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
38577         * gst-libs/gst/mixer/Makefile.am:
38578         * gst-libs/gst/mixer/mixer-marshal.list:
38579         * gst-libs/gst/mixer/mixer.c:
38580         * gst-libs/gst/mixer/mixer.h:
38581         * gst-libs/gst/mixer/mixermarshal.list:
38582         * gst-libs/gst/play/Makefile.am:
38583         * gst-libs/gst/play/play.h:
38584         * gst-libs/gst/tuner/Makefile.am:
38585         * gst-libs/gst/tuner/tuner-marshal.list:
38586         * gst-libs/gst/tuner/tuner.c:
38587         * gst-libs/gst/tuner/tuner.h:
38588         * gst-libs/gst/tuner/tunermarshal.list:
38589           use new glib-gen.mak snippet to clean up Makefile.am
38590           fix various bugs in Makefile.am's
38591
38592 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38593
38594         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
38595           handle chain parsing correctly in the multichain case
38596         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
38597         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
38598         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
38599         (theora_dec_chain):
38600           handle events and queries correctly
38601
38602 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38603
38604         * .cvsignore:
38605         Ignore generated file _stdint.h.
38606
38607 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38608
38609         * gst-libs/gst/colorbalance/Makefile.am:
38610         * gst-libs/gst/colorbalance/colorbalance.h:
38611         * gst-libs/gst/mixer/Makefile.am:
38612         * gst-libs/gst/mixer/mixer.h:
38613         * gst-libs/gst/play/Makefile.am:
38614         * gst-libs/gst/play/play.h:
38615         * gst-libs/gst/tuner/Makefile.am:
38616         * gst-libs/gst/tuner/tuner.h:
38617         Generate enum type code with glib-mkenums.
38618         * gst-libs/gst/colorbalance/.cvsignore:
38619         * gst-libs/gst/mixer/.cvsignore:
38620         * gst-libs/gst/play/.cvsignore:
38621         * gst-libs/gst/tuner/.cvsignore:
38622         Ignore generated files.
38623
38624 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38625
38626         * gst-libs/gst/audio/.cvsignore:
38627         Ignore generated file.
38628         * gst-libs/gst/audio/Makefile.am:
38629         Do not install example filter.
38630
38631 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38632
38633         * examples/switch/.cvsignore:
38634         Ignore generated file.
38635
38636 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38637
38638         * common/m4/ax_create_stdint_h.m4:
38639         * configure.ac:
38640           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
38641           _stdint.h.
38642         * Makefile.am:
38643           remove generated _stdint.h in DISTCLEANFILES
38644         * ext/a52dec/gsta52dec.c:
38645           include _stdint.h for a52dec. (should fix #133064)
38646
38647 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
38648
38649         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
38650         (gst_tag_to_vorbis_comments):
38651         Add replaygain support to vorbistag
38652
38653 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
38654         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
38655         (gst_ffmpeg_caps_to_extradata):
38656           Fix SVQ3 caps flag properties
38657           Use glib macro for bytes swap
38658
38659 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38660
38661         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
38662         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
38663         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
38664         * ext/sndfile/gstsf.c: (plugin_init):
38665         * gst/avi/gstavi.c: (plugin_init):
38666         * sys/dxr3/dxr3init.c: (plugin_init):
38667         * sys/oss/gstossaudio.c: (plugin_init):
38668         * sys/v4l/gstv4l.c: (plugin_init):
38669         * sys/v4l2/gstv4l2.c: (plugin_init):
38670           remove textdomain calls
38671         * po/nl.po:
38672           update Dutch translation
38673
38674 2004-02-02  Julien MOUTTE  <julien@moutte.net>
38675
38676         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
38677         (gst_play_set_audio_sink): Moving volume in the audio thread for
38678         instantaneous volume change. Maybe i will add another volume in front
38679         of visualization later, not sure yet though.
38680
38681 2004-02-02  Julien MOUTTE  <julien@moutte.net>
38682
38683         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38684         (gst_ximagesink_handle_xevents): Better X events handling, only take
38685         the latest events for configure and motion.
38686         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
38687
38688 2004-02-02  Jon Trowbridge  <trow@gnu.org>
38689
38690         reviewed by: David Schleef  <ds@schleef.org>
38691
38692         Fix memory leaks:
38693         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
38694         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
38695
38696 2004-02-02  David Schleef  <ds@schleef.org>
38697
38698         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
38699         of lines.
38700         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
38701         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
38702         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
38703         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
38704         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
38705         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
38706         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
38707         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
38708         (gst_float2_2_int_link):
38709         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
38710         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
38711         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
38712         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
38713         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
38714         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
38715         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
38716         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
38717         * testsuite/gst-lint: Add tests for bzero and ;;
38718
38719 2004-02-02  David Schleef  <ds@schleef.org>
38720
38721         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
38722
38723 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38724
38725         * ext/aalib/gstaasink.c: (gst_aasink_open):
38726         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
38727         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
38728         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
38729         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
38730         (gst_afsink_close_file):
38731         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
38732         (gst_afsrc_close_file):
38733         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
38734         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
38735         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
38736         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
38737         * ext/esd/esdmon.c: (gst_esdmon_get):
38738         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
38739         * ext/faac/gstfaac.c: (gst_faac_chain):
38740         * ext/faad/gstfaad.c: (gst_faad_chain):
38741         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
38742         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38743         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
38744         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
38745         (gst_flacdec_loop):
38746         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
38747         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
38748         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
38749         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
38750         (gst_gnomevfssink_close_file):
38751         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
38752         (gst_gnomevfssrc_open_file):
38753         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
38754         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
38755         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
38756         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
38757         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
38758         * ext/mad/gstmad.c: (gst_mad_chain):
38759         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
38760         * ext/mpeg2dec/gstmpeg2dec.c:
38761         * ext/mpeg2enc/gstmpeg2enc.cc:
38762         * ext/mplex/gstmplex.cc:
38763         * ext/mplex/gstmplexibitstream.cc:
38764         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
38765         (gst_ogg_demux_push):
38766         * ext/raw1394/gstdv1394src.c:
38767         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
38768         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
38769         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
38770         (gst_sf_loop):
38771         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
38772         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
38773         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
38774         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
38775         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
38776         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
38777         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
38778         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
38779         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
38780         (gst_riff_read_element_data), (gst_riff_read_seek),
38781         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
38782         * gst/adder/gstadder.c: (gst_adder_loop):
38783         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
38784         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
38785         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
38786         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
38787         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
38788         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
38789         * gst/goom/gstgoom.c: (gst_goom_chain):
38790         * gst/id3/gstid3types.c: (gst_id3types_loop):
38791         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
38792         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
38793         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
38794         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
38795         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
38796         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
38797         (gst_ebml_read_float), (gst_ebml_read_header):
38798         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
38799         (gst_matroska_demux_parse_blockgroup):
38800         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
38801         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
38802         * gst/oneton/gstoneton.c: (gst_oneton_chain):
38803         * gst/silence/gstsilence.c: (gst_silence_get):
38804         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
38805         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
38806         * gst/speed/gstspeed.c: (speed_loop):
38807         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
38808         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
38809         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
38810         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
38811         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
38812         (gst_wavparse_loop):
38813         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
38814         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
38815         (dxr3audiosink_close):
38816         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
38817         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
38818         (dxr3videosink_close), (dxr3videosink_write_data):
38819         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
38820         * sys/oss/gstosssink.c: (gst_osssink_chain):
38821         * sys/oss/gstosssrc.c: (gst_osssrc_get):
38822         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
38823         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
38824         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
38825         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
38826         (gst_v4l_set_window), (gst_v4l_enable_overlay):
38827         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
38828         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
38829         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
38830         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
38831         (gst_v4l_set_audio):
38832         * sys/v4l/v4l_calls.h:
38833         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
38834         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
38835         (gst_v4lmjpegsink_playback_init),
38836         (gst_v4lmjpegsink_playback_start):
38837         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
38838         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
38839         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
38840         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
38841         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
38842         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
38843         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
38844         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
38845         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
38846         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
38847         (gst_v4l2_get_output), (gst_v4l2_set_output),
38848         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
38849         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
38850         (gst_v4l2_set_attribute):
38851         * sys/v4l2/v4l2_calls.h:
38852         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
38853         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
38854         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
38855         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
38856         (gst_v4l2src_capture_stop):
38857         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
38858         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
38859         (gst_ximagesink_chain):
38860         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
38861         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
38862         (gst_xvideosink_xwindow_new):
38863         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
38864         (gst_xvimagesink_chain):
38865
38866 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38867
38868         * gst/volume/gstvolume.c: (gst_volume_set_volume),
38869         (gst_volume_get_volume), (volume_class_init), (volume_init),
38870         (volume_chain_int16), (volume_update_volume):
38871         * gst/volume/gstvolume.h:
38872           make code more readable by removing magic numbers
38873           make mixer interface export 0-100 range
38874           make it internally map to 0.0-1.0 range so users don't distort
38875           output by putting the sliders at full volume
38876
38877 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38878
38879         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
38880         (gst_play_state_change), (gst_play_seek_to_time):
38881         block the tick callback for 0.5 secs after doing a seek
38882
38883 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38884
38885         * gst-libs/gst/play/play.c: (gst_play_new):
38886           check for GError
38887
38888 2004-02-01  Julien MOUTTE  <julien@moutte.net>
38889
38890         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
38891         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
38892         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
38893         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
38894         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
38895         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
38896
38897 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
38898
38899         * configure.ac:
38900         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
38901           check for a function added in vorbis 1.1
38902
38903 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38904
38905         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
38906         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
38907           really start/stop clock only on PLAYING <=> PAUSED
38908         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
38909           remove \n from debugging lines
38910         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
38911           make it work when seeking does not
38912         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
38913           reset on DISCONT
38914
38915 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38916
38917         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
38918           start clock on PAUSED=>PLAYING, not later
38919         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
38920           extract correct time for different discont formats
38921         (gst_alsa_sink_get_time):
38922           don't segfault when no format is negotiated yet, just return 0
38923         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
38924         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
38925         (gst_ogg_pad_push):
38926           handle flush and discont events correctly
38927         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
38928           handle discont events correctly
38929
38930 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
38931
38932         * gst-libs/gst/play/play.c: (gst_play_error_quark),
38933         (gst_play_error_create), (gst_play_error_plugin),
38934         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
38935         * gst-libs/gst/play/play.h:
38936           add error handling during creation
38937         * examples/gstplay/player.c: (main):
38938           use new gst_play_new
38939
38940
38941 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38942
38943         * ext/theora/theoradec.c: (theora_dec_chain):
38944           make comments work
38945         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
38946         (vorbis_dec_src_event), (vorbis_dec_chain):
38947           add encoder tag, fix tag reading to be more error tolerant, change
38948           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
38949           gst_pad_event_default.
38950         * gst/tags/gstvorbistag.c:
38951         (gst_tag_list_from_vorbiscomment_buffer):
38952           undefine function specific define at end of function
38953
38954 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
38955
38956         * ext/flac/gstflac.c: (plugin_init):
38957         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
38958         * ext/flac/gstflacdec.h:
38959         * ext/flac/gstflacenc.h:
38960           Fix typos
38961
38962 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
38963
38964         * examples/gstplay/player.c: s/gstplay.h/play.h/
38965
38966 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38967
38968         * gst-libs/gst/play/Makefile.am:
38969         * gst-libs/gst/play/gstplay.c:
38970         * gst-libs/gst/play/gstplay.h:
38971         * gst-libs/gst/play/play.c:
38972           more surgery, operation complete
38973
38974 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38975
38976         * gst-libs/gst/play/play.old.c:
38977         * gst-libs/gst/play/play.old.h:
38978           after CVS surgery by moving, remove
38979         * gst-libs/gst/play/playpipelines.c:
38980           remove
38981
38982         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
38983           add negotiation error
38984
38985 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38986
38987         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
38988         (gst_ogg_demux_push):
38989           add some seeking debug info
38990           send a flush when seeking
38991
38992 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38993
38994         * configure.ac:
38995           use AC_C_INLINE
38996         * configure.ac:
38997         * ext/Makefile.am:
38998         * ext/theora/Makefile.am:
38999         * ext/theora/theoradec.c:
39000           add theora video decoder. Does just do simple decoding for now and
39001           has been tested against Theora cvs only. It only works when theora
39002           is compiled with --enable-static.
39003         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
39004           always reset packetno on DISCONT
39005
39006 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39007
39008         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
39009           Fix audio.
39010
39011 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39012
39013         * gst/mpegaudioparse/gstmpegaudioparse.c:
39014         (mp3_type_frame_length_from_header):
39015           Fix header parsing - stolen from ffmpeg (thank you! :) ).
39016
39017 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39018
39019         * ext/esd/esdsink.c: (gst_esdsink_init):
39020           Since we have static pad template caps, we don't need to negotiate;
39021           either the core errors out or we know the format.
39022
39023 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39024
39025         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
39026         (gst_riff_read_seek):
39027         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
39028         (gst_ebml_read_seek):
39029           Fix event handling.
39030
39031 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39032
39033         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
39034           removee video/x-theora from vp3 decoder, it doesn't handle raw
39035           theora streams
39036         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
39037           fix bug with finalizing element that never went to PAUSED
39038         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
39039           length and position queries were swapped
39040         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
39041         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
39042         (vorbis_dec_src_event):
39043           implement querying time and bytes
39044
39045 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
39046
39047         * just about every source file:
39048           gst_element_error -> GST_ELEMENT_ERROR
39049
39050 2004-01-29  Julien MOUTTE  <julien@moutte.net>
39051
39052         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
39053         emiting FLUSH and even before DISCONT.
39054         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
39055         get the best instant seeking as possible yay!
39056
39057 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39058
39059         * gst/mpeg1videoparse/gstmp1videoparse.c:
39060         (gst_mp1videoparse_real_chain):
39061           Committed wrong version last week... Grr... Didn't notice until now.
39062
39063 2004-01-29  Julien MOUTTE <julien@moutte.net>
39064
39065         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
39066         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
39067         have_xwindow_id signal in xwindow_create.
39068
39069 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39070
39071         * ext/ogg/gstoggdemux.c:
39072           lots of changes - mainly support for chained bitstreams, seeking,
39073           querying and bugfixes of course
39074         * ext/vorbis/Makefile.am:
39075         * ext/vorbis/vorbisdec.c:
39076         * ext/vorbis/vorbisdec.h:
39077           add vorbisdec raw vorbis decoder
39078         * ext/vorbis/vorbis.c: (plugin_init):
39079           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
39080         * gst/intfloat/Makefile.am:
39081         * gst/intfloat/float22int.c:
39082         * gst/intfloat/float22int.h:
39083         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
39084           add float2intnew plugin. It converts multichannel interleaved float to
39085           multichannel interleaved int. The name should probably be changed.
39086         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
39087         (plugin_init):
39088           add typefinding for raw theora video so oggdemux can detect it.
39089
39090 2004-01-28  Julien MOUTTE  <julien@moutte.net>
39091
39092         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
39093         sink element first.
39094         * gst/videoscale/gstvideoscale.c:
39095         (gst_videoscale_handle_src_event): Fixing src event handler.
39096
39097 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39098
39099         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
39100         (gst_v4lsrc_open), (gst_v4lsrc_close),
39101         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
39102         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
39103         * sys/v4l/gstv4lsrc.h:
39104         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
39105         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
39106           Implement resizing... Hack. But that's why v4l is b0rked...
39107
39108 2004-01-28  Julien MOUTTE <julien@moutte.net>
39109
39110         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
39111         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
39112         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
39113         (gst_ximagesink_xwindow_destroy):
39114         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
39115         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
39116         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
39117         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
39118         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
39119         correctly cleaning the image created to check xshm calls on succes,
39120         added a lot of XSync calls in X11 functions, and fixed a segfault when
39121         no image format was defined before negotiation happened.
39122
39123 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39124
39125         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
39126           use gst_element_get_time to get correct time
39127
39128 2004-01-28  Julien MOUTTE  <julien@moutte.net>
39129
39130         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
39131         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
39132         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
39133         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
39134         (gst_xvimagesink_check_xshm_calls),
39135         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
39136         X plugins are now able to detect that XShm calls will fail even if the
39137         server claims that it has XShm support (remote displays most of the
39138         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
39139         so that we use non XShm functions. This feature is almost useless for
39140         xvimagesink as Xv is not supported on remote displays anyway, but
39141         it might happen than even on the local display XShm calls fail.
39142
39143 2004-01-27  David Schleef  <ds@schleef.org>
39144
39145         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
39146         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
39147         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
39148         changed esdsink to only use 44100,16,2, since esd sucks at rate
39149         conversion and esdsink has had difficulty negotiating.
39150
39151 2004-01-27  Julien MOUTTE <julien@moutte.net>
39152
39153         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
39154         (gst_play_seek_to_time): Fixing the way to get current position.
39155
39156 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39157
39158         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
39159           use gst_element_get_time to get correct time
39160
39161 2004-01-27  Julien MOUTTE <julien@moutte.net>
39162
39163         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
39164         fix ever... Inverting 2 lines of code make spider autoplug correctly
39165         tagged mp3 !
39166
39167 2004-01-27  David Schleef  <ds@schleef.org>
39168
39169         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
39170         Use gst_pad_try_set_caps_nonfixed().
39171
39172 2004-01-27  David Schleef  <ds@schleef.org>
39173
39174         * gst/ac3parse/gstac3parse.c: update to checklist 5
39175         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
39176         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
39177         * gst/audioscale/gstaudioscale.c: same
39178         * gst/auparse/gstauparse.c: same
39179         * gst/avi/gstavidemux.c: same
39180
39181 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39182
39183         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
39184           stop processing after EOS
39185
39186 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39187
39188         * gst/asfdemux/asfheaders.h:
39189         * gst/asfdemux/gstasfdemux.c:
39190         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
39191         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
39192         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
39193           lot's of fixes to make data extraction simpler and get the code
39194           architecture and compiler independant. Add debugging category
39195         * gst/goom/gstgoom.c: (gst_goom_change_state):
39196           reset channel count on PAUSED=>READY, not READY=>PAUSED
39197
39198 2004-01-26  Colin Walters  <walters@verbum.org>
39199
39200         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
39201         code to pull a bigger buffer in iradio mode.  This as a side effect
39202         makes typefinding work.
39203
39204 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
39205
39206         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
39207         Fix SVQ3 decoding on PPC
39208
39209 2004-01-26  Julien MOUTTE <julien@moutte.net>
39210
39211         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
39212         that one managed to stay there... Fixed.
39213
39214 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
39215
39216         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
39217         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
39218         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
39219         (qtdemux_video_caps):
39220         * gst/qtdemux/qtdemux.h:
39221         Add SVQ3 specific flags to qtdemux and ffmpeg
39222
39223 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39224
39225         * gst-libs/gst/audio/audio.h:
39226           remove buffer-frames from audio caps
39227         * gst/audioconvert/gstaudioconvert.c:
39228           fix plugin to really work.
39229
39230 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39231
39232         * gst-libs/gst/mixer/mixer.c:
39233         * gst-libs/gst/propertyprobe/propertyprobe.c:
39234         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
39235         (gst_tuner_find_channel_by_name):
39236         * gst-libs/gst/tuner/tuner.h:
39237           Add gtk-doc style comments. Also fix a function name.
39238
39239 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39240
39241         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
39242         (gst_divxdec_negotiate):
39243           Fix for new capsnego - also fixes gst-player with divxdec.
39244
39245 2004-01-25  Julien MOUTTE  <julien@moutte.net>
39246
39247         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39248         (gst_play_identity_handoff), (gst_play_set_location),
39249         (gst_play_set_visualization), (gst_play_connect_visualization): Another
39250         try in visualization implementation. Still have an issue with switch
39251         blocking when pulling from video_queue and only audio comes out of
39252         spider.
39253         * gst/switch/gstswitch.c: (gst_switch_release_pad),
39254         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
39255         release method. And check if the pad is usable before pulling.
39256
39257 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39258
39259         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
39260         (gst_videobalance_init),
39261         (gst_videobalance_colorbalance_list_channels),
39262         (gst_videobalance_colorbalance_set_value),
39263         (gst_videobalance_colorbalance_get_value),
39264         (gst_videobalance_update_properties),
39265         (gst_videobalance_update_tables_planar411),
39266         (gst_videobalance_planar411):
39267         * gst/videofilter/gstvideobalance.h:
39268           Implement lookup-tables. +/- 10x faster.
39269
39270 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39271
39272         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
39273         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
39274           The index reading was broken. The rest worked fine, but the whole
39275           goal of my rewrite was to make avidemux readable, and this was
39276           not at all readable. Please use typed variables.
39277
39278 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39279
39280         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
39281           Additional pad usability check.
39282         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
39283         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
39284         (gst_mp1videoparse_real_chain):
39285           Fix MPEG video stream parsing. The original plugin had several
39286           issues, including not timestamping streams where the source was
39287           not timestamped (this happens with PTS values in mpeg system
39288           streams, but MPEG video is also a valid stream on its own so
39289           that needs timestamps too). We use the display time code for that
39290           for now. Also, if one incoming buffer contains multiple valid
39291           frames, we push them all on correctly now, including proper EOS
39292           handling. Lastly, several potential segfaults were fixed, and we
39293           properly sync on new sequence/gop headers to include them in next,
39294           not previous frames (since they're header for the next frame, not
39295           the previous). Also see #119206.
39296         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
39297         (bpf_from_header):
39298           Move caps setting so we only do it after finding several valid
39299           MPEG-1 fraes sequentially, not right after the first one (which
39300           might be coincidental).
39301         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
39302         (mpeg_video_type_find), (mpeg_video_stream_type_find),
39303         (plugin_init):
39304           Add unsynced MPEG video stream typefinding, and change some
39305           probability values so we detect streams rightly. The idea is as
39306           follows: I can have an unsynced system stream which contains
39307           video. In the current code, I would randomly get a type for either
39308           system or video stream type found, because the probabilities are
39309           being calculated rather randomly. I now use fixed values, so we
39310           always prefer system stream if that was found (and that is how it
39311           should be). If no system stream was found, we can still identity                the stream as video-only.
39312
39313 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39314
39315         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
39316         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
39317           don't write to buffer. Extract data without the need of
39318           __attribute__ ((packed))
39319
39320 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39321
39322         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
39323         (mpeg1_sys_type_find):
39324           Fix MPEG-1 stream typefinding.
39325
39326 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39327
39328         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
39329           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
39330
39331 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
39332
39333         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
39334         * ext/esd/gstesd.c: (plugin_init):
39335           private debugging, better error reporting
39336
39337 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39338
39339         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
39340         (gst_riff_read_init), (gst_riff_read_change_state):
39341         * gst-libs/gst/riff/riff-read.h:
39342           Remove stuff fromold metadata system.
39343
39344 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39345
39346         * ext/ogg/gstoggdemux.c:
39347           Fix wrong file comment.
39348         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
39349         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
39350           Add metadata reading properly.
39351
39352 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
39353
39354         * ext/Makefile.am:
39355           Fix nas DIST_SUBDIRS
39356           Uraeus:
39357           Fix bug where make distcheck doesn't get run on adding stuff to
39358           the build.
39359
39360 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39361
39362         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
39363         * ext/divx/gstdivxdec.h:
39364           Fix divx3 ("msmpeg4") playback using divxdec.
39365
39366 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39367
39368         * gst/typefind/gsttypefindfunctions.c:
39369         (mp3_type_frame_length_from_header): fix bug in length computation
39370         (mp3_type_find): improve debugging output
39371
39372 2004-01-23  Julien MOUTTE  <julien@moutte.net>
39373
39374         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39375         (gst_play_set_location), (gst_play_seek_to_time),
39376         (gst_play_set_audio_sink), (gst_play_set_visualization),
39377         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
39378         the pipeline from scratch. Visualization is back and switch went out as
39379         i realized it was not possible to use the way i wanted.
39380         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
39381         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
39382         clearing in state change from READY to NULL. So that one can clean the
39383         X ressources keeping the element.
39384         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39385         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
39386         (gst_xvimagesink_colorbalance_set_value),
39387         (gst_xvimagesink_colorbalance_get_value),
39388         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
39389         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
39390         change from READY to NULL and fixed some stupid bugs in colorbalance
39391         get/set values. Also added the following feature : when nobody tries to
39392         set some values to the colorbalance levels before the xcontext is
39393         grabbed, then when creating channels list from Xv attributes we set the
39394         internal values to the Xv defaults. This way we handle buggy Xv drivers
39395         that set default hue values far from the middle of the range (Thanks
39396         to Jon Trowbridge for pointing that issue).
39397         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
39398         colorbalance levels have been set before xcontext is grabbed.
39399
39400 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39401
39402         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
39403           Fix the ossmixer case where we shouldn't open /dev/dsp* because
39404           it might block operations (which is bad for a mixer).
39405
39406 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
39407
39408         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
39409         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
39410         (gmip_find_type_pre):
39411         * gst-libs/gst/media-info/media-info-priv.h:
39412         * gst-libs/gst/media-info/media-info.c:
39413         (gst_media_info_instance_init), (gst_media_info_read_idler):
39414         add fakesink to get caps on decoder src pad again
39415         fix callback prototype to match new have_type signal signature
39416
39417 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
39418
39419         * gst/adder/gstadder.c: (gst_adder_link):
39420           fix non-compile and cut-n-paste code
39421
39422 2004-01-21  David Schleef  <ds@schleef.org>
39423
39424         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
39425         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
39426         (gst_swfdec_init), (gst_swfdec_change_state):
39427         * ext/swfdec/gstswfdec.h:
39428         Fix negotiation.
39429         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
39430         (gst_adder_request_new_pad): Fix negotiation.
39431         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
39432         Add a fixate function.
39433         * gst/intfloat/gstfloat2int.c:
39434         * gst/intfloat/gstfloat2int.h:
39435         * gst/intfloat/gstint2float.c:
39436         * gst/intfloat/gstint2float.h:
39437         Completely rewrite the negotiation.  Doesn't quite work yet,
39438         due to some buffer-frames problem.
39439
39440 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
39441
39442         * ext/gnomevfs/gstgnomevfssrc.c:
39443         * sys/v4l2/v4l2_calls.h:
39444           fix includes for distcheck
39445
39446 2004-01-21  Christian Schaller <uraeus@gnome.org>
39447
39448         * ext/nas/
39449         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
39450         based on earlier patch from Laurent Vivier
39451
39452 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
39453
39454         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
39455         Fix wma caps property
39456         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
39457         Fix typo (flags1 and flags2)
39458
39459 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39460
39461         * gst-libs/gst/media-info/media-info-priv.c:
39462         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
39463         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
39464         (gmip_find_stream), (gmip_find_track_metadata),
39465         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
39466         (gmip_find_track_format):
39467         * gst-libs/gst/media-info/media-info-priv.h:
39468         * gst-libs/gst/media-info/media-info-test.c: (main):
39469         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
39470         (gst_media_info_read_idler), (gst_media_info_read):
39471         * gst-libs/gst/media-info/media-info.h:
39472           register debugging category and use it for debugging
39473
39474 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39475
39476         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
39477         (gst_vorbisfile_new_link):
39478           signal streaminfo through tags
39479
39480 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39481
39482         * ext/mplex/gstmplex.cc:
39483         * ext/mplex/gstmplexibitstream.cc:
39484           g++ doesn't like NULL in our i18n/error macros, should be
39485           either (NULL) or ("").
39486
39487 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39488
39489         * sys/dxr3/dxr3audiosink.c:
39490         * sys/dxr3/dxr3init.c:
39491         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
39492         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
39493           Fix more error error error errors (missing includes here).
39494
39495 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39496
39497         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39498           fix thomas' error errors.
39499
39500 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39501
39502         * ext/mpeg2enc/gstmpeg2enc.cc:
39503           fix error errors.
39504
39505 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39506
39507         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39508         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39509           Fix for new error system.
39510
39511 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39512
39513         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39514           fix for new error reporting
39515
39516 2004-01-20  David Schleef  <ds@schleef.org>
39517
39518         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
39519         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
39520         (gst_ximagesink_set_xwindow_id): Change to using a framerate
39521         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
39522         and neither is 100+, most likely.
39523         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
39524         (gst_xvimagesink_getcaps): same
39525
39526 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39527
39528         * configure.ac:
39529           Up version requirement to 2.0.3 (not yet released) to avoid symbol
39530           clashes with ffmpeg.
39531
39532 2004-01-20  Julien MOUTTE  <julien@moutte.net>
39533
39534         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
39535         (gst_switch_init): Fixed switch element : proxying link and setting
39536         caps from src to sink on request.
39537
39538 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39539
39540         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
39541         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
39542         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
39543         fix element_error
39544
39545 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39546
39547         * sys/v4l/v4l_calls.h:
39548         * sys/v4l2/v4l2_calls.h:
39549           element_error fixes
39550
39551 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39552
39553         * gst-libs/gst/gst-i18n-plugin.h:
39554           add locale.h
39555           remove config.h inclusion
39556
39557 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39558
39559         * autogen.sh:
39560           adding autopoint invocation
39561         * Makefile.am:
39562         * configure.ac:
39563         * gst-libs/gst/gettext.h:
39564           adding gettext bits
39565         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
39566         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
39567         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
39568         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39569         (gst_gnomevfssink_close_file):
39570         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
39571         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
39572         * gst-libs/gst/gst-i18n-plugin.h:
39573         * gst/avi/gstavi.c: (plugin_init):
39574         * sys/dxr3/dxr3init.c: (plugin_init):
39575         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
39576         * sys/oss/gstossaudio.c: (plugin_init):
39577         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39578         * sys/v4l/gstv4l.c: (plugin_init):
39579         * sys/v4l/v4l_calls.c: (gst_v4l_open):
39580         * sys/v4l2/gstv4l2.c: (plugin_init):
39581         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39582         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
39583         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
39584         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
39585         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
39586         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
39587           make sure locale and translation domain are set
39588           fix translated strings
39589         * po/.cvsignore:
39590         * po/LINGUAS:
39591         * po/Makevars:
39592         * po/POTFILES.in:
39593         * po/nl.po:
39594           put translation files into place
39595         * sys/xvideo/imagetest.c: (main):
39596         * ext/dv/demo-play.c: (main):
39597           fix unnecessary translations
39598
39599 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
39600
39601         * ext/sndfile/gstsf.c:
39602         * gst/avi/gstavimux.c:
39603         * ext/audiofile/gstafsink.c:
39604         * ext/audiofile/gstafsrc.c:
39605         * ext/gnomevfs/gstgnomevfssink.c:
39606         * ext/gnomevfs/gstgnomevfssrc.c:
39607         * sys/oss/gstosselement.c:
39608         * sys/v4l/v4l_calls.h:
39609           fix i18n include
39610
39611 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39612
39613         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39614         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
39615         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
39616         (gst_v4l2_get_output), (gst_v4l2_set_output),
39617         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
39618         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
39619         (gst_v4l2_set_attribute):
39620         update to new error handling
39621
39622 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39623
39624         * ext/sidplay/gstsiddec.cc:
39625         * gst/modplug/gstmodplug.cc:
39626           parenthese NULL because C++ seems angry about it
39627
39628 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39629
39630         * gst-libs/gst/gst-i18n-plugin.h:
39631           add skeleton i18n stuff, but needs to be further implemented
39632
39633 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
39634
39635         * examples/gstplay/player.c: (main):
39636         * ext/aalib/gstaasink.c: (gst_aasink_open):
39637         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
39638         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
39639         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
39640         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
39641         (gst_afsink_close_file):
39642         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
39643         (gst_afsrc_close_file):
39644         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39645         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
39646         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
39647         * ext/esd/esdmon.c: (gst_esdmon_get):
39648         * ext/esd/esdsink.c: (gst_esdsink_chain):
39649         * ext/faac/gstfaac.c: (gst_faac_chain):
39650         * ext/faad/gstfaad.c: (gst_faad_chain):
39651         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
39652         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
39653         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
39654         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
39655         (gst_flacdec_loop):
39656         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
39657         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
39658         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
39659         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39660         (gst_gnomevfssink_close_file):
39661         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
39662         (gst_gnomevfssrc_open_file):
39663         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
39664         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
39665         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
39666         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
39667         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
39668         * ext/mad/gstmad.c: (gst_mad_chain):
39669         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
39670         * ext/mpeg2dec/gstmpeg2dec.c:
39671         * ext/mpeg2enc/gstmpeg2enc.cc:
39672         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39673         * ext/mplex/gstmplex.cc:
39674         * ext/mplex/gstmplexibitstream.cc:
39675         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
39676         (gst_ogg_demux_push), (gst_ogg_pad_push):
39677         * ext/raw1394/gstdv1394src.c:
39678         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
39679         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
39680         * ext/sidplay/gstsiddec.cc:
39681         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
39682         (gst_sf_loop):
39683         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
39684         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
39685         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
39686         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
39687         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
39688         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
39689         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
39690         * gst-libs/gst/Makefile.am:
39691         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
39692         (gst_riff_read_element_data), (gst_riff_read_seek),
39693         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
39694         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
39695         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
39696         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
39697         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
39698         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
39699         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
39700         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
39701         * gst/goom/gstgoom.c: (gst_goom_chain):
39702         * gst/id3/gstid3types.c: (gst_id3types_loop):
39703         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
39704         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
39705         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
39706         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
39707         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
39708         (gst_ebml_read_float), (gst_ebml_read_header):
39709         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
39710         (gst_matroska_demux_parse_blockgroup):
39711         * gst/modplug/gstmodplug.cc:
39712         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
39713         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
39714         * gst/oneton/gstoneton.c: (gst_oneton_chain):
39715         * gst/silence/gstsilence.c: (gst_silence_get):
39716         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
39717         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
39718         * gst/speed/gstspeed.c: (speed_loop):
39719         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
39720         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
39721         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
39722         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
39723         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
39724         (gst_wavparse_loop):
39725         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
39726         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
39727         (dxr3audiosink_close):
39728         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
39729         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
39730         (dxr3videosink_close), (dxr3videosink_write_data):
39731         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39732         * sys/oss/gstosselement.h:
39733         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
39734         (gst_osssink_chain):
39735         * sys/oss/gstosssrc.c: (gst_osssrc_get):
39736         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
39737         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
39738         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
39739         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
39740         (gst_v4l_enable_overlay):
39741         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
39742         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
39743         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
39744         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
39745         (gst_v4l_set_audio):
39746         * sys/v4l/v4l_calls.h:
39747         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
39748         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
39749         (gst_v4lmjpegsink_playback_init),
39750         (gst_v4lmjpegsink_playback_start):
39751         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
39752         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
39753         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
39754         (gst_v4lmjpegsrc_requeue_frame):
39755         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
39756         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
39757         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
39758         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
39759         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
39760         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
39761         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
39762         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
39763         (gst_v4l2src_capture_stop):
39764         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
39765         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
39766         (gst_ximagesink_chain):
39767         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
39768         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
39769         (gst_xvideosink_xwindow_new):
39770         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39771         (gst_xvimagesink_chain):
39772         use new error signal, function and categories
39773
39774 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
39775
39776         * configure.ac:
39777         * ext/Makefile.am:
39778         * ext/musicbrainz/gsttrm.c:
39779         * ext/musicbrainz/gsttrm.h:
39780         * ext/musicbrainz/Makefile.am:
39781         Add a trm plugin
39782
39783 2004-01-18  Julien MOUTTE  <julien@moutte.net>
39784
39785         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
39786         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
39787         synchronous property for debugging.
39788         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
39789         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39790         (gst_xvimagesink_set_property): Moving a pointer declaration to a
39791         smaller block, fixing indent.
39792
39793 2004-01-16  David Schleef  <ds@schleef.org>
39794
39795         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
39796         property affects the video stream.
39797         * sys/xvimage/xvimagesink.c:
39798         * sys/xvimage/xvimagesink.h:
39799         Add synchronous property for debugging.  Should probably be
39800         disabled in non-CVS builds.  Make sure that the Xv attribute
39801         exists before we set it (crash!).  Fix a silly float bug that
39802         caused colorbalance to just not work.
39803
39804 2004-01-17  Christian Schaller <Uraeus@gnome.org>
39805
39806         * tools/gst-launch-ext.in - update for new plugins
39807
39808 2004-01-16  David Schleef  <ds@schleef.org>
39809
39810         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
39811         already-freed caps.
39812
39813 2994-01-16  Christian Schaller <Uraeus@gnome.org>
39814
39815         * Update spec for new colorspace plugin and libcaca plugin
39816         * Fix compilation of libcaca plugin (clock -> id)
39817
39818 2004-01-16  Julien MOUTTE <julien@moutte.net>
39819
39820         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
39821         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
39822         (gst_xvimagesink_set_xwindow_id),
39823         (gst_xvimagesink_colorbalance_set_value),
39824         (gst_xvimagesink_colorbalance_get_value),
39825         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
39826         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
39827         correct colorbalance properties. They can now be set when the element
39828         is still in NULL state. The values will be committed to the Xv Port
39829         when xcontext is initialized.
39830         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
39831         brightness int values in the GstXvImagesink structure.
39832
39833 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39834
39835         * gst-libs/gst/Makefile.am:
39836           restructure so having local patches works easier.
39837
39838 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39839
39840         * ext/mpeg2enc/Makefile.am:
39841         * ext/mpeg2enc/gstmpeg2enc.cc:
39842         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39843           Bugfix with respect to EOS handling.
39844
39845 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39846
39847         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
39848           Link with right caps (else, it segfaults).
39849         * ext/mplex/gstmplexjob.cc:
39850           Fix for slight API change in 1.6.1.93 release of mjpegtools.
39851
39852 2004-01-15  David Schleef  <ds@schleef.org>
39853
39854         * gst-libs/gst/audio/Makefile.am:
39855         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
39856         from the template.
39857         * gst-libs/gst/audio/gstaudiofilter.c:
39858         * gst-libs/gst/audio/gstaudiofilter.h:
39859         Add bytes_per_sample and size and n_samples calculation.
39860         * gst-libs/gst/audio/gstaudiofilterexample.c:
39861         Remove, now autogenerated.
39862         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
39863         Moved from gstaudiofilterexample, object name changed, code added
39864         so that it actually works.
39865         * gst-libs/gst/audio/make_filter:
39866         Script to build an audiofilter subclass from the template.
39867         * gst/colorspace/Makefile.am:
39868         * gst/colorspace/yuv2yuv.c:
39869         Remove file, since it's GPL, and we don't use it.
39870
39871 2004-01-15  Julien MOUTTE  <julien@moutte.net>
39872
39873         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39874         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
39875         them use the buffer free function to test how the buffer was allocated.
39876
39877 2004-01-15  David Schleef  <ds@schleef.org>
39878
39879         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
39880         that handles osssink fallback.
39881         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
39882         (gst_audio_convert_getcaps):
39883         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
39884         Add audio/x-qdm2 for QDM2 audio.
39885         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
39886         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
39887         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
39888         Decrease minimum size to 16x16.
39889         * gst/wavparse/gstwavparse.c:
39890         Convert disabled pad template caps to new caps.
39891         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
39892         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39893         (gst_xvimagesink_chain): Throw element error when display cannot
39894         be opened.  Increase minimum framerate to 1.0.  Check the data
39895         free function on a buffer to make sure it is the type we expect
39896         before manipulating it.
39897
39898 2004-01-15  Julien MOUTTE <julien@moutte.net>
39899
39900         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
39901         (gst_videobalance_colorbalance_set_value): Implement passthru if
39902         settings are in the middle.
39903         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
39904
39905 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39906
39907         * gst/videofilter/Makefile.am:
39908         * gst/volume/Makefile.am:
39909           Since we use videofilter symbols, link to it.
39910
39911 2004-01-15  Julien MOUTTE <julien@moutte.net>
39912
39913         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
39914         mixer interface type to HARDWARE.
39915         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
39916         type to SOFTWARE.
39917         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
39918         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
39919         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
39920         (gst_volume_interface_init), (gst_volume_list_tracks),
39921         (gst_volume_set_volume), (gst_volume_get_volume),
39922         (gst_volume_set_mute), (gst_volume_mixer_init),
39923         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
39924         (volume_init): Implementing mixer interface.
39925         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
39926         * sys/oss/gstosselement.c: (gst_osselement_get_type),
39927         (gst_osselement_change_state): Removing some trailing commas in
39928         structures.
39929         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
39930         interface type to HARDWARE.
39931         * sys/v4l/gstv4lcolorbalance.c:
39932         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
39933         type to HARDWARE.
39934         * sys/v4l2/gstv4l2colorbalance.c:
39935         (gst_v4l2_color_balance_interface_init): Setting colorbalance
39936         interface type to HARDWARE.
39937         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
39938         same code than ximagesink for event handling.
39939
39940 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39941
39942         * ext/snapshot/Makefile.am:
39943         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
39944         (gst_snapshot_chain):
39945         * ext/snapshot/gstsnapshot.h:
39946           This has to be a joke... Snapshot should be connected to a tee,
39947           colorspace element before it and EOS after that, where the other
39948           src of the tee receives normal data.
39949           The current way is *wrong*.
39950
39951 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39952
39953         * ext/hermes/gsthermescolorspace.c:
39954           Fix another compile error. Same as below.
39955
39956 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39957
39958         * gst/colorspace/gstcolorspace.c:
39959         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
39960         (gst_colorspace_i420_to_yv12):
39961           Fix compiling... Didn't test if it actually works.
39962
39963 2004-01-15  David Schleef  <ds@schleef.org>
39964
39965         * configure.ac:
39966         * gst/colorspace/Makefile.am:
39967         * gst/colorspace/gstcolorspace.c:
39968         * gst/colorspace/gstcolorspace.h:
39969         * gst/colorspace/yuv2rgb.c:
39970         * gst/colorspace/yuv2rgb.h:
39971         Duplicate the ext/hermes colorspace plugin, and remove Hermes
39972         code and GPL code.  Fix for new caps negotiation.  Rewrite
39973         much of the format handling code, and some of the conversion
39974         code.  Basically, rewrote almost everything.  This element
39975         handles I420, YV12 to RGB conversions.
39976         * ext/hermes/Makefile.am:
39977         * ext/hermes/gsthermescolorspace.c:
39978         Rename colorspace to hermescolorspace.  Fix negotiation issues.
39979         Remove non-Hermes related code.  This element handles lots of
39980         RGB to RGB conversions, but no YUV.
39981         * ext/hermes/gstcolorspace.c:
39982         * ext/hermes/gstcolorspace.h:
39983         * ext/hermes/rgb2yuv.c:
39984         * ext/hermes/yuv2rgb.c:
39985         * ext/hermes/yuv2rgb.h:
39986         * ext/hermes/yuv2rgb_mmx16.s:
39987         * ext/hermes/yuv2yuv.c:
39988         * ext/hermes/yuv2yuv.h:
39989         Remove old code.
39990
39991 2004-01-14  Colin Walters  <walters@verbum.org>
39992
39993         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
39994         they've already been.
39995
39996 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39997
39998         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
39999           assume tag mode when pad is not connected
40000
40001 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40002
40003         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
40004           Don't update the time of the clock
40005         (gst_alsa_sink_loop):
40006           sync to the clock given to alsasink, not the own clock
40007         * sys/oss/gstosssink.c: (gst_osssink_chain):
40008           sync to the clock
40009         (gst_osssink_change_state):
40010           activate the clock
40011         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40012         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
40013           remove bogus code that made DISCONT events unhandled
40014         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
40015           explicitly case to double in _set_simple. (fixes 2nd warning in bug
40016           #131502)
40017         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
40018         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
40019         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
40020           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
40021           2nd warning in bug #131502)
40022
40023 2004-01-14  Julien MOUTTE  <julien@moutte.net>
40024
40025         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
40026         (gst_videobalance_colorbalance_set_value),
40027         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
40028         for colorbalance interface implementation.
40029         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
40030         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
40031         (gst_ximagesink_dispose), (gst_ximagesink_init),
40032         (gst_ximagesink_class_init): Adding DISPLAY property.
40033         * sys/ximage/ximagesink.h: Adding display_name to store display.
40034         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40035         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
40036         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
40037         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
40038         properties (they still need polishing though for gst-launch use : no
40039         xcontext yet, i ll do that tomorrow).
40040         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
40041
40042 2004-01-14  Julien MOUTTE  <julien@moutte.net>
40043
40044         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
40045         (gst_play_set_location), (gst_play_set_visualization): Preparing
40046         switch integration, adding videobalance in the pipeline.
40047
40048 2004-01-14  Julien MOUTTE <julien@moutte.net>
40049
40050         * gst-libs/gst/colorbalance/colorbalance.c:
40051         (gst_color_balance_class_init): Adding a default type.
40052         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
40053         the type.
40054         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
40055         (gst_videobalance_dispose), (gst_videobalance_class_init),
40056         (gst_videobalance_init), (gst_videobalance_interface_supported),
40057         (gst_videobalance_interface_init),
40058         (gst_videobalance_colorbalance_list_channels),
40059         (gst_videobalance_colorbalance_set_value),
40060         (gst_videobalance_colorbalance_get_value),
40061         (gst_videobalance_colorbalance_init): Implementing colorbalance
40062         interface.
40063         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
40064         list.
40065         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
40066         bug which was triggering a BadAccess X error when setting an overlay
40067         before pad was really negotiated.
40068         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
40069         Using the colorbalance type macro.
40070
40071 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40072
40073         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
40074         (gst_flacenc_chain):
40075           handle tags correctly
40076         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
40077           extract ID3v1 tags correctly
40078
40079 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40080
40081         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
40082         (plugin_init):
40083           Improve matroska typefinding for odd-typed headers...
40084
40085 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40086
40087         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
40088           Fix for using incremental number on padnames.
40089
40090 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40091
40092         * ext/divx/gstdivxdec.c:
40093         * ext/divx/gstdivxenc.c:
40094           Set category to divx4linux instead of divx (too generic).
40095         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40096         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
40097         (gst_wavparse_loop), (gst_wavparse_change_state):
40098         * gst/wavparse/gstwavparse.h:
40099           fix parsing of WAV files with non-standard fmt-tag size and fix
40100           skipping of unrecognized chunks... Someone please fix this thing
40101           to use rifflib so all this is automated.
40102         * sys/v4l/Makefile.am:
40103         * sys/v4l2/Makefile.am:
40104           Add X_CFLAGS because we depend on X (for overlay).
40105
40106 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
40107
40108         * ext/mpeg2dec/gstmpeg2dec.c:
40109           Don't issue a timestamp unless we tagged the frame
40110           with a PTS.
40111
40112 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40113
40114         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
40115           Query the audio element to get the time, not the clock. We're
40116           interested in the element's time here.
40117
40118 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40119
40120         * ext/aalib/gstaasink.c: (gst_aasink_chain):
40121         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
40122         * ext/esd/esdsink.c: (gst_esdsink_chain):
40123         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
40124         * ext/mas/massink.c: (gst_massink_chain):
40125         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
40126         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
40127         (gst_matroska_demux_parse_metadata):
40128         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
40129         (gst_mpeg_parse_release_locks):
40130         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
40131         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
40132         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40133         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
40134         (gst_osssink_change_state):
40135         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
40136         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40137         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
40138         (gst_xvideosink_release_locks):
40139         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
40140           use element time.
40141         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
40142         (gst_alsa_clock_stop):
40143         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
40144         (gst_audio_clock_get_internal_time):
40145           simplify for use with new clocking code.
40146         * testsuite/alsa/Makefile.am:
40147         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
40148           fix testsuite for new caps system
40149
40150 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40151
40152         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
40153         * ext/flac/gstflacenc.c: (add_one_tag):
40154           length is already host endian, no need to convert. Fixes playback of
40155           tagged files on PPC. (bug #128384)
40156
40157 2004-01-13  Julien MOUTTE <julien@moutte.net>
40158
40159         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
40160         colorbalance interface stating if it is hardware based or software
40161         based.
40162         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
40163         Removing a trailing comma.
40164         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40165         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
40166         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
40167         the documentation seems to be wrong on the -1000 to 1000 interval.
40168
40169 2004-01-12  David Schleef  <ds@schleef.org>
40170
40171         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
40172         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
40173         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
40174         Fix negotiation.  Add a bufferalloc function for the sink pad,
40175         and generally clean up some of the code.
40176
40177 2004-01-12  Julien MOUTTE <julien@moutte.net>
40178
40179         * gst-libs/gst/colorbalance/colorbalancechannel.c:
40180         (gst_color_balance_channel_dispose): Adding safety check in dispose
40181         method.
40182         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40183         (gst_xvimagesink_xcontext_clear),
40184         (gst_xvimagesink_interface_supported),
40185         (gst_xvimagesink_colorbalance_list_channels),
40186         (gst_xvimagesink_colorbalance_set_value),
40187         (gst_xvimagesink_colorbalance_get_value),
40188         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
40189         Adding colorbalance interface support to set XV parameters such as
40190         HUE, BRIGHTNESS, CONTRAST, SATURATION.
40191         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
40192         interface.
40193
40194 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40195
40196         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
40197         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
40198         (gst_audio_convert_init), (gst_audio_convert_set_property),
40199         (gst_audio_convert_get_property), (gst_audio_convert_chain),
40200         (gst_audio_convert_link),
40201         (gst_audio_convert_buffer_to_default_format),
40202         (gst_audio_convert_buffer_from_default_format), (plugin_init):
40203           - implement _getcaps and use it
40204           - improve linking
40205           - remove float caps since no float conversion is actually done
40206           - remove properties and arguments that were to be used for rate
40207             conversion
40208
40209 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40210
40211         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
40212         (gst_audio_structure_set_int):
40213         * gst-libs/gst/audio/audio.h:
40214           add helper functions for _getcaps matching the standard audio
40215           templates
40216
40217 2004-01-12  David Schleef  <ds@schleef.org>
40218
40219         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
40220         Test that pad is negotiated before getting its caps.
40221
40222 2004-01-12  Julien MOUTTE <julien@moutte.net>
40223
40224         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
40225         analyzing the pads of an element the bin is mostly in READY state so
40226         no caps were negotiated. This helper function needs to work with
40227         _get_caps directly then. I was not freeing them though, added that to
40228         fix the mem leak.
40229
40230 2004-01-12  Julien MOUTTE <julien@moutte.net>
40231
40232         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40233         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
40234         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
40235         than the free_func.
40236
40237 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40238
40239         * sys/oss/gstossaudio.c: (plugin_init):
40240         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
40241         * sys/oss/gstosselement.h:
40242           make an oss debugging category
40243           make failure more descriptive
40244
40245 2004-01-11  David Schleef  <ds@schleef.org>
40246
40247         * ext/ffmpeg/gstffmpeg.c:
40248         * ext/ffmpeg/gstffmpegcodecmap.c:
40249         * ext/ffmpeg/gstffmpegdec.c:
40250         * ext/ffmpeg/gstffmpegenc.c:
40251         * ext/ffmpeg/gstffmpegprotocol.c:
40252         * ext/gdk_pixbuf/gstgdkanimation.c:
40253         * ext/jpeg/gstjpeg.c:
40254         * ext/libpng/gstpng.c:
40255         * ext/mpeg2dec/perftest.c:
40256         * ext/speex/gstspeex.c:
40257         * gst-libs/gst/resample/dtos.c:
40258         * gst/intfloat/gstintfloatconvert.c:
40259         * gst/oneton/gstoneton.c:
40260         * gst/rtjpeg/RTjpeg.c:
40261         * gst/rtp/gstrtp.c:
40262         * sys/dxr3/dxr3init.c:
40263         * sys/glsink/gstgl_nvimage.c:
40264         * sys/glsink/gstgl_pdrimage.c:
40265         * sys/glsink/gstglsink.c:
40266         * testsuite/gst-lint:
40267         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
40268
40269 2004-01-11  David Schleef  <ds@schleef.org>
40270
40271         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
40272         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
40273         * ext/gdk_pixbuf/gstgdkanimation.c:
40274         (gst_gdk_animation_iter_create_pixbuf):
40275         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
40276         (gst_gdk_pixbuf_chain):
40277         * ext/gdk_pixbuf/gstgdkpixbuf.h:
40278         * ext/jack/gstjack.c: (gst_jack_change_state):
40279         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
40280         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
40281         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
40282         * gst/videofilter/gstvideofilter.c:
40283         (gst_videofilter_set_output_size):
40284         Remove all usage of gst_pad_get_caps(), and replace it with
40285         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
40286
40287 2004-01-11  David Schleef  <ds@schleef.org>
40288
40289         * configure.ac:
40290         * ext/Makefile.am: Fixes to make ext/libcaca compile.
40291         * ext/divx/gstdivxdec.c:
40292         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
40293         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
40294         handle images that span multiple buffers.  Now work with both
40295         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
40296         * ext/gdk_pixbuf/gstgdkpixbuf.h:
40297         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
40298         video/video.h changes
40299         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
40300         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40301         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
40302         of GstData free function.
40303         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
40304         same.
40305
40306 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40307
40308         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
40309         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
40310         (gst_v4l2element_get_property):
40311         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
40312           add norm, channel and frequency properties.
40313         * sys/v4l2/gstv4l2tuner.c:
40314           fixes for tuner interface changes
40315         * sys/v4l2/gstv4l2element.h:
40316         * sys/v4l2/gstv4l2src.c:
40317         * sys/v4l2/gstv4l2src.h:
40318         * sys/v4l2/v4l2src_calls.c:
40319         * sys/v4l2/v4l2src_calls.h:
40320           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
40321
40322 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40323
40324         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
40325         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
40326         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
40327         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
40328         * gst-libs/gst/tuner/tuner.h:
40329           GObjects aren't const.
40330           Add find_by_name functions.
40331           Add checks to _changed functions.
40332         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
40333         (gst_v4l_tuner_get_norm):
40334           Fixes for above.
40335
40336 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40337
40338         * gst-libs/gst/video/video.h:
40339           Fix caps template names to be understandable.
40340           Prefix everything with GST_VIDEO.
40341         * ext/aalib/gstaasink.c:
40342         * ext/divx/gstdivxdec.c:
40343         * ext/divx/gstdivxenc.c:
40344         * ext/gdk_pixbuf/gstgdkpixbuf.c:
40345         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
40346         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
40347         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
40348         * ext/libcaca/gstcacasink.c:
40349         * ext/libpng/gstpngenc.c: (raw_caps_factory):
40350         * ext/snapshot/gstsnapshot.c:
40351         * ext/swfdec/gstswfdec.c:
40352         * ext/xvid/gstxviddec.c:
40353         * ext/xvid/gstxvidenc.c:
40354         * gst/chart/gstchart.c:
40355         * gst/deinterlace/gstdeinterlace.c:
40356         * gst/effectv/gsteffectv.c:
40357         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
40358         * gst/goom/gstgoom.c:
40359         * gst/median/gstmedian.c:
40360         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
40361         (gst_monoscope_srcconnect), (gst_monoscope_chain):
40362         * gst/overlay/gstoverlay.c:
40363         * gst/smooth/gstsmooth.c:
40364         * gst/smpte/gstsmpte.c:
40365         * gst/synaesthesia/gstsynaesthesia.c:
40366         * gst/videocrop/gstvideocrop.c:
40367         * gst/videodrop/gstvideodrop.c:
40368         * gst/y4m/gsty4mencode.c:
40369         * sys/qcam/gstqcamsrc.c:
40370         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
40371           Make them work with new video.h file.
40372         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40373         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40374         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40375         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40376           Make it work with new buffer allocation system.
40377
40378 2004-01-11  Julien MOUTTE  <julien@moutte.net>
40379
40380         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
40381         pad_alloc_buffer implementation to use ->srcpad
40382         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
40383         pad_alloc_buffer implementation to use ->srcpad
40384         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
40385         pad_alloc_buffer implementation to use ->srcpad
40386         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
40387         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
40388         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40389         a reference to everything we need.
40390         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
40391         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
40392         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
40393         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40394         a reference to everything we need.
40395         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
40396
40397 2004-01-11  David Schleef  <ds@schleef.org>
40398
40399         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
40400         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
40401         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
40402         structure members.
40403         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
40404         value during a resize/renegotiation.
40405         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
40406         gst_pad_alloc_buffer();
40407         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40408         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
40409         structure members.
40410         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
40411         Fix for rename of buffer private structure members.
40412         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40413         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40414         Fix for rename of buffer private structure members.
40415         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40416         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40417         Fix for rename of buffer private structure members.
40418
40419 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
40420
40421         reviewed by: David Schleef <ds@schleef.org>
40422
40423         * gst/videofilter/Makefile.am:
40424         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
40425         from the patch by ds to fit in with recent make_filter changes.
40426
40427 2004-01-11  Julien MOUTTE  <julien@moutte.net>
40428
40429         * configure.ac: Adding examples/switch/Makefile
40430         * examples/Makefile.am: Adding examples/switch
40431         * examples/switch/Makefile.am: Adding switcher example.
40432         * examples/switch/switcher.c: (got_eos), (idle_iterate),
40433         (switch_timer), (main): Adding an example demonstrating switch usage
40434         with 2 videotestsrc showing different patterns.
40435         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
40436         (gst_switch_init): Fixing switch with the new caps system.
40437
40438 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40439
40440         * gst-libs/gst/video/video.h:
40441           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
40442           They should probably be like
40443           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
40444
40445 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40446
40447         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
40448         (qtdemux_parse_trak):
40449           fix audio chunk size/timestamp calculation
40450
40451 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40452
40453         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
40454           fix SVQ3 caps
40455
40456 2004-01-11  Steve Baker  <steve@stevebaker.org>
40457
40458         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
40459         (gst_agingtv_base_init), (gst_agingtv_class_init),
40460         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
40461         (gst_agingtv_set_property), (gst_agingtv_get_property):
40462         Port agingTV to videofilter
40463
40464 2004-01-09  Julien MOUTTE <julien@moutte.net>
40465
40466         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
40467         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40468
40469 2004-01-09  Julien MOUTTE <julien@moutte.net>
40470
40471         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
40472         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40473         * gst-libs/gst/xoverlay/xoverlay.c:
40474         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
40475         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
40476         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40477         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40478         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40479         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40480         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
40481         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
40482         the bufferalloc_function to replace bufferpools, fixing the XOverlay
40483         interface implementation to handle xid being 0 and fix some bugs
40484         triggered by Benjamin's testcase.
40485         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40486         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
40487         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
40488         the bufferalloc_function to replace bufferpools, fixing the XOverlay
40489         interface implementation to handle xid being 0 and fix some bugs
40490         triggered by Benjamin's testcase.
40491
40492 2004-01-09  David Schleef  <ds@schleef.org>
40493
40494         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
40495         mouse pointer events.  It works.
40496
40497 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40498
40499         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
40500           Use explicit caps - fix capsnego.
40501         * ext/xvid/gstxviddec.c:
40502         * ext/xvid/gstxvidenc.c:
40503           Remove macro-inside-macro which caused compile errors.
40504         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
40505           Error out if it's not a RIFF file. Else we error out without
40506           gst_element_error() which is not good...
40507
40508 2004-01-08  David Schleef  <ds@schleef.org>
40509
40510         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
40511         Fix pad_link function to handle formats that ffmpeg returns
40512         as multiple caps structures.
40513         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
40514         Only complain if source buffer is _smaller_ than expected.
40515         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
40516         (gst_videoscale_handle_src_event): Resize navigation events
40517         when passing them upstream.
40518         * gst/videotestsrc/gstvideotestsrc.c:
40519         * gst/videotestsrc/gstvideotestsrc.h:
40520         * gst/videotestsrc/videotestsrc.c:
40521         * gst/videotestsrc/videotestsrc.h:
40522         Rewrite many of the buffer painting functions to handle odd
40523         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
40524         been verified to work with my video card.
40525         * testsuite/gst-lint:  Add check for elements calling
40526         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
40527
40528 2004-01-08  David Schleef  <ds@schleef.org>
40529
40530         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
40531         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
40532
40533 2004-01-08  Julien MOUTTE  <julien@moutte.net>
40534
40535         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
40536         configure event is not emiting the desired size signal. That fixes
40537         aspect ratio issues with gst-player.
40538
40539 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40540
40541         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
40542           Fix capsnego.
40543
40544 2004-01-08  Julien MOUTTE  <julien@moutte.net>
40545
40546         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
40547         public method to fire size signal.
40548
40549 2004-01-07  Julien MOUTTE  <julien@moutte.net>
40550
40551         * examples/gstplay/Makefile.am: Adding the interface library.
40552         * gst-libs/gst/play/Makefile.am: Adding the interface library.
40553         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
40554         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
40555         GST_IS_X_OVERLAY before signal connect.
40556         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
40557         Removing the have_video_size signal.
40558         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
40559         and associated public method.
40560         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
40561         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
40562         signal.
40563         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
40564         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
40565         signal.
40566         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
40567         Using XOverlay public method to fire size signal.
40568
40569 2004-01-07  David Schleef  <ds@schleef.org>
40570
40571         * gst/videofilter/Makefile.am:
40572         * gst/videofilter/gstvideotemplate.c:
40573         * gst/videofilter/make_filter:
40574         Create gstvideoexample.c in a srcdir!=builddir friendly way.
40575         Convert make_filter to /bin/sh script.
40576
40577 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
40578
40579         * gst/modplug/gstmodplug.cc: fix element description
40580
40581 2004-01-07  Julien MOUTTE  <julien@moutte.net>
40582
40583         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
40584         (got_video_size): Adding some new lines in g_print calls.
40585         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
40586         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
40587         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
40588         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
40589         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
40590         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
40591         Complete code review, reverting some stuff i disagree with, adding
40592         some fixes : time synchronization on invalid timestamps, renegotiation
40593         of private window.
40594         * sys/ximage/ximagesink.h:
40595         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
40596         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
40597         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
40598         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
40599         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
40600         (gst_xvimagesink_buffer_new),
40601         (gst_xvimagesink_navigation_send_event),
40602         (gst_xvimagesink_set_xwindow_id),
40603         (gst_xvimagesink_get_desired_size),
40604         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
40605         stuff i disagree with, adding some fixes : Renegotiation of private
40606         window, implementing get_desired_size.
40607
40608 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40609
40610         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
40611         (gst_afsink_handle_event):
40612         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
40613         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
40614         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
40615         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
40616         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
40617           Fix for instantiate-test (see core). Also remove dead code from
40618           jpegenc (which still needs fixing, but that's lower on my TODO
40619           list...).
40620         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
40621           Never return NULL as caps.
40622
40623 2004-01-07  David Schleef  <ds@schleef.org>
40624
40625         * configure.ac:
40626         * ext/Makefile.am:
40627         * ext/librfb/Makefile.am:
40628         * ext/librfb/gstrfbsrc.c:
40629         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
40630         is the protocol used by VNC.
40631
40632 2004-01-07  David Schleef  <ds@schleef.org>
40633
40634         * gst/videofilter/gstvideotemplate.c:
40635         * gst/videofilter/gstvideotemplate.h:
40636         * gst/videofilter/make_filter:
40637         Merge videotemplate header into source file.
40638         * gst/effectv/Makefile.am:
40639         * gst/effectv/gsteffectv.c: (plugin_init):
40640         * gst/effectv/gstwarp.c:
40641         Make warpTV a subclass of videofilter.
40642
40643 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40644
40645         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
40646           Add guard against invalid utf-8 conversions in mad. Just in case.
40647
40648 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40649
40650         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
40651           Fix for bug shown by poisoning
40652
40653 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40654
40655         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40656         (gst_v4lmjpegsrc_buffer_free):
40657         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
40658         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
40659         (gst_v4lsrc_buffer_free):
40660           Fix for removed bufferpools.
40661
40662 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
40663
40664         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
40665         Fix caps negotiation.
40666
40667         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
40668         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
40669         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
40670         (dvdnavsrc_event):
40671         * ext/mpeg2dec/gstmpeg2dec.c:
40672         * gst-libs/gst/navigation/navigation.c:
40673         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
40674         * gst-libs/gst/navigation/navigation.h:
40675         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
40676         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
40677         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
40678         Super-simple first version of mouse and keyboard events. Clicking
40679         on a DVD menu now works, although it may not take you where you
40680         expected.
40681
40682         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
40683         * gst/videotestsrc/gstvideotestsrc.c:
40684         (gst_videotestsrc_src_fixate):
40685         These fixate functions were broken - they never actually
40686         fixated :)
40687
40688 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40689
40690         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
40691         (gst_icecastsend_init):
40692           fix for new caps system.
40693         * gst-libs/gst/mixer/mixertrack.h:
40694         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
40695           Add 'master track' flag (for tools like ACME that only want to
40696           change the main volume).
40697
40698 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
40699
40700         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
40701         (gst_xvid_csp_to_caps):
40702         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
40703         * ext/xvid/gstxvidenc.c:
40704         ifdef out ARGB type when it isn't available
40705         in xvidcore 1.0.0beta2
40706
40707 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40708
40709         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
40710           When we have received a new SCR right in the first buffer after
40711           a seek (so in the same cycle that handles the discont), we should
40712           handle the buffer instead of unreffing it, else we lose data.
40713
40714 2004-01-06  Iain <iain@prettypeople.org>
40715
40716         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
40717           buffer-frames caps too.
40718
40719         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
40720           caps that we need, don't destroy them all and rebuild them. And when
40721           creating src pads, use the src pad template rather than the sink...
40722
40723 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40724
40725         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
40726           Add pad to element *after* setting functions such as event handler.
40727           Without this, the scheduler (opt) will link pads, set the event
40728           handler from the default event function (dispatcher in gstpad.c)
40729           and *after* that, we will set our own event function, which will
40730           thus never be used (and thus mpegdemux doesn't handle events).
40731
40732 2004-01-04  David Schleef  <ds@schleef.org>
40733
40734         Fix the fixate functions to handle new prototype:
40735         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
40736         * gst/videotestsrc/gstvideotestsrc.c:
40737         (gst_videotestsrc_src_fixate):
40738         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
40739         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
40740         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
40741
40742 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40743
40744         * sys/ximage/ximagesink.h:
40745         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
40746         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
40747         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
40748         (gst_ximagesink_xoverlay_init):
40749           assorted fixes to make (re)embedding work
40750         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
40751         (gst_ximagesink_get_desired_size):
40752           implement desired size additions to XOverlay
40753
40754 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40755
40756         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
40757         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
40758         (gst_x_overlay_got_desired_size):
40759         * gst-libs/gst/xoverlay/xoverlay.h:
40760           Add optional "desired size" signal and querying.
40761
40762 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40763
40764         * gst/matroska/matroska-demux.c:
40765         (gst_matroska_demux_parse_blockgroup):
40766           Fix EBML-laced block parsing. Diffs are relative to previous
40767           lace, not the first lace. Thanks to Mosu from the Matroska
40768           team for detecting this.
40769         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40770         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
40771         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
40772         (gst_wavparse_change_state):
40773         * gst/wavparse/gstwavparse.h:
40774           Quickfix for capsnego.
40775
40776 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40777
40778         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
40779           Fix indenting, fix pad creation.
40780
40781 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40782
40783         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
40784         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
40785         (gst_xviddec_sink_link):
40786           Implement src_getcaps() so proper size caps is negotiated.
40787
40788 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40789
40790         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
40791           Finish flac decoder on EOS. See #116178.
40792
40793 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40794
40795         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
40796         (gst_matroska_demux_add_stream):
40797         * gst/matroska/matroska-ids.h:
40798           Add getcaps() function to fix capsnego...
40799
40800 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40801
40802         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
40803         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
40804         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
40805           Fix more integer overflows. Again, see #126967.
40806
40807 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40808
40809         * ext/mpeg2dec/gstmpeg2dec.c:
40810           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
40811           #130416.
40812
40813 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40814
40815         * configure.ac:
40816         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
40817         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
40818         * ext/xvid/gstxvid.h:
40819         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
40820         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
40821         (gst_xviddec_src_link), (gst_xviddec_sink_link),
40822         (gst_xviddec_change_state):
40823         * ext/xvid/gstxviddec.h:
40824         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
40825         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
40826         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
40827         (gst_xvidenc_link), (gst_xvidenc_set_property),
40828         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
40829         * ext/xvid/gstxvidenc.h:
40830           Update xvid plugin to latest xvid (1.0.0-beta3) API.
40831
40832 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40833
40834         * gst/rtp/rtp-packet.c:
40835           Add sys/types.h include, since OS X doesn't define in_addr_t
40836           in netinet/in.h, like it does on Linux (see #129600).
40837
40838 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
40839
40840         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
40841
40842         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
40843           Correct logic of dispose function (see #129306).
40844
40845 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40846
40847         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
40848         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
40849         (gst_mpeg_parse_init):
40850         * gst/mpegstream/gstmpegparse.h:
40851           Remove clock (which was never provided, i.e. dead code), and
40852           also fix integer overflows at high PTS values (see #126967).
40853
40854 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40855
40856         * ext/flac/gstflacdec.c:
40857         * ext/libpng/gstpngenc.h:
40858         * ext/mikmod/gstmikmod.h:
40859           OS X fixes (see #126628).
40860
40861 2004-01-02  David Schleef  <ds@schleef.org>
40862
40863         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
40864         (gst_alsa_src_base_init): Remove bogus "src" request pad.
40865         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
40866         (gst_mpeg_parse_class_init): Move pad template registration
40867         to class_init, since the derived class (mpegdemux) doesn't
40868         want them.
40869
40870 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40871
40872         * sys/ximage/Makefile.am:
40873         * sys/xvideo/Makefile.am:
40874         * sys/xvimage/Makefile.am:
40875           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
40876           after installation (see #127664).
40877
40878 2004-01-02  David Schleef  <ds@schleef.org>
40879
40880         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
40881         (gst_ffmpegenc_connect):  Negotiation fixes.
40882         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
40883         Remove inappropriate gst_caps_free().
40884         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
40885         Reenable Ronald's internal resize code, since the core handles
40886         it correctly now.
40887
40888 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40889
40890         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
40891         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
40892         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
40893           Fix pad template stuff.
40894
40895 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40896
40897         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
40898         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
40899           fix signed integer reading/writing.
40900
40901 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40902
40903         * ext/alsa/README:
40904           Remove outdated document
40905
40906 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
40907
40908         * gst/cutter/gstcutter.c: (gst_cutter_init):
40909           src pad was being created twice - oops.
40910
40911 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40912
40913         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
40914           Comment out internal resize. It doesn't handle the resulting
40915           XEvent internally, does another try_set_caps() which leads to
40916           a really nice loop.
40917           Real fix will come when Julien and Dave are awake. ;).
40918
40919 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40920
40921         * ext/mpeg2enc/gstmpeg2enc.cc:
40922           fix const/nonconst compile issue.
40923
40924 2004-01-02  David Schleef  <ds@schleef.org>
40925
40926         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
40927         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
40928         Add fixate function and a check for bad formats.
40929
40930 2004-01-01  David Schleef  <ds@schleef.org>
40931
40932         Negotiation fixes:
40933         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
40934         (gst_audiofilter_init):
40935         * gst/debug/efence.c: (gst_efence_init):
40936         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
40937         (gst_deinterlace_init):
40938         * gst/volume/gstvolume.c: (volume_connect):
40939
40940 2004-01-01  David Schleef  <ds@schleef.org>
40941
40942         Convert elements to use gst_pad_use_explicit_caps() where
40943         appropriate:
40944         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
40945         * ext/audiofile/gstafparse.c: (gst_afparse_init),
40946         (gst_afparse_open_file):
40947         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
40948         (gst_afsrc_open_file):
40949         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
40950         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
40951         (gst_ffmpegdec_chain):
40952         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
40953         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
40954         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
40955         (gst_gdk_pixbuf_chain):
40956         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
40957         (gst_jpegdec_chain):
40958         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
40959         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
40960         (gst_mikmod_negotiate):
40961         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
40962         (gst_mpeg2dec_negotiate_format):
40963         * ext/mpeg2enc/gstmpeg2enc.cc:
40964         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
40965         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
40966         (gst_speexdec_sinkconnect):
40967         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
40968         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
40969         (gst_vorbisfile_new_link):
40970         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
40971         (gst_ac3parse_chain):
40972         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
40973         (gst_asf_demux_setup_pad):
40974         * gst/auparse/gstauparse.c: (gst_auparse_init),
40975         (gst_auparse_chain):
40976         * gst/id3/gstid3types.c: (gst_id3types_loop):
40977         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
40978         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
40979         (mp1videoparse_parse_seq):
40980         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
40981         (bpf_from_header):
40982         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
40983         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
40984         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
40985         (gst_mpeg_parse_send_data):
40986         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
40987         (gst_qtdemux_add_stream):
40988         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
40989         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40990         (gst_wavparse_parse_fmt):
40991
40992 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40993
40994         * configure.ac:
40995           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
40996           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
40997           it therefore uses the wrong include paths. Too bad... Note
40998           that 1.6.1.93 is not release yet. ;).
40999           Also add a check for mplex, which is now using the lib'ified
41000           mplex from mjpegtools, too.
41001         * ext/ffmpeg/gstffmpegcodecmap.c:
41002           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
41003           issues. I don't think ffmpeg handles 3ivx correctly, so this
41004           probably won't work. But it won't hurt either.
41005         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
41006         (gst_ffmpegdec_chain):
41007         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
41008         (gst_ffmpegenc_chain_audio):
41009           Fix memleak in audio encoding. Close codec if open fails, this
41010           calls the cleanup routines so we can re-use the context.
41011         * ext/mpeg2enc/gstmpeg2enc.cc:
41012           Fix pad template names/types, fix memory issue with getcaps().
41013         * ext/mpeg2enc/gstmpeg2encoder.cc:
41014         * ext/mpeg2enc/gstmpeg2encoder.hh:
41015           Fix compile issue with new caps system (const thingy).
41016         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
41017         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
41018           We read a first frame right on initing, so that we have a caps
41019           when we init the output. This caps is cached in padprivate and
41020           read as first frame.
41021         * ext/mplex/Makefile.am:
41022         * ext/mplex/gstmplex.cc:
41023         * ext/mplex/gstmplex.h:
41024         * ext/mplex/gstmplex.hh:
41025         * ext/mplex/gstmplexibitstream.cc:
41026         * ext/mplex/gstmplexibitstream.hh:
41027         * ext/mplex/gstmplexjob.cc:
41028         * ext/mplex/gstmplexjob.hh:
41029         * ext/mplex/gstmplexoutputstream.cc:
41030         * ext/mplex/gstmplexoutputstream.hh:
41031           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
41032           had issues, didn't do capsnego, supported only a subset of the
41033           mplex features and required a mplex fork in our local CVS. Plus
41034           that it worked agaist a very old mplex version. Rewriting was
41035           faster than updating it.
41036         * gst-libs/ext/Makefile.am:
41037         * gst-libs/ext/mplex/INSTRUCT:
41038         * gst-libs/ext/mplex/Makefile.am:
41039         * gst-libs/ext/mplex/README:
41040         * gst-libs/ext/mplex/TODO:
41041         * gst-libs/ext/mplex/ac3strm_in.cc:
41042         * gst-libs/ext/mplex/audiostrm.hh:
41043         * gst-libs/ext/mplex/audiostrm_out.cc:
41044         * gst-libs/ext/mplex/aunit.hh:
41045         * gst-libs/ext/mplex/bits.cc:
41046         * gst-libs/ext/mplex/bits.hh:
41047         * gst-libs/ext/mplex/buffer.cc:
41048         * gst-libs/ext/mplex/buffer.hh:
41049         * gst-libs/ext/mplex/fastintfns.h:
41050         * gst-libs/ext/mplex/format_codes.h:
41051         * gst-libs/ext/mplex/inputstrm.cc:
41052         * gst-libs/ext/mplex/inputstrm.hh:
41053         * gst-libs/ext/mplex/lpcmstrm_in.cc:
41054         * gst-libs/ext/mplex/mjpeg_logging.cc:
41055         * gst-libs/ext/mplex/mjpeg_logging.h:
41056         * gst-libs/ext/mplex/mjpeg_types.h:
41057         * gst-libs/ext/mplex/mpastrm_in.cc:
41058         * gst-libs/ext/mplex/mpegconsts.cc:
41059         * gst-libs/ext/mplex/mpegconsts.h:
41060         * gst-libs/ext/mplex/mplexconsts.hh:
41061         * gst-libs/ext/mplex/multplex.cc:
41062         * gst-libs/ext/mplex/outputstream.hh:
41063         * gst-libs/ext/mplex/padstrm.cc:
41064         * gst-libs/ext/mplex/padstrm.hh:
41065         * gst-libs/ext/mplex/stillsstream.cc:
41066         * gst-libs/ext/mplex/stillsstream.hh:
41067         * gst-libs/ext/mplex/systems.cc:
41068         * gst-libs/ext/mplex/systems.hh:
41069         * gst-libs/ext/mplex/vector.cc:
41070         * gst-libs/ext/mplex/vector.hh:
41071         * gst-libs/ext/mplex/videostrm.hh:
41072         * gst-libs/ext/mplex/videostrm_in.cc:
41073         * gst-libs/ext/mplex/videostrm_out.cc:
41074         * gst-libs/ext/mplex/yuv4mpeg.cc:
41075         * gst-libs/ext/mplex/yuv4mpeg.h:
41076         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
41077         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
41078           We don't fork mjpegtools' mplex in our CVS anymore.
41079         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
41080         (gst_avi_demux_add_stream):
41081         * gst/avi/gstavidemux.h:
41082           Add getcaps() function for proper caps nego. This makes some
41083           parts of AVI playback/reading work.
41084         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
41085           Resize window on new capsnego. This is probably wrong, but
41086           I'm still committing it because with current capsnego, the
41087           first successfull capsnego is auto-fixated, therefore rounded
41088           down to the lowest values in the caps. this results in a 16x16
41089           XWindow that is not reized when real capsnego finishes.
41090           Dave, I see more cases of this, do you know a proper solution?
41091         * tools/gst-launch-ext.in:
41092           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
41093
41094 2003-12-31  David Schleef  <ds@schleef.org>
41095
41096         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
41097         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
41098           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
41099
41100 2003-12-30  David Schleef  <ds@schleef.org>
41101
41102         * ext/ffmpeg/gstffmpegcolorspace.c:
41103         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
41104         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
41105         (gst_ffmpegcsp_chain): Negotiation fixes
41106         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
41107         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
41108         (gst_audio_convert_link), (gst_audio_convert_channels):
41109         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
41110         (gst_audioscale_link), (gst_audioscale_get_buffer),
41111         (gst_audioscale_chain): Negotiation fixes
41112         * gst/audioscale/gstaudioscale.h:
41113         * gst/videofilter/gstvideofilter.c:
41114         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
41115         (gst_videofilter_link), (gst_videofilter_init),
41116         (gst_videofilter_set_output_size), (gst_videofilter_setup),
41117         (gst_videofilter_find_format_by_structure):
41118         * gst/videofilter/gstvideofilter.h: Negotiation fixes
41119         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
41120         (gst_videoscale_link):
41121         * gst/videoscale/videoscale.c: (videoscale_get_structure),
41122         (videoscale_find_by_structure), (gst_videoscale_setup):
41123         * gst/videoscale/videoscale.h: Negotiation fixes
41124         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
41125         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
41126         function, restrict resizing to a multiple of 4 (hack until
41127         everyone supports odd sizes correctly).
41128
41129 2003-12-29  Colin Walters  <walters@verbum.org>
41130
41131         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
41132         signed.
41133
41134 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
41135
41136         * ext/sndfile/gstsf.c: (gst_sf_loop):
41137           Fix warning about discarding const qualifier
41138
41139 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
41140
41141         * gst/cutter/gstcutter.c:
41142         * gst/videoscale/gstvideoscale.c:
41143         * gst/volenv/gstvolenv.c:
41144         * gst-libs/gst/audio/audio.c:
41145         * gst-libs/gst/video/video.c:
41146           Fix warnings
41147
41148 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41149
41150         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
41151           Don't send ALSA debugging to stderr.
41152         * ext/alsa/gstalsa.h:
41153           Use GST_WARNING instead of g_warning when ALSA functions fail.
41154
41155 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41156
41157         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
41158           Free XVAdapterInfo correctly.
41159
41160 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41161
41162         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
41163         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
41164           Make id3tag use correct caps nego.
41165
41166 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
41167
41168         * ext/ivorbis/vorbis.c:
41169         * ext/ivorbis/vorbisenc.h:
41170         * ext/ivorbis/vorbisfile.c:
41171           Modify so that it uses the new caps things
41172
41173 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41174
41175         * testsuite/spider/spider1.c: (main):
41176         * testsuite/spider/spider2.c: (main):
41177         * testsuite/spider/spider3.c: (main):
41178           Make tests compile again. They probably don't work.
41179
41180 2003-12-24  Colin Walters  <walters@verbum.org>
41181
41182         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
41183         we can't fixate the caps anymore.
41184
41185 2003-12-23  David Schleef  <ds@schleef.org>
41186
41187         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
41188         * sys/oss/gstosssink.c: (gst_osssink_init),
41189         (gst_osssink_sink_fixate): Add fixate function.
41190
41191 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41192
41193         * ext/ffmpeg/gstffmpegcodecmap.c:
41194         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
41195         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
41196         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
41197         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
41198         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
41199         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
41200         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
41201           fix typo in RGB masks, and move back to "old" colorspace
41202           capsnego code until whoever wrote this new crap has actually
41203           tested it so that it works.
41204           And yes, this works, keep it that way please.
41205
41206 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41207
41208         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
41209         (gst_divxdec_init), (gst_divxdec_negotiate):
41210         * ext/divx/gstdivxdec.h:
41211         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
41212         (gst_divxenc_init):
41213         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
41214         (gst_faac_sinkconnect), (gst_faac_srcconnect):
41215         * ext/mpeg2enc/gstmpeg2enc.cc:
41216         * ext/mpeg2enc/gstmpeg2encoder.cc:
41217         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
41218         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
41219         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
41220         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
41221         (dxr3spusink_init):
41222         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
41223         (dxr3videosink_init):
41224           Fix caps breakage after Dave's caps branch merge.
41225
41226 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41227
41228         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
41229           Fix for 24bpp display.
41230
41231 2003-12-23  Colin Walters  <walters@verbum.org>
41232
41233         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
41234         a GnomeVFSHandle directly.
41235
41236 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41237
41238         * gst/volume/Makefile.am:
41239         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
41240         (volume_base_init), (volume_init):
41241           Reenable volume element and fix to work with new caps stuff.
41242           Rhythmbox needs this.
41243
41244 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41245
41246         * gst/qtdemux/qtdemux.c: (plugin_init):
41247           qtdemux requires bytestream
41248
41249 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41250
41251         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
41252           Fix remaining caps handling errors due to CAPS merge.
41253
41254 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41255
41256         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
41257         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
41258         (gst_faad_srcconnect):
41259           Port to new caps system.
41260
41261 2003-12-21  Julien MOUTTE  <julien@moutte.net>
41262
41263         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
41264         (got_video_size), (main): using g_print instead of g_message.
41265         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
41266         signal which was not emitted because of "switch" element added to the
41267         bin but not connected. (Removing from the bin temporarily)
41268
41269 2003-12-21  Julien MOUTTE  <julien@moutte.net>
41270
41271         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
41272         find X development files. I don't understand the previous tests and
41273         they fail on my debian/ppc unstable. This one works.
41274         * examples/gstplay/player.c: (main): Set the pipeline to READY before
41275         exiting.
41276         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
41277         (gst_play_set_video_sink), (gst_play_set_audio_sink),
41278         (gst_play_set_visualization): Add some safety checks in set_ methods
41279         and state_change. This was throwing some ugly CRITICAL messages when
41280         pipeline was getting disposed and casts were failing.
41281
41282 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41283
41284         * configure.ac:
41285           Improve mpeg2enc detection. This is for distributions that do
41286           ship mjpegtools, but without mpeg2enc. Also does object check
41287           for might there ever be ABI incompatibility.
41288         * ext/mpeg2enc/gstmpeg2enc.cc:
41289           Add Andrew as second maintainer (he's helping me), and also add
41290           an error if no caps was set. This happens if I pull before capsnego
41291           and that's something I should solve sometime else.
41292         * gst/matroska/matroska-demux.c:
41293         (gst_matroska_demux_parse_blockgroup):
41294           Fix time parsing.
41295         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
41296         (gst_matroska_mux_track_header):
41297           Add caps to templates.
41298         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
41299           Add mpegversion=1 to prevent confusion with MPEG/AAC.
41300         * gst/mpegstream/gstmpegdemux.c:
41301           Remove layer since it causes warnings about unfixed caps.
41302         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
41303           Fix obvious typo (we error out if caps were set, we should of
41304           course error out if *no* caps were set).
41305         * sys/oss/gstosselement.c: (gst_osselement_convert):
41306           Fix format conversion, we confused bits/bytes.
41307         * sys/oss/gstosselement.h:
41308           Improve documentation for 'bps'.
41309         * sys/v4l/TODO:
41310           Remove stuff about plugins that need removing - this was done
41311           ages ago.
41312         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
41313         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
41314         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
41315         (gst_v4lsrc_src_query):
41316         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
41317         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
41318           Add get_query_types(), get_formats() and query() functions.
41319
41320 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
41321
41322         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
41323           * moved CVS to freedesktop.org