gst-libs/gst/riff/riff-media.c: Support higher max audio rates for some formats ...
[platform/upstream/gstreamer.git] / ChangeLog
1 2008-12-09  Julien Moutte  <julien@fluendo.com>
2
3         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps): 
4         Support higher max audio rates for some formats (WAV, Vorbis, LPCM).
5
6 2008-12-09  Stefan Kost  <ensonic@users.sf.net>
7
8         * gst-libs/gst/riff/riff-read.c:
9           Fix handling of odd chunks in riff metadata.
10
11 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
12
13         * gst/volume/gstvolume.c: (gst_volume_class_init),
14         (volume_before_transform), (volume_transform_ip):
15         Use new basetransform vmethod to reconfigure the dynamic properties and
16         any pending volume/mute changes. Fixes #563508.
17
18 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
19
20         * configure.ac:
21         First check for "theoraenc theoradec" and if that failed check
22         for "theora >= 1.0alpha5". The former appeared in 1.0beta3 and
23         deprecate the latter. Also linking on Windows fails with just "theora"
24         and the version check would fail for the release candidates.
25         Fixes bug #563718.
26
27 2008-12-08  Stefan Kost  <ensonic@users.sf.net>
28
29         * gst/playback/gstdecodebin.c:
30         * gst/playback/gstdecodebin2.c:
31           Add basic docs to decodebin and link to decodebin from decodebin2.
32           
33 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
34
35         Patch by: Olivier Crete  <tester at tester ca>
36
37         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_remove):
38         * gst-libs/gst/rtp/gstrtcpbuffer.h:
39         Implement gst_rtcp_packet_remove(). Fixes #563174.
40
41         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
42         Add unit test for some RTCP functions.
43
44 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
45
46         * configure.ac:
47         Apparently AC_CONFIG_MACRO_DIR breaks when using more
48         than one macro directory, reverting last change.
49
50 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
51
52         * configure.ac:
53         Set AC_CONFIG_MACRO_DIR to common/m4 to point autoconf to
54         our M4 macros.
55
56 2008-12-03  Edward Hervey  <edward.hervey@collabora.co.uk>
57
58         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
59         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
60         Clear all flags on buffers returned from the image pool.
61         Fixes #563143
62
63 2008-11-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
64
65         Patch by: Cygwin Ports maintainer
66                   <yselkowitz at users dot sourceforge dot net>
67
68         * autogen.sh:
69         * configure.ac:
70         Require gettext 0.17 because older versions don't mix with libtool
71         2.2. At build time an older gettext version will still work.
72         Fixes bug #556091.
73
74 2008-11-28  Christian Schaller <christian.schaller@collabora.co.uk>
75
76         * gst/speexresample/Makefile.am: fix build by removing -lgstaudio 
77
78 2008-11-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
79
80         * docs/plugins/gst-plugins-base-plugins.args:
81         * docs/plugins/gst-plugins-base-plugins.hierarchy:
82         * docs/plugins/gst-plugins-base-plugins.interfaces:
83         * docs/plugins/gst-plugins-base-plugins.prerequisites:
84         * docs/plugins/inspect/plugin-videorate.xml:
85         * gst/speexresample/gstspeexresample.c:
86         Update documentation of speexresample for the new element name.
87
88 2008-11-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
89
90         * gst/speexresample/README:
91         Update README with the latest diff between the Speex resampler
92         and our copy.
93
94 2008-11-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
95
96         * gst/speexresample/gstspeexresample.c: (plugin_init):
97         Update the debug category from speex_resample to audioresample.
98
99 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
100
101         * gst/audioresample/Makefile.am:
102         * gst/audioresample/buffer.c:
103         * gst/audioresample/buffer.h:
104         * gst/audioresample/debug.c:
105         * gst/audioresample/debug.h:
106         * gst/audioresample/functable.c:
107         * gst/audioresample/functable.h:
108         * gst/audioresample/gstaudioresample.c:
109         * gst/audioresample/gstaudioresample.h:
110         * gst/audioresample/resample.c:
111         * gst/audioresample/resample.h:
112         * gst/audioresample/resample_chunk.c:
113         * gst/audioresample/resample_functable.c:
114         * gst/audioresample/resample_ref.c:
115         * tests/check/elements/audioresample.c:
116         Remove audioresample files.
117
118 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
119
120         * docs/plugins/inspect/plugin-audioresample.xml:
121         Regenerated for library filename change.
122
123 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
124
125         * configure.ac:
126         * docs/plugins/Makefile.am:
127         * docs/plugins/gst-plugins-base-plugins-sections.txt:
128         * docs/plugins/gst-plugins-base-plugins.args:
129         * docs/plugins/gst-plugins-base-plugins.hierarchy:
130         * docs/plugins/gst-plugins-base-plugins.interfaces:
131         * docs/plugins/gst-plugins-base-plugins.prerequisites:
132         * docs/plugins/inspect/plugin-adder.xml:
133         * docs/plugins/inspect/plugin-alsa.xml:
134         * docs/plugins/inspect/plugin-audioconvert.xml:
135         * docs/plugins/inspect/plugin-audiorate.xml:
136         * docs/plugins/inspect/plugin-audioresample.xml:
137         * docs/plugins/inspect/plugin-audiotestsrc.xml:
138         * docs/plugins/inspect/plugin-cdparanoia.xml:
139         * docs/plugins/inspect/plugin-decodebin.xml:
140         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
141         * docs/plugins/inspect/plugin-gdp.xml:
142         * docs/plugins/inspect/plugin-gio.xml:
143         * docs/plugins/inspect/plugin-gnomevfs.xml:
144         * docs/plugins/inspect/plugin-libvisual.xml:
145         * docs/plugins/inspect/plugin-ogg.xml:
146         * docs/plugins/inspect/plugin-pango.xml:
147         * docs/plugins/inspect/plugin-playback.xml:
148         * docs/plugins/inspect/plugin-queue2.xml:
149         * docs/plugins/inspect/plugin-subparse.xml:
150         * docs/plugins/inspect/plugin-tcp.xml:
151         * docs/plugins/inspect/plugin-theora.xml:
152         * docs/plugins/inspect/plugin-typefindfunctions.xml:
153         * docs/plugins/inspect/plugin-uridecodebin.xml:
154         * docs/plugins/inspect/plugin-video4linux.xml:
155         * docs/plugins/inspect/plugin-videorate.xml:
156         * docs/plugins/inspect/plugin-videoscale.xml:
157         * docs/plugins/inspect/plugin-videotestsrc.xml:
158         * docs/plugins/inspect/plugin-volume.xml:
159         * docs/plugins/inspect/plugin-vorbis.xml:
160         * docs/plugins/inspect/plugin-ximagesink.xml:
161         * docs/plugins/inspect/plugin-xvimagesink.xml:
162         * gst/speexresample/gstspeexresample.c: (plugin_init):
163         * gst/speexresample/Makefile.am:
164         * tests/check/Makefile.am:
165         * tests/check/elements/speexresample.c: (setup_speexresample),
166         (GST_START_TEST), (test_pipeline):
167         Rename the moved speexresample to audioresample, integrate into the
168         build system and remove the old audioresample from the build system.
169         Fixes bug #558124, #385061, #346218, #116051.
170
171 2008-11-27  Wim Taymans  <wim.taymans@collabora.co.uk>
172
173         * gst-libs/gst/audio/gstbaseaudiosrc.c:
174         (gst_base_audio_src_get_offset), (gst_base_audio_src_create):
175         Avoid nasty int overflows after about 12 hours and 25 minutes when these
176         code paths are triggered. 
177         A free beer to Håvard Graff for finding this!
178
179 2008-11-27  Wim Taymans  <wim.taymans@collabora.co.uk>
180
181         Patch by: 이문형 <iwings at gmail dot com>
182
183         * gst-libs/gst/rtsp/gstrtspconnection.c:
184         (gst_rtsp_connection_connect):
185         A successful gst_poll_wait() doesn't always mean successful connect() on
186         Windows.  We should check errors by calling gst_poll_fd_has_error().
187         See #561924.
188
189 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
190
191         * gst-libs/gst/rtp/gstrtcpbuffer.c:
192         Fix typo in the docs.
193
194 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
195
196         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_event):
197         If no stream was found before receiving EOS, post an error message.
198         Fixes #561924.
199
200 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
201
202         * ext/theora/gsttheoraenc.h:
203         * ext/theora/theoraenc.c: (gst_theora_enc_init),
204         (theora_buffer_from_packet), (theora_push_packet),
205         (theora_enc_sink_event), (theora_enc_is_discontinuous),
206         (theora_enc_chain):
207         Parse segment events.
208         Pass incomming buffer timestamps to outgoing buffers.
209         Use the running_time to construct the granulepos.
210         Fixes #562163.
211
212 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
213
214         * gst/playback/gstplaybin2.c: (activate_group):
215         Fix buffer-duration property.
216
217 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
218
219         * gst-libs/gst/audio/gstbaseaudiosink.c:
220         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
221         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
222         (gst_base_audio_sink_change_state):
223         Really fix audiosink drain handling by keeping track of the running_time
224         of the last sample.
225
226 2008-11-24  Michael Smith <msmith@songbirdnest.com>
227
228         * gst/playback/gstplaybin2.c:
229           Add notification of current stream. Add ability to configure buffer
230           sizes.
231         * gst/playback/gsturidecodebin.c:
232           Add ability to configure buffer sizes for streaming mode.
233           Bug #561734.
234
235 2008-11-24  Stefan Kost  <ensonic@users.sf.net>
236
237         * gst-libs/gst/audio/gstbaseaudiosink.c:
238           Time is already in running_time. Remove base_time handling. Fixes
239           audiosinks not draining and thus chopping some audio in the end.
240
241 2008-11-24  David Schleef  <ds@schleef.org>
242
243         * ext/ogg/gstoggmux.c:
244         * ext/ogg/gstoggmux.h:
245           If we're muxing a dirac stream, flush the page after every picture.
246
247 2008-11-24  Stefan Kost  <ensonic@users.sf.net>
248
249         * gst-libs/gst/audio/gstbaseaudiosink.c:
250           Add one log message to check for audio_drained. Sync one log message
251           with the condition. Send EOS after draining audio in pull mode.
252
253 2008-11-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
254
255         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
256         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
257         Use gst_buffer_try_new_and_alloc() and fail properly if the
258         allocation failed. This prevents abort() if downstream elements
259         request an insane amount of memory.
260
261 2008-11-24  Wim Taymans  <wim.taymans@collabora.co.uk>
262
263         * gst/volume/gstvolume.c: (volume_choose_func),
264         (volume_update_volume), (gst_volume_set_volume),
265         (gst_volume_get_volume), (gst_volume_set_mute),
266         (gst_volume_class_init), (gst_volume_init),
267         (volume_process_double), (volume_process_float),
268         (volume_process_int32), (volume_process_int32_clamp),
269         (volume_process_int24), (volume_process_int24_clamp),
270         (volume_process_int16), (volume_process_int16_clamp),
271         (volume_process_int8), (volume_process_int8_clamp), (volume_setup),
272         (volume_transform_ip), (volume_set_property),
273         (volume_get_property):
274         * gst/volume/gstvolume.h:
275         Cleanup volume, define and use default values.
276         Recalculate new volume and mute setup before processing. Fixes #561789.
277
278         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
279         Add controller unit test. Patch by: Jonathan Matthew
280         Fix bogus test that messed with basetransform's internal state.
281
282 2008-11-22  Wim Taymans  <wim.taymans@collabora.co.uk>
283
284         * gst/videorate/gstvideorate.c:
285         Add jpeg and png image media types to the caps. Fixes #561436.
286
287 2008-11-22  Wim Taymans  <wim.taymans@collabora.co.uk>
288
289         * gst/playback/gstplaysink.c: (gen_audio_chain):
290         Don't post an error when we can't configure the volume but post a
291         warning instead. Fixes #561780.
292
293 2008-11-21  David Schleef  <ds@schleef.org>
294
295         Patch by: Jonathan Rosser <jonathan.rosser@rd.bbc.co.uk>
296
297         * gst/videotestsrc/gstvideotestsrc.c:
298         * gst/videotestsrc/gstvideotestsrc.h:
299         * gst/videotestsrc/videotestsrc.c:
300         * gst/videotestsrc/videotestsrc.h:
301           Add a zone plate pattern generator based on BBC R&D Report
302           1978/23 (yeah *that* 1978).  Try 'videotestsrc pattern=zone-plate
303           kx2=20 ky2=20 kt=1'.
304
305 2008-11-20  Michael Smith <msmith@songbirdnest.com>
306
307         * gst/playback/gstdecodebin2.c:
308           Fix random fat-fingering making this not compile.
309
310 2008-11-20  Michael Smith <msmith@songbirdnest.com>
311
312         * gst/playback/gstdecodebin2.c:
313           If the top-level type of the stream is plain text, don't try to decode
314           it, matching behaviour of decodebin.
315         * gst/playback/gstplaysink.c:
316           If we fail to generate a text chain (e.g. due to missing optional
317           plugins), don't crash.
318
319 2008-11-20  Michael Smith <msmith@songbirdnest.com>
320
321         * gst-libs/gst/rtsp/gstrtspdefs.c:
322           Fix win32 build. Oops.
323
324 2008-11-20  Michael Smith <msmith@songbirdnest.com>
325
326         * gst-libs/gst/rtsp/gstrtspdefs.c:
327           Use WSAGetLastError() rather than errno/h_errno on win32.
328
329 2008-11-20  Michael Smith <msmith@songbirdnest.com>
330
331         * gst-libs/gst/riff/riff-media.c:
332           Support WMA Lossless properly.
333
334 2008-11-18  David Schleef  <ds@schleef.org>
335
336         * gst/videotestsrc/gstvideotestsrc.c:
337         * gst/videotestsrc/gstvideotestsrc.h:
338         * gst/videotestsrc/videotestsrc.c:
339         * gst/videotestsrc/videotestsrc.h:
340           Add "colorspec" property, specifying whether to generate BT.601
341           or BT.709 video.  This only affects YCbCr values, not RGB, since
342           if you're generating a 709 test pattern, presumably you want
343           709 RGB primaries, not 601.  Also add "smpte75" pattern, which
344           uses 75% colors instead of 100%, since this is often more useful
345           for testing (and also follows the SMPTE EG-1 guideline).
346
347 2008-11-18  Alessandro Decina  <alessandro.d@gmail.com>
348
349         * gst/playback/gstdecodebin.c:
350         Add a "sink-caps" property to decodebin like it's done for decodebin2.
351         Fixes #560380.
352
353 2008-11-14  Jan Schmidt  <jan.schmidt@sun.com>
354
355         * gst/audioresample/gstaudioresample.c:
356         Guard against a NULL dereference I somehow encountered -
357         with a FLUSH_STOP arriving either before basetransform _start(),
358         or after _stop().
359
360         * gst/typefind/gsttypefindfunctions.c:
361         Make sure we never jump backwards when typefinding corrupt mov files.
362
363 2008-11-14  Jan Schmidt  <jan.schmidt@sun.com>
364
365         * gst-libs/gst/interfaces/propertyprobe.c:
366         Fix random type causing a docs warning.
367
368 2008-11-14  Stefan Kost  <ensonic@users.sf.net>
369
370         * sys/v4l/gstv4l.c:
371           Give it a minimal rank for autovideosrc.
372
373 2008-11-13  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
374
375         * gst/typefind/gsttypefindfunctions.c: (jp2_type_find),
376         (plugin_init):
377         Improve typefinding of ISO JPEG2000 mime types.
378
379 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
380
381         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
382         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_setcaps),
383         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
384         * sys/xvimage/xvimagesink.h:
385         Avoid typechecking when we do trivial casts.
386         Move error handling out of the main program flow.
387         Sneak in the display-region caps property, not completely correct yet.
388         Cache the width/height in buffer_alloc instead of parsing it from the
389         caps all the time.
390
391 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
392
393         * gst/playback/gstplaybin2.c: (deactivate_group):
394         don't try to unlink the selector sinkpad when we don't have it yet. This
395         can happen if an error occured before the group was complete.
396
397 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
398
399         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
400         (gst_rtp_buffer_set_packet_len), (gst_rtp_buffer_get_packet_len),
401         (gst_rtp_buffer_get_header_len), (gst_rtp_buffer_get_version),
402         (gst_rtp_buffer_set_version), (gst_rtp_buffer_get_padding),
403         (gst_rtp_buffer_set_padding), (gst_rtp_buffer_pad_to),
404         (gst_rtp_buffer_get_extension), (gst_rtp_buffer_set_extension),
405         (gst_rtp_buffer_get_extension_data),
406         (gst_rtp_buffer_set_extension_data), (gst_rtp_buffer_get_ssrc),
407         (gst_rtp_buffer_set_ssrc), (gst_rtp_buffer_get_csrc_count),
408         (gst_rtp_buffer_get_csrc), (gst_rtp_buffer_set_csrc),
409         (gst_rtp_buffer_get_marker), (gst_rtp_buffer_set_marker),
410         (gst_rtp_buffer_get_payload_type),
411         (gst_rtp_buffer_set_payload_type), (gst_rtp_buffer_get_seq),
412         (gst_rtp_buffer_set_seq), (gst_rtp_buffer_get_timestamp),
413         (gst_rtp_buffer_set_timestamp),
414         (gst_rtp_buffer_get_payload_subbuffer),
415         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload):
416         Avoid expensive type checks we already did as part of the 
417         _validate() function that should be called first.
418
419 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
420
421         * gst-libs/gst/rtp/gstbasertpdepayload.c: (create_segment_event),
422         (gst_base_rtp_depayload_push_full),
423         (gst_base_rtp_depayload_set_gst_timestamp):
424         Fix some cases where a newsegment event was not sent.
425
426 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
427
428         * gst/playback/gstplaybin2.c: (activate_group):
429         Catch state change errors and stop from the uridecodebin elements
430         instead of trying to continue in vain.
431
432 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
433
434         * gst-libs/gst/audio/gstbaseaudiosink.c:
435         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
436         (gst_base_audio_sink_callback):
437         Use gst_base_sink_do_preroll() to wait for PLAYING and before waiting
438         for the latency to expire, fixes #559567.
439
440 2008-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
441
442         * gst/adder/gstadder.c:
443           Change author string after seeing output of gst-inspector.
444
445 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
446
447         * gst/playback/gstplaysink.c: (gst_play_sink_reconfigure):
448         Don't try to do crazy things when we only have a text pad without a
449         video pad. Fixes #559478.
450
451 2008-11-06  Wim Taymans  <wim.taymans@collabora.co.uk>
452
453         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
454         Fix case where we don't have a range for the rates or channels as is the
455         case with truespeech.
456
457 2008-11-05  Wim Taymans  <wim.taymans@collabora.co.uk>
458
459         * gst/volume/gstvolume.c: (volume_update_real_volume),
460         (gst_volume_set_volume), (gst_volume_get_volume),
461         (gst_volume_set_mute), (gst_volume_init), (volume_setup),
462         (volume_transform_ip), (volume_update_mute),
463         (volume_update_volume), (volume_get_property):
464         * gst/volume/gstvolume.h:
465         Keep negotiated state in a separate variable.
466         Protect the volume and mute properties with the object lock.
467         Protect modifying the transform with the transform lock.
468
469 2008-11-05  Wim Taymans  <wim.taymans@collabora.co.uk>
470
471         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
472         (gst_ffmpeg_pixfmt_to_caps):
473         Only convert caps to string when debug is enabled.
474
475 2008-11-04  Wim Taymans  <wim.taymans@collabora.co.uk>
476
477         * ext/theora/gsttheoradec.h:
478         * ext/theora/theoradec.c: (gst_theora_dec_init),
479         (gst_theora_dec_reset), (theora_dec_src_event),
480         (theora_dec_sink_event), (theora_handle_type_packet):
481         Copy seqnum.
482         Keep events in a pending list, like vorbisdec, instead of trying
483         to construct a segment event ourselves.
484
485         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
486         (vorbis_dec_src_event), (vorbis_dec_sink_event):
487         * ext/vorbis/vorbisdec.h:
488         Copy seqnum.
489
490 2008-11-04  Wim Taymans  <wim.taymans@collabora.co.uk>
491
492         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
493         (gst_ogg_demux_deactivate_current_chain),
494         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page),
495         (gst_ogg_demux_loop):
496         * ext/ogg/gstoggdemux.h:
497         Copy seqnums around to track playback segments and messages.
498
499 2008-11-03  Wim Taymans  <wim.taymans@collabora.co.uk>
500
501         Based on patch by: Matthias Kretz <kretz at kde dot org>
502
503         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
504         (gst_alsasink_prepare), (gst_alsasink_unprepare),
505         (gst_alsasink_write):
506         Make all access non-blocking so that we can better handle unplugging
507         of usb devices. Fixes #559111
508
509 2008-11-03  Wim Taymans  <wim.taymans@collabora.co.uk>
510
511         Patch by: Damien Lespiau  <damien.lespiau gmail com>
512
513         * gst-libs/gst/rtsp/gstrtspconnection.c:
514         (gst_rtsp_connection_write):
515         Make the next call to poll not depend on previous calls to poll with or
516         without reading from the active descriptor. Fixes #544293.
517
518 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
519
520         Patch by: Nick Haddad <nick at haddads dot net>
521
522         * gst-libs/gst/riff/riff-ids.h:
523         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
524         Add support for other fourcc codes that are commonly used for
525         'uncompressed RGB', including 'RGB ', 'RAW ', and 0.
526         Fixes #558553.
527
528 2008-10-30  Stefan Kost  <ensonic@users.sf.net>
529
530         * gst/audioresample/gstaudioresample.c:
531           Return the result of parent_class->event().
532
533 2008-10-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
534
535         * gst/audioresample/gstaudioresample.c:
536         (gst_audioresample_class_init), (audioresample_fixate_caps):
537         Fixate the rate to the nearest supported rate instead of
538         the first one. Fixes bug #549510.
539
540 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
541
542         * win32/common/libgstaudio.def:
543         Add new symbols.
544
545 2008-10-23  Wim Taymans  <wim.taymans@collabora.co.uk>
546
547         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
548         Attempt to make obfuscated code clearer.
549
550 2008-10-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
551
552         * docs/libs/gst-plugins-base-libs-sections.txt:
553         * gst-libs/gst/floatcast/floatcast.h:
554         Move float endianness conversion macros to core. Second part of
555         bug ##555196.
556
557 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
558
559         * sys/ximage/ximagesink.h:
560         * sys/xvimage/xvimagesink.h:
561           Don't mark as gtk-doc docs as they aren't public.
562
563 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
564
565         * sys/xvimage/xvimagesink.c:
566         * sys/xvimage/xvimagesink.h:
567         * tests/icles/Makefile.am:
568         * tests/icles/test-colorkey.c:
569           Allow setting colorkey if possible. Implement property probe interface
570           for optional X features (autopaint-colorkey, double-buffer and
571           colorkey). Fixes #554533
572
573 2008-10-22  Sebastian Dröge  <slomo@circular-chaos.org>
574
575         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
576         Remove useless buffer size assignment. It already has this value.
577
578 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
579
580         * gst-libs/gst/audio/gstaudiosink.c:
581         (gst_audioringbuffer_class_init), (gst_audioringbuffer_acquire),
582         (gst_audioringbuffer_activate), (gst_audioringbuffer_release),
583         (gst_audioringbuffer_stop):
584         Implement a separate activate functions to start monitoring the segments
585         or, in pull mode, pulling in data.
586
587         * gst-libs/gst/audio/gstbaseaudiosink.c:
588         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
589         (gst_base_audio_sink_query_pad), (gst_base_audio_sink_query),
590         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_callback),
591         (gst_base_audio_sink_activate_pull),
592         (gst_base_audio_sink_async_play),
593         (gst_base_audio_sink_change_state):
594         Implement pad and element convert query function.
595         Activate the ringbuffer.
596         Use the segment last_stop value as the offset to pull.
597         Use new basesink _do_preroll() method to preroll in the pulling thread.
598         Take appropriate locking in the pulling thread.
599
600         * gst-libs/gst/audio/gstringbuffer.h:
601         Update some docs.
602
603 2008-10-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
604
605         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find):
606         Improve MXF typefinding a bit by searching for a header partition
607         pack instead of just a general partition pack and checking more
608         bytes for valid values.
609
610 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
611
612         * tests/icles/.cvsignore:
613         update ignore file.
614
615         * tests/icles/Makefile.am:
616         * tests/icles/test-box.c: (make_pipeline), (main):
617         Add another interactive command line experimentation suite for
618         dynamically boxing/cropping/saling an input video.
619
620 2008-10-17  Wim Taymans  <wim.taymans@collabora.co.uk>
621
622         * docs/libs/gst-plugins-base-libs-sections.txt:
623         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_convert),
624         (gst_ring_buffer_activate), (gst_ring_buffer_is_active):
625         * gst-libs/gst/audio/gstringbuffer.h:
626         Add methods to more accuratly control the pulling thread of a
627         ringbuffer.
628         Add format conversion helper code to the ringbuffer.
629         API: GstRingBuffer:gst_ring_buffer_activate()
630         API: GstRingBuffer:gst_ring_buffer_is_active()
631         API: GstRingBuffer:gst_ring_buffer_convert()
632
633 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
634
635         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
636         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
637         (gst_audioringbuffer_stop):
638         Signal thread startup earlier so that we can immediatly go into pull
639         mode when we have to and block on preroll.
640
641 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
642
643         * gst-libs/gst/audio/gstringbuffer.c:
644         (gst_ring_buffer_prepare_read):
645         In pull mode we want the callback to prepull a buffer we can preroll on
646         even when we are not yet playing.
647
648 2008-10-16  Stefan Kost  <ensonic@users.sf.net>
649
650         * ext/alsa/Makefile.am:
651         * ext/cdparanoia/Makefile.am:
652         * ext/gio/Makefile.am:
653         * ext/gnomevfs/Makefile.am:
654         * ext/libvisual/Makefile.am:
655         * ext/ogg/Makefile.am:
656         * ext/pango/Makefile.am:
657         * ext/theora/Makefile.am:
658         * ext/vorbis/Makefile.am:
659         * gst/adder/Makefile.am:
660         * gst/audioconvert/Makefile.am:
661         * gst/audiorate/Makefile.am:
662         * gst/audioresample/Makefile.am:
663         * gst/audiotestsrc/Makefile.am:
664         * gst/ffmpegcolorspace/Makefile.am:
665         * gst/gdp/Makefile.am:
666         * gst/playback/Makefile.am:
667         * gst/subparse/Makefile.am:
668         * gst/tcp/Makefile.am:
669         * gst/typefind/Makefile.am:
670         * gst/videorate/Makefile.am:
671         * gst/videoscale/Makefile.am:
672         * gst/videotestsrc/Makefile.am:
673         * gst/volume/Makefile.am:
674         * sys/v4l/Makefile.am:
675         * sys/ximage/Makefile.am:
676         * sys/xvimage/Makefile.am:
677           Don't install static libs for plugins. Fixes #550851 for base.
678
679 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
680
681         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init):
682         Set the default blocksize to -1 because we will then use the configured
683         samplesperbuffer to create our output buffer.
684
685 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
686
687         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
688         (gst_riff_create_video_template_caps):
689         Add mappping for the KMVC (Karl Morton's Video) Codec.
690
691 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
692
693         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
694         Don't forget to advance the offset of what we're matching against, else
695         we end up in a forever loop.
696
697 2008-10-15  Sebastian Dröge  <slomo@circular-chaos.org>
698
699         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
700         Improve typefinding a bit. If we don't have a Unicode charset
701         try GST_SUBTITLE_ENCODING and otherwise try ISO-8859-15.
702
703 2008-10-14  Edward Hervey  <edward.hervey@collabora.co.uk>
704
705         * ext/theora/theoradec.c: (theora_dec_decode_buffer):
706         Fix build on macosx.
707
708 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
709
710         Based on patch by: Robin Stocker <robin at nibor dot org>
711
712         * ext/theora/gsttheoradec.h:
713         * ext/theora/theoradec.c: (gst_theora_dec_init),
714         (theora_dec_setcaps), (theora_handle_type_packet),
715         (theora_dec_decode_buffer), (theora_dec_change_state):
716         Parse input caps and make the PAR override the encoded PAR when
717         specified by a container. Fixes #555699.
718
719 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
720
721         * gst-libs/gst/rtp/gstbasertpdepayload.c:
722         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
723         (gst_base_rtp_depayload_set_gst_timestamp),
724         (gst_base_rtp_depayload_change_state):
725         * gst-libs/gst/rtp/gstbasertpdepayload.h:
726         Add some more G_LIKELY
727         Fail when the setcaps function was not called.
728
729         * gst-libs/gst/rtp/gstbasertppayload.c:
730         (gst_basertppayload_set_outcaps):
731         Propagate return value of setcaps.
732
733 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
734
735         * gst/subparse/Makefile.am:
736         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
737         (gst_sub_parse_class_init), (gst_sub_parse_init),
738         (gst_convert_to_utf8), (detect_encoding), (convert_encoding),
739         (get_next_line), (gst_sub_parse_data_format_autodetect),
740         (feed_textbuf), (handle_buffer), (gst_sub_parse_change_state),
741         (gst_subparse_type_find):
742         * gst/subparse/gstsubparse.h:
743         Add support for UTF16/UTF32 subtitles as long as the first bytes of
744         the first buffer contain the BOM. This also adds support for other
745         encodings that allow NUL bytes via the encoding property.
746         Fixes bugs #552237 and #456788.
747
748 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
749
750         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
751         Don't drop the last byte of image tags if they're not an URI list.
752         Fixes bug #556066.
753
754 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
755
756         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
757         For looking at the 4th byte we have to get 4 bytes of course
758         and not 3.
759
760 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
761
762         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
763         Improve FLAC-without-headers typefinding by looking at most of the
764         frame header and checking if invalid values are used. Should prevent
765         quite some false positives compared to the old version which only
766         check if the first 14 bits are set.
767
768 2008-10-11  Stefan Kost  <ensonic@users.sf.net>
769
770         * sys/xvimage/xvimagesink.c:
771           Don't assert on caps==NULL.
772
773 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
774
775         * gst/subparse/gstsubparse.c:
776         (gst_sub_parse_data_format_autodetect), (handle_buffer),
777         (gst_sub_parse_change_state):
778         * gst/subparse/gstsubparse.h:
779         * tests/check/elements/subparse.c: (GST_START_TEST):
780         Add support for subtitle files with UTF-8 BOM at the beginning
781         by simple stripping it from the first line before passing it
782         to any parsing code. Fixes bug #555257 and playback of files
783         created by Gnome Subtitles.
784
785 2008-10-10  Wim Taymans  <wim.taymans@collabora.co.uk>
786
787         * gst/audiotestsrc/gstaudiotestsrc.c:
788         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
789         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
790         (gst_audio_test_src_start), (gst_audio_test_src_stop),
791         (gst_audio_test_src_do_seek), (gst_audio_test_src_check_get_range),
792         (gst_audio_test_src_create):
793         * gst/audiotestsrc/gstaudiotestsrc.h:
794         Define the default property values in the usual place.
795         Implement start/stop to reset values correctly.
796         Calculate the sample size only once when we negotiate.
797         Rename some values to make more sense.
798         Keep track of our byte range.
799         Add support for pull based scheduling. Disabled for now until we have
800         the whole stack working.
801         Set the BUFFER_OFFSET correctly.
802
803 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
804
805         Based on a patch by: xavierb at gmail dot com
806
807         * gst/subparse/gstsubparse.c:
808         (gst_sub_parse_data_format_autodetect):
809         * tests/check/elements/subparse.c: (GST_START_TEST):
810         Make the detection of the used subtitle a bit less strict
811         for srt subtitles. Fixes bug #555607.
812
813 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
814
815         * ext/vorbis/vorbisenc.c:
816         (gst_vorbis_enc_buffer_check_discontinuous):
817         Fix discontinuity detection which was broken by last commit.
818
819 2008-10-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
820
821         * configure.ac::
822           Require core CVS for ghostpad API additions used by decodebin2.
823
824 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
825
826         * gst-libs/gst/audio/gstbaseaudiosrc.c:
827         (gst_base_audio_src_create):
828         Fix debug statements (space between '%' and actual format).
829
830 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
831
832         * gst/playback/gstdecodebin2.c: (gst_decode_pad_activate):
833         Remove bogus assert, the decodepad could have been created inside an
834         already existing group.
835
836 2008-10-08  Andy Wingo  <wingo@pobox.com>
837
838         * gst/playback/gstdecodebin2.c (expose_pad): Fix typo: unset
839         target instead of setting it.
840         (gst_decode_pad_activate, gst_decode_pad_unblock): This is now the
841         API for a decode pad. The bugfix is that we set the group in
842         activate(), not when the pad was created because it might be NULL
843         then.
844         (gst_decode_group_control_source_pad, gst_decode_group_expose):
845         Update to use the API.
846
847 2008-10-08  Andy Wingo  <wingo@pobox.com>
848
849         * gst/playback/gstdecodebin2.c (struct _GstDecodePad): Change to
850         be a subclass of GstGhostPad.
851         (analyze_new_pad): So, when emitting the signals that determine
852         how we do autoplugging, already create the ghost pad and use it as
853         the pad in the signal arguments. This allows applications to make
854         a connection between the pad passed in e.g. autoplug-continue, and
855         the pad passed in new-decoded-pad.
856         (connect_pad, expose_pad): Update to receive the ghosted decode
857         pad in the args, retargetting it as necessary if we have to plug
858         the target pad through a multiqueue.
859         (gst_decode_group_control_source_pad): Adapt to receive an
860         already-ghosted pad that just needs activation, blocking, and
861         drain notification.
862         (sort_end_pads): Adapt for decode pads actually being pads.
863         (gst_decode_group_expose): Adapt for decode pads actually being
864         pads. Rewrite the decode pad names so they appear in order. Adds a
865         new error case if we couldn't set the name.
866         (gst_decode_group_free, gst_decode_group_hide): Adapt cleanup
867         logic.
868         (gst_decode_pad_set_blocked, gst_decode_pad_add_drained_check):
869         New API for the decode pad, needed because we shouldn't do these
870         things inside gst_decode_pad_new(), but after.
871         (gst_decode_pad_new): Change to actually make the real pad, and
872         delay the blocking/drainage bits.
873
874 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
875
876         Patch by: Daniel Drake <dsd at laptop dot org>
877
878         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear_collectpads):
879         Unref all buffers when clearing collectpads. Fixes bug #546955.
880
881 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
882
883         Based on a patch by: Klaas <klaas at rivercrew dot net>
884
885         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_sink_event),
886         (gst_vorbis_enc_buffer_check_discontinuous),
887         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
888         * ext/vorbis/vorbisenc.h:
889         Keep track of the upstream segments and use the running time on that
890         segment instead of the buffer timestamp everywhere. Fixes bug #525807.
891
892 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
893
894         * gst/audioconvert/audioconvert.c: (audio_convert_convert):
895         Prevent overflows with big buffer when calculating the size of
896         the intermediate buffer by using gst_util_uint64_scale() instead of
897         plain arithmetics. Fixes bug #552801.
898
899 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
900
901         Patch by: Pavel Zeldin <pzeldin at gmail dot com>
902
903         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time),
904         (gst_clock_overlay_class_init), (gst_clock_overlay_finalize),
905         (gst_clock_overlay_init), (gst_clock_overlay_set_property),
906         (gst_clock_overlay_get_property):
907         * ext/pango/gstclockoverlay.h:
908         API: Add ability to specify format for date/time display by
909         adding a "time-format" property.
910         Fixes bug #554879.
911
912 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
913
914         Patch by: Jan Gerber <j at oil21 dot org>
915
916         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
917         (gst_riff_create_video_template_caps):
918         Add FFV1 fourcc to support playback of FFMPEG lossless video
919         in AVI. Fixes bug #555319.
920
921 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
922
923         Patch by: Håvard Graff <havard dot graff at tandberg dot com>
924
925         * gst-libs/gst/audio/gstbaseaudiosrc.c:
926         (gst_base_audio_src_create):
927         Implement skew clock slaving. Fixes #552559.
928
929 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
930
931         * gst-libs/gst/audio/multichannel.c:
932         * gst-libs/gst/audio/testchannels.c:
933         Fix include of config.h
934
935 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
936
937         Based on Patch by: Tero Saarni <tero dot saarni at gmail dot com>
938
939         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_parse_line),
940         (print_media), (gst_sdp_message_dump):
941         Fix parsing of the c= field containing multicast addresses.
942         Fixes #552199.
943         Add the connection info to the session or streams.
944         Fix parsing of the bandwidth.
945         Add debugging for the connections and bandwidths for a media.
946         Add debugging for the bandwidth of the session. 
947
948 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
949
950         * gst-libs/gst/rtp/gstbasertppayload.c:
951         (gst_basertppayload_change_state):
952         Configure the next seqnum and timestamp in the state change so that they
953         can be queried soon after.
954
955 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
956
957         * gst-libs/gst/rtp/gstbasertpdepayload.c:
958         (gst_base_rtp_depayload_chain):
959         Improve debugging of the rtptime.
960
961 2008-10-05  Jan Schmidt  <jan.schmidt@sun.com>
962
963         * configure.ac:
964         Back to development -> 0.10.21.1
965
966 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
967
968         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
969         (plugin_init):
970         Add typefinding for FLAC without headers in the beginning.
971         This is already handled by flacdec and friends.
972
973 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
974
975         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find),
976         (plugin_init):
977         Add typefinder for MXF.
978
979 2008-10-03  Jan Schmidt  <jan.schmidt@sun.com>
980
981         * tests/icles/Makefile.am:
982         Only build test-colorkey if GTK+ is available.
983
984 === release 0.10.21 ===
985
986 2008-10-03  Jan Schmidt <jan.schmidt@sun.com>
987
988         * configure.ac:
989           releasing 0.10.21, "We Could Be Wrong"
990
991 2008-09-28  Jan Schmidt  <jan.schmidt@sun.com>
992
993         * configure.ac:
994         0.10.20.4 pre-release
995
996 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
997
998         Patch by: Vincent Penquerc'h <ogg dot k dot ogg dot k at googlemail dot com>
999
1000         * ext/theora/theoraparse.c: (theora_parse_set_streamheader):
1001         Set the BOS flag on the BOS packet. Fixes #553244.
1002
1003 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1004
1005         * gst-libs/gst/rtsp/gstrtspmessage.c:
1006         (gst_rtsp_message_parse_request),
1007         (gst_rtsp_message_parse_response):
1008         Fix the g_return_val_if_fail() statements.
1009
1010 2008-09-22  Michael Smith <msmith@songbirdnest.com>
1011
1012         * gst-libs/gst/tag/gsttagdemux.c:
1013           Fail to activate if there's insufficient data in the file to be usable,
1014           preventing an assertion fail later. Fixes #552960
1015
1016 2008-09-15  Tim-Philipp Müller  <tim.muller at collabora co uk>
1017
1018         * gst-libs/gst/pbutils/descriptions.c:
1019         * gst/typefind/gsttypefindfunctions.c:
1020           Recognise Kate subtitle streams (#550582).
1021
1022 2008-09-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
1023
1024         * gst-libs/gst/audio/audio.h: (GST_AUDIO_FIELD_SIGNED):
1025           Remove trailing comma from enum list, which causes problems
1026           with -pendantic (#550729).
1027
1028 2008-09-10  Jan Schmidt  <jan.schmidt@sun.com>
1029
1030         * configure.ac:
1031         0.10.20.2 pre-release
1032
1033         * po/LINGUAS:
1034         * po/id.po:
1035         * po/pt_BR.po:
1036
1037         New translations.
1038
1039 2008-09-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
1040
1041         * gst-libs/gst/interfaces/propertyprobe.c:
1042           (gst_property_probe_get_properties),
1043           (gst_property_probe_get_property),
1044           (gst_property_probe_probe_property),
1045           (gst_property_probe_probe_property_name),
1046           (gst_property_probe_needs_probe),
1047           (gst_property_probe_needs_probe_name),
1048           (gst_property_probe_get_values),
1049           (gst_property_probe_get_values_name),
1050           (gst_property_probe_probe_and_get_values),
1051           (gst_property_probe_probe_and_get_values_name):
1052           More sanity checks for our second-favourite interface.
1053
1054 2008-09-05  Stefan Kost  <ensonic@users.sf.net>
1055
1056         * gst-libs/gst/interfaces/propertyprobe.c:
1057           Check for NULL pointer, in the hope that this fixes #532864.
1058
1059 2008-09-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
1060
1061         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
1062           No really, the next release is 0.10.21 (fix Since: tags in docs).
1063
1064 2008-09-04  Wim Taymans  <wim.taymans@collabora.co.uk>
1065
1066         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_stop):
1067         Disable a code path that is now called but causes a deadlock for some
1068         reason and is unneeded.
1069
1070 2008-09-04  Stefan Kost  <ensonic@users.sf.net>
1071
1072         * sys/xvimage/xvimagesink.c:
1073         * sys/xvimage/xvimagesink.h:
1074           Add a "draw-border" property that can be set to false to disable
1075           drawing borders.
1076           
1077         * tests/icles/test-colorkey.c:
1078         * tests/icles/Makefile.am:
1079           Add new test application for the colorkey handling.
1080
1081 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
1082
1083         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1084         Use a decent caps for TrueSpeech instead of a ffmpeg-specific one.
1085         This will also be fixed for upcoming gst-ffmpeg release so that once
1086         this release of -base is out, it will work with the latest gst-ffmpeg
1087         release.
1088
1089 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
1090
1091         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
1092         (gst_riff_create_audio_template_caps):
1093         Add Truespeech mapping for RIFF formats (AVI/WAV).
1094         Fixes #550656
1095
1096 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1097
1098         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1099         Typefind video/mj2 and image/jp2 ISO JPEG2000 mime types.
1100         Fixes #550638.
1101
1102 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
1103
1104         * configure.ac:
1105         * gst/subparse/Makefile.am:
1106         * gst/subparse/gstsubparse.c:
1107         * gst/subparse/samiparse.c:
1108         * tests/check/elements/subparse.c:
1109           Rework last change, so that we build subparse, but just disable the
1110           sami parse functionality, if we're configured to not use xml. In the
1111           tests only the sami test is disabled now.
1112
1113 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
1114
1115         * configure.ac:
1116           Disable subparse when xml is disabled. It woundn't work anyway. Fixes
1117           test runs.
1118
1119 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1120
1121         * po/POTFILES.in:
1122           Add some more files with strings for translation.
1123
1124 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
1125
1126         * gst-libs/gst/tag/gstvorbistag.c:
1127         * tests/check/libs/tag.c:
1128           Use new geo location tags from core. Fixes #481169
1129
1130 2008-09-01  Edward Hervey  <edward.hervey@collabora.co.uk>
1131
1132         * tests/check/elements/audioresample.c: (setup_audioresample),
1133         (fail_unless_perfect_stream), (test_perfect_stream_instance),
1134         (test_discont_stream_instance):
1135         Now that GstBaseTransform is 'fixed' ... remove cruft from tests.
1136         Add debugging for coherence.
1137
1138 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1139
1140         Patch by: Jonathan Matthew  <notverysmart gmail com>
1141
1142         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1143           Add typefinder for PDF documents (which is nice to have, since it's a
1144           common format, but also helps prevent false positives). Fixes #549814.
1145
1146 2008-08-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1147
1148         * gst/playback/gstplaybin2.c: (selector_blocked), (pad_added_cb),
1149         (no_more_pads_cb):
1150         Fix nasty race where multiple decodebins could start pushing data before
1151         we manage to configure the sinks, resulting in not-linked errors in
1152         typical RTSP streaming cases.
1153
1154 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1155
1156         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
1157         Since we now call stop, we trigger this code path that causes a deadlock
1158         is apparently not needed.
1159
1160 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1161
1162         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
1163         (gst_ring_buffer_stop):
1164         Also allow the case where the ringbuffer was paused when we try to stop
1165         it so that the basesrc stop function is still called.
1166
1167 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1168
1169         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
1170
1171         * sys/v4l/gstv4lelement.c: (gst_v4l_class_probe_devices):
1172         Reprobe devices again instead of taking a cached list as new
1173         devices could've been plugged in. Fixes bug #549062.
1174
1175 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1176
1177         Patch by: Alessandro Dessina <alessandro nnva org>
1178
1179         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
1180         (gst_ogg_demux_activate_chain):
1181         Don't add pads and activate them for skeleton streams. These are already
1182         handled inside oggdemux. Fixes bug #537599.
1183
1184 2008-08-22  Wim Taymans  <wim.taymans@collabora.co.uk>
1185
1186         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
1187         Reset variable so that query and convert fail after going back to
1188         READY. Fixes #548898.
1189
1190 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1191
1192         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
1193         If a buffer arrives with a timestamp before the timestamp+duration
1194         of the previous buffer clip it instead of dropping it completely.
1195         Slight improvement for the unfixable bug #548913.
1196
1197 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1198
1199         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1200         Take the current timestamp instead of timestamp+duration for the offset.
1201         This offset will later be used for calculating the timestamp and
1202         otherwise vorbisdec will interpolate timestamps wrong if upstream
1203         only sends timestamps and no granulepos.
1204
1205 2008-08-21  Stefan Kost  <ensonic@users.sf.net>
1206
1207         * tests/examples/seek/seek.c:
1208           Don't crash when having no visualisations.
1209
1210 2008-08-16  David Schleef  <ds@schleef.org>
1211
1212         * gst/typefind/gsttypefindfunctions.c: DV typefinding.  Remove
1213           check for a bit that is 0 in IEC 61384, but not SMPTE 314M.
1214           Fixes #548065.
1215
1216 2008-08-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1217
1218         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
1219         When cleaning up the caps fields also remove "depth" for the same
1220         reason we remove "width".
1221
1222 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
1223
1224         * gst-libs/gst/pbutils/descriptions.c: (format_info_get_desc):
1225           Add Lead H.264 here as well.
1226
1227 2008-08-14  Julien Moutte  <julien@fluendo.com>
1228
1229         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1230         (gst_riff_create_video_template_caps): Add Lead H.264 variant.
1231
1232 2008-08-13  Wim Taymans  <wim.taymans@collabora.co.uk>
1233
1234         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1235         (gst_base_audio_src_create):
1236         When not slaved to another clock also subtract the base_time from our
1237         internal clock time to get the running time.
1238
1239 2008-08-12  David Schleef  <ds@schleef.org>
1240
1241         * ext/theora/theoraenc.c: Remove the 2000 kbit limit to bitrate,
1242           since it has no basis in libtheora.
1243
1244 2008-08-12  Stefan Kost  <ensonic@users.sf.net>
1245
1246         * gst-libs/gst/interfaces/propertyprobe.h:
1247           Remove double "interface" from doc-string.
1248
1249         * gst-libs/gst/interfaces/xoverlay.h:
1250           Document interface.
1251
1252         * gst-libs/gst/riff/riff.c:
1253           Add basic doc blobs.
1254
1255 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1256
1257         * gst-libs/gst/audio/Makefile.am:
1258           Don't try to build that example anymore.
1259
1260 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1261
1262         * gst-libs/gst/audio/.cvsignore:
1263         * gst-libs/gst/audio/Makefile.am:
1264         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1265         * gst-libs/gst/audio/make_filter:
1266           Move audiofiltertemplate to gst-template.
1267
1268 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1269
1270         * docs/libs/gst-plugins-base-libs-sections.txt:
1271         * gst-libs/gst/audio/gstaudiosrc.h:
1272           More docs and shuffling. What can we do with the hundreds of #defines.
1273
1274 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1275
1276         * gst-libs/gst/audio/audio.h:
1277         * gst-libs/gst/audio/gstaudiofilter.h:
1278         * gst-libs/gst/audio/gstringbuffer.h:
1279         * gst-libs/gst/interfaces/propertyprobe.h:
1280         * gst-libs/gst/tag/gsttagdemux.h:
1281           Reducing number of dundocumented symbols.
1282
1283 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1284
1285         * gst-libs/gst/audio/audio.c:
1286           Fix doc comment syntax.
1287
1288         * gst-libs/gst/interfaces/propertyprobe.c:
1289           Add more doc-comments and a FIXME: for the signal.    
1290
1291 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1292
1293         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sink_event),
1294         (gst_ogg_mux_request_new_pad):
1295         * ext/ogg/gstoggmux.h:
1296         Don't pretend to support NEWSEGMENT events, instead override the
1297         GstCollectPads event function to return FALSE on NEWSEGMENT events
1298         and do the normal work for other events.
1299
1300         This prevents elements like flacenc to seek to the start and rewrite
1301         some data which then results in a broken Ogg packet.
1302
1303 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
1304
1305         Patch by: Frederic Crozat <fcrozat@mandriva.org>
1306
1307         * ext/alsa/gstalsaplugin.c: (plugin_init):
1308         * ext/cdparanoia/gstcdparanoiasrc.c: (plugin_init):
1309         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
1310         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
1311         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init):
1312         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
1313         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal):
1314         * gst/playback/gstdecodebin.c: (plugin_init):
1315         * gst/playback/gstdecodebin2.c: (gst_decode_bin_plugin_init):
1316         * gst/playback/gstplayback.c: (plugin_init):
1317         * gst/playback/gstqueue2.c: (plugin_init):
1318         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_plugin_init):
1319         * sys/v4l/gstv4l.c: (plugin_init):
1320         Make sure gettext returns translations in UTF-8 encoding rather
1321         than in the current locale encoding (#546822).
1322
1323 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
1324
1325         * gst-libs/gst/pbutils/descriptions.c:
1326           Add audio/x-qdm for qtdemux.
1327
1328 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1329
1330         * ext/vorbis/vorbisdec.c:
1331           Do not leak old taglist.
1332
1333 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1334
1335         * tests/icles/test-scale.c:
1336           Include <stdlib.h> for atoi().
1337
1338 2008-08-04  Andy Wingo  <wingo@pobox.com>
1339
1340         * gst/audiotestsrc/gstaudiotestsrc.c: Very crucial and important
1341         documentation fix.
1342
1343 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
1344
1345         * gst/adder/gstadder.c:
1346           Cleanup lots of empty lines that came from gst-indent going havoc
1347           before I added the INDENT_ON/OFF marker some time agao.
1348
1349 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
1350
1351         * configure.ac:
1352         * gst-libs/gst/riff/riff-read.c:
1353           Bump requirement to latest core and use new tag for riff formats.
1354           Needed for #520694.
1355
1356 2008-08-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1357
1358         * tests/examples/dynamic/Makefile.am:
1359         * tests/examples/dynamic/codec-select.c: (make_encoder),
1360         (make_pipeline), (do_switch), (my_bus_callback), (main):
1361         Add example app that dynamically switches between 3 'encoders'.
1362
1363 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1364
1365         * gst/playback/gstplaysink.c: (gst_play_sink_set_vis_plugin):
1366         Add some more comments.
1367
1368 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1369
1370         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_getcaps),
1371         (gst_video_test_src_create):
1372         Discard buffers of the wrong size after renegotiation, this is perfectly
1373         possible with things like capsfilter that could suggest caps changes
1374         upstream without knowing the size of the buffer.
1375
1376 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1377
1378         * tests/icles/.cvsignore:
1379         * tests/icles/Makefile.am:
1380         * tests/icles/test-scale.c: (make_pipeline), (main):
1381         Add dynamic rescaling tests for the new basetransform.
1382
1383 2008-07-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1384
1385         * gst/audioconvert/Makefile.am:
1386           Dist recently-added gstfastrandom.h.
1387
1388 2008-07-30  Edward Hervey  <edward.hervey@collabora.co.uk>
1389
1390         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1391         Fix a "may be used uninitialized in this function" which weirdly only
1392         appears on macosx (?).
1393
1394 2008-07-30  Stefan Kost  <ensonic@users.sf.net>
1395
1396         * gst-libs/gst/riff/riff-ids.h:
1397           Adding acid chunk for tempo and loop information.
1398
1399 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1400
1401         * sys/xvimage/Makefile.am:
1402           floor() needs linking to $(LIBM).
1403
1404 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1405
1406         * ext/gnomevfs/gstgnomevfssrc.c:
1407           Aggregate short reads and add some comments and debug logging.
1408           Fixes #537380
1409
1410 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1411
1412         * gst/playback/gstplaybasebin.c:
1413           Fix property doc markup (its not a signal).
1414
1415         * sys/xvimage/xvimagesink.c:
1416           Add since tag for new proeprties (also add sice tags fro the last two
1417           other additions).
1418
1419 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1420
1421         * sys/xvimage/xvimagesink.c:
1422         * sys/xvimage/xvimagesink.h:
1423           Add autofill/colorkey properties. Fixes #538656.
1424
1425 2008-07-28  David Schleef  <ds@schleef.org>
1426
1427         * sys/xvimage/xvimagesink.c:
1428           Fix rounding errors when converting colorbalance values
1429           between hardware and object property ranges.  Partial
1430           fix for #537889, however, there still seems to be a small
1431           drift problem that could be totem's fault.
1432
1433 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1434
1435         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
1436         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
1437         Don't use GST_CLOCK_TIME_NONE as start of NEWSEGMENT events.
1438         This fixes a critical warning.
1439
1440 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1441
1442         * ext/ogg/gstoggmux.c:
1443         Allow muxing of CELT into Ogg streams.
1444
1445 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1446
1447         * gst/typefind/gsttypefindfunctions.c: (celt_type_find),
1448         (plugin_init):
1449         Add simple typefinder for the CELT codec (www.celt-codec.org).
1450
1451 2008-07-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1452
1453         Patch by: Jan Gerber <j at oil21 dot org>
1454
1455         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone):
1456         Fix calculation of the start time from skeleton streams.
1457         Fixes bug #530068.
1458
1459 2008-07-24  Stefan Kost  <ensonic@users.sf.net>
1460
1461         * tests/examples/seek/seek.c:
1462           Use 64 bit constant GST_CLOCK_TIME_NONE instead of plain -1.
1463
1464 2008-07-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1465
1466         * gst/audioconvert/audioconvert.h:
1467         * gst/audioconvert/gstaudioquantize.c:
1468         (gst_audio_quantize_setup_dither),
1469         (gst_audio_quantize_free_dither):
1470         * gst/audioconvert/gstfastrandom.h:
1471         Implement a linear congruential generator as pseudo random number
1472         generator for the dither noise. This is about 2 times faster than
1473         using GLib's mersenne twister. Also this uses only integer math for
1474         generating integers while GLib internally uses floating point math.
1475
1476 2008-07-23  Michael Smith <msmith@songbirdnest.com>
1477
1478         * configure.ac:
1479           Remove AC_ISC_POSIX; it breaks on some systems and is not needed.
1480
1481 2008-07-23  Tim-Philipp Müller  <tim.muller at collabora co uk>
1482
1483         Patch by: Damien Lespiau  <damien.lespiau gmail com>
1484
1485         * gst-libs/gst/sdp/gstsdpmessage.c: (print_media):
1486           Use GST_STR_NULL to avoid crashes with libcs that don't
1487           like NULL strings in printf args (such as the win32 one).
1488           Fixes #544306.
1489
1490 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1491
1492         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
1493         Oops - set the size of the image used for probing back to 1x1, for
1494         consistency with ximagesink
1495
1496 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1497
1498         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1499         (gst_ximagesink_ximage_new):
1500         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
1501         (gst_xvimagesink_xvimage_new):
1502
1503         Apparently on Solaris and OS/X (at least), it's not legal to ask the
1504         X server to attach to a shared memory segment after we've deleted it,
1505         with the result that MIT-SHM is disabled. Instead, remove it only after 
1506         X succeeds in attaching too.
1507
1508 2008-07-16  David Schleef  <ds@schleef.org>
1509
1510         * gst/audiotestsrc/gstaudiotestsrc.c:
1511         * gst/audiotestsrc/gstaudiotestsrc.h:
1512           Add 'ticks', a 1/30 second sine wave pulse every second.
1513
1514 2008-07-15  David Schleef  <ds@schleef.org>
1515
1516         * gst-libs/gst/video/video.c: Revert ABI change.
1517
1518 2008-07-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1519
1520         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1521         Make it impossible to have NULL caps at the point where we set
1522         framerate and other things. Also don't return immediately for "3ivd"
1523         video and let framerate, etc be set. Might fix bug #542508.
1524
1525 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1526
1527         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps):
1528         Video format can also be conveniently determined from (many)
1529         non-fixed caps.
1530
1531 2008-07-14  Jan Schmidt  <thaytan@noraisin.net>
1532
1533         * gst/playback/gstplaybasebin.c:
1534         * gst/playback/gstplaybasebin.h:
1535         * gst/playback/gstplaybin.c:
1536         * gst/playback/gststreamselector.c:
1537         First stab at integrating DVD subpicture overlay into
1538         playbin. Successfully plugs and plays, but the queues need
1539         shrinking - 3 seconds of video is too much buffering.
1540
1541 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
1542
1543         * gst/audioconvert/gstaudioconvert.c:
1544           Remove now obsolete note in the docs.
1545
1546 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
1547
1548         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1549         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
1550         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1551         * docs/plugins/gst-plugins-base-plugins.args:
1552         * docs/plugins/gst-plugins-base-plugins.hierarchy:
1553         * docs/plugins/gst-plugins-base-plugins.interfaces:
1554         * docs/plugins/gst-plugins-base-plugins.prerequisites:
1555         * docs/plugins/gst-plugins-base-plugins.signals:
1556         * docs/plugins/inspect/plugin-adder.xml:
1557         * docs/plugins/inspect/plugin-alsa.xml:
1558         * docs/plugins/inspect/plugin-audioconvert.xml:
1559         * docs/plugins/inspect/plugin-audiorate.xml:
1560         * docs/plugins/inspect/plugin-audioresample.xml:
1561         * docs/plugins/inspect/plugin-audiotestsrc.xml:
1562         * docs/plugins/inspect/plugin-cdparanoia.xml:
1563         * docs/plugins/inspect/plugin-decodebin.xml:
1564         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
1565         * docs/plugins/inspect/plugin-gdp.xml:
1566         * docs/plugins/inspect/plugin-gnomevfs.xml:
1567         * docs/plugins/inspect/plugin-libvisual.xml:
1568         * docs/plugins/inspect/plugin-ogg.xml:
1569         * docs/plugins/inspect/plugin-pango.xml:
1570         * docs/plugins/inspect/plugin-playback.xml:
1571         * docs/plugins/inspect/plugin-queue2.xml:
1572         * docs/plugins/inspect/plugin-subparse.xml:
1573         * docs/plugins/inspect/plugin-tcp.xml:
1574         * docs/plugins/inspect/plugin-theora.xml:
1575         * docs/plugins/inspect/plugin-typefindfunctions.xml:
1576         * docs/plugins/inspect/plugin-uridecodebin.xml:
1577         * docs/plugins/inspect/plugin-video4linux.xml:
1578         * docs/plugins/inspect/plugin-videorate.xml:
1579         * docs/plugins/inspect/plugin-videoscale.xml:
1580         * docs/plugins/inspect/plugin-videotestsrc.xml:
1581         * docs/plugins/inspect/plugin-volume.xml:
1582         * docs/plugins/inspect/plugin-vorbis.xml:
1583         * docs/plugins/inspect/plugin-ximagesink.xml:
1584         * docs/plugins/inspect/plugin-xvimagesink.xml:
1585         * ext/alsa/gstalsamixer.c:
1586         * ext/alsa/gstalsasink.c:
1587         * ext/alsa/gstalsasrc.c:
1588         * ext/gio/gstgiosink.c:
1589         * ext/gio/gstgiosrc.c:
1590         * ext/gio/gstgiostreamsink.c:
1591         * ext/gio/gstgiostreamsrc.c:
1592         * ext/gnomevfs/gstgnomevfssink.c:
1593         * ext/gnomevfs/gstgnomevfssrc.c:
1594         * ext/ogg/gstoggdemux.c:
1595         * ext/ogg/gstoggmux.c:
1596         * ext/pango/gstclockoverlay.c:
1597         * ext/pango/gsttextoverlay.c:
1598         * ext/pango/gsttextrender.c:
1599         * ext/pango/gsttimeoverlay.c:
1600         * ext/theora/theoradec.c:
1601         * ext/theora/theoraenc.c:
1602         * ext/theora/theoraparse.c:
1603         * ext/vorbis/vorbisdec.c:
1604         * ext/vorbis/vorbisenc.c:
1605         * ext/vorbis/vorbisparse.c:
1606         * ext/vorbis/vorbistag.c:
1607         * gst/adder/gstadder.c:
1608         * gst/audioconvert/gstaudioconvert.c:
1609         * gst/audioresample/gstaudioresample.c:
1610         * gst/audiotestsrc/gstaudiotestsrc.c:
1611         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1612         * gst/gdp/gstgdpdepay.c:
1613         * gst/gdp/gstgdppay.c:
1614         * gst/playback/gstdecodebin2.c:
1615         * gst/playback/gstplaybin.c:
1616         * gst/playback/gstplaybin2.c:
1617         * gst/playback/gstqueue2.c:
1618         * gst/playback/gsturidecodebin.c:
1619         * gst/tcp/gstmultifdsink.c:
1620         * gst/tcp/gsttcpserversink.c:
1621         * gst/videorate/gstvideorate.c:
1622         * gst/videoscale/gstvideoscale.c:
1623         * gst/videotestsrc/gstvideotestsrc.c:
1624         * gst/volume/gstvolume.c:
1625         * sys/ximage/ximagesink.c:
1626         * sys/xvimage/xvimagesink.c:
1627           Cleanup Plugin docs. Link to signals and properties. Fix sub-section
1628           titles. Drop mentining that all our example pipelines are "simple"
1629           pipelines.
1630
1631 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1632
1633         * tests/examples/seek/Makefile.am:
1634         Fix out of tree build by adding all required CFLAGS.
1635
1636 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1637
1638         * gst/playback/gstdecodebin.c: (add_raw_queue):
1639         And ref the pad before returning it again when linking to the queue
1640         failed. Otherwise we will unref the pad twice later and things break.
1641
1642 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1643
1644         * gst/playback/gstdecodebin.c: (add_raw_queue):
1645         If linking the raw pad with a queue fails, try it without a queue
1646         instead of failing completely. This should never happen.
1647
1648 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1649
1650         Patch by: Evgeniy Stepanov <eugeni dot stepanov at gmail dot com>
1651
1652         * gst/playback/gstdecodebin.c: (add_raw_queue), (close_pad_link):
1653         Add a queue after a demuxer if the demuxer outputs raw data. This was
1654         done before only for non-raw data but is required in this case too.
1655         Fixes bug #540215.
1656
1657         decodebin2 doesn't have this issue because all streams of a group
1658         go through multiqueue.
1659
1660 2008-07-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1661
1662         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
1663
1664         * gst-libs/gst/sdp/gstsdpmessage.c:
1665         Makes libgstsdp compile with mingw32 by defining the right WINVER so
1666         that getaddrinfo() can be used. Fixes #541358.
1667
1668 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1669
1670         * gst/videotestsrc/gstvideotestsrc.c:
1671         (gst_video_test_src_class_init), (gst_video_test_src_init),
1672         (gst_video_test_src_set_property),
1673         (gst_video_test_src_get_property), (gst_video_test_src_create):
1674         * gst/videotestsrc/gstvideotestsrc.h:
1675         Cleanups, use default property values as defines.
1676         Add property to enable/disable peer buffer allocation.
1677
1678 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1679
1680         * tests/check/elements/gdpdepay.c: (gdpdepay_suite):
1681         * tests/check/pipelines/streamheader.c: (streamheader_suite):
1682         Enable unit tests on PPC again as the bugs are now fixed.
1683
1684 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1685
1686         * gst-libs/gst/riff/riff-ids.h:
1687         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
1688         (gst_riff_create_audio_template_caps):
1689         Add support for ADPCM IMA DK3 and DK4 variant in RIFF containers.
1690         Fixes bug #540351.
1691
1692 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1693
1694         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1695         (gst_ffmpeg_pixfmt_to_caps):
1696         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1697         (gst_ffmpegcsp_get_unit_size):
1698         Only set/get on the PAL8 format, ffmpegcolorspace doesn't support
1699         it on other formats. Also adjust the unit size only for that format
1700         to not include the palette. Fixes bug #540497.
1701
1702 2008-06-29  Stefan Kost  <ensonic@users.sf.net>
1703
1704         * gst/adder/gstadder.c:
1705           Use GST_DEBUG_FUNCPTR and remove some extra vlnak lines.
1706
1707 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
1708
1709         * ChangeLog:
1710           ChangeLog surgery.
1711   
1712         * tests/examples/seek/seek.c:
1713           Move variable into ifdef too.
1714         
1715
1716 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
1717
1718         * tests/examples/seek/seek.c:
1719           Include config.h and check if we have X. Remove XInitThread(), don't
1720           think its needed. Fixes: #540334.
1721
1722 2008-06-26  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1723
1724         Patch by: Sam Morris <sam at robots dot org to uk>
1725
1726         * gst-libs/gst/interfaces/mixertrack.c:
1727         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
1728         (gst_mixer_track_set_property):
1729         API: Add "index" property to GstMixerTrack to differantiate between
1730         multiple mixer tracks with the same label.
1731
1732         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
1733         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
1734         Set the "index" property of GstMixerTrack to the index given by ALSA.
1735         Fixes bug #528299.
1736
1737 2008-06-25  Stefan Kost  <ensonic@users.sf.net>
1738
1739         * tests/examples/seek/Makefile.am:
1740         * tests/examples/seek/seek.c:
1741           Remove libgstvideo usage. Use gtk_get_option_group instead of
1742           gtk_init().
1743
1744 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1745
1746         * tests/check/Makefile.am:
1747           Name the test registry format neutral.
1748
1749 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1750
1751         * gst/playback/gstqueue2.c:
1752           Do not double notify. Remove the unsued return value.
1753
1754 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1755
1756         * ext/alsa/gstalsamixer.c:
1757           Also consider "speaker" as a name for master volume. If that doesn't
1758           help look for the first non-mono volume control that also has a
1759           playback switch.
1760
1761 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1762
1763         * ChangeLog:
1764           Forgot to save the ChangeLog :/
1765
1766 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1767
1768         * tests/examples/seek/Makefile.am:
1769         * tests/examples/seek/seek.c:
1770           Embedd the xwindow. Allow to play multiple files.
1771
1772 2008-06-24  Jan Schmidt  <jan.schmidt@sun.com>
1773
1774         * sys/ximage/ximagesink.c (gst_ximagesink_ximage_put),
1775         (gst_ximagesink_setcaps):
1776         * sys/ximage/ximagesink.h:
1777         When the caps change, make sure to re-draw borders in
1778         force-aspect-ratio=true mode.
1779         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_put):
1780         Don't clear the border_draw flag until we actually draw the border.
1781         * tests/check/Makefile.am:
1782         Ignore alsasink/src during the states test too, so it doesn't fail
1783         when running without access to the sound device.
1784
1785 2008-06-22  Stefan Kost  <ensonic@users.sf.net>
1786
1787         * tests/examples/seek/seek.c:
1788           Fix crasher when playing a parse-launch line the 2nd time.
1789
1790 2008-06-21  Thomas Vander Stichele  <thomas at apestaart dot org>
1791
1792         * tests/check/pipelines/oggmux.c:
1793           Properly ifdef tests to fix compilation.
1794
1795 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1796
1797         * gst/playback/gstplay-marshal.list:
1798         * gst/playback/gstplaybin2.c:
1799           Add get-video-pad, get-audio-pad, get-text-pad action signals to
1800           playbin2. This allows the user to get to the selector's sinkpads, and
1801           thus inspect a range of things - caps, tags, etc. 
1802
1803 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1804
1805         * gst/playback/gstplaybin2.c:
1806           Use a different constant for the convert-frame signal id.
1807           Fixes #537009.
1808
1809 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1810
1811         * gst/playback/gstplaybin2.c:
1812         * gst/playback/gstplaysink.c:
1813           Fix a whole bunch of typos in comments and log statements. 
1814
1815 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1816
1817         * sys/xvimage/xvimagesink.c:
1818           Don't set colour balance values on the Xv port if the user hasn't
1819           changed them (via properties or the interface). Avoids accumulating
1820           rounding errors for the common case.
1821           Partial fix for bug #537889.
1822
1823 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1824
1825         * gst/playback/gstdecodebin2.c:
1826           Ensure decodebin2 emits 'drained' signal once, and only once, when all
1827           pads are drained.
1828
1829 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1830
1831         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_get_latency),
1832         (gst_vorbis_enc_src_query), (gst_vorbis_enc_chain):
1833         Report the encoder latency. Fixes #538232.
1834
1835 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1836
1837         * gst/playback/gstplaybin2.c: (gst_play_bin_get_property),
1838         (notify_source), (activate_group):
1839         Implement the source property, emit notify when it changes in the
1840         underlying uridecodebin.
1841
1842 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1843
1844         * tests/examples/seek/seek.c: (stop_cb):
1845         Free and clear the seek element list so that we don't use invalid
1846         references when seeking after recreating a gst-launch line.
1847
1848 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1849
1850         * gst-libs/gst/audio/gstbaseaudiosink.c:
1851         (gst_base_audio_sink_query), (gst_base_audio_sink_skew_slaving),
1852         (gst_base_audio_sink_render):
1853         Report latency even if we are not live instead of hiding it.
1854         Take ts-offset and render-delay of the basesink into account when
1855         scheduling samples.
1856         Rework the clipping code so that we can take the various offsets into
1857         account and still do correct clipping.
1858
1859 2008-06-20  Jan Schmidt  <jan.schmidt@sun.com>
1860
1861         * configure.ac:
1862         Bump verion back to devel -> 0.10.20.1
1863
1864 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
1865
1866         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
1867         Don't increase the size of non-string image buffers by one as this
1868         might in theory confuse decoders. Still increase it by one for string
1869         image buffers to append '\0'.
1870
1871 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
1872
1873         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1874         
1875         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset):
1876         Fix a buffer memleak and remove a confusing and wrong debug output.
1877         Fixes bug #538663.
1878
1879 === release 0.10.20 ===
1880
1881 2008-06-18  Jan Schmidt <jan.schmidt@sun.com>
1882
1883         * configure.ac:
1884           releasing 0.10.20, "Here I Go Again"
1885
1886 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
1887
1888         * configure.ac:
1889         0.10.19.3 pre-release
1890
1891 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
1892
1893         * gst-libs/gst/rtsp/gstrtspconnection.c:
1894         Fix build on win32.
1895         Patch By: David Schleef <ds@schleef.org>
1896         Fixes: #536874
1897
1898 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
1899
1900         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_finalize),
1901         (gst_gio_base_src_create):
1902         * ext/gio/gstgiobasesrc.h:
1903         Try to read the requested number of bytes, even if the first
1904         read returns less than requested, until nothing is read anymore
1905         or we have the requested amount of bytes. This fixes playback of
1906         files via Samba as Samba only allows to read 64k at once.
1907
1908         Implement a caching algorithm that makes sure that we read at
1909         least 4k of data every time. Some elements will try to read a few
1910         bytes, then seek, read again a few bytes and so on and this is
1911         painfully slow as every operation has to go over DBus if GVfs is
1912         used as backend.
1913
1914         Fixes bug #536849 and #536848.
1915
1916         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init),
1917         (gst_gio_src_check_get_range):
1918         Override check_get_range() to blacklist http/https URIs
1919         and whitelist file URIs. More to be added on demand.
1920
1921 2008-06-05  Jan Schmidt  <jan.schmidt@sun.com>
1922
1923         * configure.ac:
1924         0.10.19.2 pre-release
1925
1926 2008-06-04  Jan Schmidt  <jan.schmidt@sun.com>
1927
1928         * win32/common/libgstrtsp.def:
1929         * win32/common/libgsttag.def:
1930         Add new API functions to the dll exports
1931
1932 2008-06-04  Michael Smith <msmith@songbirdnest.com>
1933
1934         * gst/playback/gstplaybasebin.c:
1935           Disconnect signals from decodebins we created before we remove it
1936           from playbin, to avoid crashes if the decodebin is eventually
1937           disposed after the playbin itself (possible if the app takes a
1938           reference on the decodebin).
1939           Fixes #536521.
1940
1941 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
1942
1943         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
1944           (mp3_type_find), (musepack_type_find), (MULTIPART_MAX_HEADER_SIZE),
1945           (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
1946           (h264_video_type_find), (mpeg_video_stream_type_find),
1947           (dv_type_find), (mmsh_type_find):
1948           Bunch of small clean-ups: use gst_type_find_suggest_simple(); don't
1949           copy caps for no good reason (this may be desirable to make it easier
1950           to detect leaks, but then it should probably be done for all caps
1951           in the typefinder somewhere).
1952
1953 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1954
1955         * tests/check/Makefile.am:
1956         Do not try to run the check tests for subparse unless it has been
1957         built.
1958
1959 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1960
1961         * tests/check/pipelines/streamheader.c: (buffer_probe_cb),
1962         (test_multifdsink_gdp_vorbisenc), (streamheader_suite):
1963         Do not try to run a test which requires vorbisenc unless we have
1964         actually built it.
1965
1966 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1967
1968         * gst-libs/gst/rtsp/gstrtspconnection.c:
1969         (gst_rtsp_connection_set_auth), (gst_rtsp_connection_set_auth_param),
1970         (gst_rtsp_connection_clear_auth_params),
1971         (gst_rtsp_connection_set_qos_dscp), (gst_rtsp_connection_get_ip):
1972         * gst-libs/gst/rtsp/gstrtspconnection.h:
1973         Add a couple of missing argument guards.
1974         Add a way of setting the DSCP for an RTSP connection.
1975         Add an accessor method for the ip member of GstRTSPConnection as all
1976         members are supposed to be private.
1977
1978 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1979
1980         * gst/tcp/gstmultifdsink.c: (setup_dscp_client):
1981         Fixed accidental use of IPv4 options for all IPv6 addresses.
1982
1983 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
1984
1985         * gst-libs/gst/interfaces/mixertrack.h:
1986           Document mixer track flags.
1987
1988 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
1989
1990         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1991
1992         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset_streamheader):
1993         Don't set caps on the buffers that contain a copy of the buffer
1994         including the caps of them resulting in an always increasing refcount
1995         of the caps and insanely large caps. Instead include a buffer without
1996         caps in the new caps. Fixes bug #536475.
1997
1998 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
1999
2000         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
2001         Transform a given PAR to a range on the struct with the generic
2002         height/width instead of the struct with the possibly restricted
2003         height/width.
2004
2005 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
2006
2007         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
2008         Prefer the given format if it contains something stricter than [1,MAX]
2009         for height or width and only put a structure that requires rescaling
2010         as second. This makes it possible to use videoscale in pipelines where
2011         the source can actually produce the wanted height/width but usually
2012         selects a different one from the requested.
2013
2014 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2015
2016         Based on patch by: John Millikin <jmillikin gmail com>
2017
2018         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches), (gst_vorbis_tag_add),
2019           (gst_vorbis_tag_add_coverart):
2020           Retrieve COVERART tags from vorbis comments (#512333)
2021
2022 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2023
2024         * gst-libs/gst/tag/tag.h:
2025         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
2026           Don't forget to add new enum value here too (should probably use
2027           glib-mkenums here...).
2028
2029 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2030
2031         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_add_id3_image):
2032         * gst-libs/gst/tag/tag.h: (GST_TAG_IMAGE_TYPE_NONE),
2033         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
2034           (gst_tag_image_type_get_type), (gst_tag_image_type_is_valid),
2035           (gst_tag_image_data_to_image_buffer):
2036           Add two utility functions to avoid code duplication (#512333):
2037           API: add gst_tag_image_data_to_image_buffer()
2038           API: add gst_tag_list_add_id3_image()
2039           API: add GST_TAG_IMAGE_TYPE_NONE enum value
2040
2041 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
2042
2043         * win32/common/libgstaudio.def:
2044         Add gst_audio_check_channel_positions() to the exported symbols.
2045
2046 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
2047
2048         * docs/libs/gst-plugins-base-libs-sections.txt:
2049         * gst-libs/gst/audio/multichannel.c:
2050         (gst_audio_check_channel_positions):
2051         * gst-libs/gst/audio/multichannel.h:
2052         API: Make gst_audio_check_channel_positions() public.
2053
2054         * tests/check/libs/audio.c: (GST_START_TEST):
2055         Add some simple checks for gst_audio_check_channel_positions().
2056
2057 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
2058
2059         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
2060           minrange and maxrange are scaled according to the frequency
2061           multiplier.
2062
2063 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
2064
2065         * ext/pango/Makefile.am:
2066         * ext/pango/gsttextoverlay.c: (gst_text_overlay_shade_y),
2067           (gst_text_overlay_blit_yuv420), (gst_text_overlay_push_frame):
2068           Use gstvideo functions to calculate strides and plane offsets. Fixes
2069           rendering issue ('ghost' images of the text on the chroma planes)
2070           with widths or heights that are not multiples of 8 (#506659 and
2071           probably also #485729).
2072
2073         * tests/icles/test-textoverlay.c: (show_text), (test_textoverlay),
2074           (main):
2075           Test with odd height/width too.
2076
2077 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
2078
2079         * gst/adder/gstadder.c: (gst_adder_query_duration),
2080         (gst_adder_query_latency):
2081         When using gst_element_iterate_pads() one has to unref every pad
2082         after usage.
2083
2084 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
2085
2086         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2087         (gst_base_audio_src_class_init):
2088         Add a gtk-doc chunk for the new properties to have a Since: indication.
2089
2090 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
2091
2092         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2093         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
2094         (gst_base_audio_src_get_property), (gst_base_audio_src_setcaps),
2095         (gst_base_audio_src_change_state):
2096         Provide readable actual-buffer-time and actual-latency-time properties
2097         that reflect the configured ringbuffer values. Fixes #524724.
2098         API: GstBaseAudioSrc:actual-buffer-time
2099         API: GstBaseAudioSrc:actual-latency-time
2100
2101 2008-05-30  Wim Taymans  <wim.taymans@collabora.co.uk>
2102
2103         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push),
2104         (gst_basertppayload_change_state):
2105         Simply converting the running time into an RTP timestamp by scaling it
2106         based on the clock-rate is good enough for making an RTP timestamp. This
2107         has the added benefit that we can later on expose a property with the
2108         RTP timestamp of running time 0, as is needed for RTSP servers to
2109         generate the response of the PLAY request.
2110
2111 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
2112
2113         * gst/audioconvert/gstaudioconvert.c:
2114         (structure_has_fixed_channel_positions),
2115         (gst_audio_convert_transform_caps):
2116         Allow up to 11 positioned channels now that audioconvert can handle
2117         this but add no default positions for > 8 channels.
2118         
2119         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2120         Add some unit tests for the above change: Test conversion of
2121         11 positioned channels to stereo and the other way around, test
2122         conversion of 15 unpositioned channels in different ways.
2123
2124 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2125
2126         * win32/common/libgstaudio.def:
2127         Add gst_audio_clock_reset to the list of exported symbols.
2128
2129 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2130
2131         * tests/check/elements/vorbisdec.c: (vorbisdec_suite):
2132         Remove wrong_channels_identification_header unit test as we now
2133         support 7 (and more channels).
2134
2135 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2136
2137         * gst/audioconvert/gstchannelmix.c:
2138         (gst_channel_mix_fill_one_other):
2139         If mixing left or right to center (or the other way around) only take
2140         the complete value if we don't already have the original position in
2141         the source.
2142
2143 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2144
2145         * gst-libs/gst/audio/multichannel.c:
2146         (gst_audio_check_channel_positions),
2147         (gst_audio_set_structure_channel_positions_list),
2148         (gst_audio_fixate_channel_positions):
2149         Allow rear center together with rear left/right and other previously
2150         conflicting channel positions. The reason why they weren't allowed
2151         was the channel mixing implementation in audioconvert.
2152         Also take this into account when fixing channel layouts.
2153
2154         Allow setting channel positions for 1/2 channels when using
2155         gst_audio_set_structure_channel_position().
2156
2157         * gst/audioconvert/gstchannelmix.c:
2158         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
2159         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
2160         (gst_channel_mix_fill_special), (gst_channel_mix_fill_matrix):
2161         Major rewrite of the channel mixing.
2162
2163         We now allow previously conflicting channel positions to appear
2164         together (rear center and rear left/right for example).
2165         Fixes bug #533817.
2166
2167         Rework the way channels are mixed together to take more possible
2168         channel positions into account, properly mix from/to side channels
2169         and don't assume that either center, left&right or nothing of a
2170         specific position is available anymore.
2171
2172         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2173         Adjust unit tests with non-standard 1/2 channel layouts to the more
2174         correct new behaviour.
2175
2176         Add a unit test for 5.1->Stereo downmixing.
2177
2178 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2179
2180         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
2181         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps):
2182         Add sane defaults for the 7 and 8 channel layouts as those are
2183         undefined in the Vorbis spec. Use NONE channel layouts when decoding
2184         more than 8 channels instead of erroring out. Fixes bug #535356.
2185
2186 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2187
2188         * docs/plugins/Makefile.am:
2189         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2190         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2191         * ext/theora/theoraparse.c:
2192         Add theoraparse to the docs and fix some docs.
2193
2194 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2195
2196         * gst-libs/gst/cdda/gstcddabasesrc.c:
2197         (gst_cdda_base_src_add_track), (gst_cdda_base_src_create):
2198         Fix EOS condition and track addition check, the track.end sector is
2199         included in the track. Fixes #533265.
2200
2201 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2202
2203         Patch by: Mark Nauwelaerts <manauw at skynet be>
2204
2205         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
2206         (gst_video_rate_flush_prev), (gst_video_rate_event),
2207         (gst_video_rate_chain):
2208         * gst/videorate/gstvideorate.h:
2209         React (more) to NEWSEGMENT
2210         Small adjustment in timestamp calculation to prevent mismatches
2211         Fixes #435633.
2212
2213 2008-05-28  Tim-Philipp Müller  <tim.muller at collabora co uk>
2214
2215         * tests/examples/seek/seek.c: (make_parselaunch_pipeline):
2216           Initialise error to NULL as we should.
2217
2218 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
2219
2220         * gst/adder/gstadder.c: (gst_adder_query_duration),
2221         (gst_adder_query_latency), (gst_adder_query):
2222         Implement latency query.
2223
2224 2008-05-27  Sebastian Dröge  <slomo@circular-chaos.org>
2225
2226         * gst/adder/gstadder.c: (gst_adder_query_duration):
2227         Correctly resync the iterator if gst_iterator_next() returns
2228         GST_ITERATOR_RESYNC.
2229
2230 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2231
2232         * win32/vs6/libgstpbutils.dsp:
2233           Add pbutils-enumtypes.c to sources (#518037).
2234
2235 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
2236
2237         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
2238         (gst_audio_clock_reset), (gst_audio_clock_get_internal_time):
2239         * gst-libs/gst/audio/gstaudioclock.h:
2240         Add method to inform the clock that the time starts from 0 again. We use
2241         this info to calculate a clock offset so that the time we report in
2242         internal_time is monotonically increasing, as required by the clock base
2243         class. Fixes #521761.
2244         API: GstAudioClock::gst_audio_clock_reset()
2245
2246         * gst-libs/gst/audio/gstbaseaudiosink.c:
2247         (gst_base_audio_sink_skew_slaving),
2248         (gst_base_audio_sink_change_state):
2249         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2250         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
2251         Reset reported time when we (re)create the ringbuffer.
2252
2253 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2254
2255         * ext/alsa/gstalsamixertrack.c:
2256           (gst_alsa_mixer_track_update_alsa_capabilities):
2257           Make sure playback volumes aren't accidentally overwritten by
2258           capture volumes if an alsa mixer track has both playback and
2259           capture capabilities: we create two GstMixerTracks in that
2260           case, so make sure we query only the alsa capabilities that
2261           refer to the type of GstMixerTrack we created from the dual
2262           capability alsa element. Should fix issues with Audigy2 sound
2263           cards (#518082).
2264
2265 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2266
2267         * tests/check/pipelines/oggmux.c: (test_pipeline):
2268           Don't use deprecated function.
2269
2270 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
2271
2272         * gst/playback/gstdecodebin2.c:
2273         (gst_decode_group_control_source_pad), (gst_decode_group_expose):
2274         Check for NULL cases and log them, creating ghostpads can, for example,
2275         fail when the pad returns wrong caps.
2276
2277         * gst/playback/gstplaybin2.c: (perform_eos):
2278         When pushing out the EOS event, collect the return value and warn when
2279         something failed.
2280
2281 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
2282
2283         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2284         (gst_riff_create_video_template_caps):
2285         Add support for DVCPRO.
2286
2287 2008-05-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
2288
2289         * gst/videoscale/gstvideoscale.c: (DEFAULT_PROP_METHOD):
2290           Change default scaling method from nearest-neighbour to bilinear.
2291
2292 2008-05-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
2293
2294         * tests/check/libs/video.c:
2295           More checks.
2296
2297 2008-05-25  Tim-Philipp Müller  <tim.muller at collabora co uk>
2298
2299         * gst/subparse/gstsubparse.c: (parser_state_init),
2300           (gst_sub_parse_format_autodetect), (handle_buffer):
2301         * gst/subparse/gstsubparse.h:
2302         * tests/check/elements/subparse.c: (test_tmplayer_style3b):
2303           Limit duration to a maximum of five seconds for tmplayer format where
2304           we can guess the duration only from the timestamp of the next line of
2305           text. We don't want to show a text for eternities just because nothing
2306           else is being said for a while.
2307
2308 2008-05-23  Wim Taymans  <wim.taymans@collabora.co.uk>
2309
2310         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2311         (gst_base_rtp_depayload_chain),
2312         (gst_base_rtp_depayload_handle_sink_event),
2313         (gst_base_rtp_depayload_push_full),
2314         (gst_base_rtp_depayload_change_state):
2315         Check sequence numbers, mark input buffers with a discont flag for the
2316         subclass when we detected a gap, drop duplicate buffers. We do this
2317         because one can use the element without a jitterbuffer in front and we
2318         don't want to feed the subclasses invalid or reordered data.
2319         Do an error when the subclass did not provide a process function instead
2320         of crashing.
2321         Some other small cleanups.
2322
2323 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
2324
2325         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2326           May just as well use the precalculated uvstride here.
2327
2328 2008-05-22  Jan Schmidt  <jan.schmidt@sun.com>
2329
2330         * docs/plugins/Makefile.am:
2331         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
2332         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2333         * docs/plugins/gst-plugins-base-plugins.args:
2334         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2335         * docs/plugins/gst-plugins-base-plugins.interfaces:
2336         * docs/plugins/gst-plugins-base-plugins.prerequisites:
2337         * docs/plugins/inspect/plugin-adder.xml:
2338         * docs/plugins/inspect/plugin-alsa.xml:
2339         * docs/plugins/inspect/plugin-audioconvert.xml:
2340         * docs/plugins/inspect/plugin-audiorate.xml:
2341         * docs/plugins/inspect/plugin-audioresample.xml:
2342         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2343         * docs/plugins/inspect/plugin-cdparanoia.xml:
2344         * docs/plugins/inspect/plugin-decodebin.xml:
2345         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2346         * docs/plugins/inspect/plugin-gdp.xml:
2347         * docs/plugins/inspect/plugin-gio.xml:
2348         * docs/plugins/inspect/plugin-gnomevfs.xml:
2349         * docs/plugins/inspect/plugin-libvisual.xml:
2350         * docs/plugins/inspect/plugin-ogg.xml:
2351         * docs/plugins/inspect/plugin-pango.xml:
2352         * docs/plugins/inspect/plugin-playback.xml:
2353         * docs/plugins/inspect/plugin-queue2.xml:
2354         * docs/plugins/inspect/plugin-subparse.xml:
2355         * docs/plugins/inspect/plugin-tcp.xml:
2356         * docs/plugins/inspect/plugin-theora.xml:
2357         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2358         * docs/plugins/inspect/plugin-uridecodebin.xml:
2359         * docs/plugins/inspect/plugin-video4linux.xml:
2360         * docs/plugins/inspect/plugin-videorate.xml:
2361         * docs/plugins/inspect/plugin-videoscale.xml:
2362         * docs/plugins/inspect/plugin-videotestsrc.xml:
2363         * docs/plugins/inspect/plugin-volume.xml:
2364         * docs/plugins/inspect/plugin-vorbis.xml:
2365         * docs/plugins/inspect/plugin-ximagesink.xml:
2366         * docs/plugins/inspect/plugin-xvimagesink.xml:
2367         * ext/cdparanoia/gstcdparanoiasrc.c:
2368         * ext/ogg/gstoggdemux.c:
2369         * ext/ogg/gstoggdemux.h:
2370         * ext/ogg/gstoggmux.c:
2371         * ext/ogg/gstoggmux.h:
2372         * gst/audioconvert/audioconvert.c:
2373         * gst/audioconvert/audioconvert.h:
2374         * gst/audioconvert/gstaudioconvert.h:
2375         * gst/gdp/gstgdpdepay.h:
2376         * gst/gdp/gstgdppay.h:
2377         * gst/playback/gstdecodebin.c:
2378         * gst/playback/gstdecodebin2.c:
2379         * gst/playback/gstplaybin.c:
2380         * gst/playback/gstplaybin2.c:
2381         * gst/playback/gsturidecodebin.c:
2382         * gst/tcp/gstmultifdsink.c:
2383         * gst/tcp/gstmultifdsink.h:
2384         * gst/tcp/gsttcp.h:
2385
2386         Add some documentation comments, and some new headers to be scanned.
2387         Rename some internal enum declarations (audioconvert's DitherType and
2388         NoiseShapingType, GstUnitType from the TCP elements) to match the
2389         documented GObject type names so that the docs pick them up.
2390         Name the playbin2 docs markups properly so they get picked up. They'll
2391         need renaming back when/if playbin2 becomes playbin.
2392
2393         100% symbol coverage for the plugin docs, booya.
2394
2395 2008-05-22  Sebastian Dröge  <slomo@circular-chaos.org>
2396
2397         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
2398
2399         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2400         Fix generation of NV12/NV21 frames. Fixes bug #532454.
2401
2402 2008-05-22  Wim Taymans  <wim.taymans@collabora.co.uk>
2403
2404         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2405
2406         * gst/playback/gstdecodebin.c: (remove_fakesink):
2407         Lock the fakesink before setting the state to NULL and removing it from
2408         the bin so that a concurrent state change cannot interfere. 
2409         Fixes #534331.
2410
2411 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
2412
2413         * docs/Makefile.am:
2414         Fix installing plugin documentation when gtk-doc is disabled.
2415
2416 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
2417
2418         * gst-libs/gst/rtsp/Makefile.am:
2419         Distribute, don't install md5.h
2420
2421 2008-05-21  Julien Moutte  <julien@fluendo.com>
2422
2423         * gst/tcp/gstmultifdsink.c: (setup_dscp_client): Use IPPROTO_IP
2424         instead of SOL_IP, works on more platforms.
2425         * gst/typefind/gsttypefindfunctions.c: (aac_type_find): Fix printf
2426         arguments.
2427
2428 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2429
2430         * ext/vorbis/vorbisdec.c:
2431         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
2432         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_show_frame):
2433         Some debug and comment fixes.
2434
2435         * tests/examples/dynamic/addstream.c: (main):
2436         Fix , to ;
2437
2438 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2439
2440         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
2441         * gst/playback/decodetest.c: (new_decoded_pad_cb):
2442         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2443         (try_to_link_1), (elem_is_dynamic), (close_link), (type_found),
2444         (cleanup_decodebin):
2445         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
2446         (connect_element), (gst_decode_group_control_demuxer_pad):
2447         * gst/playback/gstplaybasebin.c: (queue_remove_probe),
2448         (queue_out_of_data), (gen_preroll_element), (preroll_unlinked),
2449         (mute_group_type):
2450         * gst/playback/gstplaybin.c: (gst_play_bin_vis_blocked),
2451         (gst_play_bin_set_property), (handoff), (gen_video_element),
2452         (gen_text_element), (gen_audio_element), (gen_vis_element),
2453         (remove_sinks), (add_sink), (setup_sinks):
2454         * gst/playback/gstplaybin2.c: (pad_added_cb), (no_more_pads_cb):
2455         * gst/playback/gstplaysink.c: (gst_play_sink_get_video_sink),
2456         (gst_play_sink_get_audio_sink), (gst_play_sink_vis_unblocked),
2457         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
2458         (gst_play_sink_get_vis_plugin), (gst_play_sink_set_mute),
2459         (gen_video_chain), (gen_text_chain), (gen_audio_chain),
2460         (gen_vis_chain), (gst_play_sink_reconfigure),
2461         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
2462         (gst_play_sink_request_pad):
2463         * gst/playback/gsturidecodebin.c: (type_found), (setup_source):
2464         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
2465         (cb_newpad):
2466         * gst/playback/test6.c: (new_decoded_pad_cb):
2467         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2468         * tests/check/elements/audiorate.c: (test_injector_chain),
2469         (do_perfect_stream_test):
2470         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
2471         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2472         * tests/check/elements/gnomevfssink.c:
2473         * tests/check/elements/textoverlay.c:
2474         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2):
2475         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
2476         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
2477         * tests/check/pipelines/oggmux.c: (test_pipeline):
2478         * tests/check/pipelines/streamheader.c: (GST_START_TEST):
2479         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
2480         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
2481         * tests/examples/seek/scrubby.c: (make_wav_pipeline):
2482         * tests/examples/seek/seek.c: (make_mod_pipeline),
2483         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
2484         (make_sid_pipeline), (make_parse_pipeline), (make_vorbis_pipeline),
2485         (make_theora_pipeline), (make_vorbis_theora_pipeline),
2486         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
2487         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
2488         (update_fill), (msg_buffering):
2489         Don't use bad gst_element_get_pad().
2490
2491 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
2492
2493         * gst-libs/gst/riff/riff-media.c:
2494           Fix wrong method name in docs. Fix calculation of strf fields for
2495           broken mulaw/alaw.
2496   
2497         * gst-libs/gst/riff/riff-read.c:
2498           Whitespace fix and removing double ';'.
2499
2500 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2501
2502         * docs/design/part-playbin2.txt:
2503         Add some leftover doc.
2504
2505 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2506
2507         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2508         Fix copy & paste error in last commit.
2509
2510 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2511
2512         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2513         Add support for mixing GST_AUDIO_CHANNEL_POSITION_SIDE_* from/to
2514         other channel positions when source has SIDE channels and dest doesn't
2515         or the other way around.
2516
2517 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2518
2519         Patch by: Henrik Eriksson <henriken at axis dot com>
2520
2521         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2522         (gst_multi_fd_sink_init), (setup_dscp_client), (setup_dscp),
2523         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_set_property),
2524         (gst_multi_fd_sink_get_property):
2525         * gst/tcp/gstmultifdsink.h:
2526         Add support for DSCP QOS. Fixes #469933.
2527
2528 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2529
2530         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2531         Add another test that checks if conversion between standard 1 and 2
2532         channel layouts with and without positions set is working.
2533
2534 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2535
2536         * gst-libs/gst/audio/multichannel.c:
2537         (gst_audio_check_channel_positions):
2538         Allow non-standard 2 channel layouts.
2539         
2540         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2541         Add some tests for converting and remapping non-standard 1 and 2
2542         channel layouts.
2543
2544 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2545
2546         * gst/audioconvert/gstchannelmix.c:
2547         (gst_channel_mix_fill_normalize):
2548         Prevent division by zero if the channel mix matrix contains only
2549         zeroes.
2550
2551 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2552
2553         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2554
2555         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain):
2556         Close a buffer memory leak. Fixes bug #534071.
2557
2558 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2559
2560         * gst-libs/gst/rtsp/gstrtsptransport.h:
2561         Make the GstRTSPTransport struct members public as there are no
2562         setters/getters and it's supposed to be changed directly.
2563         Fixes bug #533087.
2564
2565 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2566
2567         * gst/adder/gstadder.c:
2568         Adder also doesn't support audio/x-raw-int with width!=depth so don't
2569         claim this on the pad template caps.
2570
2571 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2572
2573         * gst-libs/gst/audio/gstbaseaudiosink.c:
2574         (gst_base_audio_sink_sync_latency):
2575         We can only use our optimal calibration if we prerolled before the
2576         latency expired.
2577
2578 2008-05-20  Tim-Philipp Müller  <tim.muller at collabora co uk>
2579
2580         * configure.ac:
2581           Require core CVS for GstBaseSrc buffer caps setting magic.
2582
2583 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2584
2585         * gst/audioconvert/gstaudioconvert.c:
2586         (gst_audio_convert_fixate_channels):
2587         Fix logic in last commit.
2588
2589 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2590
2591         * gst/audioconvert/gstaudioconvert.c:
2592         (gst_audio_convert_fixate_channels):
2593         Passthrough the channel positions if the number of output channels is
2594         the same as the number of input channels, the input had a channel
2595         layout and downstream requests no special one. We did this already for
2596         > 2 channels but now it's also done for 1 channel. Fixes bug #533617.
2597
2598 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2599
2600         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
2601         (gst_gnome_vfs_src_finalize),
2602         (gst_gnome_vfs_src_received_headers_callback),
2603         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_stop):
2604         * ext/gnomevfs/gstgnomevfssrc.h:
2605         Set the ICY caps on the srcpad from where they get picked up by the base
2606         class now and set on the outgoing buffers.
2607
2608         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2609         (gst_base_audio_src_create):
2610         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
2611         BaseSrc now sets the caps on outgoing buffers automatically.
2612
2613 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2614
2615         * gst-libs/gst/audio/gstbaseaudiosink.c:
2616         (gst_base_audio_sink_resample_slaving),
2617         (gst_base_audio_sink_skew_slaving),
2618         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
2619         (gst_base_audio_sink_async_play),
2620         (gst_base_audio_sink_change_state):
2621         Change the way in which the ringbuffer is started when dealing with a
2622         slaved clock and latency. We now sync to the clock until we reach
2623         upstream latency before starting the ringbuffer. This has the effect
2624         that we can accurately align the master and slave clocks and let the
2625         rate correction code take care of the initial drift or rounding errors
2626         instead of leaving them uncorrected with the old approach.
2627
2628 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2629
2630         * gst/audioconvert/gstaudioconvert.c:
2631         (gst_audio_convert_fixate_channels):
2632         Correctly set the default channel positions when converting to 8
2633         channels.
2634
2635 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2636
2637         * configure.ac:
2638           Error out if we don't have the required version of core.
2639
2640 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2641
2642         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
2643           Use data scan helper in aac typefinder and stop scanning
2644           for headers when we've found a type. Also fix potential invalid
2645           memory access when calculating the frame length.
2646
2647 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2648
2649         * gst/typefind/gsttypefindfunctions.c: (data_scan_ctx_ensure_data),
2650           (mpeg_sys_is_valid_pack):
2651           Don't modify scan context when we return FALSE in ensure_data, so
2652           it's possible to continue scanning, and we don't end up with a NULL
2653           data pointer and a positive size, which might bite us the next time
2654           we're called. Small constification.
2655
2656 2008-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
2657
2658         * gst/adder/gstadder.c:
2659         Adder doesn't support 24 bit samples so don't claim it supports them
2660         in the pad template caps.
2661
2662 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2663
2664         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2665         (gst_base_rtp_depayload_chain):
2666         Validate the RTP packet before further processing it. It's just too
2667         dangerous to accept random packets and people are not forced to use a
2668         jitterbuffer or session manager to filter out the bad packets.
2669
2670         * gst-libs/gst/rtp/gstrtpbuffer.c:
2671         (gst_rtp_buffer_set_extension_data),
2672         (gst_rtp_buffer_get_payload_subbuffer):
2673         Small cleanups.
2674         When setting extension data in a buffer that is too small, we fail and
2675         we should not set the extension bit.
2676         Change GST_WARNINGS into g_warning because they really are
2677         programming errors.
2678
2679         * tests/check/libs/rtp.c: (GST_START_TEST):
2680         Catch the g_warnings now in the unit tests and that fact that failing to
2681         set extension data left the extension bit untouched.
2682
2683 2008-05-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
2684
2685         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2686           Revert previous change which made basetransform handle buffer_alloc
2687           and which breaks things badly in the non-passthrough case since it
2688           returned buffers with a different (ie. sometimes smaller) size than
2689           the size requested.
2690
2691 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2692
2693         Patch by: Bernard B <b-gnome at largestprime dot net>
2694
2695         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum):
2696         Fix seqnum compare function for bordercase values and fix the docs
2697         again. Fixes #533075.
2698
2699         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
2700         Add a testcase for seqnum compare function.
2701
2702 2008-05-14  Sebastian Dröge  <slomo@circular-chaos.org>
2703
2704         * gst/adder/gstadder.c: (gst_adder_setcaps),
2705         (gst_adder_class_init):
2706         Correctly declare the supported endianness on the pad templates
2707         and check for correct endianness in the set caps function. Adder
2708         only supports native endianness.
2709         Also use gst_element_class_set_details_simple().
2710
2711 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
2712
2713         * sys/xvimage/xvimagesink.c:
2714           Better debug logging in port value handling. Merging separate port
2715           value loops into one.
2716
2717 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2718
2719         Patch by: Hannes Bistry <hannesb at gmx dot de>
2720
2721         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
2722         * gst/tcp/gsttcpserversink.c:
2723         (gst_tcp_server_sink_handle_server_read),
2724         (gst_tcp_server_sink_handle_wait), (gst_tcp_server_sink_init_send):
2725         Fix regression in clientsrc because we did not add the fd to the poll
2726         set anymore. Fixes #532364.
2727         Do some cleanups here and there.
2728
2729 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2730
2731         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
2732         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
2733         * gst/playback/gstplay-marshal.list:
2734         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
2735         Use correct marshallers. GstCaps are a boxed type and no GObject
2736         subclass.
2737
2738 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2739
2740         * win32/common/libgstrtsp.def:
2741         Add gst_rtsp_connection_(set|clear)_auth_param() to the exported
2742         symbols.
2743
2744 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2745
2746         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2747
2748         * tests/check/elements/audioresample.c:
2749         (live_switch_alloc_only_48000), (live_switch_get_sink_caps),
2750         (live_switch_push), (GST_START_TEST):
2751         Add unit test for the latest basetransform negotiation changes.
2752         See bug #526768.
2753
2754 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2755
2756         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
2757         Fix nv12<->nv21 conversion if stride is larger than width.
2758
2759 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2760
2761         Patch by: Jan Gerber <j at oil21 dot org>
2762
2763         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
2764         (gst_ogg_pad_parse_skeleton_fisbone):
2765         * ext/ogg/gstoggdemux.h:
2766         Parse presentation time from skeleton streams and use it as offset
2767         for the timestamps. Fixes bug #530068.
2768
2769 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
2770
2771         * gst-libs/gst/audio/gstbaseaudiosink.c:
2772         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
2773         Revert previous patch that attempted to more accurately calculate the
2774         initial offset between master and slave clock. The best thing we can do
2775         in general is take the time of both clocks as the diff since we don't
2776         know when the actual preroll happened.
2777
2778 2008-05-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
2779
2780         * gst-libs/gst/pbutils/install-plugins.c:
2781           Fix docs: type and missing word.
2782
2783 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
2784
2785         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
2786           Don't do lots of 4-byte peeks, but use the 'new' data scan helper
2787           for this instead; don't check if we've found enough markers after
2788           each and every step, it's enough to do that only if we've actually
2789           found a new marker.
2790           Embed a G_UNLIKELY into the IS_MPEG_HEADER macro.
2791
2792 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
2793
2794         * gst/typefind/gsttypefindfunctions.c:
2795           (DATA_SCAN_CTX_CHUNK_SIZE), (DataScanCtx), (data_scan_ctx_advance),
2796           (data_scan_ctx_ensure_data), (GST_MPEGVID_TYPEFIND_TRY_SYNC),
2797           (mpeg_video_stream_type_find):
2798           Move scan helper thingy to the beginning of the file so we can use
2799           it in other typefind functions. Rename it to something more
2800           generic. Also improve handling of things towards the end of the
2801           typefind data: peek as much as we can if we know the size of the
2802           data, rather than just min_size.
2803
2804 2008-05-09  Jan Schmidt  <jan.schmidt@sun.com>
2805
2806         * docs/libs/gst-plugins-base-libs-sections.txt:
2807         * gst-libs/gst/interfaces/colorbalance.c:
2808         * gst-libs/gst/interfaces/colorbalance.h:
2809         * gst-libs/gst/interfaces/colorbalancechannel.c:
2810         * gst-libs/gst/interfaces/colorbalancechannel.h:
2811         * gst-libs/gst/interfaces/tuner.c:
2812         * gst-libs/gst/interfaces/tunerchannel.c:
2813         * gst-libs/gst/interfaces/tunerchannel.h:
2814         * gst-libs/gst/interfaces/tunernorm.c:
2815         * gst-libs/gst/interfaces/tunernorm.h:
2816         * gst-libs/gst/video/video.c:
2817         * gst-libs/gst/video/video.h:
2818         Document the GstTuner and GstColorBalance interfaces, and some
2819         other random API functions that needed it. 70% symbol coverage, woo.
2820
2821 2008-05-09  Wim Taymans  <wim.taymans@collabora.co.uk>
2822
2823         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
2824         Choose to allocate one less segment but require one additional segment
2825         as latency. 
2826
2827         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_acquire):
2828         No need to increment the number of segments in the source.
2829
2830         * gst-libs/gst/audio/gstbaseaudiosink.c:
2831         (gst_base_audio_sink_get_time), (clock_convert_external),
2832         (gst_base_audio_sink_resample_slaving),
2833         (gst_base_audio_sink_skew_slaving),
2834         (gst_base_audio_sink_none_slaving), (gst_base_audio_sink_render),
2835         (gst_base_audio_sink_async_play):
2836         Remove adding latency when returning the internal time while subtracting
2837         it again when we use the value a little later.
2838         When calculating the end timestamp, we are making a rounding error
2839         with the current algorithm. Ensure that we don't accumulate these
2840         rounding errors when aligning samples by not resampling at all if we
2841         don't need to. Fixes #419351.
2842         Make the initial calibration of the clock slaving a little more
2843         predictable and accurate. Also handle the case where we don't do
2844         clock slaving.
2845
2846 2008-05-09  Sebastian Dröge  <slomo@circular-chaos.org>
2847
2848         Based on a patch by:
2849           Björn Benderius <bjoern dot benderius at axis dot com>
2850
2851         * gst/ffmpegcolorspace/avcodec.h:
2852         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2853         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
2854         (gst_ffmpegcsp_avpicture_fill):
2855         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
2856         * gst/ffmpegcolorspace/imgconvert_template.h:
2857         Add conversions from/to NV12 and NV21 and conversions between those
2858         two formats. Fixes bug #532166.
2859
2860 2008-05-08  Edward Hervey  <edward.hervey@collabora.co.uk>
2861
2862         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
2863         Abort the h264 typefinding as soon as _peek() doesn't return anything,
2864         which happens for example with files smaller than 128kb.
2865
2866 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
2867
2868         Patch by: Wouter Cloetens <zombie at e2big dot org>
2869
2870         * gst-libs/gst/rtsp/Makefile.am:
2871         * gst-libs/gst/rtsp/gstrtspconnection.c:
2872         (gst_rtsp_connection_create), (md5_digest_to_hex_string),
2873         (auth_digest_compute_hex_urp), (auth_digest_compute_response),
2874         (add_auth_header), (gst_rtsp_connection_free),
2875         (gst_rtsp_connection_set_auth), (str_case_hash), (str_case_equal),
2876         (gst_rtsp_connection_set_auth_param),
2877         (gst_rtsp_connection_clear_auth_params):
2878         * gst-libs/gst/rtsp/gstrtspconnection.h:
2879         Add Digest authorization support for RTSP connections. See #532065.
2880
2881         * gst-libs/gst/rtsp/md5.c:
2882         * gst-libs/gst/rtsp/md5.h:
2883         Yeap, another md5 implementation until we can depend on a glib that has
2884         support for it.
2885
2886 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
2887
2888         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2889
2890         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2891         Let audioresample use the buffer allocation of basetransform instead
2892         of it's own stuff.
2893
2894         * tests/check/elements/audioresample.c: (alloc_only_48000),
2895         (GST_START_TEST), (audioresample_suite):
2896         Add unit test for the recent basetransform bugfix, where upstream
2897         changes caps to something that can't be passed through anymore.
2898
2899 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
2900
2901         * win32/common/config.h.in:
2902           Don't define GST_FUNCTION, if GLib supports MSVC we'd much rather
2903           use the real thing than having "???" unconditionally.
2904
2905 2008-05-07  Wim Taymans  <wim.taymans@collabora.co.uk>
2906
2907         * gst-libs/gst/audio/gstbaseaudiosink.c:
2908         (gst_base_audio_sink_query):
2909         Report the latency with the new seglatency parameter.
2910
2911         * gst-libs/gst/audio/gstringbuffer.c:
2912         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
2913         (gst_ring_buffer_acquire):
2914         * gst-libs/gst/audio/gstringbuffer.h:
2915         Add new field to the ringbufferspec to specify the expected latency
2916         between the underlying device read/write pointer, this is needed
2917         when writing sinks that sit a little closer to the hardware.
2918         Add some more docs for other fields.
2919
2920 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
2921
2922         * gst/volume/gstvolume.c: (volume_transform_ip):
2923         Return NOT_NEGOTIATED if we didn't set a process function yet for some
2924         reason instead of crashing later. Might fix bug #509125.
2925
2926 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
2927
2928         Based on a patch by: Tim-Philipp Müller  <tim.muller at collabora co uk>
2929
2930         * gst/audioconvert/audioconvert.c: (audio_convert_prepare_context):
2931         * gst/audioconvert/audioconvert.h:
2932         * gst/audioconvert/gstaudioconvert.c:
2933         (gst_audio_convert_parse_caps),
2934         (structure_has_fixed_channel_positions),
2935         (gst_audio_convert_transform_caps):
2936         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_matrix):
2937         Add support for more than 8 channels and NONE channel layouts. For
2938         more than 8 channels no channel conversion is supported yet, only
2939         format conversions are supported. Fixes bug #398033.
2940
2941         * tests/check/elements/audioconvert.c: (verify_convert),
2942         (GST_START_TEST), (audioconvert_suite):
2943         Add some unit tests by Tim for checking the NONE channel layouts
2944         and more than 8 channels and add some more unit tests for channel
2945         conversions.
2946
2947 2008-05-06  Wim Taymans  <wim.taymans@collabora.co.uk>
2948
2949         * gst/playback/gstdecodebin2.c: (connect_pad):
2950         When autoplugging fails, set the element back to NULL before
2951         unreffing it.
2952
2953 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
2954
2955         * win32/common/libgstaudio.def:
2956         Add gst_base_audio_src_[sg]et_slave_method() to the exported
2957         symbols.
2958
2959 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
2960
2961         * gst/subparse/samiparse.c: (handle_start_sync),
2962         (end_sami_element), (characters_sami):
2963         Remove trailing, leading and double whitespaces.
2964         Correctly timestamp buffers and output the last buffer too.
2965
2966         * tests/check/elements/subparse.c: (GST_START_TEST),
2967         (subparse_suite):
2968         Add a simple unit test for SAMI parsing.
2969
2970 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
2971
2972         Patch by: Young-Ho Cha <ganadist at chollian dot net>
2973
2974         * gst/subparse/samiparse.c: (handle_start_sync),
2975         (start_sami_element), (end_sami_element), (characters_sami),
2976         (sami_context_reset):
2977         Only output characters inside the "sync" elements. There could be
2978         other elements like "style" that have some content but should
2979         not be printed. Fixes bug #467911.
2980
2981 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
2982
2983         * gst/playback/gstplaybasebin.c: (set_audio_mute),
2984         (set_active_source):
2985         * gst/playback/gstplaybasebin.h:
2986         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2987         (playbin_set_audio_mute):
2988         Allow setting -1 as current-audio to mute the current audio stream,
2989         similar to what is done for subtitles. Fixes bug #342294.
2990
2991 2008-05-05  Edward Hervey  <edward.hervey at collabora co uk>
2992
2993         * gst-libs/gst/pbutils/descriptions.c: (formats): 
2994         It's SorensOn and not SorensEn.
2995
2996 2008-05-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
2997
2998         * gst-libs/gst/pbutils/descriptions.c: (formats):
2999           Fix description of video/x-flash-video.
3000
3001 2008-05-04  Sebastian Dröge  <slomo@circular-chaos.org>
3002
3003         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
3004         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
3005         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
3006         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps_list):
3007         Remove some unused code.
3008
3009         * gst/audioconvert/gstaudioquantize.c:
3010         (gst_audio_quantize_free_noise_shaping):
3011         Don't return before freeing the noise shaping history.
3012
3013 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3014
3015         * tests/check/elements/subparse.c: (do_test),
3016           (test_tmplayer_style3b), (subparse_suite):
3017           Add unit test for the tmplayer variant from bug #530962.
3018
3019 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3020
3021         * gst/subparse/gstsubparse.c: (handle_buffer),
3022           (gst_sub_parse_sink_event):
3023         * gst/subparse/tmplayerparse.c: (tmplayer_process_buffer),
3024           (tmplayer_parse_line):
3025           Fix parsing of tmplayer subtitle variant where every single line contains
3026           text and there isn't an empty line after each line to determine the
3027           duration (#530962). Improve EOS handling for tmplayer subtitles a bit by
3028           making sure that we push out the last line of text without a duration if
3029           there's still text left in the buffer at the end.
3030
3031 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3032
3033         * gst/subparse/gstsubparse.c: (feed_textbuf):
3034           Fix detection of discontinuities based on the buffer offset (doesn't work
3035           so well if no buffer offset is set) and also check for the DISCONT buffer
3036           flag. This keeps the parser state from being reset after each buffer in
3037           the unit test.
3038
3039 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3040
3041         * gst/typefind/gsttypefindfunctions.c: (mpeg_video_stream_type_find):
3042           Further fine-tuning: don't absolutely require sequence or GOP headers
3043           (as introduced in the previous commit), but adjust the typefind
3044           probabilities returned accordingly if we don't see them. Also make sure
3045           picture header and first slice are somewhat close to each other (which
3046           is not perfect but still better than requiring a fixed offset or having
3047           no limit at all).
3048
3049 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3050
3051         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
3052         (gst_basertppayload_sink_setcaps),
3053         (gst_basertppayload_sink_getcaps):
3054         Rename the setcaps/getcaps function internally to make it clear that
3055         they are called for the sink pad.
3056
3057 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3058
3059         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3060         (gst_base_rtp_depayload_class_init),
3061         (gst_base_rtp_depayload_handle_sink_event), (create_segment_event),
3062         (gst_base_rtp_depayload_packet_lost),
3063         (gst_base_rtp_depayload_set_gst_timestamp):
3064         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3065         Catch packet-lost events from the jitterbuffer and convert them into a
3066         vmethod call (lost-packet) so that depayloaders can do something smart.
3067         Also add a default packet-lost function that sends out a segment update
3068         to the decoders.
3069
3070 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
3071
3072         * gst/playback/test4.c:
3073         * gst/playback/test5.c:
3074         * gst/playback/test6.c:
3075         * gst/playback/test7.c:
3076           Also include config.h when relying on defines from it. Fixes the
3077           build. Its been a please to serve :)
3078
3079 2008-05-02  Thijs Vermeir <thijsvermeir@gmail.com>
3080
3081         * gst/videotestsrc/videotestsrc.c (paint_setup_NV12),
3082         (paint_setup_NV21), (paint_hline_NV12_NV21):
3083         Add support for NV12 and NV21 in videotestsrc
3084
3085 2008-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
3086
3087         * gst/videoscale/gstvideoscale.c:
3088         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
3089         * gst/videoscale/vs_image.c: (vs_image_scale_nearest_RGBA),
3090         (vs_image_scale_linear_RGBA), (vs_image_scale_nearest_RGB),
3091         (vs_image_scale_linear_RGB), (vs_image_scale_nearest_YUYV),
3092         (vs_image_scale_linear_YUYV), (vs_image_scale_nearest_UYVY),
3093         (vs_image_scale_linear_UYVY), (vs_image_scale_nearest_Y),
3094         (vs_image_scale_linear_Y), (vs_image_scale_nearest_RGB565),
3095         (vs_image_scale_linear_RGB565), (vs_image_scale_nearest_RGB555),
3096         (vs_image_scale_linear_RGB555):
3097         Support 1x1 images as input and output as for example the BBC HQ new
3098         streams have 1x1 GIFs in the playlists for some reason.
3099
3100 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
3101
3102         * gst/playback/gstdecodebin.c: (free_pad_probe_for_element),
3103           (try_to_link_1):
3104           If we can't activate one of the decoders we plugged in (such as,
3105           say, musepackdec) for some reason (it might not support push mode,
3106           for example), remove any pad probes that close_pad_link() might
3107           have set up. This makes sure we later don't try to remove a probe
3108           for a pad that doesn't exist any longer, and avoids nast warnings
3109           and probably other things too.
3110
3111 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
3112
3113         * gst/typefind/gsttypefindfunctions.c:
3114           (mpeg_video_stream_ctx_ensure_data), (mpeg_video_stream_type_find),
3115           (plugin_init):
3116           Rework mpeg video stream typefinding a bit more: make sure sequence,
3117           GOP, picture and slice headers appear in the order they should and
3118           that we've in fact at least had one of each; fix picture header
3119           detection; decouple picture and slice header check - don't assume
3120           they're at a fixed offset, there may be extra data in between. Also,
3121           announce varying degrees of probability depending on what we found
3122           exactly (multiple pictures, at least one picture, just sequence and
3123           GOP headers). Finally, in _ensure_data(), take into account that we
3124           might be typefinding smaller amounts of data, such as the first
3125           buffer of a stream, so fall back to the minimum size needed as long
3126           as that's available, instead of erroring out if there's less than
3127           2kB of data. Fixes #526173. Conveniently also doesn't recognise the
3128           fuzzed file from #399342 as valid.
3129
3130 2008-04-30  Michael Smith <msmith@songbirdnest.com>
3131
3132         * ext/theora/theoradec.c:
3133           Cool kids don't divide by zero.
3134           Treat PAR of x:0 as 1:1.
3135           Fixes #530719.
3136
3137 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
3138
3139         * gst/typefind/gsttypefindfunctions.c: (MpegVideoStreamCtx),
3140           (mpeg_video_stream_ctx_advance), (mpeg_video_stream_ctx_ensure_data),
3141           (mpeg_video_stream_type_find):
3142           Refactor a bit: use context structure to track parsing offset and
3143           size of available data and make the code a bit clearer. Fixes bad
3144           memory access in #356937.
3145
3146 2008-04-28  Michael Smith <msmith@songbirdnest.com>
3147
3148         * gst/playback/test4.c:
3149         * gst/playback/test5.c:
3150         * gst/playback/test6.c:
3151         * gst/tcp/gstmultifdsink.c:
3152           Include stdlib.h and unistd.h only if the appropriate HAVE_*_H macro
3153           is defined.
3154
3155 2008-04-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3156
3157         * gst-libs/gst/audio/gstbaseaudiosink.h:
3158         Clarify some docs.
3159
3160         * gst-libs/gst/audio/gstbaseaudiosrc.c: (slave_method_get_type),
3161         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
3162         (gst_base_audio_src_set_slave_method),
3163         (gst_base_audio_src_get_slave_method),
3164         (gst_base_audio_src_set_property),
3165         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
3166         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3167         Add property and methods for selecting the clock slave method in the
3168         source, like in the sink.
3169         We only implement "none" and "re-timestamp" for now.
3170         API: gst_base_audio_src_set_slave_method()
3171         API: gst_base_audio_src_get_slave_method()
3172
3173 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
3174
3175         * gst-libs/gst/rtp/gstrtpbuffer.c:
3176         Fix the docs about the seqnum compare function, it returns a difference.
3177
3178 2008-04-24  Edward Hervey  <edward.hervey@collabora.co.uk>
3179
3180         * ext/alsa/gstalsadeviceprobe.c:
3181         (gst_alsa_get_device_list): Don't return before freeing up
3182         the allocated structures.
3183
3184 2008-04-24  Stefan Kost  <ensonic@users.sf.net>
3185
3186         * gst/playback/gstplaybin.c:
3187           Remove obsolete streaminfo code and fix a leak. Fixes #529546
3188
3189 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
3190
3191         * ext/ogg/gstoggdemux.c:
3192           Revert the event part, that should not go in.
3193
3194 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
3195
3196         * ext/ogg/gstoggdemux.c:
3197           Don't leak GstPluginFeatures when filtering.
3198
3199 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
3200
3201         * sys/xvimage/xvimagesink.c:
3202           Add some logging for cases when grabbing the xv failed.
3203
3204 2008-04-21  David Schleef  <ds@schleef.org>
3205
3206         * ext/ogg/gstoggmux.c:
3207           Update Ogg/Dirac muxing.  Removes the weird "KW-DIRAC" bos
3208           packet.  Should conform to what we currently think is the
3209           final Ogg/Dirac muxing spec.
3210
3211 2008-04-21  David Schleef  <ds@schleef.org>
3212
3213         * sys/xvimage/xvimagesink.c:
3214           Fix typo that causes the overlay keying color to bright green
3215           on a 16-bit display.  Dark grey good.  Bright green bad.
3216
3217 2008-04-21  Stefan Kost  <ensonic@users.sf.net>
3218
3219         * ext/gnomevfs/gstgnomevfsuri.c:
3220           Add  FIXME comment about using uri-list for source and sink.
3221
3222 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3223
3224         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
3225         GST_TYPE_FRACTION contains gints so correctly cast gint64 arguments to
3226         vaargs functions to gint. Otherwise the fractions will get 0 set
3227         instead of the correct value on big endian systems. Fixes bug #529018.
3228
3229 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3230
3231         * ext/gnomevfs/gstgnomevfssink.c:
3232         (gst_gnome_vfs_sink_uri_get_protocols):
3233         * ext/gnomevfs/gstgnomevfssrc.c:
3234         (gst_gnome_vfs_src_uri_get_protocols):
3235         * ext/gnomevfs/gstgnomevfsuri.c: (_internal_get_supported_uris),
3236         (gst_gnomevfs_get_supported_uris):
3237         Get the list of supported URI schemes in a threadsafe way and use the
3238         same list for the source and sink.
3239
3240 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3241
3242         * ext/gio/gstgio.c: (_internal_get_supported_protocols),
3243         (gst_gio_get_supported_protocols):
3244         Don't generate a new supported protocols list on each call but cache
3245         it. It's supposed to be static anyway, this way we only leak it once
3246         per process.
3247
3248         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
3249         (gst_gio_sink_class_init), (gst_gio_sink_finalize),
3250         (gst_gio_sink_set_property), (gst_gio_sink_get_property),
3251         (gst_gio_sink_start):
3252         * ext/gio/gstgiosink.h:
3253         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
3254         (gst_gio_src_class_init), (gst_gio_src_finalize),
3255         (gst_gio_src_set_property), (gst_gio_src_get_property),
3256         (gst_gio_src_start):
3257         * ext/gio/gstgiosrc.h:
3258         API: Add "file" properties where one can set a GFile as
3259         source/destination.
3260
3261         Add locking to the properties and use
3262         gst_element_class_set_details_simple() instead of a static
3263         GstElementDetails struct.
3264
3265 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
3266
3267         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
3268         (plugin_init):
3269         Add "mpp" and "mp+" as possible extensions for MusePack files.
3270
3271         Add typefinding for MusePack StreamVersion 8 files and include the
3272         stream version in the caps.
3273
3274 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
3275
3276         * gst-libs/gst/rtp/gstrtppayloads.c:
3277         (gst_rtp_payload_info_for_name):
3278         Use g_ascii_strcasecmp() instead of the deprecated g_strcasecmp().
3279
3280 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
3281
3282         * configure.ac:
3283           Bump Gtk+ requirement to 2.12.0 for gtk_range_set_fill_level
3284           (NB: this only affects compilation of some of the examples).
3285           Remove some configure.ac cruft that's not needed any longer.
3286
3287 2008-04-18  Edward Hervey  <edward.hervey@collabora.co.uk>
3288
3289         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
3290         Don't validate the payload if there isn't any.
3291         Fixes #525915
3292
3293 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3294
3295         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_may_start):
3296         Use g_atomic_int_set() instead of gst_atomic_int_set().
3297
3298 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3299
3300         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3301         Return NULL instead of a gchar * array with one NULL element if we
3302         don't get any supported URI schemes from GIO.
3303
3304 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
3305
3306         * gst/audiotestsrc/gstaudiotestsrc.c:
3307           Remove cpp style commented old code.
3308
3309 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
3310
3311         * gst/playback/gstdecodebin2.c:
3312           Fix signal docs.
3313
3314 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
3315
3316         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
3317           (gst_text_overlay_init):
3318           Fix textoverlay unit test again by making the supposed default
3319           value for the wait-text property the actual default value.
3320           Also fix Since: tag for new property.
3321
3322 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
3323
3324         * gst-libs/gst/video/video.c: (gst_video_format_new_caps),
3325           (gst_video_format_to_fourcc), (gst_video_format_get_row_stride),
3326           (gst_video_format_get_pixel_stride),
3327           (gst_video_format_get_component_width),
3328           (gst_video_format_get_component_height),
3329           (gst_video_format_get_component_offset), (gst_video_format_get_size),
3330           (gst_video_format_convert):
3331           Add guards to these functions to ensure sane input values.
3332
3333         * tests/check/libs/video.c:
3334           Fix unit test not to create caps with width=0 and height=0.
3335
3336 2008-04-11  Wim Taymans  <wim.taymans@collabora.co.uk>
3337
3338         * docs/design/draft-keyframe-force.txt:
3339         Fix typo.
3340
3341         * gst/playback/gstqueue2.c: (update_buffering),
3342         (gst_queue_handle_src_query):
3343         Set buffering mode in the messages.
3344         Set buffering percent in the query.
3345
3346         * tests/examples/seek/seek.c: (update_fill), (msg_state_changed),
3347         (do_stream_buffering), (do_download_buffering), (msg_buffering):
3348         Do some more fancy things based on the buffering method in use.
3349
3350 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3351
3352         * tests/examples/seek/seek.c: (update_fill), (set_update_fill),
3353         (play_cb), (pause_cb), (stop_cb), (msg_state_changed),
3354         (msg_buffering), (main):
3355         Add basic download reports to seek using the new buffering API.
3356
3357 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3358
3359         * gst/playback/gstqueue2.c: (update_buffering),
3360         (gst_queue_close_temp_location_file), (gst_queue_handle_src_query),
3361         (gst_queue_src_checkgetrange_function):
3362         Include extra buffering stats in the buffering message.
3363         Implement BUFFERING query.
3364
3365         * gst/playback/gsturidecodebin.c: (do_async_start),
3366         (do_async_done), (type_found), (setup_streaming), (setup_source),
3367         (gst_uri_decode_bin_change_state):
3368         Only add decodebin2 when the type is found in streaming mode.
3369         Make uridecodebin async to PAUSED even when we don't have decodebin2
3370         added yet.
3371
3372 2008-04-09  Sebastian Dröge  <slomo@circular-chaos.org>
3373
3374         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3375         Filter cdda from the supported URI schemes. We can't support
3376         musicbrainz tags and everything else one expects from a cdda source
3377         with GIO. Fixes bug #526794.
3378
3379 2008-04-07  Jan Schmidt  <jan.schmidt@sun.com>
3380
3381         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_new),
3382         (gst_xvimagesink_buffer_alloc):
3383         Fix calculation of 'expected size' for YV12 buffers.
3384         Be a little more verbose in the debug output for buffer-alloc'ed
3385         buffers which turn out to have the wrong size.
3386
3387 2008-04-07  Tim-Philipp Müller  <tim at centricular dot net>
3388
3389         * NEWS:
3390         * RELEASE:
3391         * gst-plugins-base.doap:
3392           Merge other changes from 0.10.19 release branch.
3393
3394 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
3395
3396         * gst-libs/gst/audio/gstbaseaudiosink.c:
3397           (gst_base_audio_sink_class_init):
3398         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3399           (gst_base_audio_src_class_init):
3400         * gst/playback/gstplayback.c: (plugin_init):
3401         * gst/volume/gstvolume.c: (plugin_init):
3402           Work around missing bits of thread-safety on older GLibs some
3403           more to avoid assertions when starting up multiple playbin
3404           objects concurrently (see #512382).
3405
3406 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
3407
3408         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
3409           Remove some more fields.
3410
3411 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
3412
3413         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
3414
3415         * configure.ac:
3416         Actually build dlls when cross-compiling with mingw32.
3417         Fixes bug #526247.
3418
3419 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
3420
3421         * configure.ac:
3422           Bump version to 0.10.19.1 after the unplanned 0.10.19 release.
3423
3424 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3425
3426         * tests/examples/seek/seek.c: (play_cb), (pause_cb), (stop_cb),
3427         (msg_buffering), (connect_bus_signals), (main):
3428         Add statusbar.
3429         Add buffering support with feedback in the statusbar.
3430
3431 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
3432
3433         * ext/ogg/gstoggmux.c:
3434           Fix sample pipeline description.
3435
3436 2008-04-03  Stefan Kost  <ensonic@users.sf.net>
3437
3438         * docs/plugins/Makefile.am:
3439         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3440         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
3441         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3442           Add playbin, playbin2, decodebin, decodebin2, uridecodebin and oggmux
3443
3444         * docs/plugins/gst-plugins-base-plugins.args:
3445         * docs/plugins/gst-plugins-base-plugins.hierarchy:
3446         * docs/plugins/gst-plugins-base-plugins.interfaces:
3447         * docs/plugins/gst-plugins-base-plugins.prerequisites:
3448         * docs/plugins/inspect/plugin-adder.xml:
3449         * docs/plugins/inspect/plugin-alsa.xml:
3450         * docs/plugins/inspect/plugin-audioconvert.xml:
3451         * docs/plugins/inspect/plugin-audiorate.xml:
3452         * docs/plugins/inspect/plugin-audioresample.xml:
3453         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3454         * docs/plugins/inspect/plugin-cdparanoia.xml:
3455         * docs/plugins/inspect/plugin-decodebin.xml:
3456         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3457         * docs/plugins/inspect/plugin-gdp.xml:
3458         * docs/plugins/inspect/plugin-gnomevfs.xml:
3459         * docs/plugins/inspect/plugin-libvisual.xml:
3460         * docs/plugins/inspect/plugin-ogg.xml:
3461         * docs/plugins/inspect/plugin-pango.xml:
3462         * docs/plugins/inspect/plugin-playback.xml:
3463         * docs/plugins/inspect/plugin-queue2.xml:
3464         * docs/plugins/inspect/plugin-subparse.xml:
3465         * docs/plugins/inspect/plugin-tcp.xml:
3466         * docs/plugins/inspect/plugin-theora.xml:
3467         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3468         * docs/plugins/inspect/plugin-uridecodebin.xml:
3469         * docs/plugins/inspect/plugin-video4linux.xml:
3470         * docs/plugins/inspect/plugin-videorate.xml:
3471         * docs/plugins/inspect/plugin-videoscale.xml:
3472         * docs/plugins/inspect/plugin-videotestsrc.xml:
3473         * docs/plugins/inspect/plugin-volume.xml:
3474         * docs/plugins/inspect/plugin-vorbis.xml:
3475         * docs/plugins/inspect/plugin-ximagesink.xml:
3476         * docs/plugins/inspect/plugin-xvimagesink.xml:
3477           Update introspection data.
3478
3479         * ext/ogg/gstoggmux.c:
3480           Document oggmux.
3481
3482         * gst/playback/gstdecodebin2.c:
3483           Don't use gtk-doc style comment start for private stuff, but make it
3484           formatted like this for consistency.
3485
3486 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3487
3488         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
3489         (gst_decode_bin_init), (gst_decode_bin_dispose),
3490         (gst_decode_bin_set_sink_caps), (gst_decode_bin_get_sink_caps),
3491         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
3492         (analyze_new_pad), (connect_pad), (expose_pad),
3493         (gst_decode_group_new), (gst_decode_group_control_demuxer_pad),
3494         (gst_decode_group_expose), (gst_decode_group_free),
3495         (do_async_start), (do_async_done), (gst_decode_bin_change_state):
3496         Remove fakesink hack, we can now implement this more elegantly.
3497         Added property to bypass typefinding.
3498         Removed underrun callback and demuxer pad probe, we now use the srcpad
3499         probe to expose groups.
3500         API::sink-caps property
3501
3502         * gst/playback/gstplaybin2.c: (no_more_pads_cb):
3503         Guard against multiple emissions of the no_more_pads signal, which
3504         happens when we are dealing with chained oggs.
3505
3506         * gst/playback/gsturidecodebin.c: (remove_decoders),
3507         (make_decoder), (type_found), (setup_streaming), (source_new_pad),
3508         (setup_source):
3509         For streams, use our own typefind element and plug our queue after it.
3510         We will need this to determine the type of buffering to use for the
3511         queue soon.
3512
3513 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3514
3515         * gst-libs/gst/audio/gstbaseaudiosink.c:
3516         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render):
3517         Guard against over and underflows because of clock slaving.
3518         When we are using our own clock, still compensate for any calibrations
3519         that we might have done to our clock.
3520
3521 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3522
3523         * ext/theora/theoradec.c: (theora_handle_type_packet),
3524         (theora_dec_chain):
3525         Don't try to do anything fancy with the return code from pushing an
3526         event, it does not have enough information to turn it into a
3527         GST_FLOW_ERROR.
3528
3529 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3530
3531         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_reset),
3532         (gst_ogg_demux_chain_elem_pad):
3533         Add small debug line.
3534         Pass return code from the internal decoder instead of the too generic
3535         GST_FLOW_ERROR.
3536
3537 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
3538
3539         * gst-libs/gst/cdda/Makefile.am:
3540         * gst-libs/gst/cdda/base64.c:
3541         * gst-libs/gst/cdda/base64.h:
3542         * gst-libs/gst/cdda/gstcddabasesrc.c:
3543         (gst_cddabasesrc_calculate_musicbrainz_discid):
3544         Use GLib's base64 implementation instead of our own.
3545
3546 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3547
3548         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3549         (gst_ogg_demux_read_chain):
3550         Refix oggdemux, we only have a problem if we failed to find a chain and
3551         we are not EOF.
3552
3553 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3554
3555         Patch by: Victor STINNER <victor dot stinner at haypocalc dot com>
3556
3557         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3558         (gst_ogg_demux_read_chain):
3559         When we fail to find a BOS page and we and up with no chain, error out
3560         properly instead of segfaulting. Fixes #525665.
3561
3562 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3563
3564         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3565         (gst_ogg_demux_read_chain), (gst_ogg_demux_handle_page):
3566         The new-pad-group sequence is add-pads, no-more-pads, add-pads,
3567         no-more-pads...
3568
3569 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3570
3571         * gst/playback/gstqueue2.c: (update_out_rates),
3572         (gst_queue_open_temp_location_file),
3573         (gst_queue_close_temp_location_file), (gst_queue_handle_src_event),
3574         (gst_queue_handle_src_query), (gst_queue_set_property):
3575         Update the estimated input data when we push out a buffer.
3576         Add some debug info about the temp file.
3577         Only forward src events when we are not using a temp file.
3578         Don't block the duration query, we need to find something better.
3579         Don't leak the temp filename.
3580
3581 2008-04-01  Sebastian Dröge  <slomo@circular-chaos.org>
3582
3583         * configure.ac:
3584         Require GLib 2.12 and liboil 0.3.14.
3585
3586         * gst/volume/gstvolume.c: (volume_process_double):
3587         Unconditionally use liboil 0.3.14 function.
3588
3589 2008-03-31  Wim Taymans  <wim.taymans@collabora.co.uk>
3590
3591         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3592         ms-gsm can have arbitrarty sample rates. See #481354.
3593
3594 2008-03-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3595
3596         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3597         MP4S is generic MPEG-4, not a microsoft variant.
3598
3599 2008-03-27  Michael Smith <msmith@fluendo.com>
3600
3601         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
3602           Check the body CRC (if set) when depayloading.
3603           Fixes #522401.
3604
3605 2008-03-24  Tim-Philipp Müller  <tim at centricular dot net>
3606
3607         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
3608           Fix Since: version for new property.
3609
3610 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3611
3612         * gst-libs/gst/rtsp/gstrtspconnection.c:
3613         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
3614         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_poll):
3615         Don't error when poll_wait returns EAGAIN.
3616
3617 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3618
3619         * gst/playback/gstqueue2.c: (gst_queue_is_filled):
3620         The queue is never filled when there are no buffers in the queue at all.
3621         Fixes #523993.
3622
3623 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3624
3625         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
3626         (init_group), (free_group), (gst_play_bin_init),
3627         (gst_play_bin_finalize), (gst_play_bin_set_uri),
3628         (gst_play_bin_set_suburi), (gst_play_bin_get_video_tags),
3629         (gst_play_bin_get_audio_tags), (gst_play_bin_get_text_tags),
3630         (gst_play_bin_set_current_video_stream),
3631         (gst_play_bin_set_current_audio_stream),
3632         (gst_play_bin_set_current_text_stream),
3633         (gst_play_bin_set_encoding), (gst_play_bin_set_property),
3634         (gst_play_bin_get_property), (pad_added_cb), (pad_removed_cb),
3635         (no_more_pads_cb), (perform_eos), (autoplug_select_cb),
3636         (activate_group), (deactivate_group), (setup_next_source),
3637         (save_current_group), (gst_play_bin_change_state):
3638         Update some docs.
3639         Add new locks and conds to protect pipeline creation and group
3640         switching.
3641         Implement the sub-uri property.
3642         Keep track of pending uridecodebin creation and configure the output
3643         pipeline after all streams are configured.
3644         Propagate subtitle encoding to the uridecodebins.
3645         Implement getting the video/audio/visualisation elements.
3646         Use input-selector for stream switching.
3647         If we are asked to do visualisation, prefer to autoplug raw sinks
3648         instead of sinks that accept encoded data.
3649
3650 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3651
3652         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
3653         (gst_play_sink_init), (gst_play_sink_dispose),
3654         (gst_play_sink_set_video_sink), (gst_play_sink_get_video_sink),
3655         (gst_play_sink_set_audio_sink), (gst_play_sink_get_audio_sink),
3656         (gst_play_sink_vis_unblocked), (gst_play_sink_vis_blocked),
3657         (gst_play_sink_set_vis_plugin), (gst_play_sink_get_vis_plugin),
3658         (gst_play_sink_set_volume), (gst_play_sink_get_volume),
3659         (gst_play_sink_set_mute), (gen_video_chain), (gen_text_chain),
3660         (gen_audio_chain), (gen_vis_chain), (gst_play_sink_reconfigure),
3661         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
3662         (gst_play_sink_send_event_to_sink), (gst_play_sink_change_state):
3663         * gst/playback/gstplaysink.h:
3664         Add methods to get audio/video/vis elements.
3665         Add methods to set the font description for the overlay.
3666         Remove properties, we're using this element with its methods only.
3667         Add support for subtitles.
3668         Rearrange the locking a bit to not use the object lock for protecting
3669         the pipeline construction.
3670         Try to use the volume and mute property on the sink when its available.
3671         Implement the mute option with volume when the sink does not have a mute
3672         property.
3673         Only add volume element when the sink has no volume property.
3674         Only do visualisations with raw audio pads.
3675
3676 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3677
3678         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
3679         (gst_text_overlay_init), (gst_text_overlay_set_property),
3680         (gst_text_overlay_get_property), (gst_text_overlay_src_event),
3681         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
3682         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
3683         (gst_text_overlay_change_state):
3684         * ext/pango/gsttextoverlay.h:
3685         Add property to configure waiting for text on the textpad or not, with
3686         the default behaviour being the old one (always wait for text before
3687         rendering the video). This default behaviour is usually not the best one
3688         because the text stream can very sparse and could require queueing a lot
3689         of video.
3690         Fix the flushing and EOS handing so that we don't mix up their meaning.
3691
3692 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3693
3694         * gst/playback/gsturidecodebin.c:
3695         (gst_uri_decode_bin_autoplug_factories),
3696         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
3697         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_encoding),
3698         (gst_uri_decode_bin_set_property),
3699         (gst_uri_decode_bin_get_property), (no_more_pads_full),
3700         (new_decoded_pad_cb), (gen_source_element), (remove_decoders),
3701         (proxy_autoplug_factories_signal), (make_decoder),
3702         (source_new_pad), (setup_source):
3703         Add a readonly source property and notify.
3704         Add new lock for protecting the construction of the pipeline.
3705         Keep track of the decodebins we plugged.
3706         Correctly proxy the autoplug signal so that it actually continues.
3707         Proxy subtitle-encoding to the decodebins.
3708
3709 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3710
3711         * tests/examples/seek/seek.c: (audio_toggle_cb), (video_toggle_cb),
3712         (text_toggle_cb), (update_streams), (main):
3713         Rearrange some buttons in playbin2 and make some other boxes insensitive
3714         when needed.
3715         Add language codes to subtitle selection boxes when we gind the right
3716         tags for the streams.
3717
3718 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3719
3720         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
3721         (gst_decode_bin_set_caps), (gst_decode_bin_get_caps),
3722         (gst_decode_bin_set_subs_encoding),
3723         (gst_decode_bin_get_subs_encoding),
3724         (gst_decode_bin_autoplug_factories), (connect_pad), (are_raw_caps),
3725         (deactivate_free_recursive):
3726         Protect caps property with the object lock.
3727         Protect encoding property with the object lock.
3728         Keep list of elements we added that have the subtitle-encoding property.
3729         Distribute the subtitle-encoding to all of the elements when it
3730         changes.
3731
3732 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3733
3734         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_release):
3735         Small debug improvement.
3736
3737         * gst-libs/gst/audio/gstbaseaudiosink.c:
3738         (gst_base_audio_sink_render):
3739         Fix bug in determining the sample start/stop position, we want to base
3740         this decision on the fact that we are going forwards or backwards, not
3741         slower or faster. This fixes some ugly resync warnings when playing at
3742         very slow speeds.
3743
3744 2008-03-23  Sebastian Dröge  <slomo@circular-chaos.org>
3745
3746         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3747         Correctly set the supported URI schemes and don't leave
3748         some schemes in the middle or at the start at NULL.
3749
3750 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
3751
3752         * tests/check/elements/gdpdepay.c:
3753           Make test compile without unused function/variable warnings on PPC.
3754  
3755 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
3756
3757         * configure.ac:
3758         * ext/alsa/gstalsamixerelement.c:
3759         (gst_alsa_mixer_element_class_init):
3760         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init):
3761         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
3762         * ext/cdparanoia/gstcdparanoiasrc.c:
3763         (gst_cd_paranoia_src_class_init):
3764         * ext/gio/gstgiosink.c: (gst_gio_sink_class_init):
3765         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init):
3766         * ext/gio/gstgiostreamsink.c: (gst_gio_stream_sink_class_init):
3767         * ext/gio/gstgiostreamsrc.c: (gst_gio_stream_src_class_init):
3768         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
3769         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init):
3770         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
3771         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
3772         * ext/pango/gsttextrender.c: (gst_text_render_class_init):
3773         * ext/theora/theoradec.c: (gst_theora_dec_class_init):
3774         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
3775         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
3776         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_class_init):
3777         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3778         (gst_audio_filter_template_class_init):
3779         * gst-libs/gst/audio/gstbaseaudiosink.c:
3780         (gst_base_audio_sink_class_init):
3781         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3782         (gst_base_audio_src_class_init):
3783         * gst-libs/gst/cdda/gstcddabasesrc.c:
3784         (gst_cdda_base_src_class_init):
3785         * gst-libs/gst/interfaces/mixertrack.c:
3786         (gst_mixer_track_class_init):
3787         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3788         (gst_base_rtp_depayload_class_init):
3789         * gst-libs/gst/rtp/gstbasertppayload.c:
3790         (gst_basertppayload_class_init):
3791         * gst/audioconvert/gstaudioconvert.c:
3792         (gst_audio_convert_class_init):
3793         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_class_init):
3794         * gst/audioresample/gstaudioresample.c:
3795         (gst_audioresample_class_init):
3796         * gst/audiotestsrc/gstaudiotestsrc.c:
3797         (gst_audio_test_src_class_init):
3798         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init):
3799         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
3800         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3801         (preroll_unlinked):
3802         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
3803         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init):
3804         * gst/playback/gstplaysink.c: (gst_play_sink_class_init):
3805         * gst/playback/gstqueue2.c: (gst_queue_class_init):
3806         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
3807         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
3808         (gst_stream_selector_class_init):
3809         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
3810         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
3811         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
3812         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
3813         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
3814         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
3815         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
3816         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init):
3817         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
3818         * gst/videotestsrc/gstvideotestsrc.c:
3819         (gst_video_test_src_class_init):
3820         * gst/volume/gstvolume.c: (gst_volume_class_init):
3821         * sys/v4l/gstv4lelement.c: (gst_v4lelement_class_init):
3822         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
3823         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
3824         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
3825         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
3826         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
3827         Use G_PARAM_STATIC_STRINGS everywhere for GParamSpecs that use
3828         static strings (i.e. all). This gives us less memory usage,
3829         fewer allocations and thus less memory defragmentation. Depend
3830         on core CVS for this. Fixes bug #523806.
3831
3832 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
3833
3834         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3835         Filter http and https protocols. GIO/GVfs handles them but it's
3836         impossible to implement iradio/icecast with it. Better use
3837         souphttpsrc or something else for this.
3838
3839         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
3840         If getting the file informations by a query fails try it with the
3841         seek-to-end trick too.
3842
3843 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3844
3845         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
3846         (gst_volume_base_init), (gst_volume_class_init),
3847         (volume_process_double), (volume_process_float),
3848         (volume_transform_ip), (plugin_init):
3849         memset buffers to zero if we get a GAP buffer. We usually see a
3850         buffer as one unit so let's handle it as one and don't care about
3851         volume changes while processing one buffer.
3852         Also clean up some stuff a bit.
3853
3854 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3855
3856         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
3857         (gst_audio_convert_create_silence_buffer),
3858         (gst_audio_convert_transform):
3859         Make audioconvert GAP-aware by outputting silence buffers when the
3860         input has the GAP flag set. This is up to 8x faster.
3861         Based on a patch by Stefan Kost. Fixes bug #517813.
3862
3863 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3864
3865         * gst/volume/gstvolume.c: (volume_process_double):
3866         Use oil_scalarmultiply_f64_ns() for double processing when it's
3867         available at compile time.
3868
3869 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3870
3871         * configure.ac:
3872         Fix lrint/lrintf checks to actually work. These functions are
3873         in libm on Linux at least so try to link to it.
3874
3875 2008-03-21  Jan Schmidt  <jan.schmidt@sun.com>
3876
3877         * configure.ac:
3878         Back to development - 0.10.18.1
3879
3880 === release 0.10.18 ===
3881
3882 2008-03-20  Jan Schmidt <jan.schmidt@sun.com>
3883
3884         * configure.ac:
3885           releasing 0.10.18, "I will follow"
3886
3887 2008-03-18  Jan Schmidt  <jan.schmidt@sun.com>
3888
3889         * configure.ac:
3890         * win32/common/config.h:
3891         0.10.17.4 pre-release
3892
3893 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3894
3895         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_dump):
3896         Use GST_STR_NULL when trying to print strings that could be NULL because
3897         this might crash on some platforms. See #520808.
3898
3899 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3900
3901         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
3902
3903         * gst-libs/gst/rtsp/gstrtspconnection.c:
3904         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
3905         (read_line), (gst_rtsp_connection_read_internal):
3906         Generic Windows fixes that makes libgstrtsp work on Windows when
3907         coupled with the new GstPoll API. See #520808.
3908
3909 2008-03-17  Sebastian Dröge  <slomo@circular-chaos.org>
3910
3911         Patch by: Milosz Derezynski <internalerror at gmail dot com>
3912
3913         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
3914           If seeking to a new position succeeds don't simply return from
3915           create() without creating a buffer. Do this only in the case
3916           seeking to the new position fails. Fixes bug #523054.
3917
3918 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
3919
3920         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps),
3921           (gst_video_format_from_rgba32_masks):
3922           Fix gst_video_format_parse_caps() for RGB caps with alpha channel
3923           (#522635).
3924
3925         * tests/check/libs/video.c: (test_parse_caps_rgb), (video_suite):
3926           Add unit test for the RGB caps parsing and creation, checking for
3927           internal consistency of the new API and consistency of the API with
3928           the old GST_VIDEO_CAPS_* defines.
3929
3930 2008-03-14  David Schleef  <ds@schleef.org>
3931
3932         * gst/videotestsrc/videotestsrc.c:  Oops, revert last change
3933           because -base is in freeze.
3934
3935 2008-03-14  David Schleef  <ds@schleef.org>
3936
3937         Patch by: William M. Brack
3938
3939         * gst/videotestsrc/videotestsrc.c: Fix Bayer pattern generation.
3940
3941 2008-03-14  Wim Taymans  <wim.taymans@collabora.co.uk>
3942
3943         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
3944         (gst_selector_pad_chain):
3945         * gst/playback/gststreamselector.h:
3946         Revert change that caused regression until a real fix is found.
3947         Fixes #522203.
3948
3949 2008-03-12  Michael Smith <msmith@fluendo.com>
3950
3951         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
3952         * gst-libs/gst/audio/gstringbuffer.h:
3953           Rename recently added buffer types to make more sense.
3954         * ext/alsa/gstalsasink.c: (alsasink_parse_spec),
3955         (gst_alsasink_write):
3956           Adapt for above API changes.
3957           Fixes bug #520523.
3958
3959 2008-03-11  Sebastian Dröge  <slomo@circular-chaos.org>
3960
3961         * win32/common/libgstnetbuffer.def:
3962         Add new symbol gst_netaddress_equal. Fixes bug #521743.
3963
3964 2008-03-11  Jan Schmidt  <jan.schmidt@sun.com>
3965
3966         * configure.ac:
3967         * win32/common/config.h:
3968         0.10.17.3 pre-release
3969
3970 2008-03-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3971
3972         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3973         (gst_base_audio_src_create):
3974         Fix duration when no clock was provided. Fixes #520300.
3975
3976 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3977
3978         Patch by: Olivier Crete  <tester at tester ca>
3979
3980         * docs/libs/gst-plugins-base-libs-sections.txt:
3981         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netaddress_equal):
3982         * gst-libs/gst/netbuffer/gstnetbuffer.h:
3983         Add trivial function to compare GstNetAddress. See #520626.
3984         API: GstNetBuffer::gst_netaddress_equal
3985
3986 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3987
3988         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
3989         Update mode property docs, it's deprecated now.
3990
3991 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3992
3993         * gst-libs/gst/rtsp/gstrtspconnection.c:
3994         (gst_rtsp_connection_create):
3995         * gst/tcp/gstmultifdsink.c: (gst_fdset_mode_get_type),
3996         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_start):
3997         * gst/tcp/gstmultifdsink.h:
3998         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
3999         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_start):
4000         Remove GstPollMode from gstpoll constructor.
4001
4002 2008-03-04  Jan Schmidt  <jan.schmidt@sun.com>
4003
4004         * configure.ac:
4005         * win32/common/config.h:
4006         0.10.17.2 pre-release
4007
4008 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
4009
4010         * gst/Makefile.am:
4011         GST_PLUGINS_ALL correctly lists subparse and tcp now, don't distclean
4012         them twice
4013
4014         * win32/common/libgstinterfaces.def:
4015         * win32/common/libgstrtp.def:
4016         Add new API to the defs
4017
4018 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
4019
4020         Patch by: Mersad Jelacic  <mersad at axis dot com>
4021
4022         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4023         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4024         API: add gst_base_rtp_audio_payload_set_samplebits_options() to make it
4025         possible to specify the sample size in bits. (#509637)
4026
4027 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
4028
4029         * tests/check/libs/mixer.c:
4030           Add a few simple checks for the new message types.
4031
4032 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
4033
4034         * docs/libs/gst-plugins-base-libs-sections.txt:
4035         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_option_changed),
4036           (gst_mixer_options_list_changed), (gst_mixer_mixer_changed),
4037           (gst_mixer_message_get_type),
4038           (gst_mixer_message_parse_option_changed),
4039           (gst_mixer_message_parse_options_list_changed):
4040         * gst-libs/gst/interfaces/mixer.h: (GstMixerType),
4041           (GST_MIXER_MESSAGE_OPTION_CHANGED),
4042           (GST_MIXER_MESSAGE_OPTIONS_LIST_CHANGED),
4043           (GST_MIXER_MESSAGE_MIXER_CHANGED):
4044           API: add gst_mixer_options_list_changed(), gst_mixer_mixer_changed()
4045           and gst_mixer_message_parse_options_list_changed(). Fixes #519916.
4046
4047 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
4048
4049         * gst-libs/gst/interfaces/mixeroptions.c: (gst_mixer_options_init),
4050           (gst_mixer_options_get_values):
4051         * gst-libs/gst/interfaces/mixeroptions.h:
4052           (GST_MIXER_OPTIONS_GET_CLASS), (GstMixerOptionsClass),
4053           (_GstMixerOptions), (_GstMixerOptionsClass):
4054           API: add GstMixerOptions::get_values vfunc (#519906)
4055
4056 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
4057
4058         * configure.ac:
4059         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
4060         plug-ins are included/excluded. (#498222)
4061
4062 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
4063
4064         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4065         Add typefinder for IMelody files, using audio/x-imelody.
4066         See bug #519516.
4067
4068 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
4069
4070         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_get_type):
4071         * ext/alsa/gstalsasink.c: (set_hwparams):
4072         * ext/alsa/gstalsasrc.c: (set_hwparams):
4073         * ext/gio/gstgio.c: (gst_gio_uri_handler_get_uri):
4074         * ext/ogg/gstoggmux.h:
4075         * ext/ogg/gstogmparse.c:
4076         * gst-libs/gst/audio/audio.c:
4077         * gst-libs/gst/fft/kiss_fft_f64.c: (kiss_fft_f64_alloc):
4078         * gst-libs/gst/pbutils/missing-plugins.c:
4079         (gst_missing_uri_sink_message_new),
4080         (gst_missing_element_message_new),
4081         (gst_missing_decoder_message_new),
4082         (gst_missing_encoder_message_new):
4083         * gst-libs/gst/rtp/gstbasertppayload.c:
4084         * gst-libs/gst/rtp/gstrtcpbuffer.c:
4085         (gst_rtcp_packet_bye_get_reason):
4086         * gst/audioconvert/gstaudioconvert.c:
4087         * gst/audioresample/gstaudioresample.c:
4088         * gst/ffmpegcolorspace/imgconvert.c:
4089         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
4090         * gst/typefind/gsttypefindfunctions.c:
4091         * gst/videoscale/vs_4tap.c:
4092         * gst/videoscale/vs_4tap.h:
4093         * sys/v4l/gstv4lelement.c:
4094         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_any_caps):
4095         * sys/v4l/v4l_calls.c:
4096         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
4097         (gst_v4lsrc_try_capture):
4098         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
4099         (gst_ximagesink_ximage_new):
4100         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
4101         (gst_xvimagesink_xvimage_new):
4102         * tests/check/elements/audioconvert.c:
4103         * tests/check/elements/audioresample.c:
4104         (fail_unless_perfect_stream):
4105         * tests/check/elements/audiotestsrc.c: (setup_audiotestsrc):
4106         * tests/check/elements/decodebin.c:
4107         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
4108         (setup_gdpdepay_streamheader):
4109         * tests/check/elements/gdppay.c: (setup_gdppay), (GST_START_TEST),
4110         (setup_gdppay_streamheader):
4111         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink):
4112         * tests/check/elements/multifdsink.c: (setup_multifdsink):
4113         * tests/check/elements/textoverlay.c:
4114         * tests/check/elements/videorate.c: (setup_videorate):
4115         * tests/check/elements/videotestsrc.c: (setup_videotestsrc):
4116         * tests/check/elements/volume.c: (setup_volume):
4117         * tests/check/elements/vorbisdec.c: (setup_vorbisdec):
4118         * tests/check/elements/vorbistag.c:
4119         * tests/check/generic/clock-selection.c:
4120         * tests/check/generic/states.c: (setup), (teardown):
4121         * tests/check/libs/cddabasesrc.c:
4122         * tests/check/libs/video.c:
4123         * tests/check/pipelines/gio.c:
4124         * tests/check/pipelines/oggmux.c:
4125         * tests/check/pipelines/simple-launch-lines.c:
4126         (simple_launch_lines_suite):
4127         * tests/check/pipelines/streamheader.c:
4128         * tests/check/pipelines/theoraenc.c:
4129         * tests/check/pipelines/vorbisdec.c:
4130         * tests/check/pipelines/vorbisenc.c:
4131         * tests/examples/seek/scrubby.c:
4132         * tests/examples/seek/seek.c: (query_positions_elems),
4133         (query_positions_pads):
4134         * tests/icles/stress-xoverlay.c: (myclock):
4135         Correct all relevant warnings found by the sparse semantic code
4136         analyzer. This include marking several symbols static, using
4137         NULL instead of 0 for pointers and using "foo (void)" instead
4138         of "foo ()" for declarations.
4139
4140         * win32/common/libgstrtp.def:
4141         Add gst_rtp_buffer_set_extension_data to the symbol definition file.
4142
4143 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4144
4145         Patch by: José Alburquerque <jaalburqu svn gnome org>
4146
4147         * gst/playback/gstplaybin2.c:
4148           Make the function signature of the _get_*_tags() functions match
4149           the signature of the vfuncs they implement, ie. return a
4150           GstTagList rather than a GstStructure, which is more correct,
4151           even if one is typedef'ed to the other (#518940).
4152
4153 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4154
4155         * gst-libs/gst/rtsp/gstrtspconnection.c:
4156           Don't include unix headers unconditionally (fixes #518037).
4157
4158 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4159
4160         * tests/check/libs/video.c: (paintinfo), (paintinfo_struct),
4161           (fourcc_list_struct), (fourcc_list), (fourcc_get_size),
4162           (paint_setup_I420), (paint_setup_YV12), (paint_setup_AYUV),
4163           (paint_setup_YUY2), (paint_setup_UYVY), (paint_setup_YVYU),
4164           (paint_setup_IYU2), (paint_setup_Y41B), (paint_setup_Y42B),
4165           (paint_setup_Y800), (paint_setup_YVU9), (paint_setup_YUV9),
4166           (gst_video_format_is_packed), (video_format_is_packed):
4167           Add unit test that makes sure that the strides, offsets and
4168           sizes returned for the various YUV formats by the new video API
4169           match the old reference implementation in videotestsrc.
4170
4171 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4172
4173         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio),
4174           (gst_video_format_from_fourcc), (gst_video_format_to_fourcc),
4175           (gst_video_format_is_rgb), (gst_video_format_is_yuv),
4176           (gst_video_format_has_alpha), (gst_video_format_get_row_stride),
4177           (gst_video_format_get_pixel_stride),
4178           (gst_video_format_get_component_width),
4179           (gst_video_format_get_component_height),
4180           (gst_video_format_get_component_offset), (gst_video_format_get_size):
4181         * gst-libs/gst/video/video.h: (GST_VIDEO_FORMAT_Y41B),
4182           (GST_VIDEO_FORMAT_Y42B):
4183           API: add GST_VIDEO_FORMAT_Y41B and GST_VIDEO_FORMAT_Y42B.
4184
4185 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4186
4187         * gst-libs/gst/video/video.c: (gst_video_format_get_component_offset):
4188           YV12 is I420 with swapped components 1 and 2, so the offset of
4189           component 1 for I420 should be the offset for component 2 for YV12
4190           and vice versa.
4191
4192 2008-02-29  Rene Stadler  <mail@renestadler.de>
4193
4194         * sys/v4l/gstv4lelement.c:
4195         Add missing semicolon to fix indentation.
4196
4197 2008-02-29  Julien Moutte  <julien@fluendo.com>
4198
4199         * ext/alsa/gstalsa.c: (gst_alsa_open_iec958_pcm),
4200         (gst_alsa_probe_supported_formats): Probe for IEC958 pcm to detect
4201         if we can do SPDIF output.
4202         * ext/alsa/gstalsa.h:
4203         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec),
4204         (gst_alsasink_prepare), (gst_alsasink_close), (gst_alsasink_write):
4205         * ext/alsa/gstalsasink.h: Initial support for SPDIF.
4206         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
4207         * gst-libs/gst/audio/gstringbuffer.h: Add non linear buffer types
4208         to support AC3, EC3 and IEC958 buffers.
4209
4210 2008-02-29  Tim-Philipp Müller  <tim at centricular dot net>
4211
4212         * gst-libs/gst/interfaces/mixer.c: (GST_MIXER_MESSAGE_HAS_TYPE),
4213           (gst_mixer_message_parse_mute_toggled),
4214           (gst_mixer_message_parse_record_toggled),
4215           (gst_mixer_message_parse_volume_changed),
4216           (gst_mixer_message_parse_option_changed):
4217           De-cruft and fix message type assertions (NULL is not a really
4218           valid mixer message type string).
4219
4220 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4221
4222         * ext/libvisual/visual.c: (gst_vis_src_negotiate):
4223         When negotiating, actually start from a format that we can support
4224         instead of from the too generic template.
4225
4226 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4227
4228         * gst/playback/gstplaybin2.c: (gst_play_bin_set_property):
4229         Enable vis setting.
4230
4231         * gst/playback/gstplaysink.c: (gst_play_sink_init),
4232         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
4233         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
4234         (gen_vis_chain):
4235         Implement vis switching while playing.
4236
4237 2008-02-28  David Schleef  <ds@schleef.org>
4238
4239         * gst-libs/gst/riff/riff-media.c: Add Dirac mapping
4240
4241 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4242
4243         Patch by: Peter Kjellerstedt  <pkj at axis com>
4244
4245         * gst/tcp/Makefile.am:
4246         * gst/tcp/fdsetstress.c:
4247         * gst/tcp/gstfdset.c:
4248         * gst/tcp/gstfdset.h:
4249         Removed fdset and stress test, they are now known as GstPoll in
4250         core. 
4251
4252         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
4253         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_remove),
4254         (gst_multi_fd_sink_clear), (gst_multi_fd_sink_remove_client_link),
4255         (gst_multi_fd_sink_handle_client_write),
4256         (gst_multi_fd_sink_queue_buffer),
4257         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_start),
4258         (gst_multi_fd_sink_stop):
4259         * gst/tcp/gstmultifdsink.h:
4260         * gst/tcp/gsttcp.c: (gst_tcp_socket_read), (gst_tcp_socket_close),
4261         (gst_tcp_read_buffer), (gst_tcp_gdp_read_buffer),
4262         (gst_tcp_gdp_read_caps):
4263         * gst/tcp/gsttcp.h:
4264         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_init),
4265         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
4266         (gst_tcp_client_sink_start), (gst_tcp_client_sink_stop):
4267         * gst/tcp/gsttcpclientsink.h:
4268         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_init),
4269         (gst_tcp_client_src_create), (gst_tcp_client_src_start),
4270         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
4271         * gst/tcp/gsttcpclientsrc.h:
4272         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_handle_wait),
4273         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
4274         * gst/tcp/gsttcpserversink.h:
4275         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_init),
4276         (gst_tcp_server_src_create), (gst_tcp_server_src_start),
4277         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
4278         * gst/tcp/gsttcpserversrc.h:
4279         Port to GstPoll. See #505417.
4280
4281 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4282
4283         Patch by: Peter Kjellerstedt  <pkj at axis com>
4284
4285         * gst-libs/gst/rtsp/gstrtspconnection.c:
4286         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
4287         (gst_rtsp_connection_write), (gst_rtsp_connection_read_internal),
4288         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
4289         (gst_rtsp_connection_free), (gst_rtsp_connection_poll),
4290         (gst_rtsp_connection_flush):
4291         * gst-libs/gst/rtsp/gstrtspconnection.h:
4292         Use GstPoll for the rtsp connection. See #505417.
4293
4294 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
4295
4296         * tests/examples/seek/seek.c: (vis_toggle_cb), (filter_features),
4297         (init_visualization_features), (vis_combo_cb), (shot_cb), (main):
4298         Add combo box for visualisations, populate it with a factory list
4299         of all visualisation plugins, configure vis plugin instance in
4300         playbin2. 
4301
4302 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
4303
4304         * tests/check/libs/rtp.c: (GST_START_TEST):
4305         Add check for RTP buffer defaults, padding and marker bit API.
4306
4307 2008-02-27  Sebastian Dröge  <slomo@circular-chaos.org>
4308
4309         * gst-libs/gst/cdda/sha1.c: (sha_transform):
4310         Use memcpy() instead of upcasting a byte array to long *. This
4311         fixes an unaligned memory access, resulting in SIGBUS on IA64.
4312         This should be ported to GCheckSum once we can use GLib 2.16.
4313         Partially fixes bug #500833.
4314
4315 2008-02-27  Tim-Philipp Müller  <tim at centricular dot net>
4316
4317         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_chain):
4318           Push tag event after the newsegment event. Log the pointer of
4319           the buffer we're actually going to push rather than the buffer
4320           we're feeding to _make_metadata_writable().
4321
4322 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4323
4324         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4325         Comment smoke typefinder for now. The smokedec plugin needs one
4326         frame per buffer but we have no parser yet, thus it simply crashes
4327         in most situations.
4328
4329 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4330
4331         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4332         Add typefinder for the smoke video codec. Copied from the jpeg plugin.
4333
4334 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4335
4336         * gst/typefind/gsttypefindfunctions.c: (mid_type_find),
4337         (plugin_init):
4338         Add midi typefinder, copied from the timidity plugin.
4339
4340 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
4341
4342         Based on patch by: Tomasz Sałaciński <tsalacinski gmail com>
4343
4344         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
4345         * tests/check/elements/subparse.c: (test_microdvd_with_italics),
4346           (subparse_suite):
4347           Forward slashes at the beginning and end of a line also signify
4348           italics (Fixes: #518162).
4349
4350 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4351
4352         * tests/check/gst-plugins-base.supp:
4353         Add a suppression for a cached value in GIO that wasn't moved
4354         while moving gio from -bad to -base.
4355
4356 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4357
4358         Patch by: Brian Cameron <brian dot cameron at sun dot com>
4359
4360         * configure.ac:
4361         Don't hardcode -Wall and -Werror for configure checks, this fails
4362         with non-GCC compilers. Fixes bug #517991.
4363
4364 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
4365
4366         * gst/audioconvert/gstaudioconvert.c:
4367         * gst/audioconvert/gstaudioquantize.c:
4368         * gst/audioconvert/gstaudioquantize.h:
4369           Make audioconvert gap aware. If noiseshaping is used, wait for
4370           noiseshaping to converge before marking as GAP. Fixes #517813.
4371
4372 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
4373
4374         * gst/audiotestsrc/gstaudiotestsrc.c:
4375           Mark buffers as GAP,if volume is 0.0 and fix the previous logic.
4376
4377 2008-02-20  Sebastian Dröge  <slomo@circular-chaos.org>
4378
4379         * ext/gnomevfs/gstgnomevfssink.c:
4380         (gst_gnome_vfs_sink_handle_event):
4381         Return FALSE when seeking for a new segment fails instead
4382         of silently ignoring the failure and appending every buffer
4383         that comes for the new segment.
4384
4385 2008-02-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4386
4387         * gst/playback/gstplaysink.c: (find_property),
4388         (gst_play_sink_find_property), (gen_video_chain),
4389         (gst_play_sink_reconfigure), (gst_play_sink_get_last_frame):
4390         Recursively search the sink element for a last-frame property so that we
4391         can also find the property in autovideosink and friends that don't
4392         always proxy the internal sink properties.
4393
4394 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4395
4396         * gst-libs/gst/audio/multichannel.c:
4397           (GST_AUDIO_CHANNEL_POSITIONS_FIELD_NAME),
4398           (gst_audio_get_channel_positions), (gst_audio_set_channel_positions),
4399           (gst_audio_set_structure_channel_positions_list),
4400           (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
4401           (gst_audio_fixate_channel_positions):
4402           Fix confusing terminology in docs and code: structure fields are
4403           'fields' and not 'properties'.
4404
4405 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4406
4407         * gst-libs/gst/audio/multichannel.c:
4408           (gst_audio_check_channel_positions), (add_list_to_struct):
4409           Give more useful warning messages if one of the channel
4410           layout enums passed to us is invalid and if the "channels"
4411           field in the caps has a GType we don't expect.
4412
4413 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4414
4415         * gst-libs/gst/audio/multichannel.c:
4416           Fix typo in docs blurb.
4417
4418 2008-02-19  Julien Moutte  <julien@fluendo.com>
4419
4420         Patch by: Josep Torra Valles <josep@fluendo.com>
4421
4422         * gst/typefind/gsttypefindfunctions.c: Increase the MPEG PS
4423         typefind lookup to fix typefinding on HD clips.
4424
4425 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4426
4427         * gst/playback/gstscreenshot.c:
4428         * gst/playback/gstscreenshot.h:
4429           Fix up copyright (I rewrote the GStreamer-0.10 code for
4430           this from scratch back in the days).
4431
4432 2008-02-19  Wim Taymans  <wim.taymans@collabora.co.uk>
4433
4434         * gst/playback/Makefile.am:
4435         * gst/playback/gstscreenshot.c: (feed_fakesrc), (save_result),
4436         (create_element), (gst_play_frame_conv_convert):
4437         * gst/playback/gstscreenshot.h:
4438         Add screenshot conversion code from totem.
4439
4440         * gst/playback/gstplay-marshal.list:
4441         * gst/playback/gstplaybin2.c: (gst_play_marshal_BUFFER__BOXED),
4442         (gst_play_bin_class_init), (gst_play_bin_convert_frame),
4443         (gst_play_bin_get_property), (no_more_pads_cb), (activate_group):
4444         Implement frame property to get a color-unconverted snapshot.
4445         Implement convert-frame action signal to get a converted snapshot image.
4446         Configure connection speed in uridecodebin.
4447         Document some more properties.
4448
4449         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
4450         (gen_video_chain), (gen_audio_chain), (gst_play_sink_reconfigure),
4451         (gst_play_sink_get_last_frame):
4452         * gst/playback/gstplaysink.h:
4453         Use last-buffer property of the video sink to get a video snapshot.
4454
4455         * tests/examples/seek/seek.c: (shot_cb), (main):
4456         Add snapshot button for playbin2 and use the frame property to save the
4457         frame as a png in the current directory.
4458
4459 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
4460
4461         Patch by: Josep Torra Valles <josep at fluendo dot com>
4462
4463         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find),
4464         (plugin_init):
4465         Add typefinding support for h264 elementary streams.
4466         Fixes bug #517420.
4467
4468 2008-02-18  Stefan Kost  <ensonic@users.sf.net>
4469
4470         * configure.ac:
4471           Require CVS of core for new API in collectpads.
4472
4473         * gst/adder/gstadder.c:
4474           Use new API to make adder sparse stream aware.
4475
4476 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4477
4478         * gst/playback/gstplaybin2.c: (pad_added_cb), (pad_removed_cb),
4479         (no_more_pads_cb):
4480         Get the object data correct so that we can remove our channels
4481         correctly.
4482
4483         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
4484         (gen_vis_chain), (gst_play_sink_reconfigure),
4485         (gst_play_sink_request_pad):
4486         Add option to disable async behaviour in the sinks when possible. This
4487         makes it possible to avoid an audio queue when dealing with
4488         visualisations.
4489         Add option to add a queue for the audio path.
4490
4491         * tests/examples/seek/seek.c: (clear_streams), (update_streams),
4492         (main):
4493         Disable the vis checkbox to match the defaults of playbin2.
4494         Only get the stream info when we need to.
4495
4496 2008-02-17  Sebastian Dröge  <slomo@circular-chaos.org>
4497
4498         * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_stop),
4499         (gst_gio_base_sink_set_stream):
4500         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_stop),
4501         (gst_gio_base_src_set_stream):
4502         * ext/gio/gstgiosink.c: (gst_gio_sink_start):
4503         * ext/gio/gstgiosrc.c: (gst_gio_src_start):
4504         Don't use async operations as they require a running main loop.
4505         This makes us block again when closing streams and unable
4506         to mount the enclosing volume of an URI if it isn't yet.
4507
4508 2008-02-15  Wim Taymans  <wim.taymans@collabora.co.uk>
4509
4510         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4511         (gst_play_sink_get_mute), (gen_video_chain), (gen_audio_chain),
4512         (gen_vis_chain), (gst_play_sink_reconfigure),
4513         (gst_play_sink_request_pad):
4514         Move tee in front of the audio and vis pipelines.
4515         Add queue for audio for now.
4516         Add visualisation support.
4517
4518         * tests/examples/seek/seek.c: (main):
4519         Visualisation is by default disabled.
4520
4521 2008-02-15  Sebastian Dröge  <slomo@circular-chaos.org>
4522
4523         * ext/gio/gstgiobasesink.c: (close_stream_cb):
4524         * ext/gio/gstgiobasesrc.c: (close_stream_cb):
4525         Improve debugging a bit.
4526
4527         * ext/gio/gstgiosink.c: (mount_cb), (gst_gio_sink_start):
4528         * ext/gio/gstgiosink.h:
4529         * ext/gio/gstgiosrc.c: (mount_cb), (gst_gio_src_start):
4530         * ext/gio/gstgiosrc.h:
4531         Try to mount the enclosing volume of a GFile if it isn't mounted
4532         yet. This requires us to wait for an async operation to finish, done
4533         with an nested GMainLoop. Authentication is not supported yet, will
4534         come later.
4535
4536 2008-02-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4537
4538         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4539         (gst_play_bin_set_property), (gst_play_bin_get_property),
4540         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb):
4541         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4542         (gst_play_sink_get_mute), (gen_audio_chain):
4543         * gst/playback/gstplaysink.h:
4544         Add mute property.
4545
4546         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
4547         (gst_selector_pad_chain):
4548         * gst/playback/gststreamselector.h:
4549         Make sure we forward the event only once.
4550
4551         * tests/examples/seek/seek.c: (stop_cb), (mute_toggle_cb), (main):
4552         Add and implement the mute button for playbin2.
4553
4554 2008-02-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4555
4556         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
4557
4558         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_delay):
4559         Add some more debug info.
4560         Make sure we never return a negative delay. Fixes #516246.
4561
4562 2008-02-12  Tim-Philipp Müller  <tim at centricular dot net>
4563
4564         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
4565           Revert patch that makes the sink hold the object lock when
4566           calling snd_pcm_delay(), since it breaks playback for me.
4567
4568 2008-02-12  Julien Moutte  <julien@fluendo.com>
4569
4570         * tests/examples/seek/seek.c: (rate_spinbutton_changed_cb): Add
4571         some seek flags when changing rate.
4572
4573 2008-02-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4574
4575         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4576         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
4577         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
4578         Fix potential leaks.
4579
4580         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_chain):
4581         Fix leak when there is no function configured.
4582
4583 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4584
4585         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_class_init),
4586         (gst_v4lsrc_buffer_finalize):
4587         Correctly chain up the finalize method.
4588
4589 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4590
4591         * ext/gio/gstgiostreamsink.c:
4592         * ext/gio/gstgiostreamsrc.c:
4593         Add documentation and example code for giostreamsink/giostreamsrc.
4594
4595         * tests/check/pipelines/gio.c: (GST_START_TEST):
4596         Ask the GMemoryOutputStream for the data instead of assuming that
4597         the pointer to the data stayed the same. It could've been realloc'ed.
4598
4599 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4600
4601         * ext/gio/gstgiosink.c:
4602         * ext/gio/gstgiosrc.c:
4603         Make the documentation of giosink/giosrc complete, large parts
4604         are based on the gnomevfssink/gnomevfssrc docs.
4605
4606 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4607
4608         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4609         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4610         * docs/plugins/gst-plugins-base-plugins.args:
4611         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4612         * docs/plugins/gst-plugins-base-plugins.interfaces:
4613         * docs/plugins/gst-plugins-base-plugins.prerequisites:
4614         * docs/plugins/gst-plugins-base-plugins.signals:
4615         * docs/plugins/inspect/plugin-adder.xml:
4616         * docs/plugins/inspect/plugin-audioconvert.xml:
4617         * docs/plugins/inspect/plugin-audiorate.xml:
4618         * docs/plugins/inspect/plugin-audioresample.xml:
4619         * docs/plugins/inspect/plugin-decodebin.xml:
4620         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4621         * docs/plugins/inspect/plugin-gdp.xml:
4622         * docs/plugins/inspect/plugin-gio.xml:
4623         * docs/plugins/inspect/plugin-gnomevfs.xml:
4624         * docs/plugins/inspect/plugin-libvisual.xml:
4625         * docs/plugins/inspect/plugin-ogg.xml:
4626         * docs/plugins/inspect/plugin-pango.xml:
4627         * docs/plugins/inspect/plugin-playback.xml:
4628         * docs/plugins/inspect/plugin-queue2.xml:
4629         * docs/plugins/inspect/plugin-subparse.xml:
4630         * docs/plugins/inspect/plugin-theora.xml:
4631         * docs/plugins/inspect/plugin-uridecodebin.xml:
4632         * docs/plugins/inspect/plugin-videorate.xml:
4633         * docs/plugins/inspect/plugin-videoscale.xml:
4634         * docs/plugins/inspect/plugin-volume.xml:
4635         * docs/plugins/inspect/plugin-vorbis.xml:
4636         Add the GIO documentation again and while at that run make update.
4637
4638 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4639
4640         * ext/alsa/gstalsa.h: (GST_CHECK_ALSA_VERSION):
4641         * ext/alsa/gstalsasink.c: (set_swparams):
4642         * ext/alsa/gstalsasrc.c: (set_swparams), (gst_alsasrc_open):
4643           Don't use snd_pcm_sw_params_set_xfer_align() if we're compiling
4644           against libasound >= 1.0.16, since it's been deprecated in
4645           0.10.16, and alignment is always 1 then, apparently. (#512899)
4646
4647 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4648
4649         * gst/playback/gstplaybin.c: (gen_audio_element):
4650         * gst/playback/gstplaysink.c: (gen_audio_chain):
4651           Handle case where we can't create the volume element a bit
4652           better (#514307).
4653
4654 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4655
4656         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_check_get_range):
4657         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
4658           Add support for https protocol. Fixes #510229.
4659
4660 2008-02-11  Julien Moutte  <julien@fluendo.com>
4661         
4662         Patch by: Alan Peevers <peeves@pacbell.net>
4663
4664         * ext/alsa/gstalsasink.c: (gst_alsasink_delay): Take appropriate
4665         lock when calling alsa methods.
4666
4667 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4668
4669         * gst/typefind/gsttypefindfunctions.c:
4670           Bump rank of jpeg and png typefinders, which will return maximum
4671           probability in the most common cases (thus short-circuiting more
4672           expensive typefinders like the mp3 one for these two quite common
4673           image types).
4674
4675 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
4676
4677         * ext/theora/theoraparse.c:
4678         Fix long description of the theora parser to be more verbose than just
4679         the type name.
4680
4681 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
4682
4683         Patch by: Branko Čibej <brane at xbc dot nu>
4684
4685         * sys/xvimage/xvimagesink.c:
4686         Fix build of xvimagesink if we don't have XShm, e.g. on Mac OS X.
4687         Fixes bug #515654.
4688
4689 2008-02-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4690
4691         * gst/playback/gstplaybasebin.c:
4692         Set is_dynamic as True if there are elements with both request
4693         and sometimes src pad templates instead of breaking out when it
4694         finds the first pad template that is a src.
4695
4696 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4697
4698         * tests/examples/seek/seek.c: (stop_cb), (clear_streams),
4699         (update_streams), (video_combo_cb), (audio_combo_cb),
4700         (text_combo_cb), (volume_spinbutton_changed_cb), (main):
4701         Add some stream switching and volume gui for playbin2.
4702
4703 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4704
4705         * gst/playback/gstplay-marshal.list:
4706         Added marshal for streamselector Tags.
4707
4708         * gst/playback/gstplaybasebin.c: (set_active_source):
4709         Streamselector now selects pads based on the pad object instead of its
4710         name.
4711
4712         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4713         (init_group), (gst_play_bin_init), (get_group), (get_tags),
4714         (gst_play_bin_get_video_tags), (gst_play_bin_get_audio_tags),
4715         (gst_play_bin_get_text_tags),
4716         (gst_play_bin_set_current_video_stream),
4717         (gst_play_bin_set_current_audio_stream),
4718         (gst_play_bin_set_current_text_stream),
4719         (gst_play_bin_set_property), (gst_play_bin_get_property),
4720         (pad_added_cb), (pad_removed_cb), (autoplug_select_cb):
4721         Remove option to mute streams with the current-a/v/t property, we have
4722         this functionality in the flags.
4723         Add signals to notify when the number of A/V/T channels changed.
4724         Add action signals to get tags for the A/V/T streams.
4725         Implement setting the current A/V/T stream.
4726         Rearrange some things to simplify stream selection.
4727         Implement volume.
4728
4729         * gst/playback/gstplaysink.c: (gst_play_sink_set_volume),
4730         (gst_play_sink_get_volume), (gst_play_sink_set_property),
4731         (gst_play_sink_get_property), (gen_video_chain), (gen_audio_chain),
4732         (activate_vis), (gst_play_sink_reconfigure):
4733         * gst/playback/gstplaysink.h:
4734         Add and implement volume setting methods.
4735
4736         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
4737         (gst_selector_pad_finalize), (gst_selector_pad_get_property),
4738         (gst_selector_pad_event), (gst_stream_selector_class_init),
4739         (gst_stream_selector_init), (gst_stream_selector_finalize),
4740         (gst_stream_selector_set_property),
4741         (gst_stream_selector_get_property),
4742         (gst_stream_selector_get_linked_pad),
4743         (gst_stream_selector_request_new_pad):
4744         * gst/playback/gststreamselector.h:
4745         Add pad properties for tags and status of pads.
4746         Keep tags on pads.
4747         Make active pad selection based on pad object instead of name.
4748
4749 2008-02-08  Stefan Kost  <ensonic@users.sf.net>
4750
4751         * configure.ac:
4752           Revert last change as we now check in gtk-doc.m4 for sed.
4753
4754 2008-02-08  Jan Schmidt  <Jan.Schmidt@sun.com>
4755
4756         * configure.ac:
4757         Find and subst SED when building the docs.
4758
4759 2008-02-08  Julien Moutte  <julien@fluendo.com>
4760
4761         * tests/examples/seek/seek.c: (stop_cb), (connect_bus_signals),
4762         (main): Make sure bus signals are reconnected when pressing STOP
4763         and then PLAY again for a parse launch pipeline. Fix a ref leak
4764         on the bus.
4765         * win32/common/config.h: Updated.
4766
4767 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4768
4769         * configure.ac:
4770         Make DISABLE_DEPRECATED defined *only* during CVS, not during
4771         pre-releases or releases.
4772
4773 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4774
4775         * configure.ac:
4776         * ext/gio/Makefile.am:
4777         Subst GIO_LDFLAGS to avoid undefined Makefile var error Zaheer is
4778         reporting
4779
4780 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4781
4782         * docs/plugins/Makefile.am:
4783         Add the headers which need scanning for the GIO plugin. The rest of
4784         the docs still need migrating.
4785
4786 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4787
4788         * ext/Makefile.am:
4789         * tests/check/Makefile.am:
4790         * tests/check/pipelines/.cvsignore:
4791         Add gio in a few more places.
4792
4793 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4794
4795         * configure.ac:
4796         * ext/Makefile.am:
4797         * tests/check/Makefile.am:
4798         Move gio plugin from -bad and mark as experimental.
4799
4800 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4801
4802         * gst-libs/gst/interfaces/mixeroptions.c:
4803         * gst-libs/gst/interfaces/mixertrack.c:
4804         Comment out a couple of other things which break the build when
4805         GST_DISABLE_DEPRECATED isn't on but -Werror is.
4806
4807 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
4808
4809         * docs/libs/gst-plugins-base-libs-sections.txt:
4810           Fix pbutils header.
4811
4812 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4813
4814         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
4815         Fix compiler warning.
4816
4817 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4818
4819         Patch by: Peter Kjellerstedt  <pkj at axis com>
4820
4821         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
4822         Clear the addrinfo struct using memset. Fixes #514937.
4823
4824 2008-02-06  Wim Taymans  <wim.taymans@collabora.co.uk>
4825
4826         * gst/tcp/gstfdset.h:
4827         Remove unused field to same some memory.
4828
4829         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4830         Mark action signals as such.
4831
4832 2008-02-06  Michael Smith <msmith@fluendo.com>
4833
4834         * ext/theora/theoradec.c: (_theora_granule_frame),
4835         (_inc_granulepos):
4836           Increment granulepos for new-bitstream versions appropriately.
4837           Fixes #514623.
4838
4839 2008-02-04  Wim Taymans  <wim.taymans@collabora.co.uk>
4840
4841         * tests/examples/seek/seek.c: (do_seek),
4842         (rate_spinbutton_changed_cb), (update_streams), (main):
4843         Remove obsolete stream_time reset after flushing seek, core does that
4844         automatically now.
4845         Improve accuracy of speed spinbutton.
4846         Only do playbin2 stuff when we actually use it.
4847
4848 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
4849
4850         * tests/check/Makefile.am:
4851           Revert previous change of the test environment's GST_PLUGIN_PATH.
4852           The problem is not with the plugins, but with element factories
4853           and only occurs if elements are split out from existing plugins
4854           or if plugins change name (see #512740).
4855
4856 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
4857
4858         * tests/check/Makefile.am:
4859           Fix the tests environment's GST_PLUGIN_PATH: we want the directory
4860           with the core's plugins first and our local build directories last,
4861           since we might be building against an installed core, and that
4862           core's plugin directory may contain older or other versions of
4863           our own -base plugins, but we really do want to test our local
4864           ones (if there are multiple plugins or element factories with the
4865           same name, those inspected last will trump those read in earlier).
4866           Fixes #512740 for the most part.
4867
4868 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
4869
4870         * configure.ac:
4871         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4872         Use gmtime_r if available as gmtime is not MT-safe.
4873         Fixes bug #511810.
4874
4875 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
4876
4877         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4878         Cast glong to time_t as time_t might have a different type on
4879         other platforms, like FreeBSD, and we get a compiler warning
4880         otherwise. Fixes bug #511825.
4881
4882 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
4883
4884         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4885         (get_group), (get_n_pads), (gst_play_bin_get_property),
4886         (pad_added_cb), (no_more_pads_cb), (perform_eos),
4887         (autoplug_select_cb), (deactivate_group):
4888         Remove stream-info, we going for something easier.
4889         Refactor getting the current group.
4890         Implement getting the number of audio/video/text streams.
4891
4892         * gst/playback/gststreamselector.c:
4893         (gst_stream_selector_class_init), (gst_stream_selector_init),
4894         (gst_stream_selector_get_property),
4895         (gst_stream_selector_request_new_pad),
4896         (gst_stream_selector_release_pad):
4897         * gst/playback/gststreamselector.h:
4898         Add property for number of pads.
4899
4900         * tests/examples/seek/seek.c: (set_scale), (update_flag),
4901         (vis_toggle_cb), (audio_toggle_cb), (video_toggle_cb),
4902         (text_toggle_cb), (update_streams), (msg_async_done),
4903         (msg_state_changed), (main):
4904         Block slider callback when updating the slider position.
4905         Add gui elements for controlling playbin2.
4906         Add callback for async_done that updates position/duration.
4907
4908 2008-02-01  Stefan Kost  <ensonic@users.sf.net>
4909
4910         * docs/plugins/Makefile.am:
4911         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4912         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4913         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4914         * docs/plugins/gst-plugins-base-plugins.interfaces:
4915         * docs/plugins/gst-plugins-base-plugins.prerequisites:
4916           First round of plugin docs cleansups.
4917
4918         * docs/plugins/inspect/plugin-adder.xml:
4919         * docs/plugins/inspect/plugin-alsa.xml:
4920         * docs/plugins/inspect/plugin-audioconvert.xml:
4921         * docs/plugins/inspect/plugin-audiorate.xml:
4922         * docs/plugins/inspect/plugin-audioresample.xml:
4923         * docs/plugins/inspect/plugin-audiotestsrc.xml:
4924         * docs/plugins/inspect/plugin-cdparanoia.xml:
4925         * docs/plugins/inspect/plugin-decodebin.xml:
4926         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4927         * docs/plugins/inspect/plugin-gdp.xml:
4928         * docs/plugins/inspect/plugin-gnomevfs.xml:
4929         * docs/plugins/inspect/plugin-libvisual.xml:
4930         * docs/plugins/inspect/plugin-ogg.xml:
4931         * docs/plugins/inspect/plugin-pango.xml:
4932         * docs/plugins/inspect/plugin-subparse.xml:
4933         * docs/plugins/inspect/plugin-tcp.xml:
4934         * docs/plugins/inspect/plugin-theora.xml:
4935         * docs/plugins/inspect/plugin-typefindfunctions.xml:
4936         * docs/plugins/inspect/plugin-video4linux.xml:
4937         * docs/plugins/inspect/plugin-videorate.xml:
4938         * docs/plugins/inspect/plugin-videoscale.xml:
4939         * docs/plugins/inspect/plugin-videotestsrc.xml:
4940         * docs/plugins/inspect/plugin-volume.xml:
4941         * docs/plugins/inspect/plugin-vorbis.xml:
4942         * docs/plugins/inspect/plugin-ximagesink.xml:
4943         * docs/plugins/inspect/plugin-xvimagesink.xml:
4944           Regenerate.
4945
4946         * ext/ogg/Makefile.am:
4947         * ext/ogg/gstoggmux.c:
4948         * ext/ogg/gstoggmux.h:
4949           Add header for oggmux. the c-file needs a doc blob still.
4950
4951 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
4952
4953         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4954
4955         * gst-libs/gst/rtp/gstrtpbuffer.c:
4956         (gst_rtp_buffer_set_extension_data):
4957         * gst-libs/gst/rtp/gstrtpbuffer.h:
4958         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
4959         Add gst_rtp_buffer_set_extension_data() 
4960         Add a unit test for this addition. Fixes #511478.
4961         API: GstRTPBuffer:gst_rtp_buffer_set_extension_data()
4962
4963 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4964
4965         * configure.ac:
4966         Back to CVS
4967
4968 === release 0.10.17 ===
4969
4970 2008-01-30  Jan Schmidt <jan.schmidt@sun.com>
4971
4972         * configure.ac:
4973           releasing 0.10.17, "Peanut Butter and Jelly"
4974
4975 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4976
4977         * gst-libs/gst/interfaces/mixeroptions.c:
4978         * gst-libs/gst/interfaces/mixertrack.c:
4979         Also remove the conditional registration of the signals
4980         that disappeared with the ABI change in 0.10.14
4981
4982 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4983
4984         * gst-libs/gst/rtsp/gstrtspconnection.c:
4985         Revert patch to gstrtspconnection.c for brown paper bag
4986         release of -base. Re-opens: #511825
4987
4988 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4989
4990         * gst-libs/gst/interfaces/mixeroptions.h:
4991         * gst-libs/gst/interfaces/mixertrack.h:
4992         Change the way these deprecated function pointers are removed
4993         so that the compiled ABI is unconditionally smaller. This 
4994         sets in stone an ABI break that actually occurred when the
4995         things were deprecated in 0.10.14, which seems to be the best
4996         fix as the only known users are oss-mixer and sunaudio-mixer in 
4997         gst-plugins-good.
4998         Fixes: #513018
4999
5000 2008-01-30  Tim-Philipp Müller  <tim at centricular dot net>
5001
5002         * win32/common/libgstpbutils.def:
5003           Export the two new _get_type() functions which are needed
5004           by the python bindings.
5005
5006 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
5007
5008         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
5009         Cast glong to time_t as time_t might have a different type on
5010         other platforms, like FreeBSD, and we get a compiler warning
5011         otherwise. Fixes bug #511825.
5012
5013 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
5014
5015         * gst-libs/gst/audio/gstaudiofilter.c:
5016         (gst_audio_filter_class_init):
5017         Initialize the GstRingerBuffer class to get it's debug category
5018         initialized. gst_ring_buffer_parse_caps() uses the ringbuffer debug
5019         category and otherwise we get some g_critical(). Fixes bug #512334.
5020
5021 2008-01-28  Jan Schmidt  <jan.schmidt@sun.com>
5022
5023         * configure.ac:
5024         Back to CVS
5025
5026 === release 0.10.16 ===
5027
5028 2008-01-28  Jan Schmidt <jan.schmidt@sun.com>
5029
5030         * configure.ac:
5031           releasing 0.10.16, "Scheduled Interruption"
5032
5033 2008-01-22  Wim Taymans  <wim.taymans@collabora.co.uk>
5034
5035         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5036
5037         * gst-libs/gst/rtp/gstrtpbuffer.c:
5038         (gst_rtp_buffer_get_extension_data):
5039         Fix typos and wrong extension check. Fixes #511274.
5040
5041 2008-01-18  Jan Schmidt  <jan.schmidt@sun.com>
5042
5043         * po/sk.po:
5044         Oops - add new sk.po mentioned in the LINGUAS I just committed
5045
5046 2008-01-17  Jan Schmidt  <jan.schmidt@sun.com>
5047
5048         * po/LINGUAS:
5049         Add ca translation to the disted list.
5050
5051         * win32/vs6/libgstsdp.dsp:
5052         Convert line endings to CRLF
5053
5054 2008-01-17  Sebastien Moutte <sebastien@moutte.net>
5055
5056         * win32/MANIFEST:
5057         Add win32/vs6/libgstrtsp.dsp to MANIFEST
5058
5059 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
5060
5061         * win32/common/libgstsdp.def:
5062         * win32/common/libgstvideo.def:
5063         Add new API declarations
5064
5065 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
5066
5067         * ext/theora/gsttheoradec.h:
5068         * ext/theora/gsttheoraparse.h:
5069         * ext/theora/theoradec.c:
5070         * ext/theora/theoraparse.c:
5071         Take a 2nd stab at handling libtheora granulepos changes in the decoder
5072         and parser by inspecting the bitstream version of the incoming data.
5073
5074 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
5075
5076         * configure.ac:
5077         * pkgconfig/Makefile.am:
5078         * pkgconfig/gstreamer-audio-uninstalled.pc.in:
5079         * pkgconfig/gstreamer-audio.pc.in:
5080         * pkgconfig/gstreamer-cdda-uninstalled.pc.in:
5081         * pkgconfig/gstreamer-cdda.pc.in:
5082         * pkgconfig/gstreamer-fft-uninstalled.pc.in:
5083         * pkgconfig/gstreamer-fft.pc.in:
5084         * pkgconfig/gstreamer-floatcast-uninstalled.pc.in:
5085         * pkgconfig/gstreamer-floatcast.pc.in:
5086         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
5087         * pkgconfig/gstreamer-interfaces.pc.in:
5088         * pkgconfig/gstreamer-netbuffer-uninstalled.pc.in:
5089         * pkgconfig/gstreamer-netbuffer.pc.in:
5090         * pkgconfig/gstreamer-pbutils-uninstalled.pc.in:
5091         * pkgconfig/gstreamer-pbutils.pc.in:
5092         * pkgconfig/gstreamer-riff-uninstalled.pc.in:
5093         * pkgconfig/gstreamer-riff.pc.in:
5094         * pkgconfig/gstreamer-rtp-uninstalled.pc.in:
5095         * pkgconfig/gstreamer-rtp.pc.in:
5096         * pkgconfig/gstreamer-rtsp-uninstalled.pc.in:
5097         * pkgconfig/gstreamer-rtsp.pc.in:
5098         * pkgconfig/gstreamer-sdp-uninstalled.pc.in:
5099         * pkgconfig/gstreamer-sdp.pc.in:
5100         * pkgconfig/gstreamer-tag-uninstalled.pc.in:
5101         * pkgconfig/gstreamer-tag.pc.in:
5102         * pkgconfig/gstreamer-video-uninstalled.pc.in:
5103         * pkgconfig/gstreamer-video.pc.in:
5104         Provide one pkg-config file for every gst-plugins-base library.
5105         This makes linking to those libraries much more intuitive and
5106         provides standard pkg-config behaviour for them. Fixes bug #499697.
5107
5108 2008-01-13  David Schleef  <ds@schleef.org>
5109
5110         * gst/videoscale/vs_4tap.c:
5111           Fix valgrind error on 4tap scaling method.
5112
5113 2008-01-13  Sebastien Moutte  <sebastien@moutte.net>
5114
5115         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
5116         Include Winsock2.h for VS6 and use a different way initialize
5117         hints structure so it can build with VS6.
5118         * win32/MANIFEST:
5119         * win32/vs6/libgstsdp.dsp:
5120         * win32/common/libgstsdp.def:
5121         Add new files for libgstsdp.
5122         * win32/vs6/grammar.dsp:
5123         Copy pbutils-enumtypes* from win32/common to pbutils sources folder.
5124         * win32/vs6/gst_plugins_base.dsw:
5125         * win32/vs6/libgstdecodebin.dsp:
5126         * win32/vs6/libgstdecodebin2.dsp:
5127         * win32/vs6/libgstplaybin.dsp:
5128         * win32/vs6/libgstvolume.dsp:
5129         Add new dependencies to the link list.
5130
5131 2008-01-13  Julien Moutte  <julien@fluendo.com>
5132
5133         * win32/common/config.h:
5134         * win32/common/gstrtsp-enumtypes.c: (gst_rtsp_result_get_type),
5135         (gst_rtsp_event_get_type), (gst_rtsp_family_get_type),
5136         (gst_rtsp_state_get_type), (gst_rtsp_version_get_type),
5137         (gst_rtsp_method_get_type), (gst_rtsp_auth_method_get_type),
5138         (gst_rtsp_header_field_get_type), (gst_rtsp_status_code_get_type):
5139         * win32/common/interfaces-enumtypes.c:
5140         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
5141         (gst_mixer_message_type_get_type), (gst_mixer_flags_get_type),
5142         (gst_mixer_track_flags_get_type),
5143         (gst_tuner_channel_flags_get_type):
5144         * win32/common/multichannel-enumtypes.c:
5145         (gst_audio_channel_position_get_type):
5146         * win32/common/pbutils-enumtypes.c:
5147         (gst_install_plugins_return_get_type):
5148         * win32/common/pbutils-enumtypes.h: Update/Add generated files
5149         in the win32 build directory.
5150
5151 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5152
5153         * tests/check/Makefile.am:
5154         Fix CFLAGS to also pull in the gstcheck cflags from AM_CFLAGS.
5155
5156         * tests/check/elements/audiorate.c: (do_perfect_stream_test):
5157         * tests/check/elements/playbin.c:
5158         * tests/check/libs/mixer.c: (test_element_interface_supported),
5159         (gst_implements_interface_init):
5160         * tests/check/libs/rtp.c: (GST_START_TEST):
5161         Fix various assignment type mismatches.
5162
5163 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5164
5165         * configure.ac:
5166         * gst-libs/gst/rtsp/Makefile.am:
5167         Add test to see if hstrerror is available or if we need libresolv
5168         (Solaris) for it, then use it in libgstrtsp.
5169
5170 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5171
5172         * gst-libs/gst/tag/Makefile.am:
5173         Fix include path order
5174
5175 2008-01-11  Edward Hervey  <edward.hervey@collabora.co.uk>
5176
5177         * gst-libs/gst/pbutils/install-plugins.c:
5178         (gst_install_plugins_context_copy),
5179         (gst_install_plugins_context_get_type):
5180         * gst-libs/gst/pbutils/install-plugins.h:
5181         Add GBoxed GType for GstInstallPluginsContext, this eases the wrapping
5182         for bindings.
5183
5184 2008-01-11  Michael Smith <msmith@fluendo.com>
5185
5186         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
5187         (_theora_granule_frame), (_theora_granule_start_time),
5188         (theora_dec_sink_convert), (theora_dec_decode_buffer):
5189           Adapt for post-alpha meaning of granulepos, when we
5190           have a newer version of libtheora.
5191         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
5192         (theora_enc_get_ogg_packet_end_time), (theora_enc_sink_event),
5193         (theora_enc_is_discontinuous), (theora_enc_chain):
5194           Likewise.
5195         * tests/check/Makefile.am:
5196           Link libtheora into theoraenc test so we can check which version of
5197           libtheora we're testing against.
5198         * tests/check/pipelines/theoraenc.c: (check_libtheora),
5199         (check_buffer_granulepos),
5200         (check_buffer_granulepos_from_starttime), (GST_START_TEST),
5201         (theoraenc_suite):
5202           Adapt tests to check the values that are now defined for theora; make
5203           the tests backwards-adapt the passed values if we're running against an
5204           old libtheora.
5205           Fixes #497964
5206
5207 2008-01-10  Tim-Philipp Müller  <tim at centricular dot net>
5208
5209         * gst-libs/gst/audio/gstbaseaudiosink.c:
5210           (gst_base_audio_sink_class_init):
5211         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5212           (gst_base_audio_src_class_init):
5213           Ref audio clock class from a thread-safe context to make sure
5214           we're not bit by GObjects lack of thread-safety here (#349410),
5215            however unlikely that may be in practice.
5216
5217 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
5218
5219         * autogen.sh:
5220           Add -Wno-portability to the automake parameters to stop warnings
5221           about GNU make extensions being used. We require GNU make in almost
5222           every Makefile anyway.
5223           
5224         * configure.ac:
5225           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
5226           at the same time is required for per target flags.
5227
5228 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5229
5230         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_pull_start_tag):
5231           Post an error message if we can't pull as many bytes as we need
5232           for the tag. This makes sure the user gets to see a proper error
5233           message if a file with a partial ID3 tag is fed to decodebin, and
5234           not a 'no ID3 tag demuxer' error, which would be confusing
5235           (see #508138).
5236
5237 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5238
5239         * gst-libs/gst/pbutils/descriptions.c: (formats):
5240           Add description strings for ID3, APE, and ICY tags.
5241
5242 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5243
5244         * gst/playback/gstdecodebin.c: (try_to_link_1):
5245           Make sure we error out correctly if we can't activate one of
5246           the elements we've added.  Fixes #508138.
5247           
5248 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
5249
5250         Patch by: Bastien Nocera <hadess at hadess net>
5251
5252         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
5253           (check_if_volumes_are_the_same), (gst_alsa_mixer_set_volume):
5254           Use snd_mixer_selem_set_{playback|capture}_volume_all() if
5255           the volume is the same for all channels. This works around
5256           some problem in alsa that leaves us with inconsistent state
5257           for some reason (#486840).
5258
5259 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
5260
5261         Patch by: Jerone Young <jerone at gmail com>
5262
5263         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer):
5264           If there's no mixer track by the name of 'Master' or 'Front',
5265           check if there's one called 'PCM' before trying the generic
5266           fallback logic (fixes #506928, where we pick 'Mic' as master
5267           track for the AD1984 card in a Thinkpad T61/X61 laptop).
5268
5269 2008-01-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5270
5271         * gst/playback/gstplay-enum.c:
5272         (register_gst_autoplug_select_result),
5273         (gst_autoplug_select_result_get_type), (register_gst_play_flags),
5274         (gst_play_flags_get_type):
5275         * gst/playback/gstplay-enum.h:
5276         Add enums for configuration flags.
5277
5278         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5279         (init_group), (gst_play_bin_init), (gst_play_bin_set_property),
5280         (gst_play_bin_get_property), (no_more_pads_cb),
5281         (autoplug_select_cb), (gst_play_bin_change_state):
5282         Merge mode with flags.
5283         Add more property getters/setters, defaults and docs.
5284         Add properties to get number of audio/video/text streams.
5285         Create sink object in _init so that we can always rely on it being
5286         there.
5287
5288         * gst/playback/gstplaysink.c: (gst_play_sink_init),
5289         (gen_video_chain), (gen_audio_chain), (gen_vis_chain),
5290         (activate_vis), (gst_play_sink_reconfigure),
5291         (gst_play_sink_set_flags), (gst_play_sink_get_flags),
5292         (gst_play_sink_change_state):
5293         * gst/playback/gstplaysink.h:
5294         Use flags to configure the sink pipelines.
5295         Add tee before audio pipeline so that we can use it for visualisations.
5296         Start working on integrating visualisations.
5297         Remove mode, we can do everything with the flags now.
5298         Add method to configue the sink pipeline.
5299
5300 2008-01-06  Tim-Philipp Müller  <tim at centricular dot net>
5301
5302         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
5303           (check_buffer_timestamp), (check_buffer_duration):
5304           Turn these functions into macros so we can see right away
5305           where the failure occured.
5306
5307 2008-01-05  Julien Moutte  <julien@fluendo.com>
5308
5309         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Add
5310         debugging information to understand how X calculates the stride
5311         for XvImages.
5312
5313 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
5314
5315         * gst/volume/Makefile.am:
5316         * gst/volume/gstvolume.c: (volume_choose_func),
5317         (gst_volume_base_init), (gst_volume_class_init), (gst_volume_init),
5318         (volume_setup):
5319         * gst/volume/gstvolume.h:
5320         Use GstAudioFilter as base class for the volume element instead of
5321         plain GstBaseTransform.
5322
5323 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
5324
5325         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type):
5326         Don't set element details for the abstract GstAudioFilter class.
5327
5328 2008-01-02  Sebastian Dröge  <slomo@circular-chaos.org>
5329
5330         * gst-libs/gst/audio/gstaudiofilter.c:
5331         (gst_audio_filter_class_init), (gst_audio_filter_get_unit_size):
5332         Implement get_unit_size() vmethod of GstBaseTransform.
5333
5334 2008-01-01  Edward Hervey  <edward.hervey@collabora.co.uk>
5335
5336         * gst-libs/gst/pbutils/Makefile.am:
5337         * gst-libs/gst/pbutils/pbutils.h:
5338         Use glib-enum generator to have a proper enum GType for
5339         GST_TYPE_INSTALL_PLUGINS_RETURN so we can easily wrap it in bindings.
5340
5341 2007-12-31  David Schleef  <ds@schleef.org>
5342
5343         * tests/check/Makefile.am:
5344         * tests/check/pipelines/theoraenc.c:
5345           Reenable theoraenc test, which fails on the buildbot but
5346           not locally.
5347
5348 2007-12-31  David Schleef  <ds@schleef.org>
5349
5350         * docs/libs/.cvsignore:
5351         * docs/plugins/.cvsignore:
5352           Add *-undeclared.txt to fix buildbot.
5353
5354 2007-12-31  David Schleef  <ds@schleef.org>
5355
5356         * tests/check/Makefile.am:
5357           Second attempt at disabling theoraenc test long enough to
5358           get buildbot to compile -base.
5359
5360 2007-12-31  David Schleef  <ds@schleef.org>
5361
5362         * tests/check/pipelines/theoraenc.c:
5363           Disable theoraenc test long enough to get the buildbot to
5364           compile a recent -base.
5365
5366 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
5367
5368         * tests/examples/seek/seek.c: (stop_cb):
5369         Make sure we reset the slider value to 0.0 without racing against a
5370         possible g_idle that sets it to something else.
5371
5372 2007-12-31  Thijs Vermeir  <thijsvermeir@gmail.com>
5373
5374         * sys/ximage/ximagesink.c:
5375         fix typo
5376
5377 2007-12-30  Wim Taymans  <wim.taymans@collabora.co.uk>
5378
5379         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
5380         * gst-libs/gst/rtsp/gstrtspdefs.h:
5381         Add Location header so that we can start implementing redirects.
5382         See #506025.
5383
5384 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
5385
5386         * gst/subparse/gstssaparse.c:
5387         combine if's
5388
5389 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
5390
5391         * gst/subparse/gstssaparse.c:
5392         remove duplicate log message
5393
5394 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
5395
5396         * ext/libvisual/visual.c: (gst_visual_chain):
5397         Fix 'xyz may be used uninitialized' compiler warnings caused
5398         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
5399         abort() in any case but properly report the error.
5400
5401 2007-12-28  Wim Taymans  <wim.taymans@collabora.co.uk>
5402
5403         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5404         (gst_play_bin_finalize), (gst_play_bin_set_uri),
5405         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
5406         (gst_play_bin_get_property), (pad_removed_cb), (drained_cb),
5407         (autoplug_select_cb), (activate_group), (deactivate_group),
5408         (setup_next_source), (save_current_group),
5409         (gst_play_bin_change_state):
5410         Code cleanups.
5411         Remove next-uri, we can use the uri property just fine.
5412         Fix some crasher.
5413         Unref uridecodebin when switching.
5414         Fix going to READY.
5415
5416         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
5417         (gst_play_sink_init), (gst_play_sink_dispose),
5418         (gst_play_sink_finalize), (gst_play_sink_vis_unblocked),
5419         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
5420         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
5421         (gst_play_sink_set_property), (gst_play_sink_get_property),
5422         (gen_video_chain), (gen_text_element), (gen_audio_chain),
5423         (gen_vis_element), (gst_play_sink_get_mode),
5424         (gst_play_sink_set_mode), (gst_play_sink_set_flags),
5425         (gst_play_sink_get_flags), (gst_play_sink_request_pad),
5426         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
5427         (gst_play_sink_change_state):
5428         * gst/playback/gstplaysink.h:
5429         Add some locking to make things threadsafe.
5430
5431         * gst/playback/test7.c: (about_to_finish_cb):
5432         Fix test.
5433
5434 2007-12-22  Tim-Philipp Müller  <tim at centricular dot net>
5435
5436         * gst/videoscale/gstvideoscale.c: (gst_video_scale_set_property),
5437           (gst_video_scale_get_property), (gst_video_scale_transform_caps),
5438           (gst_video_scale_transform):
5439           Don't claim to be able to handle/transform caps that can't really
5440           be handled by the currently selected scaling method (here: RGB or
5441           packed YUV with 4-tap method). Also add locking to method property.
5442
5443         * tests/check/pipelines/simple-launch-lines.c: (setup_pipeline),
5444           (test_basetransform_based):
5445           Some test pipelines for the above (not entirely valgrind clean yet
5446           apparently).
5447
5448 2007-12-21  David Schleef  <ds@schleef.org>
5449
5450         * gst-libs/gst/video/video.c:
5451         * gst-libs/gst/video/video.h:
5452           Add additional RGBA and RGB-24 video formats.
5453
5454 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
5455
5456         * tests/check/elements/playbin.c: (test_sink_usage_video_only_stream),
5457           (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
5458           (test_suburi_error_wrongproto), (test_missing_primary_decoder):
5459         * tests/check/libs/cddabasesrc.c: (GST_START_TEST), (GST_START_TEST),
5460           (cddabasesrc_suite):
5461           Don't use GST_PLUGIN_DEFINE_STATIC, it's not portable and will be
5462           deprecated in the future (see #498924).
5463
5464 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
5465
5466         * gst/playback/gststreamselector.c: (gst_selector_pad_event):
5467           Don't leak event.
5468
5469 2007-12-20  Thijs Vermeir <thijsvermeir@gmail.com>
5470
5471         * gst-libs/gst/riff/riff-read.c:
5472         Use GST_ROUND_UP_2 macro
5473
5474 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
5475
5476         * gst/playback/.cvsignore:
5477           Ignore more.
5478
5479 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
5480
5481         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
5482         * gst/playback/gstplaybasebin.c: (set_subtitles_visible),
5483           (set_active_source):
5484         * gst/playback/gstplaybasebin.h:
5485         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5486           (setup_sinks), (playbin_set_subtitles_visible):
5487           Make switching off of subtitles work. To avoid all kind of
5488           problems with unlinking of the subtitle input, we just keep
5489           the subtitle inputs linked as they are and tell textoverlay
5490           not to render them. Fixes #373011.
5491           Other subtitle switching issues (esp. when there are both
5492           external and in-stream subtitles) remain. They'll be solved
5493           in playbin2.
5494
5495 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5496
5497         * gst/playback/gststreamselector.c: (gst_selector_pad_init):
5498         Init the pad segment too.
5499
5500 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5501
5502         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
5503         (gst_audioringbuffer_open_device),
5504         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
5505         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
5506         (gst_audioringbuffer_pause), (gst_audioringbuffer_stop),
5507         (gst_audio_sink_create_ringbuffer):
5508         Improve debug output.
5509
5510         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
5511         (gst_ring_buffer_pause), (gst_ring_buffer_delay):
5512         Prevent some functions from doing things and failing when the
5513         ringbuffer is not yet acquired.
5514
5515 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
5516
5517         * gst-libs/gst/interfaces/interfaces.h:
5518           Also remove interfaces.h from CVS as it is not needed anymore.
5519
5520 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
5521
5522         * gst-libs/gst/interfaces/Makefile.am:
5523           interfaces.h is not used anymore so remove it from the build
5524           process.
5525
5526 2007-12-17  David Schleef  <ds@schleef.org>
5527
5528         * gst/videotestsrc/gstvideotestsrc.c:
5529         * gst/videotestsrc/gstvideotestsrc.h:
5530           Add a "blink" pattern.  Turn on the pain.  Apologies.  It's useful
5531           for testing vertical refresh synchronization.
5532
5533 2007-12-17  David Schleef  <ds@schleef.org>
5534
5535         * docs/libs/gst-plugins-base-libs-sections.txt:
5536         * gst-libs/gst/video/video.c:
5537         * gst-libs/gst/video/video.h:
5538           Add new GstVideFormat enum and write a bunch of helper functions
5539           based around it.
5540
5541 2007-12-17  Tim-Philipp Müller  <tim at centricular dot net>
5542
5543         * Makefile.am:
5544           Use new common/win32.mak.
5545
5546 2007-12-17  Wim Taymans  <wim.taymans@collabora.co.uk>
5547
5548         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5549         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
5550         Add debug info.
5551         When going from PLAYING to PAUSED, pause the ringbuffer before calling
5552         the parent state change function, just like the audiosink, because the
5553         parent waits for the element to finish its processing before completing
5554         the state change. This makes going to PAUSED a lot snappier.
5555         When going from READY to PAUSED, don't allow the ringbuffer to start
5556         yet.
5557
5558 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5559
5560         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5561         Yet another fix for broken software that produce files with an empty
5562         blockalign field. Instead of completely failing, make a second attempt
5563         at guessing the width/depth by looking at strf->size.
5564
5565 2007-12-16  Tim-Philipp Müller  <tim at centricular dot net>
5566
5567         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_do_seek),
5568           (gst_cdda_base_src_handle_track_seek), (gst_cdda_base_src_create):
5569         * gst-libs/gst/pbutils/install-plugins.c:
5570           (gst_install_plugins_spawn_child), (gst_install_plugins_supported):
5571         * gst-libs/gst/pbutils/missing-plugins.c:
5572           (gst_missing_plugin_message_get_installer_detail),
5573           (gst_missing_encoder_installer_detail_new):
5574         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_send):
5575         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
5576           Turn a few g_assert_not_reached() into g_return_val_if_reached() to
5577           avoid compiler warnings (#503930).
5578
5579 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5580
5581         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5582         Be apologetic of software that use the 'jpeg' instead of 'JPEG' FOURCC
5583         for jpeg video streams.
5584         Add the 'avc1'/'AVC1' fourcc mapping for h264, same software-comment as
5585         for the above modification.
5586
5587 2007-12-15  Tim-Philipp Müller  <tim at centricular dot net>
5588
5589         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_expose),
5590           (gst_x_overlay_handle_events):
5591           More guards (we don't want klass to end up being NULL).
5592
5593 2007-12-14  Sebastian Dröge  <slomo@circular-chaos.org>
5594
5595         * configure.ac:
5596         * gst/volume/gstvolume.c: (gst_volume_init):
5597           Use new gst_base_transform_set_gap_aware() function as volume
5598           correctly handles GST_BUFFER_FLAG_GAP. Require core 0.10.15.1 
5599           for this.
5600
5601 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5602
5603         * tests/examples/seek/seek.c: (msg_segment_done), (main):
5604         Don't go to READY on EOS as this avoids testing of seeking and
5605         restarting after EOS, use the stop button when you want to READY.
5606         Don't try to do a flushing seek in segment-done, it does not make
5607         sense to use this for gapless playback and is not needed.
5608
5609 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5610
5611         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_finalize),
5612         (reset_rate_timer), (update_in_rates), (update_out_rates),
5613         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
5614         (gst_queue_chain), (gst_queue_loop):
5615         Use separate timers for input and output rates.
5616         Pause measuring the output rate when we block for more data.
5617         See #503262.
5618
5619 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5620
5621         * gst/playback/gstqueue2.c: (gst_queue_chain):
5622         Pause the timer to measure the input rate when we block because the
5623         queue is filled. See #503262.
5624
5625 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5626
5627         Patch by: Peter Kjellerstedt  <pkj at axis com>
5628
5629         * gst-libs/gst/rtsp/gstrtspconnection.c:
5630         (gst_rtsp_connection_free):
5631         Close control sockets. Fixes #503440.
5632
5633 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5634
5635         * gst/playback/gstdecodebin2.c: (analyze_new_pad), (connect_pad):
5636         Expose the right pad in the right place with the right element.
5637
5638 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
5639
5640         * gst-libs/gst/pbutils/descriptions.c: (formats):
5641           Add description for 'private' dts caps (who come up with that name?).
5642
5643 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
5644
5645         * Makefile.am:
5646           Add check-exports target and run it with 'make check'.
5647
5648         * configure.ac:
5649           Be stricter about what we export in our libraries: change regexp so that
5650           we only export _gst_foo(), but not __gst_foo().
5651
5652         * gst-libs/gst/cdda/base64.h: (rfc822_binary):
5653         * gst-libs/gst/cdda/sha1.h: (sha_init), (sha_update), (sha_final):
5654           Change internal functions to __gst_foo so they dont' get exported.
5655
5656         * win32/common/libgstaudio.def:
5657           Add missing symbols.
5658
5659 2007-12-11  David Schleef  <ds@schleef.org>
5660
5661         * ChangeLog: remove conflict markers
5662
5663 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
5664
5665         * ext/gnomevfs/Makefile.am:
5666         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_unicodify):
5667           Use gst_tag_freeform_string_to_utf8() here, which also takes
5668           into account any character sets specified by the user via
5669           environment variables.
5670
5671 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
5672
5673         * gst/audioconvert/Makefile.am:
5674         Also link to libm.
5675
5676 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
5677
5678         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5679         No need for floating point operations here. avoids having to link
5680         against the math library too.
5681
5682 2007-12-10  Tim-Philipp Müller  <tim at centricular dot net>
5683
5684         * gst-libs/gst/pbutils/descriptions.c: (formats),
5685           (format_info_get_desc):
5686         * tests/check/libs/pbutils.c: (GST_START_TEST), (caps_strings),
5687           (GST_START_TEST):
5688           Add one or two missing formats.  Generate ADPCM description
5689           dynamically depending on layout/format.
5690
5691 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
5692
5693         * configure.ac:
5694           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
5695
5696 2007-12-08  Tim-Philipp Müller  <tim at centricular dot net>
5697
5698         Patch by: Robin Stocker <robin dot stocker at gmx dot ch>
5699
5700         * gst/subparse/gstsubparse.c: (gst_sub_parse_data_format_autodetect):
5701           Some .srt files start with chunk number 0 and not chunk number 1,
5702           recognise and accept those as well (fixes #502497).
5703
5704         * tests/check/elements/subparse.c: (srt_input), (srt_input0),
5705           (test_src):
5706           Add unit test for the above.
5707
5708 2007-12-06  Wim Taymans  <wim.taymans@gmail.com>
5709
5710         * gst/playback/gstplay-enum.c:
5711         (register_gst_autoplug_select_result),
5712         (gst_autoplug_select_result_get_type):
5713         * gst/playback/gstplay-enum.h:
5714         Add missing files.
5715
5716 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
5717
5718         * gst/playback/Makefile.am:
5719         Group decodebin2 and uridecodebin into the same plugin so that they
5720         can share the GEnumType.
5721
5722         * gst/playback/gstdecodebin2.c: (_gst_array_accumulator),
5723         (_gst_select_accumulator), (gst_decode_bin_class_init),
5724         (gst_decode_bin_init), (gst_decode_bin_autoplug_sort),
5725         (gst_decode_bin_autoplug_select), (gst_decode_bin_autoplug_add),
5726         (analyze_new_pad), (connect_pad), (gst_decode_bin_plugin_init):
5727         Add signal to sort factories instead of the more awkward autoplug-select
5728         signal.
5729         Modify autoplug_select so that we can try, skip or expose the
5730         autopluggin of an element on a pad.
5731
5732         * gst/playback/gstfactorylists.c: (compare_ranks),
5733         (decoders_filter), (sinks_filter), (gst_factory_list_is_type),
5734         (element_filter), (gst_factory_list_get_elements),
5735         (gst_factory_list_debug), (gst_factory_list_filter):
5736         * gst/playback/gstfactorylists.h:
5737         Simplify the API, allow getting elements based on mask.
5738
5739         * gst/playback/gstplay-marshal.list:
5740         Add some more marshallers.
5741
5742         * gst/playback/gstplaybin2.c: (init_group), (gst_play_bin_init),
5743         (gst_play_bin_finalize), (pad_removed_cb), (autoplug_factories_cb),
5744         (autoplug_select_cb), (activate_group):
5745         Add support for managing non-raw sinks by providing a custom element and
5746         sink list to decodebin2.
5747         Try to plug non-raw sinks when decodebin2 using autoplug-select of
5748         decodebin2.
5749
5750         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
5751         (gst_play_sink_set_mode), (gst_play_sink_request_pad):
5752         * gst/playback/gstplaysink.h:
5753         Add support for raw and non-raw sinks. 
5754         Add support to force sinks selected by playbin2.
5755         Don't plug raw converters for non-raw sinks.
5756
5757         * gst/playback/gsturidecodebin.c: (_gst_array_accumulator),
5758         (_gst_select_accumulator), (gst_uri_decode_bin_class_init),
5759         (proxy_autoplug_select_signal), (gst_uri_decode_bin_plugin_init),
5760         (plugin_init):
5761         Use right accumulators.
5762         Proxy new signal.
5763
5764 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
5765
5766         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
5767         Use runnning time as the base time instead of the timestamp.
5768         Spotted by Saur on IRC.
5769
5770 2007-12-03  Edward Hervey  <bilboed@bilboed.com>
5771
5772         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5773         Add 'WVC1' codec mapping for Windows Media VC-1 video codec.
5774
5775 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
5776
5777         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_bisect_forward_serialno),
5778         (gst_ogg_demux_read_chain):
5779         If we find a new serial number but it does not contain a BOS page, make
5780         sure we initialize the chain to NULL because else we will try to scan it
5781         and crash. Fixes #500763
5782
5783 2007-11-30  Wim Taymans  <wim.taymans@gmail.com>
5784
5785         * gst/playback/Makefile.am:
5786         * gst/playback/gstfactorylists.c: (compare_ranks), (print_feature),
5787         (get_feature_array), (decoders_filter), (sinks_filter),
5788         (gst_factory_list_get_decoders), (gst_factory_list_get_sinks),
5789         (gst_factory_list_filter):
5790         * gst/playback/gstfactorylists.h:
5791         Refactor some common code to filter factories and check caps compat.
5792
5793         * gst/playback/gstdecodebin.c:
5794         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5795         (gst_decode_bin_init), (gst_decode_bin_dispose),
5796         (gst_decode_bin_autoplug_continue),
5797         (gst_decode_bin_autoplug_factories),
5798         (gst_decode_bin_autoplug_select), (analyze_new_pad),
5799         (find_compatibles):
5800         * gst/playback/gstplaybin.c:
5801         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5802         (gst_play_bin_init), (gst_play_bin_finalize),
5803         (autoplug_factories_cb), (activate_group):
5804         * gst/playback/gstqueue2.c:
5805         * gst/playback/gsturidecodebin.c: (proxy_unknown_type_signal),
5806         (proxy_autoplug_continue_signal),
5807         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
5808         (proxy_drained_signal):
5809         Add some more debug info and use factor filtering code.
5810
5811 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
5812
5813         * gst/audiotestsrc/gstaudiotestsrc.c:
5814         * gst/volume/gstvolume.c:
5815         * gst/volume/gstvolume.h:
5816           Add GAP-flag support.
5817
5818 2007-11-24  Julien MOUTTE  <julien@moutte.net>
5819
5820         * tests/examples/seek/seek.c: (main): Increase the range of the
5821         rate selector as I would like to test QOS behavior at higher
5822         forward and reverse playback speed like say 64x.
5823
5824 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
5825
5826         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
5827         (audioresample_query), (audioresample_query_type),
5828         (gst_audioresample_set_property):
5829         Implement latency query.
5830
5831 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
5832
5833         * gst-libs/gst/audio/gstbaseaudiosink.c:
5834         (gst_base_audio_sink_drain):
5835         Our EOS time contains the base_time, _wait_eos() expects a running_time
5836         so we have to subtract the base_time again before calling the function.
5837         This fixes an EOS regression where the base_time was added twice and EOS
5838         took longer and longer in certain situations.
5839         Fixes #498767.
5840
5841 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
5842
5843         * docs/libs/gst-plugins-base-libs-sections.txt:
5844         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
5845         (gst_base_audio_sink_set_provide_clock),
5846         (gst_base_audio_sink_get_provide_clock),
5847         (gst_base_audio_sink_set_slave_method),
5848         (gst_base_audio_sink_get_slave_method),
5849         (gst_base_audio_sink_set_property),
5850         (gst_base_audio_sink_get_property), (gst_base_audio_sink_drain),
5851         (gst_base_audio_sink_none_slaving),
5852         (gst_base_audio_sink_handle_slaving):
5853         * gst-libs/gst/audio/gstbaseaudiosink.h:
5854         Expose methods for some object properties so that subclasses can more
5855         easily configure them.
5856         Added slave method none, that completely disables slaving to the
5857         internal clock.
5858         API: gst_base_audio_sink_set_provide_clock()
5859         API: gst_base_audio_sink_get_provide_clock()
5860         API: gst_base_audio_sink_set_slave_method()
5861         API: gst_base_audio_sink_get_slave_method()
5862
5863         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5864         (gst_base_audio_src_set_provide_clock),
5865         (gst_base_audio_src_get_provide_clock),
5866         (gst_base_audio_src_set_property),
5867         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
5868         * gst-libs/gst/audio/gstbaseaudiosrc.h:
5869         Expose methods for some object properties so that subclasses can more
5870         easily configure them.
5871         API: gst_base_audio_src_set_provide_clock()
5872         API: gst_base_audio_src_get_provide_clock()
5873
5874 2007-11-20  Wim Taymans  <wim.taymans@gmail.com>
5875
5876         Patch by: Joe Peterson <lavajoe at gentoo dot org>
5877
5878         * gst-libs/gst/sdp/gstsdpmessage.c:
5879         Fix compilation on FreeBSD (Gentoo). Fixes #498228.
5880
5881 2007-11-19  Sebastian Dröge  <slomo@circular-chaos.org>
5882
5883         * tests/check/libs/fft.c: (GST_START_TEST):
5884         Fix scaling to really have dB instead of something else.
5885
5886 2007-11-19  Julien MOUTTE  <julien@moutte.net>
5887
5888         * tests/examples/seek/seek.c: (main): There's a nice macro to check
5889         GTK version, use it.
5890
5891 2007-11-19  Julien MOUTTE  <julien@moutte.net>
5892
5893         * tests/examples/seek/seek.c: (main): Try to support stable version
5894         of GTK.
5895
5896 2007-11-17  Stefan Kost  <ensonic@users.sf.net>
5897
5898         * gst/playback/README:
5899         * gst/playback/test7.c:
5900           Fix the build + little README update.
5901
5902 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5903
5904         * tests/examples/seek/seek.c: (make_playerbin2_pipeline), (main):
5905         Add playbin2 seek pipeline.
5906
5907 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5908
5909         * gst/playback/Makefile.am:
5910         * gst/playback/gstplayback.c: (plugin_init):
5911         * gst/playback/test7.c: (update_scale), (warning_cb), (error_cb),
5912         (eos_cb), (about_to_finish_cb), (main):
5913         Add playbin2.
5914         Added gapless playback example.
5915
5916         * gst/playback/gstplaybasebin.c:
5917         * gst/playback/gstplaybasebin.h:
5918         * gst/playback/gstplaybin.c: (gst_play_bin_plugin_init):
5919         * gst/playback/gstqueue2.c:
5920         * gst/playback/test.c:
5921         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
5922         (pad_removed_cb):
5923         * gst/playback/gststreaminfo.h:
5924         Change email.
5925
5926         * gst/playback/gstplaybin2.c: (gst_play_bin_get_type),
5927         (gst_play_bin_class_init), (init_group), (gst_play_bin_init),
5928         (gst_play_bin_dispose), (gst_play_bin_set_uri),
5929         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
5930         (gst_play_bin_get_property), (gst_play_bin_handle_message),
5931         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb), (perform_eos),
5932         (drained_cb), (unlink_group), (activate_group),
5933         (setup_next_source), (gst_play_bin_change_state),
5934         (gst_play_bin2_plugin_init):
5935         Added raw first version of playbin2. Does chained oggs and gapless
5936         playback fine. No support for raw sinks yet. No visualisations or
5937         subtitles yet.
5938
5939         * gst/playback/gstplaysink.c: (gst_play_sink_get_type),
5940         (gst_play_sink_class_init), (gst_play_sink_init),
5941         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
5942         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
5943         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
5944         (gst_play_sink_set_property), (gst_play_sink_get_property),
5945         (post_missing_element_message), (free_chain), (add_chain),
5946         (activate_chain), (gen_video_chain), (gen_text_element),
5947         (gen_audio_chain), (gen_vis_element), (gst_play_sink_get_mode),
5948         (gst_play_sink_set_mode), (gst_play_sink_request_pad),
5949         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
5950         (gst_play_sink_send_event), (gst_play_sink_change_state):
5951         * gst/playback/gstplaysink.h:
5952         Added Element that abstracts the sinks and their pipelines for playbin2.
5953
5954 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5955
5956         * gst/playback/gststreamselector.c: (gst_selector_pad_get_type),
5957         (gst_selector_pad_class_init), (gst_selector_pad_init),
5958         (gst_selector_pad_finalize), (gst_selector_pad_reset),
5959         (gst_selector_pad_get_linked_pads), (gst_selector_pad_event),
5960         (gst_selector_pad_getcaps), (gst_selector_pad_bufferalloc),
5961         (gst_selector_pad_chain), (gst_stream_selector_get_type),
5962         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
5963         (gst_stream_selector_init), (gst_stream_selector_set_property),
5964         (gst_stream_selector_get_linked_pad),
5965         (gst_stream_selector_getcaps),
5966         (gst_stream_selector_is_active_sinkpad),
5967         (gst_stream_selector_activate_sinkpad),
5968         (gst_stream_selector_get_linked_pads),
5969         (gst_stream_selector_request_new_pad),
5970         (gst_stream_selector_release_pad):
5971         * gst/playback/gststreamselector.h:
5972         Improve streamselector, make it select and unselect the current pad more
5973         intelligently. 
5974         Subclass GstPad for the sinkpads of the selector.
5975         Handle segments more correctly.
5976         Fix caps negotiation.
5977         Implement release_pad.
5978
5979 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5980
5981         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5982         (gst_decode_group_check_if_drained), (source_pad_event_probe),
5983         (remove_fakesink):
5984         Add drained signal fired when decodebin finishes decoding the data.
5985         Remove deprecated STATE_DIRTY message.
5986
5987         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
5988         (unknown_type_cb), (new_decoded_pad_cb), (pad_removed_cb),
5989         (analyse_source), (proxy_drained_signal), (make_decoder),
5990         (source_new_pad), (value_list_append_structure_list),
5991         (handle_redirect_message), (handle_message):
5992         Proxy the new drained signal.
5993         Handle pad removed from decodebin.
5994         Handle redirect messages by sorting multiple redirections based on the
5995         connection speed.
5996
5997 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5998
5999         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6000
6001         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
6002         Fix leaking headers. Fixes #496761.
6003
6004 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6005
6006         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6007
6008         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
6009         (gst_ximagesink_change_state):
6010         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
6011         Don't leak the PAR on errors. Fixes #496731.
6012
6013 2007-11-16  Tim-Philipp Müller  <tim at centricular dot net>
6014
6015         * gst-libs/gst/tag/gstid3tag.c: (user_tag_matches),
6016           (gst_tag_from_id3_user_tag):
6017           Add mapping for audio cd discid tags, so we can extract
6018           them from tags as well (see #347848). Also compare identifiers
6019           in ID3v2 TXXX frames in a case-insensitive way to increase
6020           compatibility when reading tags (discid vs. DiscID vs. DiscId).
6021
6022 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
6023
6024         * gst-plugins-base.doap:
6025         Oops, fix the release name.
6026
6027 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
6028
6029         * gst-plugins-base.doap:
6030         Add 0.10.15 release
6031
6032 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
6033
6034         * configure.ac:
6035         Back to CVS
6036
6037 === release 0.10.15 ===
6038
6039 2007-11-15  Jan Schmidt <jan.schmidt@sun.com>
6040
6041         * configure.ac:
6042           releasing 0.10.15, "No need to argue"
6043
6044 2007-11-15  Jan Schmidt  <jan.schmidt@sun.com>
6045
6046         * win32/vs6/libgstfft.dsp:
6047         Convert line endings to DOS.
6048
6049 2007-11-15  Sebastien Moutte <sebastien@moutte.net>
6050
6051         * win32/vs6/gst_plugins_base.dsw:
6052         * win32/vs6/libgstfft.dsp:
6053         * win32/MANIFEST:
6054         Add a project file for fft plugin and remove socket
6055         based plugin which don't build from the workspace.
6056         * win32/vs6/libgstaudio.dsp:
6057         * win32/vs6/libgstrtp.dsp:
6058         * win32/vs6/libgsttag.dsp:
6059         Convert line endings back to DOS.
6060         Fixes #496724
6061
6062 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
6063
6064         * win32/vs6/libgstinterfaces.dsp:
6065         * win32/vs6/libgstrtsp.dsp:
6066         Convert line endings back to DOS
6067
6068 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
6069
6070         * gst-libs/gst/fft/kiss_fft_f32.h:
6071         * gst-libs/gst/fft/kiss_fft_f64.h:
6072         * gst-libs/gst/fft/kiss_fft_s16.h:
6073         * gst-libs/gst/fft/kiss_fft_s32.h:
6074         Don't include malloc.h which doesn't exist on Mac OSX.
6075         Instead, pull in glib.h and use g_malloc/g_free for 
6076         consistency. Fixes: #496548
6077
6078 2007-11-09  Stefan Kost  <ensonic@users.sf.net>
6079
6080         * gst/playback/gstdecodebin2.c:
6081           Dont leak ghostpad. Fixes #475451.
6082
6083 2007-11-09  Wim Taymans  <wim.taymans@gmail.com>
6084
6085         * docs/design/design-decodebin.txt:
6086         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
6087         Update some more docs and comments.
6088
6089 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
6090
6091         Patch by: Sebastien Moutte  <sebastien moutte net>
6092
6093         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
6094           (gst_rtcp_unix_to_ntp):
6095         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_name):
6096           Fix some C99-isms and and a missing function that some versions of
6097           MSVC don't like too much (#494346).
6098
6099         * win32/vs6/gst_plugins_base.dsw:
6100         * win32/vs6/libgstaudio.dsp:
6101         * win32/vs6/libgstrtp.dsp:
6102         * win32/vs6/libgsttag.dsp:
6103           Update vs6 projects files (#494346).
6104
6105 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
6106
6107         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6108
6109         * win32/common/libgstaudio.def:
6110         * win32/common/libgstcdda.def:
6111         * win32/common/libgstinterfaces.def:
6112         * win32/common/libgstnetbuffer.def:
6113         * win32/common/libgstpbutils.def:
6114         * win32/common/libgstrtp.def:
6115         * win32/common/libgstrtsp.def:
6116         * win32/common/libgsttag.def:
6117         * win32/common/libgstvideo.def:
6118           More missing symbols to export (fixes #493986).
6119
6120 2007-11-06  Sebastian Dröge  <slomo@circular-chaos.org>
6121
6122         * docs/libs/gst-plugins-base-libs-sections.txt:
6123         * gst-libs/gst/fft/gstfftf32.c:
6124         * gst-libs/gst/fft/gstfftf32.h:
6125         * gst-libs/gst/fft/gstfftf64.c:
6126         * gst-libs/gst/fft/gstfftf64.h:
6127         * gst-libs/gst/fft/gstffts16.c:
6128         * gst-libs/gst/fft/gstffts16.h:
6129         * gst-libs/gst/fft/gstffts32.c:
6130         * gst-libs/gst/fft/gstffts32.h:
6131         * tests/check/libs/fft.c: (GST_START_TEST):
6132         Remove the magnitude and phase calculation functions as these have
6133         very special use cases and can't even be used for the spectrum
6134         element. Also adjust the docs to mention some properties of the used
6135         FFT implemention, i.e. how the values are scaled. Fixes #492098.
6136
6137 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
6138
6139         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
6140           (finish_source):
6141           Avoid crash when there are external subtitles (fixes #491722).
6142
6143 2007-11-03  Tim-Philipp Müller  <tim at centricular dot net>
6144
6145         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
6146         * ext/alsa/gstalsasrc.c: (gst_alsasrc_open):
6147           'Could not open resource for writing' is not an acceptable
6148           error message when we can't open the audio device (see #492334),
6149           even less so when we're trying to open it to record something.
6150
6151 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6152
6153         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6154
6155         * win32/common/libgstrtp.def:
6156           Add some more missing symbols (#492813).
6157
6158 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6159
6160         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
6161
6162         * tests/check/elements/audioconvert.c: (verify_convert):
6163           Add check to make sure that the out caps have a channel layout
6164           set on them where they should have one.
6165
6166 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
6167
6168         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
6169
6170         * gst-libs/gst/fft/kiss_fft_s16.h: (KISS_FFT_S16_MALLOC):
6171         * gst-libs/gst/fft/kiss_fft_s32.h: (KISS_FFT_S32_MALLOC):
6172           Include our own _stdint.h instead of sys/types.h, makes MingW happy
6173           (#492306).
6174
6175         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_create):
6176           Use _pipe directly, GLib doesn't have a pipe() macro any longer
6177           (it disappeared in GLib 2.14.0) (#492306).
6178
6179         * gst-libs/gst/sdp/Makefile.am:
6180         * gst-libs/gst/sdp/gstsdpmessage.c:
6181           Fix includes and LIBS for win32/Mingw (#492306).
6182
6183         * tests/examples/dynamic/addstream.c (pause_play_stream):
6184           Use more portable g_usleep() instead of sleep() (#492306).
6185
6186 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
6187
6188         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6189
6190         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
6191           (gst_ring_buffer_parse_caps):
6192           Return NULL instead of an enum that happens to be 0, fixes warning
6193           on MSVC (#492114).
6194
6195         * gst-libs/gst/audio/gstringbuffer.h:
6196           No trailing commas in enum list (for gcc-2.9x).
6197
6198         * gst/videotestsrc/videotestsrc.c: (random_char):
6199           Make information loss explicit instead of implicitly truncating to
6200           eight bits via the return value.  Fixes runtime error on MSVC when
6201           using the debug CRT (#492114).
6202
6203         * win32/common/config.h.in:
6204           Fix a bunch of '#undef FOO bar', which MSVC doesn't like (#492114).
6205
6206         * win32/common/libgstinterfaces.def:
6207         * win32/common/libgstrtp.def:
6208           Export a few more symbols (#492114).
6209
6210 2007-11-01  Stefan Kost  <ensonic@users.sf.net>
6211
6212         * gst-libs/gst/audio/audio.c:
6213         * gst-libs/gst/audio/audio.h:
6214           Readd the deprecation guards, but preserve compilability.
6215
6216 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6217
6218         * gst/audioconvert/gstaudioconvert.c: (find_suitable_channel_layout),
6219           (gst_audio_convert_fixate_channels), (gst_audio_convert_fixate_caps):
6220           Preserve channel layout when fixating the number of channels in the
6221           output caps, or make sure there's a suitable channel position layout
6222           set on the caps if required. Fixes #430677.
6223
6224 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6225
6226         * tests/check/elements/decodebin.c: (test_text_plain_streams):
6227           Make sure the pipeline really operates in push mode as it should
6228           in this case.
6229
6230 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6231
6232         * gst-libs/gst/audio/audio.h:
6233           Don't guard deprecated enum with #ifndef DISABLE_DEPRECATED, or
6234           compilation with DISABLE_DEPRECATED and without REMOVE_DEPRECATED
6235           (ie. normal cvs builds) will fail.
6236
6237 2007-10-31  Stefan Kost  <ensonic@users.sf.net>
6238
6239         * docs/libs/Makefile.am:
6240         * gst-libs/gst/audio/audio.c:
6241         * gst-libs/gst/audio/audio.h:
6242         * gst-libs/gst/interfaces/mixer.c:
6243           tell gtk-doc about the deprecation guard. Apply more doc fixes.
6244
6245 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6246
6247         * tests/check/libs/audio.c: (init_value_to_channel_layout),
6248           (test_channel_layout_value_intersect), (audio_suite):
6249           Add simple unit test to make sure GstValue intersection
6250           of channel layouts works the way I think it does.
6251
6252 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
6253
6254         * docs/libs/gst-plugins-base-libs-sections.txt:
6255         * gst-libs/gst/audio/gstaudiofilter.h:
6256         * gst-libs/gst/interfaces/mixer.h:
6257         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6258         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6259         * gst-libs/gst/sdp/gstsdpmessage.c:
6260           Fix the docs according to what gtk-doc complained about.
6261
6262 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
6263
6264         * tests/icles/stress-playbin.c:
6265           Fix the build.
6266
6267 2007-10-30  Tim-Philipp Müller  <tim at centricular dot net>
6268
6269         * gst/playback/gstdecodebin.c: (close_pad_link), (type_found):
6270         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
6271           Post nice/more useful error message if we don't have a decoder for
6272           the primary type.
6273
6274 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
6275
6276         * gst/playback/gstdecodebin2.c: (gst_decode_group_expose):
6277         Be a bit more useful, unblock the pads after we fired the no-more-pads
6278         signal so that we can use the signal to inspect and connect all pads
6279         without having to keep extra state outside of decodebin.
6280
6281 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
6282
6283         * gst/playback/gsturidecodebin.c:
6284         (gst_uri_decode_bin_autoplug_continue),
6285         (gst_uri_decode_bin_class_init), (no_more_pads_full):
6286         Implement default signal handler so that we return TRUE when nothing is
6287         connected.
6288
6289 2007-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
6290
6291         * gst-libs/gst/riff/riff-media.c:
6292         (gst_riff_wavext_add_channel_layout),
6293         (gst_riff_wave_add_default_channel_layout),
6294         (gst_riff_wavext_get_default_channel_mask),
6295         (gst_riff_create_audio_caps):
6296         Use the ALSA channel layout as default for wav files without channel
6297         layout information. This fixes playback of chan-id.wav on 5.1 systems
6298         for example. Also refactor the channel layout setting a bit and add
6299         more default channel orders. Fixes #489010.
6300
6301 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
6302
6303         * tests/check/libs/tag.c: (test_musicbrainz_tag_registration):
6304           GST_TAG_MUSICBRAINZ_SORTNAME is deprecated and we compile with
6305           -DGST_DISABLE_DEPRECATED, so use new GST_TAG_ARTIST_SORTNAME
6306           instead.
6307
6308 2007-10-25  Wim Taymans  <wim.taymans@gmail.com>
6309
6310         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6311         (gst_decode_bin_dispose), (gst_decode_bin_set_caps),
6312         (gst_decode_bin_set_subs_encoding),
6313         (gst_decode_bin_get_subs_encoding), (gst_decode_bin_set_property),
6314         (gst_decode_bin_get_property), (analyze_new_pad):
6315         Move subtitle encoding property to decodebin2 so that it can set the
6316         property value on all elements that it autoplugs and that require it.
6317         Make caps refcounting more consistent in get/set.
6318
6319         * gst/playback/gsturidecodebin.c: (_gst_boolean_accumulator),
6320         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
6321         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
6322         (gst_uri_decode_bin_get_property), (proxy_unknown_type_signal),
6323         (proxy_autoplug_continue_signal),
6324         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
6325         (make_decoder):
6326         Proxy properties and relevant signals from the internal decodebin.
6327         Make properties MT safe.
6328
6329 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
6330
6331         * gst-libs/gst/tag/tag.h: (GST_TAG_MUSICBRAINZ_SORTNAME):
6332         * gst-libs/gst/tag/tags.c:
6333           Deprecate GST_TAG_MUSICBRAINZ_SORTNAME, replaced by the newly-added
6334           GST_TAG_ARTIST_SORTNAME (in an API and ABI compatible way).
6335
6336         * gst-libs/gst/tag/gstid3tag.c: (tag_matches):
6337           Map ID3v2 TSOP, TSOA and TSOT frames to new SORTNAME tags (#414539).
6338
6339         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches),
6340           (gst_tag_to_vorbis_comments):
6341           Map new SORTNAME tags (these tags aren't even semi-official, so I'm
6342           just mapping everything I found in the wild) (#414539).
6343
6344 2007-10-24  Wim Taymans  <wim.taymans@gmail.com>
6345
6346         Inspired by patch of: René Stadler <mail at renestadler dot de>
6347
6348         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6349         (gst_decode_bin_autoplug_continue),
6350         (gst_decode_bin_autoplug_factories),
6351         (gst_decode_bin_autoplug_select), (analyze_new_pad), (connect_pad),
6352         (find_compatibles):
6353         * gst/playback/gstplay-marshal.list:
6354         Remove the autoplug-sort signal and replace it with a binding friendly
6355         autoplug-select signal.
6356         Add an autoplug-factories signal that can be used to generate a list of
6357         factories to try to autoplug.
6358         Add the GstPad to the autoplugging signal args as it might be needed to
6359         make a good factory selection.
6360         Fix up the marshallers for this. Fixes #407282.
6361
6362 2007-10-23  Tim-Philipp Müller  <tim at centricular dot net>
6363
6364         * gst-libs/gst/tag/gsttagdemux.c:
6365           Don't abort with an assertion if we receive a seek event with
6366           a start type of NONE (see launchpad bug #155878).
6367
6368 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
6369
6370         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
6371         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
6372         (gst_ximagesink_change_state), (gst_ximagesink_reset):
6373         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_event_thread),
6374         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_xcontext_clear),
6375         (gst_xvimagesink_change_state), (gst_xvimagesink_reset):
6376         Make sure that before we clean up the X resources, we shutdown and join
6377         the event thread.
6378         Also make sure the event thread does not shut down immediatly after
6379         startup because the running variable is not yet correctly set.
6380         Fixes #378770. 
6381
6382 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
6383
6384         * gst/playback/gstdecodebin.c: (new_pad), (type_found):
6385         Make the window for a race in typefind and shutting down smaller until
6386         we figure out the right locking here. Avoids #485753 usually.
6387
6388         * gst/playback/gstdecodebin2.c: (type_found), (pad_added_group_cb):
6389         Remove unneeded lock causing a race in typefind and shutting down.
6390         Fixes #485753.
6391
6392         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
6393         Also remove sinks when going to NULL because we might not complete the
6394         state change to PAUSED, causing the PAUSED->READY state change not to
6395         happen.
6396
6397 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
6398
6399         * gst-libs/gst/audio/gstbaseaudiosink.c:
6400         (gst_base_audio_sink_drain), (gst_base_audio_sink_change_state):
6401         Also explicitly release the ringbuffer when going to NULL because it
6402         is required in the setcaps function, before the state change to PAUSED
6403         completes.
6404
6405 2007-10-16  Tim-Philipp Müller  <tim at centricular dot net>
6406
6407         * tests/icles/.cvsignore:
6408         * tests/icles/Makefile.am:
6409         * tests/icles/stress-playbin.c:
6410           Does what it says on the tin.
6411
6412 2007-10-15  Wim Taymans  <wim.taymans@gmail.com>
6413
6414         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_push_one):
6415         Fix queue negotiation. See #486758.
6416
6417 2007-10-12  Jan Schmidt  <Jan.Schmidt@sun.com>
6418
6419         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
6420         (gst_xvimagesink_xwindow_new),
6421         (gst_xvimagesink_update_colorbalance),
6422         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get):
6423
6424         Fix handling of some of the X atoms. If the last parameter is True,
6425         XInternAtom won't create the atom if it doesn't exist, and therefore
6426         might return None. This causes X errors on Xv implementations that
6427         don't provide the colour balance attributes.
6428
6429 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6430
6431         * gst-libs/gst/tag/gstvorbistag.c:
6432         * tests/check/libs/tag.c:
6433           Extract vorbis comment LICENSE tags correctly.
6434
6435 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6436
6437         Patch by: Jason Kivlighn  <jkivlighn gmail com>
6438
6439         * gst-libs/gst/tag/gstid3tag.c:
6440         * tests/check/libs/tag.c:
6441           Map ID3v2 WCOP frame to GST_TAG_COPYRIGHT_URI (#447000).
6442
6443 2007-10-10  Tim-Philipp Müller  <tim at centricular dot net>
6444
6445         * gst-libs/gst/tag/gsttagdemux.c:
6446           Don't error out when a buggy downstream element doesn't
6447           handle the newsegment event we send properly (especially
6448           not without posting a meaningful error message on the
6449           bus). See bug #471370 and launchpad bug #136264.
6450
6451 2007-10-10  Wim Taymans  <wim.taymans@gmail.com>
6452
6453         * gst-libs/gst/audio/gstbaseaudiosink.c:
6454         (gst_base_audio_sink_drain):
6455         Use new basesink method to make our EOS drain interruptable.
6456
6457 2007-10-10  Jan Schmidt  <Jan.Schmidt@sun.com>
6458
6459         * gst-libs/gst/rtp/gstrtppayloads.c:
6460         Fix silly search-replace oversight.
6461
6462 2007-10-09  Wim Taymans  <wim.taymans@gmail.com>
6463
6464         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
6465
6466         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
6467         (gst_basertppayload_set_outcaps):
6468         Fix caps memleak. Fixes #484989.
6469
6470
6471 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6472
6473         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6474         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain):
6475         Fix debug output.
6476
6477 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6478
6479         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6480         (gst_base_audio_src_create):
6481         Also handle the case where there is no clock set on the audio source,
6482         like in the unit tests.
6483
6484 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
6485
6486         * gst-libs/gst/rtp/gstrtppayloads.c:
6487         Use unsigned G_MAXUINT8 instead of -1 to initialise a guint8
6488         to avoid compiler warnings
6489
6490 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6491
6492         * gst/playback/gstdecodebin.c: (type_found),
6493         (gst_decode_bin_change_state):
6494         * gst/playback/gstdecodebin2.c: (type_found),
6495         (gst_decode_bin_change_state):
6496         Don't disconnect the have_type signal because we never reconnect it
6497         later on. Instead keep a variable to see if we already detected a type.
6498
6499 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6500
6501         * gst/playback/gstdecodebin.c: (add_fakesink), (type_found):
6502         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
6503         (type_found):
6504         Unlink the signal handler when we found the type, we're not going to do
6505         anything sensible with more type_found signals anyway.
6506
6507 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6508
6509         * gst-libs/gst/tag/gsttagdemux.c:
6510           Don't leak caps.
6511
6512 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6513
6514         * gst-libs/gst/tag/Makefile.am:
6515         * gst-libs/gst/tag/gsttagdemux.c:
6516         * gst-libs/gst/tag/gsttagdemux.h:
6517           API: add GstTagDemux base class for simple tag demuxers.
6518
6519         * docs/libs/gst-plugins-base-libs-docs.sgml:
6520         * docs/libs/gst-plugins-base-libs-sections.txt:
6521           Add GstTagDemux to docs.
6522
6523 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
6524
6525         * gst-libs/gst/rtp/gstrtpbuffer.c:
6526         (gst_rtp_buffer_get_payload_subbuffer):
6527         Fix bug introduced with last commit which inverted the logic and
6528         caused all buffers to be dropped. Fixes #483620.
6529         Thanks to Laurent Glayal <spglegle at yahoo dot fr> for noticing.
6530
6531 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
6532
6533         * gst-libs/gst/rtp/gstrtpbuffer.c:
6534           Replace g_return_if_val (as it could be disabled), with regular return
6535           and warning.
6536
6537 2007-10-03  Stefan Kost  <ensonic@users.sf.net>
6538
6539         * tests/check/pipelines/simple-launch-lines.c:
6540           Print message name and not just number.
6541
6542 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
6543
6544         * gst-libs/gst/audio/gstbaseaudiosink.c:
6545         (gst_base_audio_sink_async_play):
6546         When slaved to the clock, don't try to align a sample with the previous
6547         one when going to PLAYING again.
6548
6549 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
6550
6551         * tests/examples/snapshot/snapshot.c:
6552           Fix the build.
6553
6554 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6555
6556         * gst-libs/gst/sdp/gstsdpmessage.h:
6557         Add RFC 3556 bandwidth modifiers.
6558
6559 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6560
6561         * docs/libs/gst-plugins-base-libs-docs.sgml:
6562         * docs/libs/gst-plugins-base-libs-sections.txt:
6563         * gst-libs/gst/rtp/gstrtppayloads.c:
6564         Update documentation.
6565
6566 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6567
6568         * gst-libs/gst/rtp/Makefile.am:
6569         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_pt),
6570         (gst_rtp_payload_info_for_name):
6571         * gst-libs/gst/rtp/gstrtppayloads.h:
6572         Added new file and header to deal with payload info.
6573
6574         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
6575         (gst_rtp_buffer_default_clock_rate):
6576         * gst-libs/gst/rtp/gstrtpbuffer.h:
6577         Payload specific stuff is move to new headers.
6578         Implement _default_clock rate using the new payload function.
6579
6580         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address),
6581         (gst_sdp_parse_line):
6582         * gst-libs/gst/sdp/gstsdpmessage.h:
6583         Add some more comments.
6584
6585 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6586
6587         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
6588         (sdp_check_header), (sdp_type_find), (plugin_init):
6589         Add typefind function for application/sdp.
6590         Remove some old dirac typefind code that was ifdeffed out.
6591
6592 2007-09-29  Sebastien Moutte <sebastien@moutte.net>
6593
6594         * win32/common/libgstaudio.def:
6595         Add new exported functions.
6596         * win32/vs6/grammar.dsp:
6597         Add autogeneration and copy of some autegenerated files from win32/common
6598         for rtsp library.
6599         * win32/vs6/libgstaudioconvert.dsp:
6600         Add gstaudioquantize.c to the build.
6601         * win32/vs6/libgstinterfaces.dsp:
6602         Add videoorientation.c to the build.
6603         * win32/vs6/libgstriff.dsp:
6604         Add libgsttag to the link libraries list.
6605         * win32/vs6/libgstvolume.dsp:
6606         Add liboil to the link.
6607         * win32/vs6/gst_plugins_base.dsw:
6608         * win32/vs6/libgstrtsp.dsp:
6609         * win32/common/libgstrtsp.def:
6610         Add files to build libgstrtsp library.
6611         
6612 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
6613
6614         * tests/examples/snapshot/snapshot.c: (main):
6615         Print error when pipeline failed to construct.
6616
6617 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6618
6619         * configure.ac:
6620         * gst-libs/gst/tag/gstid3tag.c:
6621         * gst-libs/gst/tag/gstvorbistag.c:
6622           Add mappings for the new GST_TAG_COMPOSER for vorbis comments
6623           and ID3v2 tags.
6624
6625 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6626
6627         * gst-libs/gst/floatcast/floatcast.h:
6628           Don't include config.h in an installed public header, this
6629           might break compilation of applications that don't have such
6630           a header and doesn't necessarily do what it's supposed to do
6631           anyway (ie. check for the lrint/lrintf defines) (#442065).
6632           Add docs for the various macros and document how this header
6633           has to be used (link against libm, etc.); add a few FIXMEs;
6634           include math.h for non-c99 code path.  Based on patch by
6635           Jan Schmidt.
6636           
6637 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
6638
6639         * configure.ac:
6640         Use AG_GST_ARG_WITH_PLUGINS and AG_GST_ARG_ENABLE_EXTERNAL instead
6641         of duplicating these macros in configure.ac.
6642
6643 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6644
6645         * po/hu.po:
6646         * po/sv.po:
6647         * po/uk.po:
6648           Updated translations to 0.10.14
6649
6650 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6651
6652         translated by: Jakub Bogusz <qboosh@pld-linux.org>
6653
6654         * po/pl.po:
6655           Added Polish translation.
6656
6657 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6658
6659         translated by: Ilkka Tuohela <hile@iki.fi>
6660
6661         * po/fi.po:
6662           Added Finnish translation.
6663
6664 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6665
6666         translated by: Jorge González González <aloriel@gmail.com>
6667
6668         * po/es.po:
6669           Added Spanish translation.
6670
6671 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6672
6673         translated by: Mogens Jaeger <mogens@jaeger.tf>
6674
6675         * po/da.po:
6676           Added Danish translation.
6677
6678 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6679
6680         translated by: Funda Wang <fundawang@linux.net.cn>
6681
6682         * po/zh_CN.po:
6683           Added Chinese (simplified) translation.
6684
6685 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6686
6687         translated by: Alexander Shopov <ash@contact.bg>
6688
6689         * po/bg.po:
6690           Added Bulgarian translation.
6691
6692 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
6693
6694         * gst/playback/gstqueue2.c: (gst_queue_push_one):
6695         Fix compilation wrt printf arguments.
6696
6697 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
6698
6699         * configure.ac:
6700         * tests/examples/Makefile.am:
6701         * tests/examples/snapshot/.cvsignore:
6702         * tests/examples/snapshot/Makefile.am:
6703         * tests/examples/snapshot/snapshot.c: (main):
6704         Add simple snapshot example program using appsink.
6705
6706 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
6707
6708         * tests/check/generic/states.c:
6709           Improved state change unit test.
6710
6711 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
6712
6713         * docs/plugins/.cvsignore:
6714         * tests/check/.cvsignore:
6715           Ignore registries in any format.
6716
6717 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
6718
6719         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6720         (gst_base_rtp_depayload_chain),
6721         (gst_base_rtp_depayload_set_gst_timestamp):
6722         Only copy timestamp on outgoing packets if the depayloader did not set
6723         one.
6724         Also copy duration on outgoing packets.
6725
6726 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
6727
6728         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
6729         (gst_basertppayload_set_outcaps):
6730         Fix compilation because of missing %d in printf.
6731         When fixating caps, fixate what we can and throw away all remaining
6732         unfixed caps, subclasses should do something smart if they need to.
6733
6734 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
6735
6736         * ext/gnomevfs/gstgnomevfssrc.c:
6737           Improve debug logs a bit and be more verbose if things go wrong.
6738
6739 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
6740
6741         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6742         (gst_text_overlay_set_property):
6743         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
6744         * gst-libs/gst/audio/gstbaseaudiosink.c:
6745         (gst_base_audio_sink_render):
6746         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
6747         (gst_rtcp_unix_to_ntp):
6748         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_get_type):
6749         * gst/playback/gstqueue2.c:
6750         * tests/examples/seek/seek.c: (set_scale):
6751         Fix a bunch of compile warnings shown with Forte.
6752
6753         * gst/audiorate/gstaudiorate.c:
6754         Always pull in config.h before including any system headers.
6755
6756 2007-09-17  Wim Taymans  <wim.taymans@gmail.com>
6757
6758         * gst/playback/gstqueue2.c: (update_buffering),
6759         (gst_queue_locked_flush), (gst_queue_locked_enqueue),
6760         (gst_queue_handle_sink_event), (gst_queue_chain),
6761         (gst_queue_push_one), (gst_queue_sink_activate_push),
6762         (gst_queue_src_activate_push), (gst_queue_src_activate_pull):
6763         Also fix #476514 for queue2.
6764
6765 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
6766
6767         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6768         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_setcaps),
6769         (gst_base_rtp_depayload_chain),
6770         (gst_base_rtp_depayload_handle_sink_event),
6771         (gst_base_rtp_depayload_push_full),
6772         (gst_base_rtp_depayload_set_gst_timestamp),
6773         (gst_base_rtp_depayload_change_state):
6774         Remove code to deal with RTP to GST time conversion, we now just copy
6775         the GST timestamp we receive to the outgoing buffers.
6776         Handle segment and flushes correctly.
6777
6778         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
6779         When we have no valid input timestamp, use the previous rtp timestamp on
6780         the outgoing RTP packet instead of the RTP base time.
6781
6782 2007-09-15  David Schleef  <ds@schleef.org>
6783
6784         * ext/alsa/gstalsa.c:
6785         * ext/alsa/gstalsadeviceprobe.c:
6786         * ext/alsa/gstalsamixer.c:
6787         * ext/alsa/gstalsasink.c:
6788         * ext/alsa/gstalsasrc.c:
6789           Change alsa alloca's to malloc to fix warnings on gcc-4.2.
6790
6791 2007-09-15  Wim Taymans  <wim.taymans@gmail.com>
6792
6793         * gst-libs/gst/rtp/gstbasertppayload.c:
6794         (gst_basertppayload_set_outcaps), (gst_basertppayload_push):
6795         Add some debug info when negotiating caps.
6796
6797 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6798
6799         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
6800         A buffer with an empty payload is also a valid buffer.
6801
6802 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6803
6804         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_event),
6805         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
6806         (gst_basertppayload_change_state):
6807         Make sure we start our RTP timestamp from the random base RTP
6808         timestamp even if the buffer timestamp starts from some random value.
6809
6810 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6811
6812         * configure.ac:
6813         * tests/examples/Makefile.am:
6814         * tests/examples/dynamic/.cvsignore:
6815         * tests/examples/dynamic/Makefile.am:
6816         * tests/examples/dynamic/addstream.c: (create_stream),
6817         (pause_play_stream), (message_received), (eos_message_received),
6818         (perform_step), (main):
6819         Add simple exmple app to demonstrate starting and pausing live and
6820         non-live bins in a PLAYING pipeline.
6821
6822 2007-09-14  Julien MOUTTE  <julien@moutte.net>
6823
6824         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add some
6825         typefind for QCP files (RFC #3625)
6826
6827 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
6828
6829         * gst-libs/gst/audio/gstbaseaudiosink.c:
6830         (gst_base_audio_sink_init):
6831         Disable pull mode scheduling, we're not ready for it yet and it subtly
6832         breaks a lot of things.
6833
6834 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
6835
6836         * tests/check/elements/libvisual.c:
6837           Test all libvisual plugins, not just the first one; this reproduces
6838           bug #450336 quite easily.  Looks like a problem with the 'jess'
6839           visualisation.
6840
6841 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
6842
6843         * tests/check/Makefile.am:
6844         * tests/check/elements/.cvsignore:
6845         * tests/check/elements/libvisual.c:
6846           Add basic libvisual test case in an attempt to reproduce bug #450336.
6847           Doesn't reproduce that bug, but some other crasher instead (invalid
6848           free), at least with make elements/libvisual.forever and the bumscope
6849           plugin on x86-64/gutsy. Leaving test disabled for now.
6850
6851 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
6852
6853         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6854
6855         * gst-libs/gst/rtsp/gstrtspconnection.c:
6856         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_read),
6857         (read_body), (gst_rtsp_connection_receive):
6858         Make sure we can not cancel in the middle of receiving a message.
6859         Fixes #475731.
6860
6861 2007-09-11  Tim-Philipp Müller  <tim at centricular dot net>
6862
6863         Patch by: Josep Torra Valles <josep@fluendo.com>
6864
6865         * gst/playback/gstplaybasebin.c:
6866           Increase upper limit for audio queue a bit; fixes preroll problem
6867           with playbin and decodebin2 when playing a quicktime trailer with
6868           multichannel audio via http (#464666).
6869
6870 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
6871
6872         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6873         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
6874         (gst_base_audio_src_provide_clock),
6875         (gst_base_audio_src_set_property),
6876         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
6877         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6878         Allow othe clocks than the internal clock to be used for the pipeline.
6879         Add property to disable clock provide.
6880         API: GstBaseAudioSrc::provide-clock
6881
6882 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
6883
6884         * gst/playback/gstdecodebin2.c:
6885           Don't leak request pads. Fixes #475395.
6886
6887 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
6888
6889         Patch by: René Stadler <mail at renestadler dot de>
6890
6891         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
6892         (gst_ximage_buffer_class_init):
6893         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
6894         (gst_xvimage_buffer_class_init):
6895         Correctly chain up finalize with the parent class to prevent
6896         memory leaks. Fixes #474880.
6897
6898 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
6899
6900         * gst/volume/gstvolume.c: (volume_choose_func):
6901         * tests/check/elements/volume.c: (GST_START_TEST):
6902         Revert the latest change: floating point samples are allowed to
6903         have any value, not only values in the range [-1,1]. Thanks to Andy
6904         Wingo for noticing.
6905         Also fix processing of int32 samples with volumes > 4 by making the
6906         unity value smaller which prevents overflows.
6907
6908 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
6909
6910         * gst-libs/gst/rtp/gstrtpbuffer.c:
6911         * tests/check/libs/rtp.c:
6912           Fix gst_rtp_buffer_set_csrc() and enable csrc-related unit test checks.
6913
6914 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
6915
6916         Based on patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
6917
6918         * gst-libs/gst/rtp/gstrtpbuffer.c:
6919           Fix up GstRTPHeader helper struct so that compilers will not under
6920           any circumstances add padding in between our fields, as currently
6921           happens with MSVC on win32, because that would lead to us sending
6922           out RTP payloads with broken RTP headers (#471194).
6923           Fix assertion guards for gst_rtp_buffer_get_csrc() and _set_csrc().
6924           
6925         * tests/check/Makefile.am:
6926         * tests/check/libs/.cvsignore:
6927         * tests/check/libs/rtp.c:
6928           Add some simple unit tests for GstRTPBuffer. Some are disabled
6929           because the code tested still needs fixing (set_csrc() does not work).
6930
6931 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
6932
6933         * win32/MANIFEST:
6934         * win32/common/gstrtsp-enumtypes.c:
6935         * win32/common/gstrtsp-enumtypes.h:
6936         * win32/common/interfaces-enumtypes.c:
6937         * win32/common/interfaces-enumtypes.h:
6938         * win32/common/multichannel-enumtypes.c:
6939           Add rtsp enumtypes (#474384) and update others.
6940
6941 2007-09-06  Stefan Kost  <ensonic@users.sf.net>
6942
6943         * configure.ac:
6944           Fix configure check for HAVE_LIBXML_HTML.
6945
6946 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
6947
6948         * tests/check/libs/.cvsignore:
6949           Ignore more, in case the build bots work again one day.
6950
6951 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
6952
6953         Reviewed by:  Stefan Kost  <ensonic@users.sf.net>
6954
6955         * configure.ac:
6956         * gst-libs/gst/Makefile.am:
6957         * gst-libs/gst/fft/Makefile.am:
6958         * gst-libs/gst/fft/_kiss_fft_guts_f32.h:
6959         * gst-libs/gst/fft/_kiss_fft_guts_f64.h:
6960         * gst-libs/gst/fft/_kiss_fft_guts_s16.h:
6961         * gst-libs/gst/fft/_kiss_fft_guts_s32.h:
6962         * gst-libs/gst/fft/gstfft.c: (gst_fft_next_fast_length):
6963         * gst-libs/gst/fft/gstfft.h:
6964         * gst-libs/gst/fft/gstfftf32.c: (gst_fft_f32_new),
6965         (gst_fft_f32_fft), (gst_fft_f32_inverse_fft), (gst_fft_f32_free),
6966         (gst_fft_f32_window), (gst_fft_f32_magnitude), (gst_fft_f32_phase):
6967         * gst-libs/gst/fft/gstfftf32.h:
6968         * gst-libs/gst/fft/gstfftf64.c: (gst_fft_f64_new),
6969         (gst_fft_f64_fft), (gst_fft_f64_inverse_fft), (gst_fft_f64_free),
6970         (gst_fft_f64_window), (gst_fft_f64_magnitude), (gst_fft_f64_phase):
6971         * gst-libs/gst/fft/gstfftf64.h:
6972         * gst-libs/gst/fft/gstffts16.c: (gst_fft_s16_new),
6973         (gst_fft_s16_fft), (gst_fft_s16_inverse_fft), (gst_fft_s16_free),
6974         (gst_fft_s16_window), (gst_fft_s16_magnitude), (gst_fft_s16_phase):
6975         * gst-libs/gst/fft/gstffts16.h:
6976         * gst-libs/gst/fft/gstffts32.c: (gst_fft_s32_new),
6977         (gst_fft_s32_fft), (gst_fft_s32_inverse_fft), (gst_fft_s32_free),
6978         (gst_fft_s32_window), (gst_fft_s32_magnitude), (gst_fft_s32_phase):
6979         * gst-libs/gst/fft/gstffts32.h:
6980         * gst-libs/gst/fft/kiss_fft_f32.c: (kf_bfly2), (kf_bfly4),
6981         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6982         (kiss_fft_f32_alloc), (kiss_fft_f32_stride), (kiss_fft_f32),
6983         (kiss_fft_f32_cleanup), (kiss_fft_f32_next_fast_size):
6984         * gst-libs/gst/fft/kiss_fft_f32.h:
6985         * gst-libs/gst/fft/kiss_fft_f64.c: (kf_bfly2), (kf_bfly4),
6986         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6987         (kiss_fft_f64_alloc), (kiss_fft_f64_stride), (kiss_fft_f64),
6988         (kiss_fft_f64_cleanup), (kiss_fft_f64_next_fast_size):
6989         * gst-libs/gst/fft/kiss_fft_f64.h:
6990         * gst-libs/gst/fft/kiss_fft_s16.c: (kf_bfly2), (kf_bfly4),
6991         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6992         (kiss_fft_s16_alloc), (kiss_fft_s16_stride), (kiss_fft_s16),
6993         (kiss_fft_s16_cleanup), (kiss_fft_s16_next_fast_size):
6994         * gst-libs/gst/fft/kiss_fft_s16.h:
6995         * gst-libs/gst/fft/kiss_fft_s32.c: (kf_bfly2), (kf_bfly4),
6996         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6997         (kiss_fft_s32_alloc), (kiss_fft_s32_stride), (kiss_fft_s32),
6998         (kiss_fft_s32_cleanup), (kiss_fft_s32_next_fast_size):
6999         * gst-libs/gst/fft/kiss_fft_s32.h:
7000         * gst-libs/gst/fft/kiss_fftr_f32.c: (kiss_fftr_f32_alloc),
7001         (kiss_fftr_f32), (kiss_fftri_f32):
7002         * gst-libs/gst/fft/kiss_fftr_f32.h:
7003         * gst-libs/gst/fft/kiss_fftr_f64.c: (kiss_fftr_f64_alloc),
7004         (kiss_fftr_f64), (kiss_fftri_f64):
7005         * gst-libs/gst/fft/kiss_fftr_f64.h:
7006         * gst-libs/gst/fft/kiss_fftr_s16.c: (kiss_fftr_s16_alloc),
7007         (kiss_fftr_s16), (kiss_fftri_s16):
7008         * gst-libs/gst/fft/kiss_fftr_s16.h:
7009         * gst-libs/gst/fft/kiss_fftr_s32.c: (kiss_fftr_s32_alloc),
7010         (kiss_fftr_s32), (kiss_fftri_s32):
7011         * gst-libs/gst/fft/kiss_fftr_s32.h:
7012         * gst-libs/gst/fft/kiss_version:
7013         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7014         * pkgconfig/gstreamer-plugins-base.pc.in:
7015         Add libgstfft, a FFT library based on Kiss FFT which is
7016         BSD licensed. Supported sample formats are int16, int32,
7017         float and double. For those formats a real FFT and IFFT
7018         can be done, different windowing functions can be applied
7019         and functions for extracting the magnitude and phase exist.
7020         Fixes #468619.
7021
7022         * docs/libs/Makefile.am:
7023         * docs/libs/gst-plugins-base-libs-docs.sgml:
7024         * docs/libs/gst-plugins-base-libs-sections.txt:
7025         Integrate libgstfft into the docs.
7026
7027         * tests/check/Makefile.am:
7028         * tests/check/libs/fft.c: (GST_START_TEST), (fft_suite), (main):
7029         Add unit tests for libgstfft, currently only testing the FFT.
7030         Unit tests for IFFT will follow soon.
7031
7032 2007-09-05  Wim Taymans  <wim.taymans@gmail.com>
7033
7034         Patch by: Peter Kjellerstedt  <pkj at axis com>
7035
7036         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_time_init),
7037         (gst_sdp_message_init), (gst_sdp_message_uninit),
7038         (is_multicast_address), (gst_sdp_message_as_text),
7039         (gst_sdp_message_get_origin), (gst_sdp_message_set_connection),
7040         (gst_sdp_message_get_connection), (gst_sdp_message_add_bandwidth),
7041         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
7042         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
7043         (gst_sdp_message_get_attribute_val), (gst_sdp_message_add_media),
7044         (gst_sdp_media_init), (gst_sdp_media_uninit),
7045         (gst_sdp_media_as_text), (gst_sdp_media_set_port_info),
7046         (gst_sdp_media_connections_len), (gst_sdp_media_add_connection),
7047         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_bandwidth),
7048         (gst_sdp_media_add_bandwidth), (gst_sdp_media_attributes_len),
7049         (gst_sdp_parse_line), (print_media), (gst_sdp_message_dump):
7050         * gst-libs/gst/sdp/gstsdpmessage.h:
7051         Separate INIT_ARRAY() and related macros into two versions, one for
7052         structures and one for pointers (e.g., INIT_ARRAY() and
7053         INIT_PTR_ARRAY()). This fixes a segmentation error on freeing the
7054         lists of emails and phone numbers.
7055         Add missing const as appropriate.
7056         Change all gint to guint since they all actually represent unsigned
7057         values.
7058         Do not use time as a variable name as it shadows the global time().
7059         Add gst_sdp_message_as_text() and gst_sdp_media_as_text().
7060         Actually implement gst_sdp_message_add_time().
7061         Make gst_sdp_message_add_time() take repeat times as an argument.
7062         Store repeat times in GstSDPTime as a GArray rather than as gchar**.
7063         Corrected the definition of gst_sdp_media_get_bandwidth() (was
7064         misspelled as badwidth).
7065         gst-indented and a little clean up. Fixes #471067.
7066
7067 2007-09-05  Sebastian Dröge  <slomo@circular-chaos.org>
7068
7069         * gst/volume/gstvolume.c: (volume_choose_func),
7070         (volume_process_double), (volume_process_double_clamp),
7071         (volume_process_float_clamp):
7072         Correctly clamp float/double samples in the [-1.0,1.0] range to
7073         prevent weird effects.
7074         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
7075         Add unit tests for all samples types that had none before.
7076
7077 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7078
7079         * gst-libs/gst/rtp/gstrtpbuffer.c:
7080           Need to include stdlib.h for abs() here too.
7081
7082 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7083
7084         * gst/playback/gststreaminfo.c:
7085           Fix build.
7086
7087 2007-09-05  Stefan Kost  <ensonic@users.sf.net>
7088
7089         * gst/playback/gststreaminfo.c:
7090           Clean up some half-disabled code and comment.
7091
7092 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7093
7094         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
7095
7096         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7097         (gst_base_rtp_payload_audio_handle_event):
7098         Return FALSE from the event handler to let the parent class handle the
7099         event. Fixes #446766.
7100
7101         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7102         (gst_base_rtp_depayload_chain), (gst_base_rtp_depayload_push_full):
7103         Mark outgoing buffers as DISCONT if the incomming buffer was DISCONT.
7104
7105         * gst-libs/gst/rtp/gstbasertppayload.c:
7106         Bump the MTU to 1400.
7107
7108 2007-09-03  Johan Dahlin  <jdahlin@async.com.br>
7109
7110         * gst/typefind/gsttypefindfunctions.c (plugin_init): 
7111         Add an audio/x-nsf typefind function for the nsfdec element.
7112
7113 2007-09-03  Renato Filho  <renato.filho@indt.org.br>
7114         * gst/playback/gstplaybasebin.c:
7115         Included "myth://" on stream_uris list for enable buffering to mythtv files
7116
7117 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
7118
7119         * docs/libs/gst-plugins-base-libs-sections.txt:
7120         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
7121         (gst_rtcp_packet_sdes_copy_entry), (gst_rtcp_ntp_to_unix),
7122         (gst_rtcp_unix_to_ntp):
7123         * gst-libs/gst/rtp/gstrtcpbuffer.h:
7124         Fix parsing of RB blocks.
7125         Fix docs.
7126         Added helper functions to convert to/from UNIX and NTP time.
7127         API: gst_rtcp_ntp_to_unix()
7128         API: gst_rtcp_unix_to_ntp()
7129
7130         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
7131         (gst_rtp_buffer_get_header_len),
7132         (gst_rtp_buffer_get_extension_data),
7133         (gst_rtp_buffer_get_payload_subbuffer),
7134         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload),
7135         (gst_rtp_buffer_ext_timestamp):
7136         * gst-libs/gst/rtp/gstrtpbuffer.h:
7137         Fix some more docs.
7138         Implement handling of packets with extensions.
7139         Fix padding check in _validate().
7140         Added function to get extension data.
7141         API: gst_rtp_buffer_get_header_len()
7142         API: gst_rtp_buffer_get_extension_data()
7143
7144 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
7145
7146         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7147         (gst_base_rtp_depayload_class_init),
7148         (gst_base_rtp_depayload_set_gst_timestamp):
7149         Add some more docs for the queue-delay property and fix a typo in a
7150         comment.
7151
7152         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
7153         Fix typo.
7154
7155 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
7156
7157         * gst-libs/gst/audio/gstbaseaudiosink.c:
7158         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render),
7159         (gst_base_audio_sink_change_state):
7160         When skew slaving, try to hover around the middle of a segment so that
7161         we at most drift by half a segment.
7162         If we are aligning in the oposite direction of the clock skew, we don't
7163         have to resync.
7164
7165 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
7166
7167         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7168         (gst_base_rtp_depayload_setcaps),
7169         (gst_base_rtp_depayload_set_gst_timestamp):
7170         Be less silly with the segment start, just apply the clock-base to the
7171         timestamp.
7172
7173 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
7174
7175         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7176         (gst_base_rtp_depayload_class_init),
7177         (gst_base_rtp_depayload_finalize),
7178         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
7179         (gst_base_rtp_depayload_handle_sink_event),
7180         (gst_base_rtp_depayload_set_gst_timestamp),
7181         (gst_base_rtp_depayload_change_state):
7182         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7183         Deprecate the queue handling thread thing and remove the code.
7184         Use new method to calculate the extended timestamp.
7185
7186 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
7187
7188         * gst-libs/gst/rtp/gstrtcpbuffer.c:
7189         (gst_rtcp_packet_sdes_copy_entry):
7190         Use g_strndup which does exactly what we want.
7191
7192         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum),
7193         (gst_rtp_buffer_ext_timestamp):
7194         * gst-libs/gst/rtp/gstrtpbuffer.h:
7195         Add helper function to compare seqnums.
7196         Add helper function to calculate extended timestamps.
7197         API: gst_rtp_buffer_compare_seqnum()
7198         API: gst_rtp_buffer_ext_timestamp()
7199
7200 2007-08-30  Wim Taymans  <wim.taymans@gmail.com>
7201
7202         * gst-libs/gst/rtp/gstrtcpbuffer.c:
7203         (gst_rtcp_packet_sdes_get_entry),
7204         (gst_rtcp_packet_sdes_copy_entry):
7205         * gst-libs/gst/rtp/gstrtcpbuffer.h:
7206         Fix and document SDES item data function.
7207         Add new function that makes a proper copy of SDES item data.
7208         API: gst_rtcp_packet_sdes_copy_entry()
7209
7210 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
7211
7212         * configure.ac:
7213         * gst/Makefile.am:
7214           The tcp and subparse plugins are under gst, but not totaly free of
7215           dependencies. Handle selection inconfigure.ac, so that they show up
7216           on the final list of what is build and what is not. Maybe they should
7217           better be moved to ext.
7218
7219 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
7220
7221         Patch by: Daniel Díaz  <yosoy@danieldiaz.org>
7222
7223         * configure.ac:
7224         * gst/Makefile.am:
7225           Check if libxml provides HTML parser which subparse needs.
7226           Fixes #451970.
7227
7228 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
7229
7230         * ext/alsa/gstalsa.c:
7231           Fix typo and compilation on big endian systems.
7232
7233 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
7234
7235         * gst/subparse/gstssaparse.c:
7236           Convert SSA newline codes into actual newline characters (#470766).
7237
7238 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
7239
7240         * docs/libs/gst-plugins-base-libs-sections.txt:
7241         * gst-libs/gst/pbutils/install-plugins.c:
7242         * gst-libs/gst/pbutils/install-plugins.h:
7243         * tests/check/libs/pbutils.c:
7244           API: also add gst_install_plugins_supported() while we're at it
7245           (see #470456).
7246
7247 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
7248
7249         * docs/libs/gst-plugins-base-libs-sections.txt:
7250         * gst-libs/gst/pbutils/missing-plugins.c:
7251         * gst-libs/gst/pbutils/missing-plugins.h:
7252         * tests/check/libs/pbutils.c:
7253           API: add gst_missing_*_installer_detail_new() convenience API so
7254           that applications that know exactly what they're missing can request
7255           installer detail strings for those items directly instead of having
7256           to first create a dummy missing-plugin message and then get the
7257           installer detail string from that.  Fixes #470456.
7258
7259 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
7260
7261         * gst/playback/gstdecodebin.c: (close_pad_link):
7262         We need to set up delayed-linking whenever the caps are non-fixed,
7263         not just when there are multiple types - use gst_pad_is_fixed()
7264         to test.
7265
7266 2007-08-26  Tim-Philipp Müller  <tim at centricular dot net>
7267
7268         * gst-libs/gst/pbutils/missing-plugins.c:
7269           (gst_missing_plugin_message_get_installer_detail):
7270           Add missing separator in PID fallback case.
7271
7272 2007-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
7273
7274         * ext/alsa/Makefile.am:
7275         There is no GST_PLUGINS_BASE_LIBS defined.
7276         
7277         * ext/alsa/gstalsa.c:
7278         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
7279         * ext/alsa/gstalsasrc.c: (gst_alsasrc_delay):
7280         Add support for ALSA 24-bit formats.
7281         snd_pcm_delay can return an error code, especially
7282         during XRUNS. In that case, the best we can do is assume
7283         delay = 0.
7284
7285         * gst/audioconvert/Makefile.am:
7286         Add flags from -base before any more-remote dependencies.
7287
7288 2007-08-23  Sebastian Dröge  <slomo@circular-chaos.org>
7289
7290         Based on a patch by: Davyd Madeley <davyd at madeley dot id dot au>
7291
7292         * gst/volume/gstvolume.c: (volume_choose_func),
7293         (volume_update_real_volume), (gst_volume_set_volume),
7294         (gst_volume_init), (volume_process_int32),
7295         (volume_process_int32_clamp), (volume_process_int24),
7296         (volume_process_int24_clamp), (volume_process_int16),
7297         (volume_process_int16_clamp), (volume_process_int8),
7298         (volume_process_int8_clamp), (volume_update_volume), (plugin_init):
7299         * gst/volume/gstvolume.h:
7300         Add support for int32, int24 and int8 to the volume element.
7301         Fixes #445529.
7302
7303 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
7304
7305         * tests/examples/Makefile.am:
7306           Fix even more.
7307
7308 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
7309
7310         * configure.ac:
7311         * docs/libs/Makefile.am:
7312         * docs/libs/gst-plugins-base-libs-docs.sgml:
7313         * docs/libs/gst-plugins-base-libs-sections.txt:
7314         * ext/gnomevfs/gstgnomevfssrc.c:
7315         * ext/gnomevfs/gstgnomevfssrc.h:
7316         * gst-libs/gst/Makefile.am:
7317         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7318         * pkgconfig/gstreamer-plugins-base.pc.in:
7319         * sys/v4l/v4lsrc_calls.c:
7320         * tests/examples/Makefile.am:
7321         * win32/common/config.h:
7322           Revert unwanted commit. many thanks to moap. I want a fix for 
7323           https://thomas.apestaart.org/moap/trac/ticket/239
7324
7325 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
7326
7327         * gst/volume/gstvolume.c:
7328           Move passthrough below gst_object_sync_values(). Fixes #442654.
7329
7330 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
7331
7332         * gst-libs/gst/audio/audio.c:
7333         Clarify the docs a little.
7334
7335 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
7336
7337         * gst/volume/gstvolume.c:
7338           Enable liboil for float and add more details about problems with
7339           int16.
7340
7341 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7342
7343         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
7344         Fix RGB24 masks as spotted by _ke (Daniel G. Siegel) on IRC.
7345
7346 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7347
7348         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
7349         When calculating the first timestamp of the buffers, don't go below 0
7350         and clip the samples because the offset was on the eos page.
7351         Fixes #466717.
7352
7353 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7354
7355         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain),
7356         (gst_ogg_demux_collect_chain_info):
7357         Also submit the eos page when trying to find the first timestamp.
7358         See #466717.
7359
7360 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
7361
7362         * gst-libs/gst/audio/audio.h:
7363         Use gst_util_uint64_scale() instead of doing the math
7364         with double for GST_FRAMES_TO_CLOCK_TIME() and
7365         GST_CLOCK_TIME_TO_FRAMES(). For large timestamps this
7366         prevents rounding errors. Fixes #467667.
7367
7368 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7369
7370         * gst-libs/gst/rtsp/gstrtspconnection.c:
7371         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
7372         (gst_rtsp_connection_read), (gst_rtsp_connection_poll):
7373         * gst-libs/gst/rtsp/gstrtspconnection.h:
7374         Small cleanups.
7375         On shutdown, don't read the control socket yet.
7376         Set timeout value correctly in all cases.
7377         Add function to check if the server accepts reads or writes.
7378         API: gst_rtsp_connection_poll()
7379
7380         * gst-libs/gst/rtsp/gstrtspdefs.h:
7381         Fix compilation with -pedantic.
7382         Add enum for _poll.
7383
7384 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7385
7386         Patch by: Olivier Crete  <tester at tester ca>
7387
7388         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
7389         (gst_basertppayload_getcaps):
7390         * gst-libs/gst/rtp/gstbasertppayload.h:
7391         Add getcaps vfunc to basertppayload. See #465146.
7392
7393 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7394
7395         * gst/playback/gstplaybasebin.c: (queue_threshold_reached):
7396         Only post buffering messages when we are a stream.
7397
7398 2007-08-15  Tim-Philipp Müller  <tim at centricular dot net>
7399
7400         * gst-libs/gst/pbutils/install-plugins.c:
7401         * gst-libs/gst/pbutils/missing-plugins.c:
7402           Small docs fix and addition.
7403
7404 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
7405
7406         * tests/icles/.cvsignore:
7407         * tests/icles/Makefile.am:
7408         * tests/icles/test-textoverlay.c:
7409           Add a dumb little test for textoverlay alignments.
7410
7411 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
7412
7413         Patch by: Dan Williams  <dcbw redhat com>
7414
7415         * ext/pango/gsttextoverlay.c:
7416         * ext/pango/gsttextoverlay.h:
7417           API: add "line-alignment" property (#459334). Add gtk-doc blurb for
7418           "silent" property so there's a Since tag in the API reference.
7419
7420 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
7421
7422         * gst-libs/gst/rtp/gstbasertppayload.c:
7423         (gst_basertppayload_set_outcaps):
7424         * gst-libs/gst/rtp/gstbasertppayload.h:
7425         Improve caps negotiation so that downstream elements can confiure
7426         certain RTP properties by fixing them on the caps. See #465146.
7427         Add docs.
7428
7429 2007-08-11  Tim-Philipp Müller  <tim at centricular dot net>
7430
7431         * docs/libs/gst-plugins-base-libs-sections.txt:
7432         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7433         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7434           Mark as deprecated some macros which were presumably meant to be
7435           private API and accidentally exposed in the public header file.
7436           Also actually _init() lock (only works at the moment because the
7437           struct is zeroed out when created and the initial values in the
7438           mutex struct are zeroes too). (#459585)
7439
7440 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
7441
7442         * docs/libs/Makefile.am:
7443           Remove cruft and do some cleanups.
7444
7445         * docs/libs/gst-plugins-base-libs-docs.sgml:
7446           Prepare for comming gtkdoc features (rebase against online docs).
7447
7448 2007-08-10  Michael Smith <msmith@fluendo.com>
7449
7450         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7451           Debug output fixes.
7452         * tests/check/elements/audiorate.c: (do_perfect_stream_test),
7453         (GST_START_TEST):
7454           Change the number of buffers used; 500 is too many and leads to
7455           timeouts.
7456
7457 2007-08-10  Tim-Philipp Müller  <tim at centricular dot net>
7458
7459         * gst/playback/gstqueue2.c:
7460         * gst/videorate/gstvideorate.c:
7461           Printf format fixes (#465028).
7462
7463 2007-08-09  Michael Smith <msmith@fluendo.com>
7464
7465         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7466           If we have a large (> 1 second) discontinuity, push a series of
7467           smaller buffers rather than a single very large buffer. Avoids
7468           unreasonably large single buffer allocations when encountering a
7469           large gap.
7470         * tests/check/elements/audiorate.c: (GST_START_TEST),
7471         (audiorate_suite):
7472           Add a test for this.
7473
7474 2007-08-09  Jan Schmidt  <thaytan@mad.scientist.com>
7475
7476         * gst/playback/gstplaybasebin.c: (group_commit),
7477         (queue_remove_probe), (queue_threshold_reached):
7478
7479         Patch by: Josep Torra Valles <josep@fluendo.com>
7480         Fixes: #465015
7481         Make sure we remove the check_queues buffer probe from the 
7482         correct queue to avoid racily going back to "buffering 99%" when
7483         buffering is actually complete.
7484
7485         Also, fix the spelling of Josep's surname in the ChangeLog.
7486
7487 2007-08-09  Stefan Kost  <ensonic@users.sf.net>
7488
7489         * ext/ogg/gstoggmux.c:
7490           Do not leak oggmux instance.
7491         
7492         * ext/vorbis/vorbisenc.c:
7493           Also log values.
7494
7495 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7496
7497         * po/hu.po:
7498         * po/it.po:
7499         * po/nl.po:
7500         * po/uk.po:
7501         * po/vi.po:
7502           Updated translations.
7503
7504 2007-08-08  Stefan Kost  <ensonic@users.sf.net>
7505
7506         patch by: Yang Hong <hongyang@redflag-linux.com>
7507
7508         * ext/pango/gsttextoverlay.c:
7509         * ext/pango/gsttextoverlay.h:
7510           Add 'silent' property to GstTimeOverlay. Fixes #462979
7511
7512 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
7513
7514         Patch by: Josep Torra Valles <josep@fluendo.com>
7515
7516         * docs/plugins/gst-plugins-base-plugins.args:
7517         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
7518         (gst_uri_decode_bin_init), (gst_uri_decode_bin_set_property),
7519         (gst_uri_decode_bin_get_property), (gen_source_element):
7520         Add connection-speed property. Fixes #464690.
7521
7522 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
7523
7524         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
7525
7526         * configure.ac:
7527         * gst-libs/gst/rtsp/Makefile.am:
7528         * gst-libs/gst/rtsp/gstrtspconnection.c:
7529         (gst_rtsp_connection_connect):
7530         Fix compilation on windows. Fixes #464320.
7531
7532 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
7533
7534         Patch by: Josep Torra Valles <josep@fluendo.com>
7535
7536         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7537         (gst_play_base_bin_init), (queue_threshold_reached),
7538         (gen_source_element), (setup_substreams),
7539         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
7540         (gst_play_base_bin_get_streaminfo_value_array):
7541         * gst/playback/gstplaybasebin.h:
7542         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7543         (gst_play_bin_set_property), (gst_play_bin_get_property),
7544         (gst_play_bin_handle_redirect_message):
7545         Move connection-speed property from playbin to playbasebin so that we
7546         can also configure it in source elements that have the connection-speed
7547         property. Fixes #464028.
7548         Add some debug info here and there.
7549
7550 2007-08-06  Sebastian Dröge  <slomo@circular-chaos.org>
7551
7552         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
7553         Properly respond to conversion queries. Fixes #464079.
7554
7555 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
7556
7557         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init),
7558         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
7559         (gst_audio_test_src_init_sine_table),
7560         (gst_audio_test_src_change_wave), (gst_audio_test_src_create):
7561         * gst/audiotestsrc/gstaudiotestsrc.h:
7562         Add float/double and int32 support to audiotestsrc. Fixes #460422.
7563         Also set the default volume to the default value specified in the
7564         GParamSpec.
7565
7566 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
7567
7568         Patch by: Jens Granseuer <jensgr at gmx dot net>
7569
7570         * gst/audioconvert/gstaudioquantize.c:
7571         Fix C89 incompatibilities and spelling of explanations. Fixes #463215.
7572
7573 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
7574
7575         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_parse):
7576         Add rdt manager for rdt transport.
7577         Fix parsing of RDT transport.
7578
7579 2007-08-03  Jan Schmidt  <thaytan@mad.scientist.com>
7580
7581         * configure.ac:
7582         Back to CVS
7583
7584 === release 0.10.14 ===
7585
7586 2007-08-03  Jan Schmidt <thaytan@mad.scientist.com>
7587
7588         * configure.ac:
7589           releasing 0.10.14, "Light Years Ahead"
7590
7591 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7592
7593         * tests/check/libs/audio.c: (GST_START_TEST):
7594         Fix the test to reflect the behaviour of gst_audio_clip_buffer.
7595
7596 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7597
7598         * gst-libs/gst/audio/audio.c:
7599         When clipping a buffer with no timestamp, assume it is
7600         within the segment without warnings.
7601
7602         Fixes: #460978
7603
7604 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7605
7606         * gst-libs/gst/rtsp/gstrtspextension.c: (gst_rtsp_extension_send):
7607         Fire the signal on the object, not the interface.
7608
7609 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7610
7611         * gst-libs/gst/rtsp/.cvsignore:
7612         Ber. Don't include the full path, idiot.
7613
7614 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7615
7616         * gst-libs/gst/rtsp/.cvsignore:
7617         Ignore generated files.
7618
7619 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7620
7621         * gst-libs/gst/interfaces/Makefile.am:
7622         * gst-libs/gst/interfaces/interfaces-marshal.list:
7623         * gst-libs/gst/interfaces/rtspextension.c:
7624         * gst-libs/gst/interfaces/rtspextension.h:
7625         * gst-libs/gst/rtsp/Makefile.am:
7626         * gst-libs/gst/rtsp/gstrtsp.h:
7627         * gst-libs/gst/rtsp/gstrtspextension.c:
7628         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
7629         (gst_rtsp_extension_detect_server),
7630         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
7631         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
7632         (gst_rtsp_extension_configure_stream),
7633         (gst_rtsp_extension_get_transports),
7634         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7635         * gst-libs/gst/rtsp/gstrtspextension.h:
7636         * gst-libs/gst/rtsp/rtsp-marshal.list:
7637         Move the rtspextension.h interface into gstrtspextension.h
7638         as part of libgstrtsp instead of libgstinterfaces, because it's
7639         only for use within plugins, not applications. 
7640         Add stuff to do the enum & marshal generation needed in libgstrtsp now.
7641         Use the GST_TYPE_RTSP_RESULT enum type for the return value of the 
7642         signal that the GstRTSPExtension interface emits, since G_TYPE_ENUM
7643         is abstract.
7644
7645 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7646
7647         * gst-libs/gst/interfaces/Makefile.am:
7648         * gst-libs/gst/interfaces/interfaces-marshal.list:
7649         * gst-libs/gst/interfaces/rtspextension.c:
7650         (gst_rtsp_extension_iface_init),
7651         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7652         * gst-libs/gst/interfaces/rtspextension.h:
7653         Fix marshaller for the send signal.
7654         Add URL to stream selection interface method.
7655
7656 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7657
7658         * gst-libs/gst/riff/Makefile.am:
7659         Pull in our dependencies from -base before those from outside.
7660
7661 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7662
7663         * docs/libs/gst-plugins-base-libs-sections.txt:
7664         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_decode_ip):
7665         * gst-libs/gst/rtsp/gstrtspbase64.h:
7666         API: gst_rtsp_base64_decode_ip()
7667         Added function to decode Base64 in-place.
7668
7669 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7670
7671         * tests/check/libs/.cvsignore:
7672         Ignore the mixer test binary.
7673
7674 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7675
7676         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
7677         Gratuitous comment change to trigger a rebuild on the buildbots.
7678
7679 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7680
7681         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_media_get_media),
7682         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
7683         (gst_sdp_media_get_proto), (gst_sdp_media_formats_len),
7684         (gst_sdp_media_get_format), (gst_sdp_media_get_information),
7685         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
7686         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_badwidth),
7687         (gst_sdp_media_get_key), (gst_sdp_media_attributes_len),
7688         (gst_sdp_media_get_attribute), (gst_sdp_media_get_attribute_val_n),
7689         (gst_sdp_media_get_attribute_val):
7690         * gst-libs/gst/sdp/gstsdpmessage.h:
7691         Constify args where we can.
7692
7693 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7694
7695         * gst-libs/gst/interfaces/Makefile.am:
7696         * gst-libs/gst/interfaces/rtspextension.c:
7697         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
7698         (gst_rtsp_extension_detect_server),
7699         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
7700         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
7701         (gst_rtsp_extension_configure_stream),
7702         (gst_rtsp_extension_get_transports),
7703         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7704         * gst-libs/gst/interfaces/rtspextension.h:
7705         Move interface for RTSP extensions from -good to here.
7706         Added helper methods to invoke interface methods.
7707
7708 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7709
7710         * docs/libs/gst-plugins-base-libs-sections.txt:
7711         * gst-libs/gst/rtsp/gstrtspdefs.h:
7712         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
7713         (gst_rtsp_message_get_type), (gst_rtsp_message_parse_request),
7714         (gst_rtsp_message_init_response),
7715         (gst_rtsp_message_parse_response), (gst_rtsp_message_new_data),
7716         (gst_rtsp_message_parse_data), (gst_rtsp_message_add_header),
7717         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
7718         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
7719         (gst_rtsp_message_get_body), (dump_key_value):
7720         * gst-libs/gst/rtsp/gstrtspmessage.h:
7721         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7722         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7723         (gst_rtsp_range_parse):
7724         * gst-libs/gst/rtsp/gstrtsprange.h:
7725         * gst-libs/gst/rtsp/gstrtsptransport.c:
7726         * gst-libs/gst/rtsp/gstrtspurl.c:
7727         Fix some more RTSP docs.
7728         Add some missing methods for dealing with messages.
7729
7730 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7731
7732         * docs/libs/gst-plugins-base-libs-docs.sgml:
7733         * docs/libs/gst-plugins-base-libs-sections.txt:
7734         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
7735         * gst-libs/gst/rtsp/gstrtspbase64.h:
7736         * gst-libs/gst/rtsp/gstrtspconnection.c:
7737         (gst_rtsp_connection_connect), (add_auth_header),
7738         (gst_rtsp_connection_write), (gst_rtsp_connection_send),
7739         (read_body), (gst_rtsp_connection_receive),
7740         (gst_rtsp_connection_next_timeout),
7741         (gst_rtsp_connection_reset_timeout),
7742         (gst_rtsp_connection_set_auth):
7743         * gst-libs/gst/rtsp/gstrtspconnection.h:
7744         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
7745         * gst-libs/gst/rtsp/gstrtspdefs.h:
7746         * gst-libs/gst/rtsp/gstrtspmessage.h:
7747         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7748         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7749         (gst_rtsp_range_parse):
7750         * gst-libs/gst/rtsp/gstrtspurl.h:
7751         Added beginnings of RTSP documentation.
7752
7753 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7754
7755         * docs/libs/Makefile.am:
7756         * docs/libs/gst-plugins-base-libs-docs.sgml:
7757         * docs/libs/gst-plugins-base-libs-sections.txt:
7758         * gst-libs/gst/sdp/gstsdp.h:
7759         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_set_origin),
7760         (gst_sdp_message_set_connection), (gst_sdp_message_add_bandwidth),
7761         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
7762         (gst_sdp_message_set_key), (gst_sdp_message_get_attribute_val_n),
7763         (gst_sdp_message_get_attribute_val),
7764         (gst_sdp_message_add_attribute), (gst_sdp_media_new),
7765         (gst_sdp_media_init), (gst_sdp_media_uninit), (gst_sdp_media_free),
7766         (gst_sdp_media_get_media), (gst_sdp_media_set_media),
7767         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
7768         (gst_sdp_media_set_port_info), (gst_sdp_media_get_proto),
7769         (gst_sdp_media_set_proto), (gst_sdp_media_formats_len),
7770         (gst_sdp_media_get_format), (gst_sdp_media_add_format),
7771         (gst_sdp_media_get_information), (gst_sdp_media_set_information),
7772         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
7773         (gst_sdp_media_add_connection), (gst_sdp_media_bandwidths_len),
7774         (gst_sdp_media_get_badwidth), (gst_sdp_media_add_bandwidth),
7775         (gst_sdp_media_set_key), (gst_sdp_media_get_key),
7776         (gst_sdp_media_attributes_len), (gst_sdp_media_add_attribute),
7777         (gst_sdp_media_get_attribute_val_n),
7778         (gst_sdp_media_get_attribute_val), (gst_sdp_message_parse_buffer),
7779         (print_media), (gst_sdp_message_dump):
7780         * gst-libs/gst/sdp/gstsdpmessage.h:
7781         Document the SDP library.
7782         Add some of the missing SDPMedia methods.
7783
7784 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7785
7786         * configure.ac:
7787         * gst-libs/gst/Makefile.am:
7788         * gst-libs/gst/rtsp/Makefile.am:
7789         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
7790         * gst-libs/gst/rtsp/gstrtspbase64.h:
7791         * gst-libs/gst/rtsp/gstrtspconnection.c: (inet_aton),
7792         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
7793         (add_auth_header), (add_date_header), (gst_rtsp_connection_write),
7794         (gst_rtsp_connection_send), (read_line), (read_string), (read_key),
7795         (parse_response_status), (parse_request_line), (parse_line),
7796         (gst_rtsp_connection_read), (read_body),
7797         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
7798         (gst_rtsp_connection_free), (gst_rtsp_connection_next_timeout),
7799         (gst_rtsp_connection_reset_timeout), (gst_rtsp_connection_flush),
7800         (gst_rtsp_connection_set_auth):
7801         * gst-libs/gst/rtsp/gstrtspconnection.h:
7802         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status),
7803         (gst_rtsp_strresult), (gst_rtsp_method_as_text),
7804         (gst_rtsp_version_as_text), (gst_rtsp_header_as_text),
7805         (gst_rtsp_status_as_text), (gst_rtsp_find_header_field),
7806         (gst_rtsp_find_method):
7807         * gst-libs/gst/rtsp/gstrtspdefs.h:
7808         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
7809         (gst_rtsp_message_new), (gst_rtsp_message_init),
7810         (gst_rtsp_message_new_request), (gst_rtsp_message_init_request),
7811         (gst_rtsp_message_new_response), (gst_rtsp_message_init_response),
7812         (gst_rtsp_message_init_data), (gst_rtsp_message_unset),
7813         (gst_rtsp_message_free), (gst_rtsp_message_add_header),
7814         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
7815         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
7816         (gst_rtsp_message_take_body), (gst_rtsp_message_get_body),
7817         (gst_rtsp_message_steal_body), (dump_mem), (dump_key_value),
7818         (gst_rtsp_message_dump):
7819         * gst-libs/gst/rtsp/gstrtspmessage.h:
7820         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7821         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7822         (gst_rtsp_range_parse), (gst_rtsp_range_free):
7823         * gst-libs/gst/rtsp/gstrtsprange.h:
7824         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_new),
7825         (gst_rtsp_transport_init), (gst_rtsp_transport_get_mime),
7826         (gst_rtsp_transport_get_manager), (parse_mode), (parse_range),
7827         (range_as_text), (rtsp_transport_mode_as_text),
7828         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
7829         (gst_rtsp_transport_parse), (gst_rtsp_transport_as_text),
7830         (gst_rtsp_transport_free):
7831         * gst-libs/gst/rtsp/gstrtsptransport.h:
7832         * gst-libs/gst/rtsp/gstrtspurl.c: (gst_rtsp_url_parse),
7833         (gst_rtsp_url_free), (gst_rtsp_url_set_port),
7834         (gst_rtsp_url_get_port), (gst_rtsp_url_get_request_uri):
7835         * gst-libs/gst/rtsp/gstrtspurl.h:
7836         * gst-libs/gst/sdp/Makefile.am:
7837         * gst-libs/gst/sdp/gstsdp.h:
7838         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_origin_init),
7839         (gst_sdp_connection_init), (gst_sdp_bandwidth_init),
7840         (gst_sdp_time_init), (gst_sdp_zone_init), (gst_sdp_key_init),
7841         (gst_sdp_attribute_init), (gst_sdp_message_new),
7842         (gst_sdp_message_init), (gst_sdp_message_uninit),
7843         (gst_sdp_message_free), (gst_sdp_media_new), (gst_sdp_media_init),
7844         (gst_sdp_media_uninit), (gst_sdp_media_free),
7845         (gst_sdp_message_set_origin), (gst_sdp_message_get_origin),
7846         (gst_sdp_message_set_connection), (gst_sdp_message_get_connection),
7847         (gst_sdp_message_add_bandwidth), (gst_sdp_message_add_time),
7848         (gst_sdp_message_add_zone), (gst_sdp_message_set_key),
7849         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
7850         (gst_sdp_message_get_attribute_val),
7851         (gst_sdp_message_add_attribute), (gst_sdp_message_add_media),
7852         (gst_sdp_media_add_attribute), (gst_sdp_media_add_bandwidth),
7853         (gst_sdp_media_add_format), (gst_sdp_media_get_attribute),
7854         (gst_sdp_media_get_attribute_val_n),
7855         (gst_sdp_media_get_attribute_val), (gst_sdp_media_get_format),
7856         (read_string), (read_string_del), (gst_sdp_parse_line),
7857         (gst_sdp_message_parse_buffer), (print_media),
7858         (gst_sdp_message_dump):
7859         * gst-libs/gst/sdp/gstsdpmessage.h:
7860         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7861         Move SDP and RTSP from helper objects in -good to a reusable library.
7862         Use a proper gst_ namespace.
7863
7864 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
7865
7866         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
7867         (vorbis_dec_flush_decode):
7868         Use the new buffer clipping function from gstaudio here.
7869
7870 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
7871
7872         * docs/libs/gst-plugins-base-libs-sections.txt:
7873         * gst-libs/gst/audio/audio.c: (gst_audio_buffer_clip):
7874         * gst-libs/gst/audio/audio.h:
7875         * tests/check/libs/audio.c: (GST_START_TEST), (audio_suite):
7876         API: Add buffer clipping function for raw audio buffers. Fixes #456656.
7877         Also add deprecation guards for gst_audio_structure_set_int() to the
7878         header.
7879
7880 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
7881
7882         * docs/libs/gst-plugins-base-libs-sections.txt:
7883           Cleanup the docs.
7884
7885 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
7886
7887         Patch by: Dan Williams <dcbw at redhat dot com>
7888
7889         * gst/playback/gstplaybasebin.c:
7890         (gst_play_base_bin_get_streaminfo_value_array):
7891         Don't return NULL when querying the stream info value array but instead
7892         return an empty array. Fixes #459204.
7893
7894 2007-07-23  Tim-Philipp Müller  <tim at centricular dot net>
7895
7896         * gst/playback/gsturidecodebin.c:
7897           Init debug category before using it.
7898
7899 2007-07-21  Jan Schmidt  <thaytan@noraisin.net>
7900
7901         * gst-libs/gst/interfaces/mixer.h:
7902         Add padding vars in place of the signal pointers
7903         when building with DISABLE_DEPRECATED so that the
7904         interface structure doesn't change size.
7905
7906 2007-07-20  Jan Schmidt  <thaytan@noraisin.net>
7907
7908         * docs/libs/gst-plugins-base-libs-sections.txt:
7909         * ext/alsa/gstalsamixer.c:
7910         * ext/alsa/gstalsamixer.h:
7911         * ext/alsa/gstalsamixerelement.c:
7912         * ext/alsa/gstalsamixertrack.c:
7913         * gst-libs/gst/interfaces/mixer.c:
7914         * gst-libs/gst/interfaces/mixer.h:
7915         * gst-libs/gst/interfaces/mixeroptions.c:
7916         * gst-libs/gst/interfaces/mixeroptions.h:
7917         * gst-libs/gst/interfaces/mixertrack.c:
7918         * gst-libs/gst/interfaces/mixertrack.h:
7919         * tests/check/Makefile.am:
7920         * tests/check/libs/mixer.c:
7921
7922         Patch By: Marc-Andre Lureau <marcandre.lureau@gmail.com>
7923         Fixes: #152864 
7924
7925         Add support for notifying mixer changes on the message bus, and
7926         implement it in alsamixer.
7927
7928         API: gst_mixer_get_mixer_flags
7929         API: gst_mixer_message_parse_mute_toggled
7930         API: gst_mixer_message_parse_record_toggled
7931         API: gst_mixer_message_parse_volume_changed
7932         API: gst_mixer_message_parse_option_changed
7933         API: GstMixerMessageType
7934         API: GstMixerFlags
7935
7936 2007-07-20  Michael Smith <msmith@fluendo.com>
7937
7938         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7939         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps):
7940           xcontext->im_format is only for testing XShm support (as the header
7941           file comments document). Use xvimage->im_format for everything else.
7942           Avoids spurious warnings on buffer allocation before setcaps.
7943
7944 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
7945
7946         * tests/examples/volume/Makefile.am:
7947         * tests/icles/Makefile.am:
7948           We should use $(LIBM).
7949
7950 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
7951
7952         * tests/icles/Makefile.am:
7953           This needs -lm.
7954
7955 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
7956
7957         * gst-libs/gst/rtp/gstbasertppayload.c:
7958         (gst_basertppayload_class_init), (gst_basertppayload_init),
7959         (gst_basertppayload_set_property),
7960         (gst_basertppayload_get_property):
7961         Don't break ABI, restore previous ranges. Keep the default random
7962         selection of timestamp and seqnum offset but as soon as the app sets a
7963         specific value, use that one.
7964
7965 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
7966
7967         Patch by: Bastien Nocera <hadess at hadess dot net>
7968
7969         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
7970         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
7971         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
7972         * sys/xvimage/xvimagesink.h:
7973         Add option to turn off double-buffering for debugging purposes.
7974         Fixes #437169.
7975
7976 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
7977
7978         Patch by: Jorn Baayen <jorn at openedhand dot com>
7979
7980         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
7981         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
7982         (gst_ximagesink_init), (gst_ximagesink_class_init):
7983         * sys/ximage/ximagesink.h:
7984         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
7985         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
7986         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
7987         * sys/xvimage/xvimagesink.h:
7988         add 'handle-expose' property. Useful for video widgets which may want to
7989         be in control of Expose behaviour. Fixes #380625
7990
7991 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
7992
7993         * gst-libs/gst/rtp/gstbasertppayload.c:
7994         (gst_basertppayload_class_init), (gst_basertppayload_init),
7995         (gst_basertppayload_event), (gst_basertppayload_push),
7996         (gst_basertppayload_set_property),
7997         (gst_basertppayload_get_property),
7998         (gst_basertppayload_change_state):
7999         * gst-libs/gst/rtp/gstbasertppayload.h:
8000         Fix ranges of rtp payloader properties so that the full range can be
8001         used in addition to -1 (random).
8002         Fix wrong seqnum reporting in caps.
8003         Fixes #420326.
8004
8005 2007-07-13  Wim Taymans  <wim.taymans@gmail.com>
8006
8007         * gst/videorate/gstvideorate.c: (gst_video_rate_init),
8008         (gst_video_rate_query):
8009         Use boilerplate.
8010         Add latency query, might not be perfect yet but already works a lot
8011         better. Fixes #442557.
8012
8013 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8014
8015         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8016         (gst_xvimagesink_setcaps):
8017         * sys/xvimage/xvimagesink.h:
8018         After a caps change, redraw our borders to avoid garbage left there
8019         when the image format changes to a smaller size, like 16:9 -> 4:3
8020         Also, hold the flow_lock a bit longer in the set_caps while we're
8021         fiddling with the xcontext.
8022
8023 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8024
8025         * Makefile.am:
8026         * configure.ac:
8027         * tests/Makefile.am:
8028         Remove bogus check for libcheck, since we check for
8029         gstreamer-check and it pulls in the required info from there, and we
8030         weren't actually _using_ the information for libcheck ourselves
8031         anyway.
8032
8033 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8034
8035         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8036         (gst_ffmpeg_caps_to_pixfmt):
8037         Fix the r_mask test for RGBA32 on little-endian.
8038         Fix a stupid typo that would have obviously broken 
8039         compilation on big-endian, if anyone was testing.
8040
8041 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
8042
8043         * gst/videotestsrc/videotestsrc.c: (paint_hline_AYUV),
8044         (paint_hline_str4):
8045         * gst/videotestsrc/videotestsrc.h:
8046         Add alpha to the color struct.
8047         Use a default alpha value of 255 instead of 128.
8048
8049 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
8050
8051         * gst/playback/gstplaybasebin.c: (no_more_pads_full),
8052         (setup_source):
8053         Clear the dynamic pads counter when starting a new uri. This makes
8054         reusing playbin work again.
8055         Fixes #454264.
8056
8057 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
8058
8059         * configure.ac:
8060           Use pkg-config to locate check.
8061
8062 2007-07-12  Tim-Philipp Müller  <tim at centricular dot net>
8063
8064         * configure.ac:
8065         * tests/check/elements/volume.c: (GST_START_TEST):
8066           Fix 'make check' build against core CVS.
8067
8068 2007-07-10  Stefan Kost  <ensonic@users.sf.net>
8069
8070         * gst-libs/gst/interfaces/propertyprobe.c:
8071         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8072         * gst-libs/gst/tag/gstvorbistag.c:
8073           Make gtk-doc happy.
8074
8075 2007-07-08  Tim-Philipp Müller  <tim at centricular dot net>
8076
8077         * gst-libs/gst/audio/gstbaseaudiosink.c:
8078         (gst_base_audio_sink_callback):
8079           Quick hack to make audiosinks stop at EOS when operating in
8080           pull-mode; needs to be fixed properly some day.
8081
8082 2007-07-06  Stefan Kost  <ensonic@users.sf.net>
8083
8084         * docs/libs/gst-plugins-base-libs-sections.txt:
8085           Fix location of includes in the docs.
8086
8087 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
8088
8089         * gst/ffmpegcolorspace/avcodec.h:
8090         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8091         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
8092         (gst_ffmpegcsp_avpicture_fill):
8093         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
8094         (img_get_alpha_info):
8095         Add 2 new pixel formats - ABGR32 and ARGB32, which are reflections
8096         of the existing BGRA32 and RGBA32 formats with the alpha at the other
8097         end of the word. Partially fixes #451908
8098
8099 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
8100
8101         * docs/libs/Makefile.am:
8102         * docs/plugins/Makefile.am:
8103           Simplify --extra-dir as gtkdoc scans recursively.
8104
8105 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
8106
8107         * gst/adder/gstadder.c: (gst_adder_sink_getcaps),
8108         (gst_adder_request_new_pad):
8109         Make getcaps more robust by not using the proxycaps function. This makes
8110         sure that we don't end up recursively calling getcaps upstream.
8111         See #316248.
8112
8113 2007-06-29  Wim Taymans  <wim.taymans@gmail.com>
8114
8115         * gst/audioconvert/audioconvert.c:
8116         Include math.h to fix compilation.
8117
8118 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
8119
8120         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8121         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
8122         Add a mapping for YUV format "IYU1", which is a 4:1:1 packed pixel
8123         format, as produced by some dc1394 cameras like the iSight.
8124         See http://www.fourcc.org/yuv.php#IYU1
8125
8126 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
8127
8128         * gst/audioconvert/Makefile.am:
8129         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
8130         (check_default), (audio_convert_prepare_context),
8131         (audio_convert_clean_context), (audio_convert_convert):
8132         * gst/audioconvert/audioconvert.h:
8133         * gst/audioconvert/gstaudioconvert.c:
8134         (gst_audio_convert_dithering_get_type),
8135         (gst_audio_convert_ns_get_type), (gst_audio_convert_class_init),
8136         (gst_audio_convert_init), (gst_audio_convert_set_caps),
8137         (gst_audio_convert_set_property), (gst_audio_convert_get_property):
8138         * gst/audioconvert/gstaudioconvert.h:
8139         * gst/audioconvert/gstaudioquantize.c:
8140         (gst_audio_quantize_setup_noise_shaping),
8141         (gst_audio_quantize_free_noise_shaping),
8142         (gst_audio_quantize_setup_dither),
8143         (gst_audio_quantize_free_dither),
8144         (gst_audio_quantize_setup_quantize_func),
8145         (gst_audio_quantize_setup), (gst_audio_quantize_free):
8146         * gst/audioconvert/gstaudioquantize.h:
8147         Implement dithering and noise shaping in audioconvert. By default now
8148         TPDF dithering (and no noise shaping) will be used when converting
8149         from a higher bit depth to 20 bit depth or smaller, otherwise
8150         everything will be as it is now.
8151         For the last audioconvert in a pipeline it would make sense to
8152         use some kind of noise shaping, enabling it by default for all
8153         conversions would give undesired results though. Fixes #360246.
8154         * tests/check/elements/audioconvert.c: (setup_audioconvert),
8155         (GST_START_TEST):
8156         Adjust unit test for the new audioconvert.
8157
8158 2007-06-28  Wim Taymans  <wim@fluendo.com>
8159
8160         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering):
8161         Use other metrics as well when estimating the buffer level.
8162
8163 2007-06-28  Wim Taymans  <wim@fluendo.com>
8164
8165         * gst/playback/gstplaybasebin.c: (make_decoder), (setup_source):
8166         Small debug improvement.
8167
8168         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering),
8169         (plugin_init):
8170         Tweak the rate estimation period.
8171         When calculating the buffer filledness in rate estimation mode, don't
8172         mix it with other metrics.
8173
8174 2007-06-28  Wim Taymans  <wim@fluendo.com>
8175
8176         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
8177         (gst_decode_group_expose), (gst_decode_group_free), (add_fakesink):
8178         When creating the groups, allow for a 5 second, unlimited buffers
8179         preroll phase after which we expose the group.
8180         When the group is exposed, use a small number of buffers up to a 2
8181         second limit. Also disconnect the overrun signal from multiqueue when we
8182         exposed the group because it is not needed anymore.
8183
8184 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
8185
8186         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
8187           Don't pass trailing zeroes in fixed-size string arrays in ID3v1 tags
8188           to utf8-validate; fixes recognition of ID3v1 tags in UTF-8 encoding
8189           (#451707); also, output some debugging info when dealing with
8190           freeform strings.
8191
8192         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite):
8193           Add unit test for the above.
8194
8195 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
8196
8197         * gst-libs/gst/pbutils/descriptions.c: (caps_are_rtp_caps):
8198           Add description for Windows Media RTP caps.
8199
8200         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
8201           Remove RTP fields that don't define the format from caps.
8202
8203 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
8204
8205         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
8206           Skip empty buffers, but not empty header buffers. That way the original
8207           vorbisdec unit test still passes (#451145); also, take into account
8208           that those empty packets might carry a granulepos.
8209
8210         * tests/check/Makefile.am:
8211         * tests/check/elements/vorbisdec.c:
8212         (_create_codebook_header_buffer), (_create_audio_buffer),
8213         (GST_START_TEST), (vorbisdec_suite):
8214           Add unit test that sends an empty packet.
8215
8216 2007-06-27  Wim Taymans  <wim@fluendo.com>
8217
8218         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
8219         Don't error out on 0-sized packets, just emit a warning because this is
8220         not a fatal error. Fixes #451145.
8221
8222 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
8223
8224         * docs/plugins/gst-plugins-base-plugins.args:
8225         * docs/plugins/gst-plugins-base-plugins.signals:
8226         * docs/plugins/inspect/plugin-adder.xml:
8227         * docs/plugins/inspect/plugin-alsa.xml:
8228         * docs/plugins/inspect/plugin-audioconvert.xml:
8229         * docs/plugins/inspect/plugin-audiorate.xml:
8230         * docs/plugins/inspect/plugin-audioresample.xml:
8231         * docs/plugins/inspect/plugin-audiotestsrc.xml:
8232         * docs/plugins/inspect/plugin-cdparanoia.xml:
8233         * docs/plugins/inspect/plugin-decodebin.xml:
8234         * docs/plugins/inspect/plugin-decodebin2.xml:
8235         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
8236         * docs/plugins/inspect/plugin-gdp.xml:
8237         * docs/plugins/inspect/plugin-gnomevfs.xml:
8238         * docs/plugins/inspect/plugin-libvisual.xml:
8239         * docs/plugins/inspect/plugin-ogg.xml:
8240         * docs/plugins/inspect/plugin-pango.xml:
8241         * docs/plugins/inspect/plugin-playbin.xml:
8242         * docs/plugins/inspect/plugin-subparse.xml:
8243         * docs/plugins/inspect/plugin-tcp.xml:
8244         * docs/plugins/inspect/plugin-theora.xml:
8245         * docs/plugins/inspect/plugin-typefindfunctions.xml:
8246         * docs/plugins/inspect/plugin-video4linux.xml:
8247         * docs/plugins/inspect/plugin-videorate.xml:
8248         * docs/plugins/inspect/plugin-videoscale.xml:
8249         * docs/plugins/inspect/plugin-videotestsrc.xml:
8250         * docs/plugins/inspect/plugin-volume.xml:
8251         * docs/plugins/inspect/plugin-vorbis.xml:
8252         * docs/plugins/inspect/plugin-ximagesink.xml:
8253         * docs/plugins/inspect/plugin-xvimagesink.xml:
8254           Update docs with caps info.
8255
8256 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
8257
8258         * po/POTFILES.in:
8259           Add more files with translatable strings (#450875).
8260
8261 2007-06-23  Edward Hervey  <edward@fluendo.com>
8262
8263         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_find_chains):
8264         The chain should be freed if we error out here, else it will leak.
8265         * gst/playback/gstdecodebin.c: (disconnect_unlinked_signals),
8266         (cleanup_decodebin):
8267         Don't forget to *properly* remove the signals, else it will leak.
8268
8269 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
8270
8271         * MAINTAINERS:
8272         Updating all the maintainers files
8273
8274 2007-06-21  Stefan Kost  <ensonic@users.sf.net>
8275
8276         * tests/examples/seek/seek.c: (update_scale), (play_cb), (stop_cb),
8277         (main):
8278           Destroy and recreate parse-launch based pipeline after stop to be able
8279           to play again. Reorder some code and add more comments.
8280
8281 2007-06-20  Jan Schmidt  <thaytan@mad.scientist.com>
8282
8283         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
8284         When handling a delayed-caps notification case, mark
8285         the group as dynamic so that the nbdynamic count is
8286         incremented and decremented correctly. Fixes: #449156
8287         Patch by: Wim Taymans <wim@fluendo.com>
8288
8289 2007-06-19  Andy Wingo  <wingo@pobox.com>
8290
8291         * gst-libs/gst/audio/gstbaseaudiosink.c
8292         (gst_base_audio_sink_init): Enable pull-mode operation.
8293
8294 2007-06-19  Michael Smith <msmith@fluendo.com>
8295
8296         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8297           Change minimum rate back to 1000 to allow low-sample-rate wav files
8298           to play back.
8299
8300 2007-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
8301
8302         * po/vi.po:
8303           Update translations.
8304
8305 2007-06-15  David Schleef  <ds@schleef.org>
8306
8307         * gst/playback/gstqueue2.c:
8308           Fix compile error from ignored return value.
8309
8310 2007-06-15  Michael Smith <msmith@fluendo.com>
8311
8312         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
8313           Update tmpbuf for all neccesary rows, not just one, as is required
8314           when downscaling.
8315           Fixes #402076.
8316
8317 2007-06-15  Michael Smith <msmith@fluendo.com>
8318
8319         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (is_video),
8320         (eos_buffer_probe):
8321           Add a test that ensures we set DELTA_UNIT on all non-header,
8322           non-video buffers, if we have a video stream.
8323         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
8324         (gst_ogg_mux_process_best_pad):
8325           Move setting delta_pad to earlier, where we inspect all pads, so
8326           that leading audio pages don't get DELTA_UNIT unset if they come
8327           before the first DELTA_UNIT from video pages. Fixes the newly-added
8328           test. Fixes #385527.
8329
8330 2007-06-14  Tim-Philipp Müller  <tim at centricular dot net>
8331
8332         * tests/check/pipelines/streamheader.c: (streamheader_suite):
8333           Disable test_multifdsink_gdp_vorbisenc() on ppc64 since it
8334           fails on the p5-ppc64 build bot and the failure looks like it is due
8335           to the same issue as #348114, ie. a compiler bug.
8336
8337 2007-06-13  Edward Hervey  <edward@fluendo.com>
8338
8339         * gst/playback/gstqueue2.c: (gst_queue_create_read):
8340         Fix build on MacOSX.
8341
8342 2007-06-13  Wim Taymans  <wim@fluendo.com>
8343
8344         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8345         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain):
8346         Fix compilation on mingw. Fixes #446972.
8347
8348 2007-06-12  Wim Taymans  <wim@fluendo.com>
8349
8350         Patches by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8351
8352         * gst/playback/gstqueue2.c: (update_buffering),
8353         (gst_queue_locked_enqueue):
8354         Fix a division by zero when the max percent is <= 0. Fixes #446572.
8355         also update the buffering status when receiving events. Fixes #446551.
8356
8357 2007-06-11  Wim Taymans  <wim@fluendo.com>
8358
8359         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8360
8361         * gst/playback/gstqueue2.c: (gst_queue_peer_query),
8362         (gst_queue_handle_src_query):
8363         Wait for preroll before attempting to forward a duration query upstream.
8364         Fixes #445505.
8365
8366 2007-06-07  Sebastien Moutte  <sebastien@moutte.net>
8367
8368         * gst-libs/gst/rtp/gstbasertpdepayload.c: 
8369         (gst_base_rtp_depayload_set_gst_timestamp):
8370         Use G_GINT64_CONSTANT macro for int64 constant.
8371         * win32/common/libgstinterfaces.def:
8372         * win32/common/libgsttag.def:
8373         Add new exported functions.
8374
8375 2007-06-07  Tim-Philipp Müller  <tim at centricular dot net>
8376
8377         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
8378           The BOS page of the first Dirac video stream needs to come before
8379           the BOS page of any Vorbis streams or other audio streams, just like
8380           it is with Theora.
8381
8382 2007-06-07  Wim Taymans  <wim@fluendo.com>
8383
8384         * gst/playback/gstqueue2.c: (gst_queue_get_range):
8385         Fix compilation.
8386
8387 2007-06-06  Wim Taymans  <wim@fluendo.com>
8388
8389         Patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8390
8391         * gst/playback/gstqueue2.c: (gst_queue_init),
8392         (gst_queue_handle_sink_event), (gst_queue_chain),
8393         (gst_queue_get_range), (gst_queue_src_checkgetrange_function),
8394         (gst_queue_sink_activate_push), (gst_queue_src_activate_push),
8395         (gst_queue_src_activate_pull):
8396         Add pull based scheduling and fix some deadlocks. Fixes #444523.
8397         Does not yet completely work because duration queries upstream won't
8398         block yet.
8399
8400 2007-06-06  Wim Taymans  <wim@fluendo.com>
8401
8402         * configure.ac:
8403         * gst/playback/gstqueue2.c: (gst_queue_create_read):
8404         Some more fseeko checks.
8405
8406 2007-06-06  Wim Taymans  <wim@fluendo.com>
8407
8408         * configure.ac:
8409         check for large file support.
8410
8411 2007-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
8412
8413         Based on a patch by Sven Arvidsson <sa at whiz dot se>:
8414
8415         * gst/subparse/gstsubparse.c: (parse_subrip),
8416         (subviewer_unescape_newlines), (parse_subviewer),
8417         (gst_sub_parse_data_format_autodetect),
8418         (gst_sub_parse_format_autodetect), (gst_subparse_type_find):
8419         * gst/subparse/gstsubparse.h:
8420         Add support for SubViewer version 1 and 2 subtitles. Fixes #394061.
8421         * tests/check/elements/subparse.c: (GST_START_TEST),
8422         (subparse_suite):
8423         Add a unit test for both SubViewer formats.
8424
8425 2007-06-01  Michael Smith <msmith@fluendo.com>
8426
8427         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
8428           Don't overflow intermediate values when seeking to large time values
8429           in audiotestsrc.
8430
8431 2007-06-05  Wim Taymans  <wim@fluendo.com>
8432
8433         * gst/playback/gstqueue2.c: (gst_queue_have_data),
8434         (gst_queue_create_read), (gst_queue_read_item_from_file),
8435         (gst_queue_open_temp_location_file), (gst_queue_locked_enqueue):
8436         Include stdio to define fseeko.
8437
8438 2007-06-05  Wim Taymans  <wim@fluendo.com>
8439
8440         Patch by: Edward Hervey  <edward@fluendo.com>
8441
8442         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
8443         (gst_v4lsrc_query):
8444         Make v4lsrc output segments in GST_FORMAT_TIME. Fixes #442553.
8445
8446 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
8447
8448         * gst-libs/gst/riff/Makefile.am:
8449         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_info):
8450           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
8451           our own implementation.
8452
8453 2007-06-05  Wim Taymans  <wim@fluendo.com>
8454
8455         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8456         (gst_base_rtp_depayload_setcaps),
8457         (gst_base_rtp_depayload_set_gst_timestamp),
8458         (gst_base_rtp_depayload_change_state):
8459         Handle timestamp wraparound.
8460
8461 2007-06-05  Wim Taymans  <wim@fluendo.com>
8462
8463         * gst/playback/gsturidecodebin.c: (no_more_pads_full),
8464         (new_decoded_pad), (remove_pads), (make_decoder), (setup_source),
8465         (gst_uri_decode_bin_change_state):
8466         Make sure we name srcpads uniquely even when using different internal
8467         decodebins.
8468         Signal no-more-pads when no more dynamic elements exist.
8469         Remove pads on cleanup.
8470
8471 2007-06-05  Wim Taymans  <wim@fluendo.com>
8472
8473         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8474
8475         * gst/playback/gstqueue2.c: (gst_queue_class_init),
8476         (gst_queue_init), (gst_queue_finalize),
8477         (gst_queue_write_buffer_to_file), (gst_queue_have_data),
8478         (gst_queue_create_read), (gst_queue_read_item_from_file),
8479         (gst_queue_open_temp_location_file),
8480         (gst_queue_close_temp_location_file), (gst_queue_locked_flush),
8481         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8482         (gst_queue_is_empty), (gst_queue_is_filled),
8483         (gst_queue_change_state), (gst_queue_set_temp_location),
8484         (gst_queue_set_property):
8485         Add support for filebased buffering. Fixes #441264.
8486
8487 2007-06-05  Wim Taymans  <wim@fluendo.com>
8488
8489         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter),
8490         (analyze_new_pad), (connect_pad), (expose_pad), (caps_notify_cb),
8491         (caps_notify_group_cb), (gst_decode_group_new),
8492         (gst_decode_group_free):
8493         Add support for delayed caps fixation when autoplugging.
8494         Optimize cases where a multiqueue is not needed/wanted, like right after
8495         anything that is not a demuxer.
8496
8497 2007-06-05  Wim Taymans  <wim@fluendo.com>
8498
8499         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone),
8500         (gst_ogg_pad_submit_packet), (gst_ogg_demux_perform_seek),
8501         (gst_ogg_demux_read_chain), (gst_ogg_demux_collect_chain_info):
8502         consideratly speedup ogg chain detection by not trying to find a base
8503         timestamp for skeleton streams. 
8504
8505 2007-06-05  Wim Taymans  <wim@fluendo.com>
8506
8507         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
8508         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_add_full),
8509         (gst_multi_fd_sink_remove_flush),
8510         (gst_multi_fd_sink_remove_client_link),
8511         (gst_multi_fd_sink_handle_client_write),
8512         (gst_multi_fd_sink_handle_clients):
8513         * gst/tcp/gstmultifdsink.h:
8514         Add support for remove_flush.
8515
8516 2007-06-05  Wim Taymans  <wim@fluendo.com>
8517
8518         * docs/design/draft-keyframe-force.txt:
8519         * ext/theora/theoraenc.c: (theora_enc_sink_event),
8520         (theora_enc_chain):
8521         Add draft design for forcing keyframes in encoders and implement in
8522         theoraenc.
8523
8524 2007-06-05  Jan Schmidt  <thaytan@mad.scientist.com>
8525
8526         * configure.ac:
8527           Back to CVS
8528
8529 === release 0.10.13 ===
8530
8531 2007-06-05  Jan Schmidt <thaytan@mad.scientist.com>
8532
8533         * configure.ac:
8534           releasing 0.10.13, "What's Going on?"
8535
8536 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
8537
8538         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8539         In riff, the depth is stored in the size field but it just means that
8540         the least significant bits are cleared. We can therefore just play
8541         the sample as if it had a depth == width. Fixes: #440997
8542
8543         Patch by: Wim Taymans <wim@fluendo.com> 
8544         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
8545
8546 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
8547
8548         * gst-libs/gst/floatcast/floatcast.h:
8549         Define inline when needed on win32 builds. Fixes: #441295
8550         Patch by: Sebastien Moutte  <sebastien@moutte.net>
8551
8552 2007-05-29  Wim Taymans  <wim@fluendo.com>
8553
8554         * gst/playback/gstplaybasebin.c: (queue_overrun),
8555         (no_more_pads_full):
8556         Stop buffering when the group is commited because the queues filled up.
8557         Fixes #442024.
8558
8559 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
8560
8561         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
8562         (gst_alsa_mixer_free), (gst_alsa_mixer_update),
8563         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
8564         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
8565         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
8566         * ext/alsa/gstalsamixer.h:
8567         * ext/alsa/gstalsamixerelement.c:
8568         (gst_alsa_mixer_element_interface_supported),
8569         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
8570         (gst_alsa_mixer_element_set_property),
8571         (gst_alsa_mixer_element_get_property),
8572         (gst_alsa_mixer_element_change_state):
8573         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_update):
8574         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_volume_changed),
8575         (gst_mixer_option_changed):
8576         * gst-libs/gst/interfaces/mixer.h:
8577         Revert commits towards #152864 made so far. We'll pick it up again
8578         after the 0.10.13 release.
8579
8580 2007-05-24  Wim Taymans  <wim@fluendo.com>
8581
8582         * gst-libs/gst/audio/gstbaseaudiosink.c:
8583         (gst_base_audio_sink_render):
8584         After an interrupt (PAUSED/flush) assume that the next sample should not
8585         be aligned to the previous sample. Fixes #417992.
8586
8587 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
8588
8589         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8590           Don't add channels and rate fields to the template caps for
8591           audio/x-dts, as wavparse might not always be able to set them,
8592           which would then lead to 'caps are not a real subset of the
8593           template caps' warnings.
8594
8595 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
8596
8597         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
8598         Handle unknown or invalid pads without crashing, as might occur if
8599         a media file like an mp3 is specified as a subtitle file.
8600         Fixes: #410039
8601
8602 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
8603
8604         * gst/playback/gstplaybin.c: (add_sink), (dummy_blocked_cb),
8605         (setup_sinks):
8606         Block the subtitle bin output queue before ghosting it and linking,
8607         then unblock after. This avoids spurious not-linked errors caused 
8608         by the queue starting up (because it gets linked when it is ghosted). 
8609         Fixes: #350299
8610
8611 2007-05-23  Jan Schmidt  <thaytan@mad.scientist.com>
8612
8613         * tests/check/elements/playbin.c: (test_suburi_error_unknowntype):
8614         Use /dev/zero instead of /dev/urandom to produce an invalid subtitle
8615         file. Avoids flukes where the input gets typefound to some valid but
8616         useless type.
8617
8618 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8619
8620         * tests/check/Makefile.am:
8621         * tests/check/elements/.cvsignore:
8622         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink),
8623         (cleanup_gnomevfssink), (GST_START_TEST), (gnomevfssink_suite):
8624           Add unit test for gnomevfssink seeking and position reporting for
8625           file:// URIs.
8626
8627 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8628
8629         Patch by: Mark Nauwelaerts <manauw at skynet be>
8630
8631         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_init),
8632         (gst_gnome_vfs_sink_open_file), (gst_gnome_vfs_sink_handle_event),
8633         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render):
8634         * ext/gnomevfs/gstgnomevfssink.h:
8635           Fix position reporting, especially after a seek (from upstream),
8636           see #412648.
8637
8638 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8639
8640         * ext/cdparanoia/gstcdparanoiasrc.c:
8641           Repair umlaut.
8642
8643 2007-05-22  Jan Schmidt  <thaytan@mad.scientist.com>
8644
8645         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8646         Specify the full valid range for MP3 samplerates. Fixes a regression
8647         caused by extra header checks since the last release.
8648
8649 2007-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
8650
8651         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
8652         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
8653         Fix a locking-order bug I introduced with my changes the other day.
8654         Patch by Mike Smith.
8655
8656 2007-05-21  Michael Smith <msmith@fluendo.com>
8657
8658         * ext/theora/theoradec.c: (theora_handle_data_packet):
8659           Don't look inside 0-length packets (which indicate duplicated
8660           frames)
8661
8662 2007-05-21  Wim Taymans  <wim@fluendo.com>
8663
8664         * ext/cdparanoia/gstcdparanoiasrc.c:
8665         (gst_cd_paranoia_src_read_sector):
8666         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8667         (gst_base_audio_src_create):
8668         Small cleanups.
8669
8670         * ext/theora/theoradec.c: (theora_dec_sink_event):
8671         Fix typo.
8672
8673         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8674         (gst_base_rtp_depayload_set_gst_timestamp):
8675         Add some FIXME
8676
8677         * gst/playback/gstdecodebin.c: (queue_underrun_cb):
8678         And some debug info when a FIXME path is hit.
8679
8680 2007-05-21  Wim Taymans  <wim@fluendo.com>
8681
8682         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8683         (gst_base_rtp_audio_payload_class_init),
8684         (gst_base_rtp_audio_payload_init),
8685         (gst_base_rtp_audio_payload_finalize),
8686         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
8687         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
8688         (gst_base_rtp_payload_audio_handle_event):
8689         Some cleanups, remove minptime property as it is now in the parent
8690         class.
8691         Override parent class event function.
8692
8693         * gst-libs/gst/rtp/gstbasertppayload.c:
8694         (gst_basertppayload_class_init), (gst_basertppayload_init),
8695         (gst_basertppayload_event), (gst_basertppayload_set_property),
8696         (gst_basertppayload_get_property):
8697         * gst-libs/gst/rtp/gstbasertppayload.h:
8698         Add min-ptime property.
8699         Add handle-event vmethod. Fixes #415001.
8700
8701 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
8702
8703         * gst-libs/gst/audio/gstbaseaudiosink.c
8704           (gst_base_audio_sink_change_state):
8705           Fix typo in comment.
8706
8707         * gst/playback/gstdecodebin.c (gst_decode_bin_class_init,
8708           free_dynamics, pad_probe, close_pad_link, try_to_link_1,
8709           get_our_ghost_pad, remove_element_chain, queue_underrun_cb,
8710           close_link):
8711         * gst/playback/gstplaybin.c (gst_play_bin_set_property,
8712           gen_audio_element, remove_sinks, gst_play_bin_send_event_to_sink):
8713           Remove trailing whitespaces in comments.
8714
8715         * gst/volume/Makefile.am:
8716           Fix tabs.
8717
8718 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
8719
8720         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8721
8722         * gst-libs/gst/interfaces/mixer.h (mixer_type, option_changed,
8723           set_option, get_option, _gst_reserved):
8724           Revert reordering functions (keep ABI).
8725
8726 2007-05-17  Jan Schmidt  <thaytan@mad.scientist.com>
8727
8728         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
8729         (gst_ximagesink_xwindow_new), (gst_ximagesink_handle_xevents),
8730         (gst_ximagesink_show_frame):
8731         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8732         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_handle_xevents),
8733         (gst_xvimagesink_show_frame):
8734         When we create our own window, indicate that we handle the 
8735         WM_DELETE client message from the window manager, so that it won't 
8736         kill our window (and our app) along with it. Handle ClientMessage,
8737         post an error on the bus, and close the window. Further buffers
8738         arriving will result in a FlowError because the window has been
8739         destroyed.
8740
8741         Fixes: #393975
8742
8743         Clean up the X event handling loop and make them the same for
8744         both xvimagesink and ximagesink while I'm at it.
8745
8746 2007-05-17  Wim Taymans  <wim@fluendo.com>
8747
8748         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter):
8749         Make decodebin2 autoplug depayloaders too.
8750
8751         * gst/playback/gsturidecodebin.c: (source_new_pad):
8752         Set the newly created decoder in a usable state when autoplugging a
8753         dynamic source such as RTSP.
8754
8755 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
8756
8757         * gst/playback/gststreaminfo.c: (cb_probe):
8758           Ignore video-codec tag for audio streams and ignore audio-codec tags
8759           for video streams. Should make codec name collection a bit more
8760           robust against sloppy demuxers that send tag events containing both
8761           tags down each pad.
8762
8763 2007-05-17  Wim Taymans  <wim@fluendo.com>
8764
8765         * gst/playback/gstqueue2.c: (update_rates):
8766         Tweak the buffering thresholds a little.
8767         Update the buffer size with the previously calculate rate instead of
8768         only when we calculate a new rate so that we get smoother buffering
8769         updates.
8770
8771         * gst/playback/Makefile.am:
8772         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_base_init),
8773         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
8774         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
8775         (gst_uri_decode_bin_get_property), (unknown_type),
8776         (add_element_stream), (no_more_pads_full), (no_more_pads),
8777         (source_no_more_pads), (new_decoded_pad), (array_has_value),
8778         (gen_source_element), (has_all_raw_caps), (analyse_source),
8779         (remove_decoders), (make_decoder), (remove_source),
8780         (source_new_pad), (setup_source), (decoder_query_init),
8781         (decoder_query_duration_fold), (decoder_query_duration_done),
8782         (decoder_query_position_fold), (decoder_query_position_done),
8783         (decoder_query_latency_fold), (decoder_query_latency_done),
8784         (decoder_query_seeking_fold), (decoder_query_seeking_done),
8785         (decoder_query_generic_fold), (gst_uri_decode_bin_query),
8786         (gst_uri_decode_bin_change_state), (plugin_init):
8787         New element that intergrates a source, optional buffering element and
8788         decodebin.
8789
8790 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
8791
8792         * configure.ac:
8793           Bump libtheora requirement to 1.0alpha5 for the pixformat check
8794           (also has a .pc file, so we don't need the fallback check any
8795           longer). Fixes #438840.
8796
8797 2007-05-17  Wim Taymans  <wim@fluendo.com>
8798
8799         * gst/playback/gstqueue2.c: (gst_queue_get_type),
8800         (gst_queue_class_init), (gst_queue_finalize), (update_time_level),
8801         (apply_segment), (apply_buffer), (update_buffering),
8802         (reset_rate_timer), (update_rates), (gst_queue_locked_flush),
8803         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8804         (gst_queue_handle_sink_event), (gst_queue_is_filled),
8805         (gst_queue_chain), (gst_queue_push_one), (gst_queue_loop),
8806         (plugin_init):
8807         fix build.
8808
8809 2007-05-17  Wim Taymans  <wim@fluendo.com>
8810
8811         * gst/playback/Makefile.am:
8812         * gst/playback/gstqueue2.c: (gst_queue_get_type),
8813         (gst_queue_class_init), (gst_queue_init), (gst_queue_finalize),
8814         (gst_queue_getcaps), (gst_queue_bufferalloc),
8815         (gst_queue_acceptcaps), (update_time_level), (apply_segment),
8816         (apply_buffer), (update_buffering), (reset_rate_timer),
8817         (update_rates), (gst_queue_locked_flush),
8818         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8819         (gst_queue_handle_sink_event), (gst_queue_is_empty),
8820         (gst_queue_is_filled), (gst_queue_chain), (gst_queue_push_one),
8821         (gst_queue_loop), (gst_queue_handle_src_event),
8822         (gst_queue_handle_src_query), (gst_queue_sink_activate_push),
8823         (gst_queue_src_activate_push), (gst_queue_change_state),
8824         (gst_queue_set_property), (gst_queue_get_property), (plugin_init):
8825         On our way to playbin2 this is the new network queue that does buffering
8826         all by itself using high and low watermarks. It can also measure up and
8827         downstream bandwidth to optimally size the queue.
8828
8829 2007-05-17  Michael Smith <msmith@fluendo.com>
8830
8831         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
8832         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_do_seek):
8833           Use the segment->last_stop value to calculate the next timestamp to
8834           generate after a seek; not the segment->start value.
8835
8836 2007-05-15  David Schleef  <ds@schleef.org>
8837
8838         * docs/Makefile.am: Install docs even when --disable-gtk-doc
8839           is disabled.  This matches the behavior of gtk+.  Fixes #349099.
8840
8841 2007-05-15  Wim Taymans  <wim@fluendo.com>
8842
8843         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8844         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
8845         Some more chained streaming ogg timestamp fixes.
8846
8847 2007-05-15  Wim Taymans  <wim@fluendo.com>
8848
8849         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8850         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
8851         (gst_ogg_demux_handle_page):
8852         Add some FIXMEs.
8853         Fix chain start/stop segment handling based on patch by
8854         <ahalda at cs dot mcgill dot ca> see #320984.
8855
8856 2007-05-15  Michael Smith <msmith@fluendo.com>
8857
8858         * configure.ac:
8859           We don't require a C++ compiler. So don't require one.
8860
8861 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8862
8863         * ext/alsa/gstalsamixer.c (source, n_poll_fds, poll_fds,
8864           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
8865           gst_alsa_mixer_finalize, gst_alsa_mixer_handle_source_callback,
8866           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
8867           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_update_option,
8868           gst_alsa_mixer_update_track):
8869           Apply some of the cleanup Tim suggested in #152864 afterwards.
8870
8871 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8872
8873         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8874
8875         * ext/alsa/gstalsamixer.c (main_context, GstAlsaMixerWatch,
8876           _GstAlsaMixerWatch, source, n_poll_fds, poll_fds,
8877           gst_alsa_mixer_watch_funcs, gst_alsa_mixer_prepare,
8878           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
8879           gst_alsa_mixer_finalize, gst_alsa_mixer_find_master_mixer,
8880           gst_alsa_mixer_handle_source_callback,
8881           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
8882           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_free,
8883           gst_alsa_mixer_get_volume, gst_alsa_mixer_set_volume,
8884           gst_alsa_mixer_set_mute, gst_alsa_mixer_set_record,
8885           gst_alsa_mixer_get_option, gst_alsa_mixer_update_option,
8886           gst_alsa_mixer_update_track, _gst_alsa_mixer_set_interface):
8887         * ext/alsa/gstalsamixer.h (handle_source, interface, dir):
8888         * ext/alsa/gstalsamixerelement.c (gst_alsa_mixer_element_details,
8889           gst_alsa_mixer_element_interface_supported,
8890           gst_alsa_mixer_element_finalize, gst_alsa_mixer_element_init,
8891           gst_alsa_mixer_element_set_property,
8892           gst_alsa_mixer_element_get_property,
8893           gst_alsa_mixer_element_change_state):
8894         * ext/alsa/gstalsamixertrack.c (gst_alsa_mixer_track_update):
8895         * gst-libs/gst/interfaces/mixer.c (gst_mixer_volume_changed,
8896           gst_mixer_option_changed):
8897         * gst-libs/gst/interfaces/mixer.h (set_option, get_option,
8898           volume_changed, option_changed, _gst_reserved):
8899           Implement notification for alsamixer. Fixes #152864
8900
8901 2007-05-14  David Schleef  <ds@schleef.org>
8902
8903         * gst/videotestsrc/videotestsrc.c:
8904         * gst/videotestsrc/videotestsrc.h:
8905           Add support for video/x-raw-bayer.
8906
8907 2007-05-12  David Schleef  <ds@schleef.org>
8908
8909         * sys/xvimage/xvimagesink.c:
8910           Add some sanity checking for the XVImage size returned by X.
8911           Related to #377400.
8912
8913 2007-05-12  Wim Taymans  <wim@fluendo.com>
8914
8915         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8916         (gst_base_rtp_depayload_setcaps),
8917         (gst_base_rtp_depayload_set_gst_timestamp):
8918         Parse and use additional caps fields as described in updated
8919         application/x-rtp caps spec.
8920
8921 2007-05-12  Wim Taymans  <wim@fluendo.com>
8922
8923         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8924         (gst_ogg_demux_collect_chain_info):
8925         If there is a stream in a chain without any data packets, ignore the
8926         stream in the total length calculations. Might be related to #436820.
8927
8928 2007-05-11  Jan Schmidt  <thaytan@mad.scientist.com>
8929
8930         * gst/typefind/gsttypefindfunctions.c: (mpeg_sys_is_valid_pack),
8931         (mpeg_sys_is_valid_pes), (mpeg_sys_is_valid_sys),
8932         (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
8933         (mpeg_video_type_find), (mpeg_video_stream_type_find),
8934         (plugin_init):
8935
8936         Consolidate and re-work our mpeg system stream detection to probe
8937         more packets and produce a higher confidence result. Fixes a
8938         regression caused by lowering the typefind probability last year
8939         - related to bug #397810. Remove the redundant MPEG-1 specific 
8940         typefind function, as the new one detects both MPEG-1 & MPEG-2
8941         happily.
8942
8943         Also cleanup the MPEG elementary and MPEG-TS detection functions a
8944         little. 
8945
8946         Tested against my media test directory, with some improvements and
8947         no regressions.
8948
8949 2007-05-10  Wim Taymans  <wim@fluendo.com>
8950
8951         * gst/playback/gstplaybasebin.c: (fill_buffer), (check_queue),
8952         (queue_out_of_data):
8953         Connect to the new queue "pushing" signal instead of the broken
8954         "running" one.
8955
8956 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
8957
8958         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8959         (gst_base_rtp_audio_payload_handle_frame_based_buffer):
8960         Move variable declaration before the first instruction.
8961         * gst/videotestsrc/videotestsrc.c:
8962         Define M_PI if it's not defined yet.
8963         * win32/common/libgstrtp.def:
8964         Add new exported functions.
8965
8966 2007-05-09  Michael Smith <msmith@fluendo.com>
8967
8968         * ext/theora/theoradec.c: (theora_handle_type_packet):
8969           gst_pad_push_event() does not return a GstFlowReturn!
8970
8971 2007-05-09  Wim Taymans  <wim@fluendo.com>
8972
8973         * tests/examples/seek/scrubby.c: (stop_cb), (main):
8974         * tests/examples/seek/seek.c: (do_seek):
8975         Some small cosmetic changes.
8976
8977 2007-05-08  Stefan Kost  <ensonic@users.sf.net>
8978
8979         * gst/adder/gstadder.c (gst_adder_src_event, gst_adder_collected,
8980           gst_adder_change_state):
8981         * gst/adder/gstadder.h (bps, offset, collect_event, segment,
8982           segment_pending, segment_position, segment_rate):
8983           Handle playback-rate on adder.
8984
8985 2007-05-07  Michael Smith <msmith@fluendo.com>
8986
8987         * ext/theora/gsttheoradec.h:
8988         * ext/theora/theoradec.c: (gst_theora_dec_reset),
8989         (theora_dec_sink_event), (theora_handle_comment_packet),
8990         (theora_handle_type_packet), (theora_dec_change_state):
8991           Don't push events (newsegment, tags) before initialising the
8992           decoder.
8993           This is neccesary for seeking to work correctly in gnonlin.
8994
8995 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
8996
8997         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8998         * gst/adder/gstadder.c:
8999         * gst/audiotestsrc/gstaudiotestsrc.c
9000           (gst_audio_test_src_create_white_noise):
9001         * gst/videotestsrc/gstvideotestsrc.c:
9002         * gst/volume/gstvolume.c (VOLUME_UNITY_INT16,
9003           VOLUME_UNITY_INT16_BIT_SHIFT, VOLUME_MAX_DOUBLE,
9004           volume_sink_template, volume_src_template, gst_volume_init,
9005           volume_process_double, volume_process_int16,
9006           volume_process_int16_clamp):
9007           Doc fixes and formatting.
9008
9009 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
9010
9011         * tests/check/Makefile.am:
9012         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
9013           Minimal check for volume's GstController usability; also another
9014           test for #422295.
9015
9016 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
9017
9018         * gst-libs/gst/cdda/gstcddabasesrc.c:
9019         (gst_cdda_base_src_add_track):
9020           Fix it so that it (a) makes sense and (b) doesn't break
9021           everything cdda-related including the unit test.
9022
9023 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
9024
9025         * gst-libs/gst/cdda/gstcddabasesrc.c:
9026         (gst_cdda_base_src_add_track):
9027           Fix build when disabling asserts.
9028
9029 2007-05-03  Tim-Philipp Müller  <tim at centricular dot net>
9030
9031         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
9032           When XShm is not available, we might get row strides that are not
9033           rounded up to multiples of four; this is bad, because virtually
9034           every RGB-processing element in GStreamer assumes rowstrides are
9035           rounded up to multiples of four, so let's allocate at least enough
9036           memory to avoid crashes in this case. The image will still be
9037           displayed distorted though if this happens, so that still needs
9038           fixing (maybe by allocating a bigger image with an 'even' width
9039           and then clipping it appropriately when rendering - something for
9040           Xlib aficionados in any case).
9041
9042 2007-05-03  Michael Smith <msmith@fluendo.com>
9043
9044         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
9045           If a buffer doesn't have a timestamp, assume it's contiguous with
9046           the previous buffer, and synthesise timestamps appropriately.
9047
9048 2007-05-03  Edward Hervey  <edward@fluendo.com>
9049
9050         * tests/check/elements/videorate.c: (GST_START_TEST):
9051         Set buffer timestamp to a valid value in order to test the buffer
9052         really does stay in videorate.
9053
9054 2007-05-03  Edward Hervey  <edward@fluendo.com>
9055
9056         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
9057         There is no sensible way to handle incoming buffers which don't have a
9058         valid timestamp. We therefore discard them and wait for the next one.
9059
9060 2007-05-01  Tim-Philipp Müller  <tim at centricular dot net>
9061
9062         * gst/playback/gstdecodebin.c: (type_found), (plugin_init):
9063         * gst/playback/gstdecodebin2.c: (plugin_init):
9064           Better error message for text files.
9065
9066 2007-04-29  Wim Taymans  <wim@fluendo.com>
9067
9068         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_add_rb):
9069         Fix offset bug in generation RR packets.
9070
9071 2007-04-27  Julien MOUTTE  <julien@moutte.net>
9072
9073         * ext/theora/theoradec.c: (_theora_granule_time),
9074         (theora_dec_push_forward), (theora_handle_data_packet),
9075         (theora_dec_decode_buffer): Calculate buffer duration correctly
9076         to generate a perfect stream (#433888).
9077         * gst/audioresample/gstaudioresample.c:
9078         (audioresample_check_discont): Glib provides ABS.
9079
9080 2007-04-27  Wim Taymans  <wim@fluendo.com>
9081
9082         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
9083         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_sdes_add_item),
9084         (gst_rtcp_packet_sdes_add_entry), (gst_rtcp_packet_bye_add_ssrc),
9085         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
9086         (gst_rtcp_packet_bye_set_reason):
9087         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9088         Fix RB block parsing and writing.
9089         Add support for constructing BYE packets.
9090
9091 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
9092
9093         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init),
9094         (gst_base_audio_src_create):
9095         * po/POTFILES.in:
9096           When posting a warning message because samples were dropped, post
9097           something more intelligible than he default error message for clock
9098           errors which is just confusing in this context (#432984).
9099
9100 2007-04-25  Wim Taymans  <wim@fluendo.com>
9101
9102         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_buffer_new),
9103         (gst_rtcp_buffer_end), (gst_rtcp_buffer_get_packet_count),
9104         (read_packet_header), (gst_rtcp_packet_move_to_next),
9105         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_sr_set_sender_info),
9106         (gst_rtcp_packet_rr_set_ssrc), (gst_rtcp_packet_add_rb),
9107         (gst_rtcp_packet_sdes_get_item_count),
9108         (gst_rtcp_packet_sdes_first_item),
9109         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_ssrc),
9110         (gst_rtcp_packet_sdes_first_entry),
9111         (gst_rtcp_packet_sdes_next_entry),
9112         (gst_rtcp_packet_sdes_get_entry), (gst_rtcp_packet_sdes_add_item),
9113         (gst_rtcp_packet_sdes_add_entry):
9114         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9115         Implement code to write SR, RR and SDES packets.
9116
9117 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
9118
9119         Patch by: Christian Kirbach <Christian dot Kirbach at googlemail com>
9120
9121         * sys/ximage/ximagesink.c:
9122           Fix build if XShm is not available (#432362).
9123
9124 2007-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
9125
9126         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init):
9127         Initalize the AudioConvertCtx with zeroes, otherwise it will contain
9128         pointers to random memory which are passed to g_free() when
9129         audio_convert_prepare_context() is called the first time.
9130
9131 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
9132
9133         Patch by: Dan Williams <dcbw redhat com>
9134
9135         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
9136           Don't leak incoming buffer if gst_pad_push() returns a
9137           non-OK flow. Fixes #432755.
9138          
9139         * tests/check/elements/videorate.c: (GST_START_TEST),
9140         (videorate_suite):
9141           Unit test for the above by Yours Truly.
9142
9143 2007-04-23  Stefan Kost  <ensonic@users.sf.net>
9144
9145         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
9146         (gst_adder_sink_event), (gst_adder_collected):
9147           Fix non-flushing segmented seeks, Fixes #340060 for me
9148
9149 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9150
9151         Patch by: Olivier Crete  <tester at tester ca>
9152
9153         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9154         (gst_base_rtp_audio_payload_class_init),
9155         (gst_base_rtp_audio_payload_init),
9156         (gst_base_rtp_audio_payload_dispose):
9157           Chain up to parent class in dispose function; get rid of
9158           unnecessary 'diposed' flag in private structure (#415001).
9159
9160 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9161
9162         * docs/libs/gst-plugins-base-libs.types:
9163         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9164         (gst_base_rtp_audio_payload_class_init):
9165         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9166         * gst-libs/gst/rtp/gstbasertppayload.c:
9167           Some minor docs fixes and additions; also add missing 'Since' bits.
9168
9169 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9170
9171         Patch by: Zeeshan Ali  <zeenix gmail com>
9172
9173         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9174         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
9175         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
9176         (gst_base_rtp_audio_payload_push):
9177         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9178           The recently-added gst_base_rtp_audio_payload_push() should take an
9179           object of type GstBaseRTPAudioPayload as first argument (#431672).
9180
9181 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9182
9183         * gst/audioresample/gstaudioresample.c:
9184           Make more functions static, just because we can.
9185
9186 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9187
9188         * tests/check/elements/audioresample.c:
9189           Add unit test for audioresample shutdown crasher (#420106).
9190
9191 2007-04-20  Stefan Kost  <ensonic@users.sf.net>
9192
9193         * gst/subparse/gstsubparse.c:
9194         * gst/subparse/samiparse.c:
9195           Use GST_DISABLE_XML here
9196
9197         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9198         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_get_xv_support),
9199         (gst_xvimagesink_buffer_alloc),
9200         (gst_xvimagesink_navigation_send_event):
9201         * sys/xvimage/xvimagesink.h:
9202           Include stdlib.h when using atoi.
9203           
9204         * tests/check/elements/playbin.c: (playbin_suite):
9205           Use GST_DISABLE_REGISTRY here
9206
9207 2007-04-19  Michael Smith  <msmith@fluendo.com>
9208
9209         * ext/theora/gsttheoraenc.h:
9210         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
9211         (theora_enc_sink_event), (theora_enc_change_state):
9212           Track initialisation state; don't try to use encoder state if we're
9213           not initialised (it'll segfault).
9214
9215 2007-04-18  Stefan Kost  <ensonic@users.sf.net>
9216
9217         * tests/check/pipelines/.cvsignore:
9218         Fix build.
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         Allow random depths between 1 and 32 instead of only multiplies of 8.
9224
9225 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9226
9227         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9228         Set the maximum number of channels for PCM and float in the correct
9229         place to have it also used when creating the template caps.
9230
9231 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9232
9233         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9234         Correctly support 4, 6 and 8 channels with normal PCM and float
9235         wav files.
9236
9237         Fix the depth and signedness calculation in extensible wav files and
9238         also handle 1, 2, 4, 6, 8 channels here when a file without channel
9239         mask is found.
9240
9241         Add support for float, alaw and mulaw in extensible wav files.
9242
9243         This allows correct playback of all but 5 files from
9244         http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Samples.html
9245         
9246         (gst_riff_create_audio_template_caps):
9247         Add voxware and float formats to the template caps.     
9248
9249 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9250
9251         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
9252
9253         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
9254         Fix unused variable warning if HAVE_LOCALTIME_R is undefinied
9255
9256         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9257         * gst/audioresample/gstaudioresample.c: (audioresample_do_output):
9258         Use the correct format strings for integer formats.
9259
9260 2007-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
9261
9262         * ext/theora/theoraenc.c (theora_buffer_from_packet, theora_enc_chain):
9263           Don't use pad_alloc_buffer_and_set_caps to create a small header
9264           packet, or, worse, to create a big temporary video buffer using the
9265           src pad.
9266
9267 2007-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9268
9269         * gst/gdp/gstgdppay.c (gst_gdp_pay_chain):
9270         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
9271           GST_START_TEST, buffer_probe_cb, GST_START_TEST):
9272           Fix a bug where serialized IN_CAPS buffers needed to be set IN_CAPS.
9273
9274 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9275
9276         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
9277           GST_START_TEST, n_in_caps, buffer_probe_cb, GST_START_TEST,
9278           streamheader_suite):
9279           Add another test set up for failure
9280
9281 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9282
9283         * tests/check/Makefile.am:
9284         * tests/check/pipelines/streamheader.c (n_tags, tag_event_probe_cb,
9285           GST_START_TEST, streamheader_suite, main):
9286           Add a test for the streamheader bug Wim fixed.
9287
9288 2007-04-13  Jan Schmidt  <thaytan@mad.scientist.com>
9289
9290         * ext/theora/theoradec.c: (theora_dec_sink_event):
9291         Fix misleading comment.
9292
9293 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
9294
9295         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9296           More sanity checks for the header fields.
9297
9298 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
9299
9300         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
9301           Try encodings from all environment variables, not just those in the
9302           first environment variable that is set.
9303
9304 2007-04-12  Wim Taymans  <wim@fluendo.com>
9305
9306         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
9307         (gst_video_rate_chain):
9308         Add some debug.
9309
9310         * tests/check/elements/videorate.c: (GST_START_TEST),
9311         (videorate_suite):
9312         Added check for videorate changing caps handling. Closes #421834.
9313
9314 2007-04-12  Michael Smith  <msmith@fluendo.com>
9315
9316         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9317           Use scale functions to avoid overflow when calculating duration of 
9318           vorbis buffers.
9319
9320 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
9321
9322         * docs/libs/gst-plugins-base-libs-sections.txt:
9323         * gst-libs/gst/tag/tag.h:
9324         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
9325           API: add gst_tag_freeform_string_to_utf8() (#405072).
9326
9327         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_extract_id3v1_string):
9328           Use gst_tag_freeform_string_to_utf8() here.
9329
9330 2007-04-12  Wim Taymans  <wim@fluendo.com>
9331
9332         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain),
9333         (gst_gdp_pay_sink_event):
9334         Make sure we set the IN_CAPS flag correctly.
9335
9336         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
9337         Get the IN_CAPS flag before we call functions that mess with the flags.
9338
9339 2007-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
9340
9341         * gst/gdp/gstgdppay.c (gst_gdp_pay_reset_streamheader,
9342           gst_gdp_pay_chain, gst_gdp_pay_sink_event):
9343           Only stamp buffers with offset/offset_end right before they get
9344           pushed.  This ensures offset continuity, which was not the case
9345           before as shown by
9346           gst-launch -v -m audiotestsrc num-buffers=10 ! audioconvert ! vorbisenc ! gdppay ! identity check-imperfect-offset=TRUE ! fakesink silent=TRUE
9347
9348 2007-04-06  Wim Taymans  <wim@fluendo.com>
9349
9350         * gst/playback/gstplaybin.c: (add_sink),
9351         (gst_play_bin_change_state):
9352         Activate sync in playbin, we are ready to handle it for live streams.
9353
9354 2007-04-06  Tim-Philipp Müller  <tim at centricular dot net>
9355
9356         * tests/check/elements/playbin.c:
9357         (test_sink_usage_video_only_stream), (playbin_suite):
9358           Add small test for stream-info-value-array code paths.
9359
9360 2007-04-05  Wim Taymans  <wim@fluendo.com>
9361
9362         * gst-libs/gst/audio/gstbaseaudiosink.c:
9363         (gst_base_audio_sink_skew_slaving):
9364         Don't try to create invalid calibration parameters by making the
9365         internal time go backwards, instead make external time go forward.
9366
9367 2007-04-05  Wim Taymans  <wim@fluendo.com>
9368
9369         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9370
9371         * gst/playback/gstplaybasebin.c: (add_stream):
9372         Fix leak in add_stream(), when g_value_set_object() increases the
9373         refcount of streaminfo object. Fixes #426250.
9374
9375 2007-04-03  David Schleef  <ds@schleef.org>
9376
9377         * gst/videotestsrc/gstvideotestsrc.c:
9378         * gst/videotestsrc/gstvideotestsrc.h:
9379         * gst/videotestsrc/videotestsrc.c:
9380         * gst/videotestsrc/videotestsrc.h:
9381           Add a test pattern called "circular", which has concentric
9382           rings with varying radial frequency.  The main purpose of this
9383           pattern is to test fidelity loss in a filter or scaler element.
9384           Notably, this pattern is scale invariant, and is optimally viewed
9385           with a width (and height) of 400.
9386
9387 2007-04-03  Wim Taymans  <wim@fluendo.com>
9388
9389         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9390
9391         * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
9392         (deactivate_free_recursive):
9393         Decodebin2 doesn't unref pads it obtains in some occasions:
9394         - multiqueue src pads, when either connecting further or exposing
9395         - sink pads of new autoplugged elements
9396         - peer pads when recursively freeing elements
9397         Fixes #425455.
9398
9399 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
9400
9401         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9402         Add audio/x-raw-float support, now that audioconvert support
9403         non-native endianness floats.
9404
9405 2007-03-30  Tim-Philipp Müller  <tim at centricular dot net>
9406
9407         * docs/libs/gst-plugins-base-libs-docs.sgml:
9408           gstreamer-plugins-base.pc doesn't exist, it's
9409           gstreamer-plugins-base-0.10.pc.
9410
9411 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9412
9413         Patch by: René Stadler <mail at renestadler dot de>
9414         with some minor changes
9415
9416         * gst-libs/gst/floatcast/floatcast.h:
9417         Use more efficient float endianness conversion functions that don't
9418         involve 2 function calls per value.
9419         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
9420         (check_default), (audio_convert_prepare_context):
9421         * gst/audioconvert/gstaudioconvert.c:
9422         (gst_audio_convert_parse_caps), (make_lossless_changes):
9423         Support non-native endianness floats as input and output.
9424         Fixes #339838.
9425         * tests/check/elements/audioconvert.c: (verify_convert),
9426         (GST_START_TEST):
9427         Add unit tests for the non-native endianness float conversions.
9428
9429 2007-03-29  Wim Taymans  <wim@fluendo.com>
9430
9431         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9432         (gst_base_rtp_depayload_base_init),
9433         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
9434         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
9435         (gst_base_rtp_depayload_set_gst_timestamp),
9436         (gst_base_rtp_depayload_change_state),
9437         (gst_base_rtp_depayload_set_property),
9438         (gst_base_rtp_depayload_get_property):
9439         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9440         Add Private structure.
9441         Bring element code to 2007.
9442         Parse clock-base caps param and use it when generating the
9443         newsegment.
9444         Reset variables before going to PAUSED.
9445         Fix some docs.
9446
9447 2007-03-29  Wim Taymans  <wim@fluendo.com>
9448
9449         * docs/libs/gst-plugins-base-libs-docs.sgml:
9450         * docs/libs/gst-plugins-base-libs-sections.txt:
9451         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9452         (gst_base_rtp_audio_payload_get_adapter):
9453         Add RTCP docs.
9454         Fix some more docs.
9455
9456         * gst-libs/gst/rtp/Makefile.am:
9457         * gst-libs/gst/rtp/gstrtcpbuffer.c:
9458         (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
9459         (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
9460         (gst_rtcp_buffer_get_packet_count), (read_packet_header),
9461         (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
9462         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
9463         (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
9464         (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
9465         (gst_rtcp_packet_sr_get_sender_info),
9466         (gst_rtcp_packet_sr_set_sender_info),
9467         (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
9468         (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
9469         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
9470         (gst_rtcp_packet_sdes_get_chunk_count),
9471         (gst_rtcp_packet_sdes_first_chunk),
9472         (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
9473         (gst_rtcp_packet_sdes_first_item),
9474         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
9475         (gst_rtcp_packet_bye_get_ssrc_count),
9476         (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
9477         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
9478         (gst_rtcp_packet_bye_get_reason_len),
9479         (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
9480         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9481         Add new helper object for parsing and creating RTCP messages.
9482
9483 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9484
9485         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9486         PCM samples with width=8 must be always unsigned, no matter what
9487         depth they have.
9488
9489 2007-03-29  Andy Wingo  <wingo@pobox.com>
9490
9491         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
9492         perfect offsets also, not just timestamps.
9493
9494         * tests/check/elements/videorate.c (test_more): Test that given
9495         any incoming offsets, that videorate produces perfect offsets.
9496
9497 2007-03-29  Wim Taymans  <wim@fluendo.com>
9498
9499         * gst-libs/gst/riff/riff-ids.h:
9500         Add some more RIFF formats.
9501
9502 2007-03-29  Wim Taymans  <wim@fluendo.com>
9503
9504         * gst-libs/gst/rtp/gstrtpbuffer.c:
9505         (gst_rtp_buffer_default_clock_rate):
9506         * gst-libs/gst/rtp/gstrtpbuffer.h:
9507         Fix fixed payload names and docs.
9508         Added method to get the default clock rates of fixed payload types.
9509         API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
9510
9511 2007-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9512
9513         * tests/check/pipelines/.cvsignore:
9514         Add new vorbisdec test to cvsignore.
9515
9516 2007-03-28  Wim Taymans  <wim@fluendo.com>
9517
9518         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
9519         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
9520         (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
9521         (gst_base_audio_sink_set_property),
9522         (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
9523         (clock_convert_external), (gst_base_audio_sink_resample_slaving),
9524         (gst_base_audio_sink_skew_slaving),
9525         (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
9526         (gst_base_audio_sink_async_play):
9527         * gst-libs/gst/audio/gstbaseaudiosink.h:
9528         Store private stuff in GstBaseAudioSinkPrivate.
9529         Add configurable clock slaving modes property.
9530         API:: GstBaseAudioSink::slave-method property
9531         Some more latency reporting tweaks.
9532         Added skew based clock slaving correction and make it the default until
9533         the resampling method is more robust.
9534
9535 2007-03-27  Sebastian Dröge  <slomo@circular-chaos.org>
9536
9537         * gst/audioconvert/audioconvert.c:
9538         Add docs to the integer pack functions and implement proper
9539         rounding. Before we had rounding towards negative infinity, i.e.
9540         always the smaller number was taken. Now we use natural rounding,
9541         i.e. rounding to the nearest integer and to the one with the largest
9542         absolute value for X.5. The old rounding introduced some minor
9543         distortions. Fixes #420079
9544         * tests/check/elements/audioconvert.c: (GST_START_TEST):
9545         Fix one unit test that assumed the old rounding and added unit tests
9546         for checking signed/unsigned int16 <-> signed/unsigned int16 with
9547         depth 8, one for signed int16 <-> unsigned int16 and one for the new
9548         rounding from signed int32 to signed/unsigned int16.
9549
9550 2007-03-27  Michael Smith  <msmith@fluendo.com>
9551
9552         * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
9553         (gst_audio_convert_transform_caps):
9554           Fix typo in debug line introduced recently, as pointed out on irc.
9555
9556 2007-03-27  Tim-Philipp Müller  <tim at centricular dot net>
9557
9558         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9559         * tests/check/libs/tag.c: (GST_START_TEST):
9560           Make sure we parse floating-point numbers in vorbis comments
9561           correctly with either '.' or ',' as separator, no matter what
9562           the current locale is. Add unit test for this too.
9563
9564 2007-03-26  Tim-Philipp Müller  <tim at centricular dot net>
9565
9566         Patch by: René Stadler  <mail at renestadler de>
9567
9568         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
9569           When writing out floating-point numbers to vorbis comment tags, always
9570           use the same character as separator no matter what the current locale is
9571           (fixes #423051).
9572
9573         * tests/check/libs/tag.c: (GST_START_TEST):
9574           Add unit tests for replaygain tags in vorbis comments (closes #423055).
9575
9576 2007-03-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9577
9578         * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
9579           vorbis_handle_data_packet):
9580           Correctly set DURATION to generate a timestamp-continuous stream.
9581           One bug left at the end; see
9582           ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
9583         * tests/check/Makefile.am:
9584         * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
9585           Add a test to check this.  Without the above patch this test fails.
9586
9587 2007-03-26  Jan Schmidt  <thaytan@mad.scientist.com>
9588
9589         * gst-libs/gst/rtp/Makefile.am:
9590         The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
9591
9592 2007-03-23  Michael Smith  <msmith@fluendo.com>
9593
9594         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
9595         (gst_video_rate_reset), (gst_video_rate_chain):
9596           If videorate changes caps, we can no longer use the old buffer
9597           (which may have a different size, incompatible with our caps).
9598           So don't do that; just duplicate the new frame more times.
9599
9600 2007-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
9601
9602         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
9603         Remove playbin's override of the set_clock vmethod. It's irrelevant
9604         after Wim's commit on the 19th.
9605
9606 2007-03-22  Wim Taymans  <wim@fluendo.com>
9607
9608         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
9609         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
9610         * ext/gnomevfs/gstgnomevfssrc.h:
9611         Don't cache file sizes. Fixes #341078.
9612
9613 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9614
9615         * gst/playback/gstplaybin.c: (add_sink):
9616           Use GST_PTR_FORMAT to log caps. 
9617
9618 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9619
9620         Patch by: Young-Ho Cha <ganadist at chollian net>
9621
9622         * gst/subparse/samiparse.c: (handle_start_font):
9623           Special-case some more colour names that pango doesn't handle by
9624           default. Fixes #420578.
9625
9626 2007-03-20  Michael Smith  <msmith@fluendo.com>
9627
9628         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
9629           If we get a zero-sized input buffer, don't pass it to libvorbis, as
9630           that marks EOS internally. After that, libvorbis will buffer all
9631           input data, and encode none of it, eventually leading to memory
9632           exhaustion.
9633
9634 2007-03-19  Wim Taymans  <wim@fluendo.com>
9635
9636         * gst/playback/gstdecodebin.c: (remove_fakesink):
9637         Don't post STATE_DIRTY anymore.
9638
9639         * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
9640         (gst_play_bin_change_state):
9641         Remove stream_time reset in seek handling, core does that now.
9642         Disable clocking for live pipelines by forcing a NULL clock to the
9643         complete pipeline, core is too smart now for our previous hack.
9644         We can always autoplug in PAUSED now.
9645
9646 2007-03-17  David Schleef  <ds@schleef.org>
9647
9648         * REQUIREMENTS:  Update this file, change the formatting to make
9649         it more consistent, plus more machine readable.
9650
9651 2007-03-16  Michael Smith  <msmith@fluendo.com>
9652
9653         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9654         (strip_width_64), (append_with_other_format):
9655           Previous fix was too simplistic, and broke the tests. Use a better
9656           approach; only strip 64 from widths for integer audio.
9657
9658 2007-03-16  Michael Smith  <msmith@fluendo.com>
9659
9660         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9661         (gst_audio_convert_transform_caps):
9662           We don't support 64 bit integer audio, so don't try to claim we can.
9663           Stops us producing caps don't match our template caps.
9664           Update comments.
9665
9666 2007-03-15  Michael Smith  <msmith@fluendo.com>
9667
9668         * gst/audioresample/gstaudioresample.c:
9669         (audioresample_check_discont), (audioresample_transform):
9670           Don't trigger discontinuities for very small imperfections; a filter
9671           flush will sound bad, and many plugins have rounding errors leading
9672           to these.
9673
9674 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
9675
9676         Patch by: Olivier Crete <olivier.crete@collabora.co.uk>
9677
9678         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9679         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9680         API: add "min-ptime" property to RTP base audio payloader.
9681         API: add gst_base_rtp_audio_payload_push().
9682         API: add gst_base_rtp_audio_payload_get_adapter().
9683         Fixes #415001
9684         Indentation/whitespace/documentation fixes.
9685
9686 2007-03-14  Julien MOUTTE  <julien@moutte.net>
9687
9688         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
9689         (audioresample_transform_size), (audioresample_do_output),
9690         (audioresample_transform), (audioresample_pushthrough): Handle
9691         discontinuous streams.
9692         * gst/audioresample/gstaudioresample.h:
9693         * tests/check/elements/audioresample.c:
9694         (test_discont_stream_instance), (GST_START_TEST),
9695         (audioresample_suite): Add a test for discontinuous streams.
9696         * win32/common/config.h: Updated.
9697
9698 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9699
9700         * po/af.po:
9701         * po/az.po:
9702         * po/cs.po:
9703         * po/en_GB.po:
9704         * po/it.po:
9705         * po/nb.po:
9706         * po/nl.po:
9707         * po/or.po:
9708         * po/sq.po:
9709         * po/sr.po:
9710         * po/sv.po:
9711         * po/uk.po:
9712         * po/vi.po:
9713           Update translations from translation project.
9714
9715 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9716
9717         * gst/audioresample/debug.h:
9718         * gst/audioresample/resample.c: (resample_init):
9719           Since I really am not interested in a debug line for each sample
9720           being processed, move the library's debugging to its own category,
9721           libaudioresample
9722
9723 2007-03-13  Michael Smith  <msmith@fluendo.com>
9724
9725         * ext/theora/theoradec.c: (theora_handle_type_packet):
9726           Since the plugin doesn't support anything other than 4:2:0 right
9727           now, post an error and fail if we get something else. Won't matter
9728           until libtheora supports the other pixel formats, but hopefully
9729           that'll be soon...
9730
9731 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
9732
9733         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
9734         Use gst_guint64_to_gdouble for conversion.
9735         * win32/MANIFEST:
9736         Add new files to the win32 MANIFEST.
9737         * win32/common/libgstaudio.def:
9738         * win32/common/libgstpbutils.def:
9739         Add new exported functions.
9740         * win32/vs6/gst_plugins_base.dsw:
9741         * win32/vs6/libgstdecodebin.dsp:
9742         * win32/vs6/libgstplaybin.dsp:
9743         Change the link to libgstpbutils.lib.
9744         * win32/vs6/libgstdecodebin2.dsp:
9745         Add a new project for decodebin2.
9746         * win32/vs6/libgstpbutils.dsp:
9747         Add a new project for pbutils.
9748
9749 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9750
9751         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9752           Also accept partial dates with only year and month,
9753           like 1999-12-00 (fixes #410396 even more).
9754
9755         * tests/check/libs/tag.c: (GST_START_TEST):
9756           Add unit test for the above.
9757
9758 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9759
9760         * tests/check/elements/subparse.c: (GST_START_TEST),
9761         (subparse_suite):
9762           Add unit test for MPL2 subtitle format (#413799).
9763
9764 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9765
9766         Patch by: Kamil Pawlowski  <kamilpe gmail com>
9767
9768         * gst/subparse/Makefile.am:
9769         * gst/subparse/gstsubparse.c:
9770         (gst_sub_parse_data_format_autodetect),
9771         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
9772         (gst_subparse_type_find):
9773         * gst/subparse/gstsubparse.h:
9774         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
9775         * gst/subparse/mpl2parse.h:
9776           Add support for MPL2 subtitle format (#413799).
9777
9778 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9779
9780         * configure.ac:
9781           We require core CVS for the new buffer metadata copy functions.
9782
9783 2007-03-09  Wim Taymans  <wim@fluendo.com>
9784
9785         * gst-libs/gst/tag/gstid3tag.c:
9786         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
9787         Fixes #414496.
9788
9789         Patch by: Alex Lancaster <alexl at users sourceforge net>
9790
9791 2007-03-09  Wim Taymans  <wim@fluendo.com>
9792
9793         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
9794         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
9795         Improve adapter usage and comments.
9796
9797 2007-03-09  Wim Taymans  <wim@fluendo.com>
9798
9799         * ext/pango/gsttextrender.c: (gst_text_render_chain):
9800         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
9801         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
9802         Use new metadata copy function.
9803
9804         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9805         (gst_ffmpegcsp_transform):
9806         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
9807         Basetransform copied the metadata for us.
9808
9809 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9810
9811         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
9812         (gst_text_overlay_video_event):
9813           Some more logging. Only accept newsegment events in TIME format and
9814           send a WARNING message if they are not in TIME format.
9815
9816         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
9817         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
9818         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
9819         * gst/subparse/gstsubparse.h:
9820           No need to allocate GstSegment structure dynamically, just put it
9821           into the instance structure; ignore newsegment events in BYTE
9822           format and in particular don't let it overwrite our saved TIME
9823           segment from the last seek.
9824
9825 2007-03-09  Michael Smith  <msmith@fluendo.com>
9826
9827         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
9828           Replace AC3 typefinder with one that isn't terrible, and actually
9829           works usefully.
9830
9831 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9832
9833         * gst/audioconvert/gstaudioconvert.c:
9834         (gst_audio_convert_transform):
9835           fix error category and translatable string
9836           
9837
9838 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9839
9840         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
9841         * pkgconfig/gstreamer-plugins-base.pc.in:
9842           Fix up utils => pbutils here too.
9843
9844 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9845
9846         * gst/subparse/gstsubparse.c: (handle_buffer):
9847           Break out of loop in chain function as soon as possible if we get
9848           a non-OK flow return.
9849
9850 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9851
9852         * tests/check/elements/alsa.c: (GST_START_TEST):
9853         Unref the mixer if the state change fails too (if the
9854         alsa devices are inaccessible, for example)
9855
9856 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9857
9858         * tests/check/Makefile.am:
9859         Don't test libvisual elements in the states check, because libvisual
9860         seems to leak internally.
9861
9862         Re-enable the alsa and states tests now that there's new suppressions
9863         in gst.supp.
9864
9865         * tests/check/elements/alsa.c: (GST_START_TEST):
9866         Don't leak the alsamixer we instantiated.
9867
9868 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9869
9870         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
9871         (gst_ximagesink_change_state), (gst_ximagesink_reset),
9872         (gst_ximagesink_finalize):
9873         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
9874         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
9875         Move some cleanup stuff from the state change handler into a _reset()
9876         function that can be called from _finalize(). This ensures that things
9877         get freed even if (for some reason) the NULL->READY state transition
9878         fails in the parent class.
9879         Even if a parent state change fails, process our downward state change
9880         logic instead of bailing out early.
9881         Free the correct xcontext pointer in ximagesink's xcontext_clear.
9882
9883 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9884
9885         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
9886         Extra log line.
9887
9888         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
9889         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
9890         Use pango_font_description_set_family_static instead of 
9891         pango_font_description_set_family to save a string copy (it was
9892         leaking due to the strdup anyway)
9893
9894         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
9895         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
9896         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
9897         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
9898         Chain up in finalize.
9899
9900 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
9901
9902         * gst-libs/gst/interfaces/mixertrack.c:
9903         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
9904         (gst_mixer_track_set_property):
9905           API: add "untranslated-label" property which should be set by
9906           implementations at construct time (#414645).
9907
9908         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
9909         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
9910           Set "untranslated-label" when constructing mixer track objects.
9911
9912         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
9913           Unit test to check the above.
9914
9915 2007-03-07  Wim Taymans  <wim@fluendo.com>
9916
9917         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
9918         Fix confusing debug message.
9919
9920 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
9921
9922         * gst-plugins-base.doap:
9923         update doap file with new version
9924
9925 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
9926
9927         * configure.ac:
9928         Back to CVS
9929
9930 === release 0.10.12 ===
9931
9932 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
9933
9934         * configure.ac:
9935           releasing 0.10.12, "Zombie Horde"
9936
9937 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
9938
9939         * configure.ac:
9940         Bump version to 0.10.11.4 pre-release
9941
9942 2007-03-06  Wim Taymans  <wim@fluendo.com>
9943
9944         * gst-libs/gst/audio/gstbaseaudiosink.c:
9945         (gst_base_audio_sink_async_play):
9946         Fix regression that made GStreamer skip the first samples of audio.
9947         Fixes #414684.
9948
9949 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
9950
9951         * configure.ac:
9952         Bump version to 0.10.11.3 pre-release
9953
9954 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
9955
9956         * po/POTFILES.in:
9957           Update paths for the rename from utils to pbutils to fix the build.
9958
9959 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
9960
9961         * gst-libs/gst/pbutils/Makefile.am:
9962           Change directory to install headers in from gst/utils to gst/pbutils
9963           as well.
9964
9965 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
9966
9967         * configure.ac:
9968         * docs/libs/gst-plugins-base-libs-docs.sgml:
9969         * docs/libs/gst-plugins-base-libs-sections.txt:
9970         * gst-libs/gst/Makefile.am:
9971         * gst-libs/gst/interfaces/mixer.c:
9972         * gst-libs/gst/pbutils/Makefile.am:
9973         * gst-libs/gst/pbutils/descriptions.c:
9974         (gst_pb_utils_get_source_description),
9975         (gst_pb_utils_get_sink_description),
9976         (gst_pb_utils_get_decoder_description),
9977         (gst_pb_utils_get_encoder_description),
9978         (gst_pb_utils_get_element_description),
9979         (gst_pb_utils_add_codec_description_to_tag_list),
9980         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
9981         * gst-libs/gst/pbutils/descriptions.h:
9982         * gst-libs/gst/pbutils/install-plugins.c:
9983         * gst-libs/gst/pbutils/install-plugins.h:
9984         * gst-libs/gst/pbutils/missing-plugins.c:
9985         (gst_missing_uri_source_message_new),
9986         (gst_missing_uri_sink_message_new),
9987         (gst_missing_element_message_new),
9988         (gst_missing_decoder_message_new),
9989         (gst_missing_encoder_message_new),
9990         (gst_missing_plugin_message_get_description):
9991         * gst-libs/gst/pbutils/missing-plugins.h:
9992         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
9993         * gst-libs/gst/pbutils/pbutils.h:
9994         * gst-libs/gst/utils/Makefile.am:
9995         * gst-libs/gst/utils/base-utils.c:
9996         * gst-libs/gst/utils/base-utils.h:
9997         * gst-libs/gst/utils/descriptions.c:
9998         * gst-libs/gst/utils/descriptions.h:
9999         * gst-libs/gst/utils/install-plugins.c:
10000         * gst-libs/gst/utils/install-plugins.h:
10001         * gst-libs/gst/utils/missing-plugins.c:
10002         * gst-libs/gst/utils/missing-plugins.h:
10003         * gst-plugins-base.spec.in:
10004         * gst/playback/Makefile.am:
10005         * gst/playback/gstdecodebin.c:
10006         * gst/playback/gstdecodebin2.c:
10007         * gst/playback/gstplaybasebin.c: (setup_subtitle),
10008         (gen_source_element):
10009         * gst/playback/gstplaybin.c: (plugin_init):
10010         * tests/check/Makefile.am:
10011         * tests/check/libs/pbutils.c: (GST_START_TEST),
10012         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
10013         * tests/check/libs/utils.c:
10014           rename utils to pbutils
10015
10016 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
10017
10018         * docs/plugins/Makefile.am:
10019         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10020         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10021         * docs/plugins/inspect/plugin-decodebin2.xml:
10022         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
10023         Add documentation for decodebin2 that indicates that the API
10024         is still unstable.
10025
10026 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
10027
10028         * configure.ac:
10029         Update to 0.10.11.2 (0.10.12 pre-release)
10030
10031 2007-03-01  Wim Taymans  <wim@fluendo.com>
10032
10033         * gst-libs/gst/audio/gstbaseaudiosink.c:
10034         (gst_base_audio_sink_async_play):
10035         base time is irrelevant here.
10036
10037 2007-03-01  Wim Taymans  <wim@fluendo.com>
10038
10039         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
10040         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
10041         Improve debugging.
10042
10043         * gst-libs/gst/audio/gstbaseaudiosink.c:
10044         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
10045         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
10046         Improve latency and clock slaving calculations.
10047         Improve slave clock calibration.
10048
10049         * gst-libs/gst/audio/gstringbuffer.c:
10050         (gst_ring_buffer_commit_full):
10051         When we are asked to render N sample to 0 bytes, return N.
10052
10053 2007-03-01  Wim Taymans  <wim@fluendo.com>
10054
10055         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
10056         (gst_alsasink_write), (gst_alsasink_reset):
10057         * ext/alsa/gstalsasink.h:
10058         Remove unused dispose function.
10059         Rename lock to not interfere with alsasrc lock.
10060
10061         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
10062         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
10063         (gst_alsasrc_read), (gst_alsasrc_reset):
10064         * ext/alsa/gstalsasrc.h:
10065         Implement finalize function.
10066         Use lock to protect alsa access.
10067         Implement _reset.
10068         Fine tune sw params.
10069
10070 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10071
10072         * configure.ac:
10073           Convert to new AG_GST style.
10074
10075 2007-02-28  Wim Taymans  <wim@fluendo.com>
10076
10077         Patch by: Ed Catmur <ed at catmur dot co dot uk>
10078
10079         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
10080         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
10081         Fix race condition when rapidly switching visualisations in playbin.
10082         Fixes #401029.
10083
10084 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
10085
10086         * tests/check/Makefile.am:
10087         Include local stuff before system installed things in LDFLAGS and
10088         CFLAGS.
10089
10090 2007-02-28  Wim Taymans  <wim@fluendo.com>
10091
10092         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
10093         Improve debugging.
10094
10095 2007-02-28  Wim Taymans  <wim@fluendo.com>
10096
10097         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
10098         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
10099         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
10100         Fix duration and timestamping, taking latency into account.
10101         Implement latency query.
10102
10103 2007-02-28  Wim Taymans  <wim@fluendo.com>
10104
10105         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
10106         (gst_audio_clock_new):
10107         Fix clock name.
10108
10109         * gst-libs/gst/audio/gstbaseaudiosink.c:
10110         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
10111         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
10112         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
10113         (gst_base_audio_src_create):
10114         Improve latency query code.
10115         Use proper clock names.
10116
10117 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10118
10119         * tests/check/generic/states.c: (GST_START_TEST):
10120           Copy the states.c test from core again
10121         * tests/check/Makefile.am:
10122           ignore cdio and cdparanoiasrc
10123
10124 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
10125
10126         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10127         (double_hq), (audio_convert_get_func_index), (check_default),
10128         (audio_convert_prepare_context), (audio_convert_convert):
10129           Also make valgrind happy and avoid copying data in some cases.
10130
10131 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
10132
10133         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10134         (double_hq), (audio_convert_get_func_index),
10135         (audio_convert_prepare_context), (audio_convert_convert):
10136         * gst/audioconvert/gstaudioconvert.c:
10137         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
10138         (gst_audio_convert_transform_caps):
10139         * tests/check/elements/audioconvert.c: (GST_START_TEST),
10140         (audioconvert_suite):
10141           Don't run inplace if that overwrites source data as we go. Add more
10142           tests. Fixes #339837 even more.
10143
10144 2007-02-27  Julien MOUTTE  <julien@moutte.net>
10145
10146         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
10147         (msg_segment_done): Fix various seeking bugs (Slider was not
10148         updating when doing a non flushing seek, Reverse playback 
10149         on segment seek was wrong).
10150
10151 2007-02-26  Wim Taymans  <wim@fluendo.com>
10152
10153         * tests/examples/seek/seek.c: (stop_seek):
10154         When we stop scrubbing, don't leave the pipeline PLAYING when we
10155         requested a PAUSED state.
10156
10157 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
10158
10159         Patch by: René Stadler <mail at renestadler de>
10160
10161         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
10162           Parse date strings in vorbis comments that have an invalid (zero)
10163           month or day (#410396).
10164
10165         * tests/check/libs/tag.c: (GST_START_TEST):
10166           Test case for the above.
10167
10168 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10169
10170         Patch by: Loïc Minier <lool+gnome at via ecp fr>
10171
10172         * configure.ac:
10173         * ext/alsa/Makefile.am:
10174         * gst/audiotestsrc/Makefile.am:
10175           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
10176
10177 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
10178
10179         * gst/playback/gstplaybin.c:
10180           Improve docs: point out that the application needs to assist playbin
10181           with buffering.
10182
10183 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
10184
10185         * gst-libs/gst/utils/install-plugins.c:
10186         * gst-libs/gst/utils/missing-plugins.c:
10187         * tests/check/libs/utils.c: (missing_msg_check_getters):
10188           Change GStreamer marker prefix in detail string from 'gstreamer.net'
10189           to just 'gstreamer'. Document the caps string component of the
10190           decoder/encoder detail a bit better, since not everyone will be
10191           familiar with the GStreamer media type/caps system (but they better
10192           enjoy nested itemized lists).
10193
10194 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
10195
10196         * gst-libs/gst/netbuffer/gstnetbuffer.c:
10197         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
10198           Fix copying of GstNetBuffer (would crash before, or at least lead to
10199           invalid memory access, #410772), for now by copying the GstBuffer copy
10200           code from the core over here so we can copy the GstBuffer fields on a
10201           provided buffer instance (of type GstNetBuffer in this case). Would be
10202           better to fix this with some support by the core though (and in the long
10203           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
10204
10205         * tests/check/Makefile.am:
10206           Enable unit test for GstNetBuffer.
10207
10208 2007-02-22  Andy Wingo  <wingo@pobox.com>
10209
10210         * gst-libs/gst/audio/gstbaseaudiosink.c
10211         (gst_base_audio_sink_init): Disable pull-mode activation until we
10212         figure out how to make audio sinks go to PLAYING.
10213
10214 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
10215
10216         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10217         (double_hq), (audio_convert_get_func_index),
10218         (audio_convert_prepare_context), (audio_convert_convert):
10219         * gst/audioconvert/audioconvert.h:
10220         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
10221         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
10222         * gst/audioconvert/gstchannelmix.h:
10223         * tests/check/elements/audioconvert.c: (GST_START_TEST):
10224           Add float as an intermediate format, as well as float mixing. Enable
10225           test that was failing before. Fixes #339837
10226
10227 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
10228
10229         * tests/examples/seek/seek.c: (do_seek):
10230         Undo the previous commit: -1 as a stop time implies that the stop
10231         time is the end of file, clearing any previously configured segment.
10232
10233 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
10234
10235         * tests/examples/seek/seek.c: (do_seek):
10236         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
10237
10238 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
10239
10240         * gst/volume/gstvolume.c: (volume_process_int16),
10241         (volume_process_int16_clamp), (volume_set_caps):
10242           Unbreak volume, value remains gint.
10243
10244 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
10245
10246         * gst/volume/gstvolume.c: (volume_choose_func),
10247         (volume_update_real_volume), (gst_volume_set_volume),
10248         (gst_volume_init), (volume_process_double), (volume_process_float),
10249         (volume_process_int16), (volume_process_int16_clamp),
10250         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
10251         * gst/volume/gstvolume.h:
10252           Extend float audio support (double) and some int->uint cleanups.
10253
10254 2007-02-20  Edward Hervey  <edward@fluendo.com>
10255
10256         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
10257         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
10258         (sort_end_pads), (gst_decode_group_expose),
10259         (gst_decode_group_hide):
10260         Don't free groups from the streaming threads. Just put them aside and
10261         free them in dispose.
10262
10263 2007-02-20  Edward Hervey  <edward@fluendo.com>
10264
10265         * gst/playback/gstdecodebin2.c: (connect_element),
10266         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
10267         (sort_end_pads), (gst_decode_group_expose):
10268         Handle dynamic pads within groups.
10269         Sort pads before exposing them in order to make playbin happy.
10270         There still is a race with the multiqueue filling up. This should be
10271         solved separately.
10272         Fixes #398721
10273
10274 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10275
10276         * gst-libs/gst/utils/base-utils.c:
10277         * gst-libs/gst/utils/descriptions.c:
10278         * gst-libs/gst/utils/install-plugins.c:
10279         * gst-libs/gst/utils/missing-plugins.c:
10280           Some more docs (and descriptions for two subtitle formats).
10281
10282 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10283
10284         * gst-libs/gst/audio/audio.c:
10285           Fix documentation.
10286
10287 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10288
10289         Patch by: Yves Lefebvre  <ivanohe abacom com>
10290
10291         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
10292           Don't leak caps. Fixes #408278.
10293
10294 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
10295
10296         * ext/cdparanoia/gstcdparanoiasrc.h:
10297         * ext/ogg/gstoggdemux.h:
10298         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
10299         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
10300         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
10301         * gst-libs/gst/audio/audio.h:
10302         * gst-libs/gst/audio/gstaudiofilter.h:
10303         * gst-libs/gst/interfaces/videoorientation.h:
10304         * gst/adder/gstadder.h:
10305           More docs coverage and some ChangeLog surgery (add missing names)
10306
10307 2007-02-15  Wim Taymans  <wim@fluendo.com>
10308
10309         * sys/ximage/ximagesink.c:
10310         (gst_ximagesink_calculate_pixel_aspect_ratio):
10311         * sys/xvimage/xvimagesink.c:
10312         (gst_xvimagesink_calculate_pixel_aspect_ratio):
10313         Small constifications.
10314
10315 2007-02-15  Wim Taymans  <wim@fluendo.com>
10316
10317         * gst-libs/gst/audio/gstbaseaudiosink.c:
10318         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
10319         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
10320         (gst_base_audio_sink_async_play),
10321         (gst_base_audio_sink_change_state):
10322         Answer latency query.
10323         Use configured latency when syncing.
10324         Fix clock slaving.
10325
10326         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10327         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
10328         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
10329         Fix possible memleak.
10330         Implement latency query.
10331         Small cleanups.
10332
10333 2007-02-15  Wim Taymans  <wim@fluendo.com>
10334
10335         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
10336         Ignore errors in reset, these are not fatal. They also grab the element
10337         lock which is already taking when this function is called. Fixes
10338         #405451.
10339
10340 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10341
10342         * configure.ac:
10343           Remove 'tests/examples/xerror/Makefile' from output files again.
10344
10345 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10346
10347         * configure.ac:
10348         * docs/plugins/Makefile.am:
10349           Also crossref against gst-plugins-base-libs.
10350
10351 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
10352
10353         * configure.ac:
10354         * docs/libs/Makefile.am:
10355         * docs/plugins/Makefile.am:
10356           Add crossreferences to glib/gobject/gstream docs.
10357
10358         * gst-libs/gst/audio/audio.h:
10359           Source formatting.
10360
10361         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
10362           Add own debug category.
10363
10364 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
10365
10366         Patch by: René Stadler <mail at renestadler de>
10367
10368         * gst-libs/gst/tag/gstvorbistag.c:
10369           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
10370           (#403597).
10371
10372 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
10373
10374         * gst/playback/gstplaybasebin.c: (setup_source):
10375           When we have external subtitles and wait for the subtitle decodebin
10376           to get up and running, we set up a (sync) bus handler for the
10377           subtitle decodebin, so we can stop waiting when it posts an error
10378           message. However, we should do that before we set the subtitle
10379           decodebin's state to playing, otherwise things are racy and we might
10380           miss error messages posted before we had a chance to set up the bus.
10381           This should finally fix totem hanging on .txt pseudo-subtitle files.
10382           
10383 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
10384
10385         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
10386           Use gst_gdouble_to_guint64 for conversions.
10387         * win32/common/config.h.in:
10388           Add a define for GST_INSTALL_PLUGINS_HELPER
10389         * win32/common/libgstaudio.def:
10390         * win32/common/libgstcdda.def:
10391         * win32/common/libgstnetbuffer.def:
10392         * win32/common/libgstrtp.def:
10393         * win32/common/libgutils.def:
10394           Add new exported functions.
10395         * win32/vs6/gst_plugins_base.dsw:
10396         * win32/vs6/libgstdecodebin.dsp:
10397         * win32/vs6/libgstnetbuffer.dsp:
10398         * win32/vs6/libgstplaybin.dsp:
10399         * win32/vs6/libgstrtp.dsp:
10400         * win32/vs6/libgstvorbis.dsp:
10401         * win32/vs6/libgstcdda.dsp:
10402         * win32/vs6/libgstgdp.dsp:
10403         * win32/vs6/libgstutils.dsp:
10404           Update and add new project files.
10405
10406 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
10407
10408         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
10409         (subrip_remove_unhandled_tags), (parse_subrip):
10410           For SubRip (.srt) subtitles, ignore all markup tags we don't
10411           handle (like font tags, for example).
10412
10413         * tests/check/elements/subparse.c:
10414           Add test for this.
10415
10416 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
10417
10418         * gst/playback/gstdecodebin.c: (add_fakesink),
10419         (gst_decode_bin_change_state):
10420         * gst/playback/gstdecodebin2.c: (add_fakesink),
10421         (gst_decode_bin_change_state):
10422           Don't error out if there is no fakesink in the NULL to READY state
10423           change, since when decodebin is re-used, we're only adding the
10424           fakesink element in READY to PAUSED.
10425
10426         * tests/check/elements/decodebin.c:
10427         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
10428         (decodebin_suite):
10429           Minimal unit test to make sure we can use the same decodebin
10430           instance twice (at least with audiotestsrc input).
10431
10432 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
10433
10434         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
10435           Try to get devic-name from device string first, and from handle only
10436           as fallback (seems to yield better results and is more robust
10437           against buggy probing code on the application side).
10438
10439 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
10440
10441         Based on patch by: Julien Puydt <julien.puydt at laposte net>
10442
10443         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
10444         (gst_alsa_find_device_name):
10445         * ext/alsa/gstalsa.h:
10446         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
10447         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
10448           Improve device-name detection a bit, especially in the case where
10449           the device is not actually open (#405020, #405024). Move common code
10450           into gstalsa.c instead of duplicating it.
10451
10452 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10453
10454         * gst/audioconvert/gstaudioconvert.c:
10455           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
10456
10457 2007-02-06  Julien MOUTTE  <julien@moutte.net>
10458
10459         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
10460         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
10461         (gst_xvimagesink_interface_supported),
10462         (gst_xvimagesink_probe_get_properties),
10463         (gst_xvimagesink_probe_probe_property),
10464         (gst_xvimagesink_probe_needs_probe),
10465         (gst_xvimagesink_probe_get_values),
10466         (gst_xvimagesink_property_probe_interface_init),
10467         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
10468         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
10469         (gst_xvimagesink_get_type):
10470         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
10471         for XVAdaptors so that one can choose the adaptor to use with 
10472         gstreamer-properties.
10473
10474 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
10475
10476         * gst/audioconvert/gstaudioconvert.c:
10477           Also mention that a conversion from double to float is suboptimal still.
10478
10479 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
10480
10481         * gst-libs/gst/audio/gstaudiofilter.c:
10482         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
10483           Clear our formats structure and free the caps contained in it when
10484           shutting down.
10485
10486 2007-02-05  Andy Wingo  <wingo@pobox.com>
10487
10488         * gst-libs/gst/audio/gstbaseaudiosink.c
10489         (gst_base_audio_sink_callback): Update basesink->offset so that we
10490         pull monotonically increasing offsets instead of, um, seeking back
10491         to 0 each time. Fixes alsasrc ! alsasink!
10492
10493 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
10494
10495         * gst/videoscale/gstvideoscale.c:
10496           A width and height of 1 makes us crash, so increase minimum size to
10497           2x2 pixels until someone feels like fixing this (#404512).
10498
10499 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
10500
10501         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
10502           Add small test to make sure request pads are cleaned up properly
10503           even if oggmux never changes state out of NULL.
10504
10505 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
10506
10507         * tests/check/libs/utils.c: (GST_START_TEST):
10508           Fix unit test. Turns out things work much better when you
10509           NULL-terminate string arrays. Should make p5 build bot happy again.
10510
10511 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10512
10513         * gst-libs/gst/audio/Makefile.am:
10514         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
10515         (gst_audio_filter_template_base_init),
10516         (gst_audio_filter_template_class_init),
10517         (gst_audio_filter_template_init),
10518         (gst_audio_filter_template_set_property),
10519         (gst_audio_filter_template_get_property),
10520         (gst_audio_filter_template_setup),
10521         (gst_audio_filter_template_filter),
10522         (gst_audio_filter_template_filter_inplace), (plugin_init):
10523           Oops, forgot to commit fixed-up example.
10524
10525 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10526
10527         * docs/libs/gst-plugins-base-libs-sections.txt:
10528         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
10529         (gst_audio_filter_class_init), (gst_audio_filter_init),
10530         (gst_audio_filter_set_caps),
10531         (gst_audio_filter_class_add_pad_templates):
10532         * gst-libs/gst/audio/gstaudiofilter.h:
10533           Port GstAudioFilter to 0.10. This change technically breaks
10534           API and ABI (and thus also every library developer's heart),
10535           but seems justifiable on the grounds that the base class was
10536           completely unusable before (ie. would crash immediately when
10537           actually used). Fixes #403963 (and eventually also #403572).
10538           Also document all of this a bit.
10539
10540 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10541
10542         * gst-libs/gst/utils/install-plugins.c:
10543         (gst_install_plugins_spawn_child):
10544         * tests/check/libs/utils.c:
10545         (test_base_utils_install_plugins_do_callout):
10546           Lowering log level to see why things fail on the p5 build bot;
10547           fix some typos in unit test messages.
10548
10549 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10550
10551         * tests/check/libs/utils.c:
10552         (test_base_utils_install_plugins_do_callout):
10553           Don't hard-code temp directory for test helper; use GLib functions
10554           to write out file and do error checking etc.
10555
10556 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10557
10558         * gst-libs/gst/utils/Makefile.am:
10559         * gst-libs/gst/utils/base-utils.h:
10560         * gst-libs/gst/utils/install-plugins.c:
10561         (gst_install_plugins_context_set_xid),
10562         (gst_install_plugins_context_new),
10563         (gst_install_plugins_context_free),
10564         (gst_install_plugins_get_helper),
10565         (gst_install_plugins_spawn_child),
10566         (gst_install_plugins_return_from_status),
10567         (gst_install_plugins_installer_exited),
10568         (gst_install_plugins_async), (gst_install_plugins_sync),
10569         (gst_install_plugins_return_get_name),
10570         (gst_install_plugins_installation_in_progress):
10571         * gst-libs/gst/utils/install-plugins.h:
10572           API: add API for applications to initiate installation of missing
10573           plugins, ie. gst_install_plugins_async() primarily.
10574           Based on libgimme-codec by Ryan Lortie.
10575
10576         * configure.ac:
10577           Add --with-install-plugins-helper configure option so distros can specify
10578           the path of the helper script or program to call when plugin installation
10579           is requested (distros: please do any argument munging in this helper
10580           script instead of patching GStreamer to pass arguments differently
10581           to another program directly).
10582
10583         * docs/libs/gst-plugins-base-libs-docs.sgml:
10584         * docs/libs/gst-plugins-base-libs-sections.txt:
10585           Build and document new API.
10586
10587         * tests/check/libs/utils.c: (result_cb),
10588         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
10589         (libgstbaseutils_suite):
10590           Some simple checks for the new API.
10591
10592 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10593
10594         * tests/check/elements/audioconvert.c: (test_float_conversion):
10595           Add small test for 32bit float <=> 64bit float conversion (works
10596           only one way so far, 32=>64 produces structured noise).
10597
10598 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10599
10600         * gst/audioconvert/gstaudioconvert.c:
10601         (set_structure_widths_32_and_64), (make_lossless_changes):
10602           We don't support floats with a width of 40, 48 or 56 bits.
10603
10604 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
10605
10606         * gst/audioconvert/audioconvert.c: (float), (double),
10607         (audio_convert_get_func_index):
10608         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
10609         (make_lossless_changes):
10610           Support for 64-bit float audio in audioconvert (#339837)
10611
10612 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
10613
10614         Patch by: Holger Wansing  <linux wansing-online de>
10615
10616         * po/LINGUAS:
10617         * po/de.po:
10618           Add German translation (#352069).
10619
10620 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
10621
10622         reviewed by: Wim Taymans <wim@fluendo.com>
10623
10624         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
10625         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
10626         Use newly added GstCollectPads API to free the allocated resources in
10627         the GstOggPad structures (#402393).
10628
10629 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
10630
10631         * gst/playback/gstplaybin.c: (gen_vis_element):
10632           Add audioresample+audioconvert in front of the visualisation
10633           element, so that elements like libvisual 0.4 that don't support all
10634           samplerates can work.
10635
10636           Fixes: #402505
10637
10638 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
10639
10640         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
10641         (gst_play_base_bin_get_streaminfo_value_array):
10642           Take some locks and make a copy of the streaminfo value array we
10643           maintain while holding the lock, so that the application can
10644           retrieve the stream-info as a value array in a thread-safe way.
10645
10646 2007-01-30  Wim Taymans  <wim@fluendo.com>
10647
10648         * gst/audioconvert/gstaudioconvert.c:
10649         Don't fail on 0 sized buffers. Fixes #396835.
10650
10651 2007-01-29  David Schleef  <ds@schleef.org>
10652
10653         * gst/typefind/gsttypefindfunctions.c:
10654           Detect BBCD as video/x-dirac, so we can play raw dirac
10655           streams.
10656
10657 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
10658
10659         * ext/theora/theoraenc.c: (theora_enc_chain):
10660           Check return value of theora_encode_header(), or we might try to
10661           allocate a random number of bytes. theora_encode_header() can fail
10662           if libtheora has been compiled with encoding support disabled.
10663           Fixes #398110.
10664
10665 2007-01-29  Wim Taymans  <wim@fluendo.com>
10666
10667         * tests/check/gst/.cvsignore:
10668         Do as buildbot says.
10669
10670 2007-01-29  Wim Taymans  <wim@fluendo.com>
10671
10672         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
10673         Fix strides in libvisual. Gst uses X strides.
10674         Inspired by: <ed at catmur dot co dot uk> and 
10675         <tim at centricular dot net>
10676         Fixes #401118.
10677
10678 2007-01-27  Wim Taymans  <wim@fluendo.com>
10679
10680         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
10681         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
10682         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
10683         (gst_ogg_demux_perform_seek),
10684         (gst_ogg_demux_bisect_forward_serialno),
10685         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10686         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
10687         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
10688         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
10689         * ext/ogg/gstoggdemux.h:
10690         Properly propagate streaming errors when we are scanning the file for
10691         chains so that we don't crash when shut down. Might fix some crashers
10692         when quickly switching oggs in RB such as #332503 and #378436.
10693
10694 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
10695
10696         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
10697           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
10698           error code as well.
10699
10700 2007-01-25  Wim Taymans  <wim@fluendo.com>
10701
10702         * gst/playback/gstplaybasebin.c: (remove_source):
10703         Don't try to disconnect a signal from a finalized object.
10704
10705 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10706
10707         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
10708           Cast lock macro parameters to make sure we're actually accessing the
10709           lock member at the right class level. Free list itself in _dispose()
10710           as well and NULL it in case dispose gets called multiple times.
10711
10712 2007-01-25  Edward Hervey  <edward@fluendo.com>
10713
10714         * gst/playback/gstdecodebin2.c:
10715         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
10716         Free GstDecodeGroups no longer used.
10717         (gst_decode_group_expose):
10718         Don't unlock too many times !
10719         (deactivate_free_recursive):
10720         Free iterator once we're done with it.
10721         Fix for recursively deactivating elements (stop at ghostpads).
10722
10723 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10724
10725         * gst/playback/gstplaybin.c: (handoff):
10726           Fix up caps on the frame buffer before we save it and potentially
10727           make it accessible to other threads via g_object_get; also use
10728           gst_buffer_replace() instead of gst_mini_object_replace().
10729
10730 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10731
10732         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
10733           Make getting the current frame thread-safe.
10734
10735 2007-01-25  Edward Hervey  <edward@fluendo.com>
10736
10737         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
10738         (gst_decode_group_new), (gst_decode_group_free):
10739         Set queues to bigger sizes to cope with HD contents.
10740         Fix some mutex freeing and add comment about MT safe methods.
10741
10742 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
10743
10744         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
10745         (gst_text_overlay_text_event):
10746           Don't unnecessarily ref (and then leak) upstream events if the text
10747           pad is not linked. Fixes #399948.
10748
10749         * tests/check/gst-plugins-base.supp:
10750           Add suppression for pango on edgy/x86 for textoverlay test.
10751
10752 2007-01-24  Wim Taymans  <wim@fluendo.com>
10753
10754         * gst-libs/gst/rtp/gstrtpbuffer.h:
10755         Add some more fixed payloads.
10756
10757 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
10758
10759         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
10760           Error out properly if we get an error from libogg while reading the
10761           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
10762
10763 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
10764
10765         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
10766           Don't leak mutex.
10767
10768         * tests/check/elements/playbin.c:
10769         (test_sink_usage_video_only_stream),
10770         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
10771         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
10772         (test_missing_suburisource_handler),
10773         (test_missing_primary_decoder), (playbin_suite):
10774           Run all tests once with decodebin and once with decodebin2.
10775           One test does not pass yet with decodebin2.
10776
10777 2007-01-23  Edward Hervey  <edward@fluendo.com>
10778
10779         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
10780         Fix the cases where oggmux doesn't properly figure out that all
10781         sinkpads have gone EOS, and therefore doesn't push out the remaining
10782         buffers and the final EOS event.
10783         Fixes #363379
10784
10785 2007-01-23  Julien MOUTTE  <julien@moutte.net>
10786
10787         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10788         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10789         Don't lock on navigation event push, just on keysym to string.
10790         Fixes #397673 again.
10791
10792 2007-01-22  Edward Hervey  <edward@fluendo.com>
10793
10794         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
10795         (get_current_group), (group_demuxer_event_probe),
10796         (gst_decode_group_expose), (deactivate_free_recursive),
10797         (gst_decode_group_free):
10798         Cleanups.
10799         Don't forget to emit 'no-more-pads' once a group is exposed.
10800         Cleanup elements from a DecodeGroup once we remove it.
10801         Protect call to gst_decode_group_expose() with the decodebin lock.
10802
10803 2007-01-22  Julien MOUTTE  <julien@moutte.net>
10804
10805         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10806         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10807         Looking at Xorg code i can't figure out if that XKeysymToString
10808         function is thread sensible or not. Lock it just in case as
10809         recommended by Radek Doulik <rodo at ximian dot com>.
10810
10811 2007-01-22  Julien MOUTTE  <julien@moutte.net>
10812
10813         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10814         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10815         Lock that X Call as well. Fixes #397673.
10816
10817 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10818
10819         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
10820           Don't go into an endless loop if the file starts with 00 00 01 2X,
10821           like quicktime redirect files might. Fixes #396042.
10822
10823         * tests/check/Makefile.am:
10824         * tests/check/gst/.cvsignore:
10825         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
10826         (typefindfunctions_suite):
10827           Add unit test for the above.
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           On second thought, use "depth" field rather than "bpp" field.
10833
10834 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10835
10836         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10837           Camtasia caps apparently need a bpp field (#398875).
10838
10839 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10840
10841         * gst/playback/gstplaybasebin.c: (setup_subtitle),
10842         (gen_source_element), (gst_play_base_bin_change_state):
10843           Attempt at a better error message in case we don't have the required
10844           URI handler installed; post missing-plugin message also when we're
10845           missing an URI handler for the subtitle URI; clean up properly also
10846           when an error occurs and we never made it to PAUSED state.
10847
10848         * tests/check/elements/playbin.c: (GST_START_TEST),
10849         (playbin_suite):
10850           Check that we're also getting a missing-plugin messsage for a
10851           missing subtitle URI handler (and clean up properly).
10852
10853 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10854
10855         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
10856           Plug a few reference leaks.
10857
10858 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10859
10860         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
10861           Lower probability a bit if the marker isn't right at the start,
10862           to decrease the chance of false positives.
10863
10864 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10865
10866         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
10867           Small mpeg2 system stream typefinding improvement: make typefinder
10868           probe a bit into the stream instead of just looking for a marker
10869           at the beginning. Fixes #397810.
10870
10871 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
10872
10873         * gst/audioconvert/gstchannelmix.c:
10874           Remove compatibility cruft for prehistoric GLib versions.
10875
10876 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
10877
10878         * gst/playback/Makefile.am:
10879         * gst/playback/gstdecodebin.c: (close_pad_link):
10880         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
10881         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10882         (gst_play_base_bin_handle_message_func), (unknown_type):
10883           Let decodebin be the element to post missing-plugin messages for
10884           missing decoders (rather than playbin); make playbin implement
10885           GstBin::handle_message so we can suppress missing-plugin messages
10886           for types we're not handling on purpose (don't want to bring up an
10887           installer in those cases).
10888
10889 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
10890
10891         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10892         * gst-libs/gst/tag/gstvorbistag.c:
10893         (gst_tag_list_to_vorbiscomment_buffer):
10894         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
10895           Fix potentially unaligned access (#397207).
10896
10897 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
10898
10899         * tests/examples/seek/seek.c: (set_scale), (update_scale),
10900         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
10901         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
10902         (main):
10903           Allow to toggle looping while it plays. Fix callback prototype. Clean
10904           up code a bit more. Add copyright header.
10905
10906 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
10907
10908         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
10909           Red and blue mask was swapped (spotted by Dan Williams).
10910
10911 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
10912
10913         * gst-libs/gst/tag/gstid3tag.c:
10914         * gst-libs/gst/tag/gstvorbistag.c:
10915           Use new beats-per-minute tag from core.
10916
10917 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
10918
10919         * po/POTFILES.in:
10920           Add new files with translatable strings, so they actually make it
10921           into the template file one day.
10922
10923 2007-01-12  Andy Wingo  <wingo@pobox.com>
10924
10925         * gst-libs/gst/audio/gstbaseaudiosink.c
10926         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
10927         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
10928         stuff, as the base class handles this now. Actually tell the ring
10929         buffer to start.
10930         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
10931         How did this work before? Maybe I'm not as awesome a programmer as
10932         I think.
10933
10934         * gst-libs/gst/audio/gstbaseaudiosrc.c
10935         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
10936         of a pad function.
10937
10938 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
10939
10940         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
10941           Remove more fields so that the application can better blacklist
10942           formats that have been tried before.
10943
10944 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
10945
10946         * gst-libs/gst/audio/mixerutils.h:
10947           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
10948           used when compiling with c++ compilers as well.
10949
10950 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
10951
10952         * gst/typefind/gsttypefindfunctions.c:
10953           Fix comment.
10954
10955 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
10956
10957         * gst/playback/gstplaybin.c: (post_missing_element_message),
10958         (gen_video_element), (gen_text_element), (gen_audio_element),
10959         (gen_vis_element):
10960           Post missing-plugin messages also when we error out because
10961           converters, textoverlay or auto*sinks are missing (#161922).
10962
10963 2007-01-10  Wim Taymans  <wim@fluendo.com>
10964
10965         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
10966         (is_demuxer_element), (new_caps):
10967         * gst/playback/gstplaybasebin.c: (source_new_pad):
10968         Fix the case where we try to ref a NULL element when we delay a link
10969         because of unfixed caps.
10970         Set the state of autoplugged decodebins to PAUSED.
10971         RTSP now works in playbin, we can remove it from the blacklist.
10972
10973 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
10974
10975         * gst/playback/Makefile.am:
10976         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
10977         (unknown_type), (setup_subtitle), (gen_source_element):
10978         * gst/playback/gstplaybin.c: (plugin_init):
10979           Post missing-plugin messages on the bus for missing sources and
10980           missing decoders/demuxers/depayloaders; fix error code used when
10981           we're missing an URI handler source; for media types that we are not
10982           handling on purpose at the moment, don't print "don't know how to
10983           handle xyz" messages to the terminal or post missing-plugin
10984           messages on the bus.
10985
10986         * tests/check/elements/playbin.c: (create_playbin),
10987         (GST_START_TEST), (gst_codec_src_uri_get_type),
10988         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
10989         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
10990         (gst_codec_src_init_type), (gst_codec_src_base_init),
10991         (gst_codec_src_create), (gst_codec_src_class_init),
10992         (gst_codec_src_init), (plugin_init), (playbin_suite):
10993           Add some tests for the missing-plugin stuff.
10994
10995 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
10996
10997         * configure.ac:
10998         * gst-libs/gst/Makefile.am:
10999         * gst-libs/gst/utils/Makefile.am:
11000         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
11001         * gst-libs/gst/utils/base-utils.h:
11002         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
11003         (find_format_info), (caps_are_rtp_caps),
11004         (gst_base_utils_get_source_description),
11005         (gst_base_utils_get_sink_description),
11006         (gst_base_utils_get_decoder_description),
11007         (gst_base_utils_get_encoder_description),
11008         (gst_base_utils_get_element_description),
11009         (gst_base_utils_add_codec_description_to_tag_list),
11010         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
11011         * gst-libs/gst/utils/descriptions.h:
11012         * gst-libs/gst/utils/missing-plugins.c:
11013         (missing_structure_get_type), (copy_and_clean_caps),
11014         (gst_missing_uri_source_message_new),
11015         (gst_missing_uri_sink_message_new),
11016         (gst_missing_element_message_new),
11017         (gst_missing_decoder_message_new),
11018         (gst_missing_encoder_message_new),
11019         (missing_structure_get_string_detail),
11020         (missing_structure_get_caps_detail),
11021         (gst_missing_plugin_message_get_installer_detail),
11022         (gst_missing_plugin_message_get_description),
11023         (gst_is_missing_plugin_message):
11024         * gst-libs/gst/utils/missing-plugins.h:
11025           API: add new libgstbaseutils library with functions
11026           - to create and parse missing-plugins messages
11027           - that provide (translated) descriptions for caps/decoders/sources/etc.
11028           Closes #392393.
11029
11030         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
11031         * pkgconfig/gstreamer-plugins-base.pc.in:
11032           Add new lib.
11033
11034         * docs/libs/gst-plugins-base-libs-docs.sgml:
11035         * docs/libs/gst-plugins-base-libs-sections.txt:
11036           Generate docs for new lib and API.
11037
11038         * tests/check/Makefile.am:
11039         * tests/check/libs/.cvsignore:
11040         * tests/check/libs/utils.c: (missing_msg_check_getters),
11041         (GST_START_TEST), (libgstbaseutils_suite):
11042           Add some basic unit tests.
11043
11044 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11045
11046         * ext/ogg/Makefile.am:
11047           Dist gstoggdemux.h to fix 'make distcheck'.
11048
11049         * sys/v4l/Makefile.am:
11050           Fix 'make distcheck' even more.
11051
11052 2007-01-09  Wim Taymans  <wim@fluendo.com>
11053
11054         * docs/plugins/Makefile.am:
11055         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11056         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11057         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
11058         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
11059         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
11060         (gst_ogg_demux_perform_seek):
11061         * ext/ogg/gstoggdemux.h:
11062         Added docs.
11063         Add some more comments.
11064         Small cleanups.
11065
11066 2007-01-09  Wim Taymans  <wim@fluendo.com>
11067
11068         * ext/theora/theoradec.c:
11069         * ext/vorbis/vorbisdec.c:
11070         * gst-libs/gst/audio/gstringbuffer.c:
11071         (gst_ring_buffer_commit_full):
11072         * gst-libs/gst/audio/gstringbuffer.h:
11073         * gst-libs/gst/rtp/gstrtpbuffer.c:
11074         * gst-libs/gst/tag/gstvorbistag.c:
11075         Small documentation updates/fixes
11076
11077 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11078
11079         * configure.ac:
11080           Require core CVS HEAD for Andy's basesrc/sink API additions.
11081
11082 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11083
11084         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
11085
11086         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
11087         (plugin_init):
11088           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
11089           on flac.sf.net (there appear to be other versions of the first
11090           ogg page in the wild) (#391365).
11091
11092 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11093
11094         * configure.ac:
11095           Check if localtime_r() is available.
11096
11097         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
11098           If localtime_r() is not available, fall back to localtime(). Should
11099           fix build on MingW (#393310).
11100
11101 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11102
11103         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
11104         * gst/subparse/gstsubparse.h:
11105           Remove spurious 1000 subtrahend when calculating the timestamp from
11106           the frame number and the frame rate . Also, use the frames/second
11107           value specified in the first line of the file, if one is specified
11108           there. Should fix #357503.
11109
11110         * tests/check/elements/subparse.c: (do_test),
11111         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
11112         (subparse_suite):
11113           Add some basic unit tests for the microdvd subtitle format.
11114
11115 2007-01-07  Julien MOUTTE  <julien@moutte.net>
11116
11117         Patch by: Young-Ho Cha <ganadist at chollian dot net>
11118
11119         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11120         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
11121         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
11122         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
11123         (gst_xvimagesink_set_xwindow_id),
11124         (gst_xvimagesink_set_event_handling),
11125         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
11126         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
11127         Fixes: #390076.
11128         Add an adaptor property to select a specific XV adaptor.
11129         * sys/xvimage/xvimagesink.h:
11130
11131 2007-01-07  Julien MOUTTE  <julien@moutte.net>
11132
11133         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
11134         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
11135         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
11136         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
11137         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
11138         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
11139         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11140         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
11141         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
11142         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
11143         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
11144         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
11145         Use flow_lock much more to protect every access to xwindow.
11146         Try to catch erros while creating images in case some drivers are
11147         just generating an XError when the requested image is too big.
11148         Should fix : #354698, #384008, #384060.
11149         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
11150         Implement some stress testing of setting window xid.
11151
11152 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
11153
11154         * win32/common/libgsaudio.def:
11155           Add new exported function.
11156         * win32/common/libgstogg.dsp:
11157           Add gstoggaviparse.c to the build.
11158         * win32/common/libgstvideoscale.dsp:
11159           Add vs_4tap.c to the build.
11160         * win32/common/libgstvorbis.dsp:
11161           Add vorbistag.c to the build.
11162         
11163 2007-01-06  Andy Wingo  <wingo@pobox.com>
11164
11165         * gst-libs/gst/audio/gstbaseaudiosink.c
11166         (gst_base_audio_sink_class_init)
11167         (gst_base_audio_sink_init): 
11168         (gst_base_audio_sink_activate_pull): Add an activate_pull function
11169         to baseaudiosink, and tell basesink that we can work in pull mode.
11170         This way the ring buffer thread drives the pipeline directly, if
11171         pull mode is possible. There is some lingering nastiness regarding
11172         capsnego, however.
11173         (gst_base_audio_sink_callback): Implement the callback to pull
11174         data. This interface is a bit light, though -- it should get a
11175         GstFlowReturn return value at least.
11176
11177 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11178
11179         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
11180         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11181         * gst/playback/gstdecodebin2.c:
11182         (gst_decode_group_check_if_blocked):
11183           Printf format and missing argument fixes.
11184
11185 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
11186
11187         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
11188         (gst_ogm_parse_change_state):
11189         Activate pads before adding them to the element.
11190
11191 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11192
11193         * tests/examples/seek/scrubby.c: (main):
11194         * tests/examples/seek/seek.c: (main):
11195           Call g_thread_init() first thing in main() (see #391278).
11196
11197 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11198
11199         * tests/check/Makefile.am:
11200         * tests/check/libs/.cvsignore:
11201         * tests/check/libs/netbuffer.c: (GST_START_TEST),
11202         (netbuffer_suite):
11203           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
11204           for the time being, since it's broken, see #393099.
11205
11206 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11207
11208         * tests/check/Makefile.am:
11209           Update to use GST_PLUGINS_BASE_CFLAGS as well.
11210
11211 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
11212
11213         * configure.ac:
11214           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
11215           so that GST_BASE_CFLAGS can go inbetween them, making sure
11216           we use uninstalled gst-libs headers
11217         * docs/libs/Makefile.am:
11218         * ext/alsa/Makefile.am:
11219         * ext/cdparanoia/Makefile.am:
11220         * ext/gnomevfs/Makefile.am:
11221         * ext/libvisual/Makefile.am:
11222         * ext/ogg/Makefile.am:
11223         * ext/theora/Makefile.am:
11224         * ext/vorbis/Makefile.am:
11225         * gst-libs/gst/audio/Makefile.am:
11226         * gst-libs/gst/cdda/Makefile.am:
11227         * gst-libs/gst/interfaces/Makefile.am:
11228         * gst-libs/gst/riff/Makefile.am:
11229         * gst-libs/gst/rtp/Makefile.am:
11230         * gst-libs/gst/tag/Makefile.am:
11231         * gst/adder/Makefile.am:
11232         * gst/audioconvert/Makefile.am:
11233         * gst/audiorate/Makefile.am:
11234         * gst/audioresample/Makefile.am:
11235         * gst/playback/Makefile.am:
11236         * gst/tcp/Makefile.am:
11237         * gst/videoscale/Makefile.am:
11238         * gst/volume/Makefile.am:
11239         * sys/ximage/Makefile.am:
11240         * sys/xvimage/Makefile.am:
11241         * tests/icles/Makefile.am:
11242           adapt
11243
11244 2007-01-04  Julien MOUTTE  <julien@moutte.net>
11245
11246         * gst-libs/gst/interfaces/xoverlay.c:
11247         (gst_x_overlay_handle_events):
11248         * gst-libs/gst/interfaces/xoverlay.h:
11249         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
11250         (gst_ximagesink_set_xwindow_id),
11251         (gst_ximagesink_set_event_handling),
11252         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
11253         (gst_ximagesink_get_property), (gst_ximagesink_init),
11254         (gst_ximagesink_class_init):
11255         * sys/ximage/ximagesink.h:
11256         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
11257         (gst_xvimagesink_set_xwindow_id),
11258         (gst_xvimagesink_set_event_handling),
11259         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
11260         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
11261         (gst_xvimagesink_class_init):
11262         * sys/xvimage/xvimagesink.h:
11263         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
11264         Add a method to the XOverlay interface to allow disabling of 
11265         event handling in x[v]imagesink elements. This will let X events
11266         propagate to parent windows which can be usefull in some cases.
11267         Be carefull that the application is then responsible of pushing
11268         navigation events and expose events to the video sink.
11269         Fixes: #387138.
11270
11271 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
11272
11273         * gst-libs/gst/tag/gstvorbistag.c:
11274         * tests/check/libs/tag.c: (GST_START_TEST):
11275           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
11276           (fixes #392070).
11277
11278 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
11279
11280         * configure.ac:
11281         * docs/Makefile.am:
11282         * docs/design/Makefile.am:
11283           Dist design docs.
11284
11285 2006-12-27  Julien MOUTTE  <julien@moutte.net>
11286
11287         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
11288         typo. Fixes: #390063.
11289
11290 2006-12-27  Julien MOUTTE  <julien@moutte.net>
11291
11292         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11293         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
11294         caps leak.
11295         * win32/common/config.h: Updated.
11296
11297 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
11298
11299         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
11300         (setup_gdpdepay_streamheader):
11301         * tests/check/elements/gdppay.c: (cleanup_gdppay),
11302         (setup_gdppay_streamheader):
11303           Fix the dp tests, but activating the pads for the streamheader tests
11304           too and cleaning up conditionaly
11305
11306 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
11307
11308         * gst/ffmpegcolorspace/avcodec.h:
11309         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11310         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
11311         (gst_ffmpegcsp_avpicture_fill):
11312         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
11313         (img_get_alpha_info):
11314         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
11315         other end of the word. Fixes: #387073.
11316
11317         Add some inconsequential branch hints in a couple of places.
11318
11319 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
11320
11321         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11322         (gst_ffmpeg_caps_to_smpfmt):
11323           The "signed" field in raw audio caps is of boolean type, trying to
11324           extract the value with _get_int() will fail (fix to keep in sync with
11325           the copy in gst-ffmpeg)
11326
11327 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
11328
11329         * tests/check/elements/audioresample.c: (cleanup_audioresample):
11330         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
11331         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
11332         (cleanup_gdpdepay):
11333         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
11334         * tests/check/elements/subparse.c: (teardown_subparse):
11335         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
11336         * tests/check/elements/videorate.c: (cleanup_videorate):
11337         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
11338         * tests/check/elements/volume.c: (cleanup_volume):
11339         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
11340         (cleanup_vorbisdec):
11341         * tests/check/elements/vorbistag.c: (setup_vorbistag),
11342         (cleanup_vorbistag):
11343           consistent pad (de)activation
11344
11345 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
11346
11347         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11348           Forgot to register the extensions.
11349
11350 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
11351
11352         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
11353         (plugin_init):
11354           Add typefinder for VIVO files (my christmas present to the 90s).
11355
11356 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11357
11358         * gst/playback/gstdecodebin.c: (type_found):
11359           Special-case the text/plain media type: we only want to recognise it
11360           as a 'raw' decoded media type if it comes from a demuxer or subtitle
11361           parser, but not if the entire stream is of text/plain type. If the
11362           entire stream is text/plain, we should just error out.
11363
11364           This fixes playback of audio files with lyrics in totem. Totem can't
11365           distinguish between text files and subtitle files and passes any
11366           .txt file with the same basename as the main file to playbin as
11367           suburi, and playbin will then throw a 'subtitle found, but no video
11368           stream' error, which isn't entirely helpful. See #380342.
11369
11370           Also, with this change we'll show a slightly more correct error
11371           message in case totem passes a playlist file to us (although a
11372           custom error message wording instead of the default text would
11373           probably not be a bad idea either).
11374
11375           Same problem also needs to be fixed for playbin+decodebin2.
11376
11377         * tests/check/Makefile.am:
11378         * tests/check/elements/decodebin.c: (src_handoff_cb),
11379         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
11380         (decodebin_suite):
11381           Add simple unit test for decodebin for the above.
11382
11383 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11384
11385         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
11386         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
11387           Refuse to change state to READY when we failed to create any of the
11388           required elements in our instance init function.
11389
11390 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
11391
11392         * docs/libs/gst-plugins-base-libs-sections.txt:
11393           Small docs fixes/updates.
11394
11395         * gst-libs/gst/video/gstvideosink.h:
11396           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
11397           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
11398           removed from the base sink API between 0.9.6 and 0.9.7).
11399           API: add GST_VIDEO_SINK_CAST and use it for the height/width
11400           accessor macros, so we don't do a runtime GObject type check every
11401           time we use them.
11402
11403 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11404
11405         * Makefile.am:
11406         * gst-plugins-base.doap:
11407         * gst-plugins-base.spec.in:
11408           add doap file
11409
11410 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
11411
11412         Patch by: Jens Granseuer <jensgr at gmx net>
11413
11414         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
11415         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11416         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
11417         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
11418         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
11419           Declare variables at the beginning of a block. Fixes #383195.
11420
11421 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
11422
11423         * configure.ac:
11424         Bump version nano - back to CVS.
11425
11426
11427 === release 0.10.11 ===
11428
11429 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
11430
11431         * configure.ac:
11432           releasing 0.10.11, "Dumb things"
11433
11434 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
11435
11436         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
11437         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
11438         Handle the case where an element has multiple pads with 
11439         unfixed caps as well as still possibly producing more dynamic 
11440         pads by storing each case as a distinct entry in the dynamic list.
11441         Fixes #38223 again.
11442
11443 2006-12-04  Wim Taymans  <wim@fluendo.com>
11444
11445         * gst/playback/gstdecodebin.c: (close_pad_link):
11446         Fix #382223, add more dynamic caps handling.
11447
11448 2006-12-04  Wim Taymans  <wim@fluendo.com>
11449
11450         * gst-libs/gst/audio/gstringbuffer.h:
11451         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
11452         (gst_netaddress_set_ip4_interface),
11453         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
11454         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
11455         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
11456         (gst_netaddress_get_ttl):
11457         * gst-libs/gst/netbuffer/gstnetbuffer.h:
11458         * gst/playback/gstdecodebin.c: (close_pad_link):
11459         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
11460         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
11461         * win32/common/config.h:
11462
11463 2006-12-01  Michael Smith  <msmith@fluendo.com>
11464
11465         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
11466           Delete bad debug code.
11467           Fixes #381219
11468
11469 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
11470
11471         * gst/videoscale/vs_4tap.c:
11472         * win32/MANIFEST:
11473         * win32/common/config.h:
11474         * win32/vs8/libgstvideoscale.vcproj:
11475         Fix compilation on win32 under VS8
11476         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
11477         Partially fixes #381175
11478
11479 2006-11-30  Michael Smith  <msmith@fluendo.com>
11480
11481         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11482         (GST_START_TEST):
11483           It would be very bad if, after a discont buffer, we thought every
11484           single following buffer was also discont. So, add to the test to
11485           ensure that this isn't the case.
11486           
11487         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
11488           ... it was the case. So fix it.
11489
11490 2006-11-28  Wim Taymans  <wim@fluendo.com>
11491
11492         * gst/playback/gstplaybasebin.c: (check_queue_event):
11493         Improve debug.
11494
11495         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
11496         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
11497         padtemplate caps. Refixes #357577.
11498
11499 2006-11-28  Wim Taymans  <wim@fluendo.com>
11500
11501         * gst/playback/gstplaybasebin.c: (check_queue_event),
11502         (queue_threshold_reached), (queue_out_of_data),
11503         (gen_preroll_element):
11504         Add event probe to see when EOS is in a queue and we can disable the
11505         underrun signals. Fixes #357577.
11506
11507 2006-11-28  Edward Hervey  <edward@fluendo.com>
11508
11509         * gst/playback/Makefile.am:
11510         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
11511         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
11512         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
11513         (gst_decode_bin_init), (gst_decode_bin_dispose),
11514         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
11515         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
11516         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
11517         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
11518         (connect_element), (expose_pad), (type_found),
11519         (pad_added_group_cb), (pad_removed_group_cb),
11520         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
11521         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
11522         (are_raw_caps), (multi_queue_overrun_cb),
11523         (multi_queue_underrun_cb), (gst_decode_group_new),
11524         (get_current_group), (group_demuxer_event_probe),
11525         (gst_decode_group_control_demuxer_pad),
11526         (gst_decode_group_control_source_pad),
11527         (gst_decode_group_check_if_blocked),
11528         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
11529         (gst_decode_group_hide), (gst_decode_group_free),
11530         (gst_decode_group_set_complete), (source_pad_blocked_cb),
11531         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
11532         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
11533         (plugin_init):
11534         New decodebin2 element.
11535         Closes #370092
11536         * gst/playback/gstplay-marshal.list:
11537         Added marshallers for new signals in decodebin2
11538         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
11539         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
11540         is set.
11541
11542 2006-11-28  Wim Taymans  <wim@fluendo.com>
11543
11544         * gst/playback/gstplaybasebin.c: (setup_source),
11545         (gst_play_base_bin_change_state):
11546         Disable rtsp:// uris for the release, it's not good enough yet.
11547         Remove unused var.
11548
11549 2006-11-26  Wim Taymans  <wim@fluendo.com>
11550
11551         * ext/theora/theoradec.c: (gst_theora_dec_reset),
11552         (theora_dec_push_forward), (theora_dec_push_reverse),
11553         (theora_handle_data_packet), (theora_dec_decode_buffer),
11554         (theora_dec_flush_decode), (theora_dec_chain_reverse),
11555         (theora_dec_chain_forward), (theora_dec_chain):
11556         Implement reverse playback.
11557
11558         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
11559         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
11560         (vorbis_dec_chain_forward):
11561         Clear buffers used for reverse playback in _reset.
11562         No need to set the eos flag, we clip samples using the segment.
11563
11564 2006-11-24  Wim Taymans  <wim@fluendo.com>
11565
11566         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
11567         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
11568         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
11569         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
11570         Some cleanups.
11571         Handle continued pages in reverse mode.
11572
11573 2006-11-24  Wim Taymans  <wim@fluendo.com>
11574
11575         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
11576         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
11577         (vorbis_dec_flush_decode):
11578         Small cleanups.
11579         Don't try to add invalid timestamps.
11580         Clipping will unref the buffer.
11581
11582 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11583
11584         * gst/adder/gstadder.h:
11585         * gst/audiotestsrc/gstaudiotestsrc.h:
11586           remove obsolete _factory_init protos
11587
11588 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11589
11590         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
11591           Fix spacing in debug message.
11592
11593 2006-11-23  Wim Taymans  <wim@fluendo.com>
11594
11595         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
11596         (gst_ogg_demux_chain):
11597         Don't just ignore return values from _pad_push().
11598         Small debug improvements.
11599
11600 2006-11-23  Michael Smith  <msmith@fluendo.com>
11601
11602         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
11603           If our incoming buffer is marked as DISCONT, then increment the page
11604           number (so that the discontinuity is marked in the final ogg
11605           bitstream) and flush the previous page.
11606
11607 2006-11-22  Michael Smith  <msmith@fluendo.com>
11608
11609         * ext/theora/gsttheoraenc.h:
11610         * ext/theora/theoraenc.c: (gst_theora_enc_init),
11611         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
11612         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
11613         (theora_enc_chain), (theora_enc_change_state):
11614           Mark discontinuities of > 3/4 of a frame, reinit encoder.
11615
11616         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11617         (GST_START_TEST), (theoraenc_suite):
11618           Enable discontinuity test, fix it.
11619
11620 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11621
11622         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
11623         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
11624         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
11625         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
11626         (gst_text_overlay_change_state):
11627         * ext/pango/gsttextoverlay.h:
11628           Some textoverlay fixes: for one, in the video chain function,
11629           actually wait for a text buffer to come in if there is none at the
11630           moment and there should be one; also, deal more gracefully with
11631           incoming buffers that do not have a timestamp or duration; discard
11632           text buffer when not needed any longer. Fixes #341681.
11633
11634         * tests/check/Makefile.am:
11635         * tests/check/elements/.cvsignore:
11636         * tests/check/elements/textoverlay.c:
11637         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
11638         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
11639         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
11640         (test_video_waits_for_text_send_text_newsegment_thread),
11641         (test_video_waits_for_text_shutdown_element),
11642         (test_render_continuity_push_video_buffers_thread),
11643         (textoverlay_suite):
11644           Add some unit tests for textoverlay.
11645
11646 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11647
11648         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
11649           Avoid integer underflow when the found probability for mp3 is
11650           smaller than the 'penalty' we subtract if there's not a clean
11651           mp3 header sync at offset 0.
11652
11653 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
11654
11655         * docs/libs/gst-plugins-base-libs-sections.txt:
11656           Add some new symbols to the docs
11657
11658 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
11659
11660         * tests/check/Makefile.am:
11661         * tests/check/elements/ffmpegcolorspace.c:
11662         (ffmpegcolorspace_suite):
11663           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
11664           (for now not for valgrinding though, since it takes too long).
11665
11666 2006-11-20  Wim Taymans  <wim@fluendo.com>
11667
11668         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11669         (gst_ffmpeg_pixfmt_to_caps):
11670         Fix RGBA32 caps. Fixes #357038.
11671
11672 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
11673
11674         * gst-libs/gst/interfaces/mixertrack.h:
11675           Add FIXME so we can add some padding here in 0.11
11676
11677 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
11678
11679         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
11680           Fix GstBaseRTPAudioPayload structure so the whole GObject
11681           inheritance business actually works (parent class instance structure
11682           must always come first in the derived class instance structure).
11683
11684 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
11685
11686         * gst/videotestsrc/Makefile.am:
11687         * tests/check/Makefile.am:
11688           Make sure our checks and the videotestsrc plugin link against the
11689           local uninstalled gst libs and not any installed gst libs that
11690           might happen to exist as well.
11691
11692         * tests/check/elements/adder.c: (message_received),
11693         (test_event_message_received), (test_play_twice_message_received):
11694         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
11695           Fix compiler warnings when compiling against core with disabled
11696           debugging system.
11697
11698 2006-11-16  Michael Smith  <msmith@fluendo.com>
11699
11700         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
11701         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
11702           Fix audiorate, so that it accurately sets offsets and timestamps.
11703           Doesn't change the fundamental algorithmic decisions; so should be
11704           safe.
11705
11706         * tests/check/Makefile.am:
11707           Enable audiorate test now that it passes.
11708
11709 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
11710
11711         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
11712           clear xv when going to NULL, remove // commented non-existant proto
11713
11714         * tests/examples/seek/seek.c: (main):
11715           add missing tooltip description for scrub and play_scrub
11716
11717 2006-11-14  David Schleef  <ds@schleef.org>
11718
11719         * configure.ac:
11720           Bump liboil requirement to 0.3.8.
11721         * gst-libs/gst/riff/riff-media.c:
11722           Add Dirac fourcc.
11723         * gst/videoscale/vs_image.h:
11724         * gst/videoscale/vs_scanline.h:
11725           Use liboil's stdint.h.
11726         * gst/videotestsrc/videotestsrc.c:
11727           Remove liboil related ifdef's, since they aren't needed now, and
11728           won't work with future versions.
11729
11730 2006-11-14  David Schleef  <ds@schleef.org>
11731
11732         * gst/videoscale/Makefile.am:
11733         * gst/videoscale/gstvideoscale.c:
11734         * gst/videoscale/gstvideoscale.h:
11735         * gst/videoscale/vs_4tap.c:
11736         * gst/videoscale/vs_4tap.h:
11737         * gst/videoscale/vs_image.c:
11738         * gst/videoscale/vs_image.h:
11739         * gst/videoscale/vs_scanline.c:
11740         * gst/videoscale/vs_scanline.h:
11741           Add a 4-tap image scaler.  Theoretically looks much prettier.
11742           The tap calculation could use some improvement.
11743
11744 2006-11-14  Wim Taymans  <wim@fluendo.com>
11745
11746         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
11747
11748         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
11749         (gst_riff_parse_strf_iavs):
11750         * gst/subparse/gstsubparse.c: (convert_encoding):
11751         * gst/tcp/gstmultifdsink.c:
11752         (gst_multi_fd_sink_handle_client_write):
11753         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
11754         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
11755         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
11756         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
11757         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
11758         (gst_ximagesink_ximage_new):
11759         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
11760         Various gsize and gssize printf fixes. Fixes #372507.
11761
11762 2006-11-13  Wim Taymans  <wim@fluendo.com>
11763
11764         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11765         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
11766         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
11767         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
11768         (vorbis_dec_chain_forward), (vorbis_dec_chain):
11769         * ext/vorbis/vorbisdec.h:
11770         First stab at vorbis reverse playback.
11771
11772 2006-11-13  Wim Taymans  <wim@fluendo.com>
11773
11774         * gst-libs/gst/audio/gstbaseaudiosink.c:
11775         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11776         * gst-libs/gst/audio/gstbaseaudiosink.h:
11777         Make the clock sync code more accurate wrt resampling and playback
11778         at different rates.
11779         
11780         * gst-libs/gst/audio/gstringbuffer.c:
11781         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
11782         * gst-libs/gst/audio/gstringbuffer.h:
11783         Use better algorithm to interpolate sample rates. 
11784
11785 2006-11-13  Michael Smith  <msmith@fluendo.com>
11786
11787         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
11788           Improve a debug line slightly.
11789
11790         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
11791           Call gst_riff_init() in plugin_init, to avoid getting errors from
11792           the debug system (unrelated changes to another plugin made this turn
11793           up; not sure why).
11794
11795 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
11796
11797         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
11798
11799         * win32/common/libgsttag.def:
11800           Add missing symbol (#366492).
11801
11802 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
11803
11804         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
11805           Don't unref a NULL pad.
11806
11807 2006-11-09  Wim Taymans  <wim@fluendo.com>
11808
11809         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
11810         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
11811         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
11812         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
11813         (gst_ogg_demux_loop):
11814         Implement first stab at reverse playback.
11815
11816 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
11817
11818         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11819         (gst_riff_create_video_template_caps):
11820           add h263/h264 variants to the caps, Fixes #363118
11821
11822 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
11823
11824         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
11825         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
11826           Use g_strerror instead of strerror so we get UTF-8.
11827
11828 2006-11-03  David Schleef  <ds@schleef.org>
11829
11830         * ext/ogg/gstoggdemux.c:
11831         * ext/ogg/gstoggmux.c:
11832           Add/remove KW-DIRAC header here, since it is ogg-specific.
11833
11834 2006-11-03  Michael Smith  <msmith@fluendo.com>
11835
11836         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
11837           Recognise more mpeg4 elementary video streams.
11838
11839 2006-11-02  Edward Hervey  <edward@fluendo.com>
11840
11841         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
11842         Lower the probability of mp3 typefinding functions if we don't find a
11843         valid mp3 header at the start of the file.
11844         Closes #369482
11845
11846 2006-11-02  Wim Taymans  <wim@fluendo.com>
11847
11848         * ext/theora/gsttheoradec.h:
11849         * ext/theora/theoradec.c: (gst_theora_dec_init),
11850         (theora_dec_sink_event), (theora_dec_chain_forward),
11851         (theora_dec_flush_decode), (theora_dec_chain_reverse),
11852         (theora_dec_chain):
11853         Document and partially implement an algorithm for doing reverse playback
11854         of theora video.
11855
11856 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
11857
11858         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
11859
11860         * win32/common/config.h:
11861         * win32/common/interfaces-enumtypes.c:
11862         * win32/common/libgsttag.def:
11863         * win32/vs8/gst-plugins-base.sln:
11864         * win32/vs8/libgstaudioresample.vcproj:
11865         * win32/vs8/libgstinterfaces.vcproj:
11866         * win32/vs8/libgstogg.vcproj:
11867         * win32/vs8/libgstriff.vcproj:
11868         * win32/vs8/libgsttag.vcproj:
11869         * win32/vs8/libgsttheora.vcproj:
11870         * win32/vs8/libgstvideoscale.vcproj:
11871         * win32/vs8/libgstvorbis.vcproj:
11872           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
11873           to libgsttag.def; add missing dependencies for some vs8 projects;
11874           re-arrange placement of .def files in vs8 projects (#366334).
11875
11876 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
11877
11878         * ext/ogg/gstogg.c:
11879           Remove unused variable.
11880
11881         * ext/ogg/gstoggdemux.c:
11882           Fix Wim's surname in plugin description.
11883
11884 2006-10-31  Wim Taymans  <wim@fluendo.com>
11885
11886         * gst-plugins-base.spec.in:
11887         spec new .h file. Fixes #368310.
11888
11889 2006-10-31  Michael Smith  <msmith@fluendo.com>
11890
11891         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
11892         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
11893         (gst_multi_fd_sink_get_stats),
11894         (gst_multi_fd_sink_remove_client_link),
11895         (gst_multi_fd_sink_queue_buffer),
11896         (gst_multi_fd_sink_handle_clients):
11897         * gst/tcp/gstmultifdsink.h:
11898           Make using the remove or clear signals threadsafe.
11899           Make calling get-stats with an invalid fd not segfault.
11900           Fixes 368273.
11901
11902 2006-10-31  Wim Taymans  <wim@fluendo.com>
11903
11904         * gst-libs/gst/rtp/Makefile.am:
11905         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11906         (gst_base_rtp_audio_payload_init):
11907         Fix and activate base audio payloader.
11908
11909 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
11910
11911         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
11912         (plugin_init):
11913           Add typefinder for QuickTime Image Files (see #366156).
11914
11915 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
11916
11917         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
11918           Another typo fix (#366212).
11919
11920 2006-10-27  Wim Taymans  <wim@fluendo.com>
11921
11922         * gst/volume/gstvolume.c: (volume_transform_ip):
11923         Use stream time to synchronize volume property instead of rather random
11924         timestamps. This is needed when gnonlin does its time shifting.
11925
11926 2006-10-27  Wim Taymans  <wim@fluendo.com>
11927
11928         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
11929
11930         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
11931         Remove the pad from the element in release_pad. Fixes #364812.
11932
11933 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
11934
11935         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
11936         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
11937           Explicitly create our custom buffer classes at a thread-safe
11938           location as well, since g_type_class_ref() doesn't seem to be
11939           entirely thread-safe either (#365501; also see #349410).
11940
11941 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
11942
11943         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
11944         (gst_riff_parse_info):
11945           If strings in INFO chunk are not UTF-8, do something similar to
11946           what we do for ID3v1 tags: check a number of environment variables
11947           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
11948           character sets to try, otherwise try the current locale and/or fall
11949           back on ISO-8859-1. Fixes #360552.
11950
11951 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
11952
11953         * gst/videotestsrc/gstvideotestsrc.c:
11954         (gst_video_test_src_pattern_get_type),
11955         (gst_video_test_src_set_pattern):
11956         * gst/videotestsrc/gstvideotestsrc.h:
11957         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
11958         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
11959         (gst_video_test_src_checkers8):
11960         * gst/videotestsrc/videotestsrc.h:
11961           Add a bunch of exciting new checkers patterns.
11962
11963 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
11964
11965         * gst/subparse/Makefile.am:
11966         * gst/subparse/gstsubparse.c:
11967         (gst_sub_parse_data_format_autodetect),
11968         (gst_sub_parse_format_autodetect), (handle_buffer),
11969         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
11970         * gst/subparse/gstsubparse.h:
11971         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
11972         (parse_tmplayer):
11973         * gst/subparse/tmplayerparse.h:
11974           Add support for TMPlayer-type subtitles (#362845).
11975
11976         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
11977         (GST_START_TEST), (subparse_suite):
11978           Add some basic unit tests for the above.
11979
11980 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
11981
11982         * tests/check/elements/audiorate.c: (test_injector_base_init),
11983         (test_injector_class_init), (test_injector_chain),
11984         (test_injector_init), (probe_cb), (do_perfect_stream_test),
11985         (GST_START_TEST), (audiorate_suite):
11986           More tests for audiorate: inject buffers to check behaviour when
11987           buffers overlap.
11988
11989 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
11990
11991         * tests/check/Makefile.am:
11992         * tests/check/elements/.cvsignore:
11993         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
11994         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
11995           Add some basic unit tests for audiorate. Disabled at the moment
11996           since it doesn't pass yet (see bug #363119).
11997
11998 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11999
12000         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
12001         (parse_subrip), (handle_buffer):
12002           Add missing closing tags for markup and fix broken markup,
12003           otherwise pango won't render anything (fixes #357531). Also,
12004           make sure the text we send out is always NUL-terminated
12005           (better safe than sorry etc.).
12006
12007         * tests/check/elements/subparse.c: (test_srt_do_test),
12008         (test_srt):
12009           Some more tests for .srt incl. tests for the above stuff.
12010
12011 2006-10-20  Julien MOUTTE  <julien@moutte.net>
12012
12013         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
12014         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
12015         Patch by: Stefan Kost  <ensonic@users.sf.net>
12016         Try to redraw borders only when needed. Apparently this consumes
12017         resources on small devices... :-O (#363607)
12018
12019 2006-10-20  Michael Smith  <msmith@fluendo.com>
12020
12021         * gst/tcp/gstmultifdsink.c:
12022         (gst_multi_fd_sink_client_queue_buffer):
12023           If caps change, then update the client's idea of the caps so that we
12024           don't end up re-sending streamheaders for every single buffer after
12025           the caps change.
12026
12027 2006-10-20  Michael Smith  <msmith@fluendo.com>
12028
12029         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
12030         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
12031           Set caps on pushed buffers; fix up refcounting of caps objects.
12032
12033 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
12034
12035         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
12036         (plugin_init):
12037           Typefind mmsh header data packet to application/x-mmsh (#362625).
12038
12039 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
12040
12041         * tests/check/Makefile.am:
12042         * tests/check/elements/.cvsignore:
12043         * tests/check/elements/subparse.c: (buffer_from_static_string),
12044         (setup_subparse), (teardown_subparse), (test_srt_do_test),
12045         (GST_START_TEST), (subparse_suite):
12046           Add very simple unit test for subparse.
12047
12048 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
12049
12050         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
12051         (parse_subrip):
12052           Strip trailing newlines from subtitle text output.
12053
12054 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12055
12056         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
12057         (gst_sub_parse_change_state):
12058           Fix memleak; clear subparse->textbuf n state change function.
12059
12060 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12061
12062         * gst/subparse/gstsubparse.c:
12063         (gst_sub_parse_data_format_autodetect):
12064           Don't require subrip (.srt) files to start with a chunk number of 1.
12065
12066 2006-10-18  Wim Taymans  <wim@fluendo.com>
12067
12068         * gst-libs/gst/audio/gstbaseaudiosink.c:
12069         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12070         * gst-libs/gst/audio/gstbaseaudiosink.h:
12071         Extract rate from the NEWSEGMENT event.
12072         Use commit_full to also take rate adjustment into account when writing
12073         samples to the ringbuffer.
12074         
12075         * gst-libs/gst/audio/gstringbuffer.c:
12076         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
12077         (gst_ring_buffer_read):
12078         * gst-libs/gst/audio/gstringbuffer.h:
12079         Added _commit_full() to also take rate into account.
12080         Use simple interpolation algorithm to resample audio.
12081         API: gst_ring_buffer_commit_full()
12082
12083         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
12084         * tests/examples/seek/seek.c: (segment_done):
12085         Don't try to seek with 0.0 rate, just pause instead.
12086         Remove bogus debug line.
12087
12088 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12089
12090         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
12091         (setup_source):
12092           Catch async errors when starting up the subtitle bin, so we can
12093           stop waiting and continue with the main film instead of hanging
12094           forever. Fixes #339366.
12095
12096         * tests/check/elements/playbin.c: (playbin_suite):
12097           Enable unit test for the above.
12098
12099 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12100
12101         * tests/check/Makefile.am:
12102         * tests/check/elements/.cvsignore:
12103         * tests/check/elements/playbin.c: (GST_START_TEST),
12104         (gst_red_video_src_uri_get_type),
12105         (gst_red_video_src_uri_get_protocols),
12106         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
12107         (gst_red_video_src_uri_handler_init),
12108         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
12109         (gst_red_video_src_create), (gst_red_video_src_class_init),
12110         (gst_red_video_src_init), (plugin_init), (playbin_suite):
12111           Some small and basic unit tests for playbin; not very useful yet,
12112           but at least a start.
12113
12114 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12115
12116         * gst/playback/gstplaybin.c: (setup_sinks):
12117           The old pad activation spiel.
12118
12119 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12120
12121         * gst/playback/gstplaybasebin.c: (setup_source):
12122           Don't hang forever if the subbin already fails to start up in 
12123           the state change to PAUSED (#339366).
12124
12125 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
12126
12127         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
12128         (gst_tuner_set_channel), (gst_tuner_get_channel),
12129         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
12130         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
12131         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
12132         (gst_tuner_find_channel_by_name):
12133           Fix some function guards, add some more function guards.
12134
12135 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
12136
12137         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
12138         (remove_element_chain):
12139         Don't return a pad from get_our_ghost_pad unless it is actually the
12140         one we want.
12141         Change a cast in remove_element_chain slightly.
12142
12143 2006-10-13  Julien MOUTTE  <julien@moutte.net>
12144
12145         * tests/examples/seek/seek.c: (do_seek), (start_seek),
12146         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
12147         Segment seeking needs to use the rate and set stop to -1.
12148
12149 2006-10-13  Wim Taymans  <wim@fluendo.com>
12150
12151         * gst-libs/gst/audio/gstbaseaudiosink.c:
12152         (gst_base_audio_sink_setcaps):
12153         Don't crash when ringbuffer is not yet created.
12154         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
12155         Fixes #361634.
12156
12157         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
12158         * gst/playback/gststreamselector.c:
12159         (gst_stream_selector_request_new_pad):
12160         Activate pads befre adding them to running elements.
12161
12162 2006-10-13  Julien MOUTTE  <julien@moutte.net>
12163
12164         * tests/examples/seek/seek.c: (do_seek), (start_seek),
12165         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
12166         updater when we start grabing the slider. Don't wait for the
12167         pipeline to be PAUSED.
12168
12169 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
12170
12171         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
12172         (gst_mixer_set_volume), (gst_mixer_get_volume),
12173         (gst_mixer_set_mute), (gst_mixer_set_option),
12174         (gst_mixer_get_option), (gst_mixer_mute_toggled),
12175         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
12176         (gst_mixer_option_changed):
12177           Guard mixer interface functions against bogus arguments.
12178
12179 2006-10-12  Julien MOUTTE  <julien@moutte.net>
12180
12181         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
12182         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
12183         (msg_state_changed), (main): Use state-changed messages to trigger
12184         start/stop of scale update timer. Indeed the scale slider was
12185         jumping here and there because the update timer was activated 
12186         before seek completed. This fixes instant applying of rate changes
12187         by pressing the spinbutton like a crazy man !
12188
12189 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
12190
12191         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
12192
12193         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
12194         (gst_basertppayload_finalize):
12195           Fix two small memory leaks (#361456).
12196
12197 2006-10-10  Julien MOUTTE  <julien@moutte.net>
12198
12199         * tests/examples/seek/seek.c: (do_seek),
12200         (rate_spinbutton_changed_cb): When changing spinbutton we try
12201         to change the rate on the fly.
12202
12203 2006-10-10  Wim Taymans  <wim@fluendo.com>
12204
12205         * gst-libs/gst/riff/riff-ids.h:
12206         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12207         (gst_riff_create_audio_template_caps):
12208         Add WMS caps.
12209
12210 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12211
12212         Patch by: Josep Torra Valles <josep@fluendo.com>
12213
12214         * ext/gnomevfs/gstgnomevfssink.c:
12215         * ext/gnomevfs/gstgnomevfssrc.c:
12216         Fix URI interface implementation return type.
12217         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
12218         Fix what looks like a copy/paste issue when assigning values.
12219         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
12220         (gst_audio_filter_template_get_type):
12221         Cast to prevent Forte warnings.
12222         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
12223         Fix URI interface implementation return type.
12224         gst_pad_query_position requires a signed integer pointer as
12225         3rd parameter, GstClockTime is unsigned.
12226         * gst/audioconvert/audioconvert.c:
12227         Fix integer overflow when treated as signed.
12228         * gst/audioresample/resample.c: (resample_add_input_data):
12229         Cast to prevent warnings on Forte.
12230         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
12231         Fix integer overflow when treated as signed.
12232         * gst/ffmpegcolorspace/imgconvert_template.h:
12233         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
12234         * gst/playback/gstdecodebin.c: (queue_filled_cb),
12235         (cleanup_decodebin):
12236         Who initialises a guint to -1!
12237         Cast function pointers to prevent warnings on Forte.
12238         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
12239         (queue_threshold_reached):
12240         Cast function pointers correctly to prevent warnings on Forte.
12241         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
12242         Cast function pointers correctly to prevent warnings on Forte.
12243         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
12244         Obvious change to unsigned, 0xEF > max signed char.
12245         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
12246         GstClockTime is unsigned, initialise correctly.
12247         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
12248         Cast so pointer arithemetic doesn't cause warnings on Forte.
12249         * gst/videorate/gstvideorate.c:
12250         Use correct return value.
12251         * tests/examples/seek/scrubby.c:
12252         GstClockTime is unsigned, initialise correctly.
12253
12254 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
12255
12256         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
12257
12258         * gst/typefind/gsttypefindfunctions.c:
12259           Recognise XML files and XML-like files shorter than 256 bytes as
12260           well (fixes #359237).
12261
12262 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
12263
12264         Patch by: Renato Filho <renato.filho@indt.org.br>
12265         
12266         * gst/typefind/gsttypefindfunctions.c:
12267         Added typefind functions to video/x-nuv media.
12268         
12269 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
12270
12271         * gst-libs/gst/interfaces/xoverlay.c:
12272         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
12273           Some more guards against invalid input.
12274
12275 2006-10-07  Julien MOUTTE  <julien@moutte.net>
12276
12277         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
12278         Useless goto.
12279         * tests/examples/seek/seek.c: (do_seek),
12280         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
12281         seek example to experiment with rates != 1.0 (reverse playback !)
12282
12283 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
12284
12285         * gst-libs/gst/interfaces/xoverlay.c:
12286           Unref message in doc-example (spotted by Robert McQueen)
12287
12288 2006-10-06  Wim Taymans  <wim@fluendo.com>
12289
12290         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12291         (mpeg1_parse_header), (mpeg1_sys_type_find):
12292         printf fix.
12293
12294 2006-10-06  Wim Taymans  <wim@fluendo.com>
12295
12296         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
12297         (close_pad_link):
12298         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
12299         Activate dynamic pads before adding them to the element.
12300
12301 2006-10-06  Michael Smith  <msmith@fluendo.com>
12302
12303         * gst-libs/gst/floatcast/floatcast.h:
12304           Fix obviously-bogus macros; use the correct types.
12305
12306 2006-10-06  Wim Taymans  <wim@fluendo.com>
12307
12308         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12309         (gst_base_rtp_depayload_change_state):
12310         Also call parent state change function to activate pads.
12311
12312         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12313         (mpeg1_parse_header), (mpeg1_sys_type_find):
12314         Add some more debug info in mpeg typefinding.
12315
12316 2006-10-06  Michael Smith  <msmith@fluendo.com>
12317
12318         * ext/theora/theoradec.c: (theora_dec_chain):
12319           Zero byte theora packets are valid and well-defined; don't warn on
12320           them.
12321
12322 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12323
12324         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
12325         (gst_multi_fd_sink_get_stats), (find_limits),
12326         (gst_multi_fd_sink_queue_buffer):
12327           API: add dropped_buffers to the get-stats GValueArray
12328
12329 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
12330
12331         * ext/alsa/gstalsadeviceprobe.c:
12332         (gst_alsa_device_property_probe_get_values):
12333         * ext/alsa/gstalsasink.c: (set_hwparams):
12334         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
12335         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
12336         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
12337         (gst_ogg_mux_process_best_pad):
12338         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
12339         (gst_ogg_parse_chain):
12340         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
12341         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12342         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
12343         (gst_vorbis_enc_buffer_check_discontinuous):
12344         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
12345         * gst-libs/gst/audio/gstbaseaudiosink.c:
12346         (gst_base_audio_sink_render):
12347         * gst-libs/gst/cdda/gstcddabasesrc.c:
12348         (gst_cdda_base_src_handle_track_seek):
12349         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12350         (gst_base_rtp_depayload_push_full):
12351         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
12352         * gst/audioresample/resample.c: (resample_input_pushthrough):
12353         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
12354         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12355         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12356         (wavpack_type_find):
12357         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
12358         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12359         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
12360         * tests/check/elements/volume.c: (GST_START_TEST):
12361           Printf format fixes.
12362
12363 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12364
12365         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
12366           Fix a simple mistake (see the docs)
12367           Fixes #359580
12368
12369 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12370
12371         * docs/plugins/Makefile.am:
12372         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12373         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12374         * docs/plugins/gst-plugins-base-plugins.args:
12375         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12376         * docs/plugins/inspect/plugin-adder.xml:
12377         * docs/plugins/inspect/plugin-alsa.xml:
12378         * docs/plugins/inspect/plugin-audioconvert.xml:
12379         * docs/plugins/inspect/plugin-audiorate.xml:
12380         * docs/plugins/inspect/plugin-audioresample.xml:
12381         * docs/plugins/inspect/plugin-audiotestsrc.xml:
12382         * docs/plugins/inspect/plugin-cdparanoia.xml:
12383         * docs/plugins/inspect/plugin-decodebin.xml:
12384         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12385         * docs/plugins/inspect/plugin-gdp.xml:
12386         * docs/plugins/inspect/plugin-gnomevfs.xml:
12387         * docs/plugins/inspect/plugin-libvisual.xml:
12388         * docs/plugins/inspect/plugin-ogg.xml:
12389         * docs/plugins/inspect/plugin-pango.xml:
12390         * docs/plugins/inspect/plugin-playbin.xml:
12391         * docs/plugins/inspect/plugin-subparse.xml:
12392         * docs/plugins/inspect/plugin-tcp.xml:
12393         * docs/plugins/inspect/plugin-theora.xml:
12394         * docs/plugins/inspect/plugin-typefindfunctions.xml:
12395         * docs/plugins/inspect/plugin-video4linux.xml:
12396         * docs/plugins/inspect/plugin-videorate.xml:
12397         * docs/plugins/inspect/plugin-videoscale.xml:
12398         * docs/plugins/inspect/plugin-videotestsrc.xml:
12399         * docs/plugins/inspect/plugin-volume.xml:
12400         * docs/plugins/inspect/plugin-vorbis.xml:
12401         * docs/plugins/inspect/plugin-ximagesink.xml:
12402         * docs/plugins/inspect/plugin-xvimagesink.xml:
12403           Add vorbistag element to docs; update version numbers to 0.10.10.1.
12404
12405 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12406
12407         Patch by: James "Doc" Livingston <doclivingston at gmail com>
12408
12409         * ext/vorbis/Makefile.am:
12410         * ext/vorbis/vorbis.c: (plugin_init):
12411         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
12412         (vorbis_parse_parse_packet), (vorbis_parse_chain):
12413         * ext/vorbis/vorbisparse.h:
12414         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
12415         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
12416         (gst_vorbis_tag_parse_packet):
12417         * ext/vorbis/vorbistag.h:
12418           Add new vorbistag element which derives from vorbisparse
12419           and is essentially the same as well, only that it implements
12420           the GstTagSetter interface and can modify the stream's
12421           vorbiscomment on the fly (#335635).
12422
12423         * tests/check/Makefile.am:
12424         * tests/check/elements/.cvsignore:
12425         * tests/check/elements/vorbistag.c: (setup_vorbistag),
12426         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
12427         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
12428         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
12429           Add unit test for new vorbistag element.
12430
12431 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12432
12433         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
12434         (vorbis_parse_push_headers), (vorbis_parse_chain):
12435           Set BOS flag in packet structure to fix 'jump depends
12436           on unitialized value' errors in valgrind; various minor
12437           clean-ups.
12438
12439 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
12440
12441         * gst/playback/gstdecodebin.c: (close_pad_link):
12442         Fix typo in a debug statement.
12443
12444         * gst/playback/gstplaybasebin.c: (probe_triggered),
12445         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
12446         (gen_source_element), (source_new_pad), (analyse_source),
12447         (setup_source):
12448         When handling no_more_pads in new_decoded_pad, make sure to treat
12449         subtitle pads correctly. Fixes playback with subtitle files.
12450
12451         Move a recurring message to LOG level.
12452
12453         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
12454         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
12455         which ends up as -1 when cast to an int. Make the logic handle the
12456         max value as an unsigned mask and only change the colorkey when it's
12457         a value we recognise.
12458
12459 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12460
12461         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12462         Removed empty * between paragraphs
12463
12464 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12465
12466         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12467         * gst-libs/gst/rtp/README:
12468         Moved some documentation into .c file
12469
12470 2006-09-29  Wim Taymans  <wim@fluendo.com>
12471
12472         * gst/playback/gstdecodebin.c: (no_more_pads):
12473         Fix compilation.
12474
12475 2006-09-29  Wim Taymans  <wim@fluendo.com>
12476
12477         * gst/playback/gstdecodebin.c: (new_caps):
12478         Remove g_print
12479
12480         * gst/playback/gstplaybin.c:
12481         Add some docs.
12482
12483 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12484
12485         * tests/check/Makefile.am:
12486           Re-enable cddabasesrc test to see if it works again
12487           now.
12488
12489 2006-09-29  Wim Taymans  <wim@fluendo.com>
12490
12491         * gst/playback/gstplaybasebin.c: (setup_subtitle),
12492         (gen_source_element):
12493         Handle invalid URIs a bit more gracefully.
12494
12495 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12496
12497         * tests/check/pipelines/oggmux.c:
12498           Remove obsolete comment.
12499
12500 2006-09-29  Michael Smith  <msmith@fluendo.com>
12501
12502         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
12503         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
12504         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
12505         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
12506         (gst_ogg_mux_collected):
12507           Commit patch from James "Doc" Livingston, adds proper EOS handling
12508           in oggmux. GStreamer can, for the first time ever, create a valid
12509           Ogg file! Yay!
12510
12511         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
12512         (oggmux_suite):
12513           Reenable tests now that they pass.
12514
12515 2006-09-29  Wim Taymans  <wim@fluendo.com>
12516
12517         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12518         Stop reading commands when EOF (we read 0) as well.
12519
12520 2006-09-28  Wim Taymans  <wim@fluendo.com>
12521
12522         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
12523         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
12524         (find_dynamic), (unlinked), (close_link):
12525         Implement delayed caps linking needed for element with a lot of
12526         different caps on the src pads that get fixed at runtime.
12527         Improve management of dynamic elements.
12528
12529         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
12530         (group_destroy), (group_commit), (check_queue), (queue_overrun),
12531         (gen_preroll_element), (remove_groups), (unknown_type),
12532         (add_element_stream), (no_more_pads_full), (no_more_pads),
12533         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
12534         (new_decoded_pad), (setup_subtitle), (array_has_value),
12535         (gen_source_element), (source_new_pad), (has_all_raw_caps),
12536         (analyse_source), (remove_decoders), (make_decoder),
12537         (remove_source), (setup_source), (finish_source), (prepare_output),
12538         (gst_play_base_bin_change_state):
12539         * gst/playback/gstplaybasebin.h:
12540         Use more _CAST instead of full type checking casts.
12541         Small cleanups, plug some leaks.
12542         Handle dynamic sources.
12543         Add some helper functions to create lists of strings used for
12544         blacklisting and other stuff.
12545         Refactor some code dealing with analysing the source.
12546         Re-enable sources without pads (like cd:// or other selfcontained
12547         elements).
12548
12549 2006-09-28  Wim Taymans  <wim@fluendo.com>
12550
12551         * gst-libs/gst/audio/gstbaseaudiosink.c:
12552         (gst_base_audio_sink_render):
12553         When we have a timestamp, we can still perform clipping.
12554         When we have no clock, we must play the sample ASAP.
12555
12556 2006-09-28  Wim Taymans  <wim@fluendo.com>
12557
12558         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
12559         Set caps on outgoing buffers.
12560
12561         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
12562         (gst_video_rate_event), (gst_video_rate_chain):
12563         * gst/videorate/gstvideorate.h:
12564         Fix videorate some more. Fixes #357977
12565
12566 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
12567
12568         * tests/check/elements/adder.c: (adder_suite):
12569           Don't set timeout to 6 seconds when we're running
12570           in valgrind ... (and how is 6 seconds longer than
12571           the default anyway?)
12572
12573 2006-09-28  Wim Taymans  <wim@fluendo.com>
12574
12575         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
12576         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
12577         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
12578         Keep sink and src segment to keep track of time and support more
12579         input formats.
12580         Fix bogus next_offset and run_time calculation, don't understand how
12581         this could have worked before. Fixes #357976.
12582         Remove some unneeded vars.
12583
12584 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
12585
12586         * gst/playback/gstplaybin.c: (remove_sinks):
12587           Only remove visualisation from visbin if there is a visbin (or:
12588           don't throw warnings when closing totem without playing a file).
12589
12590 2006-09-27  Wim Taymans  <wim@fluendo.com>
12591
12592         * gst-libs/gst/audio/gstbaseaudiosink.c:
12593         (gst_base_audio_sink_render):
12594         Add some more info in a WARNING.
12595
12596         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12597         (gst_base_audio_src_create):
12598         Handle PAUSE in create function, use new -core addition to
12599         wait for playing. Fixes pausing and resuming capture from an
12600         audiosrc.
12601
12602         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
12603         (gst_ring_buffer_read):
12604         Constify some more.
12605         Caller supports interrupted reads now.
12606
12607 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12608
12609         * tests/check/Makefile.am:
12610           Another attempt to make the gen64 buildbot happy.
12611
12612 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
12613
12614         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
12615
12616         * ext/libvisual/visual.c: (gst_visual_clear_actors),
12617         (gst_visual_chain), (gst_visual_change_state):
12618           Libvisual plugin was not passing audio data to libvisual 0.4.0 
12619           correctly. Fixes #357800
12620
12621 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12622
12623         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
12624           Add timeout to _get_state() so we see which pipeline it is
12625           that causes trouble on the gen64 build bot.
12626
12627 2006-09-27  Wim Taymans  <wim@fluendo.com>
12628
12629         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12630         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
12631         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
12632         (gst_base_rtp_depayload_set_gst_timestamp):
12633         the source pad always uses fixed caps.
12634
12635 2006-09-27  Wim Taymans  <wim@fluendo.com>
12636
12637         * docs/libs/gst-plugins-base-libs-docs.sgml:
12638         * docs/libs/gst-plugins-base-libs-sections.txt:
12639         * gst-libs/gst/audio/gstaudioclock.c:
12640         * gst-libs/gst/audio/gstaudioclock.h:
12641         * gst-libs/gst/audio/gstaudiosink.c:
12642         * gst-libs/gst/audio/gstaudiosink.h:
12643         * gst-libs/gst/audio/gstaudiosrc.c:
12644         * gst-libs/gst/audio/gstbaseaudiosink.c:
12645         (gst_base_audio_sink_render):
12646         * gst-libs/gst/audio/gstbaseaudiosink.h:
12647         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
12648         * gst-libs/gst/audio/gstbaseaudiosrc.h:
12649         * gst-libs/gst/audio/gstringbuffer.h:
12650         Added docs for the audio libs.
12651
12652 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12653
12654         * tests/check/Makefile.am:
12655           Temporarily disable test that fails on the bots for unknown reasons.
12656
12657 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12658
12659         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12660         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
12661         Moved AudioCodecType into priv
12662         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
12663
12664 2006-09-25  Wim Taymans  <wim@fluendo.com>
12665
12666         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
12667         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
12668         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
12669         (new_pad):
12670         Cleanups and small leak fixes.
12671         Added Depayloaders to valid list of autopluggable elements.
12672
12673 2006-09-25  Wim Taymans  <wim@fluendo.com>
12674
12675         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12676         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
12677         (gen_video_element), (gen_text_element), (gen_audio_element),
12678         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
12679         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
12680         Detect NO_PREROLL state change returns and disable clock distribution to
12681         the sinks so that sync is disabled.
12682         Avoid some type checking and do simple casts instead.
12683         Small cleanups, fix some FIXMEs.
12684         Be more robust when linking user specified elements, catch an report
12685         errors. Fixes #357404.
12686         Fix some leaks in the error paths.
12687
12688 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
12689
12690         * ChangeLog:
12691           ChangeLog surgery for missing bug-number
12692
12693 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12694
12695         Patch by: Peter Kjellerstedt  <pkj at axis com>
12696
12697         * gst/playback/test.c:
12698           Fix compilation with uClibc and -Werror (#357591).
12699
12700 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12701
12702         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
12703           Parse dates that are followed by a time as well (#357532).
12704
12705         * tests/check/libs/tag.c: (test_vorbis_tags):
12706           Add unit test for this.
12707
12708 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12709
12710         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
12711         (gst_audio_convert_transform_caps):
12712         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
12713         * gst/videotestsrc/videotestsrc.h:
12714           A few array const-ifications.
12715
12716 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12717
12718         * tests/check/Makefile.am:
12719           See if this makes the build bots happy.
12720
12721         * tests/check/libs/cddabasesrc.c:
12722           UTF8-ise my name.
12723
12724 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12725
12726         Patch by: Young-Ho Cha <ganadist at chollian dot net>
12727
12728         * gst/subparse/samiparse.c: (handle_start_font),
12729         (fix_invalid_entities):
12730           More case-insensitivity for certain tags; recognise entities with
12731           decimal codes as special entities as well (#357330).
12732
12733 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12734
12735         * gst-libs/gst/Makefile.am:
12736           Need to build tag directory before cdda.
12737
12738 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12739
12740         * docs/libs/gst-plugins-base-libs-sections.txt:
12741         * gst-libs/gst/cdda/Makefile.am:
12742         * gst-libs/gst/cdda/gstcddabasesrc.c:
12743         (gst_cdda_base_src_base_init):
12744         * gst-libs/gst/cdda/gstcddabasesrc.h:
12745         * gst-libs/gst/tag/tag.h:
12746         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
12747         (gst_tag_register_musicbrainz_tags):
12748           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
12749           depend on libgsttag. This is required so we can extract/read tags like
12750           DISCID without depending on libgstcddabasesrc (which used to register
12751           them).
12752
12753         * gst-libs/gst/tag/gstvorbistag.c:
12754           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
12755           tags (also see #347848).
12756
12757         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
12758           Log vorbis comments we are actually writing. Const-ify array.
12759
12760 2006-09-23  Wim Taymans  <wim@fluendo.com>
12761
12762         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
12763         Improve buffering a bit by avoiding a deadlock because we cannot assume
12764         the underrun is always called.
12765
12766 2006-09-23  Wim Taymans  <wim@fluendo.com>
12767
12768         Patch by: Young-Ho Cha <ganadist at chollian dot net>
12769
12770         * gst-libs/gst/riff/riff-ids.h:
12771         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12772         (gst_riff_create_audio_template_caps):
12773         Added MPEG-4 AAC and id and caps. Fixes #357289
12774         Added WMA9 Lossless id.
12775
12776 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
12777
12778         * ext/gnomevfs/gstgnomevfssrc.c:
12779           Fix misleading docs addition.
12780
12781         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
12782           Get rid of compiler warning the right way.
12783
12784 2006-09-22  Wim Taymans  <wim@fluendo.com>
12785
12786         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12787         (gst_base_rtp_depayload_finalize),
12788         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
12789         (gst_base_rtp_depayload_push_full),
12790         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
12791         (gst_base_rtp_depayload_process),
12792         (gst_base_rtp_depayload_set_gst_timestamp),
12793         (gst_base_rtp_depayload_queue_release):
12794         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12795         Small cleanups.
12796         Fix some leaks.
12797         Refactored the process method and added methods to push from the process
12798         vmethod.
12799         Use _scale functions.
12800         API: gst_base_rtp_depayload_push_ts
12801         API: gst_base_rtp_depayload_push
12802
12803         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
12804         timestamps are uint.
12805
12806 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
12807
12808         * gst-libs/gst/interfaces/xoverlay.c:
12809           Remove unused statement from doc example.
12810
12811 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
12812
12813         * gst-libs/gst/interfaces/videoorientation.c:
12814         (gst_video_orientation_iface_init),
12815         (gst_video_orientation_get_hflip),
12816         (gst_video_orientation_get_vflip),
12817         (gst_video_orientation_get_hcenter),
12818         (gst_video_orientation_get_vcenter),
12819         (gst_video_orientation_set_hflip),
12820         (gst_video_orientation_set_vflip),
12821         (gst_video_orientation_set_hcenter),
12822         (gst_video_orientation_set_vcenter):
12823           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
12824           in ChangeLog)
12825
12826 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
12827
12828         * tests/check/Makefile.am:
12829         * tests/check/elements/.cvsignore:
12830         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
12831         (create_rgb_conversions), (rgb_conversion_free),
12832         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
12833         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
12834           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
12835           but disable for now since it doesn't pass (something wrong with
12836           RGBA somewhere).
12837
12838 2006-09-21  Wim Taymans  <wim@fluendo.com>
12839
12840         * gst/playback/gstplaybasebin.c: (group_commit),
12841         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
12842         (queue_out_of_data), (gen_preroll_element),
12843         (preroll_remove_overrun), (probe_triggered):
12844         Refactor handling of overrun detection.
12845         Separate handling of group completion and deadlock detection when doing
12846         network buffering. This should fix some deadlocks that were not detected
12847         because the group was completed.
12848         Add more comments, improve debugging.
12849
12850 2006-09-21  Wim Taymans  <wim@fluendo.com>
12851
12852         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
12853         * tests/check/libs/audio.c:
12854         Some more compilation fixes.
12855
12856 2006-09-21  Wim Taymans  <wim@fluendo.com>
12857
12858         * gst-libs/gst/audio/gstringbuffer.c:
12859         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
12860         (gst_ring_buffer_read):
12861         Early morning compilation fix.
12862
12863 2006-09-20  Wim Taymans  <wim@fluendo.com>
12864
12865         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
12866         * tests/check/elements/multifdsink.c: (GST_START_TEST):
12867         * tests/check/elements/videorate.c: (GST_START_TEST):
12868         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
12869         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
12870         Fix some warnings.
12871
12872 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
12873
12874         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12875         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
12876         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
12877           Handcrafted merge to help CVS understanding what I changed and what
12878           not.
12879
12880 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
12881
12882         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
12883         (gst_xvimagesink_get_times):
12884           change colorkey behaviour back according to #354773 comment 6/7
12885
12886 2006-09-19  Michael Smith  <msmith@fluendo.com>
12887
12888         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
12889         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
12890         (gst_multi_fd_sink_recover_client),
12891         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
12892         (gst_multi_fd_sink_get_property):
12893         * gst/tcp/gstmultifdsink.h:
12894           Implement stubbed out properties unit-type, units-soft-max,
12895           units-max, to allow specifying maximum sizes in units other than
12896           buffers.
12897           Fixes #355935
12898
12899 2006-09-19  Wim Taymans  <wim@fluendo.com>
12900
12901         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12902         (gst_riff_create_audio_template_caps):
12903         Reorder the audio formats a bit for clarity.
12904         Detect and create caps for MSGSM and MSN (WAV49).
12905         Fixes #356596.
12906
12907         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12908         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
12909         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
12910         Small cleanups, move error handling out of normal flow for clarity.
12911
12912 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12913
12914         * docs/libs/gst-plugins-base-libs-docs.sgml:
12915         * docs/libs/gst-plugins-base-libs.types:
12916         * gst-libs/gst/interfaces/Makefile.am:
12917         * gst-libs/gst/interfaces/videoorientation.c:
12918         (gst_video_orientation_get_type),
12919         (gst_video_orientation_iface_init),
12920         (gst_video_orientation_get_hflip),
12921         (gst_video_orientation_get_vflip),
12922         (gst_video_orientation_get_hcenter),
12923         (gst_video_orientation_get_vcenter),
12924         (gst_video_orientation_set_hflip),
12925         (gst_video_orientation_set_vflip),
12926         (gst_video_orientation_set_hcenter),
12927         (gst_video_orientation_set_vcenter):
12928         * gst-libs/gst/interfaces/videoorientation.h:
12929           API: Add new interface to control video orientation (fixes #354908)
12930
12931 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12932
12933         * gst/videotestsrc/gstvideotestsrc.c:
12934           Use G_UNLIKELY in _create and log one more detail.
12935           
12936         (gst_video_test_src_get_times), (gst_video_test_src_create):
12937         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
12938           Use gst_util_uint64_scale_int in _get_times().
12939
12940 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12941
12942         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
12943           Give better warning message (add object and detail).
12944
12945 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12946
12947         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
12948         (gst_xvimagesink_get_times):
12949           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
12950           #354773), use gst_util_uint64_scale_int in _get_times()
12951
12952 2006-09-18  Michael Smith  <msmith@fluendo.com>
12953
12954         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
12955           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
12956           always true, leading to dropping all timestamps.
12957
12958 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12959
12960         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
12961         (gst_visual_chain), (gst_visual_change_state):
12962           update to work also with libvisual 0.4 API, fix double unref (#355914)
12963           
12964         * tools/gst-launch-ext.1.in:
12965         * tools/gst-visualise.1.in:
12966           remove references to old man-pages
12967
12968         * tests/examples/seek/seek.c: (main):
12969           add real meadi-buttons, add tool-tips for the seek-options, arrange
12970           seek options in a table
12971
12972 2006-09-18  Michael Smith  <msmith@fluendo.com>
12973
12974         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
12975         (gst_ogg_mux_push_buffer):
12976           Don't generate out-of-order timestamps from oggmux, instead clamp
12977           output timestamps to be >= the previously output ts.
12978           Fixes #355595
12979
12980 2006-09-18  Michael Smith  <msmith@fluendo.com>
12981
12982         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
12983         (gst_multi_fd_sink_class_init):
12984           Updates, fixes, and typo corrections for multifdsink. No functional
12985           changes.
12986
12987 2006-09-17  Michael Smith  <msmith@fluendo.com>
12988
12989         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
12990           Don't crash on truncated files - check that we got an 8 byte buffer
12991           before trying to memcmp it.
12992
12993 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
12994
12995         * gst/playback/gstplaybasebin.c: (get_active_source):
12996           Make stream-switching appear instant to the application
12997           (ie. make sure that a g_object_get on 'current-foo' returns
12998           the stream previously set with g_object_set(). Totem needs
12999           this to update stream-related meta-info (like audio-codec)
13000           correctly when switching streams.
13001
13002 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
13003
13004         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
13005         (gst_alsa_mixer_ensure_track_list):
13006           Try harder to guess which mixer track is the master mixer
13007           track (instead of just taking the first one that has a pvolume).
13008           Fixes #342228.
13009
13010 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13011
13012         reviewed by: <delete if not using a buddy>
13013
13014         * gst-libs/gst/audio/audio.h:
13015         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
13016
13017 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13018
13019         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
13020         (gst_audio_convert_transform_caps):
13021           Get structure-name just once.
13022
13023 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13024
13025         * tests/check/elements/audioresample.c: (GST_START_TEST):
13026         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
13027         * tests/check/elements/volume.c: (GST_START_TEST):
13028         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
13029         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
13030         (test_pipeline), (GST_START_TEST):
13031         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
13032         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
13033           Fix big batch of compiler warnings.
13034
13035 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13036
13037         * ext/gnomevfs/gstgnomevfssrc.c:
13038           Add docs about icydemux usage in connection with gnomevfssrc
13039
13040         * ext/libvisual/visual.c:
13041         * ext/ogg/gstoggaviparse.c:
13042         * ext/ogg/gstoggdemux.c:
13043         * ext/ogg/gstoggmux.c:
13044         * ext/ogg/gstoggparse.c:
13045         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
13046         * gst-libs/gst/audio/gstaudiosink.c:
13047         * gst-libs/gst/audio/gstaudiosrc.c:
13048         * gst/audiorate/gstaudiorate.c:
13049           More G_OBJECT macro fixing.
13050
13051         * gst/audiotestsrc/gstaudiotestsrc.h:
13052           Fix wrong info in header due to copy & paste
13053
13054 2006-09-15  Wim Taymans  <wim@fluendo.com>
13055
13056         * gst-libs/gst/audio/gstbaseaudiosink.c:
13057         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
13058         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13059         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
13060         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
13061         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
13062         Do the delay calculation in the source/sink base classes as this is
13063         specific for the capture/playback mode.
13064         Try to fixate a bit better, like round depth up to a multiple of 8
13065         bigger than width.
13066         Handle underruns correctly by marking DISCONT on buffers and adjusting
13067         timestamps to handle the gap.
13068         Set offset/offset_end correctly on buffers.
13069
13070         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
13071         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
13072         (gst_ring_buffer_read):
13073         Remove resync and underrun recovery from the ringbuffer.
13074         Fix ringbuffer read code on under/overrun.
13075
13076 2006-09-15  Wim Taymans  <wim@fluendo.com>
13077
13078         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
13079         (gst_play_base_bin_init), (fill_buffer), (check_queue),
13080         (queue_threshold_reached), (gst_play_base_bin_set_property),
13081         (gst_play_base_bin_get_property):
13082         * gst/playback/gstplaybasebin.h:
13083         Don't use a 0 low watermark when buffering, it is catching starvation
13084         way too late. Instead, use a 3 second queue with 30 and 95
13085         percent low/high watermarks. 
13086         Added queue-min-threshold property to configure low watermark.
13087         Use new _buffering message API.
13088         Make queue_threshold variable big enough to store a uint64 time value.
13089         API: playbin::queue-min-threshold property.
13090
13091 2006-09-15  Wim Taymans  <wim@fluendo.com>
13092
13093         * configure.ac:
13094         We require 0.10.10.1 now because of _wait_preroll().
13095
13096         * gst-libs/gst/audio/gstbaseaudiosink.c:
13097         (gst_base_audio_sink_render):
13098         Use gst_base_sink_wait_preroll().
13099
13100 2006-09-15  Wim Taymans  <wim@fluendo.com>
13101
13102         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
13103         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
13104         Use DEBUG_OBJECT more.
13105
13106 === release 0.10.10 ===
13107
13108 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
13109
13110         patch by: Michael Smith <msmith at fluendo dot com>
13111
13112         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
13113         (gst_multi_fd_sink_client_queue_buffer),
13114         (gst_multi_fd_sink_new_client):
13115         * tests/check/elements/multifdsink.c: (GST_START_TEST),
13116         (multifdsink_suite):
13117           Fix implementation of sync-method 'next-keyframe'
13118           Closes #354594
13119
13120 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
13121
13122         patch by: Wim Taymans <wim at fluendo dot com>
13123
13124         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
13125         This patch removes the RANDOM flag that was incorrectly introduced with
13126         revision 1.91.  Fixes #354590
13127
13128 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
13129
13130         * tests/check/Makefile.am:
13131           Random variation in Makefile line to see if it makes the
13132           gen64-base-full bot any happier.
13133
13134 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13135
13136         * tests/check/pipelines/oggmux.c: (oggmux_suite):
13137           Disable test that fails at the moment (killed after timeout).
13138
13139 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13140
13141         Patch by: James Livingston  <doclivingston at gmail.com>
13142
13143         * tests/check/Makefile.am:
13144         * tests/check/pipelines/.cvsignore:
13145         * tests/check/pipelines/oggmux.c: (get_page_codec),
13146         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
13147         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
13148         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
13149         (test_theora_vorbis), (oggmux_suite):
13150           Add simple unit test for oggmux from #337026 with checking for the
13151           EOS flags disabled for the time being.
13152
13153 2006-09-04  Wim Taymans  <wim@fluendo.com>
13154
13155         patch by: Alessandro Dessina <alessandro nnva org>
13156
13157         * ext/ogg/gstoggmux.c:
13158         Add cmml caps to oggmux. Fixes #353912
13159
13160 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
13161
13162         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
13163           Returning a return value often helps. In this case, we
13164           don't need the return value anyway, so just get rid of it.
13165           Should make build bots much happier.
13166
13167 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
13168
13169         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
13170         (paint_get_structure), (gst_video_test_src_get_size),
13171         (gst_video_test_src_smpte), (gst_video_test_src_snow),
13172         (gst_video_test_src_unicolor), (paint_setup_AYUV),
13173         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
13174         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
13175         * gst/videotestsrc/videotestsrc.h:
13176           Add support for AYUV and the various RGBA formats. Initialise
13177           fields of paintinfo structs allocated on the stack.
13178
13179         * tests/check/elements/videotestsrc.c: (right_shift_colour),
13180         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
13181         (check_rgb_buf), (videotestsrc_suite):
13182           Add unit tests for videotestsrc's RGB output.
13183
13184 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
13185
13186         * gst/videotestsrc/gstvideotestsrc.c:
13187         (gst_video_test_src_pattern_get_type),
13188         (gst_video_test_src_set_pattern):
13189         * gst/videotestsrc/gstvideotestsrc.h:
13190         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
13191         (gst_video_test_src_black), (gst_video_test_src_white),
13192         (gst_video_test_src_red), (gst_video_test_src_green),
13193         (gst_video_test_src_blue):
13194         * gst/videotestsrc/videotestsrc.h:
13195           Add more uni-colour patterns ("white", "red", "green", and "blue").
13196
13197 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
13198
13199         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
13200           Fix stride for YVYU, should be word-aligned (#353658).
13201
13202 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
13203
13204         * gst/adder/gstadder.c: (gst_adder_src_event):
13205           Fix build.
13206
13207 2006-08-31  Edward Hervey  <edward@fluendo.com>
13208
13209         * gst/adder/gstadder.c: (forward_event_func),
13210         (gst_adder_src_event), (gst_adder_collected),
13211         (gst_adder_change_state):
13212         * gst/adder/gstadder.h:
13213         Remember the start position asked in the incoming seeks, so we can
13214         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
13215         of assuming it will always be 0).
13216
13217 2006-08-31  Edward Hervey  <edward@fluendo.com>
13218
13219         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
13220         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
13221         (gst_ogg_demux_loop):
13222         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
13223
13224 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
13225
13226         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13227         (gst_ffmpegcsp_get_unit_size):
13228           Return FALSE instead of returning a random false unit
13229           size when the format isn't known/supported (even if
13230           this shouldn't happen under normal circumstances).
13231
13232 2006-08-29  Wim Taymans  <wim@fluendo.com>
13233
13234         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
13235
13236         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
13237         (gst_gnome_vfs_src_start):
13238         Try harder to get the size from a uri by using _info_uri() when
13239         _info_from_handle() does not give us enough info. 
13240         Also follow symlinks when getting the size.
13241         Partially Fixes #332864.
13242
13243 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
13244
13245         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
13246
13247         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
13248         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
13249         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
13250         (gst_alsa_mixer_set_record):
13251         * ext/alsa/gstalsamixertrack.c:
13252         (gst_alsa_mixer_track_update_alsa_capabilities),
13253         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
13254         (gst_alsa_mixer_track_update):
13255         * ext/alsa/gstalsamixertrack.h:
13256           Improve and fix mixer track handling, in particular better handling
13257           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
13258           separate track objects for tracks that have both capture and playback
13259           volume (and label them differently as well so they're not mistakenly
13260           assumed to be duplicates); classify mixer tracks that only affect
13261           the audible volume of something (rather than the capture volume)
13262           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
13263           for capture tracks to correspond to alsa-pswitch alsa-cswitch
13264           (following the meaning documented in the mixer interface header
13265           file); add support for alsa's exclusive cswitch groups; update/sync
13266           state/flags better if mixer settings are changed by another
13267           application. Fixes #336075.
13268
13269 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
13270
13271         * gst/playback/gstplaybin.c:
13272           Improve docs: add section about BUFFERING messages sent by playbin.
13273
13274 2006-08-29  Michael Smith  <msmith@fluendo.com>
13275
13276         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
13277         (gst_vorbis_enc_buffer_check_discontinuous),
13278         (gst_vorbis_enc_chain):
13279           Ignore explicit DISCONT marked on buffers (which is often spurious,
13280           particularly when using multiple segments), in favour of solely
13281           using the timestamps/durations.
13282
13283 2006-08-29  Edward Hervey  <edward@fluendo.com>
13284
13285         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
13286         Don't rely on incoming buffers offset anymore, since it is completely
13287         broken when using multiple segments.
13288         Instead convert the incoming buffers timestamp to running time, and
13289         then convert that value to the offsets.
13290         Also inform GstSegment of the last outputted stop position, which is
13291         needed if we received several segments with an unknown stop value.
13292
13293 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13294
13295         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
13296           fix buffer unreffing on a header push failure
13297
13298 2006-08-28  Wim Taymans  <wim@fluendo.com>
13299
13300         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
13301         (gst_audio_rate_chain):
13302         Make the metadata of the buffer writable before changing its
13303         flags.
13304
13305 2006-08-28  Wim Taymans  <wim@fluendo.com>
13306
13307         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
13308         (gst_audio_rate_setcaps), (gst_audio_rate_init),
13309         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
13310         (gst_audio_rate_chain), (gst_audio_rate_change_state):
13311         Fix audiorate some more.
13312         Reset and resync counters on flush and READY.
13313         Handle the DISCONT flag correctly.
13314         Use GstSegment to track position.
13315         Fail when not negotiated.
13316         Fixes #353234.
13317
13318 2006-08-25  Michael Smith  <msmith@fluendo.com>
13319
13320         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
13321           Fix spelling.
13322           Remove accidently included debug line.
13323
13324 2006-08-25  Wim Taymans  <wim@fluendo.com>
13325
13326         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
13327         Small cleanups.
13328         If a buffer is received with no caps, make the buffer metadata
13329         writable and set the caps, making sure that we don't screw up the
13330         refcounts.
13331
13332 2006-08-25  Michael Smith  <msmith@fluendo.com>
13333
13334         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
13335         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
13336           Fix memory leaks and misleading debug messages, add a couple of
13337           comments.
13338
13339         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
13340         (gst_multi_fd_sink_render):
13341           Do not use gst_buffer_make_writable() in a basesink render method,
13342           as it may incorrectly unref the buffer. Instead, use convoluted
13343           dance to avoid copying the buffer except when we need to.
13344
13345 2006-08-25  Michael Smith  <msmith@fluendo.com>
13346
13347         * ext/vorbis/vorbisenc.c:
13348         (gst_vorbis_enc_buffer_check_discontinuous):
13349           Allow very small discontinuities in the timestamps. These we can't
13350           do anything useful with anyway (because vorbis's timestamps have
13351           only sample granularity), and are commonly produced by elements with
13352           minor bugs. Allow up to 1/2 a sample out.
13353           Fixes #351742.
13354
13355 2006-08-24  Wim Taymans  <wim@fluendo.com>
13356
13357         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
13358         (play_scrub_toggle_cb), (main):
13359         Add a checkbox to enable play scrubbing. Makes it possible to disable
13360         normal scrubbing.
13361
13362 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
13363
13364         * tests/check/elements/.cvsignore:
13365           make buildbot happy
13366
13367 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13368
13369         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
13370         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
13371         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
13372         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
13373         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
13374         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
13375         (gst_ogm_text_parse_strip_trailing_zeroes),
13376         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
13377         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
13378           Refactor ogm parse, do better input checking, misc. clean-ups.
13379           Cache incoming events and push them once the source pad has
13380           been created. Don't pass unterminated strings to sscanf().
13381           Strip trailing zeroes from subtitle text output, since they
13382           are not valid UTF-8. Don't push vorbiscomment packets on
13383           the subtitle text pad. Output perfect streams if possible.
13384
13385 2006-08-23  Wim Taymans  <wim@fluendo.com>
13386
13387         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
13388         Waits for tasks to settle down so that we clean up correctly for 
13389         valgrind.
13390
13391 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13392
13393         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
13394           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
13395           actually return return value in taglists_are_equal.
13396
13397 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13398
13399         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
13400           Fix crash due to broken bitstream parsing on x86-64: can't make
13401           any assumptions about sizeof(struct) due to alignment/packing
13402           differences on different architectures. Fixes #351790.
13403
13404 2006-08-22  Wim Taymans  <wim@fluendo.com>
13405
13406         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
13407         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
13408         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
13409         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
13410         (gst_riff_parse_info):
13411         Protect public functions against bad input.
13412         Do some cleanups.
13413         Fix documentation.
13414
13415 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13416
13417         * gst-libs/gst/riff/riff-ids.h:
13418         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
13419           Add voxware audio IDs (even if we can't play it) (#351795).
13420
13421 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13422
13423         * gst-libs/gst/riff/riff-media.c:
13424         (gst_riff_create_video_template_caps),
13425         (gst_riff_create_audio_template_caps),
13426         (gst_riff_create_iavs_template_caps):
13427           Const-ify some arrays and use G_N_ELEMENTS instead
13428           of wasting oodles of RAM on terminator bits.
13429
13430 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13431
13432         * gst-libs/gst/tag/gstvorbistag.c:
13433         (gst_tag_list_to_vorbiscomment_buffer):
13434         * tests/check/libs/tag.c: (GST_START_TEST):
13435           And the same for _to_vorbiscomment_buffer(): allow
13436           id_data_len == 0 for speex.
13437
13438 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13439
13440         * configure.ac:
13441         * docs/plugins/Makefile.am:
13442         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13443         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13444         * docs/plugins/inspect/plugin-gdp.xml:
13445         * gst/gdp/Makefile.am:
13446         * tests/check/Makefile.am:
13447           Move GDP plugin to -base from -bad.  Closes #347783.
13448
13449 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
13450
13451         * gst-libs/gst/tag/gstvorbistag.c:
13452         (gst_tag_list_from_vorbiscomment_buffer):
13453           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
13454           Also add some checks to make sure we don't memcmp() beyond the end of
13455           vorbiscomment buffer if the ID to check for is larger than the buffer.
13456
13457         * tests/check/libs/tag.c: (GST_START_TEST):
13458           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
13459
13460 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
13461
13462         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
13463         (gst_vorbis_enc_set_metadata):
13464           Use vorbis comment utility functions from libgsttag
13465           instead of re-inventing the wheel (partially fixes #347091).
13466
13467 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
13468
13469         * tests/check/elements/audioconvert.c: (GST_START_TEST):
13470         Fix leaks. Wait for state transitions that might happen ASYNC, as well
13471         as some that won't.
13472
13473 2006-08-21  Wim Taymans  <wim@fluendo.com>
13474
13475         * docs/libs/Makefile.am:
13476         * docs/libs/gst-plugins-base-libs-sections.txt:
13477         * docs/libs/gst-plugins-base-libs.types:
13478         Don't try to GObject scan the netbuffer as it's not a GObject.
13479         Fixes #351308.
13480
13481         * gst-libs/gst/netbuffer/gstnetbuffer.c:
13482         * gst-libs/gst/netbuffer/gstnetbuffer.h:
13483         Document GstNetBuffer.
13484
13485 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
13486
13487         * tests/check/elements/audioconvert.c: (GST_START_TEST),
13488         (audioconvert_suite):
13489           Add testcase for caps-size-explosion
13490
13491 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13492
13493         * gst/audioconvert/gstaudioconvert.c:
13494         (gst_audio_convert_get_unit_size), (set_structure_widths):
13495           Lower debug, use g_assert in _get_unit_size
13496
13497         * gst/audioresample/gstaudioresample.c:
13498         (audioresample_get_unit_size):
13499         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13500         (gst_ffmpegcsp_get_unit_size):
13501         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
13502           use g_assert in _get_unit_size
13503
13504 2006-08-18  Wim Taymans  <wim@fluendo.com>
13505
13506         * docs/libs/gst-plugins-base-libs-sections.txt:
13507         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
13508         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
13509         (gst_rtp_buffer_get_payload_buffer):
13510         * gst-libs/gst/rtp/gstrtpbuffer.h:
13511         Document GstRTPBuffer.
13512         Added function to efficiently strip payload headers.
13513         API: gst_rtp_buffer_get_payload_subbuffer()
13514
13515 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
13516
13517         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
13518         (gst_tag_to_vorbis_comments):
13519           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
13520           tags and deserialise them properly as well (#347091).
13521           Add some more gtk-doc blurbs and also some g_return_if_fail().
13522
13523         * tests/check/libs/tag.c: (GST_START_TEST),
13524         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
13525           More tests.
13526
13527 2006-08-17  Wim Taymans  <wim@fluendo.com>
13528
13529         * ext/ogg/Makefile.am:
13530         * ext/ogg/gstogg.c: (plugin_init):
13531         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
13532         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
13533         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
13534         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
13535         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
13536         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
13537         Added ogg-in-avi parser element. Fixes #140139.
13538
13539         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
13540         Fixed a bug in oggdemux debug code.
13541
13542         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13543         (gst_riff_create_audio_template_caps):
13544         Recognise Ogg in the AVI extensible wave format.
13545
13546 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
13547
13548         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
13549           Make buffer durations add up (duration should be next_ts-ts for
13550           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
13551           from CVS.
13552
13553         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
13554         (test_buffer_timestamps), (cddabasesrc_suite):
13555           Add unit test for the above.
13556
13557         * tests/check/Makefile.am:
13558           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
13559           to see what happens.
13560
13561 2006-08-16  Wim Taymans  <wim@fluendo.com>
13562
13563         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
13564         (gst_alsasink_open):
13565         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
13566         (gst_alsasrc_open):
13567         Avoid setting and using a NULL device name.
13568         Print more info when we fail to open a device.
13569
13570 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13571
13572         * docs/libs/gst-plugins-base-libs-sections.txt:
13573         * gst-libs/gst/tag/tag.h:
13574         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
13575           API: add gst_tag_parse_extended_comment() (#351426).
13576
13577         * tests/check/Makefile.am:
13578         * tests/check/libs/.cvsignore:
13579         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
13580           Add unit test for gst_tag_parse_extended_comment().
13581
13582 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
13583
13584         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
13585         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
13586           Fix leak (#351502).
13587
13588 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
13589
13590         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13591         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13592         * docs/plugins/gst-plugins-base-plugins.args:
13593         * gst/playback/gstplaybin.c:
13594           Document playbin.
13595           
13596         * docs/plugins/inspect/plugin-adder.xml:
13597         * docs/plugins/inspect/plugin-alsa.xml:
13598         * docs/plugins/inspect/plugin-audioconvert.xml:
13599         * docs/plugins/inspect/plugin-audiorate.xml:
13600         * docs/plugins/inspect/plugin-audioresample.xml:
13601         * docs/plugins/inspect/plugin-audiotestsrc.xml:
13602         * docs/plugins/inspect/plugin-cdparanoia.xml:
13603         * docs/plugins/inspect/plugin-decodebin.xml:
13604         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
13605         * docs/plugins/inspect/plugin-gnomevfs.xml:
13606         * docs/plugins/inspect/plugin-ogg.xml:
13607         * docs/plugins/inspect/plugin-pango.xml:
13608         * docs/plugins/inspect/plugin-playbin.xml:
13609         * docs/plugins/inspect/plugin-subparse.xml:
13610         * docs/plugins/inspect/plugin-tcp.xml:
13611         * docs/plugins/inspect/plugin-theora.xml:
13612         * docs/plugins/inspect/plugin-typefindfunctions.xml:
13613         * docs/plugins/inspect/plugin-video4linux.xml:
13614         * docs/plugins/inspect/plugin-videorate.xml:
13615         * docs/plugins/inspect/plugin-videoscale.xml:
13616         * docs/plugins/inspect/plugin-videotestsrc.xml:
13617         * docs/plugins/inspect/plugin-volume.xml:
13618         * docs/plugins/inspect/plugin-vorbis.xml:
13619         * docs/plugins/inspect/plugin-ximagesink.xml:
13620         * docs/plugins/inspect/plugin-xvimagesink.xml:
13621           Update to CVS version.
13622
13623 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
13624
13625         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
13626         (gst_play_bin_set_property), (gst_play_bin_get_property),
13627         (value_list_append_structure_list),
13628         (gst_play_bin_handle_redirect_message),
13629         (gst_play_bin_handle_message):
13630           API: GstPlayBin::connection-speed
13631           Add "connection-speed" property; re-order redirect messages with
13632           multiple redirect locations depending on the minimum bitrate if
13633           that information is available and a connection speed is set
13634           (#350399).
13635
13636 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
13637
13638         * gst/playback/gstplaybin.c:
13639           Update max volume to the same value that the volume element uses.
13640
13641 2006-08-14  Wim Taymans  <wim@fluendo.com>
13642
13643         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
13644         Less uglyness..
13645
13646 2006-08-14  Wim Taymans  <wim@fluendo.com>
13647
13648         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
13649         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
13650         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
13651         Add some more debug info.
13652         Don't crash when a seek failed.
13653         Actually return the result of the seek instead of TRUE.
13654         Ignore multiple BOS pages with the same serial so that we don't create
13655         the same stream multiple times.
13656         Post an error when we fail to do the initial seek.
13657
13658 2006-08-13  Wim Taymans  <wim@fluendo.com>
13659
13660         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
13661         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
13662         Small code cleanup.
13663
13664         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
13665         (gst_alsa_mixer_new):
13666         Remove hack that always set the device to hw:0*.
13667         Properly find the card name for whatever device was configured.
13668         Do some better debugging.
13669         Fixes #350784.
13670
13671         * ext/alsa/gstalsamixerelement.c:
13672         (gst_alsa_mixer_element_set_property),
13673         (gst_alsa_mixer_element_change_state):
13674         Cleanups.
13675         Handle setting of a NULL device name better.
13676
13677 2006-08-11  Wim Taymans  <wim@fluendo.com>
13678
13679         * gst/adder/gstadder.c:
13680         Don't clip float values. Fixes #350900.
13681
13682 2006-08-11  Andy Wingo  <wingo@pobox.com>
13683
13684         * gst/tcp/gsttcp.c: Really fix the build?
13685
13686         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
13687         fixes the build.
13688
13689 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
13690
13691         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
13692           Float caps shouldn't have a "signed" field.
13693
13694 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
13695
13696         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
13697           Implement SEEKING query in its most basic form, so that we can
13698           at least check if we're seekable or not (#350655).
13699
13700 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
13701
13702         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
13703           The checks here are not even close to anything that would
13704           justify MAXIMUM probability, lowering to POSSIBLE until someone
13705           fixes the checks (case at hand: quicktime redirection files
13706           might start with 00 00 01 XX and pass the checks here just
13707           fine, see #350399).
13708
13709 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
13710
13711         Patch by: Sjoerd Simons  <sjoerd at luon net>
13712
13713         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
13714           Better detection for multipart/x-mixed-replace: accept leading
13715           whitespaces before the boundary marker as well (as our very own
13716           multipartmux used to produce) (#349068).
13717
13718 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
13719
13720         Patch by: Young-Ho Cha  <ganadist at chollian net>
13721
13722         * gst-libs/gst/riff/riff-ids.h:
13723         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13724         (gst_riff_create_audio_template_caps):
13725           Detect DTS audio streams (#350157).
13726
13727 2006-08-05  Andy Wingo  <wingo@pobox.com>
13728
13729         * ext/theora/gsttheoraparse.h:
13730         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
13731         (theora_parse_dispose, theora_parse_set_property)
13732         (theora_parse_get_property, theora_parse_munge_granulepos)
13733         (theora_parse_push_buffer, theora_parse_change_state):
13734         API: GstTheoraParse::synchronization-points
13735         Add a property 'synchronization-points' to fix badly synchronized oggs.
13736
13737 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13738
13739         * tests/check/Makefile.am:
13740         * tests/check/libs/.cvsignore:
13741         * tests/check/libs/audio.c: (structure_contains_channel_positions),
13742         (fixed_caps_have_channel_positions), (GST_START_TEST),
13743         (audio_suite), (main):
13744           Add a few tests for the channel position stuff in libgstaudio.
13745
13746 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13747
13748         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
13749         (gst_alsa_detect_channels):
13750         * ext/alsa/gstalsasink.c:
13751           Add support for cards that (only) do more than 8 channels,
13752           like the Delta 44 (#345188).
13753
13754         * gst-libs/gst/audio/multichannel.c:
13755         (gst_audio_check_channel_positions):
13756         * gst-libs/gst/audio/multichannel.h:
13757           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
13758           unspecified channel position and cannot be combined with any
13759           of the other audio channel positions; adjust position layout
13760           checks accordingly (#345188).
13761
13762 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13763
13764         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13765           Recognise ancient RealAudio files (see #349779).
13766
13767 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13768
13769         Patch by: Jens Granseuer  <jensgr at gmx net>
13770
13771         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13772           Add typefinder for Interplay's MVE format (#348973).
13773
13774 2006-08-02  Wim Taymans  <wim@fluendo.com>
13775
13776         Patch by: Marcel Moreaux <marcelm at luon dot net>
13777
13778         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13779         (gst_base_rtp_depayload_add_to_queue):
13780         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13781         Handle RTP sequence number rollover.
13782         Disable jitterbuffer by default.
13783
13784 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
13785
13786         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
13787         (audioresample_set_caps):
13788         Don't leak references to the incoming caps. Clean them up when
13789         stopping.
13790
13791         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
13792         (gst_video_scale_finalize):
13793         Don't leak our temporary pixel buffer.
13794
13795         * tests/check/Makefile.am:
13796         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
13797         (GST_START_TEST), (simple_launch_lines_suite):
13798
13799         Fix leaks and re-enable the test for valgrind checking.
13800
13801 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13802
13803         Patch by: Sjoerd Simons  <sjoerd at luon net>
13804
13805         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
13806         (plugin_init):
13807           Add typefind function for multipart/x-mixed-replace (#348916).
13808
13809 2006-07-28  Wim Taymans  <wim@fluendo.com>
13810
13811         * gst/adder/gstadder.c: (gst_adder_setcaps),
13812         (gst_adder_query_duration):
13813         Fix leak in duration query.
13814         Reflow some docs and notes.
13815
13816 2006-07-28  Michael Smith  <msmith@fluendo.com>
13817
13818         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
13819         (vorbisenc_suite):
13820           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
13821           aspect of it.
13822
13823 2006-07-28  Michael Smith  <msmith@fluendo.com>
13824
13825         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
13826         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
13827         (gst_vorbis_enc_push_buffer),
13828         (gst_vorbis_enc_buffer_check_discontinuous),
13829         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
13830         * ext/vorbis/vorbisenc.h:
13831           Handle discontinuities in the input vorbis stream correctly,
13832           so that the output is properly timestamped (and has good granulepos
13833           values). Needs some oggmux fixes too.
13834
13835 2006-07-27  Wim Taymans  <wim@fluendo.com>
13836
13837         patch by: Kai Vehmanen <kv2004 eca cx>
13838
13839         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13840         (gst_base_rtp_depayload_chain),
13841         (gst_base_rtp_depayload_handle_sink_event),
13842         (gst_base_rtp_depayload_change_state):
13843         Don't send multiple newsegments with different formats.
13844         Fixes #348677.
13845
13846 2006-07-26  Wim Taymans  <wim@fluendo.com>
13847
13848         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
13849         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
13850         Make seeking in ogg more accurate again by doing the more correct
13851         granuletime to stream time conversion.
13852
13853 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13854
13855         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
13856         (gst_multi_fd_sink_new_client):
13857           debug a little more understandably
13858           do not use goto as a substitute for break, especially if
13859           break is also being used
13860
13861 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
13862
13863         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
13864         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
13865           Remove GLib-2.6 compatibility cruft.
13866
13867 2006-07-24  Wim Taymans  <wim@fluendo.com>
13868
13869         * gst-libs/gst/audio/gstbaseaudiosink.c:
13870         (gst_base_audio_sink_render):
13871         Don't try to align a sample to an unknown value.
13872
13873 2006-07-24  Wim Taymans  <wim@fluendo.com>
13874
13875         * gst-libs/gst/audio/gstbaseaudiosink.c:
13876         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
13877         When the audio clock is slaved to another clock, never try to align
13878         samples but trust the rate interpolation algorithm.
13879
13880 2006-07-24  Wim Taymans  <wim@fluendo.com>
13881
13882         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
13883         Don't try to calculate silence samples, base class does this much
13884         better now.
13885
13886         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13887         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
13888         (gst_ring_buffer_acquire):
13889         Calculate silence samples correctly.
13890
13891         * gst-libs/gst/audio/gstringbuffer.h:
13892         Add _CAST macro.
13893
13894 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
13895
13896         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
13897           Limit search for the first markup tag to the first few kB of
13898           the file. If we don't find one there, it's highly unlikely that
13899           this is an XML(-ish) file.
13900
13901 2006-07-21  Andy Wingo  <wingo@pobox.com>
13902
13903         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
13904         test to the one in vorbisenc. Also commented out.
13905
13906         * tests/check/pipelines/vorbisenc.c: 
13907         (test_discontinuity): New test, commented out until Mike lands
13908         some elite vorbisenc patches.
13909
13910         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
13911         Bufferstraw was actually factored out of these tests. Now we share
13912         code yay.
13913
13914         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
13915         for bufferstraw addition to gstcheck.
13916
13917 2006-07-21  Wim Taymans  <wim@fluendo.com>
13918
13919         * ext/theora/theoradec.c: (clip_buffer):
13920         Better clipping.
13921
13922 2006-07-21  Wim Taymans  <wim@fluendo.com>
13923
13924         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
13925         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
13926         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
13927         Fix leak.
13928         Avoid type casting when we can.
13929
13930         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
13931         Fix mem leak.
13932
13933 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
13934
13935         * ext/alsa/gstalsamixerelement.c:
13936         (gst_alsa_mixer_element_change_state):
13937           Make state change fail if the specified device can't be opened
13938           for some reason.
13939
13940 2006-07-20  Wim Taymans  <wim@fluendo.com>
13941
13942         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
13943         (cb_newpad), (main):
13944         Example of a small audio/video player using decodebin.
13945
13946 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
13947
13948         * gst-libs/gst/riff/riff-ids.h:
13949           Add 'fact' chunk id
13950
13951 2006-07-19  Wim Taymans  <wim@fluendo.com>
13952
13953         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13954         (gst_base_rtp_depayload_chain),
13955         (gst_base_rtp_depayload_change_state):
13956         Don't assert when not negotiated but post a meaningfull 
13957         error message. Fixes #347918.
13958
13959         * gst-libs/gst/rtp/gstbasertppayload.c:
13960         Add comment about better default MTU size.
13961
13962         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
13963         Small cleanups, start docs.
13964
13965 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
13966
13967         Patch by: Martin Szulecki
13968
13969         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
13970           If "device-name" is requested and the device is not
13971           open, try to temporarily open it to obtain this
13972           information (#342494).
13973
13974 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
13975
13976         * gst-libs/gst/tag/gstid3tag.c:
13977           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
13978
13979         * gst-libs/gst/tag/gsttageditingprivate.h:
13980         * gst-libs/gst/tag/gstvorbistag.c:
13981           Some more random const-ifications.
13982
13983 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
13984
13985         * gst-libs/gst/riff/riff-ids.h:
13986         * gst-libs/gst/riff/riff-media.c:
13987         (gst_riff_create_video_template_caps):
13988           Add more FOURCCs (sort list to make stuff easier to find),
13989           add comment what those 16 bytes in struct _gst_riff_strh according to
13990           one avi-dumper are
13991
13992 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
13993
13994         * gst-libs/gst/audio/multichannel.c:
13995         (gst_audio_check_channel_positions),
13996         (gst_audio_fixate_channel_positions):
13997           Const-ify two arrays.
13998
13999 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
14000
14001         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
14002           Fix typo, so that alsasink also advertises 8 channels
14003           if that's supported (tags: can, worms, open, alsa, ph34r).
14004
14005 2006-07-17  Wim Taymans  <wim@fluendo.com>
14006
14007         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14008         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
14009         *sigh*, when is the compiler going to warn when the comments
14010         are out-of-sync with the code.. Refix case of busted theora
14011         headers with 0 granule pos.
14012
14013 2006-07-14  Wim Taymans  <wim@fluendo.com>
14014
14015         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14016         (gst_base_rtp_depayload_wait),
14017         (gst_base_rtp_depayload_change_state),
14018         (gst_base_rtp_depayload_set_property),
14019         (gst_base_rtp_depayload_get_property):
14020         Fix 99% cpu load by waiting for absolute times on the
14021         clock. Fixes #347300.
14022
14023 2006-07-14  Andy Wingo  <wingo@pobox.com>
14024
14025         * ext/theora/gsttheoraparse.h: 
14026         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
14027         (theora_parse_push_headers, theora_parse_clear_queue)
14028         (theora_parse_drain_queue_prematurely, )
14029         (theora_parse_sink_event, theora_parse_change_state): Queue events
14030         until we initialized our state, like in vorbisparse.
14031
14032         * ext/vorbis/vorbisparse.h: 
14033         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
14034         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
14035         (vorbis_parse_drain_queue_prematurely, )
14036         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
14037         until we have initialized our state. Fixes seeking after an
14038         initial pad block.
14039
14040 2006-07-14  Andy Wingo  <wingo@pobox.com>
14041
14042         Patch by: Iain Holmes <iaingnome@gmail.com>
14043         
14044         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
14045
14046 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
14047
14048         * configure.ac:
14049         Bump nano back to CVS
14050
14051 === release 0.10.9 ===
14052
14053 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
14054
14055         * configure.ac:
14056           releasing 0.10.9, "I walk the line"
14057
14058 2006-07-14  Michael Smith  <msmith@fluendo.com>
14059
14060         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
14061           Move a g_cond_signal to earlier to avoid sometimes deadlocking
14062           (commonly happens when running this test under valgrind) when trying
14063           to remove the buffer probe.
14064
14065 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
14066
14067         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
14068         Fix missing g_unlock from the previous commit
14069
14070 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
14071
14072         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14073         (gst_ximagesink_change_state):
14074         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14075         (gst_xvimagesink_change_state):
14076         Implement a locking order to ensure we always take the object lock
14077         before the x_lock and never vice-versa.
14078
14079 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
14080
14081         * gst/playback/gstdecodebin.c: (find_compatibles):
14082         Fix a caps leak when linking (#347304)
14083
14084         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14085         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
14086         (gst_ximagesink_change_state):
14087         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14088         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
14089         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14090         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
14091         Don't leak shared memory resources. Use the object lock to protect
14092         against the xcontext disappearing while returning a buffer from the
14093         pipeline. (#347304)
14094
14095 2006-07-12  Edward Hervey  <edward@fluendo.com>
14096
14097         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
14098         (vorbis_handle_comment_packet):
14099         gst_tag_list_merge() returns a new object. Take that into account when
14100         using it. This avoids memleak.
14101         Revert previous commit which is not needed.
14102
14103 2006-07-12  Edward Hervey  <edward@fluendo.com>
14104
14105         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
14106         Reset the decoder in finalize so that all fields get cleared.
14107
14108 2006-07-12  Wim Taymans  <wim@fluendo.com>
14109
14110         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14111         (gst_base_audio_src_set_clock),
14112         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
14113         Don't try to post an error message when setting the clock fails
14114         as this can happen when adding an element to a bin which will then
14115         deadlock. Fixes #347296.
14116
14117 2006-07-12  Edward Hervey  <edward@fluendo.com>
14118
14119         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
14120         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
14121         (vorbis_handle_type_packet):
14122         Post tag messages on the bus even if we're not initialized.
14123         If we're not initialized, we still postpone the event pushing of tags.
14124
14125 2006-07-12  Wim Taymans  <wim@fluendo.com>
14126
14127         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
14128         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14129         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
14130         Revert last two changes that broke the freeze.
14131
14132 2006-07-12  Wim Taymans  <wim@fluendo.com>
14133
14134         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
14135         basesink calculates silence sample correctly for us.
14136
14137 2006-07-12  Wim Taymans  <wim@fluendo.com>
14138
14139         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14140         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
14141         Calculate correct silence samples so we don't fill our ringbuffer
14142         with noise.
14143
14144 2006-07-12  Edward Hervey  <edward@fluendo.com>
14145
14146         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
14147         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
14148         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
14149         * ext/vorbis/vorbisdec.h:
14150         Delay sending events (newsegment, tags) until the decoder is properly
14151         initialized.
14152         Fixes #347295
14153
14154 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
14155
14156         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
14157         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
14158           Patch from #347221 adding a test for audioconvert
14159           channel remappings.
14160
14161 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
14162
14163         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
14164         (gst_ssa_parse_parse_line):
14165           Don't include the terminating NUL in the buffer size,
14166           it's only there for extra paranoia (would add random
14167           '*' characters at the end of each subtitle since the
14168           terminator itself is not valid UTF-8 technically).
14169           Also fix indenting after boilerplate macro.
14170
14171 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
14172
14173         * gst/playback/gstdecodebin.c: (close_pad_link):
14174           Also emit 'unknown-type' signal (which should really be
14175           called unhandled-type) if we found potential decoders/demuxers
14176           in the registry but none of them worked in the end (as in the
14177           case where the plugins don't exist any longer but are still
14178           listed in the registry). Fixes #329798.
14179
14180 2006-07-08  Andy Wingo  <wingo@pobox.com>
14181
14182         * theoraparse.c (theora_parse_push_buffer)
14183         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
14184         Add some more debugging. Fix granulepos reconstruction in the face
14185         of discontinuities.
14186
14187 2006-07-06  Wim Taymans  <wim@fluendo.com>
14188
14189         * gst-libs/gst/audio/gstbaseaudiosink.c:
14190         (gst_base_audio_sink_class_init),
14191         (gst_base_audio_sink_provide_clock):
14192         Use gobject_class instead of G_OBJECT_CLASS (klass)
14193
14194         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14195         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
14196         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
14197         (gst_base_audio_src_get_time),
14198         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
14199         (gst_base_audio_src_create_ringbuffer):
14200         Fix latency and buffer-time constants and properties ala basesink.
14201         Implement pull based scheduling. Fixes #346527.
14202         Set default blocksize in GstBaseSrc to 0, we default to pushing out
14203         one segment.
14204         Refuse slaving to another clock instead of silently not working.
14205         Only provide a clock when we are actually able to do so.
14206         Various small cleanups and compiler hints.
14207
14208 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
14209
14210         Patch by: Lutz Mueller <lutz at topfrose de>
14211
14212         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
14213         (plugin_init):
14214           Add typefinding for text/html (#346581).
14215
14216 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
14217
14218         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
14219         (xml_check_first_element), (xml_type_find), (smil_type_find):
14220           Fix SMIL typefinding, make xml_check_first_element() more
14221           useful.
14222
14223 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
14224
14225         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14226         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
14227         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
14228         * gst/playback/gstplaybasebin.h:
14229           Protect list of elements with a subtitle-encoding property and
14230           the subtitle encoding member itself with a lock of their own
14231           instead of using the object lock. This prevents a dead-lock in
14232           the element-remove callback in some circumstances when shutting
14233           down playbin.
14234
14235 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
14236
14237         * win32/common/libgsttag.def:
14238         Export some new functions.
14239         * win32/vs6/libgstogg.dsp:
14240         Add a link to libgsttag-0.10.lib.
14241
14242 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
14243
14244         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
14245           Some const-ification.
14246
14247 2006-07-04  Wim Taymans  <wim@fluendo.com>
14248
14249         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
14250         Improve checking if we are dealing with a stream. Added some
14251         more uris that need buffering.
14252
14253 2006-07-03  Edward Hervey  <edward@fluendo.com>
14254
14255         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
14256         Remove unused variable.
14257
14258 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14259
14260         * Makefile.am:
14261           include lcov.mak
14262         * configure.ac:
14263           add GCOV_LIBS to GST_LIBS
14264
14265 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
14266
14267         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
14268
14269         * ext/alsa/gstalsasrc.c:
14270           Add 32 bps to template caps and increase channels range
14271           from [1,2] to [1,MAX]. See #346326.
14272
14273 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
14274
14275         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
14276           Recognise 'WMVA' video codec fourcc (#345879).
14277           
14278 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
14279          
14280         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
14281           Fixed nasty memory leak
14282
14283 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14284
14285         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
14286         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
14287           fix logging
14288
14289 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
14290
14291         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14292         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
14293         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
14294         Protect remove_fakesink using a mutex, so that we don't try and
14295         remove the fakesink simultaneously from multiple threads.
14296
14297         When going from READY to PAUSED, restore the fakesink, so that
14298         it is there when decodebin gets reused.
14299
14300 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
14301
14302         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
14303         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14304         * gst-libs/gst/rtp/gstbasertppayload.c:
14305         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14306         * gst/tcp/gstmultifdsink.c:
14307         * gst/tcp/gsttcpclientsink.c:
14308         * gst/tcp/gsttcpclientsrc.c:
14309         * gst/tcp/gsttcpserversink.c:
14310         * gst/tcp/gsttcpserversrc.c:
14311         * gst/videorate/gstvideorate.c:
14312         * gst/videotestsrc/gstvideotestsrc.c:
14313         * sys/v4l/gstv4ljpegsrc.c:
14314         * sys/v4l/gstv4lmjpegsink.c:
14315         * sys/v4l/gstv4lsrc.c:
14316         * tests/examples/seek/scrubby.c:
14317         * tests/examples/seek/seek.c:
14318           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
14319
14320 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14321
14322         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
14323           Second field in GEnumValue shouldn't be a description,
14324           but a stringified version of the enum value.
14325
14326 2006-06-22  Wim Taymans  <wim@fluendo.com>
14327
14328         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14329         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
14330         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14331         Avoid type checking in buffer casts.
14332         Avoid caps copy in buffer_alloc when we can.
14333         Use pad_peer_accept.
14334
14335 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14336
14337         * gst-libs/gst/tag/tag.h:
14338           Oops, make that 'Since: 0.10.9'.
14339
14340 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14341
14342         * docs/libs/gst-plugins-base-libs-sections.txt:
14343         * gst-libs/gst/tag/tag.h:
14344         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
14345         (gst_tag_image_type_get_type):
14346           API: add GstTagImageType enum to describe images contained
14347           in image tags (#345641).
14348
14349 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14350
14351         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14352           Fix warnings with gst-inspect: "buffers-min" property
14353           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
14354           typo in property description.
14355
14356 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14357
14358         Patch by: Cody Russell <bratsche at gnome org>
14359
14360         * gst/audioresample/gstaudioresample.c:
14361         (gst_audioresample_class_init):
14362         * gst/playback/gststreamselector.c:
14363         (gst_stream_selector_class_init):
14364         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
14365         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14366         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
14367         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
14368         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
14369         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
14370         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
14371         * gst/videotestsrc/gstvideotestsrc.c:
14372         (gst_video_test_src_class_init):
14373         * gst/volume/gstvolume.c: (gst_volume_class_init):
14374           Avoid unnecessary class cast check in class_init
14375           functions (#337747).
14376
14377 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
14378
14379         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
14380         (gst_text_overlay_video_chain):
14381           g_markup_escape_text() REALLY doesn't like non-UTF8 input
14382           and doesn't validate its input either (and neither did
14383           textoverlay it seems). Let's do that then and fix #345206.
14384
14385 2006-06-19  Wim Taymans  <wim@fluendo.com>
14386
14387         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
14388         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
14389         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
14390         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
14391         (find_syncframe), (find_limits), (assign_value),
14392         (count_burst_unit), (gst_multi_fd_sink_new_client),
14393         (gst_multi_fd_sink_handle_client_write),
14394         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
14395         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
14396         (gst_multi_fd_sink_change_state):
14397         * gst/tcp/gstmultifdsink.h:
14398         Added shiny new burst-on-connect methods.
14399         Add properties to control the minimal amount of data queued.
14400         Small cleanups.
14401         API: bytes-min property
14402         API: time-min property
14403         API: buffers-min property
14404         API: burst-unit property
14405         API: burst-value property
14406         API: add-full signal
14407
14408         * gst/tcp/gsttcp-marshal.list:
14409         Added new marshaller code for the new signal.
14410
14411         * tests/check/elements/multifdsink.c: (GST_START_TEST),
14412         (multifdsink_suite):
14413         Added testcases for new burst methods.
14414
14415 2006-06-19  Edward Hervey  <edward@fluendo.com>
14416
14417         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
14418         Implement clipping for accurate seeking.
14419         Closes #345225
14420
14421 2006-06-19  Wim Taymans  <wim@fluendo.com>
14422
14423         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
14424
14425         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
14426         (gst_video_scale_transform):
14427         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
14428
14429 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
14430
14431         * configure.ac:
14432           Fix --disable-external (can't set conditionals conditionally,
14433           #343602).
14434
14435 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14436
14437         * tests/check/elements/audioresample.c: (test_reuse),
14438         (audioresample_suite):
14439           Add test case for bug #342789 fixed below.
14440
14441 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14442
14443         * gst/audioresample/gstaudioresample.c:
14444         (gst_audioresample_class_init), (gst_audioresample_init),
14445         (audioresample_start), (audioresample_stop),
14446         (gst_audioresample_set_property), (gst_audioresample_get_property):
14447           Implement GstBaseTransform::start and ::stop so that audioresample
14448           can clear its internal state properly and be reused instead of
14449           causing non-negotiated errors with playbin under some circumstances
14450           (#342789).
14451
14452         * tests/check/elements/audioresample.c: (setup_audioresample),
14453         (cleanup_audioresample):
14454           Need to set element state here so that ::start and ::stop are
14455           called.
14456
14457 2006-06-16  Wim Taymans  <wim@fluendo.com>
14458
14459         Patch by: Young-Ho Cha <ganadist at chollian dot net>
14460
14461         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
14462         Parse extra data better, apparently it's right behind
14463         the normal strf header size. Fixes #343500.
14464
14465 2006-06-16  Wim Taymans  <wim@fluendo.com>
14466
14467         * ext/alsa/gstalsasink.c: (set_hwparams):
14468         If we fail to set the buffer_time and period_time alsa
14469         parameters, post a warning and leave alsa select a 
14470         default instead of failing. Fixes #342085
14471
14472 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14473
14474         * docs/libs/gst-plugins-base-libs-sections.txt:
14475         * gst-libs/gst/cdda/gstcddabasesrc.h:
14476           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
14477           out in the header file and shouldn't be listed in the docs.
14478
14479         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14480           Must dereference pointer to fourcc in the debug statement.
14481
14482 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
14483
14484         * docs/libs/Makefile.am:
14485         * docs/libs/gst-plugins-base-libs-docs.sgml:
14486         * docs/libs/gst-plugins-base-libs-sections.txt:
14487         * docs/libs/gst-plugins-base-libs.types:
14488         add remaining symbols into correct setions
14489         
14490         * gst-libs/gst/audio/gstringbuffer.c:
14491         fix incomplete docs
14492         
14493         * gst-libs/gst/audio/gstringbuffer.h:
14494         comment out not yet implemented function
14495         
14496         
14497         * gst-libs/gst/floatcast/floatcast.h:
14498         * gst-libs/gst/netbuffer/gstnetbuffer.c:
14499         add short descriptions
14500         
14501         
14502         * gst-libs/gst/interfaces/propertyprobe.c:
14503         fix return value docs   
14504         
14505         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14506         simplify debug logging
14507         
14508         * gst-libs/gst/riff/riff-read.h:
14509         sync function prototype and docs
14510         
14511         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
14512         remove left over symbol
14513
14514 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14515
14516         * autogen.sh:
14517         * configure.ac:
14518         * docs/Makefile.am:
14519           Use GST_PLUGIN_DOCS macro in configure.ac, add
14520           --enable-plugin-docs default to autogen.sh and use
14521           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
14522
14523 2006-06-15  Wim Taymans  <wim@fluendo.com>
14524
14525         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
14526         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
14527         (gst_ogg_demux_loop):
14528         Combine GstFlowReturn from the source pads to give a
14529         meaningfull result to the upstream peer or to stop the
14530         processing task in case of errors.
14531
14532 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14533
14534         * gst/playback/gststreaminfo.c: (cb_probe):
14535           Try GST_TAG_CODEC as fallback when extracting the
14536           codec name; more debug info.
14537
14538 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14539
14540         * ext/ogg/Makefile.am:
14541         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14542           Extract language tags from ogm subtitle streams, so that
14543           the subtitle menu choices are labelled correctly in
14544           Totem (fixes #344708).
14545
14546 2006-06-14  Wim Taymans  <wim@fluendo.com>
14547
14548         Patch by: Alessandro Decina <alessandro at nnva dot org>
14549
14550         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
14551         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
14552         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
14553         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
14554         Fix various leaks. Fixes #343699.
14555         Add x-smoke mime type.
14556
14557 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14558
14559         * gst-libs/gst/riff/riff-ids.h:
14560           Add IDs for 'bext' chunks (see #343837).
14561
14562 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
14563
14564         Patch by: Young-Ho Cha  <ganadist at chollian net>
14565
14566         * gst/subparse/samiparse.c: (sami_context_pop_state),
14567         (handle_start_font), (end_sami_element):
14568           Honour font face tags in SAMI subtitles (#344503).
14569
14570 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14571
14572         * po/POTFILES.in:
14573           add missing files containing translatable strings
14574
14575 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14576
14577         * docs/libs/tmpl/.cvsignore:
14578           we don't want those *.sgml files in CVS either
14579
14580 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14581
14582         * docs/libs/.cvsignore:
14583         * tests/check/elements/.cvsignore:
14584         * tests/check/libs/.cvsignore:
14585           ignore more
14586
14587 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14588
14589         * docs/libs/Makefile.am:
14590           also commiting the changed Makefile.am (added more libs to the
14591           doc-build)
14592
14593 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14594
14595         * docs/libs/gst-plugins-base-libs-docs.sgml:
14596         * docs/libs/gst-plugins-base-libs-sections.txt:
14597         * docs/libs/gst-plugins-base-libs.types:
14598           first batch of reordering things, add index & hierarchy
14599
14600 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14601
14602         * configure.ac:
14603           use GST_PKG_CHECK_MODULES, cleans up output
14604
14605 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
14606
14607         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
14608           Add support for burn:// URIs (#343385); const-ify things a bit,
14609           use G_N_ELEMENTS instead of hard-coded array size.
14610
14611 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
14612
14613         Patch by: Young-Ho Cha  <ganadist at chollian net>
14614
14615         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
14616           Fix up broken entities before passing them to libxml *sigh*.
14617           (#343303).
14618           
14619 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14620
14621         * configure.ac:
14622           back to TRUNK
14623
14624 === release 0.10.8 ===
14625
14626 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
14627
14628         * configure.ac:
14629           releasing 0.10.8, "Moar gij ziet mij nie"
14630
14631 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
14632
14633         * configure.ac:
14634         * po/af.po:
14635         * po/az.po:
14636         * po/cs.po:
14637         * po/en_GB.po:
14638         * po/hu.po:
14639         * po/it.po:
14640         * po/nb.po:
14641         * po/nl.po:
14642         * po/or.po:
14643         * po/sq.po:
14644         * po/sr.po:
14645         * po/sv.po:
14646         * po/uk.po:
14647         * po/vi.po:
14648         * win32/common/config.h:
14649           0.10.7.2 prerelease
14650
14651 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
14652
14653         * docs/libs/tmpl/gstaudio.sgml:
14654         * docs/libs/tmpl/gstcolorbalance.sgml:
14655         * docs/libs/tmpl/gstmixer.sgml:
14656         * docs/libs/tmpl/gstringbuffer.sgml:
14657         * docs/libs/tmpl/gsttuner.sgml:
14658         * docs/libs/tmpl/gstxoverlay.sgml:
14659         * gst-libs/gst/audio/audio.c:
14660         * gst-libs/gst/audio/gstringbuffer.c:
14661         * gst-libs/gst/interfaces/colorbalance.c:
14662         * gst-libs/gst/interfaces/mixer.c:
14663         * gst-libs/gst/interfaces/tuner.c:
14664         * gst-libs/gst/interfaces/xoverlay.c:
14665           move last template doc snippets to source code and delete them
14666
14667 2006-06-06  Michael Smith  <msmith@fluendo.com>
14668
14669         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
14670         (theora_parse_drain_queue):
14671           Mark DELTA_UNIT on non-keyframes.
14672
14673 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
14674
14675         * gst-libs/gst/audio/gstbaseaudiosink.c:
14676         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
14677         * gst-libs/gst/audio/gstbaseaudiosink.h:
14678         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
14679         (gst_ring_buffer_samples_done):
14680         * gst-libs/gst/audio/gstringbuffer.h:
14681         Document better the fact that latency_time and buffer_time are values
14682         stored in microseconds, and not the usual GStreamer nanoseconds.
14683         Change the variables (compatibly) that store them from GstClockTime 
14684         to guint64 to make it more clear that they're not storing clock times.
14685         Also, remove the bogus property description that says the user can
14686         specify -1 to get the default value, since that's never been the case.
14687
14688         When computing the default segment size for the ring buffer, make it
14689         an integer number of samples.
14690
14691         When the sub-class indicates a delay greater than the number of
14692         samples we've written return 0 from the audio sink get_time method.
14693
14694 2006-06-02  Michael Smith  <msmith@fluendo.com>
14695
14696         * tests/check/elements/audioconvert.c: (set_channel_positions),
14697         (get_float_mc_caps), (get_int_mc_caps):
14698         * tests/check/elements/audioresample.c:
14699         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
14700         * tests/check/elements/videorate.c:
14701         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
14702         * tests/check/elements/volume.c:
14703         * tests/check/elements/vorbisdec.c:
14704         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
14705           Don't busy-wait in tests; this was causing test timeouts very
14706           frequently when running under valgrind.
14707
14708 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14709
14710         * gst/tcp/README:
14711         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
14712         (gst_multi_fd_sink_remove_client_link),
14713         (gst_multi_fd_sink_client_queue_caps),
14714         (gst_multi_fd_sink_client_queue_buffer),
14715         (gst_multi_fd_sink_handle_client_write),
14716         (gst_multi_fd_sink_render):
14717         * gst/tcp/gstmultifdsink.h:
14718           make multifdsink properly deal with streamheader:
14719           - streamheader is taken from caps
14720           - buffers marked with IN_CAPS are not sent
14721           - streamheaders are sent, on connection, from the caps of the
14722             buffer where the client gets positioned to
14723           - further streamheader changes are done every time the client
14724             will receive a buffer with different caps
14725         * tests/check/elements/multifdsink.c: (GST_START_TEST),
14726         (gst_multifdsink_create_streamheader):
14727           add tests for this
14728
14729 2006-06-02  Michael Smith  <msmith@fluendo.com>
14730
14731         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
14732           Reinstate limit on channel count. Vorbis does not define the meaning
14733           of > 6 channels, so they're just independent channels. Gstreamer
14734           currently has no mechanism to represent N independent channels.
14735
14736 2006-06-02  Michael Smith  <msmith@fluendo.com>
14737
14738         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
14739           Don't arbitrarily restrict channel counts and rate in vorbis.
14740           In terms of effects likely on real-world files, this fixes 96kHz
14741           playback of vorbis.
14742
14743 2006-06-02  Michael Smith  <msmith@fluendo.com>
14744
14745         * gst/audioconvert/audioconvert.c: (float):
14746           More correct float->int conversion.
14747
14748 2006-06-02  Michael Smith  <msmith@fluendo.com>
14749
14750         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
14751           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
14752           value. Fixes g-critical on trying to play back ogg containing
14753           unknown codec.
14754
14755 2006-06-02  Wim Taymans  <wim@fluendo.com>
14756
14757         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
14758         (setup_source):
14759         * gst/playback/gstplaybasebin.h:
14760         Make the subtitle detection work from any thread so we don't
14761         deadlock. Fixes #343397.
14762
14763 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14764
14765         * gst/volume/Makefile.am:
14766           Seriously, it's not *that* hard to get compilation right.  Even
14767           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
14768
14769 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
14770
14771         * gst/volume/gstvolume.c: (volume_choose_func),
14772         (volume_update_real_volume), (gst_volume_class_init),
14773         (gst_volume_init), (volume_process_float), (volume_process_int16),
14774         (volume_process_int16_clamp), (volume_set_caps),
14775         (volume_transform_ip), (plugin_init):
14776         * gst/volume/gstvolume.h:
14777         rewrite the passthrough check, split _int16 and _int16_clamp, fix
14778         another property desc., remove unused param from process function
14779         
14780         * tests/check/elements/volume.c: (volume_suite):
14781         reactivate the passthrough test
14782
14783 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
14784
14785         * ext/alsa/gstalsamixerelement.h:
14786         * ext/alsa/gstalsamixeroptions.h:
14787         * ext/alsa/gstalsamixertrack.h:
14788         * ext/gnomevfs/gstgnomevfssink.h:
14789         * ext/gnomevfs/gstgnomevfssrc.h:
14790         * ext/theora/gsttheoradec.h:
14791         * ext/theora/gsttheoraenc.h:
14792         * ext/theora/gsttheoraparse.h:
14793         * ext/vorbis/vorbisparse.h:
14794         * gst-libs/gst/audio/gstaudioclock.h:
14795         * gst-libs/gst/audio/gstaudiofilter.h:
14796         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
14797         * gst/audioconvert/gstaudioconvert.h:
14798         * gst/audioresample/gstaudioresample.h:
14799         * gst/audiotestsrc/gstaudiotestsrc.h:
14800         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
14801         * gst/playback/gststreamselector.h:
14802         * gst/tcp/gstmultifdsink.h:
14803         * gst/tcp/gsttcpclientsink.h:
14804         * gst/tcp/gsttcpclientsrc.h:
14805         * gst/tcp/gsttcpserversink.h:
14806         * gst/tcp/gsttcpserversrc.h:
14807         * gst/videorate/gstvideorate.h:
14808         * gst/videoscale/gstvideoscale.h:
14809         * gst/videotestsrc/gstvideotestsrc.h:
14810         * gst/volume/gstvolume.h:
14811         * sys/v4l/gstv4ljpegsrc.h:
14812         * sys/v4l/gstv4lmjpegsink.h:
14813         * sys/v4l/gstv4lmjpegsrc.h:
14814         * sys/v4l/gstv4lsrc.h:
14815         * sys/ximage/ximagesink.h:
14816         * sys/xvimage/xvimagesink.h:
14817         * tests/old/testsuite/alsa/sinesrc.h:
14818         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
14819
14820 2006-05-31  Wim Taymans  <wim@fluendo.com>
14821
14822         * ext/libvisual/visual.c: (gst_visual_reset),
14823         (gst_visual_sink_setcaps), (gst_visual_sink_event),
14824         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
14825         Handle DISCONT.
14826         Use running time before doing QoS.
14827         Handle mono too.
14828
14829 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
14830
14831         * docs/libs/Makefile.am:
14832           set a magic variable to indicate we know the docs are incomplete
14833
14834 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
14835
14836         * win32/common/libgstvideo.def:
14837           export gst_video_calculate_display_ratio
14838         * win32/vs6/libgstvideoscale.dsp:
14839           add link to libgstvideo-0.10.lib
14840
14841 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
14842
14843         * gst/playback/gstplaybasebin.c: (gen_source_element):
14844           Throw a more comprehensible error for rtsp:// URIs (rather
14845           than erroring out with a negotiation error later on) until
14846           we fix playbin to handle rtspsrc etc.
14847
14848 2006-05-30  Wim Taymans  <wim@fluendo.com>
14849
14850         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
14851         (gst_text_overlay_text_event):
14852         Added some FIXMEs.
14853
14854 2006-05-30  Wim Taymans  <wim@fluendo.com>
14855
14856         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
14857         (gst_adder_request_new_pad), (gst_adder_release_pad):
14858         * gst/adder/gstadder.h:
14859         Implement release_request_pad.
14860         Make padcounter atomic.
14861
14862         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
14863         Added check for release_pad in adder.
14864
14865 2006-05-30  Wim Taymans  <wim@fluendo.com>
14866
14867         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
14868         Fix build again.
14869
14870 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14871
14872         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
14873         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
14874         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
14875         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
14876         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
14877         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
14878         (gst_ogg_demux_bisect_forward_serialno),
14879         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
14880         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
14881           add more debugging
14882           clean up printf formats for granulepos and serialno
14883
14884 2006-05-30  Michael Smith  <msmith@fluendo.com>
14885
14886         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
14887         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
14888         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
14889         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
14890         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
14891         * ext/vorbis/vorbisenc.h:
14892           Multi-channel caps negotiation, so we can do proper multichannel
14893           vorbis encoding, negotiated through audioconvert.
14894
14895 2006-05-30  Wim Taymans  <wim@fluendo.com>
14896
14897         * tests/check/elements/adder.c: (test_event_message_received),
14898         (test_play_twice_message_received), (GST_START_TEST),
14899         (adder_suite):
14900         Added check to show that #339935 is fixed with ongoing
14901         adder and collectpads fixes.
14902
14903 2006-05-29  Wim Taymans  <wim@fluendo.com>
14904
14905         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
14906         Don't leak pad name.
14907
14908 2006-05-29  Wim Taymans  <wim@fluendo.com>
14909
14910         * gst/adder/gstadder.c: (gst_adder_query_duration),
14911         (forward_event_func), (forward_event), (gst_adder_src_event):
14912         Fix adder seeking.
14913         Make query/seeking code threadsafe.
14914
14915         * tests/check/Makefile.am:
14916         * tests/check/elements/adder.c: (test_event_message_received),
14917         (GST_START_TEST), (test_play_twice_message_received):
14918         Fix adder test case.
14919
14920 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
14921
14922         Patch by: Young-Ho Cha  <ganadist at chollian net>
14923
14924         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14925         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
14926         (set_encoding_element), (decodebin_element_added_cb),
14927         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
14928         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
14929         * gst/playback/gstplaybasebin.h:
14930           Add 'subtitle-encoding' property to playbin, so applications can
14931           force a subtitle encoding for non-UTF8 subtitles (#342268).
14932
14933         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
14934         (gst_sub_parse_set_property):
14935           Rename recently-added 'encoding' property to 'subtitle-encoding'
14936           (so it can be proxied by playbin/decodebin in a generic way
14937           with less danger of false positives).
14938
14939 2006-05-29  Michael Smith  <msmith@fluendo.com>
14940
14941         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
14942         (append_with_other_format), (set_structure_widths),
14943         (gst_audio_convert_transform_caps):
14944           Patch from #341562: give more specific audio caps in get_caps, so
14945           that basetransform  can make better decisions on what caps to
14946           negotiate.
14947
14948 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
14949
14950         * tests/check/elements/volume.c:
14951         make it compile again
14952
14953 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
14954
14955         * tests/check/elements/volume.c: (volume_suite):
14956         disable test until #343196 gets resolved
14957
14958 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
14959
14960         * gst/adder/gstadder.c: (gst_adder_get_type):
14961         Make it easier to copy&paste
14962         
14963         * gst/volume/Makefile.am:
14964         * gst/volume/gstvolume.c: (volume_update_real_volume),
14965         (gst_volume_set_volume), (gst_volume_set_mute),
14966         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
14967         (volume_transform_ip), (volume_update_mute),
14968         (volume_update_volume):
14969         * gst/volume/gstvolume.h:
14970         Add own debug category, move duplicate code to helper function, fix
14971         property texts, add more comments and prepare ffor liboil-goodness
14972         
14973         * tests/check/Makefile.am:
14974         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
14975         add test for mute and passtrough case, be a bit more verbose to track
14976         failure
14977         
14978         * tests/check/generic/states.c: (GST_START_TEST):
14979         catch elements that fail to instantiate
14980
14981 2006-05-28  Edward Hervey  <edward@fluendo.com>
14982
14983         * tests/check/pipelines/simple-launch-lines.c:
14984         * tests/check/pipelines/theoraenc.c:
14985         * tests/check/pipelines/vorbisenc.c:
14986         Comment out tests using parse_launch() if core was built without
14987         parsing capabilities.
14988
14989 2006-05-27  Edward Hervey  <edward@fluendo.com>
14990
14991         * tests/check/Makefile.am:
14992         Extra bonus points for whoever explains to ensonic that you are meant
14993         to test unit tests thoroughly before commiting them, especially if
14994         you know it's going to break.
14995         De-activated element/adder tests.
14996
14997 2006-05-27  Edward Hervey  <edward@fluendo.com>
14998
14999         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15000         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
15001         Marking caps conversion issues as GST_WARNING is way too verbose,
15002         Moving them to GST_LOG.
15003
15004 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
15005
15006         * README:
15007           Replace current README (containing the release notes from
15008           some 0.9.x version) with a proper README taken from the core.
15009
15010 2006-05-26  Wim Taymans  <wim@fluendo.com>
15011
15012         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15013         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
15014         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
15015         (vorbis_dec_change_state):
15016         Small cleanups.
15017         Add some FIXMEs
15018         Clip output samples to segment boundaries.
15019
15020 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
15021
15022         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
15023         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
15024         Improve the errors produced on bad output, including some human
15025         readable description strings.
15026         Handle the (theoretical for ximagesink) case where the XServer 
15027         has a different idea about the size required for a particular 
15028         frame and gives us too small a memory allocation.
15029
15030 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
15031
15032         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
15033         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
15034         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
15035         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
15036         Improve the errors produced on bad output, including some human 
15037         readable description strings.
15038         Handle RGB Xv formats properly by transforming them into our 
15039         big-endian caps description.
15040         Use gst_caps_truncate to ensure that we never try and choose a
15041         non-fixed caps in buffer_alloc.
15042         Handle the case where the XServer has a different idea about the size
15043         required for a particular frame and gives us too small a memory
15044         allocation.
15045         Use -1 to indicate 'no image format', because 0 is a valid XServer
15046         image format number.
15047         Put RGB Xv formats at the end of the caps, so that we always prefer
15048         YUV format frames.
15049         Iterate the available Xv Encodings to determine the maximum width and
15050         height, and then return that in our caps.
15051         (Closes #315312, #337544)
15052
15053 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
15054
15055         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
15056         When there is only one unfinished pad and it receives an event that
15057         doesn't match our requirements, we need to set alldone=FALSE so that
15058         the fakesink is not removed yet.
15059
15060 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
15061
15062         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
15063           Use gst_type_find_helper_for_buffer() to find the type
15064           of stream from the first packet.
15065
15066         * configure.ac:
15067           Bump requirements to core CVS (needed for vorbis
15068           typefinding to work).
15069
15070 2006-05-24  Edward Hervey  <edward@fluendo.com>
15071
15072         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
15073         Added the 'prfl' atom type which MQV (no, it's not a typo) files
15074         contain.  Else they play perfectly fine with qtdemux.
15075
15076 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
15077
15078         * ext/theora/theoradec.c:
15079         * ext/theora/theoraenc.c:
15080         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
15081         * gst/audiorate/gstaudiorate.c:
15082           make more debug catagories static
15083         
15084         * tests/check/Makefile.am:
15085         * tests/check/elements/adder.c: (message_received),
15086         (test_event_message_received), (GST_START_TEST),
15087         (test_play_twice_message_received), (adder_suite):
15088           added test case for using element twice, extra bonus points for anyone
15089           who can make these test run reliably
15090
15091 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15092
15093         * ext/theora/theoradec.c: (theora_dec_chain):
15094           Make work with time-stamped input buffers that do not
15095           have a granulepos in BUFFER_OFFSET_END (like theora
15096           buffers coming from matroskademux). Fixes #342448.
15097
15098 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
15099
15100         Patch by: Peter Kjellerstedt  <pkj at axis com>
15101
15102         * gst/tcp/Makefile.am:
15103           fdstresstest doesn't need Gtk+, fix compilation if 
15104           gtk is not available (#342566).
15105
15106 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
15107          
15108         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
15109           80 line columns
15110           Removed redundant floor()
15111
15112 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
15113
15114         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
15115           On second thought, just skip JUNK chunks automatically, so
15116           the caller doesn't have to handle this. Fixes #342345.
15117           Also, return GST_FLOW_UNEXPECTED if we get a short read,
15118           not GST_FLOW_ERROR.
15119
15120 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
15121
15122         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
15123           Don't bail out on JUNK chunks with a size of 0 (would try to
15124           pull_range 0 bytes before, which sources don't like too much).
15125           See #342345.
15126
15127 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
15128
15129         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15130         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15131         Use the gstutil scaling function to preserve 64 bits while calculating
15132         output width and height from the display-aspect-ratio. (A continuation
15133         of #341542)
15134
15135 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
15136
15137         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
15138         (gst_xvimagesink_buffer_alloc):
15139         * sys/xvimage/xvimagesink.h:
15140         When performing buffer allocations, remember the caps and image format
15141         we return so that if the same caps are asked for next time we can
15142         return them immediately without doing any caps intersections.
15143
15144 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
15145          
15146         * gst-libs/gst/rtp/README:
15147           Some new documentation
15148         * gst-libs/gst/rtp/gstrtpbuffer.h:       
15149           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
15150         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
15151         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
15152           New RTP audio base payloader class. Supports frame or sample based
15153           codecs.  Not enabled in Makefile.am until approved.
15154
15155 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15156
15157         * tests/check/elements/alsa.c: (test_device_property_probe):
15158           Fix test case: don't try to free NULL GValueArray when there
15159           are no devices.
15160
15161 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15162
15163         * tests/check/Makefile.am:
15164         * tests/check/elements/alsa.c: (test_device_property_probe),
15165         (alsa_suite), (main):
15166           Add simple test that runs a device property probe on alsasrc,
15167           alsasink and alsamixer. Disable valgrind check for now (too
15168           many leaks in libasound, and valgrind ignored my suppressions
15169           additions).
15170
15171 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15172
15173         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
15174         (gst_alsa_device_property_probe_probe_property),
15175         (gst_alsa_device_property_probe_needs_probe),
15176         (gst_alsa_device_property_probe_get_values),
15177         (gst_alsa_type_add_device_property_probe_interface):
15178         * ext/alsa/gstalsadeviceprobe.h:
15179         * ext/alsa/gstalsamixerelement.c:
15180         (gst_alsa_mixer_element_init_interfaces):
15181         * ext/alsa/gstalsamixerelement.h:
15182           Clean up and simplify alsa device probing. Make it actually work
15183           for multiple classes. Don't cache results any longer.
15184
15185         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
15186         (gst_alsasink_init):
15187         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
15188         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
15189         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
15190           Make alsasink and alsasrc implement the GstPropertyProbe interface
15191           for device probing (#342181).
15192           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
15193
15194 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15195
15196         * gst/subparse/samiparse.c: (handle_start_font):
15197           Don't ignore return value of strtol (++compiler_happiness).
15198
15199 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
15200
15201         Patch by: Young-Ho Cha  <ganadist chollian net>
15202
15203         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
15204         (gst_sub_parse_class_init), (gst_sub_parse_init),
15205         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
15206         (convert_encoding):
15207         * gst/subparse/gstsubparse.h:
15208           Add 'encoding' property (#341681).
15209
15210         * gst/subparse/samiparse.c: (characters_sami):
15211           Output is pango markup, so we need to escape text
15212           between tags (#342143).
15213
15214 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
15215
15216         * gst-libs/gst/audio/multichannel.c:
15217         (gst_audio_check_channel_positions):
15218           It's okay to have caps with channels=1 and a channel position
15219           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
15220           (deinterleavers might want to keep the position in the caps,
15221           so that they can be re-interleaved again properly later).
15222           Leave check for unexpected 2-channel layouts intact for now.
15223
15224 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15225
15226         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
15227         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
15228         basesrc can do its job correctly.
15229
15230 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
15231
15232         * ext/alsa/Makefile.am:
15233         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
15234         (gst_alsa_detect_formats), (get_channel_free_structure),
15235         (caps_add_channel_configuration), (gst_alsa_detect_channels),
15236         (gst_alsa_probe_supported_formats):
15237         * ext/alsa/gstalsa.h:
15238         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
15239           Refactor and improve caps probing code: probe signedness
15240           when we probe the supported formats/widths; set endianness
15241           to the one we actually probed for (ie. cpu endianness).
15242           
15243         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
15244         (gst_alsasrc_close):
15245         * ext/alsa/gstalsasrc.h:
15246           Implement caps probing for alsasrc.
15247
15248 2006-05-15  Wim Taymans  <wim@fluendo.com>
15249
15250         * ext/theora/theoradec.c: (gst_theora_dec_reset),
15251         (theora_dec_src_query), (theora_dec_src_event),
15252         (theora_dec_sink_event), (theora_handle_comment_packet),
15253         (theora_handle_data_packet), (theora_dec_change_state):
15254         Cleanups, add some G_LIKELY.
15255         Use segment helpers instead of our own wrong code.
15256         Clear queued buffers on seek and READY.
15257
15258         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
15259         (vorbis_dec_convert), (vorbis_dec_src_query),
15260         (vorbis_dec_src_event), (vorbis_dec_sink_event),
15261         (vorbis_handle_comment_packet), (vorbis_dec_push),
15262         (vorbis_handle_data_packet), (vorbis_dec_chain),
15263         (vorbis_dec_change_state):
15264         * ext/vorbis/vorbisdec.h:
15265         Remove old useless packetno variable.
15266         Do position query properly.
15267         Add some G_LIKELY.
15268         Do cleanup of queued buffers in new helper function
15269         and use it.
15270
15271 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15272
15273         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
15274           Query supported sample rates. Fixes #341732.
15275
15276 2006-05-15  Julien MOUTTE  <julien@moutte.net>
15277
15278         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
15279         (gst_decode_bin_change_state): Make decodebin reusable
15280         when going from PAUSE_TO_READY and then back to PAUSED.
15281         Fixes #331678.
15282
15283 2006-05-15  Wim Taymans  <wim@fluendo.com>
15284
15285         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
15286         (vorbis_dec_convert), (vorbis_dec_src_query),
15287         (vorbis_dec_sink_query), (vorbis_dec_src_event),
15288         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
15289         (vorbis_dec_clean_queued), (vorbis_dec_push),
15290         (vorbis_handle_data_packet), (vorbis_dec_change_state):
15291         Cleanups. Use refcounting and DEBUG_OBJECT.
15292         Reset segment on flush, use code methods instead of our
15293         own wrong version.
15294         Fix potential memleak.
15295
15296 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15297
15298         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
15299         (gst_alsasink_init):
15300         * ext/alsa/gstalsasink.h:
15301           Don't leak allocated snd_output_t structure if there's
15302           more than one alsasink instance at a time (#341873).
15303           Also fix GObject macros in header file.
15304           
15305 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15306
15307         * gst/subparse/gstsubparse.c:
15308         (gst_sub_parse_data_format_autodetect):
15309           Don't use libxml functions in the typefinding code.
15310
15311 2006-05-15  Wim Taymans  <wim@fluendo.com>
15312
15313         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
15314         Fix seeking performance in the case where a non-header 
15315         packet has a 0 granulepos (busted theora case). 
15316         Fixes #341719
15317         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
15318          the first place, you limelight stealer you)
15319
15320 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15321
15322         * gst/subparse/gstsubparse.c:
15323         (gst_sub_parse_data_format_autodetect):
15324           Improve SAMI typefinding: handle case where there are
15325           whitespaces or newlines in front of the first <SAMI>
15326           tag (#169936).
15327
15328 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15329
15330         * configure.ac:
15331           Build video4linux plugin even if there's no XVIDEO, just
15332           without implementing the GstXOverlay interface (#334002).
15333          
15334 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15335
15336         * configure.ac:
15337         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
15338         (plugin_init):
15339           Add tentative support for libvisual-0.4 (#336881).
15340
15341 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15342
15343         Patch by: Young-Ho Cha <ganadist at chollian net>
15344
15345         * gst/subparse/samiparse.c: (handle_start_font):
15346           Need to map "silver" colour explicitly (#169936).
15347
15348 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15349
15350         Patch by: Young-Ho Cha  <ganadist at chollian net>
15351
15352         * gst/subparse/Makefile.am:
15353         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
15354         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
15355         (gst_sub_parse_format_autodetect), (feed_textbuf),
15356         (gst_subparse_type_find), (plugin_init):
15357         * gst/subparse/gstsubparse.h:
15358         * gst/subparse/samiparse.c:
15359         * gst/subparse/samiparse.h:
15360           Add support for SAMI subtitles (#169936).
15361
15362 2006-05-14  Michael Smith  <msmith@fluendo.com>
15363
15364         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
15365           Fix #341696: crash when mixing L+R+C to mono or stereo.
15366         * tests/check/Makefile.am:
15367         * tests/check/elements/audioconvert.c: (set_channel_positions),
15368         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
15369         (audioconvert_suite):
15370           Add test for the above, including some generic framework bits for
15371           testing multichannel things.
15372
15373 === release 0.10.7 ===
15374
15375 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
15376
15377         * configure.ac:
15378           releasing 0.10.7, "Leave the gun"
15379
15380 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
15381
15382         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15383         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15384         Fix the build.
15385
15386 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
15387
15388         * docs/libs/gst-plugins-base-libs-docs.sgml:
15389         * docs/libs/gst-plugins-base-libs-sections.txt:
15390         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
15391         * gst-libs/gst/video/video.h:
15392         * gst/videoscale/Makefile.am:
15393         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15394         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15395         * tests/check/Makefile.am:
15396         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
15397         (main):
15398           Fix integer overflow problem with pixel-aspect-ratio calculations
15399           in videoscale and xvimagesink (#341542)
15400
15401 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
15402
15403         * gst-libs/gst/tag/gstid3tag.c:
15404           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
15405
15406 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
15407
15408         * win32/MANIFEST:
15409           update win32 files listing
15410
15411 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15412
15413         patch by: Sjoerd Simons (sjoerd@luon.net)
15414
15415         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15416         (group_create), (group_destroy), (add_stream),
15417         (gst_play_base_bin_get_property),
15418         (gst_play_base_bin_get_streaminfo_value_array):
15419         * gst/playback/gstplaybasebin.h:
15420           API: GstPlayBaseBin::stream-info-value-array property
15421           use a more bindings-friendly way of exposing streaminfo
15422           using a GValueArray.  Tested in ipython.
15423           Closes #341114
15424
15425 2006-05-11  Wim Taymans  <wim@fluendo.com>
15426
15427         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
15428         (queue_underrun_cb), (queue_filled_cb):
15429         Also catch queue underruns but don't do anything yet.
15430         Refactor and comment queue enlarging code a bit.
15431
15432         * gst/playback/gstplaybasebin.c: (queue_overrun),
15433         (queue_threshold_reached), (queue_out_of_data),
15434         (gen_preroll_element):
15435         If a queue over/underruns check that we don't create nasty
15436         deadlocks when the min-threshold is not reached but the
15437         max-bytes is. In those cases disable max-bytes when we
15438         know that the queue is fed timed data.
15439         Add more comments.
15440
15441 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
15442
15443         * gst/playback/gstplaybin.c: (gen_audio_element):
15444           Make playbin automatically plug an 'audioresample'
15445           element before the audio sink as well. This solves
15446           problems with sinks that only accept a very specific
15447           sample rate, like esdsink (e.g. #340379).
15448
15449 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
15450
15451         * gst/playback/gstplaybasebin.c: (gen_source_element):
15452           Make http sources send special headers so that we receive
15453           icecast metadata if the http stream is an icecast stream
15454           (otherwise the server will just ignore them). This also
15455           means that from now on users will need the 'icydemux'
15456           element from gst-plugins-good installed if they want to
15457           listen to icecast radio streams. (#341432, #333657).
15458
15459 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15460
15461         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
15462         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
15463           remove stupid example from docs - it should come with a simple
15464           C program instead.
15465           Clean up/fix docs
15466         * tests/check/elements/multifdsink.c: (wait_bytes_served),
15467         (fail_if_can_read), (GST_START_TEST),
15468         (gst_multifdsink_create_streamheader), (multifdsink_suite):
15469           add a test for changing streamheader which exposes a bug in
15470           multifdsink
15471
15472 2006-05-11  Michael Smith  <msmith@fluendo.com>
15473
15474         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
15475         (gst_gnome_vfs_src_received_headers_callback):
15476         * ext/gnomevfs/gstgnomevfssrc.h:
15477           Don't set icy-caps unless we have a sane interval value. Move
15478           interval to a local variable; we never use it outside this function.
15479
15480 2006-05-11  Wim Taymans  <wim@fluendo.com>
15481
15482         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
15483         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
15484         Register special buffer types along with the objects so
15485         that they are not registered at runtime from N different
15486         streaming threads since they are not threadsafe.
15487
15488 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15489
15490         * tests/check/elements/multifdsink.c: (wait_bytes_served),
15491         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
15492           add two more tests, one doing streamheader
15493
15494 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15495
15496         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
15497           clean up the bufqueue when shutting down
15498         * tests/check/Makefile.am:
15499         * tests/check/elements/multifdsink.c: (setup_multifdsink),
15500         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
15501         (main):
15502           add a test for the leak that was just fixed
15503
15504 2006-05-10  Wim Taymans  <wim@fluendo.com>
15505
15506         * gst/adder/gstadder.c: (gst_adder_setcaps),
15507         (gst_adder_query_duration), (gst_adder_query), (forward_event),
15508         (gst_adder_src_event), (gst_adder_sink_event),
15509         (gst_adder_class_init), (gst_adder_finalize),
15510         (gst_adder_request_new_pad), (gst_adder_collected):
15511         * gst/adder/gstadder.h:
15512         Updated some docs. Added comments and FIXMEs all over the place.
15513         Improve debugging info.
15514         Fix leak on finalize by not calling the parent.
15515         Implement duration query.
15516         Make event forwarding threadsafe.
15517         Correctly send NEWSEGMENT at start and after flush.
15518         Handle EOS correctly.
15519         Post error when not negotiated.
15520
15521         * tests/check/elements/adder.c: (GST_START_TEST):
15522         Added FIXME in the test.
15523
15524 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15525
15526         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
15527         (gst_text_overlay_halign_get_type),
15528         (gst_text_overlay_wrap_mode_get_type):
15529         * ext/theora/theoradec.c: (theora_handle_type_packet),
15530         (theora_handle_data_packet):
15531         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
15532         (theora_enc_sink_setcaps), (theora_enc_chain):
15533         * gst-libs/gst/cdda/gstcddabasesrc.c:
15534         (gst_cdda_base_src_mode_get_type):
15535         * gst/audiotestsrc/gstaudiotestsrc.c:
15536         (gst_audiostestsrc_wave_get_type):
15537         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
15538         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
15539         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
15540         (gst_sync_method_get_type), (gst_unit_type_get_type),
15541         (gst_client_status_get_type):
15542         * gst/videoscale/gstvideoscale.c:
15543         (gst_video_scale_method_get_type):
15544         * gst/videotestsrc/gstvideotestsrc.c:
15545         (gst_video_test_src_pattern_get_type):
15546         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
15547         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
15548         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
15549         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
15550         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
15551         (paint_setup_RGB565), (paint_setup_xRGB1555):
15552           Const-ify GEnumValue and GFlagsValue arrays. Use
15553           GST_ROUND_UP_* macros instead of home-made ones.
15554
15555 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15556
15557         * configure.ac:
15558           Require core CVS for the new newsegment stuff.
15559
15560 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15561
15562         Patch by: Sjoerd Simons  <sjoerd at luon net>
15563
15564         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
15565           Register nick for enum value (#341160).
15566
15567 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
15568
15569         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
15570         (plugin_init):
15571          backout typefind patch #340375
15572          
15573         * tests/check/elements/adder.c: (message_received),
15574         (GST_START_TEST), (adder_suite):
15575           redo, signal-handling of test
15576
15577 2006-05-09  Wim Taymans  <wim@fluendo.com>
15578
15579         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
15580         (gst_adder_collected):
15581         * gst/adder/gstadder.h:
15582         Remove bogus segment merging and forwarding, we don't
15583         care about timestamps anyway and we just produce a
15584         continuous stream. 
15585         Also create a nice NEWSEGMENT event when we start.
15586         Use _scale_int some more.
15587
15588 2006-05-09  Edward Hervey  <edward@fluendo.com>
15589
15590         * tests/icles/stress-xoverlay.c:
15591         Fix if core was built without parsing support.
15592
15593 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15594
15595         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15596           Add SEDG (Samsung MPEG-4) fourcc.
15597
15598 2006-05-09  Edward Hervey  <edward@fluendo.com>
15599
15600         * tests/icles/stress-xoverlay.c:
15601         * tests/examples/volume/volume.c:
15602         Fix if core was built without parsing support.
15603
15604         * tests/examples/seek/seek.c:
15605         Disable the parse_launch example if core was built without parsing
15606         support.
15607
15608 2006-05-08  Edward Hervey  <edward@fluendo.com>
15609
15610         * autogen.sh: (CONFIGURE_DEF_OPT): 
15611         libtoolize on Darwin/MacOSX is called glibtoolize
15612
15613 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15614
15615         * tests/check/Makefile.am:
15616         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
15617           Disable the adder test, until the build-slaves posses the kindness to 
15618           either like it or to give valid reason for not doing so 
15619
15620 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15621
15622         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
15623         (adder_suite):
15624           Shuffle NULL state change around and raise timeout more
15625
15626 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15627
15628         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
15629         (mp4_type_find), (plugin_init):
15630           Add typefind to distinguish between "audio/x-m4a" and new type
15631           "video/mp4". Fixes #340375
15632
15633         * tests/check/elements/adder.c: (adder_suite):
15634           Raise timeout to make buildbot happy
15635
15636 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15637
15638         * gst/adder/gstadder.c: (gst_adder_sink_event),
15639         (gst_adder_request_new_pad), (gst_adder_change_state):
15640         * gst/adder/gstadder.h:
15641         * tests/check/Makefile.am:
15642         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
15643         (adder_suite), (main):
15644           Add sink-event handling to adder. It tries to merge incomming
15645           newsegment-events. Added test to check if segment_done is comming
15646           through. Fixes #340060
15647
15648 2006-05-05  Andy Wingo  <wingo@pobox.com>
15649
15650         * ext/theora/theoraparse.c (gst_theora_parse_init)
15651         (theora_parse_src_convert, theora_parse_src_query):
15652         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
15653         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
15654         query functions on the source pads of the theora and vorbis parse
15655         elements. Fixes position querying when doing a remux.
15656
15657 2006-05-05  Michael Smith  <msmith@fluendo.com>
15658
15659         * ext/theora/theoraparse.c: (parse_granulepos),
15660         (theora_parse_drain_queue_prematurely),
15661         (theora_parse_queue_buffer), (theora_parse_sink_event):
15662           Fix flushing.
15663           Fix invalid granulepos outputs when starting with a non-keyframe.
15664
15665 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
15666
15667         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
15668         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
15669         Rearrange MPEG system stream detection, fixing some memleaks in the
15670         process.
15671         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
15672         they clean up their data correctly.
15673         Remove unused ogganx caps and move the 'is_annodex' check to inside
15674         the 'is_ogg' if statement.
15675
15676 2006-05-05  Wim Taymans  <wim@fluendo.com>
15677
15678         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
15679         Properly remove ghostpads. Fixes #340392
15680
15681 2006-05-04  David Schleef  <ds@schleef.org>
15682
15683         * gst/typefind/gsttypefindfunctions.c:
15684
15685 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
15686
15687         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
15688         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
15689
15690         When typefinding an MP3 in push-based mode, don't penalise the
15691         probability down to 74% when we found 5 valid frames just because we
15692         can't peek the end of the file.
15693
15694         Make the probability for detecting MPEG Transport Streams based on the
15695         number of sequential headers we successfully detected.
15696
15697 2006-05-03  Wim Taymans  <wim@fluendo.com>
15698
15699         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
15700         (vorbis_dec_push), (vorbis_dec_chain):
15701         Still produce an error when we receive an empty packet.
15702
15703 2006-05-03  Wim Taymans  <wim@fluendo.com>
15704
15705         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
15706         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
15707         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
15708         Mark buffers with DISCONT after seek and after activating new
15709         chains.
15710
15711         * ext/theora/gsttheoradec.h:
15712         * ext/theora/theoradec.c: (gst_theora_dec_reset),
15713         (theora_get_query_types), (theora_dec_sink_event),
15714         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
15715         (theora_dec_change_state):
15716         Fix frame counter.
15717         Detect and mark DISCONT buffers.
15718
15719         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15720         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
15721         (vorbis_dec_change_state):
15722         * ext/vorbis/vorbisdec.h:
15723         Use GstSegment.
15724         Detect and mark DISCONT buffers.
15725         Don't crash on 0 sized buffers.
15726
15727 2006-05-03  Wim Taymans  <wim@fluendo.com>
15728
15729         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
15730         (volume_transform_ip):
15731         Increase "volume" property to 10.0. Fixes #340369.
15732         Set the process function to NULL when capsnego fails so that
15733         we properly error out.
15734
15735 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
15736
15737         * gst/playback/gstplaybin.c: (add_sink):
15738         * gst/playback/test.c: (main):
15739         * gst/playback/test5.c: (dump_element_stats):
15740         * gst/playback/test6.c: (main):
15741           free caps using gst_caps_unref, don't leak caps-strings
15742
15743 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
15744
15745         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
15746         (plugin_init):
15747           Refine musepack typefinding a bit. Return MAXIMUM
15748           probability when we detect stream version 7 to make
15749           sure the mpeg audio typefinder doesn't trump us.
15750
15751 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
15752
15753         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
15754           Protect against unexpected NULL strf_data buffer.
15755
15756 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15757
15758         * tests/check/elements/audioconvert.c: (verify_convert),
15759         (GST_START_TEST):
15760           interpret the out[] buffer in the order the bytes are actually
15761           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
15762           Other tests should use BYTE_ORDER since the array is filled in
15763           with actual values
15764
15765 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15766
15767         * tests/check/elements/audioconvert.c: (verify_convert),
15768         (GST_START_TEST):
15769           when a test fails, give an indication of which it is
15770
15771 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15772
15773         * gst-libs/gst/cdda/gstcddabasesrc.c:
15774           compile fix; strtol() needs <stdlib.h>
15775
15776 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15777
15778         * ext/alsa/gstalsamixerelement.c:
15779         * ext/alsa/gstalsasrc.c:
15780         * ext/cdparanoia/gstcdparanoiasrc.c:
15781         * ext/gnomevfs/gstgnomevfssink.c:
15782         * ext/gnomevfs/gstgnomevfssrc.c:
15783         * ext/ogg/gstoggdemux.c:
15784         * ext/ogg/gstoggmux.c:
15785         * ext/ogg/gstoggparse.c:
15786         * ext/ogg/gstogmparse.c:
15787         * ext/pango/gstclockoverlay.c:
15788         * ext/pango/gsttextoverlay.c:
15789         * ext/pango/gsttextrender.c:
15790         * ext/pango/gsttimeoverlay.c:
15791         * ext/theora/theoradec.c:
15792         * ext/theora/theoraenc.c:
15793         * ext/vorbis/vorbisdec.c:
15794         * ext/vorbis/vorbisenc.c:
15795         * gst-libs/gst/audio/gstaudiofilter.c:
15796         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
15797         * gst/audioconvert/gstaudioconvert.c:
15798         * gst/audiorate/gstaudiorate.c:
15799         * gst/audioresample/gstaudioresample.c:
15800         * gst/audiotestsrc/gstaudiotestsrc.c:
15801         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15802         * gst/playback/gstdecodebin.c:
15803         * gst/playback/gstplaybin.c:
15804         * gst/playback/gststreamselector.c:
15805         * gst/subparse/gstsubparse.c:
15806         * gst/tcp/gstmultifdsink.c:
15807         * gst/tcp/gsttcpclientsink.c:
15808         * gst/tcp/gsttcpclientsrc.c:
15809         * gst/tcp/gsttcpserversink.c:
15810         * gst/tcp/gsttcpserversrc.c:
15811         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
15812         * gst/videorate/gstvideorate.c:
15813         * gst/videoscale/gstvideoscale.c:
15814         * gst/videotestsrc/gstvideotestsrc.c:
15815         * gst/volume/gstvolume.c:
15816         * sys/v4l/gstv4ljpegsrc.c:
15817         * sys/v4l/gstv4lmjpegsink.c:
15818         * sys/v4l/gstv4lmjpegsrc.c:
15819         * sys/v4l/gstv4lsrc.c:
15820         * sys/ximage/ximagesink.c:
15821         * sys/xvimage/xvimagesink.c:
15822         * tests/check/libs/cddabasesrc.c:
15823           make GstElementDetails const
15824
15825 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15826
15827         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
15828         (gst_adder_init):
15829           send events from src-pad to all sink-pads fixes #338657
15830
15831 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15832
15833         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
15834         (alsasink_parse_spec):
15835           query width capabilities from alsa, fixes #338919
15836
15837 2006-04-28  Wim Taymans  <wim@fluendo.com>
15838
15839         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
15840         (gst_multi_fd_sink_remove_client_link):
15841         * gst/tcp/gstmultifdsink.h:
15842         Fix race condition in multifdsink that can lead to spurious 
15843         duplicate clients. this patch adds a new signal that is fired when
15844         multifdsink has removed all references to the fd.
15845         Fixes #339574.
15846         Updated documentation.
15847         API: client-fd-removed signal added
15848
15849 2006-04-28  Michael Smith  <msmith@fluendo.com>
15850
15851         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
15852           When asking g_value_array_new to prealloc elements, we may as well
15853           ask for the right number of elements.
15854
15855 2006-04-28  Wim Taymans  <wim@fluendo.com>
15856
15857         * gst-libs/gst/audio/gstbaseaudiosink.c:
15858         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
15859         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
15860         patch to make timestamp checking more tollerant to rounding 
15861         errors given that real discontinuities are to be marked on
15862         buffers. Fixes some asf files and #338778.
15863         Also avoid some crashers when we receive an event in the 
15864         NULL state.
15865
15866 2006-04-28  Michael Smith  <msmith@fluendo.com>
15867
15868         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
15869         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
15870         (gst_gnome_vfs_src_get_property),
15871         (gst_gnome_vfs_src_send_additional_headers_callback),
15872         (gst_gnome_vfs_src_received_headers_callback),
15873         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
15874         (gst_gnome_vfs_src_stop):
15875         * ext/gnomevfs/gstgnomevfssrc.h:
15876           Remove ICY handling (mostly) from gnomevfssrc, in favour of
15877           proper shared support within icydemux.
15878
15879 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15880
15881         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
15882         (gst_video_rate_swap_prev), (gst_video_rate_chain):
15883           fix up docs
15884           fix a leak when no caps negotiated
15885           fix counting of input frames
15886         * tests/check/elements/.cvsignore:
15887         * tests/check/elements/videorate.c: (assert_videorate_stats),
15888         (GST_START_TEST), (videorate_suite):
15889           add tests for these
15890
15891 2006-04-28  Wim Taymans  <wim@fluendo.com>
15892
15893         * gst-libs/gst/audio/gstringbuffer.c:
15894         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
15895         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
15896         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
15897         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
15898         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
15899         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
15900         (gst_ring_buffer_commit), (gst_ring_buffer_read),
15901         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
15902         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
15903         Check arguments passed to public functions instead of
15904         crashing.
15905
15906 2006-04-28  Wim Taymans  <wim@fluendo.com>
15907
15908         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
15909         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
15910         GstBaseAudioSrc must be live or it does not work.
15911
15912         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
15913         Don't set live to TRUE as this is the default in the parentclass.
15914
15915 2006-04-28  Wim Taymans  <wim@fluendo.com>
15916
15917         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
15918         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
15919         Videoscale doesn't pass on pixel-aspect ratio. Handle all
15920         fixation cases better. Fixes #338991
15921
15922 2006-04-28  Wim Taymans  <wim@fluendo.com>
15923
15924         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
15925         Handle 0/1 framerate correctly Fixes #331901.
15926
15927 2006-04-28  Wim Taymans  <wim@fluendo.com>
15928
15929         * tests/check/elements/audioconvert.c: (get_float_caps),
15930         (GST_START_TEST), (audioconvert_suite):
15931         Added check for correct clipping when doing float samples
15932         in audioconvert.
15933
15934 2006-04-28  Wim Taymans  <wim@fluendo.com>
15935
15936         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
15937         (gst_video_rate_chain):
15938         Print more debugging info.
15939
15940 2006-04-28  Wim Taymans  <wim@fluendo.com>
15941
15942         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
15943         (resample_set_state_from_caps):
15944         Add support for other formats audioresample can handle such as
15945         32 bits in and float and 64 bits float. Fixes #301759
15946
15947 2006-04-28  Wim Taymans  <wim@fluendo.com>
15948
15949         * gst/audioconvert/audioconvert.c: (float):
15950         correctly clip float samples > 1.0. Fixes #338718
15951
15952 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
15953
15954         Patch by: Young-Ho Cha  <ganadist at chollian net>
15955
15956         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
15957         (gst_text_overlay_render_text):
15958           Don't strip newlines from the text. Also, center lines
15959           within multi-line paragraphs (#339405).
15960
15961 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
15962
15963         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
15964           Fix wavpack typefinding to work in more cases (don't peek
15965           for chunks of multiple hundred kBs at once, but process
15966           things step-by-step in smaller units). Fixes #339786.
15967
15968 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15969
15970         * configure.ac:
15971           back to HEAD
15972
15973 === release 0.10.6 ===
15974
15975 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
15976
15977         * configure.ac:
15978           releasing 0.10.6, "Chao"
15979
15980 2006-04-26  David Schleef  <ds@schleef.org>
15981
15982         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
15983           Fixes #338897.
15984
15985 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15986
15987         * configure.ac:
15988         * win32/common/config.h:
15989           new prerelease
15990
15991 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15992
15993         patch by: Wim Taymans
15994
15995         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
15996         (gst_ogg_demux_perform_seek):
15997           make sure correct newsegments are sent, so that the decoder
15998           and the demuxer agree on timestamps.  Fixes playback of a lot
15999           of Ogg files that do not start from 0.  Fixes #339833.
16000
16001 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16002
16003         Patch by: Edward Hervey  <edward@fluendo.com>
16004
16005         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
16006         * tests/check/Makefile.am:
16007         * tests/check/elements/videorate.c: (assert_videorate_stats),
16008         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
16009         (videorate_suite), (main):
16010           Fix an infinite loop if frames are passed in with wrongly ordered
16011           timestamps.  Fixes #339013.
16012
16013 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16014
16015         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
16016
16017         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
16018           fix typefinding on some ISO files.  Fixes #339212.
16019
16020 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16021
16022         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
16023
16024         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16025           add another H264 fourcc.  Fixes #339047.
16026
16027 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16028
16029         Patch by: Jan Schmidt
16030
16031         * gst/playback/gststreamselector.c:
16032         (gst_stream_selector_bufferalloc):
16033           Restore old StreamSelector behaviour.
16034           Fixes #338419.
16035
16036 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
16037
16038         * configure.ac:
16039         * win32/common/config.h:
16040           prerelease
16041
16042 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16043
16044         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
16045
16046         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16047         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
16048           Fix some memory leaks: on finalize, free buffers left in the queue
16049           before destroying the queue; in _push(), unref rtp_buf even if
16050           the process vfunc returned a NULL buffer as output buffer (#337548);
16051           demote some recuring debug messages to LOG level.
16052
16053 2006-04-11  Wim Taymans  <wim@fluendo.com>
16054
16055         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16056         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16057         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
16058         (gst_ogg_demux_loop):
16059         More cleanups.
16060         Respect segment stop when emiting EOS or SEGMENT_DONE.
16061         Fixes (#337945).
16062
16063 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16064
16065         * gst/playback/gststreamselector.c:
16066         (gst_stream_selector_get_property):
16067           Don't leak pad name.
16068
16069 2006-04-10  Michael Smith  <msmith@fluendo.com>
16070
16071         * tests/check/Makefile.am:
16072         * tests/check/gst-plugins-base.supp:
16073           Suppress an old libtheora bug (fixed in more recent versions), so 
16074           that FC4 buildslaves can pass.
16075
16076 2006-04-10  Wim Taymans  <wim@fluendo.com>
16077
16078         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16079         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
16080         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
16081         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
16082         (gst_ogg_demux_loop):
16083         Don't leak events.
16084         Remember what error we got when finding chains, if we
16085         were shutdown, that would not be an error.
16086
16087 2006-04-10  Wim Taymans  <wim@fluendo.com>
16088
16089         * gst-libs/gst/audio/gstbaseaudiosink.c:
16090         (gst_base_audio_sink_event):
16091         Starting the ringbuffer when we did not acquire it can cause
16092         a deadlock, is pointless and causes nasty things for
16093         subclasses. 
16094         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
16095
16096 2006-04-10  Wim Taymans  <wim@fluendo.com>
16097
16098         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16099         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
16100         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16101         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
16102         (gst_ogg_demux_deactivate_current_chain),
16103         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
16104         (gst_ogg_demux_bisect_forward_serialno),
16105         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
16106         Add some more debugging.
16107
16108 2006-04-10  Wim Taymans  <wim@fluendo.com>
16109
16110         * ext/theora/theoradec.c: (theora_dec_src_event),
16111         (theora_handle_data_packet):
16112         Some more debug info.
16113
16114         * tests/examples/seek/seek.c: (start_seek), (main):
16115         Print element messages too.
16116
16117 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
16118
16119         * gst/audioresample/debug.h:
16120           replace debug macros with variable number of parameters
16121           by a simple alias to gstreamer standard debug macros 
16122          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
16123           supported by MSVC 6.0 and 7.1)
16124         * gst/audioresample/resample.h:
16125           define M_PI and rint for WIN32
16126         * win32/common/libgstaudio.def:
16127         * win32/common/libgstriff.def:
16128         * win32/common/libgsttag.def:
16129         * win32/common/libgstvideo.def:
16130           add new exported functions
16131         * win32/vs6:
16132           update project files
16133
16134 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16135
16136         * ext/alsa/gstalsamixeroptions.c:
16137         (gst_alsa_mixer_options_class_init):
16138         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
16139         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
16140         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
16141         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
16142         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
16143         * gst-libs/gst/audio/gstaudiofilter.c:
16144         (gst_audio_filter_class_init):
16145         * gst-libs/gst/audio/gstaudiosink.c:
16146         (gst_audioringbuffer_class_init):
16147         * gst-libs/gst/audio/gstaudiosrc.c:
16148         (gst_audioringbuffer_class_init):
16149         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
16150         * gst-libs/gst/interfaces/colorbalancechannel.c:
16151         (gst_color_balance_channel_class_init):
16152         * gst-libs/gst/interfaces/mixeroptions.c:
16153         (gst_mixer_options_class_init):
16154         * gst-libs/gst/interfaces/mixertrack.c:
16155         (gst_mixer_track_class_init):
16156         * gst-libs/gst/interfaces/tunerchannel.c:
16157         (gst_tuner_channel_class_init):
16158         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
16159         * gst-libs/gst/netbuffer/gstnetbuffer.c:
16160         (gst_netbuffer_class_init):
16161         * gst-libs/gst/rtp/gstbasertppayload.c:
16162         (gst_basertppayload_class_init):
16163         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
16164         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
16165         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
16166         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
16167         * gst/playback/gststreamselector.c:
16168         (gst_stream_selector_class_init):
16169         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
16170         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
16171         * sys/v4l/gstv4lcolorbalance.c:
16172         (gst_v4l_color_balance_channel_class_init):
16173         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
16174         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
16175         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
16176         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
16177         (gst_v4l_tuner_norm_class_init):
16178         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
16179         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
16180         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
16181         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
16182
16183 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16184
16185         * ext/pango/gsttextrender.h:
16186         * gst-libs/gst/audio/gstaudiosink.h:
16187         * gst-libs/gst/audio/gstaudiosrc.h:
16188         * gst-libs/gst/audio/gstbaseaudiosink.h:
16189         * gst-libs/gst/audio/gstbaseaudiosrc.h:
16190         * gst-libs/gst/audio/gstringbuffer.h:
16191         * gst-libs/gst/rtp/gstbasertpdepayload.h:
16192         * gst-libs/gst/rtp/gstbasertppayload.h:
16193         * gst-libs/gst/video/gstvideofilter.h:
16194         * gst-libs/gst/video/gstvideosink.h:
16195         * gst/playback/gstplaybasebin.h:
16196         * gst/tcp/gstmultifdsink.h:
16197         * sys/v4l/gstv4lelement.h:
16198         Fix broken GObject macros
16199
16200 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16201
16202         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
16203         More debug to trace why my USB headset is not working with gst
16204
16205 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
16206
16207         * gst/playback/gstplaybasebin.c: (group_destroy):
16208         Clean up our group elements properly in the case where it never 
16209         got committed - it still got added unconditionally to the bin.
16210
16211 2006-04-07  Wim Taymans  <wim@fluendo.com>
16212
16213         * ext/theora/theoradec.c: (theora_dec_sink_event),
16214         (theora_handle_data_packet), (theora_dec_chain):
16215         Unref unhandled events.
16216         Protect against empty buffers.
16217         Perform QoS on running time.
16218
16219 2006-04-07  Michael Smith  <msmith@fluendo.com>
16220
16221         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
16222         (gst_vorbis_enc_chain):
16223           Remove leaks from vorbisenc.
16224           Mostly minor changes, the only significant one is that now the
16225           buffers we set as 'streamheader' on the caps are copies of the
16226           original buffers, to avoid circular refcounting problems.
16227
16228 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
16229
16230         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
16231           Don't remove our mute-probe if someone else already did so.
16232           Don't set a 2nd one if there is already one pending on the pad.
16233
16234         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
16235         (do_playbin_seek):
16236           When a seek fails, ensure that playbin is still set back to playing.
16237           
16238         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
16239         (mpeg_ts_type_find), (plugin_init):
16240           Add a typefind function for mpeg-ts streams. (Closes: #336617)
16241
16242 2006-04-06  Andy Wingo  <wingo@pobox.com>
16243
16244         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
16245         (gst_video_rate_init): Caps-related parameters should not be reset
16246         by a flush -- move their inits to the instance init function.
16247         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
16248         is not OK, just return the result.
16249
16250         * gst/audiotestsrc/gstaudiotestsrc.c
16251         (gst_audio_test_src_class_init)
16252         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
16253         broken by Stefan's commit on 24 March.
16254
16255         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
16256         buffers being pushed out. Fixes oggmux ! multifdsink.
16257
16258 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
16259
16260         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
16261         (gst_vorbis_dec_init), (vorbis_dec_finalize):
16262         * ext/vorbis/vorbisdec.h:
16263         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
16264         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
16265         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
16266         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
16267         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
16268         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
16269         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
16270         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
16271         (gst_vorbis_enc_buffer_from_packet),
16272         (gst_vorbis_enc_buffer_from_header_packet),
16273         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
16274         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
16275         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
16276         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
16277         (gst_vorbis_enc_change_state):
16278         * ext/vorbis/vorbisenc.h:
16279           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
16280           vorbisenc adhere to the official nomenclature; use boilerplate
16281           macro.
16282
16283 2006-04-04  Andy Wingo  <wingo@pobox.com>
16284
16285         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
16286         Whoops, fix bug introduced. Bad hacker!
16287         
16288         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
16289         Properly handle the case where you get EOS before any buffers are
16290         received. Use gst_buffer_make_metadata_writable where appropriate.
16291
16292         * ext/theora/theoradec.c (theora_handle_data_packet): This value
16293         is often negative -- make it signed so as not to wrap around.
16294         Fixes segfaults introduced on 9 March.
16295
16296 2006-04-03  Wim Taymans  <wim@fluendo.com>
16297
16298         * ext/theora/gsttheoradec.h:
16299         * ext/theora/theoradec.c: (theora_dec_src_event):
16300         Don't try to store a gdouble in a gboolean.
16301         Small cleanups.
16302
16303 2006-04-03  Michael Smith  <msmith@fluendo.com>
16304
16305         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
16306           Oggmux sucks.
16307           Make it suck slightly less by writing out the final page.
16308           Still can't encode a vorbis-in-ogg file correctly, though.
16309
16310 2006-04-03  Andy Wingo  <wingo@pobox.com>
16311
16312         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
16313         a g_print.
16314
16315         * ext/theora/theora.c (plugin_init): Register theoraparse.
16316
16317         * ext/theora/gsttheoraparse.h: 
16318         * ext/theora/theoraparse.c: New files implementing a theora
16319         parser. Now we can properly remux ogg/theora+vorbis, yay.
16320
16321         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
16322
16323 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16324
16325         * gst/audiotestsrc/gstaudiotestsrc.c:
16326           Fixed the sample pipeline (see #323798)
16327
16328 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16329
16330         * configure.ac:
16331         * win32/common/config.h:
16332         * win32/common/config.h.in:
16333           use AS_VERSION and AS_NANO
16334           more cleanups
16335
16336 2006-03-31  Andy Wingo  <wingo@pobox.com>
16337
16338         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
16339         uninitialized variable return that would happen.
16340         
16341         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
16342         uninitialized variable return that would never happen.
16343
16344         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
16345         (vorbis_parse_sink_event): Add an event function to flush our
16346         state on a seek, and to drain buffers on a premature EOS.
16347         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
16348         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
16349         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
16350         (vorbis_parse_drain_queue): Queue up buffers until we can set
16351         their timestamps and granulepos values.
16352
16353         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
16354         and keep track of data needed for deriving granulepos and
16355         timestamps for buffers.
16356
16357 2006-03-29  Wim Taymans  <wim@fluendo.com>
16358
16359         Patch by: j^ <j at bootlab dot org>
16360
16361         * ext/alsa/gstalsamixerelement.c:
16362         (gst_alsa_mixer_element_class_init):
16363         * ext/alsa/gstalsasink.c:
16364         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
16365         * ext/ogg/gstoggdemux.c:
16366         * ext/ogg/gstoggmux.c:
16367         * ext/ogg/gstoggparse.c:
16368         * ext/pango/gstclockoverlay.c:
16369         * ext/pango/gsttextoverlay.c:
16370         * ext/pango/gsttextrender.c:
16371         * ext/pango/gsttimeoverlay.c:
16372         * ext/theora/theoradec.c:
16373         * ext/theora/theoraenc.c:
16374         * ext/vorbis/vorbisdec.c:
16375         * ext/vorbis/vorbisenc.c:
16376         * gst/audioconvert/gstaudioconvert.c:
16377         * gst/subparse/gstsubparse.c:
16378         * gst/tcp/gstmultifdsink.c:
16379         * gst/tcp/gsttcpclientsink.c:
16380         * gst/tcp/gsttcpclientsrc.c:
16381         * gst/tcp/gsttcpserversink.c:
16382         * gst/tcp/gsttcpserversrc.c:
16383           better/unified long descriptions
16384           Fixes #336477
16385
16386 2006-03-29  Wim Taymans  <wim@fluendo.com>
16387
16388         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
16389         (stop_seek):
16390         Don't let double and triple clicks mess up our state.
16391
16392 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
16393
16394         * gst/playback/gstplaybin.c: (gen_video_element),
16395         (gen_text_element), (gen_audio_element), (gen_vis_element):
16396           Error out gracefully when we can't create any of the usual
16397           conversion elements for some reason. Also, don't try to
16398           create an audioscale (sic) element that's not used anyway.
16399
16400 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
16401
16402         * gst/playback/gstplaybasebin.c: (setup_source):
16403           Don't post RESOURCE_NOT_FOUND error when we can't find a source
16404           element for a particular protocol, that's confusing for users.
16405           Instead, post a RESOURCE_FAILED error, so that our own error
16406           message is actually shown in totem etc. (#336303).
16407
16408 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
16409
16410         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16411
16412         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
16413         (gst_gnome_vfs_src_get_icy_metadata):
16414           Fix some minor memory leaks (#336194).
16415
16416 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
16417
16418         * ext/gnomevfs/gstgnomevfs.c:
16419         (gst_gnome_vfs_location_to_uri_string):
16420         * ext/gnomevfs/gstgnomevfs.h:
16421         * ext/gnomevfs/gstgnomevfssink.c:
16422         (gst_gnome_vfs_sink_set_property):
16423         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
16424           Make gnomevfssink accept filenames as well as URIs for the
16425           "location" property, just like gnomevfssrc does (and
16426           filesrc/filesink do) (#336190).
16427
16428 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
16429
16430         * tests/check/generic/clock-selection.c: (GST_START_TEST):
16431           set to NULL before unreffing, fixes a valgrind leak.
16432           Why was this not triggering the error that an object needs to
16433           be NULL before unreffing ?
16434         * win32/common/config.h:
16435           update
16436
16437 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
16438
16439         * gst/subparse/gstsubparse.c: (convert_encoding),
16440         (gst_sub_parse_change_state):
16441         * gst/subparse/gstsubparse.h:
16442           Text subtitle files may or may not be UTF-8. If it's not, we
16443           don't really want to see '?' characters in place of non-ASCII
16444           characters like accented characters. So let's assume the input
16445           is UTF-8 until we come across text that is clearly not. If it's
16446           not UTF-8, we don't really know what it is, so try the following:
16447           (a) see whether the GST_SUBTITLE_ENCODING environment variable
16448           is set; if not, check (b) if the current locale encoding is
16449           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
16450           the current locale encoding is UTF-8 and the environment variable
16451           was not set to any particular encoding. Not perfect, but better
16452           than nothing (and better than before, I think) (fixes #172848).
16453
16454 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
16455
16456         * configure.ac:
16457           update core requirement to 0.10.4.1 because of async_playback
16458           vmethod on GstBaseSink
16459
16460 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16461
16462         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
16463         * gst/adder/gstadder.c: (gst_adder_init):
16464         use DEBUG_FUNCPTR for collectpads
16465
16466 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16467
16468         * docs/plugins/Makefile.am:
16469         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16470         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16471         * ext/cdparanoia/gstcdparanoiasrc.c:
16472         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
16473         (gst_gnome_vfs_sink_class_init):
16474         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
16475         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
16476         * ext/ogg/gstoggmux.c:
16477         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
16478         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
16479         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
16480         * ext/pango/gsttextoverlay.c:
16481         * ext/pango/gsttextrender.c:
16482         * ext/theora/theoradec.c:
16483         * ext/theora/theoraenc.c:
16484         * ext/vorbis/vorbisdec.c:
16485         * ext/vorbis/vorbisenc.c:
16486         * gst-libs/gst/audio/gstaudiofilter.c:
16487         (gst_audio_filter_base_init):
16488         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
16489         (gst_audio_filter_template_base_init):
16490         * gst/adder/gstadder.c: (gst_adder_get_type):
16491         * gst/adder/gstadder.h:
16492         * gst/audioconvert/gstaudioconvert.c:
16493         * gst/audiotestsrc/gstaudiotestsrc.c:
16494         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
16495         (gst_audio_test_src_create):
16496         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16497         * gst/playback/gstdecodebin.c:
16498         * gst/playback/gstplaybin.c:
16499         * gst/playback/gststreamselector.c:
16500         (gst_stream_selector_base_init):
16501         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
16502         * gst/volume/gstvolume.c:
16503         * sys/v4l/gstv4lmjpegsink.c:
16504         * sys/v4l/gstv4lmjpegsrc.c:
16505         * tests/check/libs/cddabasesrc.c:
16506         * tests/old/examples/gob/gst-identity2.gob:
16507           Add docs for adder, use GST_ELEMENT_DETAILS macro,
16508           define GstElementDetails at the top
16509
16510 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
16511
16512         * win32/common/libgstinterfaces.def:
16513         Add a lot of export functions for gst-python
16514         * win32/vs6/libgstinterfaces.dsp:
16515         Add a missing include folder in the project configuration
16516         
16517 2006-03-23  Wim Taymans  <wim@fluendo.com>
16518
16519         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16520         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16521         (gst_base_audio_src_change_state):
16522         Fix audio sources, forgot to make the ringbuffer
16523         startable...
16524
16525 2006-03-23  Wim Taymans  <wim@fluendo.com>
16526
16527         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16528         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16529         (gst_base_audio_src_change_state):
16530         unparent instead of unref the ringbuffer.
16531
16532 2006-03-23  Wim Taymans  <wim@fluendo.com>
16533
16534         * gst-libs/gst/audio/gstbaseaudiosink.c:
16535         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
16536         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
16537         Implement new async_play vmethod to start slaving and allow
16538         playback start in case of async PLAY state changes. 
16539
16540         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16541         Enable QoS with new method in base class.
16542
16543 2006-03-23  Wim Taymans  <wim@fluendo.com>
16544
16545         Patch by: Julien MOUTTE <julien at moutte dot net>
16546
16547         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
16548         (gst_video_test_src_do_seek), (gst_video_test_src_create):
16549         Partially handle 0 framerate, only EOS after the first frame
16550         is missing.
16551
16552 2006-03-23  Wim Taymans  <wim@fluendo.com>
16553
16554         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
16555
16556         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16557         (gst_riff_create_video_template_caps):
16558         * gst/ffmpegcolorspace/avcodec.h:
16559         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16560         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
16561         (gst_ffmpegcsp_avpicture_fill):
16562         * gst/ffmpegcolorspace/imgconvert.c:
16563         Patch for support of YVU9 AVI files (#334822)
16564
16565 2006-03-22  Edward Hervey  <edward@fluendo.com>
16566
16567         * docs/design/design-decodebin.txt:
16568         Added design document for new decodebin
16569         (Target Caps): text/x-pango-markup is also a default target caps.
16570
16571 2006-03-22  Wim Taymans  <wim@fluendo.com>
16572
16573         * gst-libs/gst/audio/gstbaseaudiosink.c:
16574         (gst_base_audio_sink_dispose):
16575         Since we _parent the ringbuffer, we also need to
16576         _unparent instead of a plain _unref.
16577
16578 2006-03-22  Wim Taymans  <wim@fluendo.com>
16579
16580         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
16581         (stop_seek), (scrub_toggle_cb), (main):
16582         Add scrub checkbox.
16583
16584 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
16585
16586         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
16587         (gst_ogg_parse_chain):
16588           Fix very inefficient usage of linked lists (#335365).
16589
16590 2006-03-21  Edward Hervey  <edward@fluendo.com>
16591
16592         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
16593         * gst/playback/gstplaybin.c: (handoff):
16594         * gst/playback/gststreamselector.c:
16595         (gst_stream_selector_set_property):
16596         gcc 4.1 unreferenced pointer fixes.
16597         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
16598         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
16599         gst_buffer_ref() now takes a GstBuffer*.
16600
16601 2006-03-20  Julien MOUTTE  <julien@moutte.net>
16602
16603         * sys/xvimage/xvimagesink.c:
16604         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
16605         by Jan Schmidt.
16606
16607 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
16608
16609         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
16610         (id3v1_type_find), (apetag_type_find), (plugin_init):
16611           Can't do tag preferences via probability, as tags would then
16612           lose against types that are recognised with MAXIMUM probability
16613           (like .wav); so let all tag typefinders return MAXIMUM themselves
16614           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
16615           that we can prefer APE to ID3v1 (fixes #335028).
16616           
16617 2006-03-17  Wim Taymans  <wim@fluendo.com>
16618
16619         * gst-libs/gst/audio/gstbaseaudiosink.c:
16620         (gst_base_audio_sink_change_state):
16621         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
16622         (gst_ring_buffer_may_start):
16623         * gst-libs/gst/audio/gstringbuffer.h:
16624         Only start playback if we are playing.
16625         should fix #330748.
16626
16627 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
16628
16629         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
16630         * win32/common/config.h:
16631           Revert accidental commits to these files.
16632
16633 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
16634
16635         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
16636
16637         * tests/Makefile.am:
16638           Don't try to build tests in tests/icles if we
16639           don't have X (#323852)
16640
16641 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
16642
16643         * gst-libs/gst/tag/gstid3tag.c:
16644           Add TXXX frame identifiers for replaygain stuff as used
16645           by some taggers (see #323721).
16646
16647 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
16648
16649         * gst/playback/gststreamselector.c:
16650         (gst_stream_selector_set_property),
16651         (gst_stream_selector_bufferalloc):
16652           Preserve the existing buggy streamselector behaviour by performing
16653           a fallback buffer allocation when downstream isn't linked yet.
16654           This should really be fixed in playbin by blocking pads until it's
16655           linked them.
16656           Also, use gst_pad_alloc_buffer instead of
16657           gst_pad_alloc_buffer_and_set.
16658
16659 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16660
16661         * gst-libs/gst/tag/gstid3tag.c:
16662           Don't crash on unknown ID3v2 TXXX frames.
16663           
16664 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
16665
16666         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
16667           Chain up to the parent finalize method.
16668           Add 32-bit sample size to the template caps.
16669
16670         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16671         (gst_riff_create_video_template_caps):
16672           Add the fourcc that the VMWare codec uses.
16673           
16674         * gst/playback/gststreamselector.c:
16675         (gst_stream_selector_set_property),
16676         (gst_stream_selector_bufferalloc),
16677         (gst_stream_selector_request_new_pad):
16678           For the active pad, forward buffer-alloc requests, otherwise
16679           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
16680           having to memcpy every frame when used by playbin.
16681
16682         * gst/tcp/gstmultifdsink.c:
16683         (gst_multi_fd_sink_handle_client_write):
16684           Get negotiated caps from the sink pad, rather than the sink
16685           pad's peer.
16686
16687 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16688
16689         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16690         
16691         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
16692           Don't forget to set src->callbacks_pushed to FALSE again when
16693           popping them, otherwise re-activation in a different mode won't
16694           work (#334620).
16695
16696 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16697
16698         Patch by: Sebastien Moutte  <sebastien moutte net>
16699
16700         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
16701         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
16702         (gst_ffmpeg_smpfmt_to_caps):
16703           Replace __VA_ARGS__ caps creation macros with varargs functions.
16704           Makes things compile on MSVC (#320765), looks nicer, and we can
16705           tell the compiler to check for the NULL terminator.
16706
16707 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16708
16709         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
16710
16711         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16712           Make sure the buffer we copy into is really always big
16713           enough, this time for real (#333488).
16714           
16715 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16716
16717         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16718           Add support for 24bpp DIB (#305279).
16719
16720 2006-03-14  Wim Taymans  <wim@fluendo.com>
16721
16722         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
16723         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16724         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
16725         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
16726         (gst_video_scale_init), (gst_video_scale_src_event):
16727         Re-enable QoS after the release.
16728         Rework videoscale to use the base class src_event handler.
16729
16730 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16731
16732         * configure.ac:
16733           back to CVS.
16734
16735 === release 0.10.5 ===
16736
16737 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
16738
16739         * configure.ac:
16740           releasing 0.10.5, "Net"
16741
16742 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
16743
16744         * docs/plugins/Makefile.am:
16745           Part of previous cdparanoiasrc docs fixes, forgot to commit.
16746           
16747 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
16748
16749         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16750         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16751         * docs/plugins/gst-plugins-base-plugins.hierarchy:
16752           Add cdparanoiasrc to docs.
16753
16754         * gst-libs/gst/cdda/gstcddabasesrc.c:
16755           More GstCddaBaseSrc docs.
16756
16757 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
16758
16759         * docs/libs/gst-plugins-base-libs-sections.txt:
16760         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
16761         * gst-libs/gst/tag/tag.h:
16762           API: libgsttag: new method gst_tag_from_id3_user_tag().
16763
16764 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
16765
16766         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16767           NULL-terminate array of mpeg4 video file extensions.
16768           Fixes crash on PPC (#334226).
16769
16770 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
16771
16772         * ext/gnomevfs/gstgnomevfssrc.c:
16773         (gst_gnome_vfs_src_check_get_range):
16774           gnome_vfs_uri_is_local() alone is not a good indicator
16775           whether we can operate in pull-mode with a specific URI,
16776           as it returns FALSE for file:// URIs that point to an
16777           NFS-mounted path. Be more conservative here: whitelist
16778           local files, blacklist http URIs and use the old
16779           mechanism for anything else (fixes #334216).
16780
16781 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16782
16783         * configure.ac:
16784           back to trunk
16785
16786 === release 0.10.4 ===
16787
16788 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
16789
16790         * configure.ac:
16791           releasing 0.10.4, "Power"
16792
16793 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
16794
16795         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16796         Disable max-lateness by setting it to -1 for now, so that 
16797         we can bed QoS stuff in thoroughly between now and the next
16798         release.
16799
16800 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
16801
16802         Patch by: Fabrizio Gennari
16803
16804         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16805           Make sure we don't read beyond the palette buffer in case of
16806           broken or manipulated files (#333488)
16807
16808 2006-03-10  Edward Hervey  <edward@fluendo.com>
16809
16810         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
16811         Fix for variable not initialized.
16812
16813 2006-03-09  Wim Taymans  <wim@fluendo.com>
16814
16815         * ext/libvisual/visual.c: (gst_visual_get_type),
16816         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
16817         (gst_visual_chain):
16818         Small cleanups.
16819
16820         * ext/theora/gsttheoradec.h:
16821         * ext/theora/theoradec.c: (gst_theora_dec_init),
16822         (gst_theora_dec_reset), (_theora_granule_time),
16823         (theora_dec_src_convert), (theora_dec_sink_convert),
16824         (theora_dec_src_query), (theora_dec_src_event),
16825         (theora_dec_sink_event), (theora_handle_comment_packet),
16826         (theora_handle_header_packet), (theora_dec_push),
16827         (theora_handle_data_packet), (theora_dec_chain),
16828         (theora_dec_change_state):
16829         Add simple QoS.
16830
16831 2006-03-09  Wim Taymans  <wim@fluendo.com>
16832
16833         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
16834         (audiocast_register_listener), (gst_gnome_vfs_src_start):
16835         Some cleanups.
16836
16837 2006-03-09  Wim Taymans  <wim@fluendo.com>
16838
16839         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
16840         Don't try to activate NULL chains.
16841
16842 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16843
16844         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
16845           Fix invalid memory access to region before peek'd data (#332964).
16846
16847 2006-03-09  Wim Taymans  <wim@fluendo.com>
16848
16849         Patch by: Christophe Fergeau
16850
16851         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
16852         * ext/pango/gsttextrender.c: (gst_text_render_init):
16853         * gst/adder/gstadder.c: (gst_adder_init):
16854         Don't leak padtemplates, closes #333510.
16855
16856 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16857
16858         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
16859           Fix invalid memory access: make sure string passed to
16860           regexec() is NUL-termianted.
16861
16862 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16863
16864         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
16865         (mp3_type_find):
16866           Refactor mpeg/audio typefinding to make it more maintainable
16867           and easier to fine-tune. Make probing into middle of the file
16868           work properly (fixes #333900, also see #152688).
16869
16870 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16871
16872         * gst/typefind/gsttypefindfunctions.c:
16873         (utf8_type_find_have_valid_utf8_at_offset):
16874           Remove part from previous commit that was bogus:
16875           g_utf8_validate() does in fact not accept embedded
16876           zeroes, so we don't need to check for those (thanks
16877           to Mike for the hint).
16878
16879 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
16880
16881         * gst/typefind/gsttypefindfunctions.c:
16882         (utf8_type_find_count_embedded_zeroes),
16883         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
16884           Make plain/text typefinder more conservative: firstly, check
16885           for embedded zeroes, which are perfectly valid UTF-8 characters,
16886           but also a fairly good sign that something is not a plain text
16887           file; secondly, probe into the middle of the file if possible.
16888           If we can't probe into the middle, limit the probability value
16889           to be returned to TYPE_FIND_POSSIBLE (see #333900).
16890
16891 2006-03-08  Michael Smith  <msmith@fluendo.com>
16892
16893         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16894           Make typefind function name for mpeg4 video unique.
16895
16896 2006-03-08  Wim Taymans  <wim@fluendo.com>
16897
16898         * ext/libvisual/visual.c: (gst_visual_init),
16899         (gst_visual_clear_actors), (gst_visual_dispose),
16900         (gst_visual_reset), (gst_visual_src_setcaps),
16901         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
16902         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
16903         (gst_visual_chain), (gst_visual_change_state):
16904         Cleanups, post nice errors.
16905         Handle sink and src events.
16906         Implement simple QoS.
16907
16908         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16909         Use new basesink methods to configure max-lateness.
16910         Small doc update.
16911
16912         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16913         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
16914         Debug statement cleanups.
16915
16916         * gst/volume/gstvolume.c: (gst_volume_class_init):
16917         Simple cleanup.
16918
16919 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
16920
16921         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
16922         (gst_text_overlay_init), (gst_text_overlay_set_property),
16923         (gst_text_overlay_get_property):
16924           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
16925           as string type properties, but mark them deprecated. Add
16926           'halignment' and 'valignment' properties that use enums
16927           instead of strings.
16928
16929 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
16930
16931         Patch by: Fabrizio Gennari
16932
16933         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16934           Allow palettes with less than 256 colours in AVI files
16935           (#333488)
16936
16937 2006-03-07  Julien MOUTTE  <julien@moutte.net>
16938
16939         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
16940         (gst_text_overlay_video_event): Fix wrong EOS handling on text
16941         pad. We were releasing the queued text buffer when we should keep
16942         it until video pad gets EOS or discard the text buffer because it's
16943         too old. That was eating the last subtitle buffer. Add some more
16944         debug.
16945
16946 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
16947
16948         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
16949         (gst_text_overlay_video_chain):
16950           Fix invalid memory access (we can't access a buffer after it's been
16951           pushed downstream without taking a reference); fix memory leak (if
16952           there's no text to render, bail out before allocating stuff).
16953
16954 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
16955
16956         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
16957         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
16958         * ext/pango/gsttextoverlay.h:
16959           If input is plain text, escape it before passing it to
16960           pango_layout_set_markup().
16961
16962 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
16963
16964         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
16965           Don't ignore flow return from gst_pad_push().
16966
16967 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
16968
16969         Patch by: Fabrizio Gennari
16970
16971         * ext/libvisual/visual.c: (gst_visual_getcaps),
16972         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
16973         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
16974         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
16975         (gst_vorbisenc_convert_sink):
16976         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
16977         (gst_audio_duration_from_pad_buffer):
16978         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
16979         (gst_audio_filter_chain):
16980         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16981         (gst_base_rtp_depayload_setcaps):
16982         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
16983         (gst_video_get_size):
16984         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
16985           Don't leak references returned by gst_pad_get_parent()
16986           (#333663)
16987
16988 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
16989
16990         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
16991           change location param details
16992         * gst/volume/gstvolume.c: (plugin_init):
16993           correct plugin description
16994
16995 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
16996
16997         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
16998         (gst_gnome_vfs_src_check_get_range):
16999           Override GstBaseSrc::check_get_range() in order to avoid opening
17000           the resource just to check whether we can operate in pull-mode or
17001           not - we can predict that pretty well from the URI alone. Should
17002           fix problems with last.fm (#331690). (Requires latest core CVS).
17003
17004 2006-03-06  Wim Taymans  <wim@fluendo.com>
17005
17006         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
17007         (gst_video_sink_class_init):
17008         Throw away frames that are later than 20 ms.
17009
17010 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
17011
17012         Patch by: Fabrizio Gennari
17013
17014         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
17015           Set depth on WMA caps (#333545)
17016
17017 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17018
17019         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
17020         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
17021           put Theora BOS pages before others.  This hardcodes
17022           the Ogg/Theora I profile, but hey.
17023
17024 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17025
17026         * ext/ogg/README:
17027           updated with some examples
17028         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
17029         (granulepos_add), (theora_buffer_from_packet):
17030         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
17031         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
17032         (gst_vorbisenc_chain):
17033           implement strategy from ext/ogg/README
17034         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
17035         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
17036         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
17037         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
17038           Fix muxer so that oggz-validate is happy with all streams;
17039           except for no eos mark, and the BOS page ordering
17040         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
17041         (check_buffer_granulepos):
17042         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
17043           update tests to check for OFFSET being set as requested
17044           fixed type of granulepos, it's not a ClockTime
17045
17046 2006-03-05  Julien MOUTTE  <julien@moutte.net>
17047
17048         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17049         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
17050         Check that the xvimage we are creating has a correct size
17051         before returning it. (#314897)
17052
17053 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
17054
17055         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17056           Give id3 and ape tag typefinders a rank slightly higher
17057           than PRIMARY to ensure they're always run before any of
17058           the other typefinders (in particular wav and mp3) (#324186).
17059
17060 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
17061
17062         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17063           Add support for '3IVD' fourcc (#333403).
17064
17065 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17066
17067         * configure.ac:
17068           Bump requirements to GStreamer CVS for the new error enum.
17069
17070         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
17071           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
17072           space left on the device (fixes #333352).
17073
17074 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
17075
17076         * win32/vs6:
17077           add a project file for libgstvolume
17078           update the workspace
17079
17080 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17081
17082         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
17083         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
17084         (GST_START_TEST):
17085           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
17086           Set IN_CAPS on header buffers
17087
17088 2006-03-02  Wim Taymans  <wim@fluendo.com>
17089
17090         * docs/plugins/Makefile.am:
17091         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17092         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17093         Add audioresample to docs.
17094
17095         * gst/audioconvert/gstaudioconvert.c:
17096         Add revision date.
17097
17098         * gst/audioresample/gstaudioresample.c:
17099         (gst_audioresample_base_init), (gst_audioresample_class_init),
17100         (gst_audioresample_init), (gst_audioresample_dispose),
17101         (audioresample_get_unit_size), (audioresample_transform_caps),
17102         (resample_set_state_from_caps), (audioresample_transform_size),
17103         (audioresample_set_caps), (audioresample_event),
17104         (audioresample_do_output), (audioresample_transform),
17105         (audioresample_pushthrough), (gst_audioresample_set_property),
17106         (gst_audioresample_get_property), (plugin_init):
17107         * gst/audioresample/gstaudioresample.h:
17108         Added docs.
17109         Small code cleanups.
17110
17111 2006-03-02  Wim Taymans  <wim@fluendo.com>
17112
17113         * docs/plugins/Makefile.am:
17114         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17115         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17116         Added videoscale to docs.
17117
17118         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
17119         (gst_video_rate_swap_prev), (gst_video_rate_event),
17120         (gst_video_rate_chain):
17121         Fix typo in docs.
17122
17123         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
17124         (gst_video_scale_init), (gst_video_scale_prepare_size),
17125         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
17126         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
17127         * gst/videoscale/gstvideoscale.h:
17128         Added docs, examples.
17129         Some code cleanups.
17130         Post errors instead of g_warning.
17131
17132 2006-03-02  Wim Taymans  <wim@fluendo.com>
17133
17134         * docs/libs/gst-plugins-base-libs-docs.sgml:
17135         * docs/libs/gst-plugins-base-libs-sections.txt:
17136         * docs/libs/gst-plugins-base-libs.types:
17137         * docs/plugins/Makefile.am:
17138         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17139         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17140         Added some more docs to libs and plugins.
17141
17142         * gst-libs/gst/audio/gstringbuffer.c:
17143         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
17144         * gst-libs/gst/audio/gstringbuffer.h:
17145         Document ringbuffer some more.
17146
17147         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
17148         (gst_video_rate_setcaps), (gst_video_rate_reset),
17149         (gst_video_rate_init), (gst_video_rate_flush_prev),
17150         (gst_video_rate_swap_prev), (gst_video_rate_event),
17151         (gst_video_rate_chain), (gst_video_rate_change_state):
17152         * gst/videorate/gstvideorate.h:
17153         Fix videorate to use segments.
17154         Make it work with 0/1 framerates (closes #331903)
17155         Handle EOS correctly.
17156         Added docs.
17157
17158 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
17159
17160         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
17161         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
17162         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
17163           In state change function, first chain up to parent class,
17164           then handle downwards state change stuff. Remove some
17165           commented out cruft from 0.8 code.
17166
17167 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
17168
17169         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
17170         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
17171         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
17172         (gst_ogm_parse_chain):
17173           Don't remove/re-add source pad if the new caps are the same as
17174           the old caps anyway (#333042). When removing source pad, don't
17175           unref it afterwards - we didn't ref it when adding. Sprinkle some
17176           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
17177           after using gst_pad_get_parent(). Return downstream flow return
17178           value in chain function.
17179
17180 2006-03-02  Wim Taymans  <wim@fluendo.com>
17181
17182         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17183         * docs/plugins/gst-plugins-base-plugins.args:
17184         * docs/plugins/gst-plugins-base-plugins.hierarchy:
17185         * docs/plugins/gst-plugins-base-plugins.interfaces:
17186         * docs/plugins/gst-plugins-base-plugins.signals:
17187         Fix hierarchy, added some more elements to the docs.
17188
17189         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17190         (gst_ffmpegcsp_get_type):
17191         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
17192         Fix docs for ffmpegcolorspace.
17193
17194 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
17195
17196         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
17197         (apetag_type_find), (ape_type_find), (plugin_init):
17198           Some typefinding fine-tuning:
17199           - rank ID3/APE tags in order of preference via probabilities, so that
17200             ID3v2 > APEv2 > APEv1 > ID3v1.
17201           - three or four bytes don't really justify MAXIMUM probability,
17202             change those to 'very likely' (musepack and monkeysaudio).
17203
17204 2006-03-01  Wim Taymans  <wim@fluendo.com>
17205
17206         * docs/plugins/Makefile.am:
17207         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17208         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17209         * ext/alsa/gstalsamixer.c:
17210         * ext/alsa/gstalsamixer.h:
17211         * ext/alsa/gstalsamixerelement.c:
17212         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
17213         * ext/alsa/gstalsamixerelement.h:
17214         * ext/alsa/gstalsasink.c:
17215         * ext/alsa/gstalsasink.h:
17216         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
17217         (gst_alsasrc_init):
17218         * ext/alsa/gstalsasrc.h:
17219         Added alsa docs.
17220         Small code cleanups.
17221
17222 2006-03-01  Wim Taymans  <wim@fluendo.com>
17223
17224         * ext/theora/Makefile.am:
17225         Dist new header too,
17226
17227 2006-03-01  Wim Taymans  <wim@fluendo.com>
17228
17229         * docs/plugins/Makefile.am:
17230         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17231         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17232         * ext/gnomevfs/gstgnomevfssink.h:
17233         * ext/gnomevfs/gstgnomevfssrc.h:
17234         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
17235         * ext/vorbis/vorbisdec.h:
17236         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
17237         * ext/vorbis/vorbisenc.h:
17238         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
17239         (vorbis_parse_chain), (vorbis_parse_change_state):
17240         * ext/vorbis/vorbisparse.h:
17241         * gst/audioconvert/gstaudioconvert.h:
17242         * gst/tcp/gsttcpserversink.h:
17243         * gst/videotestsrc/gstvideotestsrc.c:
17244         * gst/videotestsrc/gstvideotestsrc.h:
17245         * gst/volume/gstvolume.c:
17246         * gst/volume/gstvolume.h:
17247         Fix some more docs.
17248         Added docs for vorbisdec and vorbisparse.
17249         Fix vorbisparse.
17250
17251 2006-03-01  Wim Taymans  <wim@fluendo.com>
17252
17253         * docs/plugins/Makefile.am:
17254         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17255         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17256         * ext/pango/gstclockoverlay.h:
17257         * ext/pango/gsttextoverlay.h:
17258         * ext/pango/gsttextrender.h:
17259         * ext/pango/gsttimeoverlay.h:
17260         * ext/theora/gsttheoradec.h:
17261         * ext/theora/gsttheoraenc.h:
17262         * ext/theora/theoradec.c:
17263         * ext/theora/theoraenc.c:
17264         * gst/audioconvert/gstaudioconvert.h:
17265         * gst/audiotestsrc/gstaudiotestsrc.h:
17266         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
17267         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
17268         * gst/tcp/gstmultifdsink.h:
17269         Updated/added documentation.
17270
17271         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
17272         (gst_text_overlay_halign_get_type),
17273         (gst_text_overlay_wrap_mode_get_type),
17274         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
17275         (gst_text_overlay_init), (gst_text_overlay_set_property),
17276         (gst_text_overlay_get_property):
17277         Fix up properties to be enums instead of string to make bindings,
17278         introspection and automatic GUI creation possible.
17279         Add getters for the properties.
17280
17281 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
17282
17283         * gst/audiotestsrc/gstaudiotestsrc.c:
17284           added defines of M_PI and M_PI_2
17285         * gst/ffmpegcolorspace/avcodec.h:
17286           removed #include "stdint.h" for win32 as _stdint.h is 
17287           autogenerated to win32/common
17288         * win32/common/libgstaudio.def:
17289         * win32/common/libgsttag.def:
17290           added some exports
17291         * win32/vs6:
17292           some project files bugs corrected
17293         * win32/vs7:
17294           project files are reset to the default vs7 configuration 
17295           (they link to msvcr71.dll using default optimizations)
17296           
17297 2006-02-28  Wim Taymans  <wim@fluendo.com>
17298
17299         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
17300         Fix some docs.
17301
17302 2006-02-28  Edward Hervey  <edward@fluendo.com>
17303
17304         * ext/alsa/gstalsasrc.c:
17305         Set proper class on the ElementDetails:
17306         Source/Audio instead of Src/Audio/
17307
17308 2006-02-28  Edward Hervey  <edward@fluendo.com>
17309
17310         * gst/videoscale/vs_scanline.c:
17311         (vs_scanline_resample_nearest_RGBA):
17312         Revert optimization in videoscale. It should go in liboil and have
17313         an appropriate liboil function.
17314
17315 2006-02-28  Wim Taymans  <wim@fluendo.com>
17316
17317         * gst-libs/gst/audio/gstbaseaudiosink.c:
17318         (gst_base_audio_sink_provide_clock):
17319         Don't try to provide a clock in the NULL state.
17320
17321 2006-02-28  Wim Taymans  <wim@fluendo.com>
17322
17323         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
17324         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
17325         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17326         (gst_ogg_demux_deactivate_current_chain),
17327         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
17328         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
17329         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
17330         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
17331         Use GstSegment infrastructure to remove duplicated code
17332         and handle more seek cases correctly.
17333
17334 2006-02-28  Wim Taymans  <wim@fluendo.com>
17335
17336         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17337         (gst_ffmpegcsp_transform):
17338         Don't ignore return code from ffmpeg convert function.
17339
17340         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
17341         Split out some long statements to ease debugging.
17342
17343 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
17344
17345         * ext/libvisual/visual.c: (gst_visual_init),
17346         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
17347         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
17348         being able to renegotiate the size. Instead, use the negotiation
17349         algorithm from the goom plugin to pick an initial output caps. 
17350
17351         Also, allow theoretical libvisual plugins that might support non-GL 
17352         output even if they also do GL.
17353
17354 2006-02-26  Julien MOUTTE  <julien@moutte.net>
17355
17356         * ext/libvisual/visual.c: (gst_visual_init),
17357         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
17358         (plugin_init): Load only non GL plugins. Fix some memleaks and 
17359         possible negotiation issues.
17360
17361 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17362
17363         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
17364
17365 2006-02-24  Michael Smith  <msmith@fluendo.com>
17366
17367         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
17368         (cmml_type_find), (plugin_init):
17369           Fix CMML type find function to not require a specific minor version
17370           of the CMML header.
17371
17372           Add an MPEG4 video elementary stream typefind function.
17373
17374 2006-02-04  Michael Smith  <msmith@fluendo.com>
17375
17376         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
17377         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
17378         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17379         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
17380         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
17381         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
17382           Annodex support in ogg demuxer. Doesn't do very much without the
17383           other annodex patches (to come).
17384
17385 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17386
17387         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
17388
17389         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17390           Pick up palette for MS video v1 (#327028)
17391
17392 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17393
17394         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17395         (gst_ffmpegcsp_caps_remove_format_info),
17396         (gst_ffmpegcsp_get_unit_size):
17397           The 'palette_data' field from incoming RGB caps shouldn't be
17398           proxied on outgoing YUV caps; also, restrict unit size
17399           adjustment in case of paletted data only to the unit that
17400           actually has a palette. Fixes #330711.
17401
17402 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17403
17404         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17405         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
17406         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
17407         (gst_ffmpegcsp_get_unit_size):
17408           Plug some memory leaks.
17409
17410 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17411
17412         * sys/ximage/Makefile.am:
17413         * sys/xvimage/Makefile.am:
17414           Add some _CFLAGS and _LIBS that seem to be missing
17415           and/or required for Cygwin (see #317048).
17416
17417 2006-02-22  Wim Taymans  <wim@fluendo.com>
17418
17419         * ext/alsa/gstalsasrc.c:
17420         Fix description as pointed out by caugier.
17421
17422 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
17423
17424         Reviewed by : Edward Hervey  <edward@fluendo.com>
17425
17426         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17427         (qt_type_find):
17428         Better 3gp typefinding (#331526).
17429
17430 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
17431
17432         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
17433           Don't send EOS event here, the base class will send one for us.
17434
17435         * gst/playback/gstplaybasebin.c: (prepare_output):
17436           Subpictures without video stream aren't allowed either.
17437         
17438         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
17439           Fix debug statement copy'n'paste-o.
17440
17441 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
17442
17443         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
17444           Fix issues with mixer keeping state when muting/unmuting
17445           and when changing the volume whilst muted (see #331763
17446           and #331765).
17447
17448 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
17449
17450         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
17451         (parse_subrip), (gst_sub_parse_format_autodetect):
17452           Set right caps given that we send escaped text. Also,
17453           honour <i></i>, <b></b> and <u></u> markers that can be found
17454           in .srt files (fixes #310202).
17455
17456 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
17457
17458         * gst-libs/gst/audio/mixerutils.c:
17459         (element_factory_rank_compare_func):
17460           Make order in which elements are tried more determinable.
17461
17462 2006-02-20  Julien MOUTTE  <julien@moutte.net>
17463
17464         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
17465         (remove_element_chain), (cleanup_decodebin),
17466         (gst_decode_bin_change_state): Make decodebin reusable by
17467         fixing remove_element_chain first and then introduce a
17468         cleaner in state change to ->NULL. (Closes #331678)
17469
17470 2006-02-19  Wim Taymans  <wim@fluendo.com>
17471
17472         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
17473         use 0666 mask when creating files so umask gets applied
17474         correctly. Fixes #331295.
17475
17476 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
17477
17478         * gst/subparse/Makefile.am:
17479         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
17480         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
17481         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
17482         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
17483         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
17484         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
17485         * gst/subparse/gstssaparse.h:
17486         * gst/subparse/gstsubparse.c: (plugin_init):
17487           Add very basic parser for SSA subtitle streams (as often
17488           found in matroska files).
17489
17490 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
17491
17492         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
17493           That should be text/x-pango-markup, not text/x-pango-layout.
17494
17495 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17496
17497         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
17498         Polishing.
17499
17500 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17501
17502         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17503         (gst_text_overlay_finalize), (gst_text_overlay_init),
17504         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17505         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17506         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17507         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17508         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17509         Fix state change deadlock.
17510
17511 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17512
17513         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17514         (gst_text_overlay_finalize), (gst_text_overlay_init),
17515         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17516         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17517         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17518         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17519         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17520         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
17521         and subtitles files.
17522
17523 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17524
17525         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
17526         should be considered as raw.
17527
17528 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17529
17530         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
17531         (cb_probe):
17532         * gst/playback/gststreaminfo.h: Introduce language informations.
17533
17534 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
17535
17536         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
17537         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
17538         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
17539         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
17540         Set shared memory segments to be deleted as soon as we have attached,
17541         that way they get cleaned up automatically if we crash.
17542
17543 2006-02-18  Julien MOUTTE  <julien@moutte.net>
17544
17545         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
17546         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
17547         functions are called with lock held.
17548
17549 2006-02-18  Julien MOUTTE  <julien@moutte.net>
17550
17551         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17552         (gst_text_overlay_finalize), (gst_text_overlay_init),
17553         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17554         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17555         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
17556         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
17557         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
17558         (gst_text_overlay_change_state): Refactoring of textoverlay
17559         without collectpads. This now supports sparse subtitles coming
17560         from a demuxer instead of a sub file. Seeking is still broken 
17561         though. Need to discuss with wtay some more on how to handle
17562         seeking correctly.
17563         * ext/pango/gsttextoverlay.h:
17564         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
17565         subtitles coming from the demuxer.
17566
17567 2006-02-17  Wim Taymans  <wim@fluendo.com>
17568
17569         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
17570         (gst_vorbisenc_convert_sink):
17571         Use some more scaling functions.
17572
17573 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
17574
17575         * ext/cdparanoia/gstcdparanoiasrc.c:
17576         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
17577         (gst_cd_paranoia_paranoia_callback),
17578         (gst_cd_paranoia_src_signal_is_being_watched),
17579         (gst_cd_paranoia_src_read_sector):
17580         * ext/cdparanoia/gstcdparanoiasrc.h:
17581           Add back 'transport-error' and 'uncorrected-error' signals and
17582           make them actually be fired when bad stuff happens (#319340).
17583
17584 2006-02-17  Wim Taymans  <wim@fluendo.com>
17585
17586         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
17587         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
17588         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
17589         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
17590         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
17591         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
17592         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
17593         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
17594         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
17595         (gst_ring_buffer_clear):
17596         Small cleanups.
17597         Added some G_LIKELY.
17598
17599 2006-02-17  Wim Taymans  <wim@fluendo.com>
17600
17601         * gst-libs/gst/audio/TODO:
17602         Update TODO
17603
17604         * gst-libs/gst/audio/gstbaseaudiosink.c:
17605         (gst_base_audio_sink_get_offset):
17606         When trying to play samples ASAP and we don't have a
17607         previous sample, try to play at position 0 instead of
17608         an invalid position.
17609
17610 2006-02-17  Wim Taymans  <wim@fluendo.com>
17611
17612         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
17613         (gst_alsasink_reset):
17614         Also release lock when we get an error in _reset();
17615         fix an error message.
17616
17617 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17618
17619         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
17620         (gst_alsasink_init), (get_channel_free_structure),
17621         (caps_add_channel_configuration), (gst_alsasink_getcaps),
17622         (gst_alsasink_close):
17623         * ext/alsa/gstalsasink.h:
17624           Add support for more than 2 channels (#326720).
17625
17626 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17627
17628         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
17629           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
17630           with 4 or 6 channels, assume a default channel layout to make things
17631           work (not sure there's anything else we can do in those cases).
17632
17633 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17634
17635         * gst-libs/gst/audio/multichannel.c:
17636           Minor docs fix.
17637
17638         * gst-libs/gst/riff/Makefile.am:
17639         * gst-libs/gst/riff/riff-ids.h:
17640         * gst-libs/gst/riff/riff-media.c:
17641         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
17642           Add support for WAVEFORMATEX, eg. PCM audio with more than two
17643           channels and a channel layout map.
17644           
17645 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
17646
17647         Reviewed by Edward Hervey  <edward@fluendo.com>
17648
17649         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
17650         C-level optimization of the RGBA nearest neighbour function.
17651         Eventually this might end up in liboil with vectorized versions.
17652
17653 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17654
17655         * gst-libs/gst/audio/multichannel.c:
17656         (gst_audio_get_channel_positions):
17657           When we have more than 2 channels, but no channel layout is
17658           specified in the caps, return some default channel layout
17659           to the caller and warn about about a possibly buggy element
17660           (could be buggy filtercaps as well of course) (#317038).
17661
17662 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17663
17664         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
17665           Add gst-libs/gst/cdda to list of lib search paths.
17666
17667 2006-02-15  Andy Wingo  <wingo@pobox.com>
17668
17669         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
17670         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
17671         to the Lord Jesus that I do not have to touch the ogg muxer ever
17672         again.
17673
17674 2006-02-15  Edward Hervey  <edward@fluendo.com>
17675
17676         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
17677         quicktime movie files can also contain 'uuid' atoms.
17678
17679 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
17680
17681         * gst/audioconvert/plugin.c: (plugin_init):
17682           Register the GstAudioChannelPosition enum type with the type
17683           system in the plugin_init function, so that it is known before
17684           any element actually makes use of multi-channel stuff. This is
17685           required for example if one wants to be able to deserialise/use
17686           a caps string with channel positions before any pipeline has
17687           been setup and started, like with gst-launch.
17688
17689 2006-02-14  Wim Taymans  <wim@fluendo.com>
17690
17691         * gst-libs/gst/audio/gstringbuffer.c:
17692         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
17693         (gst_ring_buffer_samples_done), (wait_segment),
17694         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
17695         Add some compiler G_(UN_)LIKELY help.
17696         SIGNAL the ringbuffer waiters when going to PAUSED as well to
17697         make sure they can exit their functions. Should fix #330748
17698
17699 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17700
17701         * Makefile.am:
17702         * configure.ac:
17703         * win32/MANIFEST:
17704         * win32/common/_stdint.h:
17705           Windows does not have long long; copy the generated _stdint.h
17706         * win32/common/interfaces-enumtypes.c:
17707         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
17708         (gst_mixer_track_flags_get_type),
17709         (gst_tuner_channel_flags_get_type):
17710         * win32/common/multichannel-enumtypes.c:
17711         (gst_audio_channel_position_get_type):
17712           update
17713
17714 2006-02-13  Wim Taymans  <wim@fluendo.com>
17715
17716         * gst-libs/gst/audio/gstbaseaudiosink.c:
17717         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
17718         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17719         Always sync on first sample we receive when starting.
17720
17721 2006-02-13  Wim Taymans  <wim@fluendo.com>
17722
17723         * gst/playback/gstplaybin.c: (gen_vis_element):
17724         Update vis bin docs.
17725         Move queue after tee so we don't queue video buffers but
17726         audio samples instead. Fixes problems where the video queue
17727         is filled and the audio queue empty.
17728
17729 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
17730
17731         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
17732           No need to push an EOS event here, GstBaseSrc will do that for us
17733           when we return FLOW_UNEXPECTED.
17734           
17735 2006-02-12  Wim Taymans  <wim@fluendo.com>
17736
17737         * gst-libs/gst/audio/gstbaseaudiosink.c:
17738         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
17739         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
17740         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17741         Use scale functions when possible.
17742         Fix error messages.
17743         Free clockid when after waiting for EOS.
17744         Use G_(UN_)LIKLY when it makes sense.
17745         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
17746
17747 2006-02-12  Edward Hervey  <edward@fluendo.com>
17748
17749         * gst/playback/gstplaybasebin.c: (prepare_output): 
17750         Remove stray semi-colon (fixes #330888).
17751
17752 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
17753
17754         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
17755         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
17756         Fix up the XShm call testing so that we catch errors, and don't
17757         cause new ones by attempting to detach from a segment we failed
17758         to attach to. Fixes #312439.
17759
17760 2006-02-10  Edward Hervey  <edward@fluendo.com>
17761
17762         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17763         Added flv file typefind (video/x-flv).
17764
17765 2006-02-10  Edward Hervey  <edward@fluendo.com>
17766
17767         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
17768         (gst_riff_create_video_template_caps):
17769         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
17770         Also added the caps to the default set of riff video caps.
17771
17772 2006-02-09  Andy Wingo  <wingo@pobox.com>
17773
17774         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
17775         time and the end time of the last packet in the page.
17776         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
17777         on the pages in our queue, set the duration as well. Reflow a
17778         debug statement.
17779         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
17780         Fixes bad muxing order.
17781
17782 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17783
17784         * gst-libs/gst/rtp/gstbasertppayload.c:
17785         (gst_basertppayload_setcaps), (gst_basertppayload_push):
17786           update seqnum before setting it on the packet; this makes sure
17787           that the timestamp and seqnum properties match after pushing
17788           a buffer
17789
17790 2006-02-09  Andy Wingo  <wingo@pobox.com>
17791
17792         * gst-libs/gst/audio/gstringbuffer.c
17793         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
17794         overflow after 13.5 hours of recording. Kapow!
17795
17796         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
17797         the buffer size -- we don't care about underrun/overrun reporting
17798         right now, just need to return a useful value.
17799
17800 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
17801
17802         * configure.ac:
17803           Back to CVS
17804
17805 === release 0.10.3 ===
17806
17807 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
17808
17809         * configure.ac:
17810           releasing 0.10.3, "Under Pressure"
17811
17812 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17813
17814         * configure.ac:
17815         Drat. Bump libtool version number for new API.
17816         Prelease 0.10.2.3 (of 0.10.3)
17817
17818 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17819
17820         * configure.ac:
17821         * win32/common/config.h:
17822         0.10.2.2 prerelease (of 0.10.3).
17823
17824 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17825
17826         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
17827           Revert Andy's newsegment change pending a more correct
17828           fix.
17829
17830 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17831
17832         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17833         (qt_type_find), (plugin_init):
17834           detect more files as 3gp
17835           group and reorder the iso file formats
17836
17837 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17838
17839         * ext/vorbis/vorbis.c: (plugin_init):
17840           Register musicbrainz tags, so apps don't have to.
17841
17842 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17843
17844         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
17845         (gst_tag_to_vorbis_tag):
17846           Make sure we called gst_tag_register_musicbrainz_tags()
17847           before possibly mapping a vorbiscomment string from/to a
17848           musicbrainz tag.
17849
17850 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17851
17852         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
17853           In case we can't find the required number of consecutive
17854           mpeg audio frames to positively identify an MPEG audio
17855           stream, check if there's at least a valid mpeg audio
17856           frame right at offset 0 and if so suggest mpeg/audio
17857           caps with a very low probability (#153004).
17858
17859 2006-02-07  Andy Wingo  <wingo@pobox.com>
17860
17861         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
17862         a TIME segment if we get timestamped buffers. Requires recent
17863         fixes in core to work properly.
17864
17865 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17866
17867         * gst/playback/gstplaybasebin.c: (prepare_output):
17868           Don't print the URI as part of the error message, it
17869           makes error dialogs look rather ugly, especially if
17870           the URI is very long or has characters in it that
17871           need escaping.
17872
17873 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17874
17875         * gst/playback/gstplaybasebin.c: (prepare_output):
17876           Error out if we have only text or subtitles, but nothing
17877           else. Also error out if we have subtitles but no video
17878           stream.
17879
17880 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17881
17882         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
17883           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
17884           Post an error message on the bus when we encounter an
17885           error, which will hopefully be more meaningful than the
17886           'Internal Flow Error' message users get to see if we
17887           just return GST_FLOW_ERROR.
17888
17889 2006-02-07  Andy Wingo  <wingo@pobox.com>
17890
17891         * configure.ac (GST_MAJORMINOR): Update core version req to
17892         0.10.2.2, for the collectpads API addition (#330244).
17893
17894 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17895
17896         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
17897           Return FALSE from plugin_init() when GnomeVFS can't
17898           be initialised for some reason (#328423).
17899
17900 2006-02-06  Julien MOUTTE  <julien@moutte.net>
17901
17902         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
17903         Stick to seeking theory until i find the bug.
17904         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
17905
17906 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
17907
17908         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17909         (theora_enc_finalize), (theora_enc_sink_setcaps),
17910         (theora_set_header_on_caps), (theora_enc_chain),
17911         (theora_enc_change_state):
17912         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
17913           Make theoraenc and the tests leak free. Like, really.
17914
17915 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
17916
17917         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17918         (theora_enc_finalize), (theora_enc_sink_setcaps):
17919           Add a finalize method to ensure we clean up state even if
17920           someone omitted the state change back to NULL.
17921
17922         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
17923         (gst_vorbisenc_chain):
17924           Free some more leaked bits.
17925
17926         * tests/check/pipelines/theoraenc.c: (start_pipeline),
17927         (stop_pipeline):
17928           Wait for state changes to happen if they're ASYNC.
17929
17930           This ought to teach those fancy pants buildbots a lesson.
17931
17932 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
17933
17934         * gst-libs/gst/tag/gstid3tag.c:
17935           Add mapping for ID3 International Standard Recording Code
17936           tag "TSRC"
17937
17938 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
17939
17940         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
17941           Don't leak tag names.
17942
17943 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17944
17945         * docs/libs/gst-plugins-base-libs-docs.sgml:
17946         * docs/libs/gst-plugins-base-libs-sections.txt:
17947         * gst-libs/gst/tag/gstid3tag.c:
17948         * gst-libs/gst/tag/gstvorbistag.c:
17949         * gst-libs/gst/tag/tags.c:
17950           Split libgsttag docs into multiple sections.
17951
17952 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17953
17954         * docs/libs/Makefile.am:
17955         * docs/libs/gst-plugins-base-libs-docs.sgml:
17956         * docs/libs/gst-plugins-base-libs-sections.txt:
17957         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
17958         * gst-libs/gst/tag/gstvorbistag.c:
17959         * gst-libs/gst/tag/tag.h:
17960         * gst-libs/gst/tag/tags.c:
17961           Add libgsttag to the docs.
17962
17963 2006-02-05  Julien MOUTTE  <julien@moutte.net>
17964
17965         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
17966         (gst_text_overlay_init), (gst_text_overlay_src_event),
17967         (gst_text_overlay_collected): Fix clockoverlay.
17968
17969 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17970
17971         * docs/libs/compiling.sgml:
17972           Fix typo: it's pkg-config, not pkg-gconfig
17973
17974         * docs/libs/gst-plugins-base-libs-docs.sgml:
17975         * docs/libs/gst-plugins-base-libs-sections.txt:
17976         * docs/libs/tmpl/gstgconf.sgml:
17977           There is no libgstgconf in 0.10, remove it
17978           from the docs.
17979
17980 2006-02-05  Julien MOUTTE  <julien@moutte.net>
17981
17982         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
17983         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
17984         (gst_text_overlay_src_event), (gst_text_overlay_collected):
17985         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
17986         (gst_sub_parse_class_init), (gst_sub_parse_init),
17987         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
17988         (parse_mpsub), (parser_state_init), (handle_buffer),
17989         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
17990         * gst/subparse/gstsubparse.h: Introduce seeking code.
17991
17992 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17993
17994         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
17995           Add comment about LANGUAGE tag inconsistency (we want
17996           ISO-639-1, but extract three-letter identifiers?)
17997
17998         * po/POTFILES.in:
17999           Add two translatable files.
18000
18001 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18002
18003         * gst-libs/gst/tag/Makefile.am:
18004         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
18005         * gst-libs/gst/tag/tag.h:
18006         * gst-libs/gst/tag/tags.c:
18007         (gst_tag_register_musicbrainz_tags_internal),
18008         (gst_tag_register_musicbrainz_tags):
18009           Forward-port some tags stuff from the 0.8 branch. This is
18010           mostly the addition of musicbrainz tags and their mapping
18011           to vorbistags, and a vorbistag mapping of the language tag.
18012
18013 2006-02-05  Julien MOUTTE  <julien@moutte.net>
18014
18015         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
18016         refactoring.
18017
18018 2006-02-04  David Schleef  <ds@schleef.org>
18019
18020         * ext/ogg/gstoggmux.c:
18021         * gst/typefind/gsttypefindfunctions.c:
18022           Add Dirac typefinding and add dirac format to oggmux.
18023
18024 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
18025
18026         * gst/playback/gstdecodebin.c: (try_to_link_1):
18027           Don't put essential function call into
18028           g_return_*() macro, otherwise it'll all be
18029           replaced by NOOPs when compiling with
18030           G_DISABLE_CHECKS defined.
18031
18032 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18033
18034         * ext/ogg/gstoggdemux.c:
18035         * ext/ogg/gstoggparse.c:
18036         * gst/tcp/gsttcpserversink.c:
18037         * sys/v4l/v4lsrc_calls.c:
18038         * sys/v4l/v4lsrc_calls.h:
18039         Just make it compile with --disable-gst-debug.
18040
18041 2006-02-03  Wim Taymans  <wim@fluendo.com>
18042
18043         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
18044         (gst_alsasink_class_init), (gst_alsasink_init),
18045         (gst_alsasink_write), (gst_alsasink_reset):
18046         * ext/alsa/gstalsasink.h:
18047         Add lock to protect alsa calls.
18048         Implement reset to flush samples ASAP, does not work
18049         with dmix though.
18050
18051 2006-02-02  Wim Taymans  <wim@fluendo.com>
18052
18053         * gst-libs/gst/audio/gstbaseaudiosink.c:
18054         (gst_base_audio_sink_provide_clock):
18055         Ugh.. getting late I guess...
18056
18057 2006-02-02  Wim Taymans  <wim@fluendo.com>
18058
18059         * gst-libs/gst/audio/gstbaseaudiosink.c:
18060         (gst_base_audio_sink_provide_clock),
18061         (gst_base_audio_sink_set_property),
18062         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
18063         Don't try to provide a clock when we are not negotiated since
18064         we might not be able to make it run.
18065
18066 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18067
18068         * gst/playback/gstdecodebin.c: (try_to_link_1):
18069           Unlinking two source pads is ... hard.
18070
18071 2006-02-02  Wim Taymans  <wim@fluendo.com>
18072
18073         * gst-libs/gst/audio/TODO:
18074         Updated.
18075
18076         * gst-libs/gst/audio/gstbaseaudiosink.c:
18077         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
18078         On EOS, wait till the last sample is played before posting EOS.
18079
18080 2006-02-01  Philippe Kalaf <burger at speedy dot org>
18081
18082         Patch by: Kai Vehmanen
18083         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18084           Adds ability to enable newsegment bypass by setting queue_delay to
18085           zero. Also avoid thread being started if queue_delay is zero.
18086
18087 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18088
18089         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
18090           Make test work again by connecting fakesinks to each decoded pad,
18091           which makes the pipeline wait until each fakesink has a buffer
18092           queued before going to PAUSED state. At that point we know the
18093           decodebin pads are negotiated.
18094
18095 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18096
18097         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
18098         (gst_cdda_base_src_handle_event):
18099         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
18100           Pass unhandled queries to the parent class's query function.
18101
18102 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18103
18104         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
18105         (gst_ogg_pad_src_query):
18106         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
18107         * ext/theora/theoradec.c: (theora_dec_src_query),
18108         (theora_dec_sink_query):
18109         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
18110         (vorbis_dec_sink_query):
18111         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
18112         (gst_vorbisenc_sink_query):
18113         * gst/adder/gstadder.c: (gst_adder_query):
18114           Pass unhandled queries upstream instead of just
18115           dropping them (#326447). Also, fix supported
18116           query types list for some elements.
18117
18118 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18119
18120         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
18121         (paris_type_find), (ilbc_type_find), (plugin_init):
18122           Fix typefinding for audio/x-au, audio/x-paris and
18123           audio/iLBC-sh. We cannot use the START_WITH macros
18124           here, because there can only be one typefind factory
18125           with the same name (caps), so the second one would
18126           replace the first one and the first one would never
18127           be called when doing typefinding (see #161712).
18128           
18129
18130 2006-01-31  Wim Taymans  <wim@fluendo.com>
18131
18132         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
18133         (vorbis_handle_header_packet), (vorbis_dec_push),
18134         (vorbis_handle_data_packet):
18135         Use scale_int when we can, add some more scaling.
18136         Check packettype before parsing it.
18137
18138 2006-01-31  Wim Taymans  <wim@fluendo.com>
18139
18140         * ext/theora/theoradec.c: (_theora_granule_time),
18141         (theora_dec_src_convert), (theora_dec_sink_convert):
18142         Call right _scale functions.
18143         Use parameter instead of some other random value.
18144
18145 2006-01-31  Wim Taymans  <wim@fluendo.com>
18146
18147         * ext/theora/theoradec.c: (_theora_granule_frame),
18148         (_theora_granule_time), (_inc_granulepos),
18149         (theora_dec_src_convert), (theora_dec_sink_convert),
18150         (theora_handle_type_packet), (theora_handle_data_packet),
18151         (theora_dec_chain):
18152         Use higher precision timestamps calculation.
18153         Convert some other conversions to _scale.
18154
18155 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
18156
18157         * gst/audiotestsrc/gstaudiotestsrc.c:
18158         (gst_audio_test_src_create_sine_table), (plugin_init):
18159         * gst/volume/gstvolume.c: (plugin_init):
18160           initialize gst_controller before using
18161
18162 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
18163
18164         * tests/check/pipelines/theoraenc.c:
18165         * tests/check/pipelines/vorbisenc.c:
18166         Define constant using G_GINT64_CONSTANT to avoid errors when
18167         passing it around - otherwise it gets truncated to 32 bits.
18168
18169         Fixes failing tests.
18170
18171 2006-01-31  Andy Wingo  <wingo@pobox.com>
18172
18173         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
18174         caps being set doesn't have a framerate value. Basically a stopgap
18175         measure.
18176
18177         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
18178         technically correct enough to put into core though.
18179         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
18180         DURATION. Fixes theoraenc ! oggmux.
18181
18182         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
18183         fraction, not double.
18184
18185 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
18186
18187         * win32/vs7:
18188         add vs7 project files created by Sergey Scobich
18189
18190 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
18191
18192         * win32/vs8:
18193         add vs8 project files created by Sergey Scobich
18194         
18195 2006-01-30  Andy Wingo  <wingo@pobox.com>
18196
18197         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
18198         timestamp + duration, not just timestamp -- ogg pages should be
18199         ordered by stop time. Necessary fix given the change in vorbis
18200         timestamps.
18201
18202         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
18203         (gst_theora_enc_init): Pull the granule shift out of the encoder.
18204         (granulepos_add): New function, handles the messiness of adjusting
18205         granulepos values.
18206         (theora_buffer_from_packet):
18207         (theora_enc_chain):
18208         (theora_enc_sink_event): Use granulepos_add, not +.
18209
18210         * tests/check/pipelines/theoraenc.c
18211         (check_buffer_granulepos_from_starttime): Just check the frame
18212         count, not the actual granulepos -- we can't dictate to the
18213         encoder when it should be placing keyframes.
18214
18215 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18216
18217         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
18218           SERVICE_NOT_AVAILABLE happens for example when you're trying to
18219           play an http:// stream from a server that's not serving
18220
18221 2006-01-30  Andy Wingo  <wingo@pobox.com>
18222
18223         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
18224         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
18225         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
18226         available.
18227
18228         * ext/theora/gsttheoraenc.h:
18229         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
18230         although theoraenc was timestamping correctly. Added handling of
18231         streams that start with nonzero timestamps.
18232
18233         * tests/check/Makefile.am:
18234         * tests/check/pipelines/theoraenc.c: New file, basically does same
18235         tests as vorbisenc.
18236
18237         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
18238
18239 2006-01-30  Wim Taymans  <wim@fluendo.com>
18240
18241         * gst-libs/gst/audio/gstaudiosink.c:
18242         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
18243         (gst_audioringbuffer_pause):
18244         Implement pause that does not wait for completion.
18245
18246         * gst-libs/gst/audio/gstbaseaudiosink.c:
18247         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18248         Don't drop buffers when going to PAUSED but perform preroll on
18249         remaining samples now that core base class supports this.
18250
18251         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
18252         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
18253         (gst_ring_buffer_commit):
18254         Pause should not signal waiters.
18255         Implement return value of _commit correctly.
18256
18257 2006-01-30  Andy Wingo  <wingo@pobox.com>
18258
18259         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
18260
18261         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
18262         updated to timestamp from the first sample, not the last.
18263         (gst_vorbisenc_buffer_from_header_packet): New function, takes
18264         special care of granulepos and timestamp for header packets.
18265         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
18266         when the first buffer has a nonzero timestamp.
18267
18268         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
18269         (GstVorbisEnc.subgranule_offset): New members. Take care of the
18270         case when the first audio buffer we get has a nonzero timestamp.
18271         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
18272         properly timestamp vorbis buffers with the time of the first
18273         sample, not the last.
18274         
18275         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
18276         vorbis_granule_time_copy -- now it takes the granule/subgranule
18277         offset into account.
18278
18279         * tests/check/pipelines/vorbisenc.c: New test for correctness of
18280         timestamps, durations, and granulepos on buffers produced by
18281         vorbisenc.
18282
18283 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
18284
18285         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18286         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
18287           Patch from Eric Jonas to support conversions to/from UYVY 
18288           (Fixes: #324626)
18289
18290 2006-01-30  Julien MOUTTE  <julien@moutte.net>
18291
18292         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
18293         (setup_subtitle), (setup_source), (set_active_source):
18294         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
18295         (gen_text_element), (gen_audio_element), (gen_vis_element),
18296         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
18297
18298 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
18299
18300         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
18301         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
18302                 use gst_guint64_to_gdouble to be compliant with vs6
18303         * gst/playback/gstdecodebin.c: (try_to_link_1)
18304         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
18305                 use G_GINT64_CONSTANT for int64 constants
18306         * win32/common/libgstinterfaces.def:
18307                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
18308         * win32/vs6:
18309                 update and add new project files
18310                 
18311 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18312
18313         * Makefile.am:
18314         * win32/MANIFEST:
18315         * win32/common/interfaces-enumtypes.c:
18316         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
18317         (gst_mixer_track_flags_get_type),
18318         (gst_tuner_channel_flags_get_type):
18319         * win32/common/interfaces-enumtypes.h:
18320         * win32/common/multichannel-enumtypes.c:
18321         (gst_audio_channel_position_get_type):
18322         * win32/common/multichannel-enumtypes.h:
18323           add a win32-update rule like in core, and copy over enumtypes files
18324
18325 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18326
18327         * win32/MANIFEST:
18328         * win32/common/config.h:
18329         * win32/common/config.h.in:
18330           add config files just like in core
18331
18332 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
18333
18334         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
18335           Make gcc-4.1 happy (part of #327357).
18336
18337 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
18338
18339         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
18340         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
18341         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
18342         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
18343         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
18344         (gst_alsasrc_unprepare), (gst_alsasrc_read):
18345           Update all error messages.  All of them should either use
18346           the default translated message, or actually provide a
18347           translatable string.
18348           Make the string for channel count problems meaningful.
18349
18350 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
18351
18352         * sys/v4l/v4l_calls.c: (gst_v4l_open):
18353           check for and throw RESOURCE_BUSY
18354
18355 2006-01-27  David Schleef  <ds@schleef.org>
18356
18357         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
18358           checked in this change -- it requires liboil features not
18359           in 0.3.6.  Revert parts.
18360
18361 2006-01-27  David Schleef  <ds@schleef.org>
18362
18363         * REQUIREMENTS:
18364         * configure.ac: update liboil requirement to 0.3.6
18365         * gst/videoscale/Makefile.am:
18366         * gst/videoscale/vs_scanline.c: liboilify
18367
18368 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18369
18370         * ext/libvisual/visual.c: (get_buffer):
18371           When pad_alloc returns a GstFlowReturn other
18372           than GST_FLOW_OK, make sure it is passed upstream.
18373
18374 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18375
18376         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
18377         (gst_alsasink_class_init):
18378           Free the device name string.
18379
18380         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
18381         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
18382         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
18383           Don't remove a pad from the collectpads structure until it
18384           is released - it's a request pad, and may receive data again
18385           if the element gets moved back to PLAYING state.
18386
18387         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
18388           Ensure we turn on double buffering on the Xv port, and
18389           set the colour key to something dark and mysterious that
18390           isn't black.
18391
18392 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
18393
18394         * ext/alsa/gstalsaplugin.c: (plugin_init):
18395         * ext/cdparanoia/gstcdparanoiasrc.c:
18396         (gst_cd_paranoia_src_base_init), (plugin_init):
18397         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18398         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
18399           - a library should not call setlocale. see "Libraries" node in
18400             gettext manual
18401           - make sure all plugins that use translation do bindtextdomain
18402             to point to the localedir
18403         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
18404         (setup_sinks), (plugin_init):
18405           all this, and check for NULL when creating sinks
18406
18407 2006-01-27  Julien MOUTTE  <julien@moutte.net>
18408
18409         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
18410         (plugin_init): Make typefinding of subtitles work again.
18411
18412 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
18413
18414         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
18415         (mp3_type_frame_length_from_header), (mp3_type_find),
18416         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
18417         (plugin_init):
18418           Backport a bunch of typefinding fixes from the 0.8 branch.
18419           Also, improve wavpack typefinding: if we can't peek the
18420           entire wavpack block, try to parse the bits we can get and
18421           see if we find what we're looking for in those.
18422
18423 2006-01-26  Julien MOUTTE  <julien@moutte.net>
18424
18425         * sys/ximage/ximagesink.c:
18426         (gst_ximagesink_calculate_pixel_aspect_ratio):
18427         * sys/xvimage/xvimagesink.c:
18428         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
18429         more cases of pixel aspect ratio.
18430
18431 2006-01-26  Edward Hervey  <edward@fluendo.com>
18432
18433         * gst/playback/gstdecodebin.c: (pad_probe):
18434         Also consider the flush-start and tag events as unblockers
18435         for the pad probes.
18436
18437 2006-01-26  Julien MOUTTE  <julien@moutte.net>
18438
18439         * gst/playback/gstplaybin.c: (gst_play_bin_init),
18440         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
18441         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
18442         On the fly visualisation switch, works disabling, enabling as
18443         well but it won't be able to enable vis in a playbin that was
18444         created with no visualisation.
18445
18446 2006-01-25  Wim Taymans  <wim@fluendo.com>
18447
18448         * gst-libs/gst/audio/gstbaseaudiosink.c:
18449         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18450         Undo previous commit that returned WRONG_STATE sooner, it breaks 
18451         resume after pause.
18452
18453 2006-01-25  Wim Taymans  <wim@fluendo.com>
18454
18455         * gst-libs/gst/audio/gstbaseaudiosink.c:
18456         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
18457         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
18458         Improve debugging.
18459         Post error when caps cannot be parsed.
18460         Resync on discontinuity in the stream.
18461         Clip samples to segment boundaries.
18462         return WRONG_STATE sooner when we are flushing.
18463
18464         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
18465         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
18466         Make audiosrc operate in TIME.
18467         Set TIMESTAMP and DURATION on buffers.
18468
18469 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
18470
18471         * tests/examples/seek/seek.c: (main):
18472           Output tag messages as well.
18473
18474 2006-01-23  Edward Hervey  <edward@fluendo.com>
18475
18476         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
18477         (free_pad_probes), (remove_fakesink), (pad_probe),
18478         (close_pad_link), (gst_decode_bin_change_state):
18479         Replace GstPadBlockCallback with pad probes that detect
18480         first buffer AND eos before removing fakesink.
18481         Fixes hang with demuxers doing EOS while pre-rolling.
18482         Solves #328279
18483
18484 2006-01-23  Andy Wingo  <wingo@pobox.com>
18485
18486         * ext/alsa/gstalsasink.c:
18487         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18488         (gst_base_rtp_depayload_setcaps),
18489         (gst_base_rtp_depayload_add_to_queue),
18490         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
18491         
18492         Patch by: Jens Granseuer <jensgr at gmx dot net>
18493
18494 2006-01-22  Julien MOUTTE  <julien@moutte.net>
18495
18496         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
18497         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
18498         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
18499         frames. We might get a frame destroyed after changing state to
18500         NULL, adding a safety check on xcontext.
18501
18502 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
18503
18504         * gst-libs/gst/interfaces/xoverlay.c:
18505           Fix prepare-xwindow-id code example in the docs - we need to
18506           ignore all messages that aren't element messages as well.
18507           
18508 2006-01-21  Julien MOUTTE  <julien@moutte.net>
18509
18510         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
18511           I think one day i'll completely undestand how caps negotiation
18512           is supposed to work. This refactoring handles buffer_alloc
18513           called with caps we can't handle. We definitely don't want a
18514           set_caps with those caps, so we define and allocate a buffer
18515           we would like to receive.
18516
18517 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18518
18519         * gst/playback/gstplaybasebin.c: (setup_source):
18520           Free iterator when done.
18521
18522 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
18523
18524         * gst-libs/gst/audio/gstbaseaudiosink.c:
18525         (gst_base_audio_sink_render):
18526           Fix playback of non-synchronised streams by assuming a rate
18527           of 1.0 instead of a random one.
18528
18529           Makes this work again:
18530
18531           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
18532           endianness=(int)4321, signed=(boolean)true, width=(int)16,
18533           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
18534           audioresample ! alsasink
18535
18536 === release 0.10.2 ===
18537
18538 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
18539
18540         * configure.ac:
18541           releasing 0.10.2, "Then the devil is six"
18542
18543 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
18544
18545         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18546         * gst/playback/gststreamselector.c:
18547         (gst_stream_selector_set_property):
18548           Comment out broken code that connects to the state-changed signal.
18549           At this point, changing current stream selection is broken, but 
18550           stuff like gst-launch playbin current-audio=1 works and filters
18551           to the chosen stream.
18552
18553 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18554
18555         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
18556           Fix #327216 (null dereference in vorbisdec)
18557
18558 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
18559
18560         * ext/theora/theoradec.c: (theora_handle_comment_packet):
18561           Post taglist actually on bus instead of just freeing it
18562           (fixes #327114 and totem bug #327080).
18563
18564         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
18565           Use gst_element_found_tags_for_pad(), so that the tags
18566           are sent downstream as an event as well.
18567
18568 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
18569
18570         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
18571         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
18572         (gst_ximagesink_buffer_alloc):
18573         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
18574         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
18575         (gst_xvimagesink_buffer_alloc):
18576           move all regularly occurring messages to GST_LOG level
18577           add some more object logs
18578
18579 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
18580
18581         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
18582           fix a silly segfault
18583
18584 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
18585
18586         * docs/libs/gst-plugins-base-libs-docs.sgml:
18587         * docs/libs/gst-plugins-base-libs-sections.txt:
18588         * gst-libs/gst/audio/mixerutils.c:
18589         * gst-libs/gst/audio/mixerutils.h:
18590           Add docs for mixerutils stuff.
18591
18592 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
18593
18594         * gst/playback/gstplaybasebin.c: (setup_source):
18595           Fix playback for sources that emit raw audio or
18596           raw video streams (e.g.: cd audio sources) (#325984).
18597
18598 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18599
18600         * gst-libs/gst/audio/mixerutils.c:
18601         (gst_audio_mixer_filter_do_filter):
18602           actually save the element we create
18603
18604 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
18605
18606         * gst-libs/gst/cdda/gstcddabasesrc.c:
18607         (gst_cdda_base_src_handle_track_seek):
18608           No need to post a tag message on the bus when seeking
18609           within the same track, only post it when the current
18610           track changes.
18611
18612 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
18613
18614         * gst/playback/gstplaybasebin.c: (group_destroy),
18615         (probe_triggered), (new_decoded_pad), (mute_group_type),
18616         (set_active_source):
18617         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18618         * gst/playback/gststreamselector.c:
18619         (gst_stream_selector_base_init),
18620         (gst_stream_selector_set_property),
18621         (gst_stream_selector_request_new_pad):
18622           Reenable stream selection. These mechanisms need a complete overhaul
18623           in the face of 0.8->0.10 changes though.
18624
18625 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
18626
18627         * ext/ogg/gstoggdemux.c:
18628           Change the pad template to src_%d to match the pads that 
18629           are created from it. decodebin needs this information in order
18630           to decide that oggdemux is capable of producing multiple pads
18631           (and hence needs queues inserted).
18632
18633         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
18634         (gst_ogg_mux_collected):
18635           Make debug output more useful by using GST_PTR_FORMAT.
18636
18637 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
18638
18639         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18640
18641         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
18642           Set depth and width for alaw/mulaw (fixes #326601).
18643
18644 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18645
18646         * tests/icles/Makefile.am:
18647           don't build the tests if we don't have the libs
18648
18649 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18650
18651         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
18652         (gst_cd_paranoia_paranoia_callback):
18653           Don't try to free NULL pointers.
18654
18655 2006-01-10  Edward Hervey  <edward@fluendo.com>
18656
18657         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
18658         (gst_audio_rate_change_state), (plugin_init):
18659         Add debugging category.
18660         Fix type issues.
18661         Add case for incoming buffers without valid offset/offset_end.
18662
18663 2006-01-10  Michael Smith  <msmith@fluendo.com>
18664
18665         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
18666           Don't leak GCond in audio sources.
18667
18668 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
18669
18670         * gst/playback/gstplaybin.c: (gen_audio_element):
18671           Don't leak an autoaudiosink/alsasink when we generate
18672           a new audio element. (old code, I guess)
18673
18674 2006-01-10  Michael Smith  <msmith@fluendo.com>
18675
18676         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
18677           Support float audio in audiorate.
18678           Use width rather than depth for selecting sample width.
18679
18680 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18681
18682         * gst/videotestsrc/videotestsrc.h:
18683           Use GLib types here (that way we don't have to include the
18684           generated _stdint.h header, which makes life easier for win32
18685           folks that don't use autotools for the build) (#325990, patch
18686           by: Sergey Scobich).
18687
18688 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18689
18690         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
18691         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
18692         (gst_ring_buffer_pause), (wait_segment):
18693         * gst-libs/gst/audio/gstringbuffer.h:
18694           Name (private) union, makes Forte compiler happy (this time
18695           for real) (#324900).
18696
18697 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
18698
18699         * gst-libs/gst/audio/Makefile.am:
18700           Link against libgstinterfaces, needed for mixer
18701           and property probe stuff.
18702
18703 2006-01-09  Edward Hervey  <edward@fluendo.com>
18704
18705         * gst-libs/gst/Makefile.am:
18706
18707 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
18708
18709         * gst-libs/gst/audio/Makefile.am:
18710         * gst-libs/gst/audio/mixerutils.c:
18711         (gst_audio_mixer_filter_do_filter),
18712         (gst_audio_mixer_filter_check_element),
18713         (gst_audio_mixer_filter_probe_feature),
18714         (element_factory_rank_compare_func),
18715         (gst_audio_default_registry_mixer_filter):
18716         * gst-libs/gst/audio/mixerutils.h:
18717           Add gst_audio_default_registry_mixer_filter() utility
18718           function.
18719
18720 2006-01-03  Michael Smith  <msmith@fluendo.com>
18721
18722         * gst/audioresample/resample.h:
18723           As before, but for o_buf
18724
18725 2006-01-03  Michael Smith  <msmith@fluendo.com>
18726
18727         * gst/audioresample/resample.h:
18728           Declare struct _ResampleState.buffer as unsigned char *, not void *,
18729           since we do arithmetic on it.
18730
18731 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
18732
18733         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
18734         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
18735         (gst_ring_buffer_pause), (wait_segment):
18736         * gst-libs/gst/audio/gstringbuffer.h:
18737           Sun's Forte compiler doesn't seem to like anonymous structs,
18738           so use same setup as in GstBaseSrc (fixes #324900).
18739
18740 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18741
18742         * configure.ac:
18743         * gst/volume/Makefile.am:
18744         * gst/volume/demo.c:
18745           move old example to tests/examples/volume/volune.c
18746         * tests/examples/Makefile.am:
18747         * tests/examples/seek/seek.c: (main):
18748           change window-close event from "delete-event" to "destroy"
18749         * tests/examples/volume/Makefile.am:
18750         * tests/examples/volume/volume.c: (value_changed_callback),
18751         (setup_gui), (message_received), (eos_message_received), (main):
18752           fix event handling and bus usage
18753
18754 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
18755
18756         * gst/audiotestsrc/gstaudiotestsrc.c:
18757         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
18758         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
18759         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
18760         (gst_audio_test_src_create_square),
18761         (gst_audio_test_src_create_saw),
18762         (gst_audio_test_src_create_triangle),
18763         (gst_audio_test_src_create_silence),
18764         (gst_audio_test_src_create_white_noise),
18765         (gst_audio_test_src_create_pink_noise),
18766         (gst_audio_test_src_init_sine_table),
18767         (gst_audio_test_src_create_sine_table),
18768         (gst_audio_test_src_change_wave),
18769         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
18770         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
18771         * gst/audiotestsrc/gstaudiotestsrc.h:
18772           update to basesrc changes, implement segmented seeking and eos
18773           handling, add a 'sine-tab' waveform for performance critical playback
18774
18775 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18776
18777         * po/POTFILES.in:
18778           ... and this time the other modified file that I missed last time.
18779
18780 2005-12-29  Michael Smith  <msmith@fluendo.com>
18781
18782         * gst/playback/gstdecodebin.c: (new_pad):
18783           Fix non-C89 variable declaration not at the start of a block. Should
18784           help some compilers.
18785
18786 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18787
18788         * tests/check/Makefile.am:
18789           And now fix 'make distcheck' (builddir != srcdir)
18790
18791 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18792
18793         * configure.ac:
18794         * ext/cdparanoia/Makefile.am:
18795         * ext/cdparanoia/gstcdparanoia.c:
18796         * ext/cdparanoia/gstcdparanoia.h:
18797         * ext/cdparanoia/gstcdparanoiasrc.c:
18798         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
18799         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
18800         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
18801         (gst_cd_paranoia_paranoia_callback),
18802         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
18803         (gst_cd_paranoia_src_set_property),
18804         (gst_cd_paranoia_src_get_property), (plugin_init):
18805         * ext/cdparanoia/gstcdparanoiasrc.h:
18806           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
18807           plugin again (there are still fixes required to playbin to make
18808           cdda:// uris work there).
18809
18810 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18811
18812         * tests/check/Makefile.am:
18813           Fix test case compilation.
18814
18815 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18816
18817         * gst-libs/gst/cdda/gstcddabasesrc.c:
18818         (gst_cdda_base_src_update_duration),
18819         (gst_cdda_base_src_calculate_cddb_id):
18820           An integer is not a string. Fix access to uninitialised variable.
18821
18822         * tests/check/Makefile.am:
18823           Add cddabasesrc unit test; also actually enable the vorbis test.
18824
18825         * tests/check/generic/states.c:
18826           Blacklist new cd audio elements as well.
18827
18828         * tests/check/libs/cddabasesrc.c:
18829           Unit test for GstCddaBaseSrc (discid calculation mostly).
18830
18831 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
18832
18833         * docs/libs/Makefile.am:
18834         * docs/libs/gst-plugins-base-libs-docs.sgml:
18835         * docs/libs/gst-plugins-base-libs-sections.txt:
18836         * docs/libs/gst-plugins-base-libs.types:
18837           Add docs for libgstcdda/GstCddaBaseSrc.
18838
18839         * gst-libs/gst/interfaces/mixertrack.h:
18840           Do one struct member per line with a semicolon at the end, that way
18841           even gtk-doc might parse it without complaining.
18842
18843 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
18844
18845         * configure.ac:
18846         * gst-libs/gst/Makefile.am:
18847         * gst-libs/gst/cdda/Makefile.am:
18848         * gst-libs/gst/cdda/base64.c:
18849         * gst-libs/gst/cdda/base64.h:
18850         * gst-libs/gst/cdda/gstcddabasesrc.c:
18851         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
18852         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
18853         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
18854         (gst_cdda_base_src_get_property),
18855         (gst_cdda_base_src_get_track_from_sector),
18856         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
18857         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
18858         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
18859         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
18860         (gst_cdda_base_src_uri_get_protocols),
18861         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
18862         (gst_cdda_base_src_uri_handler_init),
18863         (gst_cdda_base_src_setup_interfaces),
18864         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
18865         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
18866         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
18867         (gst_cdda_base_src_add_tags),
18868         (gst_cdda_base_src_add_index_associations),
18869         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
18870         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
18871         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
18872         (gst_cdda_base_src_create):
18873         * gst-libs/gst/cdda/gstcddabasesrc.h:
18874         * gst-libs/gst/cdda/sha1.c:
18875         * gst-libs/gst/cdda/sha1.h:
18876           Add new libgstcdda with GstCddaBaseSrc class.
18877
18878 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
18879
18880         * ext/gnomevfs/gstgnomevfssink.h:
18881           Use GstBaseSinkClass as parent_class member for class struct, not
18882           GstBaseSink.
18883
18884 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
18885
18886         Patch by: Michael Benes
18887
18888         * gst/videotestsrc/gstvideotestsrc.c:
18889         (gst_video_test_src_class_init), (gst_video_test_src_start):
18890           Add start method to reset running time and number of frames sent
18891           when starting up (fixes #324696)
18892
18893 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
18894
18895         * docs/plugins/Makefile.am:
18896         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
18897         * docs/plugins/gst-plugins-base-plugins-sections.txt:
18898         * docs/plugins/gst-plugins-base-plugins.args:
18899         * docs/plugins/gst-plugins-base-plugins.hierarchy:
18900         * docs/plugins/gst-plugins-base-plugins.signals:
18901           Add docs stuff for gnomevfssrc and gnomevfssink.
18902
18903         * ext/gnomevfs/gstgnomevfssrc.c:
18904           Fix example pipeline in gtk-doc blurb.
18905
18906 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
18907
18908         * ext/gnomevfs/Makefile.am:
18909         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
18910         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
18911         (gst_gnome_vfs_handle_get_type), (plugin_init):
18912         * ext/gnomevfs/gstgnomevfs.h:
18913         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
18914         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
18915         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
18916         (gst_gnome_vfs_sink_set_property),
18917         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
18918         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
18919         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
18920         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
18921         (gst_gnome_vfs_sink_uri_get_type),
18922         (gst_gnome_vfs_sink_uri_get_protocols),
18923         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
18924         (gst_gnome_vfs_sink_uri_handler_init):
18925         * ext/gnomevfs/gstgnomevfssink.h:
18926           Port gnomevfssink; add gtk-doc blurb.
18927
18928         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
18929         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
18930         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
18931         (gst_gnome_vfs_src_uri_get_type),
18932         (gst_gnome_vfs_src_uri_get_protocols),
18933         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
18934         (gst_gnome_vfs_src_uri_handler_init),
18935         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
18936         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
18937         (gst_gnome_vfs_src_send_additional_headers_callback),
18938         (gst_gnome_vfs_src_received_headers_callback),
18939         (gst_gnome_vfs_src_push_callbacks),
18940         (gst_gnome_vfs_src_pop_callbacks),
18941         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
18942         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
18943         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
18944         * ext/gnomevfs/gstgnomevfssrc.h:
18945           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
18946           file; add gtk-doc blurb with example pipelines.
18947
18948 === release 0.10.1 ===
18949
18950 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
18951
18952         * configure.ac:
18953           releasing 0.10.1, "Dobro Dedek"
18954
18955 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
18956
18957         * gst/typefind/gsttypefindfunctions.c:
18958         iLBC30 and iLBC20 added to typefind.
18959
18960 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18961
18962         * gst-libs/gst/audio/gstbaseaudiosink.c:
18963         (gst_base_audio_sink_class_init):
18964         * gst-libs/gst/audio/gstbaseaudiosrc.c:
18965         (gst_base_audio_src_class_init):
18966           update strings, values are in microseconds
18967           change the default sink buffer time to something that is smaller
18968           (to help software volume mixing have a slightly lower delay) but
18969           still be acceptable on Wim's laptop
18970
18971 2005-12-20  Edward Hervey  <edward@fluendo.com>
18972
18973         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
18974         Made a quack, forgot to add DUCK to the riff video template.
18975
18976 2005-12-19  Edward Hervey  <edward@fluendo.com>
18977
18978         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
18979         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
18980         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
18981         (gst_ogm_parse_chain):
18982         Make sure pads are initialized correctly.
18983         * gst-libs/gst/riff/riff-ids.h:
18984         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
18985         (gst_riff_create_video_template_caps):
18986         Add a whole bunch of FOURCC <=> MimeType.
18987         Extend the riff video pad template to support the newly added fourcc.
18988
18989 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
18990
18991         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
18992         (gst_ogg_demux_activate_chain):
18993           Extra debug output when activating/deactivating chains.
18994
18995         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
18996         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
18997         (unlinked):
18998           Remove a queue from our list when it becomes unlinked.
18999           Don't add queues to elements in class 'Demux' if they
19000           can only produce one pad 
19001
19002 2005-12-18  Julien MOUTTE  <julien@moutte.net>
19003
19004         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
19005         (gst_video_sink_get_type): Add a debug category.
19006
19007 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
19008
19009         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19010         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
19011           Handle downstream newsegment by sending our own newsegment before the
19012           next buffer to be released. (#323900)
19013
19014 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
19015
19016         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19017         (gst_base_rtp_depayload_set_gst_timestamp):
19018           add queue delay to new segment as well (as opposed to just the first
19019           buffer). (bug #322347)
19020
19021 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
19022
19023         * ext/libvisual/visual.c: (make_valid_name):
19024           change some char* into char[]
19025         * gst/audiotestsrc/gstaudiotestsrc.c:
19026         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
19027         (gst_audio_test_src_create):
19028         * gst/audiotestsrc/gstaudiotestsrc.h:
19029           prepare to handle EOS and SEGMENT_DONE
19030
19031 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
19032
19033         * tests/check/generic/states.c: (GST_START_TEST):
19034           Blacklist cdparanoia element in state test.
19035
19036 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
19037
19038           Patch by: Benjamin Pineau
19039
19040         * gst/tcp/gsttcp.c:
19041         * gst/tcp/gsttcpclientsink.c:
19042         * gst/tcp/gsttcpserversink.c:
19043         * gst/tcp/gsttcpserversrc.c:
19044           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
19045
19046 2005-12-15  Michael Smith  <msmith@fluendo.com>
19047
19048         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
19049         (gst_video_rate_chain):
19050           Fix timestamping for videorate when the first buffer it sees has a
19051           non-zero timestamp. Fix some misleading debug output.
19052
19053 2005-12-15  Michael Smith  <msmith@fluendo.com>
19054
19055         * gst/audioresample/gstaudioresample.c:
19056           Don't leak all input buffers to audioresample.
19057
19058 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
19059
19060         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
19061           Don't operate on empty text buffers. Strip newlines and
19062           tabs only from the end of the text, but leave them intact
19063           in the middle. Fix typo in gtk-doc description.
19064
19065 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
19066
19067         * gst/playback/gstplaybasebin.c:
19068         * gst/playback/gstplaybin.c: (handoff):
19069           Make sure the video frame buffer we return to apps via the
19070           "frame" property always has caps set on it. Modify
19071           _gst_gvalue_set_object() macro to handle NULL objects
19072           gracefully too.
19073
19074 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
19075
19076         * gst/audiotestsrc/gstaudiotestsrc.c:
19077         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
19078         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
19079         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
19080         (gst_audio_test_src_create):
19081         * gst/audiotestsrc/gstaudiotestsrc.h:
19082         Adjust to some recent api changes and add wtays new cool seeking
19083         capabillities
19084
19085 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
19086
19087         * ext/alsa/Makefile.am:
19088         * ext/alsa/gstalsadeviceprobe.c:
19089         * ext/alsa/gstalsadeviceprobe.h:
19090           Helper functions to add device probing via the GstPropertyProbe
19091           interface to a class.
19092
19093         * ext/alsa/gstalsamixer.h:
19094           Comment out GST_ALSA_MIXER, it returns a struct that's not
19095           used.
19096
19097         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
19098           Add some debug info. 
19099
19100         * ext/alsa/gstalsamixerelement.c:
19101         (gst_alsa_mixer_element_interface_supported),
19102         (gst_implements_interface_init),
19103         (gst_alsa_mixer_element_init_interfaces),
19104         (gst_alsa_mixer_element_class_init),
19105         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
19106         (gst_alsa_mixer_element_set_property),
19107         (gst_alsa_mixer_element_get_property),
19108         (gst_alsa_mixer_element_change_state):
19109         * ext/alsa/gstalsamixerelement.h:
19110           Add 'device' and 'device-name' properties. Add GstPropertyProbe
19111           for device handling (gnome-volume-control will need that).
19112
19113 2005-12-12  Christian Schaller  <uraeus@gnome.org>
19114
19115         * ext/Makefile.am: fix cdparanoia entry
19116         * gst-plugins-base.spec.in: add cdparanoia
19117
19118 2005-12-12  Michael Smith  <msmith@fluendo.com>
19119
19120         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
19121           Use the correct function to free list of typefind factories.
19122
19123 2005-12-12  Wim Taymans  <wim@fluendo.com>
19124
19125         * gst/videotestsrc/gstvideotestsrc.c:
19126         (gst_video_test_src_class_init), (gst_video_test_src_init),
19127         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
19128         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
19129         (gst_video_test_src_create):
19130         * gst/videotestsrc/gstvideotestsrc.h:
19131         Implement seeking in videotestsrc.
19132         Small cleanups.
19133
19134 2005-12-12  Wim Taymans  <wim@fluendo.com>
19135
19136         * ext/cdparanoia/Makefile.am:
19137         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
19138         (gst_paranoia_endian_get_type), (_do_init),
19139         (cdparanoia_class_init), (cdparanoia_init),
19140         (cdparanoia_set_property), (cdparanoia_get_property),
19141         (cdparanoia_do_seek), (cdparanoia_is_seekable),
19142         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
19143         (cdparanoia_convert), (cdparanoia_get_query_types),
19144         (cdparanoia_query), (cdparanoia_set_index),
19145         (cdparanoia_uri_set_uri):
19146         * ext/cdparanoia/gstcdparanoia.h:
19147         Partially ported cdparanoia now that basesrc can support a
19148         plugin like this..
19149
19150 2005-12-12  Wim Taymans  <wim@fluendo.com>
19151
19152         * tests/examples/seek/scrubby.c: (main):
19153         Set higher priority for bus events so they don't get reordered with
19154         gtk gui events.
19155
19156         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
19157         (flush_toggle_cb), (main):
19158         Added checkbox to disable flushing seeks. 
19159         Disable scrubbing when doing non flushing seeks.
19160
19161 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
19162
19163         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
19164         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
19165         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
19166         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
19167           Implement some sort of event handling that doesn't rely on
19168           g_return_if_fail; make sure we always push the last chunk of an 
19169           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
19170           state change function; remove some old cruft. Seeking is still
19171           rather unlikely to work though.
19172
19173         * tools/.cvsignore:
19174           Ignore more.
19175
19176 2005-12-11  Julien MOUTTE  <julien@moutte.net>
19177
19178         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
19179         Fixed a leak of the current image reference when cleaning up.
19180         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
19181
19182 2005-12-09  Michael Smith  <msmith@fluendo.com>
19183
19184         * tools/Makefile.am:
19185         * tools/gst-launch-ext-m.m:
19186           Remove gst-launch-ext. It doesn't work, and is no longer
19187           particularly useful.
19188
19189 2005-12-08  Luca Ognibene  <luogni@tin.it>
19190
19191         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
19192           don't pass random values to ogmparse convert function.
19193           Make seeking possible in the exile1.ogm file.
19194
19195 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
19196
19197         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
19198         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
19199           Work around refcount problem with g_value_set_object() that occur
19200           if the core has been compiled against GLib-2.6 (g_value_set_object()
19201           will only g_object_ref() the element, but the caller will
19202           gst_object_unref() it and bad things will happen due to the way
19203           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
19204           totem for people on FC4 using Thomas's 0.10 RPMs.
19205           
19206 2005-12-07  Edward Hervey  <edward@fluendo.com>
19207
19208         Time to welcome ogm to 0.10 :)
19209         
19210         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
19211         (gst_ogg_pad_typefind):
19212         Oggdemux can now properly typefind elements with dynamic pads.
19213         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
19214         Properly set caps on src pad, and set caps on outgoing buffers.
19215
19216 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19217
19218         * ext/alsa/gstalsamixer.h:
19219         * ext/alsa/gstalsamixerelement.h:
19220         * ext/alsa/gstalsamixeroptions.h:
19221         * ext/alsa/gstalsamixertrack.h:
19222         * ext/alsa/gstalsasink.c:
19223         * ext/alsa/gstalsasink.h:
19224         * ext/alsa/gstalsasrc.c:
19225         * ext/alsa/gstalsasrc.h:
19226         * ext/cdparanoia/gstcdparanoia.h:
19227         * ext/gnomevfs/gstgnomevfsuri.h:
19228         * ext/ogg/gstoggdemux.c:
19229         * ext/ogg/gstoggmux.c:
19230         * ext/pango/gsttextoverlay.h:
19231         * ext/theora/theoradec.c:
19232         * ext/theora/theoraenc.c:
19233         * ext/vorbis/vorbisdec.h:
19234         * ext/vorbis/vorbisenc.c:
19235         * ext/vorbis/vorbisenc.h:
19236         * ext/vorbis/vorbisparse.h:
19237         * gst-libs/gst/audio/gstaudioclock.h:
19238         * gst-libs/gst/audio/gstaudiosink.c:
19239         * gst-libs/gst/audio/gstaudiosink.h:
19240         * gst-libs/gst/audio/gstaudiosrc.c:
19241         * gst-libs/gst/audio/gstaudiosrc.h:
19242         * gst-libs/gst/audio/gstbaseaudiosink.c:
19243         * gst-libs/gst/audio/gstbaseaudiosink.h:
19244         * gst-libs/gst/audio/gstbaseaudiosrc.c:
19245         * gst-libs/gst/audio/gstbaseaudiosrc.h:
19246         * gst-libs/gst/audio/gstringbuffer.h:
19247         * gst-libs/gst/audio/multichannel.h:
19248         * gst-libs/gst/floatcast/floatcast.h:
19249         * gst-libs/gst/interfaces/colorbalance.c:
19250         * gst-libs/gst/interfaces/colorbalance.h:
19251         * gst-libs/gst/interfaces/colorbalancechannel.h:
19252         * gst-libs/gst/interfaces/mixer.h:
19253         * gst-libs/gst/interfaces/mixeroptions.h:
19254         * gst-libs/gst/interfaces/mixertrack.h:
19255         * gst-libs/gst/interfaces/navigation.h:
19256         * gst-libs/gst/interfaces/propertyprobe.h:
19257         * gst-libs/gst/interfaces/tuner.h:
19258         * gst-libs/gst/interfaces/tunerchannel.h:
19259         * gst-libs/gst/interfaces/tunernorm.h:
19260         * gst-libs/gst/interfaces/xoverlay.h:
19261         * gst-libs/gst/netbuffer/gstnetbuffer.h:
19262         * gst-libs/gst/riff/riff-ids.h:
19263         * gst-libs/gst/riff/riff-media.h:
19264         * gst-libs/gst/riff/riff-read.h:
19265         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19266         * gst-libs/gst/rtp/gstbasertppayload.c:
19267         * gst-libs/gst/rtp/gstbasertppayload.h:
19268         * gst-libs/gst/rtp/gstrtpbuffer.c:
19269         * gst-libs/gst/rtp/gstrtpbuffer.h:
19270         * gst-libs/gst/tag/gsttageditingprivate.h:
19271         * gst-libs/gst/tag/gstvorbistag.c:
19272         (gst_tag_list_from_vorbiscomment_buffer):
19273         * gst-libs/gst/tag/tag.h:
19274         * gst-libs/gst/video/video.h:
19275         * gst/adder/gstadder.c:
19276         * gst/adder/gstadder.h:
19277         * gst/audioconvert/audioconvert.c:
19278         * gst/audioconvert/audioconvert.h:
19279         * gst/audioconvert/gstaudioconvert.c:
19280         * gst/audioconvert/gstchannelmix.c:
19281         * gst/audioconvert/gstchannelmix.h:
19282         * gst/audiorate/gstaudiorate.c:
19283         * gst/audioresample/buffer.h:
19284         * gst/audioresample/functable.h:
19285         * gst/audioresample/gstaudioresample.c:
19286         * gst/audioresample/resample.h:
19287         * gst/ffmpegcolorspace/avcodec.h:
19288         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19289         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19290         * gst/ffmpegcolorspace/imgconvert.c:
19291         * gst/ffmpegcolorspace/imgconvert_template.h:
19292         * gst/playback/gstdecodebin.c:
19293         * gst/playback/gstplaybasebin.h:
19294         * gst/playback/gstplaybin.c:
19295         * gst/playback/gststreaminfo.h:
19296         * gst/tcp/gstfdset.c:
19297         * gst/tcp/gstfdset.h:
19298         * gst/tcp/gstmultifdsink.c:
19299         * gst/tcp/gstmultifdsink.h:
19300         * gst/tcp/gsttcp.h:
19301         * gst/tcp/gsttcpclientsrc.c:
19302         * gst/tcp/gsttcpclientsrc.h:
19303         * gst/tcp/gsttcpplugin.h:
19304         * gst/tcp/gsttcpserversink.c:
19305         * gst/tcp/gsttcpserversrc.c:
19306         * gst/typefind/gsttypefindfunctions.c:
19307         * gst/videorate/gstvideorate.c:
19308         * gst/videotestsrc/gstvideotestsrc.h:
19309         * gst/videotestsrc/videotestsrc.h:
19310         * sys/v4l/gstv4lcolorbalance.h:
19311         * sys/v4l/gstv4ltuner.h:
19312         * sys/v4l/gstv4lxoverlay.h:
19313         * sys/v4l/v4l_calls.h:
19314         * sys/v4l/videodev_mjpeg.h:
19315         * tests/check/elements/audioconvert.c:
19316         * tests/check/elements/audioresample.c:
19317         * tests/check/elements/audiotestsrc.c:
19318         * tests/check/elements/videotestsrc.c:
19319         * tests/check/elements/volume.c:
19320         * tests/examples/seek/scrubby.c:
19321         * tests/examples/seek/seek.c:
19322           expand tabs
19323
19324 === release 0.10.0 ===
19325
19326 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19327
19328         * configure.ac:
19329           releasing 0.10.0, "Mont-d'or"
19330
19331 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
19332
19333         * tests/examples/seek/Makefile.am:
19334         Build fix for when gtk is not available.
19335
19336 2005-12-05  Andy Wingo  <wingo@pobox.com>
19337
19338         * ext/libvisual/visual.c: (get_buffer):
19339         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
19340         * ext/pango/gsttextrender.c: (gst_text_render_chain):
19341         * ext/theora/theoradec.c: (theora_handle_data_packet):
19342         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
19343         (theora_enc_chain):
19344         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19345         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
19346         Update for alloc_buffer changes.
19347
19348 2005-12-05  Andy Wingo  <wingo@pobox.com>
19349
19350         patch by: Kai Vehmanen <kv2004 eca cx>
19351         
19352         * gst-libs/gst/rtp/gstbasertpdepayload.c
19353         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
19354
19355 2005-12-04  Andy Wingo  <wingo@pobox.com>
19356
19357         patch by: Sebastien Cote <sebas642 yahoo ca>
19358         
19359         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
19360         Fixes #319172.
19361
19362 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
19363
19364         * docs/plugins/Makefile.am:
19365         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19366         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19367         * docs/plugins/gst-plugins-base-plugins.hierarchy:
19368         * ext/pango/gstclockoverlay.c:
19369         * ext/pango/gsttextoverlay.c: 
19370         * ext/pango/gsttextrender.c:
19371         * ext/pango/gsttimeoverlay.c:
19372           Add gtk-doc blurbs to pango elements.
19373
19374 2005-12-02  Wim Taymans  <wim@fluendo.com>
19375
19376         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
19377         * gst/audioresample/buffer.h:
19378         * gst/audioresample/gstaudioresample.c:
19379         * gst/audioresample/gstaudioresample.h:
19380         * gst/audioresample/resample.c: (resample_input_flush),
19381         (resample_input_pushthrough), (resample_input_eos),
19382         (resample_get_output_size_for_input),
19383         (resample_get_input_size_for_output), (resample_get_output_size),
19384         (resample_get_output_data):
19385         * gst/audioresample/resample.h:
19386         * gst/audioresample/resample_ref.c: (resample_scale_ref):
19387         Fix audioresample, seek torture, new segments, reverse negotiation
19388         etc.. work fine.
19389
19390 2005-12-02  Wim Taymans  <wim@fluendo.com>
19391
19392         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19393         Small cleanups.
19394
19395 2005-12-02  Wim Taymans  <wim@fluendo.com>
19396
19397         * gst/audioconvert/gstaudioconvert.c:
19398         (gst_audio_convert_transform):
19399         Post errors.
19400
19401 === release 0.9.7 ===
19402
19403 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19404
19405         * configure.ac:
19406           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
19407
19408 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19409
19410         * Makefile.am:
19411         * po/hu.po:
19412         * win32/MANIFEST:
19413         * win32/gst.sln:
19414           add win32 MANIFEST file
19415           do something to the hungarian translation
19416
19417 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
19418
19419         * ext/Makefile.am:
19420           Add $(PANGO_DIR) to SUBDIRS
19421
19422         * ext/pango/gstclockoverlay.c:
19423         * ext/pango/gsttimeoverlay.c:
19424           Fix and improve element descriptions.
19425
19426 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19427
19428         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19429         * docs/plugins/inspect/plugin-libvisual.xml:
19430         * docs/plugins/inspect/plugin-pango.xml:
19431           add pango plugin to docs
19432
19433 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19434
19435         * configure.ac:
19436         * ext/Makefile.am:
19437           moved pango to base
19438
19439 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19440
19441         * configure.ac:
19442         * tests/Makefile.am:
19443         * tests/icles/.cvsignore:
19444         * tests/icles/Makefile.am:
19445         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
19446         (close_display), (resize_window), (move_window), (create_window),
19447         (terminate_playback), (pause_playback), (start_playback), (main):
19448           add stress test for xoverlay from Julien
19449
19450 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19451
19452         * docs/libs/tmpl/gstcolorbalance.sgml:
19453         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19454         * gst-libs/gst/rtp/gstbasertppayload.c:
19455         * gst-libs/gst/rtp/gstrtpbuffer.c:
19456         * gst-libs/gst/rtp/gstrtpbuffer.h:
19457           Do burger's rename for rtp payloaders and depayloaders
19458
19459 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19460
19461         * win32/:
19462           add Visual Studio 6 build files
19463
19464 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19465
19466         * docs/libs/gst-plugins-base-libs-docs.sgml:
19467         * docs/libs/gst-plugins-base-libs-sections.txt:
19468         * docs/libs/tmpl/gstaudio.sgml:
19469         * docs/libs/tmpl/gstringbuffer.sgml:
19470         * gst-libs/gst/interfaces/xoverlay.c:
19471         * gst-libs/gst/video/gstvideofilter.c:
19472         * gst-libs/gst/video/gstvideosink.c:
19473           update documentation
19474
19475 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19476
19477         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
19478         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
19479         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
19480         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
19481         (gst_multi_fd_sink_get_stats),
19482         (gst_multi_fd_sink_remove_client_link),
19483         (gst_multi_fd_sink_handle_client_read),
19484         (gst_multi_fd_sink_client_queue_data),
19485         (gst_multi_fd_sink_client_queue_caps),
19486         (gst_multi_fd_sink_client_queue_buffer),
19487         (gst_multi_fd_sink_new_client),
19488         (gst_multi_fd_sink_handle_client_write),
19489         (gst_multi_fd_sink_recover_client),
19490         (gst_multi_fd_sink_queue_buffer),
19491         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
19492         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
19493         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
19494         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
19495         * gst/tcp/gstmultifdsink.h:
19496         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
19497         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
19498         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
19499         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
19500         (gst_tcp_client_sink_set_property),
19501         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
19502         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
19503         * gst/tcp/gsttcpclientsink.h:
19504         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
19505         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
19506         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
19507         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
19508         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
19509         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
19510         * gst/tcp/gsttcpclientsrc.h:
19511         * gst/tcp/gsttcpplugin.c: (plugin_init):
19512         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
19513         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
19514         (gst_tcp_server_sink_finalize),
19515         (gst_tcp_server_sink_handle_server_read),
19516         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
19517         (gst_tcp_server_sink_set_property),
19518         (gst_tcp_server_sink_get_property),
19519         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
19520         * gst/tcp/gsttcpserversink.h:
19521         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
19522         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
19523         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
19524         (gst_tcp_server_src_set_property),
19525         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
19526         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
19527         * gst/tcp/gsttcpserversrc.h:
19528           more borgifying
19529
19530 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19531
19532         * docs/plugins/Makefile.am:
19533         * docs/plugins/gst-plugins-base-plugins.args:
19534         * docs/plugins/inspect/plugin-libvisual.xml:
19535         * gst/audioconvert/plugin.h:
19536         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
19537         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
19538         (gst_audio_rate_setcaps), (gst_audio_rate_init),
19539         (gst_audio_rate_chain), (gst_audio_rate_set_property),
19540         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
19541         (plugin_init):
19542         * gst/audiotestsrc/gstaudiotestsrc.c:
19543         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
19544         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
19545         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
19546         (gst_audio_test_src_get_query_types),
19547         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
19548         (gst_audio_test_src_create_square),
19549         (gst_audio_test_src_create_saw),
19550         (gst_audio_test_src_create_triangle),
19551         (gst_audio_test_src_create_silence),
19552         (gst_audio_test_src_create_white_noise),
19553         (gst_audio_test_src_init_pink_noise),
19554         (gst_audio_test_src_generate_pink_noise_value),
19555         (gst_audio_test_src_create_pink_noise),
19556         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
19557         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
19558         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
19559         (plugin_init):
19560         * gst/audiotestsrc/gstaudiotestsrc.h:
19561         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
19562         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
19563         (gst_sub_parse_init), (gst_sub_parse_formats),
19564         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
19565         (convert_encoding), (get_next_line),
19566         (gst_sub_parse_data_format_autodetect),
19567         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
19568         (gst_sub_parse_loop), (gst_sub_parse_chain),
19569         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
19570         (plugin_init):
19571         * gst/subparse/gstsubparse.h:
19572         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
19573         (gst_video_rate_base_init), (gst_video_rate_class_init),
19574         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
19575         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
19576         (gst_video_rate_init), (gst_video_rate_event),
19577         (gst_video_rate_chain), (gst_video_rate_set_property),
19578         (gst_video_rate_get_property), (gst_video_rate_change_state),
19579         (plugin_init):
19580         * gst/videoscale/gstvideoscale.c:
19581         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
19582         (gst_video_scale_src_template_factory),
19583         (gst_video_scale_sink_template_factory),
19584         (gst_video_scale_get_type), (gst_video_scale_base_init),
19585         (gst_video_scale_class_init), (gst_video_scale_init),
19586         (gst_video_scale_set_property), (gst_video_scale_get_property),
19587         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
19588         (gst_video_scale_prepare_size), (parse_caps),
19589         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
19590         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
19591         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
19592         (plugin_init):
19593         * gst/videoscale/gstvideoscale.h:
19594         * gst/videotestsrc/gstvideotestsrc.c:
19595         (gst_video_test_src_pattern_get_type),
19596         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
19597         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
19598         (gst_video_test_src_set_pattern),
19599         (gst_video_test_src_set_property),
19600         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
19601         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
19602         (gst_video_test_src_event), (gst_video_test_src_get_times),
19603         (gst_video_test_src_create), (plugin_init):
19604         * gst/videotestsrc/gstvideotestsrc.h:
19605         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
19606         (gst_video_test_src_smpte), (gst_video_test_src_snow),
19607         (gst_video_test_src_black):
19608         * gst/videotestsrc/videotestsrc.h:
19609           borgify further
19610           clean up docs a little
19611
19612 2005-11-30  Wim Taymans  <wim@fluendo.com>
19613
19614         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19615         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
19616         (gst_basertppayload_event), (gst_basertppayload_push),
19617         (gst_basertppayload_change_state):
19618         * gst-libs/gst/rtp/gstbasertppayload.h:
19619         closed #320644.
19620
19621 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19622
19623         * docs/libs/gst-plugins-base-libs-docs.sgml:
19624         * docs/libs/gst-plugins-base-libs-sections.txt:
19625         * gst-libs/gst/video/gstvideofilter.c:
19626         * gst-libs/gst/video/gstvideosink.c:
19627         * gst-libs/gst/video/gstvideosink.h: Adding docs.
19628
19629 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19630
19631         * LICENSE:
19632           move
19633         * po/af.po:
19634         * po/az.po:
19635         * po/cs.po:
19636         * po/en_GB.po:
19637         * po/hu.po:
19638         * po/it.po:
19639         * po/nb.po:
19640         * po/nl.po:
19641         * po/or.po:
19642         * po/sq.po:
19643         * po/sr.po:
19644         * po/sv.po:
19645         * po/uk.po:
19646         * po/vi.po:
19647         * Makefile.am:
19648           update
19649         * scripts/autoplugins.sh:
19650           remove
19651
19652 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19653
19654         * Makefile.am:
19655         * configure.ac:
19656         * examples/Makefile.am:
19657         * examples/capsfilter/Makefile.am:
19658         * examples/capsfilter/capsfilter1.c:
19659         * examples/gob/Makefile.am:
19660         * examples/gob/gst-identity2.gob:
19661         * examples/indexing/.cvsignore:
19662         * examples/indexing/Makefile.am:
19663         * examples/indexing/indexmpeg.c:
19664         * examples/seeking/.cvsignore:
19665         * examples/seeking/Makefile.am:
19666         * examples/seeking/cdparanoia.c:
19667         * examples/seeking/cdplayer.c:
19668         * examples/seeking/chained.c:
19669         * examples/seeking/scrubby.c:
19670         * examples/seeking/seek.c:
19671         * examples/stats/Makefile.am:
19672         * examples/stats/mp2ogg.c:
19673         * examples/switch/.cvsignore:
19674         * examples/switch/Makefile.am:
19675         * examples/switch/switcher.c:
19676         * tests/Makefile.am:
19677         * tests/check/generic/.cvsignore:
19678         * tests/check/pipelines/.cvsignore:
19679         * tests/examples/Makefile.am:
19680         * tests/examples/seek/Makefile.am:
19681           reorganize stuff under tests/
19682
19683 2005-11-30  Edward Hervey  <edward@fluendo.com>
19684
19685         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
19686         Go away you stupid GstStaticPadTemplate memleak.
19687
19688 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19689
19690         * gst-libs/gst/net/Makefile.am:
19691         * gst-libs/gst/net/README:
19692         * gst-libs/gst/net/gstnetbuffer.c:
19693         * gst-libs/gst/net/gstnetbuffer.h:
19694           this was moved to "netbuffer"
19695
19696 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19697
19698         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
19699         (gst_video_filter_class_init), (gst_video_filter_init):
19700         * gst-libs/gst/video/gstvideofilter.h:
19701           borgify name to bring in line with other classes
19702
19703 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19704
19705         * gst/audioscale/.cvsignore:
19706         * gst/audioscale/Makefile.am:
19707         * gst/audioscale/README:
19708         * gst/audioscale/audioscale.vcproj:
19709         * gst/audioscale/dtof.c:
19710         * gst/audioscale/dtos.c:
19711         * gst/audioscale/functable.c:
19712         * gst/audioscale/gstaudioscale.c:
19713         * gst/audioscale/gstaudioscale.h:
19714         * gst/audioscale/private.h:
19715         * gst/audioscale/resample.c:
19716         * gst/audioscale/resample.h:
19717         * gst/audioscale/test.c:
19718           remove
19719
19720 2005-11-30  Edward Hervey  <edward@fluendo.com>
19721
19722         * gst-libs/gst/netbuffer/Makefile.am:
19723         really, really tired
19724
19725 2005-11-30  Edward Hervey  <edward@fluendo.com>
19726
19727         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
19728         Update for new GstTypeFindFactory _register()
19729
19730 2005-11-30  Edward Hervey  <edward@fluendo.com>
19731
19732         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
19733         Let's not override libgstnet from core for no reason...
19734         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
19735         Ok, maybe not so quick next time.
19736
19737 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19738
19739         * configure.ac:
19740         * gst-libs/gst/Makefile.am:
19741           moved gst-libs/gst/net to netbuffer through CVS surgery
19742           remove old directory
19743           updating build to accomodate
19744           (#322257)
19745
19746 2005-11-29  Andy Wingo  <wingo@pobox.com>
19747
19748         * pkgconfig/gstreamer-plugins-base.pc.in:
19749         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
19750         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
19751         (#322257).
19752
19753 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19754
19755         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
19756         3rd time's the charm. Correct ref-counting for discarded buffers.
19757
19758 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19759
19760         * gst/playback/gststreamselector.c:
19761         (gst_stream_selector_class_init),
19762         (gst_stream_selector_set_property),
19763         (gst_stream_selector_get_property),
19764         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
19765         Fix ref-counting
19766
19767 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
19768
19769         * gst/subparse/gstsubparse.c: (feed_textbuf):
19770           Don't access already unref'ed buffer.
19771
19772 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19773
19774         * gst/playback/gststreamselector.c:
19775         (gst_stream_selector_class_init), (gst_stream_selector_init),
19776         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
19777         (gst_stream_selector_get_property),
19778         (gst_stream_selector_get_linked_pad),
19779         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
19780         * gst/playback/gststreamselector.h:
19781         Add the active-pad property for playbin to use shortly. Ignore buffers
19782         from any other pad, returning GST_FLOW_NOT_LINKED
19783
19784 2005-11-29  Julien MOUTTE  <julien@moutte.net>
19785
19786         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
19787         patch from bug #322704 (Alessandro Decina).
19788
19789 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19790
19791         * gst-libs/gst/audio/Makefile.am:
19792           folded audiofilter into the audio library
19793
19794 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19795
19796         * gst/videoscale/gstvideoscale.h:
19797         * gst/videoscale/gstvideoscale.c:
19798           remove unimplemented scale methods
19799
19800 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
19801
19802         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
19803           Don't leak caps.
19804
19805 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19806
19807         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
19808         (gst_ximagesink_setcaps):
19809         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
19810         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
19811         happens (only visible on ximagesink but bug is in xv too) set_caps was
19812         destroying the internal x[v]image used to memcpy non locally alloced
19813         buffers so that it got renewed on next _chain. The issue is that 
19814         _expose will try to put that image as it reffed it in _put.
19815         Using gst_buffer_unref instead of destroy fixes it !
19816
19817 2005-11-28  Edward Hervey  <edward@fluendo.com>
19818
19819         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
19820         (try_to_link_1), (queue_filled_cb):
19821         Better use of the queues. Start with a small size queue and only increase
19822         the size of the queues when the other queues are empty.
19823
19824 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
19825
19826         * gst-libs/gst/video/Makefile.am:
19827           compile in copied-over videofilter into the video library
19828         * gst-libs/gst/video/videosink.h:
19829           rename the header to gstvideosink.h since it's a base GstObject class
19830         * sys/ximage/ximagesink.h:
19831         * sys/xvimage/xvimagesink.h:
19832           use the new header
19833
19834 2005-11-28  Wim Taymans  <wim@fluendo.com>
19835
19836         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
19837         * gst/playback/gstplaybasebin.h:
19838         Prepare to handle errors betters.
19839
19840         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
19841         Set sinks to PAUSED first before adding and linking them so that
19842         we don't interrupt dataflow.
19843
19844 2005-11-28  Wim Taymans  <wim@fluendo.com>
19845
19846         * gst-libs/gst/audio/TODO:
19847         Updated TODO
19848
19849         * gst-libs/gst/audio/gstaudiosink.c:
19850         (gst_audioringbuffer_open_device),
19851         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
19852         (gst_audioringbuffer_release):
19853         Small cleanups.
19854
19855         * gst-libs/gst/audio/gstbaseaudiosink.c:
19856         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
19857         (gst_base_audio_sink_change_state):
19858         Slave to the master clock when going to PLAYING and unslave when
19859         going to PAUSED.
19860
19861         * gst-libs/gst/audio/gstringbuffer.c:
19862         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
19863         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
19864         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
19865         (gst_ring_buffer_clear_all), (wait_segment),
19866         (gst_ring_buffer_commit), (gst_ring_buffer_read),
19867         (gst_ring_buffer_advance):
19868         * gst-libs/gst/audio/gstringbuffer.h:
19869         Add some docs and cleanups.
19870
19871 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19872
19873         * sys/xvimage/xvimagesink.c:
19874         (gst_xvimagesink_navigation_send_event): Fix navigation events
19875         coordinates translation with pixel aspect ratios.
19876
19877 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19878
19879         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
19880         Use calculated video geometry from _setcaps instead of buffer
19881         caps to respect pixel aspect ratio. (fixes #322388)
19882
19883 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19884
19885         * docs/libs/tmpl/gstcolorbalance.sgml:
19886         * docs/libs/tmpl/gstmixer.sgml:
19887         * docs/libs/tmpl/gstxoverlay.sgml:
19888         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
19889         interface.
19890
19891 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19892
19893         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
19894         Refuse to create an XvImage if we can't find the format.
19895
19896 2005-11-28  Edward Hervey  <edward@fluendo.com>
19897
19898         * gst-libs/gst/riff/riff-media.c:
19899         (gst_riff_create_audio_template_caps):
19900         Add ATRAC3 to the list of riff-possible audio caps.
19901         I know we still don't have a plugin for atrac3, but it's saner to output
19902         that than a cryptic mimetype.
19903
19904 2005-11-27  Edward Hervey  <edward@fluendo.com>
19905
19906         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
19907         Don't try to create a zero-sized subbuffer.
19908
19909 2005-11-27  Julien MOUTTE  <julien@moutte.net>
19910
19911         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
19912         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
19913         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
19914         (gst_ximagesink_expose): Fixed a tricky race.
19915         * sys/ximage/ximagesink.h:
19916         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
19917         (gst_xvimagesink_expose): Fixed a tricky race.
19918         * sys/xvimage/xvimagesink.h:
19919
19920 2005-11-27  Edward Hervey  <edward@fluendo.com>
19921
19922         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19923         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
19924         Remove unused properties, and add queues between demuxers and decoders
19925         so that a lot more files can preroll properly.
19926
19927 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19928
19929         * gst-libs/gst/net/Makefile.am:
19930         * gst-libs/gst/rtp/Makefile.am:
19931         * gst-libs/gst/tag/Makefile.am:
19932           remove silly include
19933         * gst/tags/Makefile.am:
19934         * gst/tags/gsttagediting.c:
19935         * gst/tags/gsttageditingprivate.h:
19936         * gst/tags/tagedit.vcproj:
19937           remove directory, is as good as empty
19938
19939 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19940
19941         * configure.ac:
19942           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
19943         * gst-libs/Makefile.am:
19944         * gst-libs/gst/audio/Makefile.am:
19945         * gst-libs/gst/interfaces/Makefile.am:
19946         * gst-libs/gst/net/Makefile.am:
19947         * gst-libs/gst/riff/Makefile.am:
19948         * gst-libs/gst/rtp/Makefile.am:
19949         * gst-libs/gst/tag/Makefile.am:
19950         * gst-libs/gst/video/Makefile.am:
19951           and use them
19952
19953 2005-11-27  Julien MOUTTE  <julien@moutte.net>
19954
19955         * docs/libs/tmpl/gstcolorbalance.sgml:
19956         * docs/libs/tmpl/gstmixer.sgml:
19957         * docs/libs/tmpl/gstxoverlay.sgml:
19958         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
19959         * sys/ximage/ximagesink.h:
19960         * sys/xvimage/xvimagesink.h: More and more documentation.
19961
19962 2005-11-26  Julien MOUTTE  <julien@moutte.net>
19963
19964         * docs/libs/gst-plugins-base-libs-docs.sgml:
19965         * docs/libs/gst-plugins-base-libs-sections.txt:
19966         * docs/libs/tmpl/gstcolorbalance.sgml:
19967         * docs/libs/tmpl/gstmixer.sgml:
19968         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
19969         to documentation.
19970
19971 2005-11-26  Julien MOUTTE  <julien@moutte.net>
19972
19973         * docs/plugins/Makefile.am:
19974         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19975         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19976         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
19977
19978 2005-11-26  Julien MOUTTE  <julien@moutte.net>
19979
19980         * docs/plugins/Makefile.am:
19981         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19982         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19983         * docs/plugins/inspect/plugin-adder.xml:
19984         * docs/plugins/inspect/plugin-alsa.xml:
19985         * docs/plugins/inspect/plugin-audioconvert.xml:
19986         * docs/plugins/inspect/plugin-audiorate.xml:
19987         * docs/plugins/inspect/plugin-audioresample.xml:
19988         * docs/plugins/inspect/plugin-audiotestsrc.xml:
19989         * docs/plugins/inspect/plugin-decodebin.xml:
19990         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
19991         * docs/plugins/inspect/plugin-gnomevfs.xml:
19992         * docs/plugins/inspect/plugin-ogg.xml:
19993         * docs/plugins/inspect/plugin-playbin.xml:
19994         * docs/plugins/inspect/plugin-subparse.xml:
19995         * docs/plugins/inspect/plugin-tcp.xml:
19996         * docs/plugins/inspect/plugin-theora.xml:
19997         * docs/plugins/inspect/plugin-typefindfunctions.xml:
19998         * docs/plugins/inspect/plugin-video4linux.xml:
19999         * docs/plugins/inspect/plugin-videorate.xml:
20000         * docs/plugins/inspect/plugin-videoscale.xml:
20001         * docs/plugins/inspect/plugin-videotestsrc.xml:
20002         * docs/plugins/inspect/plugin-volume.xml:
20003         * docs/plugins/inspect/plugin-vorbis.xml:
20004         * docs/plugins/inspect/plugin-ximagesink.xml:
20005         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
20006         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
20007
20008 2005-11-26  Edward Hervey  <edward@fluendo.com>
20009
20010         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
20011         Properly return GstFlowReturn from gst_pad_push in chain functions.
20012
20013 2005-11-25  Michael Smith  <msmith@fluendo.com>
20014
20015         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
20016         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
20017         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
20018         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
20019           Handle various conditions better when we don't understand a stream.
20020           Removes a heap of CRITICALs on ogg streams containing unknown data.
20021
20022 2005-11-24  Andy Wingo  <wingo@pobox.com>
20023
20024         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
20025         Be threadsafe.
20026
20027 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20028
20029         * configure.ac: back to HEAD
20030
20031 === release 0.9.6 ===
20032
20033 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
20034
20035         * configure.ac:
20036           releasing 0.9.6, "White Eight"
20037
20038 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20039
20040         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
20041         * docs/plugins/inspect/plugin-sine.xml:
20042           remove sinesrc some more
20043
20044 2005-11-23  Wim Taymans  <wim@fluendo.com>
20045
20046         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
20047         If we are reading too slowly, jump forward in the ringbuffer
20048         instead of blocking.
20049
20050 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20051
20052         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
20053         (gst_visual_chain):
20054         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
20055         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
20056         (gst_videorate_chain):
20057         * gst/videotestsrc/gstvideotestsrc.c:
20058         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
20059         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
20060         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
20061         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
20062         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20063         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20064           Updates for API changes
20065
20066 2005-11-23  Wim Taymans  <wim@fluendo.com>
20067
20068         * gst-libs/gst/audio/gstbaseaudiosink.c:
20069         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
20070         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20071         Fix for calibration API change.
20072
20073 2005-11-23  Michael Smith <msmith@fluendo.com>
20074
20075         * gst-libs/gst/audio/multichannel.c:
20076         (gst_audio_get_channel_positions),
20077         (gst_audio_set_channel_positions),
20078         (gst_audio_set_structure_channel_positions_list),
20079         (gst_audio_fixate_channel_positions):
20080           Use gst_value_array_*() functions on value arrays, not
20081           gst_value_list_*().
20082
20083 2005-11-23  Edward Hervey  <edward@fluendo.com>
20084
20085         * autogen.sh:
20086         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
20087         Fixes autogen
20088
20089 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20090
20091         * check/Makefile.am:
20092         * check/elements/videotestsrc.c: (setup_videotestsrc),
20093         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
20094         (main):
20095           add a test for videotestsrc
20096
20097 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20098
20099         * gst/sine/.cvsignore:
20100         * gst/sine/Makefile.am:
20101         * gst/sine/gstsinesrc.c:
20102         * gst/sine/gstsinesrc.h:
20103         * gst/sine/sinesrc.vcproj:
20104           and remove sinesrc from the repository.  Closes #321446
20105
20106 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20107
20108         * configure.ac:
20109         * gst-plugins-base.spec.in:
20110           remove sinesrc from the build
20111
20112 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20113
20114         * check/Makefile.am:
20115         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
20116         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
20117         (main):
20118           add a test for audiotestsrc, testing all waves.  Even seems
20119           leak-free at first glance, nice job Stefan
20120
20121 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20122
20123         * po/af.po:
20124         * po/az.po:
20125         * po/cs.po:
20126         * po/en_GB.po:
20127         * po/hu.po:
20128         * po/it.po:
20129         * po/nb.po:
20130         * po/nl.po:
20131         * po/or.po:
20132         * po/sq.po:
20133         * po/sr.po:
20134         * po/sv.po:
20135         * po/uk.po:
20136         * po/vi.po:
20137           Translation string updates
20138
20139         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
20140         (gst_v4lsrc_set_caps):
20141         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20142         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20143         * sys/v4l/v4lsrc_calls.h:
20144           Improve v4lsrc, by making it work again.
20145
20146 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20147
20148         * ext/libvisual/visual.c: (gst_visual_chain):
20149           Fix the fps calculations.
20150
20151         * gst/ffmpegcolorspace/avcodec.h:
20152           Move structure element for clarity
20153
20154         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
20155         * gst-libs/gst/interfaces/tunernorm.h:
20156         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
20157         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
20158         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
20159         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
20160         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
20161         (gst_v4lmjpegsrc_getcaps):
20162         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
20163         (gst_v4lsrc_set_caps):
20164         * sys/v4l/gstv4lsrc.h:
20165         * sys/v4l/v4l_calls.c: (gst_v4l_open):
20166         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20167         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20168         * sys/v4l/v4lsrc_calls.h:
20169           Fractional framerates...
20170
20171 2005-11-22  Wim Taymans  <wim@fluendo.com>
20172
20173         * gst-libs/gst/audio/gstbaseaudiosink.c:
20174         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
20175         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20176         And we provide a clock by default, of course...
20177
20178 2005-11-22  Wim Taymans  <wim@fluendo.com>
20179
20180         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
20181         This clock can be slaved to a master clock now.
20182
20183         * gst-libs/gst/audio/gstbaseaudiosink.c:
20184         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
20185         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
20186         (gst_base_audio_sink_set_clock),
20187         (gst_base_audio_sink_set_property),
20188         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
20189         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20190         * gst-libs/gst/audio/gstbaseaudiosink.h:
20191         Handle slaving the internal clock to the clock selected in the
20192         pipeline.
20193         Add property to make the basesink not provide a clock.
20194
20195         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20196         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20197         (gst_base_rtp_depayload_wait):
20198         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20199         We can use the clock in GstElement, no need to store it ourselves.
20200
20201 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20202
20203         * docs/libs/tmpl/gstaudio.sgml:
20204           update
20205         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
20206         (gst_paranoia_endian_get_type):
20207         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
20208         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
20209         * gst/audiotestsrc/gstaudiotestsrc.c:
20210         (gst_audiostestsrc_wave_get_type):
20211         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
20212         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
20213         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
20214         (gst_sync_method_get_type), (gst_unit_type_get_type),
20215         (gst_client_status_get_type), (gst_multifdsink_class_init),
20216         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
20217         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
20218         (gst_multifdsink_get_property):
20219         * gst/tcp/gstmultifdsink.h:
20220         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
20221         * gst/videotestsrc/gstvideotestsrc.c:
20222         (gst_videotestsrc_pattern_get_type):
20223           remove deprecated properties
20224           fix up enums to correctly have short lowercase dashed nicks
20225
20226 2005-11-22  Michael Smith <msmith@fluendo.com>
20227
20228         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
20229         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
20230           Add underscore.
20231
20232 2005-11-22  Michael Smith <msmith@fluendo.com>
20233
20234         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
20235         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
20236           Use utility method for scaling clocktime for fractional framerates.
20237
20238 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
20239
20240         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
20241         (gst_visual_chain):
20242         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
20243         * ext/theora/theoradec.c: (theora_handle_type_packet):
20244         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
20245         (theora_enc_chain):
20246         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
20247         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
20248         * gst-libs/gst/video/video.h:
20249         * gst/ffmpegcolorspace/avcodec.h:
20250         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20251         (gst_ffmpeg_caps_to_pixfmt):
20252         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20253         (gst_ffmpegcsp_set_caps):
20254         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
20255         (gst_videorate_setcaps), (gst_videorate_blank_data),
20256         (gst_videorate_chain):
20257         * gst/videotestsrc/gstvideotestsrc.c:
20258         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
20259         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
20260         (gst_videotestsrc_event), (gst_videotestsrc_create):
20261         * gst/videotestsrc/gstvideotestsrc.h:
20262         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
20263         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
20264         (gst_ximagesink_get_times), (gst_ximagesink_init):
20265         * sys/ximage/ximagesink.h:
20266         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
20267         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
20268         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
20269         * sys/xvimage/xvimagesink.h:
20270           Convert elements to use fractions for their framerate.
20271           V4L elements to come later tonight.
20272
20273 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20274
20275         * gst-libs/gst/audio/audio.c:
20276         * gst-libs/gst/audio/audio.h:
20277           remove some deprecated functions
20278
20279 2005-11-22  Andy Wingo  <wingo@pobox.com>
20280
20281         * Update for gst_tag_setter API changes.
20282
20283 2005-11-22  Andy Wingo  <wingo@pobox.com>
20284
20285         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
20286         (gst_ogg_demux_perform_seek):
20287         * ext/theora/theoradec.c (theora_dec_sink_event):
20288         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
20289         update-funcnames.
20290
20291 2005-11-22  Wim Taymans  <wim@fluendo.com>
20292
20293         * examples/seeking/seek.c: (main):
20294         Give higher priority to bus signals than the gtk events
20295         to fix a race condition in the segment looping.
20296
20297 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20298
20299         * ext/theora/Makefile.am:
20300         * ext/vorbis/Makefile.am:
20301         * gst-libs/gst/tag/Makefile.am:
20302         * gst-plugins-base.spec.in:
20303           Rename libgsttagedit to libgsttag (#322117).
20304
20305 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20306
20307         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
20308         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20309           Call gst_x_overlay_prepare_xwindow_id() to give applications
20310           a final chance to set their own xwindow id before the video
20311           sink creates its own window.
20312
20313 2005-11-22  Julien MOUTTE  <julien@moutte.net>
20314
20315         * sys/xvimage/xvimagesink.c:
20316         (gst_xvimagesink_navigation_send_event): Handle navigation
20317         events correcly with borders if applicable.
20318
20319 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20320
20321         Patch by: Luca Ognibene
20322
20323         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20324         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
20325         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20326         (gst_ffmpegcsp_caps_remove_format_info):
20327         * gst/ffmpegcolorspace/imgconvert.c:
20328         * gst/ffmpegcolorspace/imgconvert_template.h:
20329           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
20330           #318353); use gst_structure_has_name().
20331
20332 2005-11-22  Julien MOUTTE  <julien@moutte.net>
20333
20334         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
20335         (gst_ximagesink_class_init): Add debug macros on functions.
20336         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
20337         (gst_xvimagesink_xwindow_draw_borders),
20338         (gst_xvimagesink_xvimage_put),
20339         (gst_xvimagesink_xwindow_update_geometry),
20340         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
20341         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
20342         (gst_xvimagesink_xcontext_clear),
20343         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
20344         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
20345         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
20346         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
20347         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
20348         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
20349         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
20350         expose while being PAUSED, out of data flow navigation events, etc..
20351
20352 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20353
20354         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
20355         * gst-libs/gst/audio/audio.h:
20356           fix prototype - wondering why the test worked regardless
20357
20358 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
20359
20360         * check/Makefile.am:
20361         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
20362         * gst-libs/gst/audio/audio.h:
20363           add a method that returns a proper GstClockTime
20364
20365 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20366
20367         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
20368         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
20369         * gst-libs/gst/interfaces/xoverlay.h:
20370           Remove everything having to do with the desired size; add 
20371           gst_x_overlay_prepare_xwindow_id() function; remove the
20372           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
20373           post a message on the bus instead (#321816).
20374
20375         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
20376         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
20377         (gst_xvimagesink_xoverlay_init):
20378           Remove desired size stuff (#321816).
20379
20380 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20381
20382         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
20383         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
20384         (mpeg_video_type_find), (mpeg_video_stream_type_find):
20385           Terminate vararg functions with NULL instead of 0 to 
20386           make gcc4 happy.
20387
20388 2005-11-21  Andy Wingo  <wingo@pobox.com>
20389
20390         patch by: Sebastien Cote <sebas642@yahoo.ca>
20391         
20392         * gst-libs/gst/rtp/gstrtpbuffer.h: 
20393         * gst-libs/gst/rtp/gstrtpbuffer.c
20394         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
20395
20396 2005-11-21  Andy Wingo  <wingo@pobox.com>
20397
20398         * gst/playback/gstplaybin.c (gen_audio_element) 
20399         (gen_video_element): Use the new MISSING_PLUGIN core error
20400         category. Closes #320060.
20401
20402         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
20403         * gst/videorate/gstvideorate.c (gst_videorate_event):
20404         * ext/theora/theoradec.c (theora_dec_sink_event): 
20405         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
20406         stream lock.
20407
20408         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
20409         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
20410         stream lock changes.
20411
20412 2005-11-21  Wim Taymans  <wim@fluendo.com>
20413
20414         * gst-libs/gst/audio/gstbaseaudiosink.c:
20415         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
20416         (gst_base_audio_sink_provide_clock),
20417         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
20418         (gst_base_audio_sink_change_state):
20419         * gst/audioresample/gstaudioresample.c:
20420         Segment update fix.
20421
20422 2005-11-21  Andy Wingo  <wingo@pobox.com>
20423
20424         * *.h:
20425         * *.c: Ran scripts/update-macros. Oh yes.
20426
20427 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20428
20429         * sys/ximage/Makefile.am:
20430         * sys/ximage/ximage.c:
20431           Rename ximage plugin to ximagesink (#321426) (Don't forget to
20432           remove your old libgstximage.* manually if necessary).
20433
20434 2005-11-21  Michael Smith <msmith@fluendo.com>
20435
20436         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
20437           Minimal fix for bug #320200: set the min/max bitrate in the correct
20438           units. A better fix would be to upgrade to the RATEMANAGE2
20439           interface, rather than using the deprecated interface used here, but
20440           that would require an update in our libvorbis dependency (to 1.1),
20441           which is probably undesirable.
20442
20443 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
20444
20445         * ext/libvisual/visual.c: (get_buffer):
20446         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20447         (gst_base_audio_src_fixate):
20448         * gst/audioconvert/gstaudioconvert.c:
20449         (gst_audio_convert_fixate_caps):
20450         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
20451         * gst/audiotestsrc/gstaudiotestsrc.c:
20452         (gst_audiotestsrc_src_fixate):
20453         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
20454         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
20455         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
20456         * gst/videotestsrc/gstvideotestsrc.c:
20457         (gst_videotestsrc_src_fixate):
20458         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
20459         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
20460           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
20461           (#322027)
20462
20463
20464 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20465
20466         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
20467         (gst_riff_create_iavs_caps):
20468         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
20469         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
20470         (gst_riff_parse_info):
20471         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
20472         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
20473         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20474           Fixes for GST_FOURCC_FORMAT API change.
20475
20476 2005-11-21  Andy Wingo  <wingo@pobox.com>
20477
20478         patch by: Alessandro Dessina <alessandro nnva org>
20479
20480         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
20481         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
20482         (gst_ogg_parse_chain):
20483         * ext/theora/theoraenc.c (theora_set_header_on_caps):
20484         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
20485         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
20486         gst_value_list calls on arrays. Fixes #321962.
20487
20488 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20489
20490         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
20491         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
20492         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
20493         * gst/adder/gstadder.c: (gst_adder_init),
20494         (gst_adder_request_new_pad), (gst_adder_collected),
20495         (gst_adder_change_state):
20496           Update for gst_collectpads_foo() to gst_collect_pads_foo()
20497           API change.
20498
20499 2005-11-21  Michael Smith <msmith@fluendo.com>
20500
20501         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
20502         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
20503           Properly handle pad_push return values.
20504
20505 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
20506
20507         * gst-libs/gst/tag/Makefile.am:
20508         * gst-libs/gst/tag/gstvorbistag.c:
20509         (gst_tag_list_to_vorbiscomment_buffer):
20510           Remove obsolete vorbistag element and debug category.
20511
20512         * gst/playback/gstplaybasebin.c: (check_queue):
20513           Don't divide by 0 when queue-threshold is 0.
20514
20515         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
20516           Don't modify an existing pixel-aspect-ratio if we fail to read
20517           a new one.
20518
20519 2005-11-20  Wim Taymans  <wim@fluendo.com>
20520
20521         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
20522         (gst_vorbisenc_push_packet):
20523         GST_PAD_IS_USABLE is gone, use the return value of
20524         the push or pad_alloc_buffer instead.
20525
20526 2005-11-18  Julien MOUTTE  <julien@moutte.net>
20527
20528         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
20529         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
20530         (gst_ximagesink_ximage_destroy),
20531         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
20532         (gst_ximagesink_xwindow_new),
20533         (gst_ximagesink_xwindow_update_geometry),
20534         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
20535         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
20536         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
20537         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
20538         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
20539         (gst_ximagesink_navigation_send_event),
20540         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
20541         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
20542         (gst_ximagesink_finalize), (gst_ximagesink_init),
20543         (gst_ximagesink_class_init):
20544         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
20545         This new version brings correct software scaling, non flickering
20546         window while resizing, pixel aspect ratio handling, usage of
20547         hardware buffer pools, out of data flow event thread for 
20548         navigation and handling of expose events even when being PAUSED,
20549         a new property to keep video aspect ratio when resizing, etc...
20550
20551 2005-11-18  Julien MOUTTE  <julien@moutte.net>
20552
20553         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
20554         (gst_videoscale_fixate_caps): Introduce back caps fixate with
20555         handling of PAR.
20556
20557 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
20558
20559         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
20560         Unsetting IS_SINK flag from the fakesink, so decodebin
20561         never behaves as a sink.
20562
20563 2005-11-17  Wim Taymans  <wim@fluendo.com>
20564
20565         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20566         (gst_base_audio_src_change_state):
20567         Fix the audiosrc base class again, we did not unflush.
20568
20569 2005-11-17  Julien MOUTTE  <julien@moutte.net>
20570
20571         * examples/seeking/seek.c: (make_dv_pipeline),
20572         (make_vorbis_theora_pipeline), (make_avi_pipeline),
20573         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
20574         to ogg/vorbis/theora pipeline.
20575
20576 2005-11-17  Wim Taymans  <wim@fluendo.com>
20577
20578         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
20579         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
20580         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
20581         Fix EOS on multiple streams.
20582         More debugging.
20583
20584 2005-11-16  Wim Taymans  <wim@fluendo.com>
20585
20586         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
20587         (gst_ogg_demux_perform_seek):
20588         Segment done must include stream time.
20589
20590         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
20591         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
20592         (gst_ogg_mux_change_state):
20593         Fix ogg muxer again.
20594
20595 2005-11-16  Wim Taymans  <wim@fluendo.com>
20596
20597         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
20598         Fix compile again.
20599
20600 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20601
20602         * ext/libvisual/visual.c: (gst_visual_init):
20603         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
20604         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
20605         (gst_ogg_parse_chain):
20606         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
20607         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
20608         * ext/theora/theoradec.c: (gst_theora_dec_init):
20609         * ext/theora/theoraenc.c: (gst_theora_enc_init):
20610         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
20611         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
20612         * gst/adder/gstadder.c: (gst_adder_class_init),
20613         (gst_adder_dispose):
20614         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
20615         * gst/subparse/gstsubparse.c: (gst_subparse_init):
20616         * gst/videorate/gstvideorate.c: (gst_videorate_init):
20617           Fix a whole set of pad template leaks
20618
20619 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20620
20621         * check/generic/states.c: (GST_START_TEST):
20622           fix the test so that it only checks for elements that are part of
20623           this source module
20624
20625 2005-11-16  Michael Smith <msmith@fluendo.com>
20626
20627         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
20628         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
20629         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20630         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20631         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
20632         (gst_ogg_mux_change_state):
20633           Fix leaking collectpads.
20634
20635 2005-11-16  Edward Hervey  <edward@fluendo.com>
20636
20637         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
20638         (gst_videorate_event), (gst_videorate_chain):
20639         Handle segment seeks
20640
20641 2005-11-16  Wim Taymans  <wim@fluendo.com>
20642
20643         * gst-libs/gst/audio/gstbaseaudiosink.c:
20644         (gst_base_audio_sink_provide_clock),
20645         (gst_base_audio_sink_change_state):
20646         Set ringbuffer to non-flushing when going to PAUSED, set to
20647         flushing again when going to READY.
20648
20649         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
20650         (gst_ring_buffer_stop):
20651         Start in flushing mode by default.
20652         Don't set flushing in the _stop method, let the app call
20653         this explicitly.
20654
20655 2005-11-16  Julien MOUTTE  <julien@moutte.net>
20656
20657         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
20658         * gst-libs/gst/video/videosink.h: Add helper function needed
20659         for video sinks.
20660
20661 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
20662
20663         * gst/videoscale/gstvideoscale.c:
20664         (gst_videoscale_handle_src_event):
20665           Don't leak reference to pad parent.
20666
20667 2005-11-16  Wim Taymans  <wim@fluendo.com>
20668
20669         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
20670         Set ringbuffer to flushing when stopping so that we don't
20671         block on wait_segment anymore and livelock.
20672
20673 2005-11-16  Wim Taymans  <wim@fluendo.com>
20674
20675         * examples/seeking/seek.c: (send_event), (do_seek),
20676         (loop_toggle_cb), (segment_done), (main):
20677         Added looping checkbox.
20678
20679 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20680
20681         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20682         (gst_ogg_demux_init):
20683         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
20684         (gst_vorbis_dec_init):
20685           revert unrefs, they don't pass make check
20686
20687 2005-11-15  Johan Dahlin  <johan@gnome.org>
20688
20689         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20690         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
20691         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
20692         (gst_vorbis_dec_init):
20693         Fix pad template leaks. 
20694
20695 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
20696
20697         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
20698           Make state change function thread safe.
20699
20700 2005-11-15  Edward Hervey  <edward@fluendo.com>
20701
20702         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
20703         (gst_ogg_demux_class_init):
20704         Implement GstElement::send_event, so we can send seek events
20705         in GST_STATE_READY
20706
20707 2005-11-14  Julien MOUTTE  <julien@moutte.net>
20708
20709         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
20710         Discovered how to take away flickering while resizing the
20711         window. Please don't put that in ximagesink, refactoring in
20712         progress.
20713
20714 2005-11-14  Michael Smith <msmith@fluendo.com>
20715
20716         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
20717         (gst_multifdsink_render):
20718           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
20719
20720 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
20721
20722         * gst/playback/gstplaybin.c: (gen_audio_element):
20723           Use autoaudiosink, it tends to be more widely available than
20724           autoaudiiosink.
20725           
20726 2005-11-14  Andy Wingo  <wingo@pobox.com>
20727
20728         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
20729         as well if it is available. Fixes #316442.
20730
20731 2005-11-14  Michael Smith <msmith@fluendo.com>
20732
20733         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
20734         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
20735         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20736         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20737         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
20738         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
20739         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
20740         (gst_vorbisenc_change_state):
20741           Fix a small memory leak in vorbisenc.
20742           Fix large memory leaks in oggmux, also fix lots of state change
20743           bugs in oggmux.
20744
20745 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20746
20747         * gst/videotestsrc/gstvideotestsrc.c:
20748         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
20749         (gst_videotestsrc_src_fixate):
20750           move fixation to a fixate function
20751           remove negotiate function, basesrc's is good enough
20752           fixes a bug for check when using the element alone
20753
20754 2005-11-13  Edward Hervey  <edward@fluendo.com>
20755
20756         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
20757         (key_toggle_cb), (main):
20758         Added checkboxes for adding/removing the accurate and key_unit seek
20759         flags.
20760
20761 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
20762
20763         * configure.ac: back to HEAD
20764
20765 === release 0.9.5 ===
20766
20767 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
20768
20769         * configure.ac:
20770           releasing 0.9.5, "No No Kia"
20771
20772 2005-11-11  Edward Hervey  <edward@fluendo.com>
20773
20774         * examples/seeking/seek.c: (make_parselaunch_pipeline):
20775         Added parse-launch syntax seeking mode for the seeking example.
20776         This should help stress-test even more cases.
20777         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
20778
20779 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
20780
20781         * sys/xvimage/xvimagesink.c:
20782         (gst_xvimagesink_navigation_send_event):
20783           Check whether peer pad exists before sending navigation events
20784           to it.
20785
20786 2005-11-11  Michael Smith <msmith@fluendo.com>
20787
20788         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
20789         (gst_vorbisenc_buffer_from_packet):
20790         * ext/vorbis/vorbisenc.h:
20791           Set duration on encoded buffers. This allows oggmux's
20792           max_page_delay parameter to actually work.
20793
20794 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
20795
20796         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20797         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
20798         (gst_ffmpegcsp_avpicture_fill):
20799         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20800         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
20801           Make palettes work again (see #132341). Use our own macros
20802           for rounding up.
20803
20804 2005-11-10  Andy Wingo  <wingo@pobox.com>
20805
20806         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
20807         string doober.
20808
20809 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20810
20811         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20812         (gst_ffmpegcsp_transform_caps):
20813           Prefer passthrough in transform_caps
20814
20815 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20816
20817         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
20818           check for ALSA errors properly, instead of relying on ALSA's
20819           error strings to serve to the user.
20820
20821 2005-11-10  Wim Taymans  <wim@fluendo.com>
20822
20823         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
20824         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
20825         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
20826         Modernise the seek code.
20827
20828 2005-11-10  Michael Smith <msmith@fluendo.com>
20829         
20830         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
20831         (setup_substreams), (set_active_source):
20832           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
20833           trying to go to NULL if we failed to read a file.
20834
20835 2005-11-10  Wim Taymans  <wim@fluendo.com>
20836
20837         * gst/audiotestsrc/gstaudiotestsrc.c:
20838         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
20839         (gst_audiotestsrc_create):
20840         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20841         (gst_sinesrc_get_times), (gst_sinesrc_create):
20842         * gst/videotestsrc/gstvideotestsrc.c:
20843         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
20844         (gst_videotestsrc_create):
20845         The base class can now sync for us.
20846
20847 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20848
20849         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
20850           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
20851           name=source autoprobe=false autoprobe-fps=false copy-mode=1
20852           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
20853           format=(fourcc)I420" ! xvimagesink
20854
20855 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
20856
20857         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20858         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
20859         (gst_sinesrc_newsegment):
20860           Send newsegment event in TIME format, set duration if
20861           num-buffers is set, fix duration querying.
20862
20863 2005-11-10  Michael Smith <msmith@fluendo.com>
20864
20865         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
20866         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20867         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20868         (gst_ogg_mux_collected):
20869          Fix EOS handling, partially. Now forwarding an EOS event once we have
20870          EOS on all pads works correctly. However, we still don't properly set
20871          EOS on the actual ogg stream pages.
20872
20873 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
20874
20875         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
20876           Set elements to NULL state before disposing of them.
20877
20878 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
20879
20880         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20881
20882         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20883         (gst_base_rtp_depayload_init),
20884         (gst_base_rtp_depayload_set_gst_timestamp):
20885         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20886           We need to send a newsegment event for each instance, not
20887           just for the first instance of this class (get rid of
20888           static variable in function). (#321011).
20889           
20890 2005-11-08  Michael Smith <msmith@fluendo.com>
20891
20892         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
20893         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
20894         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
20895         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
20896           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
20897           This makes us mux things correctly according to the ogg muxing
20898           rules. Still not handling EOS correctly right now, though.
20899
20900 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
20901
20902         * gst/audioconvert/gstaudioconvert.c:
20903           Fix typo in docs. 
20904
20905 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
20906
20907         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
20908         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
20909           Initialise segment_stop to GST_CLOCK_TIME_NONE when
20910           creating a new chain; should fix live streaming. Also
20911           add more debug output and fix a typo.
20912
20913 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
20914
20915         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20916
20917         * gst/volume/gstvolume.c: (volume_set_caps):
20918           Fix compilation on Solaris with Forte. (#320923)
20919
20920 2005-11-08  Wim Taymans  <wim@fluendo.com>
20921
20922         * gst-libs/gst/audio/gstbaseaudiosink.c:
20923         (gst_base_audio_sink_render):
20924         No need to do a typecheck.
20925
20926 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20927
20928         * ext/alsa/gstalsa.h:
20929           We register a debug category, so let's use it.
20930
20931 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
20932
20933         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20934         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
20935         Fixed a small problem.
20936
20937 2005-11-04  Wim Taymans  <wim@fluendo.com>
20938
20939         * examples/seeking/Makefile.am:
20940         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
20941         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
20942         (make_playerbin_pipeline), (format_value), (update_scale),
20943         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
20944         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
20945         (print_usage), (main):
20946         Added app for playback speed testing.
20947
20948         * examples/seeking/seek.c: (dynamic_link),
20949         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
20950         (make_mpeg_pipeline), (do_seek), (set_update_scale),
20951         (message_received), (main):
20952         Updated seek example.
20953
20954 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
20955
20956         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20957         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20958         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
20959         (gst_base_rtp_depayload_set_clock):
20960         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20961         Don't sleep on the bench (system clock) when you have a nice 
20962         comfortable bed (Gstreamer clock) to sleep on.
20963
20964 2005-11-03  Wim Taymans  <wim@fluendo.com>
20965
20966         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20967         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
20968         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
20969         Handle the case where a pad_block failed.
20970
20971 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
20972
20973         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
20974
20975         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20976         (gst_base_rtp_depayload_add_to_queue),
20977         (gst_base_rtp_depayload_push),
20978         (gst_base_rtp_depayload_set_gst_timestamp),
20979         (gst_base_rtp_depayload_queue_release):
20980           Fixes some bugs in the depayloader's queuing/de-queueing code.
20981
20982 2005-10-31  Michael Smith <msmith@fluendo.com>
20983
20984         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
20985         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
20986         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
20987           Patch from Alessandro Decina <alessandro@nnva.org>.
20988           Make oggdemux only find the final time in a chain, not per-pad,
20989           since the per-pad information can be very expensive to locate, and
20990           it isn't used anywhere. This makes reading a file containing
20991           OggSkeleton reasonably fast.
20992           Also, make chain finding work when there are logical bitstreams that
20993           can't be decoded. Fixes #319110.
20994
20995 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20996
20997         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20998         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20999         (gst_base_rtp_depayload_chain),
21000         (gst_base_rtp_depayload_add_to_queue),
21001         (gst_base_rtp_depayload_push),
21002         (gst_base_rtp_depayload_set_gst_timestamp),
21003         (gst_base_rtp_depayload_queue_release),
21004         (gst_base_rtp_depayload_start_thread),
21005         (gst_base_rtp_depayload_set_property),
21006         (gst_base_rtp_depayload_get_property):
21007         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21008         Some random fixes, to fullfill the desires of thomas.
21009
21010 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
21011
21012         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21013         (gst_base_rtp_depayload_add_to_queue),
21014         (gst_base_rtp_depayload_push):
21015         Fixed the queueing algorithm.
21016
21017 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
21018
21019         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21020         (gst_base_rtp_depayload_push):
21021         A small fix
21022
21023 2005-10-31  Wim Taymans  <wim@fluendo.com>
21024
21025         * gst-libs/gst/audio/gstringbuffer.h:
21026         Don't break ABI.
21027
21028         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21029         (gst_ffmpeg_caps_to_pixfmt):
21030         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21031         (gst_ffmpegcsp_set_caps):
21032         Some more comments.
21033         Handle missing required caps fields better.
21034
21035 2005-10-31  Wim Taymans  <wim@fluendo.com>
21036
21037         * gst-libs/gst/audio/gstbaseaudiosink.c:
21038         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
21039         (gst_base_audio_sink_render):
21040         * gst-libs/gst/audio/gstringbuffer.c:
21041         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
21042         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
21043         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
21044         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
21045         (gst_ring_buffer_read):
21046         * gst-libs/gst/audio/gstringbuffer.h:
21047         Add flushing mode to the ringbuffer so that it in all cases does
21048         not try to handle more audio. This makes sure it does not try to
21049         block anymore when flushing and fixes a livelock.
21050
21051 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
21052
21053         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
21054         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
21055         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
21056           Explicitly check for -1 values before doing a conversion
21057           and always map them to -1. (#315545)
21058
21059 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
21060
21061         * gst/playback/gstplaybin.c: (gen_video_element):
21062           first try autovideosink, then xvimagesink, then error out
21063         * po/POTFILES.in:
21064           add translatable file
21065         * po/af.po:
21066         * po/az.po:
21067         * po/cs.po:
21068         * po/en_GB.po:
21069         * po/hu.po:
21070         * po/it.po:
21071         * po/nb.po:
21072         * po/nl.po:
21073         * po/or.po:
21074         * po/sq.po:
21075         * po/sr.po:
21076         * po/sv.po:
21077         * po/uk.po:
21078         * po/vi.po:
21079           update translations
21080
21081 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
21082
21083         * gst-libs/gst/rtp/gstbasedepayload.c:
21084         * gst-libs/gst/rtp/gstbasedepayload.h:
21085           Minor cleanups
21086
21087 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
21088
21089         * gst/playback/.cvsignore:
21090         * gst/playback/decodetest.c:
21091         * gst/playback/test3.c:
21092           Port these two tests as well.
21093
21094 2005-10-27  Wim Taymans  <wim@fluendo.com>
21095
21096         * ext/theora/theoradec.c: (theora_dec_src_query),
21097         (theora_dec_sink_event):
21098         * ext/theora/theoraenc.c: (theora_enc_sink_event),
21099         (theora_enc_change_state):
21100         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21101         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
21102         Take proper locks when handling events.
21103
21104 2005-10-27  Wim Taymans  <wim@fluendo.com>
21105
21106         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
21107         (gst_adder_change_state):
21108         Fix timestamps and fix deadlock when stopping the collectpads.
21109
21110 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
21111
21112         * gst-libs/gst/rtp/gstrtpbuffer.h:
21113         Declaring the payload types as strings too so that they can be used
21114         in the padtemplate inialization.
21115
21116 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
21117
21118         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
21119
21120         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21121         (gst_base_rtp_depayload_class_init):
21122         Fixes a small but nasty bug. The derived elements no longer segfaults
21123         on finalization.
21124
21125 2005-10-26  Michael Smith <msmith@fluendo.com>
21126
21127         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
21128           When clearing an audioconvert context, set tmpbufsize to zero, so
21129           we'll allocate it again later if required.
21130           This fixes audioconvert re-negotiating formats, which previously
21131           segfaulted with a NULL destination buffer.
21132
21133 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
21134
21135         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21136         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
21137         (gst_base_rtp_depayload_set_gst_timestamp),
21138         (gst_base_rtp_depayload_queue_release):
21139         Fixed a smalll memleak.
21140
21141 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
21142         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21143         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
21144         (gst_base_rtp_depayload_finalize),
21145         (gst_base_rtp_depayload_setcaps),
21146         (gst_base_rtp_depayload_add_to_queue),
21147         (gst_base_rtp_depayload_push),
21148         (gst_base_rtp_depayload_set_gst_timestamp),
21149         (gst_base_rtp_depayload_queue_release),
21150         (gst_base_rtp_depayload_thread),
21151         (gst_base_rtp_depayload_change_state):
21152         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21153         Changed the C++ comments to C comments
21154
21155 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
21156
21157         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
21158         * gst/tcp/gsttcpclientsrc.h:
21159         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
21160         * gst/tcp/gsttcpserversrc.h:
21161           Remove unused 'curoffset' structure member.
21162
21163 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
21164
21165         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21166         (gst_base_rtp_depayload_base_init),
21167         (gst_base_rtp_depayload_finalize):
21168         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21169         * gst-libs/gst/rtp/gstbasertppayload.h:
21170           The pad-template on the sinkpad should be set by the derived classes.
21171           Also added some useful macros.
21172
21173 2005-10-24  Wim Taymans  <wim@fluendo.com>
21174
21175         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
21176         Correctly flush decoder samples even if we could not
21177         copy them to an output buffer. Fixes #319618.
21178
21179 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21180
21181         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
21182         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
21183         the caps against our xcontext caps.
21184
21185 2005-10-24  Wim Taymans  <wim@fluendo.com>
21186
21187         * gst-libs/gst/audio/gstbaseaudiosink.c:
21188         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
21189         Remove g_print
21190         Use sync property from baseclass to disable sync.
21191
21192 2005-10-24  Wim Taymans  <wim@fluendo.com>
21193
21194         * gst-libs/gst/audio/gstbaseaudiosink.c:
21195         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
21196         Buffers with no timestamps get aligned with previous buffers or
21197         on underrun, played ASAP.
21198
21199 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21200
21201         * gst-libs/gst/video/video.h:
21202         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21203         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
21204         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
21205         here comes my change on caps for framerate and geometry range.
21206         We are now accepting 1 to MAXINT for width and height, and from
21207         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
21208         to be blended correctly in videomixer.
21209
21210 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21211
21212         * configure.ac:
21213           back to HEAD
21214
21215 === release 0.9.4 ===
21216
21217 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21218
21219         * NEWS:
21220         * RELEASE:
21221         * configure.ac:
21222           releasing 0.9.4, "Velociraptor"
21223
21224 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21225
21226         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
21227         * po/POTFILES.in:
21228           STOPPED -> FAILED
21229
21230 2005-10-21  Wim Taymans  <wim@fluendo.com>
21231
21232         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21233         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
21234         (pad_blocked), (close_pad_link), (new_pad):
21235         Don't try to remove elements twice.
21236
21237 2005-10-21  Wim Taymans  <wim@fluendo.com>
21238
21239         * ext/theora/theoradec.c: (theora_dec_src_query),
21240         (theora_dec_sink_event):
21241         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21242         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
21243         (vorbis_handle_data_packet):
21244         * ext/vorbis/vorbisdec.h:
21245         Fix old naming.
21246
21247         * gst-libs/gst/audio/gstbaseaudiosink.c:
21248         (gst_base_audio_sink_render):
21249         Don't try to sync on buffers without a timestamp.
21250
21251 2005-10-21  Wim Taymans  <wim@fluendo.com>
21252
21253         * ext/theora/theoradec.c: (theora_dec_src_query),
21254         (theora_dec_sink_event):
21255         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21256         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
21257         (vorbis_handle_data_packet):
21258         * ext/vorbis/vorbisdec.h:
21259         Fix old naming.
21260
21261 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21262
21263         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
21264         (gst_vorbisenc_src_query):
21265           Implement position and duration queries.
21266
21267         * gst/playback/test3.c: (update_scale), (main):
21268           Fix for async state changes and print nicer output.
21269
21270 2005-10-20  Wim Taymans  <wim@fluendo.com>
21271
21272         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21273         (dump_element_stats), (main):
21274         * gst/playback/test6.c: (main):
21275         Fix tests again
21276
21277 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21278
21279         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
21280         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
21281           Don't use functions for position queries when handling
21282           duration queries.
21283
21284 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21285
21286         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21287         (vorbis_handle_data_packet), (vorbis_dec_chain),
21288         (vorbis_dec_change_state):
21289         * ext/vorbis/vorbisdec.h:
21290           Vorbis streams can be embedded in other container formats
21291           than ogg, container formats where the demuxer might set 
21292           timestamps on encoded vorbis buffers instead of those silly 
21293           granulepos thingies. In short: make vorbisdec handle 
21294           timestamps on incoming buffers as well.
21295
21296 2005-10-20  Wim Taymans  <wim@fluendo.com>
21297
21298         * gst/playback/gstplaybasebin.c: (group_destroy),
21299         (gst_play_base_bin_change_state):
21300         Fix leak.
21301         Handle case where playbasebin is now ASYNC because
21302         decodebin is.
21303
21304 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
21305
21306         * gst/audioconvert/Makefile.am:
21307         * gst/audioconvert/bufferframesconvert.c:
21308         * gst/audioconvert/plugin.c: (plugin_init):
21309         * gst/audioconvert/plugin.h:
21310           And bye bye buffer-frames-convert
21311
21312 2005-10-19  Wim Taymans  <wim@fluendo.com>
21313
21314         * check/elements/audioconvert.c:
21315         * docs/libs/tmpl/gstaudio.sgml:
21316         * docs/libs/tmpl/gstcolorbalance.sgml:
21317         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21318         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
21319         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
21320         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
21321         * gst-libs/gst/audio/audio.h:
21322         * gst/audioconvert/audioconvert.h:
21323         * gst/audioconvert/gstaudioconvert.c:
21324         (gst_audio_convert_parse_caps):
21325         * gst/volume/gstvolume.c:
21326         Bye bye buffer-frames.
21327
21328 2005-10-19  Wim Taymans  <wim@fluendo.com>
21329
21330         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21331         (query_positions_elems), (query_positions_pads), (update_scale),
21332         (do_seek), (set_update_scale), (message_received), (main):
21333         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
21334         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
21335         (gst_ogg_demux_loop):
21336         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
21337         * ext/theora/theoradec.c: (theora_dec_src_query),
21338         (theora_dec_sink_event):
21339         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21340         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
21341         * gst/adder/gstadder.c: (gst_adder_query):
21342         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
21343         * gst/playback/test3.c: (update_scale):
21344         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21345         (dump_element_stats), (main):
21346         * gst/playback/test6.c: (main):
21347         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
21348         Query API update.
21349
21350 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
21351
21352         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
21353         (xml_check_first_element), (xml_type_find), (smil_type_find),
21354         (plugin_init):
21355           Add typefinding for SMIL and for generic XML. Based on patch by
21356           Akos Maroy (#308663).
21357
21358 2005-10-18  Wim Taymans  <wim@fluendo.com>
21359
21360         * gst/playback/Makefile.am:
21361         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21362         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
21363         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
21364         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
21365         (gst_decode_bin_change_state):
21366         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
21367         (gst_play_bin_send_event_to_sink):
21368         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21369         (dump_element_stats), (main):
21370         * gst/playback/test6.c: (main):
21371         Make playbin async, it'll commit state to paused when all streams
21372         are detected.
21373         Remove ugly hack.
21374         Added test6.c to show async behaviour.
21375
21376 2005-10-18  Wim Taymans  <wim@fluendo.com>
21377
21378         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
21379         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
21380         Fix for segment-start/stop API change.
21381
21382 2005-10-18  Wim Taymans  <wim@fluendo.com>
21383
21384         * check/Makefile.am:
21385         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
21386         (main):
21387         Add future test for clock selection.
21388
21389 2005-10-18  Wim Taymans  <wim@fluendo.com>
21390
21391         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
21392         (gst_alsasink_close):
21393         Set handle to NULL.
21394
21395         * gst-libs/gst/audio/gstringbuffer.c:
21396         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
21397         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
21398         (gst_ring_buffer_start), (gst_ring_buffer_pause),
21399         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
21400         (gst_ring_buffer_read):
21401         More debug info.
21402
21403 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
21404
21405         * gst/audiotestsrc/Makefile.am:
21406         * gst/sine/Makefile.am:
21407         * gst/volume/Makefile.am:
21408           fix broken build of controllerized plugins
21409
21410 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
21411
21412         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21413
21414         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
21415         (gst_riff_create_video_template_caps):
21416           Add support for Indeo-3 (IV32).
21417
21418 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21419
21420         * configure.ac:
21421           rewrite
21422
21423 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21424
21425         * gst-libs/gst/video/video.c: (gst_video_get_size):
21426         * gst/audiotestsrc/gstaudiotestsrc.c:
21427           doc updates
21428
21429 2005-10-17  Andy Wingo  <wingo@pobox.com>
21430
21431         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
21432         with the collectpads change.
21433         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
21434
21435         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
21436
21437         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
21438
21439         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
21440         alloc_buffer flow return to callers.
21441         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
21442         change. Fix some memleaks in theoraenc.
21443
21444         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
21445         in strange circumstance.
21446
21447 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21448
21449         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21450         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
21451         from caps, let's use the caps...
21452
21453 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21454
21455         * configure.ac:
21456           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
21457
21458 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21459
21460         * gst-libs/gst/interfaces/Makefile.am:
21461           fix silly typo
21462
21463 2005-10-16  Andy Wingo  <wingo@pobox.com>
21464
21465         * gst/playback/gstdecodebin.c
21466         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
21467         function!
21468         (try_to_link_1): Increase kraziness level.
21469
21470 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21471
21472         * configure.ac:
21473           restructure like the core one
21474         * gst-libs/gst/audio/Makefile.am:
21475         * gst-libs/gst/interfaces/Makefile.am:
21476         * gst-libs/gst/net/Makefile.am:
21477         * gst-libs/gst/riff/Makefile.am:
21478         * gst-libs/gst/rtp/Makefile.am:
21479         * gst-libs/gst/tag/Makefile.am:
21480         * gst-libs/gst/video/Makefile.am:
21481           use correct linker flags, now the libs are properly versioned
21482         * check/elements/audioconvert.c: (verify_convert):
21483         * ext/alsa/gstalsaplugin.c:
21484         * ext/cdparanoia/gstcdparanoia.c:
21485         * ext/gnomevfs/gstgnomevfs.c:
21486         * ext/libvisual/visual.c:
21487         * ext/ogg/gstogg.c:
21488         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
21489         * ext/theora/theora.c:
21490         * ext/vorbis/vorbis.c:
21491         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
21492         * gst-libs/gst/tag/gsttagediting.c:
21493         * gst-libs/gst/video/video.c:
21494         * gst/adder/gstadder.c:
21495         * gst/audioconvert/plugin.c:
21496         * gst/audiorate/gstaudiorate.c:
21497         * gst/audioresample/gstaudioresample.c:
21498         * gst/audioresample/resample_ref.c: (resample_scale_ref):
21499         * gst/audioscale/gstaudioscale.c:
21500         * gst/audioscale/resample.c:
21501         * gst/audiotestsrc/gstaudiotestsrc.c:
21502         * gst/ffmpegcolorspace/gstffmpeg.c:
21503         * gst/playback/gstdecodebin.c: (close_pad_link):
21504         * gst/playback/gstplaybin.c: (gen_video_element),
21505         (gen_audio_element):
21506         * gst/sine/gstsinesrc.c:
21507         * gst/subparse/gstsubparse.c:
21508         * gst/tags/gsttagediting.c:
21509         * gst/tcp/gsttcpplugin.c:
21510         * gst/typefind/gsttypefindfunctions.c:
21511         * gst/videorate/gstvideorate.c:
21512         * gst/videoscale/gstvideoscale.c:
21513         * gst/videotestsrc/gstvideotestsrc.c:
21514         * gst/volume/gstvolume.c:
21515         * sys/v4l/gstv4l.c:
21516         * sys/ximage/ximage.c:
21517         * sys/xvimage/xvimagesink.c:
21518           fix up defines
21519
21520 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
21521
21522         * ext/vorbis/vorbisenc.c:
21523         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
21524         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
21525         (gst_tag_to_vorbis_comments):
21526           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
21527
21528 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
21529
21530         * examples/stats/mp2ogg.c:
21531         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21532           typo fixes
21533
21534 2005-10-13  Michael Smith <msmith@fluendo.com>
21535
21536         * ext/ogg/gstoggmux.c:
21537           Use magic glib macros to define constants as 64 bit, to ensure
21538           appropriate vararg passing.
21539
21540 2005-10-13  Michael Smith <msmith@fluendo.com>
21541
21542         * ext/ogg/gstoggmux.c:
21543         * gst/audioconvert/audioconvert.c: (float):
21544           Don't use LL suffix, as it's not portable, and neither of these
21545           uses required it anyway.
21546
21547 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
21548
21549         * examples/indexing/indexmpeg.c: (main):
21550         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
21551         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
21552         (cdparanoia_convert), (cdparanoia_query):
21553         * ext/cdparanoia/gstcdparanoia.h:
21554         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
21555         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
21556         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
21557         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
21558         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
21559         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
21560         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
21561         (gst_multifdsink_render), (gst_multifdsink_start),
21562         (gst_multifdsink_stop):
21563         * gst/tcp/gstmultifdsink.h:
21564         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
21565         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
21566         (gst_tcpclientsink_stop):
21567         * gst/tcp/gsttcpclientsink.h:
21568         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
21569         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
21570         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
21571         * gst/tcp/gsttcpclientsrc.h:
21572         * gst/tcp/gsttcpserversink.h:
21573         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
21574         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
21575         (gst_tcpserversrc_stop):
21576         * gst/tcp/gsttcpserversrc.h:
21577         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
21578         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
21579         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
21580           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
21581           moved bitshift from macro to enum definition
21582
21583 2005-10-12  Wim Taymans  <wim@fluendo.com>
21584
21585         * examples/seeking/Makefile.am:
21586         Oops.
21587
21588 2005-10-12  Wim Taymans  <wim@fluendo.com>
21589
21590         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21591         (gst_ring_buffer_read), (gst_ring_buffer_clear):
21592         Don't assert on normal stuff.
21593
21594         * gst/playback/gstplaybin.c: (do_playbin_seek):
21595         API fix.
21596
21597 2005-10-12  Wim Taymans  <wim@fluendo.com>
21598
21599         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21600         * examples/seeking/Makefile.am:
21601         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
21602         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21603         (do_seek), (set_update_scale), (message_received), (main):
21604         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21605         (gst_ring_buffer_read), (gst_ring_buffer_clear):
21606         Update for _get_state() API change.
21607
21608 2005-10-11  Wim Taymans  <wim@fluendo.com>
21609
21610         * gst-libs/gst/audio/gstbaseaudiosink.c:
21611         (gst_base_audio_sink_render):
21612         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21613         (gst_base_audio_src_create):
21614         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21615         (gst_ring_buffer_read):
21616         Cleanups.
21617         Commit and read from ringbuffer in samples rather than bytes.
21618
21619 2005-10-11  Wim Taymans  <wim@fluendo.com>
21620
21621         * gst-libs/gst/audio/gstbaseaudiosink.c:
21622         (gst_base_audio_sink_render):
21623         Respect segment rate and accum when scheduling samples.
21624
21625 2005-10-11  Julien MOUTTE  <julien@moutte.net>
21626
21627         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
21628         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
21629         EOS correctly, that needs more work.
21630
21631 2005-10-11  Wim Taymans  <wim@fluendo.com>
21632
21633         * check/generic/states.c: (GST_START_TEST):
21634         remove old property.
21635
21636         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
21637         (gst_ogg_demux_perform_seek):
21638         * ext/theora/theoradec.c: (theora_dec_sink_event):
21639         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21640         (vorbis_handle_data_packet):
21641         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21642         (gst_base_rtp_depayload_set_gst_timestamp):
21643         * gst/videorate/gstvideorate.c: (gst_videorate_event):
21644         Update for newsegment API change.
21645
21646 2005-10-11  Michael Smith <msmith@fluendo.com>
21647
21648         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
21649         (do_playbin_seek), (gst_play_bin_send_event):
21650           Override send_event differently, so that we can takes bits of
21651           functionality from GstPipeline (special handling for seeks,
21652           including pausing/resuming, and resetting stream time) and still get
21653           the appropriate behaviour of only forwarding event to a single sink,
21654           rather than all of them.
21655           Unfortunately requires a lot of code duplication, but the
21656           alternatives are equally ugly in the end.
21657
21658 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21659
21660         * check/elements/audioconvert.c: (setup_audioconvert),
21661         (cleanup_audioconvert), (get_int_caps), (verify_convert),
21662         (GST_START_TEST), (audioconvert_suite):
21663           clean up tests a little, fix some leaks.
21664
21665 2005-10-10  Wim Taymans  <wim@fluendo.com>
21666
21667         * ext/alsa/gstalsasink.c:
21668         Also allow unsigned int.
21669
21670         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21671         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
21672         Small cleanup
21673
21674 2005-10-10  Wim Taymans  <wim@fluendo.com>
21675
21676         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21677         Small update, use API as stated in design docs.
21678
21679         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21680         (update_scale), (do_seek), (seek_cb), (set_update_scale),
21681         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
21682         (message_received), (main):
21683         Updated seek example for GOption. Some usability improvements.
21684
21685 2005-10-10  Wim Taymans  <wim@fluendo.com>
21686
21687         * gst/audioconvert/audioconvert.h:
21688         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
21689         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
21690         Alloc temp storage somewhere else where we can do it more
21691         portable.
21692
21693 2005-10-10  Wim Taymans  <wim@fluendo.com>
21694
21695         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
21696         (gst_tcpserversrc_start):
21697         Don't block in accept while doing the state change, move
21698         to poll and make cancellable.
21699
21700 2005-10-09  Philippe Khalaf <burger@speedy.org>
21701
21702         * gst-libs/gst/rtp/rtpbasedepayload.c:
21703         Set timestamp and add queue delay to timestamp
21704         * gst-libs/gst/rtp/rtpbuffer.h:
21705         Set correct payload type for h263
21706
21707 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
21708
21709         * gst/audiotestsrc/gstaudiotestsrc.c:
21710         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
21711         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
21712         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
21713         (gst_audiotestsrc_create_triangle),
21714         (gst_audiotestsrc_create_silence),
21715         (gst_audiotestsrc_create_white_noise),
21716         (gst_audiotestsrc_init_pink_noise),
21717         (gst_audiotestsrc_generate_pink_noise_value),
21718         (gst_audiotestsrc_create_pink_noise),
21719         (gst_audiotestsrc_change_wave):
21720         * gst/audiotestsrc/gstaudiotestsrc.h:
21721           fixed typo, added pink noise
21722
21723 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21724
21725         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
21726         (plugin_init):
21727           Add wavpack and spc typefind functions from 0.8 branch.
21728
21729 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21730
21731         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
21732         (ar_type_find), (msdos_type_find), (plugin_init):
21733           Add typefind functions for tar archives, ar archives,
21734           RAR archives, and msdos-executables (dlls, exe, etc.).
21735           Some of those would be wrongly identified as mpeg
21736           streams of some sort before (#315550).
21737
21738 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
21739
21740         * configure.ac:
21741         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21742         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21743         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
21744         * gst/audiotestsrc/Makefile.am:
21745         * gst/audiotestsrc/gstaudiotestsrc.c:
21746         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
21747         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
21748         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
21749         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
21750         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
21751         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
21752         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
21753         (gst_audiotestsrc_create_silence),
21754         (gst_audiotestsrc_create_white_noise),
21755         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
21756         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
21757         (gst_audiotestsrc_start), (plugin_init):
21758         * gst/audiotestsrc/gstaudiotestsrc.h:
21759           add new plugin and element
21760         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
21761           use gobject_class
21762
21763 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21764
21765         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
21766         (gst_adder_init), (gst_adder_request_new_pad),
21767         (gst_adder_change_state):
21768           Add query function to source pad, so adder reports the correct
21769           time/sample position when queried (#315457); fix state change
21770           function; use GST_DEBUG_FUNCPTR() for pad functions.
21771
21772 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21773
21774         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
21775           Fix leaks in typefind registration
21776           Clean up the gratuitous commenting and whitespacing a little
21777
21778 2005-10-08  Wim Taymans  <wim@fluendo.com>
21779
21780         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
21781         Only actually wait for the thread to be stopped if it's 
21782         running.
21783
21784 2005-10-08  Wim Taymans  <wim@fluendo.com>
21785
21786         * gst-libs/gst/audio/gstbaseaudiosink.c:
21787         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
21788         If we receive EOS we can start playback of what we had.
21789
21790 2005-10-08  Wim Taymans  <wim@fluendo.com>
21791
21792         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21793         (gst_multifdsink_finalize), (multifdsink_hash_remove),
21794         (gst_multifdsink_stop):
21795         Fix crasher when going to NULL multiple times.
21796
21797 2005-10-06  Wim Taymans  <wim@fluendo.com>
21798
21799         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
21800         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
21801         * gst-libs/gst/audio/gstbaseaudiosrc.h:
21802         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
21803         patch from Edgard Lima <edgard.lima@indt.org.br>
21804         Fixed gstbaseaudiosrc adding ring buffer sync to it.
21805
21806 2005-10-06  Wim Taymans  <wim@fluendo.com>
21807
21808         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
21809         Report the FLOW_RETURN as string in the error message.
21810
21811         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
21812         Don't assert when clearing an unnegotiated buffer.
21813
21814 2005-10-04  Michael Smith <msmith@fluendo.com>
21815
21816         * gst/playback/gstplaybasebin.c: (group_destroy),
21817         (gen_preroll_element), (remove_groups), (setup_source):
21818         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
21819         (setup_sinks), (gst_play_bin_send_event),
21820         (gst_play_bin_change_state):
21821           Set state to NULL before removing from bin. Fix refcounting.
21822
21823 2005-10-04  Michael Smith <msmith@fluendo.com>
21824
21825         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
21826           Correct refcounting in send_event() function. Previously was wrong
21827           if the first sink was unable to handle the event.
21828
21829 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21830
21831         * configure.ac:
21832           back to development
21833
21834 === release 0.9.3 ===
21835
21836 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21837
21838         * configure.ac:
21839           Releasing 0.9.3, "De Facto"
21840
21841 2005-10-03  Andy Wingo  <wingo@pobox.com>
21842
21843         * gst/playback/gstdecodebin.c (try_to_link_1)
21844         (remove_element_chain): set element to NULL before removing it.
21845
21846 2005-10-02  Johan Dahlin  <johan@gnome.org>
21847
21848         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
21849         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
21850         MT safe.
21851
21852 2005-10-02  Andy Wingo  <wingo@pobox.com>
21853
21854         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
21855         (gst_ring_buffer_prepare_read): 
21856         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
21857         Demote to LOG.
21858
21859 2005-09-29  Wim Taymans  <wim@fluendo.com>
21860
21861         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
21862         * ext/theora/theoradec.c: (theora_handle_data_packet):
21863         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
21864         Propagate error codes from alloc_buffer too.
21865
21866 2005-09-29  Wim Taymans  <wim@fluendo.com>
21867
21868         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
21869         We use fixed caps.
21870
21871         * gst/playback/Makefile.am:
21872         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21873         (dump_element_stats), (main):
21874         Added example stream introspection code.
21875
21876 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
21877
21878         * gst/adder/gstadder.c: (gst_adder_collected):
21879           fix adder for float elements
21880
21881 2005-09-28  Wim Taymans  <wim@fluendo.com>
21882
21883         * gst-libs/gst/audio/gstbaseaudiosink.c:
21884         (gst_base_audio_sink_class_init),
21885         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
21886         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21887         (gst_base_audio_src_class_init),
21888         (gst_base_audio_src_provide_clock):
21889         get_clock -> provide_clock
21890
21891 2005-09-28  Andy Wingo  <wingo@pobox.com>
21892
21893         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
21894         and unlocking.
21895
21896         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
21897         unlocking.
21898
21899         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
21900         Actually add the pad template.
21901         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
21902
21903         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
21904         I'm at it...
21905
21906         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
21907         from fdsrc. Get caps in create() instead of start() so it can be
21908         interrupted. Interruption somewhat untested.
21909
21910         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
21911         Proper EOS handling.
21912
21913 2005-09-27  Andy Wingo  <wingo@pobox.com>
21914
21915         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
21916
21917         * gst/tcp/gsttcpserversrc.c: Cleaned up.
21918
21919         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
21920
21921         * gst/tcp/gsttcp.h: 
21922         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
21923         out of tcpclientsrc.c. Cancellable.
21924         (gst_tcp_socket_read): Made private, cancellable, with better
21925         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
21926         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
21927         whole buffer, and better diagnostics.
21928         (gst_tcp_gdp_read_caps): Same.
21929
21930         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
21931
21932 2005-09-26  Andy Wingo  <wingo@pobox.com>
21933
21934         * gst/sine/gstsinesrc.h:
21935         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
21936         change the 'sync' property to 'is-live' and implement it halfway,
21937         update for controller api change.
21938
21939         * gst/volume/gstvolume.c (volume_transform_ip): Update for
21940         controller api change.
21941
21942 2005-09-24  Wim Taymans  <wim@fluendo.com>
21943
21944         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
21945         * gst-libs/gst/audio/gstaudiosink.c:
21946         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
21947         (gst_audioringbuffer_stop):
21948         * gst-libs/gst/audio/gstbaseaudiosink.c:
21949         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
21950         (gst_base_audio_sink_change_state):
21951         * gst-libs/gst/audio/gstbaseaudiosink.h:
21952         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
21953         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
21954         (gst_ring_buffer_commit), (gst_ring_buffer_read):
21955         * gst-libs/gst/audio/gstringbuffer.h:
21956         Fix sync again. Moved sample alignment to basesink.
21957
21958 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21959
21960         * docs/plugins/Makefile.am:
21961         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21962         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21963         * gst/volume/gstvolume.c:
21964           add/fix docs
21965         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
21966         * gst-libs/gst/audio/audio.h:
21967           add conversion macros for frames <-> clocktime
21968
21969 2005-09-23  David Schleef  <ds@schleef.org>
21970
21971         * gst/audioresample/Makefile.am:
21972         * gst/audioresample/debug.h:
21973         * gst/audioresample/gstaudioresample.c:
21974         * gst/audioresample/resample.c: Convert to using gst debugging
21975
21976 2005-09-22  Wim Taymans  <wim@fluendo.com>
21977
21978         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
21979         (gst_play_bin_send_event):
21980         Only seek on one sink, the first one that succeeds.
21981
21982 2005-09-22  Michael Smith <msmith@fluendo.com>
21983
21984         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
21985         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
21986         Don't flush encoder state unless we have an initialised encoder.
21987         Clear out encoder state on PAUSED_TO_READY.
21988
21989 2005-09-22  Wim Taymans  <wim@fluendo.com>
21990
21991         * gst-libs/gst/rtp/gstbasertppayload.c:
21992         (gst_basertppayload_class_init), (gst_basertppayload_init),
21993         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21994         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21995         (gst_basertppayload_is_filled), (gst_basertppayload_push),
21996         (gst_basertppayload_set_property),
21997         (gst_basertppayload_get_property),
21998         (gst_basertppayload_change_state):
21999         * gst-libs/gst/rtp/gstbasertppayload.h:
22000         Added max-ptime to control amount of data in the rtp packets.
22001
22002 2005-09-21  Andy Wingo  <wingo@pobox.com>
22003
22004         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
22005         thingies.
22006
22007         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
22008         can be called multiple times, dogs.
22009
22010 2005-09-21  Wim Taymans  <wim@fluendo.com>
22011
22012         * gst-libs/gst/rtp/gstbasertppayload.c:
22013         (gst_basertppayload_class_init), (gst_basertppayload_init),
22014         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22015         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22016         (gst_basertppayload_push), (gst_basertppayload_get_property),
22017         (gst_basertppayload_change_state):
22018         Allow 0 ssrc too.
22019
22020 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
22021
22022         * docs/libs/compiling.sgml:
22023           fixing typos
22024
22025 2005-09-20  Wim Taymans  <wim@fluendo.com>
22026
22027         * gst-libs/gst/rtp/gstbasertppayload.c:
22028         (gst_basertppayload_class_init), (gst_basertppayload_init),
22029         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22030         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22031         (gst_basertppayload_push), (gst_basertppayload_set_property),
22032         (gst_basertppayload_get_property),
22033         (gst_basertppayload_change_state):
22034         * gst-libs/gst/rtp/gstbasertppayload.h:
22035         Added property to configure sequence number offsets.
22036
22037 2005-09-20  Wim Taymans  <wim@fluendo.com>
22038
22039         * gst-libs/gst/rtp/gstbasertppayload.c:
22040         (gst_basertppayload_class_init), (gst_basertppayload_init),
22041         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22042         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22043         (gst_basertppayload_push), (gst_basertppayload_set_property),
22044         (gst_basertppayload_get_property),
22045         (gst_basertppayload_change_state):
22046         * gst-libs/gst/rtp/gstbasertppayload.h:
22047         Make timestamp offset configurable.
22048
22049 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22050
22051         * check/pipelines/simple_launch_lines.c: (run_pipeline):
22052           fix wrong pop/unref
22053
22054 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
22055
22056         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
22057
22058         * gst-libs/gst/interfaces/propertyprobe.c:
22059         (gst_property_probe_probe_property_name),
22060         (gst_property_probe_needs_probe_name),
22061         (gst_property_probe_get_values_name),
22062         (gst_property_probe_probe_and_get_values_name):
22063           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
22064           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
22065
22066 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
22067
22068         * check/Makefile.am:
22069           have some tests be disabled for valgrinding
22070         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
22071         (GST_START_TEST):
22072         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
22073           Fix A Leak.  Chain To Parent Finalize.
22074
22075 2005-09-19  Wim Taymans  <wim@fluendo.com>
22076
22077         * examples/seeking/seek.c: (make_wav_pipeline), (main):
22078         Fixed wav pipeline.
22079
22080 2005-09-19  Wim Taymans  <wim@fluendo.com>
22081
22082         * gst-libs/gst/rtp/gstbasertppayload.c:
22083         (gst_basertppayload_class_init), (gst_basertppayload_init),
22084         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22085         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22086         (gst_basertppayload_push), (gst_basertppayload_get_property),
22087         (gst_basertppayload_change_state):
22088         Posting ERROR and WARNING messages is good.
22089
22090 2005-09-19  Wim Taymans  <wim@fluendo.com>
22091
22092         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22093         (gst_base_rtp_depayload_add_to_queue),
22094         (gst_base_rtp_depayload_push),
22095         (gst_base_rtp_depayload_set_gst_timestamp),
22096         (gst_base_rtp_depayload_queue_release):
22097         This one was not supposed to go in.
22098
22099 2005-09-19  Wim Taymans  <wim@fluendo.com>
22100
22101         * check/pipelines/simple_launch_lines.c: (run_pipeline):
22102         Fix for bus API.
22103
22104         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22105         (gst_base_rtp_depayload_chain),
22106         (gst_base_rtp_depayload_add_to_queue),
22107         (gst_base_rtp_depayload_push),
22108         (gst_base_rtp_depayload_set_gst_timestamp),
22109         (gst_base_rtp_depayload_queue_release):
22110         Some cleanups.
22111
22112         * gst-libs/gst/rtp/gstbasertppayload.c:
22113         (gst_basertppayload_class_init), (gst_basertppayload_init),
22114         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
22115         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
22116         (gst_basertppayload_get_property),
22117         (gst_basertppayload_change_state):
22118         Added debugging category.
22119
22120 2005-09-18  David Schleef  <ds@schleef.org>
22121
22122         * gst/playback/gstdecodebin.c: free plugin list correctly
22123         * gst/playback/gstplaybin.c: emit warning if autovideosink
22124           and autoaudiosink can't be found (instead of segfaulting)
22125
22126 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
22127
22128         * check/elements/audioconvert.c: (GST_START_TEST):
22129           try out 24 bit conversion
22130
22131 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22132
22133         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
22134         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
22135         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
22136         * ext/vorbis/vorbisenc.h:
22137           Fix EOS handling.  Still needs a fix in the ogg muxer to
22138           mark the last page as eos.
22139
22140 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22141
22142         * common/gtk-doc-plugins.mak:
22143         * docs/plugins/Makefile.am:
22144         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22145         * gst/ffmpegcolorspace/Makefile.am:
22146         * gst/ffmpegcolorspace/avcodec.h:
22147         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22148         * gst/tcp/gstmultifdsink.c:
22149           fix up ffmpegcolorspace docs; extract header
22150
22151 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22152
22153         * common/gtk-doc-plugins.mak:
22154         * docs/plugins/Makefile.am:
22155         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22156         * ext/theora/Makefile.am:
22157         * ext/theora/gsttheoraenc.h:
22158         * ext/theora/theoraenc.c:
22159         * ext/vorbis/vorbisenc.c:
22160           pick up signals and args for vorbis; add some docs for vorbis
22161
22162 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22163
22164         * common/gstdoc-scangobj:
22165         * common/gtk-doc-plugins.mak:
22166         * docs/libs/Makefile.am:
22167         * docs/plugins/gst-plugins-base-plugins.args:
22168         * docs/plugins/gst-plugins-base-plugins.hierarchy:
22169         * docs/plugins/gst-plugins-base-plugins.interfaces:
22170         * docs/plugins/gst-plugins-base-plugins.prerequisites:
22171         * docs/plugins/gst-plugins-base-plugins.signals:
22172           only scanobj stuff from our source module.  Not sure yet
22173           if that's correct, given the hierarchy stuff :)
22174
22175 2005-09-15  Wim Taymans  <wim@fluendo.com>
22176
22177         * gst/audioconvert/gstaudioconvert.c:
22178         And enable 24 bits mode as well..
22179
22180 2005-09-15  Wim Taymans  <wim@fluendo.com>
22181
22182         * gst-libs/gst/rtp/Makefile.am:
22183         * gst-libs/gst/rtp/gstbasertppayload.c:
22184         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
22185         (gst_basertppayload_class_init), (gst_basertppayload_init),
22186         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
22187         (gst_basertppayload_chain), (gst_basertppayload_set_options),
22188         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
22189         (gst_basertppayload_set_property),
22190         (gst_basertppayload_get_property),
22191         (gst_basertppayload_change_state):
22192         * gst-libs/gst/rtp/gstbasertppayload.h:
22193         Added rtp payloader base class.
22194
22195 2005-09-15  Andy Wingo  <wingo@pobox.com>
22196
22197         * configure.ac (plugindir): Remove the EOL matcher from the
22198         regexp, as it causes me problems. Libtool? Make? Who knows?
22199
22200 2005-09-14  David Schleef  <ds@schleef.org>
22201
22202         * check/generic/states.c: 
22203         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
22204         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
22205           Fixes for changes in registry API.
22206
22207         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
22208           to GST_PLUGIN_LDFLAGS.
22209         * ext/libvisual/visual.c: Make the library shut up.
22210         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
22211         * gst-libs/gst/audio/gstaudiofilter.c: same
22212
22213 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22214
22215         * docs/plugins/Makefile.am:
22216         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22217         * docs/plugins/inspect/plugin-libvisual.xml:
22218         * docs/plugins/tmpl/element-tcpserversink.sgml:
22219         * ext/theora/theoraenc.c:
22220           add libvisual plugin and theoraenc element to docs
22221
22222 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22223
22224         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22225         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22226         * ext/theora/theoraenc.c:
22227           add theoraenc
22228
22229 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
22230
22231         * gst/audioconvert/Makefile.am:
22232           Audioconvert derives from GstBaseTransform and should
22233           link to the library with our base elements to avoid
22234           unresolved symbols. Makes things work with MinGW (#316160)
22235
22236         * gst/playback/test4.c: (main):
22237           Fix MinGW build problem and use g_usleep() instead of 
22238           sleep() (#316162)
22239
22240 2005-09-12  Wim Taymans  <wim@fluendo.com>
22241
22242         * gst/audioconvert/audioconvert.c: (float),
22243         (audio_convert_prepare_context), (audio_convert_convert):
22244         * gst/audioconvert/audioconvert.h:
22245         Cleanups, speedups, simplifications, added back support
22246         for 24 bits.
22247
22248 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
22249
22250         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22251         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22252         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
22253         * docs/plugins/tmpl/element-tcpserversink.sgml:
22254         * gst/ffmpegcolorspace/gstffmpeg.c:
22255         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22256         * gst/videotestsrc/gstvideotestsrc.c:
22257         * gst/volume/gstvolume.c:
22258           add more elements to the docs
22259
22260 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
22261
22262         * check/Makefile.am:
22263         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
22264         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
22265           Add extra tests for basetransform based components. 
22266           Comment out the test_element_negotiation test until we decide
22267           if it's testing correct behaviour.
22268         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
22269         (gst_visual_chain), (gst_visual_change_state):
22270           Slightly more correct but still bogus timestamping.
22271           Fix state change function.
22272         * gst/audioconvert/gstaudioconvert.c:
22273         (gst_audio_convert_class_init):
22274         * gst/audioresample/gstaudioresample.c:
22275         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22276         (gst_ffmpegcsp_class_init):
22277         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22278         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
22279         (gst_videoscale_prepare_image):
22280         * gst/volume/gstvolume.c: (gst_volume_class_init),
22281         (volume_transform_ip):
22282           Basetransform updates. Enable passthrough modes.
22283         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22284         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
22285         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
22286           Negotiation fix that allows the window to return to the original
22287           size and renegotiate passthrough upstream. Extra debug output.
22288
22289 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22290
22291         * gst/sine/gstsinesrc.c:
22292         * gst/volume/gstvolume.c:
22293           fix up header include
22294
22295 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
22296
22297         * gst-libs/gst/audio/gstbaseaudiosink.c:
22298         (gst_base_audio_sink_render):
22299         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
22300         * gst/volume/gstvolume.c: (gst_volume_class_init),
22301         (volume_transform):
22302           fixing lost sync, some more debugging
22303
22304 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
22305
22306         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22307         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
22308         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
22309         (gst_xvimagesink_check_xshm_calls):
22310           Fix compilation when XShm is not available.
22311
22312 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
22313
22314         * ext/libvisual/visual.c: (gst_visual_dispose),
22315         (gst_visual_getcaps), (gst_visual_src_setcaps),
22316         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
22317         (gst_visual_change_state):
22318           Finish fixing up libvisual plugin so that it runs. 
22319
22320 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22321
22322         * ext/vorbis/vorbisenc.c:
22323         * gst-libs/gst/tag/gstvorbistag.c:
22324           gsttaginterface.h -> gsttagsetter.h
22325
22326 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22327
22328         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
22329           added another test that failes for me (test is not active by default)
22330
22331 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22332
22333         * configure.ac:
22334           v4l2 is no longer in gst-plugins-base
22335
22336 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
22337
22338         * configure.ac:
22339           In the output at the end, don't show the first plugin on the same
22340           line as "Core plug-ins, always built:".
22341           Indent the output as for other plugin categories
22342         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
22343           #define that can be used to not use peer buffer_alloc functions for
22344           test purposes.
22345         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22346         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
22347         (gst_ximagesink_show_frame):
22348         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
22349         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
22350         (gst_xvimagesink_show_frame):
22351           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
22352           fails gracefully instead of XError aborting or deadlocking.
22353
22354 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22355
22356         * ext/libvisual/Makefile.am:
22357           link against gst-base-libs
22358
22359 2005-09-06  David Schleef  <ds@schleef.org>
22360
22361         * configure.ac: Enable libvisual plugin.
22362         * ext/libvisual/Makefile.am:
22363         * ext/libvisual/visual.c: Fixes to make it compile.
22364
22365 === release 0.9.2 ===
22366
22367 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22368
22369         * NEWS:
22370         * RELEASE:
22371         * configure.ac:
22372         * docs/random/ChangeLog-0.8:
22373           releasing 0.9.2, "Spoon"
22374
22375 2005-09-05  Michael Smith <msmith@fluendo.com>
22376
22377         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
22378           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
22379           that in the vorbisenc element.
22380
22381 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22382
22383         * common/gtk-doc-plugins.mak:
22384         * docs/plugins/Makefile.am:
22385           fix distcheck
22386         * gst/audioresample/resample.c:
22387           fix wrong docstring
22388
22389 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22390
22391         * common/gst-xmlinspect.py:
22392         * common/gtk-doc-plugins.mak:
22393           only inspect plugins for this given package
22394           require gst-python 0.9
22395
22396 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22397
22398         * Makefile.am:
22399         * autogen.sh:
22400         * common/gst-xmlinspect.py:
22401         * configure.ac:
22402         * docs/Makefile.am:
22403         * docs/plugins/inspect/plugin-alsa.xml:
22404         * docs/plugins/inspect/plugin-audioresample.xml:
22405         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
22406         * docs/plugins/inspect/plugin-ogg.xml:
22407         * docs/plugins/tmpl/element-gnomevfssink.sgml:
22408         * docs/plugins/tmpl/element-multifdsink.sgml:
22409         * docs/plugins/tmpl/element-tcpserversink.sgml:
22410         * docs/plugins/tmpl/element-vorbisenc.sgml:
22411         * gst-plugins-base.spec.in:
22412           various doc-related updates
22413
22414 2005-08-31  Wim Taymans  <wim@fluendo.com>
22415
22416         * gst-libs/gst/audio/gstbaseaudiosink.c:
22417         (gst_base_audio_sink_render):
22418         Resync if the buffer timestamps drift more than a 10th 
22419         of a second.
22420
22421 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
22422
22423         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
22424         (gst_v4lsrc_get_property):
22425           The 'timestamp-offset' property is registered as an int64, so
22426           let's use g_value_{set|get}_int64() in our setter and getter
22427           functions (makes it work and fixes warnings with gst-inspect).
22428
22429 2005-08-30  Wim Taymans  <wim@fluendo.com>
22430
22431         * check/elements/audioconvert.c: (setup_audioconvert):
22432         * check/elements/audioresample.c: (setup_audioresample):
22433         * check/elements/volume.c: (setup_volume):
22434         Fix checks.
22435
22436 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22437
22438         * common/gtk-doc-plugins.mak:
22439         * common/plugins.xsl:
22440         * docs/plugins/Makefile.am:
22441           make module a param
22442
22443 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
22444
22445         * examples/seeking/seek.c: (make_mp3_pipeline),
22446         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
22447         (play_cb), (pause_cb), (stop_cb):
22448           update the example
22449
22450 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
22451
22452         * gst/volume/gstvolume.c: (gst_volume_class_init),
22453         (volume_transform):
22454           do not update controlled params, if buffer has no timestamp
22455
22456 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
22457
22458         * configure.ac:
22459         * gst/sine/Makefile.am:
22460         * gst/volume/Makefile.am:
22461           controllerized elements also need to link against controller-libs ;)
22462
22463 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
22464
22465         * docs/libs/tmpl/gstcolorbalance.sgml:
22466         * docs/libs/tmpl/gstgconf.sgml:
22467         * docs/libs/tmpl/gstmixer.sgml:
22468         * docs/libs/tmpl/gstringbuffer.sgml:
22469         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
22470         (gst_sinesrc_create):
22471         * gst/volume/gstvolume.c: (gst_volume_class_init),
22472         (volume_transform):
22473           controllerized two audio plugins
22474
22475 2005-08-29  Andy Wingo  <wingo@pobox.com>
22476
22477         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
22478         (vorbis_handle_data_packet): Fix some int overflow errors.
22479
22480         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
22481         -1.
22482         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
22483         valid.
22484         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
22485         if it's valid. Fixed streaming-mode playback.
22486
22487         * check/elements/volume.c (cleanup_volume): Fix for running
22488         CK_FORK=no.
22489
22490         * check/elements/audioconvert.c: Convert from native endian, not
22491         little endian.
22492
22493 2005-08-29  Michael Smith <msmith@fluendo.com>
22494
22495         * ext/ogg/Makefile.am:
22496         * ext/ogg/gstogg.c: (plugin_init):
22497         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
22498         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
22499         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
22500         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
22501         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
22502         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
22503         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
22504         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
22505         Add an ogg parser element.
22506
22507 2005-08-28  Andy Wingo  <wingo@pobox.com>
22508
22509         * Updates for two-arg init from GST_BOILERPLATE_FULL.
22510
22511 2005-08-26  Wim Taymans  <wim@fluendo.com>
22512
22513         * gst/audioconvert/audioconvert.c: (if), (float),
22514         (audio_convert_get_func_index), (check_default),
22515         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22516         (audio_convert_clean_context), (audio_convert_get_sizes),
22517         (audio_convert_convert):
22518         Cleanups.
22519
22520 2005-08-26  Wim Taymans  <wim@fluendo.com>
22521
22522         * gst/audioconvert/audioconvert.c: (if), (float),
22523         (audio_convert_get_func_index), (check_default),
22524         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22525         (audio_convert_clean_context), (audio_convert_get_sizes),
22526         (audio_convert_convert):
22527         More elegant and working temp buffer selection algo.
22528
22529 2005-08-26  Wim Taymans  <wim@fluendo.com>
22530
22531         * gst/audioconvert/audioconvert.c: (if), (float),
22532         (audio_convert_get_func_index), (check_default),
22533         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22534         (audio_convert_clean_context), (audio_convert_get_sizes),
22535         (get_temp_buffer), (audio_convert_convert):
22536         Use realloc else we lose our original data.
22537
22538 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22539
22540         * gst/audioresample/gstaudioresample.c:
22541           use base class' newsegment to properly timestamp
22542
22543 2005-08-26  Wim Taymans  <wim@fluendo.com>
22544
22545         * gst/audioconvert/audioconvert.c: (if), (float),
22546         (audio_convert_get_func_index), (check_default),
22547         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22548         (audio_convert_clean_context), (audio_convert_get_sizes),
22549         (get_temp_buffer), (audio_convert_convert):
22550         * gst/audioconvert/gstaudioconvert.c:
22551         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
22552         (gst_audio_convert_transform_caps),
22553         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
22554         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
22555         Oops, allocate enough space to perform the channel mix.
22556
22557 2005-08-26  Wim Taymans  <wim@fluendo.com>
22558
22559         * gst/audioconvert/Makefile.am:
22560         * gst/audioconvert/audioconvert.c: (if), (float),
22561         (audio_convert_get_func_index), (check_default),
22562         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22563         (audio_convert_clean_context), (audio_convert_get_sizes),
22564         (get_temp_buffer), (audio_convert_convert):
22565         * gst/audioconvert/audioconvert.h:
22566         * gst/audioconvert/gstaudioconvert.c:
22567         (gst_audio_convert_class_init), (gst_audio_convert_init),
22568         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
22569         (gst_audio_convert_get_unit_size),
22570         (gst_audio_convert_transform_caps),
22571         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
22572         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
22573         * gst/audioconvert/gstaudioconvert.h:
22574         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
22575         (gst_channel_mix_fill_identical),
22576         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
22577         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
22578         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
22579         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
22580         (gst_channel_mix_mix):
22581         * gst/audioconvert/gstchannelmix.h:
22582         Cleanups, librarify a bit, optimize, better negotiation and more.
22583
22584 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
22585
22586         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
22587         Another from MikeS:
22588         During typefinding, don't support negative offsets
22589         (offsets from the end of the stream) in our typefind->peek() function
22590         - nothing embedded in ogg ever needs them. However, we need to recognise
22591         those requests and reject them, otherwise we return invalid pointers.
22592
22593 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
22594
22595         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
22596         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
22597         (vorbisdec_finalize), (vorbis_handle_type_packet):
22598           Big shout-out to MikeS for fixing this giant memory leak.
22599           Huzzah!
22600
22601 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22602
22603         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
22604         (audio_convert_get_unit_size):
22605           plug some leaks
22606
22607 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22608
22609         * check/Makefile.am:
22610         * check/elements/audioconvert.c: (setup_audioconvert),
22611         (cleanup_audioconvert), (get_int_caps), (verify_convert),
22612         (GST_START_TEST), (audioconvert_suite), (main):
22613           add a test for audioconvert
22614         * gst/audioresample/gstaudioresample.c:
22615         * gst/audioresample/gstaudioresample.h:
22616           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
22617           note that for buffers of 1/3 sec this means DURATION(c) is 
22618           one nanosecond more than for a and b
22619
22620 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22621
22622         * check/Makefile.am:
22623         * check/elements/audioresample.c: (setup_audioresample),
22624         (cleanup_audioresample), (fail_unless_perfect_stream),
22625         (test_perfect_stream_instance), (GST_START_TEST),
22626           add a check for audioresample
22627         (audioresample_suite), (main):
22628         * check/elements/volume.c: (GST_START_TEST):
22629           remove unused method
22630         * gst/audioresample/gstaudioresample.c:
22631           set correct buffer parameters since we're changing them
22632         * gst/audioresample/resample_ref.c: (resample_scale_ref):
22633           add some debug
22634
22635 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22636
22637         * gst/audioresample/debug.c:
22638         * gst/audioresample/gstaudioresample.c:
22639           add room for extra overlap samples when asked to transform size
22640           protect against possible mem corruption and check for discrepancies
22641           between written size and outbuffer's size so we can warn for
22642           potential problems
22643         * gst/audioresample/resample.c: (resample_init),
22644         (resample_get_output_size_for_input), (resample_get_output_size),
22645         (resample_set_n_channels), (resample_set_format):
22646           set debug level based on RESAMPLE_DEBUG env var
22647           make sure that get_output_size* returns a whole number of
22648           sample_size
22649           set sample_size each time either channel or format is set
22650         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
22651         * gst/audioresample/resample_functable.c:
22652         (resample_scale_functable):
22653         * gst/audioresample/resample_ref.c: (resample_scale_ref):
22654           remove r->sample_size, it's done in resample.c now
22655           add some debugging to the ref implementation
22656           make sure we only give back bytes that are wholes of the sample
22657           size
22658
22659 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
22660         * gst/playback/gstplaybasebin.c: (fill_buffer):
22661         Revert unpopular change for GST_MESSAGE_SRC to GObject.
22662
22663 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
22664
22665         * gst/volume/gstvolume.c:
22666           made set_caps function static
22667
22668 2005-08-24  Wim Taymans  <wim@fluendo.com>
22669
22670         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
22671         (gst_vorbisenc_change_state):
22672         Stop leaking taglists.
22673
22674 2005-08-24  Wim Taymans  <wim@fluendo.com>
22675
22676         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
22677         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
22678         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
22679         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
22680         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
22681         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
22682         Parse seeking events better.
22683         Unref static caps.
22684         Generate correct newsegment events, fixes seeking in live oggs.
22685
22686         * ext/theora/theoradec.c: (theora_dec_src_query),
22687         (theora_dec_src_event), (theora_dec_src_getcaps),
22688         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
22689         Use newsegment values to report correct play time.
22690
22691         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22692         (vorbis_dec_src_event), (vorbis_dec_sink_event):
22693         * ext/vorbis/vorbisdec.h:
22694         Parse and use newsegment values to report correct play time.
22695
22696         * gst-libs/gst/audio/gstbaseaudiosink.c:
22697         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
22698         Clear ringbuffer on flush.
22699         Use newsegment values to calculate playback time.
22700
22701         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
22702         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
22703         Basesink does newsegment calculations for us now.
22704
22705 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22706
22707         * check/Makefile.am:
22708         * configure.ac:
22709           add core's plugins to the mix so that playbin works
22710         * check/generic/states.c: (GST_START_TEST):
22711           set a 0 timeout on pipelines, so they don't force the next
22712           state change
22713         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
22714         (gst_play_base_bin_change_state):
22715           remove the crappy error handling and do GST error handling
22716
22717 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22718
22719         * check/Makefile.am:
22720         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
22721           add same test as to core, it bitches out on playbin atm.
22722
22723 2005-08-24  Wim Taymans  <wim@fluendo.com>
22724
22725         * configure.ac:
22726         Remove audioscale.
22727
22728 2005-08-24  Wim Taymans  <wim@fluendo.com>
22729
22730         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
22731         (gst_videoscale_prepare_size), (parse_caps),
22732         (gst_videoscale_set_caps), (gst_videoscale_get_size),
22733         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
22734         (gst_videoscale_transform):
22735         * gst/videoscale/gstvideoscale.h:
22736         Refactor, make use of BaseTranform really well.
22737
22738 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22739
22740         * configure.ac:
22741           compile audioresample
22742         * gst/audioresample/Makefile.am:
22743         * gst/audioresample/buffer.c:
22744         * gst/audioresample/functable.c:
22745         * gst/audioresample/gstaudioresample.c:
22746         * gst/audioresample/gstaudioresample.h:
22747         * gst/audioresample/resample.c:
22748         (resample_get_output_size_for_input):
22749         * gst/audioresample/resample.h:
22750         * gst/audioresample/resample_chunk.c:
22751         * gst/audioresample/resample_functable.c:
22752         * gst/audioresample/resample_ref.c:
22753           port to use basetransform; doesn't work in all cases yet
22754
22755 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22756
22757         * gst/audioconvert/gstaudioconvert.c:
22758         (gst_audio_convert_class_init), (gst_audio_convert_init),
22759         (audio_convert_get_unit_size), (audio_convert_transform_caps),
22760         (audio_convert_fixate_caps), (audio_convert_set_caps),
22761         (audio_convert_transform),
22762         (gst_audio_convert_buffer_to_default_format),
22763         (gst_audio_convert_buffer_from_default_format),
22764         (gst_audio_convert_channels):
22765         * gst/audioconvert/gstchannelmix.c:
22766         * gst/audioconvert/gstchannelmix.h:
22767           port to basetransform
22768         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22769         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
22770         (gst_ffmpegcsp_get_unit_size):
22771         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22772         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
22773           fix for basetransform changes
22774
22775 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
22776
22777         * check/Makefile.am:
22778           Add CHECK_CFLAGS and LDFLAGS
22779
22780         * gst/playback/gstplaybasebin.c: (fill_buffer):
22781           GST_MESSAGE_SRC became a GObject
22782
22783 2005-08-24  Wim Taymans  <wim@fluendo.com>
22784
22785         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
22786         (gst_ring_buffer_clear_all):
22787         * gst-libs/gst/audio/gstringbuffer.h:
22788         Added function to clear the ringbuffer.
22789
22790 2005-08-24  Andy Wingo  <wingo@pobox.com>
22791
22792         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
22793         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
22794         of _open and _close.
22795
22796         * sys/v4l/gstv4lxoverlay.h:
22797         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
22798         an Xv connection here, instead of all the time. Make Xv only be
22799         loaded if you axe for it. Kindof a workaround for buggy behaviour
22800         of Xv when using remote xservers (XvQueryExtension would block).
22801         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
22802         replace the _open and _close public API. Only start the xv
22803         connection if necessary.
22804         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
22805
22806 2005-08-23  David Schleef  <ds@schleef.org>
22807
22808         * gst/audioresample/Makefile.am: Leet audioresampling code
22809         * gst/audioresample/buffer.c:
22810         * gst/audioresample/buffer.h:
22811         * gst/audioresample/debug.c:
22812         * gst/audioresample/debug.h:
22813         * gst/audioresample/functable.c:
22814         * gst/audioresample/functable.h:
22815         * gst/audioresample/gstaudioresample.c:
22816         * gst/audioresample/gstaudioresample.h:
22817         * gst/audioresample/resample.c:
22818         * gst/audioresample/resample.h:
22819         * gst/audioresample/resample_chunk.c:
22820         * gst/audioresample/resample_functable.c:
22821         * gst/audioresample/resample_ref.c:
22822
22823 2005-08-23  Wim Taymans  <wim@fluendo.com>
22824
22825         * examples/seeking/seek.c: (make_vorbis_pipeline),
22826         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
22827         Small seek updates.
22828
22829 2005-08-23  Andy Wingo  <wingo@pobox.com>
22830
22831         * gst-libs/gst/audio/gstbaseaudiosrc.c
22832         (gst_base_audio_src_fixate): Only fixate endianness if it is
22833         present in the caps.
22834
22835 2005-08-22  Andy Wingo  <wingo@pobox.com>
22836
22837         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
22838         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
22839         device-name property.
22840
22841         * gst-libs/gst/audio/gstaudiosrc.h:
22842         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
22843         close_device in the ring buffer, like gstaudiosink.
22844
22845         * ext/alsa/gstalsamixer.h:
22846         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
22847         macro to implement the interface without much code. Cleanups. 
22848
22849         * ext/alsa/gstalsasrc.h:
22850         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
22851         READY.
22852
22853         * ext/alsa/Makefile.am: Add new files.
22854         * ext/alsa/gstalsamixerelement.c: 
22855         * ext/alsa/gstalsamixerelement.c: Split element code out from
22856         mixer code so that alsasrc can be a mixer too.
22857
22858 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
22859
22860         * check/elements/volume.c: (setup_volume), (cleanup_volume),
22861         (GST_START_TEST):
22862         * check/elements/vorbisdec.c: (setup_vorbisdec),
22863         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
22864         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22865         (vorbis_handle_identification_packet),
22866         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
22867         (vorbis_handle_header_packet), (vorbis_dec_push),
22868         (vorbis_dec_chain):
22869           use the setup/teardown methods to save code.  save code is good.
22870
22871 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22872
22873         * check/Makefile.am:
22874           add ext dir for plugins
22875           add vorbisdec test conditionally
22876         * check/elements/volume.c: (setup_volume), (cleanup_volume),
22877         (GST_START_TEST), (volume_suite):
22878           add a test with wrong caps
22879         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
22880         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
22881           add a vorbisdec test
22882         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
22883         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
22884           clean up debug output
22885         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
22886           yay, fix a segfault/security issue in vorbisdec
22887           gst-launch fakesrc ! vorbisdec wasn't happy
22888         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
22889         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
22890         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
22891         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
22892         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
22893         (gst_vorbisenc_set_metadata), (get_constraints_string),
22894         (update_start_message), (gst_vorbisenc_setup),
22895         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
22896         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
22897         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
22898         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
22899         * ext/vorbis/vorbisenc.h:
22900           march in line
22901         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22902         (gst_ffmpegcsp_transform):
22903           have the kow come home
22904         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
22905           debug my func ptr
22906         * gst/volume/gstvolume.c: (volume_set_caps):
22907           add a debug
22908
22909 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22910
22911         * Makefile.am:
22912         * check/.cvsignore:
22913         * check/Makefile.am:
22914         * check/elements/.cvsignore:
22915         * check/elements/volume.c: (chain_func), (event_func),
22916         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
22917         (main):
22918         * configure.ac:
22919           add unit test structure for gst-plugins-base
22920           add a test for volume
22921         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
22922         (gst_volume_set_volume), (gst_volume_get_volume),
22923         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
22924         (volume_funcfind), (volume_process_float), (volume_process_int16),
22925         (volume_set_caps), (volume_transform), (volume_update_mute),
22926         (volume_update_volume), (volume_set_property),
22927         (volume_get_property):
22928           document a little; use basetransform vmethod _set_caps
22929
22930 2005-08-19  Andy Wingo  <wingo@pobox.com>
22931
22932         * ext/alsa/gstalsamixertrack.h:
22933         * ext/alsa/gstalsamixertrack.c:
22934         * ext/alsa/gstalsamixeroptions.h:
22935         * ext/alsa/gstalsamixeroptions.c:
22936         * ext/alsa/gstalsamixer.h:
22937         * ext/alsa/gstalsamixer.c: Port to 0.9.
22938
22939         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
22940         Remove gstalsa.c and alsaclock. No more cruft here.
22941         
22942 2005-08-18  Wim Taymans  <wim@fluendo.com>
22943
22944         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22945         (gst_base_rtp_depayload_chain),
22946         (gst_base_rtp_depayload_add_to_queue),
22947         (gst_base_rtp_depayload_push),
22948         (gst_base_rtp_depayload_queue_release):
22949         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22950         Fix for RTPBuffer changes.
22951
22952         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
22953         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
22954         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
22955         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
22956         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
22957         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
22958         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
22959         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
22960         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
22961         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
22962         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
22963         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
22964         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
22965         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
22966         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
22967         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
22968         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
22969         (gst_rtpbuffer_get_payload):
22970         * gst-libs/gst/rtp/gstrtpbuffer.h:
22971         Don't subclass GstBuffer but add methods and helper functions
22972         to construct and manipulate RTP packets in regular GstBuffers.
22973
22974 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
22975
22976         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
22977           moved statement below switch
22978         * gst/volume/gstvolume.c: (gst_volume_class_init):
22979           added debug ptr
22980
22981 2005-08-16  Wim Taymans  <wim@fluendo.com>
22982
22983         * gst-libs/gst/audio/gstbaseaudiosrc.c:
22984         (gst_base_audio_src_change_state):
22985         Open and close device in READY<->NULL state change.
22986
22987 2005-08-16  Andy Wingo  <wingo@pobox.com>
22988
22989         * examples/seeking/Makefile.am: Don't compile non-compiling
22990         compiled objects with the compiler.
22991
22992         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
22993         elements.
22994
22995 2005-08-12  Philippe Khalaf <burger@speedy.org>
22996         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22997         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22998           Made a thread to release the queue.
22999           Removed timestamp conversion for now.
23000
23001 2005-08-10  Philippe Khalaf <burger@speedy.org>
23002         * gst-libs/gst/rtp/gstbasertpdepayload.c:
23003         * gst-libs/gst/rtp/gstbasertpdepayload.h:
23004           Added rtp timestamp -> gst timestamp conversion.
23005           Fixed several problems with queue.
23006
23007 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
23008
23009         * gst-libs/gst/audio/gstaudioclock.h:
23010         * gst-libs/gst/audio/gstaudiofilter.h:
23011         * gst-libs/gst/audio/gstaudiosink.h:
23012         * gst-libs/gst/audio/gstaudiosrc.h:
23013         * gst-libs/gst/audio/gstbaseaudiosink.h:
23014         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23015         * gst-libs/gst/audio/gstringbuffer.h:
23016         * gst-libs/gst/net/gstnetbuffer.h:
23017         * gst-libs/gst/rtp/gstbasertpdepayload.h:
23018         * gst-libs/gst/rtp/gstrtpbuffer.h:
23019           Add padding (you will need to rebuild gst-plugins-base,
23020           gst-plugins and all applications afterwards!)
23021
23022 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
23023
23024         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
23025         (gst_riff_parse_chunk):
23026           Fix bug in debug message and add some more debug messages.
23027
23028 2005-08-08  Edward Hervey  <edward@fluendo.com>
23029
23030         * gst-libs/gst/riff/riff-media.c:
23031         backported updates since branch
23032
23033 2005-08-08  Andy Wingo  <wingo@pobox.com>
23034
23035         * gst-libs/gst/audio/gstbaseaudiosink.c
23036         (gst_base_audio_sink_change_state): Open the device in NULL->READY
23037         like good elements should. Close on READY->NULL too.
23038
23039         * gst-libs/gst/audio/gstaudiosink.c
23040         (gst_audioringbuffer_open_device,
23041         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
23042         (gst_audioringbuffer_release): Updates for new ring buffer API,
23043         hook into the new audio sink api.
23044
23045         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
23046         (GstAudioSinkClass.close): Just open and close the device -- no
23047         resource allocation or configuration.
23048         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
23049         vmethods, handle device setup and resource allocation.
23050
23051         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
23052         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
23053         base class API.
23054
23055         * gst-libs/gst/audio/gstringbuffer.h
23056         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
23057         New vmethods.
23058
23059         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
23060         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
23061         New API functions. The device should be opened before acquiring
23062         and closed after releasing.
23063
23064 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
23065
23066         * gst-libs/gst/interfaces/mixer.h:
23067           Reset padding to GST_PADDING.
23068
23069 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23070
23071         * gst/playback/gstplaybin.c: (remove_sinks):
23072           Remove visualization from parent explicitely; works around some
23073           apparent refcount issue that I haven't tracked down yet.
23074
23075 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23076
23077         * ext/alsa/gstalsasink.c: (set_hwparams):
23078           Assign debug category, add negotiation debug msgs.
23079
23080 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23081
23082         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
23083           Fix error code for file-not-found to NOT_FOUND.
23084
23085 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
23086
23087         * common/gtk-doc-plugins.mak:
23088         * docs/plugins/Makefile.am:
23089         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
23090         * docs/plugins/gst-plugins-base-plugins-sections.txt:
23091           renamed to actual element names, so much nicer to look at
23092         * docs/plugins/tmpl/gstmultifdsink.sgml:
23093           remove
23094         * docs/plugins/tmpl/multifdsink.sgml:
23095         * docs/plugins/tmpl/tcpserversink.sgml:
23096           add
23097         * ext/alsa/gstalsa.c:
23098         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
23099         * ext/ogg/gstoggmux.c:
23100         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
23101         * gst/playback/gstdecodebin.c:
23102         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
23103         * gst/tcp/gsttcpserversink.c:
23104           various fixes and documentation additions
23105
23106 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
23107
23108         * common/Makefile.am:
23109         * common/gstdoc-scangobj:
23110         * common/gtk-doc-plugins.mak:
23111         * common/gtk-doc.mak:
23112           add a custom scangobj that uses the registry
23113           add a custom gtk-doc-plugins.mak that uses it
23114           some doc build fixes
23115         * configure.ac:
23116         * docs/Makefile.am:
23117         * docs/plugins/Makefile.am:
23118         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
23119         * docs/plugins/gst-plugins-base-plugins-sections.txt:
23120         * docs/plugins/gst-plugins-base-plugins.types:
23121         * docs/plugins/tmpl/gstmultifdsink.sgml:
23122           add docs for one element, multifdsink
23123         * gst/adder/gstadder.h:
23124         * gst/volume/gstvolume.h:
23125           don't privatize enum
23126         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
23127         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23128         (gst_sync_method_get_type), (gst_client_status_get_type),
23129         (gst_multifdsink_class_init),
23130         (gst_multifdsink_client_queue_buffer),
23131         (gst_multifdsink_handle_client_write):
23132         * gst/tcp/gstmultifdsink.h:
23133         * gst/tcp/gsttcp.h:
23134         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23135         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
23136         (gst_tcpclientsink_render):
23137         * gst/tcp/gsttcpclientsink.h:
23138         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
23139         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
23140         (gst_tcpclientsrc_start):
23141         * gst/tcp/gsttcpclientsrc.h:
23142         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
23143         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
23144         * gst/tcp/gsttcpserversrc.h:
23145         * gst/typefind/gsttypefindfunctions.c:
23146           remove superfluous Type stuff
23147
23148 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23149
23150         * gst/playback/gstplaybin.c: (gen_video_element):
23151           Enable videoscale.
23152
23153 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23154
23155         * gst-libs/gst/gconf/gconf.c:
23156         * gst-libs/gst/gconf/gconf.h:
23157           Fix some Andy Problem [tm].
23158
23159 2005-08-04  Andy Wingo  <wingo@pobox.com>
23160
23161         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
23162         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
23163         (gst_ffmpegcsp_get_size): Adapt to API changes.
23164
23165         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
23166         Implement an in-place do-nothing transform.
23167
23168 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23169
23170         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
23171         (gst_ximagesink_renegotiate_size):
23172           Do not set new window sizes yet if we prepare a new buffer size
23173           for upstream renegotiation (software scaling) at some point in the
23174           future, because this new size waqs not actually accepted yet. Once
23175           accepted, renegotiation later on will set the new sizes just fine.
23176           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
23177           embedding testcase.
23178
23179 2005-08-03  Andy Wingo  <wingo@pobox.com>
23180
23181         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
23182         (gst_ximagesink_buffer_alloc): 
23183         Protect the height, width, and desired_caps with the pool_lock.
23184         Fixes videotestsrc ! queue ! ximagesink.
23185
23186 2005-08-02  Edward Hervey  <edward@fluendo.com>
23187
23188         * gst/volume/gstvolume.c:
23189         include left from controller cleanup
23190
23191 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
23192         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
23193           Stop collectpads before calling the parent state
23194           change function on PAUSED->READY.
23195
23196 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
23197         * configure.ac:
23198           When testing for X libs, use the X CFlags 
23199         * gst/adder/gstadder.c: (gst_adder_change_state):
23200           Stop the collectpads before calling parent state change function
23201           on PAUSED->READY, otherwise we deadlock deactivating pads.
23202
23203 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
23204
23205         * configure.ac:
23206         * docs/libs/tmpl/gstcolorbalance.sgml:
23207         * docs/libs/tmpl/gstmixer.sgml:
23208         * examples/Makefile.am:
23209         * gst/sine/Makefile.am:
23210         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
23211         (gst_sinesrc_set_property), (plugin_init):
23212         * gst/sine/gstsinesrc.h:
23213         * gst/volume/Makefile.am:
23214         * gst/volume/gstvolume.c: (gst_volume_set_volume),
23215         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
23216         (volume_process_float), (volume_process_int16),
23217         (volume_set_property), (plugin_init):
23218         * gst/volume/gstvolume.h:
23219           deactivate and remove dparams (libgstcontrol)
23220
23221 2005-07-29  Wim Taymans  <wim@fluendo.com>
23222
23223         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
23224         Convert me to BaseTransform!! help..
23225
23226 2005-07-29  Andy Wingo  <wingo@pobox.com>
23227
23228         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
23229         sinks.
23230
23231         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
23232         support of both endiannesses.
23233
23234 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
23235
23236         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
23237           Fix confusing debug message (s/event/query/)
23238
23239 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
23240
23241         * gst/videotestsrc/videotestsrc.h:
23242           Use "_stdint.h" instead of <stdint.h>
23243
23244 2005-07-27  Wim Taymans  <wim@fluendo.com>
23245
23246         * ext/vorbis/Makefile.am:
23247         Revert wrong commit.
23248
23249 2005-07-27  Wim Taymans  <wim@fluendo.com>
23250
23251         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
23252         More compilation fixen.
23253
23254 2005-07-27  Wim Taymans  <wim@fluendo.com>
23255
23256         * gst-libs/gst/audio/gstbaseaudiosink.c:
23257         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
23258         (gst_base_audio_sink_create_ringbuffer),
23259         (gst_base_audio_sink_change_state):
23260         Fix compilation.
23261
23262 2005-07-27  Wim Taymans  <wim@fluendo.com>
23263
23264         * examples/seeking/seek.c: (setup_dynamic_link),
23265         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
23266         (query_positions_elems), (query_positions_pads), (do_seek):
23267         Update seek example.
23268
23269         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
23270         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
23271         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
23272         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
23273         (gst_ogg_demux_handle_event),
23274         (gst_ogg_demux_deactivate_current_chain),
23275         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
23276         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23277         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
23278         (gst_ogg_demux_loop):
23279         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
23280         * ext/theora/theoradec.c: (theora_dec_src_event),
23281         (theora_dec_src_getcaps), (theora_dec_sink_event),
23282         (theora_dec_push), (theora_dec_chain):
23283         * ext/vorbis/Makefile.am:
23284         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
23285         (vorbis_dec_sink_event), (vorbis_dec_push),
23286         (vorbis_handle_data_packet):
23287         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
23288         (gst_vorbisenc_chain):
23289         * gst/playback/gststreaminfo.c: (cb_probe):
23290         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
23291         * gst/videorate/gstvideorate.c: (gst_videorate_event):
23292         * gst/videoscale/gstvideoscale.c:
23293         (gst_videoscale_handle_src_event):
23294         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
23295         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
23296         (gst_ximagesink_navigation_send_event):
23297         * sys/xvimage/xvimagesink.c:
23298         (gst_xvimagesink_navigation_send_event):
23299         Various event updates and cleanups
23300
23301 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23302
23303         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
23304           Fix segfault for I420/YV12.
23305
23306 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23307
23308         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
23309           Report bitrate.
23310
23311 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23312
23313         * gst/playback/gstplaybin.c: (gen_video_element),
23314         (gen_audio_element):
23315           Switch to auto*sink elements as default sinks; add volume element
23316           so that volume control in totem works.
23317
23318 2005-07-21  Wim Taymans  <wim@fluendo.com>
23319
23320         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
23321         * gst/playback/gstplaybin.c: (setup_sinks),
23322         (gst_play_bin_change_state):
23323         Refcount fix and more comments.
23324
23325 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23326
23327         * sys/ximage/Makefile.am:
23328         * sys/ximage/ximage.c: (plugin_init):
23329         * sys/ximage/ximagesink.c:
23330         Prepare for adding ximagesrc, rename of plugin to ximage etc.
23331         
23332
23333 2005-07-21  Wim Taymans  <wim@fluendo.com>
23334
23335         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
23336         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
23337         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
23338         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
23339         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
23340         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
23341         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
23342         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
23343         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
23344         Generate correct disconts for live chained oggs.
23345
23346         * gst-libs/gst/audio/gstbaseaudiosink.c:
23347         (gst_base_audio_sink_render),
23348         (gst_base_audio_sink_create_ringbuffer),
23349         (gst_base_audio_sink_change_state):
23350         Handle discont math correctly.
23351
23352         * gst/playback/gstplaybin.c: (add_sink):
23353         Some small debug cleanup.
23354
23355 2005-07-21  Wim Taymans  <wim@fluendo.com>
23356
23357         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
23358         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
23359         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
23360         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
23361         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
23362         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
23363         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
23364         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
23365         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23366         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
23367         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
23368         (gst_ogg_demux_change_state), (gst_ogg_print):
23369         Reorganize code to send the right disconts when in streaming
23370         mode.
23371
23372 2005-07-20  Andy Wingo  <wingo@pobox.com>
23373
23374         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
23375         fix (?), fixes a seggie mcfalterson (#310894).
23376
23377 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23378
23379         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
23380         (gst_ogg_mux_set_header_on_caps):
23381         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
23382         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
23383         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
23384         * gst-libs/gst/audio/multichannel.c:
23385         (gst_audio_set_channel_positions),
23386         (gst_audio_set_structure_channel_positions_list):
23387         * gst/playback/gstdecodebin.c: (dynamic_create):
23388         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
23389         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
23390           Fixes for API changes in core.
23391
23392 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23393
23394         * gst/playback/gstplaybasebin.c: (fill_buffer):
23395           Use _new_custom() so we can set custom message types for buffering
23396           messages.
23397
23398 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23399
23400         * configure.ac:
23401         * gst-libs/gst/Makefile.am:
23402         * gst-libs/gst/gconf/.cvsignore:
23403         * gst-libs/gst/gconf/Makefile.am:
23404         * gst-libs/gst/gconf/test-gconf.c:
23405         * pkgconfig/Makefile.am:
23406         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
23407         * pkgconfig/gstreamer-gconf.pc.in:
23408           Remove gconf stuff, use gconf elements instead from now on.
23409
23410 2005-07-20  Wim Taymans  <wim@fluendo.com>
23411
23412         * gst-libs/gst/audio/TODO:
23413         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
23414         (gst_audio_clock_get_internal_time):
23415         * gst-libs/gst/audio/gstaudioclock.h:
23416         * gst-libs/gst/audio/gstbaseaudiosink.c:
23417         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
23418         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
23419         (gst_base_audio_sink_render),
23420         (gst_base_audio_sink_create_ringbuffer),
23421         (gst_base_audio_sink_change_state):
23422         Make sure the audio clock always returns an increasing value.
23423
23424 2005-07-19  Andy Wingo  <wingo@pobox.com>
23425
23426         * gst/videotestsrc/: Cleanups.
23427
23428 2005-07-19  Wim Taymans  <wim@fluendo.com>
23429
23430         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
23431         Better debugging.
23432
23433 2005-07-19  Wim Taymans  <wim@fluendo.com>
23434
23435         * examples/seeking/seek.c: (make_dv_pipeline),
23436         (make_vorbis_theora_pipeline), (query_rates),
23437         (query_positions_elems), (query_positions_pads), (do_seek):
23438         Make correct DV pipeline.
23439
23440 2005-07-18  Andy Wingo  <wingo@pobox.com>
23441
23442         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
23443         default. Also because it's the only thing that really works. (This
23444         is used in the GConf elements).
23445         Use AS_LIBTOOL_TAGS.
23446
23447 2005-07-18  Wim Taymans  <wim@fluendo.com>
23448
23449         * gst/playback/gstdecodebin.c: (remove_element_chain):
23450         * gst/playback/gstplaybin.c: (add_sink):
23451         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23452         (gst_stream_info_set_mute):
23453         * gst/playback/gststreamselector.c:
23454         (gst_stream_selector_get_linked_pad),
23455         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
23456         More leak and compile fixes.
23457
23458 2005-07-18  Wim Taymans  <wim@fluendo.com>
23459
23460         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23461         (query_rates), (query_positions_elems), (query_positions_pads),
23462         (do_seek), (seek_cb), (stop_seek):
23463         Updated seek example. 
23464
23465         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
23466         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
23467         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
23468         * gst/playback/gstplaybin.c: (add_sink):
23469         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23470         (gst_stream_info_set_mute):
23471         Some refcount leak fixes.
23472
23473 2005-07-16  Wim Taymans  <wim@fluendo.com>
23474
23475         * gst-libs/gst/audio/gstbaseaudiosink.c:
23476         (gst_base_audio_sink_render):
23477         Align samples even if we have roundoff errors in the 
23478         timestamp conversion.
23479
23480 2005-07-16  Wim Taymans  <wim@fluendo.com>
23481
23482         * docs/libs/tmpl/gstringbuffer.sgml:
23483         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23484         (query_rates), (query_positions_elems), (query_positions_pads),
23485         (update_scale), (do_seek):
23486         Updated seek example.
23487
23488         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23489         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
23490         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
23491         (gst_ogg_demux_loop):
23492         Push out correct discont values.
23493
23494         * ext/theora/theoradec.c: (theora_dec_src_convert),
23495         (theora_dec_sink_convert), (theora_dec_src_getcaps),
23496         (theora_dec_sink_event), (theora_handle_type_packet),
23497         (theora_handle_header_packet), (theora_dec_push),
23498         (theora_handle_data_packet), (theora_dec_chain),
23499         (theora_dec_change_state):
23500         Better timestamping.
23501
23502         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
23503         (vorbis_dec_sink_event), (vorbis_dec_push),
23504         (vorbis_handle_data_packet), (vorbis_dec_chain):
23505         * ext/vorbis/vorbisdec.h:
23506         Better timestamping.
23507
23508         * gst-libs/gst/audio/gstbaseaudiosink.c:
23509         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
23510         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
23511         Handle syncing on timestamps instead of sample offsets. Make
23512         use of DISCONT values as described in design docs.
23513
23514         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23515         (gst_base_audio_src_get_time):
23516         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
23517         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
23518         (gst_ring_buffer_read):
23519         * gst-libs/gst/audio/gstringbuffer.h:
23520         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
23521         (gst_ximagesink_show_frame):
23522         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
23523         Correcly convert buffer timestamp to stream time.
23524
23525 2005-07-16  Wim Taymans  <wim@fluendo.com>
23526
23527         * gst/audioconvert/gstaudioconvert.c:
23528         (gst_audio_convert_get_buffer):
23529         Timestamp buffers correctly.
23530
23531         * gst/playback/gstplaybin.c: (gen_video_element):
23532         Make internal fakesink silent.
23533
23534 2005-07-15  Wim Taymans  <wim@fluendo.com>
23535
23536         * gst/ffmpegcolorspace/Makefile.am:
23537         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23538         (gst_ffmpegcsp_caps_remove_format_info),
23539         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
23540         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
23541         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
23542         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
23543         Ported ffmpegcolorspace to basetransform.
23544
23545         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
23546         * gst/volume/gstvolume.c: (volume_transform):
23547         Ported to new API.
23548
23549 2005-07-14  Wim Taymans  <wim@fluendo.com>
23550
23551         * gst/videotestsrc/Makefile.am:
23552         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
23553         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
23554         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
23555         (gst_videotestsrc_init), (gst_videotestsrc_event),
23556         (gst_videotestsrc_create), (gst_videotestsrc_start),
23557         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
23558         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
23559         (gst_videotestsrc_get_property):
23560         * gst/videotestsrc/gstvideotestsrc.h:
23561         Make videotestsrc a pushsrc.
23562
23563 2005-07-14  Wim Taymans  <wim@fluendo.com>
23564
23565         * gst/tcp/gstfdset.c: (gst_fdset_free):
23566         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
23567         (gst_multifdsink_add), (gst_multifdsink_remove),
23568         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
23569         (gst_multifdsink_remove_client_link),
23570         (gst_multifdsink_client_queue_data),
23571         (gst_multifdsink_client_queue_caps),
23572         (gst_multifdsink_client_queue_buffer),
23573         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
23574         (gst_multifdsink_stop):
23575         * gst/tcp/gstmultifdsink.h:
23576         0.8 backporting.
23577
23578         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
23579         Also draw image when not from a pool.
23580
23581 2005-07-14  Wim Taymans  <wim@fluendo.com>
23582
23583         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
23584         (mute_stream), (silence_stream):
23585         Small debug additions.
23586
23587 2005-07-14  Wim Taymans  <wim@fluendo.com>
23588
23589         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
23590         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
23591         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
23592         Better error recovery, ignore unconnected pads and
23593         non-fatal errors.
23594
23595 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23596
23597         * docs/libs/tmpl/gstaudio.sgml:
23598         * docs/libs/tmpl/gstcolorbalance.sgml:
23599         * docs/libs/tmpl/gstgconf.sgml:
23600         * docs/libs/tmpl/gstmixer.sgml:
23601         * docs/libs/tmpl/gstringbuffer.sgml:
23602         * docs/libs/tmpl/gsttuner.sgml:
23603         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23604         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
23605         (gst_tcpclientsrc_class_init):
23606         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
23607         (gst_tcpserversrc_class_init):
23608         * sys/v4l/gstv4lelement.c:
23609           more autistic cleanliness in functions/names/defines
23610
23611 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
23612
23613         * configure.ac:
23614           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
23615           added manually to each Makefile.am so we are sure it goes
23616           *last* and doesn't add -L flags before linking in libs of our
23617           own, like, say, internal .la libs, that then accidentally pick
23618           up the installed copy.
23619         * docs/libs/Makefile.am:
23620         * ext/alsa/Makefile.am:
23621         * ext/cdparanoia/Makefile.am:
23622         * ext/gnomevfs/Makefile.am:
23623         * ext/libvisual/Makefile.am:
23624         * ext/ogg/Makefile.am:
23625         * ext/theora/Makefile.am:
23626         * ext/vorbis/Makefile.am:
23627         * gst-libs/gst/video/Makefile.am:
23628         * gst/adder/Makefile.am:
23629         * gst/audioconvert/Makefile.am:
23630         * gst/audiorate/Makefile.am:
23631         * gst/audioscale/Makefile.am:
23632         * gst/ffmpegcolorspace/Makefile.am:
23633         * gst/playback/Makefile.am:
23634         * gst/sine/Makefile.am:
23635         * gst/subparse/Makefile.am:
23636         * gst/tags/Makefile.am:
23637         * gst/tcp/Makefile.am:
23638         * gst/typefind/Makefile.am:
23639         * gst/videorate/Makefile.am:
23640         * gst/videoscale/Makefile.am:
23641         * gst/videotestsrc/Makefile.am:
23642         * gst/volume/Makefile.am:
23643         * sys/v4l/Makefile.am:
23644         * sys/ximage/Makefile.am:
23645         * sys/xvimage/Makefile.am:
23646           adapt properly to this change. This should make sure that
23647           plugins and libs properly link to the as-yet-uninstalled
23648           copies of stuff like libgstinterfaces and libgstvideo
23649
23650 2005-07-13  Andy Wingo  <wingo@pobox.com>
23651
23652         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
23653         (gst_v4lsrc_fixate): Fixate on format as well.
23654
23655         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
23656         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
23657         buffer points to it.
23658         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
23659         rather just doing X calls ourselves. Also fixes a memleak.
23660
23661 2005-07-12  Andy Wingo  <wingo@pobox.com>
23662
23663         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
23664         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
23665         (gst_v4lsrc_create): Re-add the copy-mode property, default to
23666         TRUE to avoid deadlocks if an element holds on to our buffers.
23667
23668 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
23669
23670         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
23671         (gst_sinesrc_init), (gst_sinesrc_create),
23672         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
23673         (gst_sinesrc_start):
23674         * gst/sine/gstsinesrc.h:
23675           removing num-buffers property before moving it
23676
23677 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
23678
23679         * configure.ac:
23680           use overridable ERROR_CFLAGS
23681         * docs/libs/gst-plugins-base-libs.types:
23682         * docs/libs/tmpl/gstringbuffer.sgml:
23683         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
23684         (gst_alsasink_class_init):
23685         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
23686         (gst_alsasrc_class_init):
23687         * gst-libs/gst/audio/audio.h:
23688         * gst-libs/gst/audio/gstaudioclock.h:
23689         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
23690         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
23691         (gst_audio_filter_link), (gst_audio_filter_init),
23692         (gst_audio_filter_chain), (gst_audio_filter_set_property),
23693         (gst_audio_filter_get_property),
23694         (gst_audio_filter_class_add_pad_templates):
23695         * gst-libs/gst/audio/gstaudiofilter.h:
23696         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
23697         (gst_audio_filter_template_get_type),
23698         (gst_audio_filter_template_base_init),
23699         (gst_audio_filter_template_class_init),
23700         (gst_audio_filter_template_init),
23701         (gst_audio_filter_template_set_property),
23702         (gst_audio_filter_template_get_property), (plugin_init),
23703         (gst_audio_filter_template_setup),
23704         (gst_audio_filter_template_filter),
23705         (gst_audio_filter_template_filter_inplace):
23706         * gst-libs/gst/audio/gstaudiosink.c:
23707         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23708         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
23709         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
23710         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
23711         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
23712         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
23713         * gst-libs/gst/audio/gstaudiosink.h:
23714         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
23715         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
23716         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
23717         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
23718         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
23719         (gst_audio_src_class_init), (gst_audio_src_init),
23720         (gst_audio_src_create_ringbuffer):
23721         * gst-libs/gst/audio/gstaudiosrc.h:
23722         * gst-libs/gst/audio/gstbaseaudiosink.c:
23723         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
23724         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
23725         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
23726         (gst_base_audio_sink_set_property),
23727         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
23728         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
23729         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
23730         (gst_base_audio_sink_create_ringbuffer),
23731         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
23732         * gst-libs/gst/audio/gstbaseaudiosink.h:
23733         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23734         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
23735         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
23736         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
23737         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
23738         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
23739         (gst_base_audio_src_event), (gst_base_audio_src_create),
23740         (gst_base_audio_src_create_ringbuffer),
23741         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
23742         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23743         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
23744         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
23745         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
23746         (gst_ring_buffer_debug_spec_caps),
23747         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
23748         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
23749         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
23750         (gst_ring_buffer_start), (gst_ring_buffer_pause),
23751         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
23752         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
23753         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
23754         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
23755         (gst_ring_buffer_clear):
23756         * gst-libs/gst/audio/gstringbuffer.h:
23757         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
23758         (gst_video_sink_class_init), (gst_video_sink_get_type):
23759         * gst-libs/gst/video/videosink.h:
23760         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
23761         (gst_multifdsink_class_init),
23762         (gst_multifdsink_handle_client_write),
23763         (gst_multifdsink_change_state):
23764         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23765         (gst_tcpclientsink_setcaps):
23766         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
23767         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
23768         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
23769         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
23770         (gst_ximagesink_send_pending_navigation),
23771         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
23772         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
23773         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
23774         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
23775         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
23776         (gst_xvimagesink_send_pending_navigation),
23777         (gst_xvimagesink_navigation_send_event),
23778         (gst_xvimagesink_set_xwindow_id),
23779         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
23780         (gst_xvimagesink_get_type):
23781         more macro splitting
23782
23783 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23784
23785         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
23786           plug a memleak, allows me to import 1479 albums in one go
23787           in jamboree
23788         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
23789         (vorbis_handle_type_packet), (vorbis_dec_chain),
23790         (vorbis_dec_change_state):
23791           fix some format strings
23792
23793 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23794
23795         * docs/libs/tmpl/gstcolorbalance.sgml:
23796         * docs/libs/tmpl/gstmixer.sgml:
23797         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
23798         (gst_alsasink_set_property), (gst_alsasink_get_property):
23799         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
23800         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
23801           add device property
23802
23803 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23804
23805         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
23806         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
23807         (audiocast_register_listener), (audiocast_thread_run),
23808         (gst_gnomevfssrc_send_additional_headers_callback),
23809         (gst_gnomevfssrc_received_headers_callback),
23810         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
23811         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
23812         (gst_gnomevfssrc_get_size):
23813           add/clean up debugging
23814         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
23815           cleanups
23816
23817 2005-07-07  Andy Wingo  <wingo@pobox.com>
23818
23819         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
23820         framerate. Need to get a handle on when exactly this function is
23821         called, tho.
23822
23823         * sys/v4l/v4lsrc_calls.h:
23824         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
23825         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
23826         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
23827
23828         * sys/v4l/v4l_calls.h: Cast to V4lElement.
23829         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
23830         v4lelements are sources.
23831
23832         * sys/v4l/gstv4lxoverlay.h:
23833         * sys/v4l/gstv4lxoverlay.c:
23834         * sys/v4l/gstv4ltuner.h:
23835         * sys/v4l/gstv4ltuner.c: Header loc fixen.
23836         
23837         * sys/v4l/gstv4lsrc.h:
23838         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
23839         PushSrc/BaseSrc. Removed most sync-related properties, videorate
23840         or something should handle that. Made a live source.
23841
23842         * sys/v4l/gstv4lelement.h:
23843         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
23844         signals. Some cleanups.
23845
23846         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
23847
23848         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
23849         stuff.
23850
23851         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
23852         stuff.
23853
23854         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
23855
23856 2005-07-07  Wim Taymans  <wim@fluendo.com>
23857
23858         * ext/theora/theoradec.c: (theora_get_query_types),
23859         (theora_dec_src_getcaps), (theora_dec_push):
23860         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
23861         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
23862         Remove deprecated/unused query types.
23863
23864 2005-07-06  Wim Taymans  <wim@fluendo.com>
23865
23866         * ext/alsa/Makefile.am:
23867         * ext/alsa/gstalsaplugin.c: (plugin_init):
23868         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
23869         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
23870         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
23871         (gst_alsasrc_class_init), (gst_alsasrc_init),
23872         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
23873         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
23874         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
23875         (gst_alsasrc_reset):
23876         * ext/alsa/gstalsasrc.h:
23877         * gst-libs/gst/audio/Makefile.am:
23878         * gst-libs/gst/audio/gstaudiosink.c:
23879         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23880         (gst_audioringbuffer_start):
23881         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
23882         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
23883         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
23884         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
23885         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
23886         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
23887         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
23888         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
23889         * gst-libs/gst/audio/gstaudiosrc.h:
23890         * gst-libs/gst/audio/gstbaseaudiosink.c:
23891         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
23892         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
23893         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
23894         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23895         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
23896         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
23897         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
23898         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
23899         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
23900         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
23901         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
23902         (gst_baseaudiosrc_change_state):
23903         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23904         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
23905         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
23906         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
23907         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
23908         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
23909         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
23910         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
23911         * gst-libs/gst/audio/gstringbuffer.h:
23912         Added audiosource base classes.
23913         Ported alsasrc, still very basic.
23914
23915 2005-07-06  Wim Taymans  <wim@fluendo.com>
23916
23917         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
23918         (theora_dec_push), (theora_handle_data_packet):
23919         Prepare for better timestamp fix later.
23920
23921         * gst/audioconvert/gstaudioconvert.c:
23922         List most accurate caps first
23923
23924         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
23925         Use proper pad task function.
23926
23927         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
23928         (gst_xvimagesink_show_frame):
23929         Fix deadlock when alloc failed.
23930
23931 2005-07-05  Andy Wingo  <wingo@pobox.com>
23932
23933         * ext/gnomevfs/gstgnomevfssrc.c:
23934         * gst/sine/gstsinesrc.c:
23935         * gst/tcp/gsttcpserversrc.c:
23936         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
23937
23938         * sys/v4l/: Port from 0.8.
23939
23940         * Many files: Null if we got it....
23941
23942 2005-07-05  Andy Wingo  <wingo@pobox.com>
23943
23944         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
23945         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
23946         Signedness fixes.
23947
23948 2005-07-05  Wim Taymans  <wim@fluendo.com>
23949
23950         * configure.ac:
23951         * gst/tcp/Makefile.am:
23952         * gst/tcp/README:
23953         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
23954         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
23955         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
23956         (is_sync_frame), (gst_multifdsink_handle_client_write),
23957         (gst_multifdsink_render), (gst_multifdsink_start),
23958         (gst_multifdsink_stop), (gst_multifdsink_change_state):
23959         * gst/tcp/gstmultifdsink.h:
23960         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
23961         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
23962         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
23963         * gst/tcp/gsttcp.h:
23964         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23965         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
23966         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
23967         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
23968         * gst/tcp/gsttcpclientsink.h:
23969         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
23970         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
23971         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
23972         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
23973         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
23974         * gst/tcp/gsttcpclientsrc.h:
23975         * gst/tcp/gsttcpplugin.c: (plugin_init):
23976         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
23977         * gst/tcp/gsttcpserversink.h:
23978         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
23979         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
23980         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
23981         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
23982         (gst_tcpserversrc_stop):
23983         * gst/tcp/gsttcpserversrc.h:
23984         * gst/tcp/gsttcpsink.c:
23985         * gst/tcp/gsttcpsink.h:
23986         * gst/tcp/gsttcpsrc.c:
23987         * gst/tcp/gsttcpsrc.h:
23988         Ported tcp plugins to 0.9. 
23989         
23990
23991 2005-07-05  Andy Wingo  <wingo@pobox.com>
23992
23993         * gst/playback/gstplaybasebin.c (fill_buffer):
23994         message_new_application fixen.
23995
23996         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
23997         Style fix.
23998
23999 2005-07-04  Wim Taymans  <wim@fluendo.com>
24000
24001         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
24002         Set caps on output buffer.
24003
24004 2005-07-04  Andy Wingo  <wingo@pobox.com>
24005
24006         * ext/gnomevfs/gstgnomevfssrc.c
24007         (gst_gnomevfssrc_received_headers_callback) 
24008         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
24009         hopefully.
24010
24011         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
24012         No refcount leakage.
24013
24014         * configure.ac: Enable -Werror.
24015         
24016         * ext/theora/theoradec.c (theora_dec_src_getcaps):
24017         * gst/audioconvert/bufferframesconvert.c
24018         (buffer_frames_convert_fixate):
24019         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
24020         (gst_audio_convert_fixate):
24021         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
24022         (gst_sinesrc_create): Fixate func changes.
24023         
24024         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
24025         (gst_ximagesink_buffer_alloc): Unused var.
24026
24027 2005-07-01  Andy Wingo  <wingo@pobox.com>
24028
24029         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
24030         getcaps to do explicit caps. Needs to be done in all decoders,
24031         possibly via a base class.
24032
24033         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
24034
24035         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
24036         caps on the sink pad, just rely on the pad template. Also, setting
24037         ANY caps on a pad is not valid because the caps are not fixed.
24038
24039         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
24040         caps on the buffer, and get the width from the desired_caps if
24041         they're set.
24042         (gst_ximagesink_renegotiate_size): Implement via setting the
24043         desired_caps on the ximagesink.
24044         (gst_ximagesink_setcaps): Only reset the width of the player if it
24045         wasn't already set. Not sure if this is right.
24046         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
24047
24048         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
24049         that the user wants. NULL unless the window has been resized.
24050
24051         * gst/volume/gstvolume.c (volume_transform): Adapt to
24052         basetransform refcount changes.
24053         
24054 2005-07-01  Andy Wingo  <wingo@pobox.com>
24055
24056         * gst/videoscale/gstvideoscale.c:
24057         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
24058         from BaseTransform, implements a transform_caps. Removed dead code
24059         including some PAR stuff that was never reached -- should probably
24060         be added back somehow.
24061
24062 2005-07-01  Andy Wingo  <wingo@pobox.com>
24063
24064         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
24065         come later.
24066
24067 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
24068
24069         * configure.ac:
24070         * docs/libs/Makefile.am:
24071         * docs/libs/gst-plugins-libs.types:
24072         * ext/alsa/Makefile.am:
24073         * ext/alsa/gstalsamixer.h:
24074         * ext/alsa/gstalsamixeroptions.h:
24075         * ext/alsa/gstalsamixertrack.h:
24076         * gst-libs/gst/Makefile.am:
24077         * gst-libs/gst/colorbalance/.cvsignore:
24078         * gst-libs/gst/colorbalance/Makefile.am:
24079         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
24080         * gst-libs/gst/colorbalance/colorbalance.c:
24081         * gst-libs/gst/colorbalance/colorbalance.h:
24082         * gst-libs/gst/colorbalance/colorbalance.vcproj:
24083         * gst-libs/gst/colorbalance/colorbalancechannel.c:
24084         * gst-libs/gst/colorbalance/colorbalancechannel.h:
24085         * gst-libs/gst/interfaces/Makefile.am:
24086         * gst-libs/gst/interfaces/colorbalance.c:
24087         (gst_color_balance_class_init):
24088         * gst-libs/gst/interfaces/colorbalance.h:
24089         * gst-libs/gst/interfaces/interfaces-marshal.list:
24090         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
24091         * gst-libs/gst/interfaces/mixer.h:
24092         * gst-libs/gst/interfaces/mixeroptions.h:
24093         * gst-libs/gst/interfaces/navigation.c:
24094         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
24095         * gst-libs/gst/interfaces/tuner.h:
24096         * gst/volume/Makefile.am:
24097         * gst/volume/gstvolume.c:
24098         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
24099         * sys/ximage/Makefile.am:
24100         * sys/ximage/ximagesink.c:
24101         * sys/xvimage/Makefile.am:
24102         * sys/xvimage/xvimagesink.c:
24103           fold in all interfaces into an interfaces dir, preserving CVS
24104           history
24105
24106 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24107
24108         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
24109           Fix build after riff changes.
24110
24111 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24112
24113         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
24114         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
24115         (gst_riff_create_video_template_caps),
24116         (gst_riff_create_audio_template_caps),
24117         (gst_riff_create_iavs_template_caps):
24118         * gst-libs/gst/riff/riff-media.h:
24119         * gst-libs/gst/riff/riff-read.h:
24120         * gst-libs/gst/riff/riff.c: (gst_riff_init):
24121           Add gst_riff_init() to initialize the debug category, instead
24122           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
24123
24124 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24125
24126         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
24127           Oops, I shouldn't apply hacks.
24128
24129 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24130
24131         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
24132           Remove pad_loop function which doesn't work.
24133
24134 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24135
24136         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
24137           Send EOS when deactivating.
24138         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
24139         (check_queue), (queue_threshold_reached), (queue_out_of_data),
24140         (gen_preroll_element), (probe_triggered), (mute_stream),
24141         (silence_stream), (new_decoded_pad), (setup_substreams),
24142         (set_active_source):
24143         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
24144         (remove_sinks), (add_sink):
24145         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
24146           Change for new probe API.
24147
24148 2005-06-29  Wim Taymans  <wim@fluendo.com>
24149
24150         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
24151         * gst-libs/gst/audio/gstbaseaudiosink.c:
24152         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
24153         (gst_baseaudiosink_change_state):
24154         * gst-libs/gst/audio/gstbaseaudiosink.h:
24155         * gst-libs/gst/audio/gstringbuffer.c:
24156         (gst_ringbuffer_set_callback):
24157         Fix compilation error.
24158         Ringbuffer starts out as not running.
24159         Free our clock in dispose.
24160         When releasing the ringbuffer we need to renegotiate so
24161         clear the pad caps.
24162
24163 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
24164
24165         * autogen.sh:
24166         * configure.ac:
24167         * docs/Makefile.am:
24168         * docs/libs/Makefile.am:
24169         * docs/libs/gst-plugins-libs-docs.sgml:
24170         * docs/libs/gst-plugins-libs-sections.txt:
24171         * docs/libs/gst-plugins-libs.types:
24172         * docs/libs/tmpl/gstaudio.sgml:
24173         * docs/libs/tmpl/gstcolorbalance.sgml:
24174         * docs/libs/tmpl/gstringbuffer.sgml:
24175         * gst-libs/gst/audio/gstringbuffer.c:
24176         (gst_ringbuffer_set_callback):
24177           reinstate gtk-doc docs for plugin libs
24178
24179 2005-06-28  Wim Taymans  <wim@fluendo.com>
24180
24181         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24182         (gst_ogg_demux_init):
24183         Removed pad loop function.
24184
24185 2005-06-28  Wim Taymans  <wim@fluendo.com>
24186
24187         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
24188         If we're building a chain we are not in an error case
24189         when we queue a buffer.
24190
24191 2005-06-28  Andy Wingo  <wingo@pobox.com>
24192
24193         * *.c: Don't cast to GstObject before reffing/unreffing.
24194
24195 2005-06-27  Andy Wingo  <wingo@pobox.com>
24196
24197         * gst/videotestsrc/gstvideotestsrc.c
24198         (gst_videotestsrc_activate_push): Activation API changes.
24199
24200         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
24201         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
24202         they have refs on the decodebin.
24203
24204         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
24205         parent class.
24206         (gst_ogg_pad_typefind): Don't leak a pad ref.
24207         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
24208         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
24209         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
24210
24211 2005-06-27  Edward Hervey  <edward@fluendo.com>
24212
24213         * ext/theora/theoradec.c: (theora_dec_change_state): 
24214         re-arranged call to parent's state change in order to avoid locks (or
24215         worse).
24216
24217 2005-06-26  Edward Hervey  <edward@fluendo.com>
24218
24219         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
24220         2nd argument of 'unknow-type' signal is a GstCaps and not a
24221         GstMiniObject
24222
24223 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
24224         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
24225           Set the worker thread's running flag to TRUE before starting the
24226           thread.
24227         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
24228           Catch a failure to add typefind to the bin.
24229
24230 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24231
24232         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
24233         (gst_sinesrc_init), (gst_sinesrc_create),
24234         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
24235         (gst_sinesrc_start):
24236         * gst/sine/gstsinesrc.h:
24237           add num-buffers and timestamp-offset properties
24238         * gst/videotestsrc/gstvideotestsrc.c:
24239         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
24240         (gst_videotestsrc_get_property):
24241           add timestamp-offset property
24242
24243 2005-06-23  Christian Schaller  <uraeus@gnome.org>
24244
24245         * configure.ac: add videorate
24246         * gst-plugins-base.spec.in: add videorate
24247
24248 2005-06-23  Wim Taymans  <wim@fluendo.com>
24249
24250         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24251         (gst_videorate_getcaps), (gst_videorate_setcaps),
24252         (gst_videorate_event), (gst_videorate_chain):
24253         Fixed videorate, fixating an already fixated caps is not
24254         an error.
24255
24256 2005-06-23  Wim Taymans  <wim@fluendo.com>
24257
24258         * ext/ogg/README:
24259         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
24260         Buffer on caps is not boxed anymore.
24261
24262 2005-06-22  Wim Taymans  <wim@fluendo.com>
24263
24264         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
24265         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
24266         Set buffers on caps as miniobjects and not as boxed.
24267
24268 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24269
24270         * configure.ac:
24271           back to HEAD
24272
24273 === release 0.9.1 ===
24274
24275 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24276
24277         * .cvsignore:
24278         * NEWS:
24279         * README:
24280         * RELEASE:
24281         * configure.ac:
24282         * po/af.po:
24283         * po/az.po:
24284         * po/cs.po:
24285         * po/en_GB.po:
24286         * po/hu.po:
24287         * po/it.po:
24288         * po/nb.po:
24289         * po/nl.po:
24290         * po/or.po:
24291         * po/sq.po:
24292         * po/sr.po:
24293         * po/sv.po:
24294         * po/uk.po:
24295         * po/vi.po:
24296           updates for release
24297
24298 2005-06-09  Andy Wingo  <wingo@pobox.com>
24299
24300         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
24301         
24302 2005-06-09  Andy Wingo  <wingo@pobox.com>
24303
24304         * configure.ac:
24305         * gst-libs/gst/Makefile.am:
24306         * gst-libs/gst/net/Makefile.am:
24307         Add gstnet to build.
24308
24309 2005-06-09  Andy Wingo  <wingo@pobox.com>
24310
24311         * gst-libs/gst/gconf/gconf.c:
24312         * gst/playback/test.c:
24313         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
24314         fixes.
24315
24316         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
24317
24318         * ext/theora/theoraenc.c (theora_enc_chain): 
24319         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
24320
24321         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
24322         RealPad.
24323
24324 2005-06-02  Wim Taymans  <wim@fluendo.com>
24325
24326         * gst-libs/gst/net/Makefile.am:
24327         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
24328         * pkgconfig/gstreamer-libs.pc.in:
24329         Added net stuff, version net lib.
24330
24331 2005-06-02  Wim Taymans  <wim@fluendo.com>
24332
24333         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
24334         (query_rates), (query_positions_elems), (query_positions_pads),
24335         (do_seek):
24336         Updated seek example.
24337
24338 2005-06-02  Andy Wingo  <wingo@pobox.com>
24339
24340         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
24341         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
24342         list.
24343
24344         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
24345         remove the typefind, the bin dispose will do it for us. When it's
24346         removed and unreffed, the signal handler will be disconnected,
24347         too.
24348         (unlinked): It's too difficult to disconnect from unlinked
24349         handlers, as they are on pads not elements. Just punt if the pads
24350         aren't grandkids of the bin.
24351
24352 2005-06-02  Wim Taymans  <wim@fluendo.com>
24353
24354         * ext/ogg/README:
24355         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24356         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
24357         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
24358         * ext/theora/theoradec.c: (theora_dec_src_query),
24359         (theora_handle_data_packet):
24360         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24361         (theora_enc_chain):
24362         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24363         (vorbis_handle_data_packet):
24364         * gst/audioconvert/bufferframesconvert.c:
24365         (buffer_frames_convert_chain):
24366         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24367         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24368         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24369         (gst_ffmpegcsp_chain):
24370         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24371         (gst_videorate_getcaps), (gst_videorate_setcaps),
24372         (gst_videorate_event), (gst_videorate_chain):
24373         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
24374         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
24375         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24376         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
24377         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
24378         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
24379         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
24380         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
24381         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
24382         Cleanups and buffer alloc.
24383
24384 2005-05-31  Wim Taymans  <wim@fluendo.com>
24385
24386         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
24387         Don't try to call the delay method when the device is not
24388         opened.
24389
24390 2005-05-31  Wim Taymans  <wim@fluendo.com>
24391
24392         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
24393         Get actual segment size and buffer size after opening
24394         the device.
24395
24396 2005-05-30  Wim Taymans  <wim@fluendo.com>
24397
24398         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
24399         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
24400         Also FLUSH upstream, makes the loop function exit faster.
24401         
24402         * ext/theora/theoradec.c: (theora_dec_src_query):
24403         Some more debug info in the query.
24404         
24405         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24406         (gst_ximagesink_setcaps):
24407         Release lock on par error, better error reporting.
24408
24409 2005-05-26  Wim Taymans  <wim@fluendo.com>
24410
24411         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24412         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
24413         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
24414         Clear chains in READY
24415         Queue packets until the chain is activated.
24416
24417 2005-05-25  Wim Taymans  <wim@fluendo.com>
24418
24419         * gst-libs/gst/audio/gstaudiosink.c:
24420         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24421         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24422         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24423         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24424         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24425         (gst_audiosink_create_ringbuffer):
24426         * gst-libs/gst/audio/gstbaseaudiosink.c:
24427         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24428         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24429         (gst_baseaudiosink_set_property), (build_linear_format),
24430         (debug_spec_caps), (debug_spec_buffer),
24431         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24432         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24433         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24434         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24435         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24436         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24437         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
24438         (gst_ringbuffer_play), (gst_ringbuffer_pause),
24439         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
24440         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
24441         (wait_segment), (gst_ringbuffer_commit),
24442         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
24443         (gst_ringbuffer_clear):
24444         Various small cleanups.
24445
24446         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24447         (gst_audio_convert_change_state):
24448         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
24449         No need to take the locks anymore.
24450
24451 2005-05-25  Wim Taymans  <wim@fluendo.com>
24452
24453         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
24454         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
24455         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
24456         (type_found):
24457         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
24458         (group_destroy), (group_commit), (queue_overrun),
24459         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
24460         (mute_stream), (new_decoded_pad), (setup_substreams),
24461         (setup_source), (mute_group_type), (set_active_source),
24462         (gst_play_base_bin_change_state):
24463         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
24464         (gen_video_element), (gen_text_element), (gen_audio_element),
24465         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
24466         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
24467         (gst_stream_info_dispose), (gst_stream_info_set_mute):
24468         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
24469         Some playbin cleanups mostly refcounting sloppyness.
24470
24471 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24472
24473         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
24474           Work with streaming input.
24475
24476 2005-05-25  Wim Taymans  <wim@fluendo.com>
24477
24478         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24479         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24480         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24481         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
24482         No need to take the STREAM lock anymore.
24483
24484 2005-05-25  Wim Taymans  <wim@fluendo.com>
24485
24486         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
24487         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
24488         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
24489         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
24490         (gst_ogg_demux_sink_activate):
24491         * ext/theora/theoradec.c: (theora_dec_src_event),
24492         (theora_handle_comment_packet), (theora_dec_chain),
24493         (theora_dec_change_state):
24494         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24495         (vorbis_handle_data_packet), (vorbis_dec_chain),
24496         (vorbis_dec_change_state):
24497         Remove STREAM locks as they are taken in core now.
24498         Never set bogus granulepos on vorbis/theora.
24499         Fix leaks in theoradec tag parsing.
24500
24501 2005-05-25  Wim Taymans  <wim@fluendo.com>
24502
24503         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
24504         Fix memleaks, GST_BUFFER_DATA() is not freed.
24505
24506 2005-05-25  Wim Taymans  <wim@fluendo.com>
24507
24508         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
24509         Open non-blocking, set to blocking mode afterwards to avoid
24510         lockups when audio device is busy.
24511
24512 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24513
24514         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
24515           This can't be good.
24516
24517 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24518
24519         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
24520         (gst_audio_convert_chain), (gst_audio_convert_link_src),
24521         (gst_audio_convert_setcaps):
24522           Implement instant setup switching.
24523
24524 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24525
24526         * gst/playback/gstplaybasebin.c: (probe_triggered):
24527           Fix missing unlock.
24528         * gst/playback/gstplaybin.c: (add_sink):
24529           First add, then link (otherwise pad link fails).
24530
24531 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24532
24533         * examples/Makefile.am:
24534         fix buildbot (make distcheck)
24535
24536 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24537
24538         * gst/playback/gstplaybin.c: (gen_vis_element):
24539           Remove some wrong code. Doesn't work yet.
24540
24541 2005-05-19  Wim Taymans  <wim@fluendo.com>
24542
24543         * gst-libs/gst/net/Makefile.am:
24544         * gst-libs/gst/net/README:
24545         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
24546         (gst_netbuffer_class_init), (gst_netbuffer_init),
24547         (gst_netbuffer_finalize), (gst_netbuffer_copy),
24548         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
24549         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
24550         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
24551         * gst-libs/gst/net/gstnetbuffer.h:
24552         Added buffer subclass to store extra to/from addresses for
24553         network sources/sinks.
24554
24555 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24556
24557         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
24558           Don't lock an unassigned variable.
24559
24560 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24561
24562         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
24563           Increase buffer for video, decrease buffer for other media types.
24564         * gst/playback/gstplaybin.c: (gen_video_element),
24565         (gen_audio_element):
24566           Change names for debugging purposes.
24567
24568 2005-05-18  Wim Taymans  <wim@fluendo.com>
24569
24570         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24571         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24572         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24573         (gst_ffmpegcsp_chain):
24574         Enable buffer alloc passthrough if the source and dest
24575         formats are the same.
24576
24577 2005-05-17  Wim Taymans  <wim@fluendo.com>
24578
24579         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
24580         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
24581         (gst_ogg_demux_chain_unlocked):
24582         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24583         (gst_audio_convert_caps_remove_format_info),
24584         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24585         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
24586         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24587         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24588         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
24589         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
24590         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
24591         (gst_ffmpegcsp_get_property):
24592         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
24593         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
24594         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
24595         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
24596         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
24597         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
24598         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
24599         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
24600         Leak fixes in oggdemux.
24601         Some cleanups in audioconvert.
24602         Make passthrough work along with buffer_alloc etc.
24603         Make buffer_alloc and buffer recycling actually work in
24604         xvimagesink.
24605
24606 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24607
24608         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
24609           make the compiler happy
24610
24611 2005-05-17  Wim Taymans  <wim@fluendo.com>
24612
24613         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
24614         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
24615         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
24616         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
24617         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
24618         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
24619         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
24620         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
24621         (gst_xvimagesink_set_xwindow_id):
24622         * sys/xvimage/xvimagesink.h:
24623         Port xvimagesink to new MiniObject.
24624
24625 2005-05-17  Wim Taymans  <wim@fluendo.com>
24626
24627         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
24628         (gst_audiofilter_chain):
24629         * gst-libs/gst/audio/gstaudiosink.c:
24630         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24631         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24632         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24633         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24634         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24635         (gst_audiosink_create_ringbuffer):
24636         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24637         (gst_audio_convert_caps_remove_format_info),
24638         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24639         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24640         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24641         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24642         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24643         Fix passthrough in ffmpegcolorspace.
24644         Fix memset in audiosink on wrong memory.
24645
24646 2005-05-16  David Schleef  <ds@schleef.org>
24647
24648         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
24649         to GstMiniObject.
24650
24651 2005-05-16  David Schleef  <ds@schleef.org>
24652
24653         Port from GstData to GstMiniObject.
24654         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
24655         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
24656         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
24657         (gst_ogg_mux_collected):
24658         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
24659         * ext/theora/theoradec.c: (theora_handle_comment_packet),
24660         (theora_handle_data_packet):
24661         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24662         (theora_set_header_on_caps), (theora_enc_chain):
24663         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24664         (vorbis_handle_comment_packet):
24665         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
24666         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
24667         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
24668         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
24669         * gst/audioconvert/gstaudioconvert.c:
24670         (gst_audio_convert_get_buffer):
24671         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
24672         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
24673         (mute_stream), (silence_stream):
24674         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
24675         * gst/volume/gstvolume.c: (volume_transform):
24676         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
24677         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
24678         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
24679         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
24680         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
24681         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
24682         (gst_ximagesink_buffer_alloc):
24683         * sys/ximage/ximagesink.h:
24684
24685 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24686
24687         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24688         (fill_buffer), (check_queue), (queue_threshold_reached),
24689         (queue_out_of_data):
24690         * gst/playback/gstplaybasebin.h:
24691           Post buffer-fullness on the bus.
24692
24693 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24694
24695         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
24696         (try_to_link_1):
24697         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24698         (group_commit), (probe_triggered), (setup_source),
24699         (gst_play_base_bin_change_state):
24700         * gst/playback/gstplaybasebin.h:
24701         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24702         (gst_play_bin_init), (remove_sinks), (setup_sinks),
24703         (gst_play_bin_change_state):
24704           Move setup_output_pads into a virtual function, remove
24705           group-switch (no longer needed) and redirect (handled by bus
24706           now) signals.
24707
24708 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24709
24710         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
24711         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
24712         (get_active_group), (get_building_group), (group_destroy),
24713         (group_commit), (check_queue), (queue_overrun),
24714         (queue_threshold_reached), (queue_out_of_data),
24715         (gen_preroll_element), (remove_groups), (unknown_type),
24716         (add_element_stream), (no_more_pads), (probe_triggered),
24717         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
24718         (setup_substreams), (setup_source), (finish_source),
24719         (prepare_output), (muted_group_change_state),
24720         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
24721         (gst_play_base_bin_change_state):
24722         * gst/playback/gstplaybasebin.h:
24723         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24724         (gst_play_bin_init), (gst_play_bin_set_property),
24725         (gen_video_element), (gen_text_element), (gen_audio_element),
24726         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
24727         (gst_play_bin_change_state):
24728         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
24729         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
24730         (stream_info_change_state), (gst_stream_info_set_mute),
24731         (gst_stream_info_get_property):
24732         * gst/playback/gststreaminfo.h:
24733         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
24734         (gst_stream_selector_get_linked_pad),
24735         (gst_stream_selector_getcaps),
24736         (gst_stream_selector_get_linked_pads),
24737         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
24738         * gst/playback/gststreamselector.h:
24739           Rough port of playbin. Needs some more work, but is mostly done,
24740           and uses a few locks in important places, which should make stuff
24741           like chain-switches clean. Still uses GST_STATE() in a few places,
24742           which isn't all that good an idea, subtitles/elements disabled
24743           because no elements to test with and thus probably broken, query
24744           and event handling moved to GstBin, internal thread removed
24745           alltogether because the pipeline does that for us now. Can play
24746           Ogg/Vorbis files. Haven't tested anything else yet.
24747
24748 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24749
24750         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
24751           Do no-more-pads (needed for autoplugging).
24752
24753 2005-05-10  Andy Wingo  <wingo@pobox.com>
24754
24755         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
24756         message to the bus with the tags. Still not sent downstream tho.
24757
24758         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
24759         get_parent.
24760         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
24761         avoid refcounting hassles.
24762
24763 2005-05-09  Andy Wingo  <wingo@pobox.com>
24764
24765         * gst/volume/Makefile.am:
24766         * gst/volume/demo.c
24767         * gst/volume/gstvolume.h
24768         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
24769         basetransform. Probably need an audio filter base class.
24770
24771 2005-05-09  Wim Taymans  <wim@fluendo.com>
24772
24773         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
24774         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
24775         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
24776         (gst_vorbisenc_chain):
24777         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24778         (gst_audio_convert_caps_remove_format_info),
24779         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24780         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24781         Make caps writable before writing to it.
24782         Fix negotiation in audioconvert some more.
24783
24784 2005-05-09  Wim Taymans  <wim@fluendo.com>
24785
24786         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24787         (gst_videorate_getcaps), (gst_videorate_setcaps),
24788         (gst_videorate_event), (gst_videorate_chain):
24789         Better negotiation.
24790
24791 2005-05-09  Wim Taymans  <wim@fluendo.com>
24792
24793         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24794         (gst_videorate_getcaps), (gst_videorate_setcaps),
24795         (gst_videorate_blank_data), (gst_videorate_init),
24796         (gst_videorate_event), (gst_videorate_chain),
24797         (gst_videorate_change_state):
24798         Port videorate, do a better job at negotiation while we're at
24799         it.
24800
24801 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
24802
24803         * configure.ac:
24804           Disable libvisual
24805
24806         * examples/Makefile.am:
24807         * gst-libs/gst/audio/Makefile.am:
24808         * gst-libs/gst/riff/Makefile.am:
24809         * gst-libs/gst/tag/Makefile.am:
24810         * gst-libs/gst/video/Makefile.am:
24811           Fixups for missing variables.
24812
24813 2005-05-09  Wim Taymans  <wim@fluendo.com>
24814
24815         * examples/seeking/seek.c: (make_theora_pipeline),
24816         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
24817         (query_rates), (query_positions_elems), (query_positions_pads),
24818         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
24819         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
24820         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
24821         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
24822         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
24823         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
24824         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24825         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
24826         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
24827         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
24828         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
24829         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
24830         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
24831         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
24832         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
24833         (theora_dec_src_convert), (theora_dec_sink_convert),
24834         (theora_dec_src_query), (theora_dec_sink_query),
24835         (theora_dec_src_event), (theora_dec_sink_event),
24836         (theora_handle_comment_packet), (theora_handle_type_packet),
24837         (theora_handle_header_packet), (theora_handle_data_packet),
24838         (theora_dec_chain):
24839         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
24840         (vorbis_dec_convert), (vorbis_dec_src_query),
24841         (vorbis_dec_sink_query), (vorbis_dec_src_event),
24842         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
24843         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
24844         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
24845         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
24846         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
24847         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
24848         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24849         (gst_play_bin_query):
24850         * gst/playback/test3.c: (update_scale):
24851         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
24852         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
24853         * gst/subparse/gstsubparse.c: (gst_subparse_init):
24854         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
24855         (gst_videotestsrc_src_query):
24856         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
24857         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
24858         (paint_hline_YUV9):
24859         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
24860         Port to new query API.
24861         Updated seek.
24862         Cleanups in x[v]imagesink
24863
24864 2005-05-09  Andy Wingo  <wingo@pobox.com>
24865
24866         * ext/alsa/gstalsasink.h:
24867         * ext/gnomevfs/gstgnomevfssrc.c:
24868         (gst_gnomevfssrc_get_icy_metadata):
24869         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
24870         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
24871         * ext/theora/theoradec.c (theora_dec_src_query)
24872         (theora_dec_src_event, theora_dec_sink_event)
24873         (theora_handle_comment_packet, theora_handle_data_packet):
24874         * ext/theora/theoraenc.c (theora_enc_chain):
24875         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
24876         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
24877         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
24878         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
24879         (qt_type_find):
24880         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
24881         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
24882         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
24883         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
24884         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
24885         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
24886         (paint_setup_xBGR8888, paint_setup_RGBx8888)
24887         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
24888         (paint_setup_RGB565, paint_setup_xRGB1555):
24889         * gst/videotestsrc/videotestsrc.h:
24890         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
24891         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
24892         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
24893         GCC4 fixes.
24894         
24895         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
24896         gst_pad_query_position. Fixes oggdemux.
24897
24898 2005-05-08  David Schleef  <ds@schleef.org>
24899
24900         * configure.ac: Require liboil.
24901         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
24902         a few more.
24903         * gst/videotestsrc/videotestsrc.c:
24904         * gst/videotestsrc/videotestsrc.h:
24905
24906 2005-05-06  Wim Taymans  <wim@fluendo.com>
24907
24908         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24909         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24910         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24911         Well, unreffing a buffer right before pushing it is asking
24912         for trouble..
24913
24914 2005-05-06  Christian Schaller  <uraeus@gnome.org>
24915
24916         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
24917
24918 2005-05-06  Wim Taymans  <wim@fluendo.com>
24919
24920         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24921         (gst_audio_convert_caps_remove_format_info),
24922         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24923         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24924         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24925         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24926         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24927         * gst/sine/Makefile.am:
24928         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
24929         (gst_sinesrc_class_init), (gst_sinesrc_init),
24930         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
24931         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
24932         (gst_sinesrc_update_freq):
24933         * gst/sine/gstsinesrc.h:
24934         * gst/tcp/gstmultifdsink.c:
24935         * sys/xvimage/xvimagesink.c:
24936         Fixed negotiation wrt _peer_get_caps()
24937         Some cleanups.
24938
24939
24940 2005-05-06  Wim Taymans  <wim@fluendo.com>
24941
24942         * gst-libs/gst/audio/gstaudiosink.c:
24943         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24944         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24945         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24946         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24947         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24948         (gst_audiosink_create_ringbuffer):
24949         * gst-libs/gst/audio/gstbaseaudiosink.c:
24950         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24951         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24952         (gst_baseaudiosink_set_property), (build_linear_format),
24953         (debug_spec_caps), (debug_spec_buffer),
24954         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24955         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24956         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24957         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24958         * gst-libs/gst/audio/gstbaseaudiosink.h:
24959         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24960         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24961         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
24962         (gst_ringbuffer_play), (gst_ringbuffer_pause),
24963         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
24964         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
24965         (wait_segment), (gst_ringbuffer_commit),
24966         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
24967         (gst_ringbuffer_clear):
24968         * gst-libs/gst/audio/gstringbuffer.h:
24969         Make the base audiosink return an error when there is no
24970         audiobuffer negotiated.
24971
24972 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24973
24974         * ext/Makefile.am:
24975         Disable cdparanoia until someone ports it!
24976
24977 2005-05-06  Wim Taymans  <wim@fluendo.com>
24978
24979         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
24980         (gst_ogg_demux_sink_activate):
24981         And revert after wingo's revert.. sigh..
24982
24983 2005-05-05  Andy Wingo  <wingo@pobox.com>
24984
24985         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
24986         GObject.
24987         * configure.ac: Return audiorate and subparse from the ghetto.
24988         Re-enable -Wall -Werror.
24989         * gst/subparse/gstsubparse.c:
24990         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
24991         or chain-based. Cleaned up a bit. Not tested.
24992         
24993 2005-05-05  Christian Schaller <christian@fluendo.com> 
24994
24995         * Makefile.am: remove stuff that is not building
24996         * configure.ac: remove stuff that is not building
24997         * examples/Makefile.am: remove stuff that is not building
24998         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
24999         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
25000         * sys/Makefile.am: remove stuff that is not building
25001         * testsuite/Makefile.am: remove stuff that is not building
25002
25003 2005-05-05  Andy Wingo  <wingo@pobox.com>
25004
25005         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
25006         * gst-libs/gst/tag/gstvorbistag.c:
25007         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
25008         * gst/adder/gstadder.h:
25009         * gst/audioconvert/gstchannelmix.c:
25010         (gst_audio_convert_fill_one_other):
25011         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
25012         (gst_audiorate_init), (gst_audiorate_chain):
25013         * gst/playback/gstplaybasebin.c: (setup_source):
25014         * gst/playback/test3.c: (update_scale):
25015         Some GCC4 fixes
25016         
25017         * po/af.po:
25018         * po/az.po:
25019         * po/cs.po:
25020         * po/en_GB.po:
25021         * po/hu.po:
25022         * po/it.po:
25023         * po/nb.po:
25024         * po/nl.po:
25025         * po/or.po:
25026         * po/sq.po:
25027         * po/sr.po:
25028         * po/sv.po:
25029         * po/uk.po:
25030         * po/vi.po: Foo
25031
25032 2005-05-05  Wim Taymans  <wim@fluendo.com>
25033
25034         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25035         (gst_audio_convert_caps_remove_format_info),
25036         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
25037         (gst_audio_convert_change_state), (gst_audio_convert_channels):
25038         * gst/videotestsrc/gstvideotestsrc.c:
25039         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
25040         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
25041         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
25042         (gst_videotestsrc_init), (gst_videotestsrc_loop):
25043         Don't ignore _push() return values.
25044         Make sure no processing is done when shutting down.
25045         Videotestsrc pad activation fix.
25046
25047 2005-05-05  Wim Taymans  <wim@fluendo.com>
25048
25049         * gst/adder/Makefile.am:
25050         * gst/adder/gstadder.c: (gst_adder_setcaps),
25051         (gst_adder_class_init), (gst_adder_init),
25052         (gst_adder_request_new_pad), (gst_adder_collected),
25053         (gst_adder_change_state):
25054         * gst/adder/gstadder.h:
25055         Ported adder as an example of a mixer element using
25056         collect pads. Needs more negotiation work.
25057
25058 2005-05-05  Wim Taymans  <wim@fluendo.com>
25059
25060         * ext/theora/theoradec.c: (_inc_granulepos),
25061         (theora_dec_src_event), (theora_dec_sink_event),
25062         (theora_handle_comment_packet), (theora_handle_type_packet),
25063         (theora_handle_header_packet), (theora_handle_data_packet),
25064         (theora_dec_chain):
25065         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25066         (gst_theora_enc_init), (theora_enc_sink_setcaps),
25067         (theora_push_buffer), (theora_push_packet),
25068         (theora_enc_sink_event), (theora_enc_chain),
25069         (theora_enc_change_state), (theora_enc_set_property),
25070         (theora_enc_get_property):
25071         Added stream lock to decoder so that we can serialize
25072         the discont event.
25073         More theoraenc porting, recover from errors, do clean
25074         shutdown.
25075
25076 2005-05-05  Wim Taymans  <wim@fluendo.com>
25077
25078         * ext/ogg/Makefile.am:
25079         * ext/ogg/README:
25080         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
25081         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
25082         (gst_ogg_print):
25083         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
25084         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
25085         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
25086         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
25087         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
25088         (gst_ogg_mux_change_state):
25089         Ported ogg muxer.
25090
25091 2005-05-05  Wim Taymans  <wim@fluendo.com>
25092
25093         * docs/design-audiosinks.txt:
25094         * gst-libs/gst/audio/TODO:
25095         * gst-libs/gst/audio/gstaudiosink.c:
25096         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25097         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25098         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25099         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25100         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25101         (gst_audiosink_create_ringbuffer):
25102         * gst-libs/gst/audio/gstbaseaudiosink.c:
25103         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25104         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25105         (gst_baseaudiosink_set_property), (build_linear_format),
25106         (debug_spec_caps), (debug_spec_buffer),
25107         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25108         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25109         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25110         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25111         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25112         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25113         (gst_ringbuffer_release), (gst_ringbuffer_play),
25114         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
25115         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
25116         (gst_ringbuffer_set_sample), (wait_segment),
25117         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
25118         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
25119         More work on the audiosink, mostly debugging and a race in
25120         shutdown.
25121
25122 2005-04-28  Wim Taymans  <wim@fluendo.com>
25123
25124         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
25125         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
25126         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
25127         (vorbis_dec_src_query), (vorbis_dec_src_event),
25128         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
25129         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
25130         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
25131         Don't crap out when seeking back to position 0.
25132
25133 2005-04-28  Wim Taymans  <wim@fluendo.com>
25134
25135         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
25136         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
25137         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
25138         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
25139         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
25140         Make audio sink configurable, use alsasink as default.
25141
25142 2005-04-28  Wim Taymans  <wim@fluendo.com>
25143
25144         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
25145         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
25146         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
25147         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
25148         (vorbis_dec_change_state):
25149         * ext/vorbis/vorbisdec.h:
25150         Refactor, use STREAM_LOCK.
25151
25152 2005-04-28  Wim Taymans  <wim@fluendo.com>
25153
25154         * ext/theora/theoradec.c: (_inc_granulepos),
25155         (theora_dec_sink_event), (theora_handle_comment_packet),
25156         (theora_handle_type_packet), (theora_handle_header_packet),
25157         (theora_handle_data_packet), (theora_dec_chain),
25158         (theora_dec_change_state):
25159         Refactor a bit, use STREAM_LOCK.
25160
25161 2005-04-28  Wim Taymans  <wim@fluendo.com>
25162
25163         * ext/alsa/Makefile.am:
25164         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
25165         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
25166         (gst_alsa_link), (gst_alsa_close_audio):
25167         * ext/alsa/gstalsaplugin.c: (plugin_init):
25168         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
25169         (gst_alsasink_dispose), (gst_alsasink_base_init),
25170         (gst_alsasink_class_init), (gst_alsasink_init),
25171         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
25172         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
25173         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
25174         (gst_alsasink_reset):
25175         * ext/alsa/gstalsasink.h:
25176         Implement alsasink with simple open/write/close API. 
25177         Make alsa dir build by disabling compilation of code.
25178
25179 2005-04-28  Wim Taymans  <wim@fluendo.com>
25180
25181         * gst-libs/gst/audio/Makefile.am:
25182         * gst-libs/gst/audio/audio.h:
25183         * gst-libs/gst/audio/audioclock.c:
25184         * gst-libs/gst/audio/audioclock.h:
25185         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
25186         (gst_audio_clock_class_init), (gst_audio_clock_init),
25187         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
25188         * gst-libs/gst/audio/gstaudioclock.h:
25189         * gst-libs/gst/audio/gstaudiosink.c:
25190         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25191         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25192         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25193         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25194         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25195         (gst_audiosink_create_ringbuffer):
25196         * gst-libs/gst/audio/gstbaseaudiosink.c:
25197         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25198         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25199         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
25200         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
25201         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25202         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25203         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25204         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25205         * gst-libs/gst/audio/gstbaseaudiosink.h:
25206         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25207         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
25208         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25209         (gst_ringbuffer_release), (gst_ringbuffer_play),
25210         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
25211         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
25212         (gst_ringbuffer_set_sample), (wait_segment),
25213         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
25214         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
25215         * gst-libs/gst/audio/gstringbuffer.h:
25216         Make ringbuffer faster and more simple by removing the locks
25217         in the playback thread.
25218         Add sample accurate playback based on buffer sample offsets.
25219         Make the baseaudiosink provide a clock.
25220         Parse caps in the base class.
25221         Correctly handle seeking, flushing and state changes.
25222
25223 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
25224
25225         * configure.ac:
25226         * gst/audioconvert/Makefile.am:
25227         * gst/audioscale/Makefile.am:
25228           Fix part of the build.  Come on guys, autogen didn't even work :)
25229
25230 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25231
25232         * configure.ac:
25233         * gst-libs/gst/Makefile.am:
25234         * gst-libs/gst/media-info/.cvsignore:
25235         * gst-libs/gst/media-info/Makefile.am:
25236         * gst-libs/gst/media-info/README:
25237         * gst-libs/gst/media-info/media-info-priv.c:
25238         * gst-libs/gst/media-info/media-info-priv.h:
25239         * gst-libs/gst/media-info/media-info-test.c:
25240         * gst-libs/gst/media-info/media-info.c:
25241         * gst-libs/gst/media-info/media-info.h:
25242         * gst-libs/gst/media-info/media-info.vcproj:
25243         * pkgconfig/Makefile.am:
25244         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
25245         * pkgconfig/gstreamer-media-info.pc.in:
25246           Remove media-info, which is also successed by playbin (see Totem
25247           implementation).
25248
25249 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25250
25251         * configure.ac:
25252         * examples/Makefile.am:
25253         * examples/gstplay/.cvsignore:
25254         * examples/gstplay/Makefile.am:
25255         * examples/gstplay/player.c:
25256         * gst-libs/gst/Makefile.am:
25257         * gst-libs/gst/play/.cvsignore:
25258         * gst-libs/gst/play/Makefile.am:
25259         * gst-libs/gst/play/play.c:
25260         * gst-libs/gst/play/play.h:
25261         * gst-libs/gst/play/play.vcproj:
25262         * pkgconfig/Makefile.am:
25263         * pkgconfig/gstreamer-play-uninstalled.pc.in:
25264         * pkgconfig/gstreamer-play.pc.in:
25265           Remove libgstplay, playbin is now the official successor.
25266
25267 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25268
25269         * configure.ac:
25270         * gst-libs/gst/Makefile.am:
25271         * gst-libs/gst/xwindowlistener/Makefile.am:
25272         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
25273         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
25274           Remove deprecated xwindowlistener (I've moved xwindowlistening
25275           in the v4l/v4l2 plugins over to serverside).
25276
25277 2005-04-25  David Schleef  <ds@schleef.org>
25278
25279         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
25280         to examples/dynparams.  Examples do not belong interspersed with
25281         source code.
25282         * examples/dynparams/demo-dparams.c:
25283         * gst/sine/Makefile.am:
25284         * gst/sine/demo-dparams.c:
25285
25286 2005-04-25  David Schleef  <ds@schleef.org>
25287
25288         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
25289         * gst-libs/gst/audio/Makefile.am:
25290         * gst-libs/gst/riff/Makefile.am:
25291         * gst-libs/gst/tag/Makefile.am:
25292         * gst-libs/gst/video/Makefile.am:
25293         * gst-libs/gst/xwindowlistener/Makefile.am:
25294
25295         Convert to 0.9 API, seems to work:
25296         * sys/ximage/Makefile.am:
25297         * sys/ximage/ximagesink.c:
25298
25299 2005-04-24  David Schleef  <ds@schleef.org>
25300
25301         Link plugins against libraries:
25302         * ext/alsa/Makefile.am:
25303         * gst/tcp/Makefile.am:
25304
25305         Remove asm code that should be in liboil
25306         * gst/videoscale/Makefile.am:
25307         * gst/videoscale/videoscale_x86_asm.s:
25308
25309         gettext wants these checked in:
25310         * po/af.po:
25311         * po/az.po:
25312         * po/cs.po:
25313         * po/en_GB.po:
25314         * po/hu.po:
25315         * po/it.po:
25316         * po/nb.po:
25317         * po/nl.po:
25318         * po/or.po:
25319         * po/sq.po:
25320         * po/sr.po:
25321         * po/sv.po:
25322         * po/uk.po:
25323         * po/vi.po:
25324
25325 2005-04-24  David Schleef  <ds@schleef.org>
25326
25327         Convert gst_main() to g_main_loop_run()
25328         * gst/playback/decodetest.c: (main):
25329         * gst/playback/test2.c: (main):
25330         * gst/playback/test3.c: (main):
25331         * gst/playback/test4.c: (main):
25332
25333         Link plugins against libraries:
25334         * ext/libvisual/Makefile.am:
25335         * sys/xvimage/Makefile.am:
25336
25337 2005-04-24  David Schleef  <ds@schleef.org>
25338
25339         * configure.ac: Remove idct and resample libs
25340         * gst-libs/gst/Makefile.am: same
25341
25342         Remove usage of gst_library_load():
25343         * ext/alsa/gstalsaplugin.c: (plugin_init):
25344         * ext/libvisual/visual.c: (plugin_init):
25345         * ext/ogg/gstogg.c: (plugin_init):
25346         * ext/theora/theora.c: (plugin_init):
25347         * ext/vorbis/vorbis.c: (plugin_init):
25348         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
25349         * gst/audioscale/gstaudioscale.c:
25350         * gst/adder/gstadder.c: (plugin_init):
25351         * gst/audioconvert/plugin.c: (plugin_init):
25352         * sys/ximage/ximagesink.c: (plugin_init):
25353         * sys/xvimage/xvimagesink.c: (plugin_init):
25354         * gst/tcp/gsttcpplugin.c: (plugin_init):
25355
25356         Link plugins against libraries:
25357         * ext/ogg/Makefile.am:
25358         * ext/theora/Makefile.am:
25359         * ext/vorbis/Makefile.am:
25360         * gst/audioconvert/Makefile.am:
25361
25362         Create proper libraries:
25363         * gst-libs/gst/riff/Makefile.am:
25364         * gst-libs/gst/audio/Makefile.am:
25365         * gst-libs/gst/video/Makefile.am:
25366
25367         Move resample library to audioscale plugin directory:
25368         * gst-libs/gst/resample/Makefile.am:
25369         * gst-libs/gst/resample/README:
25370         * gst-libs/gst/resample/dtof.c:
25371         * gst-libs/gst/resample/dtos.c:
25372         * gst-libs/gst/resample/functable.c:
25373         * gst-libs/gst/resample/private.h:
25374         * gst-libs/gst/resample/resample.c:
25375         * gst-libs/gst/resample/resample.h:
25376         * gst-libs/gst/resample/resample.vcproj:
25377         * gst-libs/gst/resample/test.c:
25378         * gst/audioscale/Makefile.am:
25379         * gst/audioscale/README:
25380         * gst/audioscale/dtof.c:
25381         * gst/audioscale/dtos.c:
25382         * gst/audioscale/functable.c:
25383         * gst/audioscale/private.h:
25384         * gst/audioscale/resample.c:
25385         * gst/audioscale/resample.h:
25386         * gst/audioscale/test.c:
25387
25388         Move tagedit library to gst-libs:
25389         * gst-libs/gst/tag/Makefile.am:
25390         * gst-libs/gst/tag/gstid3tag.c:
25391         * gst-libs/gst/tag/gsttagediting.c:
25392         * gst-libs/gst/tag/gsttageditingprivate.h:
25393         * gst-libs/gst/tag/gstvorbistag.c:
25394         * gst/tags/Makefile.am:
25395         * gst/tags/gstid3tag.c:
25396         * gst/tags/gstvorbistag.c:
25397
25398         Fix for core changes:
25399         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
25400         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
25401         (gst_sinesrc_getrange):
25402
25403 2005-04-23  David Schleef  <ds@schleef.org>
25404
25405         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
25406         in gst-plugins in a long time, and properly belongs in liboil.
25407         * gst-libs/gst/idct/Makefile.am:
25408         * gst-libs/gst/idct/README:
25409         * gst-libs/gst/idct/dct.h:
25410         * gst-libs/gst/idct/doieee:
25411         * gst-libs/gst/idct/fastintidct.c:
25412         * gst-libs/gst/idct/floatidct.c:
25413         * gst-libs/gst/idct/idct.c:
25414         * gst-libs/gst/idct/idct.h:
25415         * gst-libs/gst/idct/idtc.vcproj:
25416         * gst-libs/gst/idct/ieeetest.c:
25417         * gst-libs/gst/idct/intidct.c:
25418
25419 2005-04-20  Wim Taymans  <wim@fluendo.com>
25420
25421         * docs/design-audiosinks.txt:
25422         * gst-libs/gst/audio/Makefile.am:
25423         * gst-libs/gst/audio/TODO:
25424         * gst-libs/gst/audio/gstaudiosink.c:
25425         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25426         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25427         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
25428         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25429         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25430         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
25431         (gst_audiosink_class_init), (gst_audiosink_init),
25432         (gst_audiosink_create_ringbuffer):
25433         * gst-libs/gst/audio/gstaudiosink.h:
25434         * gst-libs/gst/audio/gstbaseaudiosink.c:
25435         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
25436         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
25437         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
25438         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
25439         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
25440         (gst_baseaudiosink_create_ringbuffer),
25441         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25442         * gst-libs/gst/audio/gstbaseaudiosink.h:
25443         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25444         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
25445         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
25446         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25447         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
25448         (gst_ringbuffer_play), (gst_ringbuffer_pause),
25449         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
25450         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
25451         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
25452         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
25453         * gst-libs/gst/audio/gstringbuffer.h:
25454         An attempt at a set of audio base classes together with some
25455         design docs.
25456
25457 2005-04-20  Wim Taymans  <wim@fluendo.com>
25458
25459         * gst/audioconvert/Makefile.am:
25460         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25461         (gst_audio_convert_caps_remove_format_info),
25462         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
25463         (gst_audio_convert_channels):
25464         Link against audio libs.
25465         Fix audio convert plugin.
25466
25467 2005-04-20  Wim Taymans  <wim@fluendo.com>
25468
25469         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
25470         (gst_ogg_demux_sink_activate):
25471         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
25472         (theora_set_header_on_caps), (theora_enc_sink_event),
25473         (theora_enc_chain):
25474         Fix theora encoder.
25475
25476 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25477
25478         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
25479         * gst/playback/gstdecodebin.c: (find_compatibles):
25480           Work with staticpadtemplates in elementfactories.
25481
25482 2005-04-12  Wim Taymans  <wim@fluendo.com>
25483
25484         * gst/playback/README:
25485         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
25486         (compare_ranks), (print_feature), (gst_decode_bin_init),
25487         (dynamic_create), (dynamic_free), (find_compatibles),
25488         (mimetype_is_raw), (close_pad_link), (got_redirect),
25489         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
25490         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
25491         (gst_decode_bin_change_state):
25492         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
25493         (gst_play_base_bin_init), (group_destroy), (group_commit),
25494         (check_queue), (queue_overrun), (queue_threshold_reached),
25495         (queue_out_of_data), (gen_preroll_element), (unknown_type),
25496         (new_decoded_pad), (setup_subtitle), (gen_source_element),
25497         (got_redirect), (setup_source), (play_base_eos),
25498         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
25499         (gst_play_base_bin_remove_element):
25500         * gst/playback/gstplaybasebin.h:
25501         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25502         (gst_play_bin_init), (gst_play_bin_dispose),
25503         (gst_play_bin_set_property), (gen_video_element),
25504         (gen_text_element), (gen_audio_element), (remove_sinks),
25505         (gst_play_bin_send_event):
25506         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
25507         (stream_info_change_state), (gst_stream_info_set_mute):
25508         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
25509         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
25510         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
25511         (gst_stream_selector_chain):
25512         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
25513         (main):
25514         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
25515         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
25516         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
25517         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
25518         Raw and crude port of decodebin. 
25519         Make playbin compile.
25520
25521 2005-04-06  Wim Taymans  <wim@fluendo.com>
25522
25523         * ext/gnomevfs/Makefile.am:
25524         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
25525         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25526         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
25527         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
25528         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
25529         (gst_gnomevfssrc_stop):
25530         * ext/ogg/Makefile.am:
25531         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
25532         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
25533         * ext/theora/Makefile.am:
25534         * ext/theora/theoradec.c: (_inc_granulepos),
25535         (theora_dec_sink_event), (theora_dec_chain):
25536         * ext/vorbis/Makefile.am:
25537         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
25538         (vorbis_dec_sink_event), (vorbis_dec_chain):
25539         * gst-libs/gst/audio/Makefile.am:
25540         * sys/xvimage/Makefile.am:
25541         Make gnomevfssrc extend the source base class.
25542         Fix linking against libs in various plugins.
25543
25544 2005-04-06  Andy Wingo  <wingo@pobox.com>
25545
25546         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
25547         GST_BASE_LIBS.
25548
25549         * configure.ac: Add check and AC_SUBST for libgstbase.
25550
25551 2005-03-31  Wim Taymans  <wim@fluendo.com>
25552
25553         * examples/seeking/Makefile.am:
25554         * examples/seeking/cdparanoia.c: (main):
25555         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
25556         (play_cb), (pause_cb), (stop_cb), (main):
25557         * examples/seeking/playbin.c:
25558         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
25559         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
25560         (make_sid_pipeline), (make_vorbis_pipeline),
25561         (make_theora_pipeline), (make_vorbis_theora_pipeline),
25562         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
25563         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
25564         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
25565         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
25566         (stop_cb), (main):
25567         * examples/seeking/spider_seek.c:
25568         * examples/seeking/vorbisfile.c:
25569         * ext/gnomevfs/Makefile.am:
25570         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
25571         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
25572         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25573         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
25574         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
25575         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
25576         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
25577         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
25578         * ext/ogg/README:
25579         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
25580         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
25581         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
25582         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
25583         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
25584         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
25585         (gst_ogg_pad_event), (gst_ogg_pad_reset),
25586         (gst_ogg_demux_factory_filter), (compare_ranks),
25587         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
25588         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
25589         (gst_ogg_chain_new), (gst_ogg_chain_free),
25590         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
25591         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
25592         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
25593         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
25594         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
25595         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
25596         (gst_ogg_demux_get_prev_page),
25597         (gst_ogg_demux_deactivate_current_chain),
25598         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
25599         (gst_ogg_demux_bisect_forward_serialno),
25600         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
25601         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
25602         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
25603         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
25604         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
25605         (gst_ogg_demux_change_state), (gst_ogg_print):
25606         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
25607         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
25608         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
25609         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
25610         (gst_ogg_mux_loop):
25611         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
25612         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
25613         (theora_dec_src_convert), (theora_dec_sink_convert),
25614         (theora_dec_src_query), (theora_dec_src_event),
25615         (theora_dec_sink_event), (theora_dec_chain),
25616         (theora_dec_change_state):
25617         * ext/theora/theoraenc.c: (gst_theora_enc_init),
25618         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
25619         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
25620         (theora_enc_change_state):
25621         * ext/vorbis/Makefile.am:
25622         * ext/vorbis/oggvorbisenc.c:
25623         * ext/vorbis/oggvorbisenc.h:
25624         * ext/vorbis/vorbis.c: (plugin_init):
25625         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
25626         (vorbis_dec_src_query), (vorbis_dec_src_event),
25627         (vorbis_dec_sink_event), (vorbis_dec_chain),
25628         (vorbis_dec_change_state):
25629         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
25630         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
25631         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
25632         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
25633         (gst_vorbisenc_change_state):
25634         * ext/vorbis/vorbisenc.h:
25635         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
25636         * gst-libs/gst/audio/audioclock.c:
25637         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
25638         (gst_audiofilter_init), (gst_audiofilter_chain):
25639         * gst-libs/gst/audio/testchannels.c: (main):
25640         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
25641         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
25642         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
25643         (gmip_find_track_streaminfo), (gmip_find_track_format):
25644         * gst-libs/gst/media-info/media-info.c:
25645         (gst_media_info_read_idler):
25646         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
25647         (gst_play_get_all_by_interface):
25648         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
25649         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
25650         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
25651         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
25652         (gst_riff_parse_info):
25653         * gst-libs/gst/riff/riff-read.h:
25654         * gst-libs/gst/riff/riff.c: (plugin_init):
25655         * gst-libs/gst/video/Makefile.am:
25656         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
25657         (gst_videosink_class_init), (gst_videosink_get_type):
25658         * gst-libs/gst/video/videosink.h:
25659         * gst/audioconvert/bufferframesconvert.c:
25660         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
25661         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
25662         * gst/audioconvert/channelmixtest.c: (main):
25663         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
25664         (gst_audio_convert_chain),
25665         (gst_audio_convert_caps_remove_format_info),
25666         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
25667         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
25668         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
25669         (gst_audio_convert_buffer_to_default_format),
25670         (gst_audio_convert_buffer_from_default_format),
25671         (gst_audio_convert_channels):
25672         * gst/audioconvert/gstchannelmix.h:
25673         * gst/ffmpegcolorspace/avcodec.h:
25674         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25675         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
25676         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
25677         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
25678         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
25679         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
25680         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
25681         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
25682         (mpeg_video_type_find), (mpeg_video_stream_type_find),
25683         (dv_type_find):
25684         * gst/videotestsrc/gstvideotestsrc.c:
25685         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
25686         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
25687         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
25688         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
25689         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
25690         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
25691         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
25692         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25693         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
25694         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
25695         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
25696         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
25697         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
25698         (gst_xvimagesink_navigation_send_event),
25699         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
25700         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
25701         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
25702         * sys/xvimage/xvimagesink.h:
25703         Plugin port to 0.9, ogg/theora playback should work in the seek
25704         example now.
25705         Removed old examples.
25706         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
25707         explained in 0.9 TODO doc.
25708
25709
25710 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
25711
25712         * autogen.sh:
25713         * configure.ac:
25714         * ext/Makefile.am:
25715         * gst/Makefile.am:
25716         * po/POTFILES.in:
25717         * po/af.po:
25718         * po/az.po:
25719         * po/cs.po:
25720         * po/en_GB.po:
25721         * po/hu.po:
25722         * po/it.po:
25723         * po/nb.po:
25724         * po/nl.po:
25725         * po/or.po:
25726         * po/sq.po:
25727         * po/sr.po:
25728         * po/sv.po:
25729         * po/uk.po:
25730         * po/vi.po:
25731         * sys/Makefile.am:
25732         * testsuite/Makefile.am:
25733           remove a whole bunch of plugins.  This module now contains a set
25734           of free reference plugins/elements as agreed.
25735
25736 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
25737
25738         * configure.ac:
25739           hunting season on 0.9 is now OPEN
25740
25741 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25742
25743         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
25744           Kick the hell out of gcc for not warning me about a symbol conflict.
25745
25746 2005-02-22  Luca Ognibene  <luogni@tin.it>
25747
25748         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25749
25750         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
25751           Don't leak caps string (fixes #168134)
25752
25753         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
25754         (gst_jpegenc_init), (gst_jpegenc_finalize),
25755         (gst_jpegenc_change_state):
25756           Don't leak line buffers and context struct (fixes #168133).
25757
25758 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
25759
25760         * configure.ac:
25761         * ext/dirac/gstdiracdec.cc:
25762         (gst_diracdec_chain):
25763           Since dirac 0.5.0 the framerate in dirac is expressed as a
25764           rational number. Fix build and up requirement to 0.5.0, and
25765           also pass parameters to gst_diracdec_link in the right order
25766           (fixes #167959).
25767
25768 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
25769
25770         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
25771         * ext/faad/gstfaad.h:
25772         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
25773         certain invalid muxed streams, where some packets will contain 
25774         junk after decoder data. Partially fixes #149158.
25775
25776 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
25777         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
25778           Make sure we only write to writable buffers
25779
25780 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
25781
25782         * gst-libs/gst/riff/riff-media.c:
25783         (gst_riff_create_audio_caps_with_data):
25784           Do actually fix invalid RIFF fmt header values for alaw
25785           and mulaw audio instead of just saying so.
25786
25787         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
25788           Give gst_riff_create_audio_caps_with_data() a chance to
25789           fix up broken format header fields before extracting any
25790           parameters from the header. (fixes #167633)
25791
25792 2005-02-19  Martin Holters  <martin.holters@gmx.de>
25793
25794         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25795
25796         * gst/audioconvert/bufferframesconvert.c:
25797         (buffer_frames_convert_link):
25798           Don't leak othercaps. (fixes #167878)
25799
25800 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
25801
25802         * configure.ac:
25803         * ext/libvisual/visual.c: (gst_visual_srclink),
25804         (gst_visual_change_state):
25805           Support libvisual 0.2.0.
25806
25807 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
25808
25809         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
25810         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
25811           Use same rowstrides for I420 as used everywhere else.
25812
25813 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
25814
25815         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
25816           Declare variables at beginning of block and make gcc-2.95 happy
25817           (fixes # 167482, patch by Gergely Nagy).
25818           
25819         * gst/tcp/gsttcpclientsrc.c:
25820         * gst/tcp/gsttcpclientsrc.h:
25821           Move some includes into the header, so that struct sockaddr_in is
25822           defined when it should be defined on FreeBSD as well (fixes
25823           #167483).
25824           
25825         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
25826           Don't pass uninitialised values to setsockopt() here either.
25827
25828 2005-02-17  Luca Ognibene  <luogni at tin dot it>
25829
25830         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25831
25832         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
25833           Don't pass uninitialised values to setsockopt(). (fixes #167704)
25834
25835 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25836
25837         * gst/playback/gstplaybin.c: (add_sink):
25838           Invert bin_add/link order to workaround deadlock in opt.
25839
25840 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25841
25842         * gst/modplug/gstmodplug.cc:
25843           Add missing break causing position queries to fail.
25844
25845 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25846
25847         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
25848           Granpos can apparently be -1, which screws up calculations...
25849
25850 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
25851
25852         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
25853         (gst_ximagesink_send_pending_navigation),
25854         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
25855         (gst_ximagesink_init):
25856         * sys/ximage/ximagesink.h:
25857         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
25858         (gst_xvimagesink_send_pending_navigation),
25859         (gst_xvimagesink_navigation_send_event),
25860         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
25861         * sys/xvimage/xvimagesink.h:
25862           Use a mutex protected list to marshal navigation
25863           events into the stream thread from whichever thread
25864           sends them.
25865
25866 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
25867
25868         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
25869           Display current position and track length; misc. clean-ups.
25870           
25871         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
25872         (speed_init), (speed_chain):
25873           Add query function, so that the stream length and current position
25874           get adjusted when queried (note that current position queries may
25875           still be wrong if the audio sink returns values based on buffer
25876           timestamps instead of passing on the query).
25877
25878 2005-02-13  Benjamin Otte  <otte@gnome.org>
25879
25880         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
25881         (gst_audio_convert_channels):
25882           create channel conversion matrix when linking
25883         * gst/audioconvert/.cvsignore:
25884         * gst/audioconvert/Makefile.am:
25885         * gst/audioconvert/channelmixtest.c: (main):
25886           add (ugly) test that ensures stereo <=> mono conversion works
25887           correctly
25888
25889 2005-02-13  Benjamin Otte  <otte@gnome.org>
25890
25891         * gst/audioconvert/gstchannelmix.h:
25892           include missing header file
25893         * gst/audioconvert/gstchannelmix.c:
25894         (gst_audio_convert_fill_compatible):
25895           use same sign for both channels when converting to/from compatible
25896           channel. Previously used different signs made the signals cancel
25897           each other out and appear like silence. (fixes #167269)
25898
25899 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
25900
25901         * gst/ffmpegcolorspace/avcodec.h:
25902         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
25903         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
25904         (gst_ffmpegcsp_avpicture_fill):
25905         * gst/ffmpegcolorspace/imgconvert.c:
25906           Convert to and from YV12 (fixes #156379).
25907
25908 2005-02-12  Julien MOUTTE  <julien@moutte.net>
25909
25910         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
25911         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
25912         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
25913         (gst_ximagesink_expose), (gst_ximagesink_set_property),
25914         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
25915         methods from chain and negotiation and vice versa (Fixes #166142).
25916         * sys/ximage/ximagesink.h: Add stream_lock.
25917         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
25918         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
25919         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
25920         (gst_xvimagesink_expose): Check for xcontext before trying to link.
25921
25922 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
25923
25924         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
25925           Don't send "Hey! You gave me a NULL pointer you naughty person" as
25926           error message when we can't open the DVD device (when dvdnav_open()
25927           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
25928           the above). Send something more useful instead (fixes #167117).
25929
25930 2005-02-11  Julien MOUTTE  <julien@moutte.net>
25931
25932         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
25933         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
25934         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
25935         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
25936         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
25937         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
25938         methods from chain and negotiation and vice versa (Fixes #166142).
25939         Fix a possible bug of images in the buffer pool being discarded because
25940         we are looking at the wrong geometry.
25941         * sys/xvimage/xvimagesink.h: Add stream_lock.
25942
25943 2005-02-11  David Schleef  <ds@schleef.org>
25944
25945         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
25946         unsigned int. (fixes #167128)
25947
25948 2005-02-11  David Schleef  <ds@schleef.org>
25949
25950         * gst/librfb/Makefile.am: Testing stuff before committing is
25951           for wimps... and people with fast machines.  Fix stupid
25952           mistake.
25953
25954 2005-02-11  David Schleef  <ds@schleef.org>
25955
25956         * configure.ac: Pull in librfb from my CVS tree, because it is
25957           too small and annoying to be separate.  Move rfbsrc plugin
25958           to gst/.
25959         * ext/Makefile.am:
25960         * ext/librfb/Makefile.am:
25961         * ext/librfb/gstrfbsrc.c:
25962         * gst/librfb/Makefile.am:
25963         * gst/librfb/gstrfbsrc.c:
25964         * gst/librfb/rfb.c:
25965         * gst/librfb/rfb.h:
25966         * gst/librfb/rfbbuffer.c:
25967         * gst/librfb/rfbbuffer.h:
25968         * gst/librfb/rfbbytestream.c:
25969         * gst/librfb/rfbbytestream.h:
25970         * gst/librfb/rfbcontext.h:
25971         * gst/librfb/rfbdecoder.c:
25972         * gst/librfb/rfbdecoder.h:
25973         * gst/librfb/rfbutil.h:
25974
25975 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
25976
25977         * gst/speed/Makefile.am:
25978         * gst/speed/demo-mp3.c: (main):
25979         * gst/speed/filter.func:
25980         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
25981         (speed_class_init), (speed_init), (speed_chain_int16),
25982         (speed_chain_float32), (speed_chain), (speed_set_property),
25983         (speed_get_property), (speed_change_state):
25984         * gst/speed/gstspeed.h:
25985           Fix speed element and make it chain-based (fixes #156467),
25986           and make it handle more than one channel.
25987
25988 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
25989
25990         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
25991         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
25992         (gst_dtsdec_chain), (gst_dtsdec_change_state):
25993         * ext/dts/gstdtsdec.h:
25994           Don't clobber the stack constructing the channels array.
25995           Make the element chain-based. DTS tracks can now be played.
25996           
25997 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
25998
25999         * gst-libs/gst/audio/multichannel.h:
26000         * gst-libs/gst/gconf/gconf.h:
26001         * gst-libs/gst/idct/idct.h:
26002         * gst-libs/gst/media-info/media-info-priv.h:
26003         * gst-libs/gst/play/play.h:
26004         * gst-libs/gst/resample/private.h:
26005         * gst-libs/gst/resample/resample.h:
26006         * gst-libs/gst/riff/riff-ids.h:
26007         * gst-libs/gst/video/video.h:
26008         * gst-libs/gst/video/videosink.h:
26009           Add G_BEGIN_DECLS and G_END_DECLS around headers where
26010           missing, so that they work when included from C++ code.
26011
26012 2005-02-09  David Schleef  <ds@schleef.org>
26013
26014         * testsuite/gst-lint: Check for non-statically scoped
26015           parent_class variables.  This won't be a problem once
26016           plugins are loaded with RTLD_LOCAL.
26017
26018 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26019
26020         * ext/mplex/gstmplexibitstream.cc:
26021           gcc madness.
26022
26023 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26024
26025         * ext/ogg/gstogmparse.c:
26026         * gst/debug/gstnavigationtest.c:
26027           Die, thou faulty symbol pollutors (non-static parent_class).
26028
26029 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26030
26031         * ext/mplex/gstmplexibitstream.cc:
26032           Fix event handling (#165525).
26033
26034 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26035
26036         * ext/mikmod/gstmikmod.c:
26037         * gst/modplug/gstmodplug.cc:
26038           Add missing endianness to template (fixes #165509).
26039
26040 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26041
26042         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
26043           Fix wrong order of reading of optional bytes (#165290).
26044
26045 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26046
26047         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26048           Implement FILLER event awareness.
26049
26050 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26051
26052         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
26053           Fix track calculations (#166208).
26054
26055 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
26056
26057         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26058
26059         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
26060         * ext/libpng/gstpngenc.c:
26061           Fix byte-order, use proper fixed caps. Fixes #164197.
26062
26063 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
26064
26065         * configure.ac:
26066           Add dvdlpcmdec 
26067
26068         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
26069         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
26070           Don't push buffers if the src pad isn't negotiated yet.
26071           
26072         * gst/audioconvert/gstaudioconvert.c:
26073         (gst_audio_convert_buffer_to_default_format),
26074         (gst_audio_convert_buffer_from_default_format):
26075           Add support for 24-bit width.
26076
26077         * gst/dvdlpcmdec/.cvsignore:
26078         * gst/dvdlpcmdec/Makefile.am:
26079         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
26080         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
26081         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
26082         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
26083         (plugin_init):
26084         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
26085           New decoder for rearranging DVD LPCM into our audio/x-raw-int
26086           format. Needs support for the channels maps if someone can find 
26087           a DVD LPCM track with > 2 channels.
26088
26089         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
26090         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
26091         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
26092         * gst/mpegstream/gstdvddemux.h:
26093         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
26094         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
26095         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
26096         * gst/mpegstream/gstmpegdemux.h:
26097         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
26098         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
26099         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
26100         (gst_mpeg_parse_handle_src_query),
26101         (gst_mpeg_parse_handle_src_event):
26102           Use audio/x-dvd-lpcm for LPCM output.
26103           Add DTS output.
26104
26105 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
26106
26107         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26108
26109         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
26110         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
26111           Add BGRA handling (#165736).
26112
26113 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
26114
26115         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26116
26117         * gst/law/alaw-decode.c: (alawdec_link):
26118         * gst/law/alaw-encode.c: (alawenc_link):
26119         * gst/law/mulaw-decode.c: (mulawdec_link):
26120         * gst/law/mulaw-encode.c: (mulawenc_link):
26121           Fix caps memleaks (#166600).
26122
26123 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
26124
26125         * ext/tarkin/mem.h:
26126         * ext/tarkin/wavelet.h:
26127         * ext/tarkin/yuv.h:
26128         * gst/ffmpegcolorspace/avcodec.h:
26129           Include "_stdint.h" instead of <stdint.h>. Fixes build on
26130           systems that don't have stdint.h, like Solaris9 (fixes #166631).
26131
26132 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26133
26134         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
26135         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
26136         (gst_xvimagesink_change_state):
26137           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
26138           Xv video (and thereby regenerate Xv colourkey) in clear() so
26139           that PLAY -> READY -> PLAY works (fixes #162504).
26140
26141 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26142
26143         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
26144           Switch to list instead of range, since MJPEG-devices really just
26145           support decimations, not any size.
26146
26147 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
26148         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
26149         (gst_mpeg2dec_reset), (free_all_buffers),
26150         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
26151         * ext/mpeg2dec/gstmpeg2dec.h:
26152           The libmpeg2 user-allocated buffer management is awkward, 
26153           to say the least. Hopefully this fixes things.
26154
26155 2005-02-04  Andy Wingo  <wingo@pobox.com>
26156
26157         * gst/audioconvert/bufferframesconvert.c
26158         (buffer_frames_convert_fixate): New function, fixates to 256
26159         frames per buffer by default. (Much better than 1.)
26160         (buffer_frames_convert_init): Set the fixate function for both src
26161         and sink pad.
26162         (buffer_frames_convert_link): After success setting nonfixed caps,
26163         get the negotiated caps so we can know how many buffer-frames it
26164         will be. No idea how this worked at all before.
26165
26166 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
26167
26168         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
26169         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
26170         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
26171         (handle_sequence), (handle_picture):
26172         * ext/mpeg2dec/gstmpeg2dec.h:
26173           Rearrange buffer tracking and refcounting and refactor
26174           a little for readability. 
26175
26176 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
26177         * sys/v4l/gstv4l.c: (plugin_init):
26178         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
26179         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
26180         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
26181         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
26182         * sys/v4l/gstv4ljpegsrc.h:
26183         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
26184         * sys/v4l/v4l_calls.h:
26185         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
26186         (gst_v4lsrc_get_fps):
26187         * sys/v4l/v4lsrc_calls.h:
26188           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
26189           you jpeg inside rgb frames" driver.
26190           Don't error in the v4lsrc link function, just return 
26191           REFUSED.
26192
26193 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26194
26195         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
26196         (gst_qcamsrc_open):
26197           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
26198
26199 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26200
26201         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
26202           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
26203
26204 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26205
26206         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
26207           Reset negotiated state on PAUSED->READY.
26208
26209 2005-02-02  David Schleef  <ds@schleef.org>
26210
26211         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
26212         whereever possible.  (Fixes #165997)
26213         * examples/capsfilter/capsfilter1.c: (main):
26214         * examples/dynparams/filter.c: (create_ui):
26215         * examples/seeking/cdparanoia.c: (get_track_info), (main):
26216         * examples/seeking/chained.c: (main):
26217         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
26218         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
26219         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
26220         (make_mpeg_pipeline), (make_mpegnt_pipeline):
26221         * examples/seeking/spider_seek.c: (make_spider_pipeline):
26222         * examples/switch/switcher.c: (main):
26223         * ext/dv/demo-play.c: (main):
26224         * ext/faad/gstfaad.c: (gst_faad_change_state):
26225         * ext/mad/gstmad.c: (gst_mad_chain):
26226         * ext/smoothwave/demo-osssrc.c: (main):
26227         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
26228         (gst_gconf_render_bin_from_description),
26229         (gst_gconf_get_default_audio_sink),
26230         (gst_gconf_get_default_video_sink),
26231         (gst_gconf_get_default_audio_src),
26232         (gst_gconf_get_default_video_src),
26233         (gst_gconf_get_default_visualization_element):
26234         * gst/level/demo.c: (main):
26235         * gst/level/plot.c: (main):
26236         * gst/playback/gstplaybin.c: (gen_video_element),
26237         (gen_audio_element):
26238         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
26239         * gst/playondemand/demo-mp3.c: (setup_pipeline):
26240         * gst/sine/demo-dparams.c: (main):
26241         * gst/spectrum/demo-osssrc.c: (main):
26242         * gst/speed/demo-mp3.c: (main):
26243         * gst/volume/demo.c: (main):
26244         * testsuite/embed/embed.c: (main):
26245
26246 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
26247
26248         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
26249         (gst_tcpclientsink_finalize):
26250         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
26251         (gst_tcpclientsrc_finalize):
26252         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
26253         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
26254         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
26255         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
26256           Don't leak the hostname when shutting down.
26257           In tcpserversrc, take a copy of the default hostname.
26258
26259 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26260
26261         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
26262           Set caps to systemstream=TRUE.
26263
26264 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26265
26266         * testsuite/Makefile.am:
26267           Fix more OSX buildbots.
26268
26269 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
26270
26271         * ext/mpeg2dec/gstmpeg2dec.c:
26272           Don't send things to NULL PAD_PEERs
26273
26274         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
26275           Copy-on-write the incoming buffer.
26276
26277         * gst/mpegstream/gstdvddemux.h:
26278         * gst/mpegstream/gstmpegclock.h:
26279         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
26280         (normal_seek), (gst_mpeg_demux_handle_src_event):
26281         * gst/mpegstream/gstmpegdemux.h:
26282         * gst/mpegstream/gstmpegpacketize.h:
26283         * gst/mpegstream/gstmpegparse.c:
26284         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
26285         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
26286         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
26287         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
26288         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
26289         * gst/mpegstream/gstmpegparse.h:
26290         * gst/mpegstream/gstrfc2250enc.h:
26291           Various changes to the way time is computed that make seeking and
26292           total time estimation much better here.
26293           Use G_BEGIN/END_DECLS instead of __cplusplus
26294
26295         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
26296           Use gst_buffer_stamp instead of only copying the TIMESTAMP
26297
26298 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26299
26300         * gst/subparse/gstsubparse.c:
26301           Fix OSX buildbot.
26302
26303 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
26304
26305         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
26306         (theora_enc_chain), (theora_enc_change_state):
26307         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
26308         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
26309         (gst_vorbisenc_change_state):
26310         * ext/vorbis/vorbisenc.h:
26311           Set granulepos and timestamp correctly for streams not
26312           starting at 0, taking into account the initial delay.
26313
26314 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
26315
26316         * gst/mpegstream/gstdvddemux.c:
26317           Add audio/x-dts to audio pad template caps
26318
26319 2005-01-30  David Schleef  <ds@schleef.org>
26320
26321         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
26322         (create_context), (gst_polypsink_link): Fix silly endianness
26323         bug.  Add some debugging.  Remove float from caps; it doesn't
26324         work.  Attempt to get remote audio working.
26325
26326 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26327
26328         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
26329           Add 3IV2 fourcc.
26330
26331 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26332
26333         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
26334         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
26335         (gst_avi_demux_stream_data):
26336         * gst/avi/gstavidemux.h:
26337           Invert DIB images. Fixes #132341.
26338
26339 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26340
26341         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26342         (gst_ffmpegcsp_chain):
26343           D'oh, reference the palette data, not the palette structure.
26344           Fixes color distortion in #132341.
26345
26346 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26347
26348         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
26349           PAR can be non-fixed when not provided as argument (#162626).
26350
26351 2005-01-29  David Moore  <dcm@acm.org>
26352
26353         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26354
26355         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26356         (gst_qtdemux_loop_header):
26357           Re-apply patch from #142272 that allows non-seekable sources,
26358           re-proposed by Daniel Drake <dsd@gentoo.org>.
26359
26360 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26361
26362         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
26363           Use the src template for creating the src pad (#162330).
26364
26365 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26366
26367         * configure.ac:
26368         * ext/musepack/Makefile.am:
26369         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
26370         (gst_musepackdec_init), (gst_musepackdec_dispose),
26371         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
26372         (gst_musepack_stream_init), (gst_musepackdec_loop),
26373         (gst_musepackdec_change_state):
26374         * ext/musepack/gstmusepackdec.cpp:
26375         * ext/musepack/gstmusepackdec.h:
26376         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
26377         (gst_musepack_reader_read), (gst_musepack_reader_seek),
26378         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
26379         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
26380         * ext/musepack/gstmusepackreader.cpp:
26381         * ext/musepack/gstmusepackreader.h:
26382           Update to 1.1 API (#165446).
26383
26384 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26385
26386         * ext/Makefile.am:
26387           Unbreak buildbot.
26388
26389 2005-01-28  Andy Wingo  <wingo@pobox.com>
26390
26391         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
26392         to reflect a different dubious internet source. Add a reference
26393         and some commentary.
26394
26395 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26396
26397         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
26398         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
26399         * gst/playback/gststreamselector.h:
26400           Be more selective when we're redoing caps negotiation from
26401           within the chain function on a stream change.
26402
26403 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26404
26405         * configure.ac:
26406         * ext/Makefile.am:
26407         * ext/amrnb/Makefile.am:
26408         * ext/amrnb/amrnb.c: (plugin_init):
26409         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
26410         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
26411         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
26412         (gst_amrnbdec_state_change):
26413         * ext/amrnb/amrnbdec.h:
26414         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
26415         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
26416         (gst_amrnbparse_init), (gst_amrnbparse_formats),
26417         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
26418         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
26419         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
26420         * ext/amrnb/amrnbparse.h:
26421           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
26422         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
26423           Add AMR-NB/-WB raw formats.
26424         * ext/alsa/gstalsa.c: (gst_alsa_link):
26425           Keep valid time when changing format.
26426         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26427         (qtdemux_parse_trak):
26428           Add some more format-specific options (#140141, #143555, #155163).
26429
26430 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26431
26432         * gst/matroska/matroska-demux.c:
26433         (gst_matroska_demux_parse_blockgroup):
26434           Fix logic error in timing of subtitle stream synchronization.
26435         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
26436           Add skip-chunk, which is found in kodak-camera streams.
26437
26438 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26439
26440         * po/LINGUAS:
26441         * po/vi.po:
26442           Adding Vietnamese translation (submitted by Clytie Siddall)
26443
26444 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26445
26446         * gst/playback/gstdecodebin.c: (try_to_link_1):
26447           Use realpad for signal.
26448
26449 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26450
26451         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
26452           Fix category so decodebin picks it up.
26453
26454 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26455
26456         * ext/mad/Makefile.am:
26457         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
26458         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
26459         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
26460         (found_type), (gst_id3demux_bin_change_state):
26461         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
26462         (gst_id3_tag_init), (gst_id3_tag_handle_event),
26463         (gst_id3_tag_src_link), (gst_id3_tag_chain),
26464         (gst_id3_tag_change_state), (plugin_init):
26465         * ext/mad/gstmad.h:
26466           Add id3demuxbin (which is a simple bin consisting of id3demux
26467           and typefind), take over rank from id3demux, remove typefind
26468           code from id3demux. Makes all broken mp3s that I know of work,
26469           and thereby fixes #152688.
26470
26471 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
26472
26473         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26474
26475         * ext/mad/gstmad.c: (gst_mad_src_event):
26476         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
26477           Allow seeks on audio pad, make mad forward those (#164826).
26478         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26479           Set duration (#165335).
26480
26481 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26482
26483         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
26484         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
26485         (gst_asf_demux_process_ext_content_desc),
26486         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
26487         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
26488         * gst/asfdemux/gstasfdemux.h:
26489           Improve metadata display, e.g. if the metadata comes before the
26490           streams are loaded (which is perfectly valid).
26491
26492 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26493
26494         * tools/gst-launch-ext-m.m:
26495           Fix AVI/ASF pipelines (#165340).
26496
26497 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
26498         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
26499         build failure on amd64
26500
26501 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
26502
26503         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
26504         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
26505           Check environment variables GST_ID3V2_TAG_ENCODING,
26506           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26507           list of character encodings to force interpretation of non-unicode
26508           strings stored in an ID3v2 tag to a particular encoding. If none
26509           is specified, try to use current locale's encoding, then fall back
26510           to ISO-8859-1 (which will always succeed). (Resolves #149274)
26511         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
26512         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
26513           Check environment variables GST_ID3V1_TAG_ENCODING,
26514           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26515           list of character encodings to use in case a string encountered
26516           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
26517           specified, try to use the current locale's encoding, then fall
26518           back to ISO-8859-1 (which will always succeed).
26519
26520 2005-01-25  Benjamin Otte  <otte@gnome.org>
26521
26522         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
26523           - on half framerate, compute the rate in advance so the comparisons
26524             don't compare wrong values
26525           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
26526             behaviour
26527           - don't use mad_header_decode anymore, mad_frame_decode does that
26528             automatically
26529           - when getting rid of consumed bytes, reset the stream's skiplen
26530           (fixes #163867)
26531
26532 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
26533
26534         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
26535           Use 1/2 a second for default max_discont, as PES streams from DVB
26536           seem to have larger spacings in the SCR. 
26537           Fix a typo.
26538
26539 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26540
26541         * gst/playback/gstplaybasebin.c: (group_commit):
26542           Notify delayed stream-info availability.
26543
26544 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
26545         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
26546         (gst_a52dec_handle_event), (gst_a52dec_chain):
26547         Add some debug output. Check that a discont has a valid
26548         time associated.
26549         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
26550         (gst_alsa_sink_loop):
26551         Ignore TAG events. A little extra debug for broken timestamps.
26552         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
26553         (dvdnavsrc_change_state):
26554         Ensure we send a discont to engage the link before we send any
26555         other events.
26556         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
26557         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
26558         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
26559         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
26560         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
26561         dvd://title works in totem because typefinding sends a seek that ends
26562         up going back to chapter 1 regardless.
26563         * ext/mpeg2dec/gstmpeg2dec.c:
26564         * ext/mpeg2dec/gstmpeg2dec.h:
26565         Output correct timestamps and handle disconts.
26566         * ext/ogg/gstoggdemux.c: (get_relative):
26567         Small guard against a null dereference.
26568         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
26569         (gst_textoverlay_set_property):
26570         Free memory when done. Don't call gst_event_filler_get_duration on
26571         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
26572         g_warning.
26573         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
26574         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
26575         (gst_sw_srclink), (gst_smoothwave_chain):
26576         Draw solid lines, prettier colours.
26577         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
26578         Add a default palette that'll work for some movies.
26579         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
26580         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
26581         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
26582         * gst/mpegstream/gstdvddemux.h:
26583         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
26584         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
26585         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
26586         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
26587         * gst/mpegstream/gstmpegparse.h:
26588         Use PTM/NAV events when for timestamp adjustment when connected to 
26589         dvdnavsrc. Don't use many discont events where one suffices.
26590         * gst/playback/gstplaybasebin.c: (group_destroy),
26591         (gen_preroll_element), (gst_play_base_bin_add_element):
26592         * gst/playback/gstplaybasebin.h:
26593         Make sure we remove subtitles from the same bin we put them in.
26594         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
26595         (gst_subparse_buffer_format_autodetect),
26596         (gst_subparse_change_state):
26597         Fix some memleaks and invalid accesses.
26598         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
26599         (oggskel_type_find), (cmml_type_find), (plugin_init):
26600         Some typefind functions for Annodex v3.0 files
26601         * gst/wavparse/gstwavparse.h:
26602         GstRiffReadClass is the correct parent class.
26603
26604 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26605
26606         * gst-libs/gst/riff/riff-media.c:
26607         (gst_riff_create_video_caps_with_data):
26608           Add extradata to huffyuv (fixes #165013).
26609         * gst-libs/gst/riff/riff-read.c:
26610         (gst_riff_read_strf_vids_with_data):
26611           Fix extradata extraction if it is in the chunk size.
26612
26613 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
26614
26615         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26616
26617         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
26618         (gst_quarktv_change_state), (gst_quarktv_dispose):
26619           Memory free'ing location fix (#164708).
26620
26621 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26622
26623         * gst/playback/gstplaybasebin.c: (group_commit),
26624         (gen_preroll_element), (probe_triggered), (gen_source_element),
26625         (setup_source), (gst_play_base_bin_change_state),
26626         (gst_play_base_bin_add_element):
26627           Don't block for streams.
26628         * gst/playback/gststreaminfo.c: (stream_info_change_state),
26629         (gst_stream_info_set_mute):
26630           Use gst_pad_set_active_recursive.
26631
26632 2005-01-25  Andy Wingo  <wingo@pobox.com>
26633
26634         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
26635         for #ifndef HAVE_XVIDEO.
26636
26637 2005-01-24  Jeffrey C. Ollie
26638
26639         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
26640
26641         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
26642         * ext/gsm/gstgsmdec.h:
26643         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
26644         * ext/gsm/gstgsmenc.h:
26645         Fix rate to 8kHz as per spec, removes obscure errors when no rate
26646         was given by property. Add proper buffer timestamps and offsets.
26647
26648 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26649
26650         * gst-libs/gst/riff/riff-media.c:
26651         (gst_riff_create_audio_caps_with_data):
26652           Audio can be <8000Hz.
26653
26654 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26655
26656         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
26657           Explicit state change to workaround refcount bugs.
26658
26659 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26660
26661         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
26662         (gst_avimux_riff_get_avi_header):
26663           Fix...
26664
26665 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26666
26667         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
26668         (gst_riff_read_element_data):
26669         * gst-libs/gst/riff/riff-read.h:
26670           Add _peek version (req'ed in CDXA).
26671         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
26672         (gst_cdxaparse_loop):
26673           Fix parsing in playbin.
26674         * gst/playback/gstdecodebin.c: (close_pad_link):
26675           Ignore current_ pads, they cause major annoyance.
26676
26677 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26678
26679         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
26680           Safety guard.
26681
26682 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26683
26684         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
26685           Fix padding...
26686
26687 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26688
26689         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
26690           Allow for 0-sized buffers. Fixes length query problems in
26691           starwars.mkv from the testsuite.
26692
26693 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
26694
26695         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
26696         (gst_video_box_i420), (gst_video_box_chain):
26697           Fix row strides for I420 (fixes #163159)
26698           
26699 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26700
26701         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
26702           MPEG2 has a useful rate property, so we can actually use that.
26703           For MPEG-1, continue using the bytes/time properties.
26704
26705 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26706
26707         * gst-libs/gst/riff/riff-media.c:
26708         (gst_riff_create_video_caps_with_data),
26709         (gst_riff_create_video_template_caps):
26710           Add intel-h263.
26711
26712 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26713
26714         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
26715           Fail if caps negotiation fails. Should fix #162184, and should
26716           definately be in there regardless of it fixing the actual bug.
26717         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
26718         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
26719         (gst_avimux_riff_get_avix_header),
26720         (gst_avimux_riff_get_video_header),
26721         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
26722         (gst_avimux_start_file), (gst_avimux_handle_event),
26723         (gst_avimux_change_state):
26724         * gst/avi/gstavimux.h:
26725           Refactor structure writing to use GST_WRITE_UINT macros, add
26726           metadata writing support.
26727
26728 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26729
26730         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
26731           Elements may already be destroyed when this function is called.
26732
26733 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26734
26735         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26736         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
26737           More memory leak fixes (#149162).
26738
26739 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26740
26741         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26742         (gst_qtdemux_add_stream):
26743           Fix two memleaks.
26744
26745 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26746
26747         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
26748           Argh...
26749
26750 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26751
26752         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
26753           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
26754           when fixating to six channels in Totem.
26755
26756 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26757
26758         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
26759           Fix compile warnings on Solaris 10 buildbot
26760
26761 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26762
26763         * ext/dvdread/dvdreadsrc.c: (_read):
26764           Don't read beyond the last cell in a chapter (fixes 
26765           invalid memory access)
26766
26767 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26768
26769         * ext/dvdread/stream_labels.c:
26770         (dvdreadsrc_get_audio_stream_labels):
26771           Use NULL for an empty GList instead of g_list_alloc(); fix 
26772           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
26773           of GString (easier to bulk free later)
26774
26775 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
26776
26777         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26778
26779         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26780         (gst_ffmpeg_pixfmt_to_caps):
26781           Fix BGRA32 caps (#164209).
26782
26783 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
26784
26785         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26786
26787         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26788         (gst_ffmpeg_caps_to_pixfmt):
26789           alpha_mask can be RGBA/ABGR. Fixes #164265.
26790
26791 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
26792
26793         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26794
26795         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
26796         (gst_mpeg2dec_alloc_buffer):
26797         * ext/mpeg2dec/gstmpeg2dec.h:
26798           Crop if decoding size is not the actual image size (#163676).
26799
26800 2005-01-17  Steve Baker  <steve@stevebaker.org>
26801
26802         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26803
26804         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
26805         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
26806           Add libsndfile typefind functions (#163309).
26807
26808 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26809
26810         * tools/gst-launch-ext-m.m:
26811           Add .aac, fix .m1v/.m2v (#163891).
26812
26813 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26814
26815         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
26816           Sanity check, don't wait endlessly since the clock might not
26817           actually run at this point (which is a deadlock). Fixes #164069.
26818
26819 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26820
26821         * gst/playback/gstplaybasebin.c: (probe_triggered):
26822           Of course, only pause if group is done...
26823
26824 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26825
26826         * gst/playback/gstplaybasebin.c: (probe_triggered):
26827           Thread safety.
26828
26829 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
26830
26831         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
26832           Don't return state change success when the parent
26833           failed.
26834
26835 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26836
26837         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
26838           Free events (fix memleak in #162905).
26839
26840 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
26841
26842         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26843
26844         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26845         (gst_ffmpeg_caps_to_pixfmt):
26846           Fix for depth = 15. Fixes #161675.
26847
26848 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26849
26850         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
26851           Set FPS correctly, even for webcams and the like.
26852         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
26853           Don error on setting while capturing.
26854
26855 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26856
26857         * ext/dv/gstdvdec.c:
26858         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
26859         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
26860           I'm a bad boy. using /1001. to force C to do float division
26861           and not integer division (as it did in my last commit)
26862           Thanks to David I. Lehn for pointing this mistake.
26863
26864 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26865
26866         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
26867           Revert Johan's 1.35->1.36 since it breaks compat.
26868
26869 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26870
26871         * ext/dv/gstdvdec.c:
26872         * ext/libfame/gstlibfame.c:
26873         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
26874         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
26875           replace framerate aproximations by their real value
26876           (24000/1001, 30000/1001, 60000/1001)
26877           Finish fixing bug #164049
26878
26879 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26880
26881         * ext/ogg/gstoggmux.c:
26882           eos/bos debugging
26883         * gst/tcp/gstmultifdsink.c:
26884         * gst/tcp/gstmultifdsink.h:
26885         * gst/tcp/gsttcp.c:
26886         * gst/tcp/gsttcp.h:
26887         * gst/tcp/gsttcpclientsink.c:
26888         * gst/tcp/gsttcpclientsrc.c:
26889         * gst/tcp/gsttcpserversink.c:
26890         * gst/tcp/gsttcpserversrc.c:
26891           improve reusability of elements after state changes and errors
26892           make multifdsink throw away streamheaders when receiving new ones
26893
26894 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26895
26896         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
26897           Fix for if items are already in list...
26898
26899 2005-01-12  Benjamin Otte  <otte@gnome.org>
26900
26901         * gst/adder/gstadder.c: (gst_adder_loop):
26902           fix adder a bit so it doesn't screw up with events as much anymore
26903
26904 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
26905
26906         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
26907         (pixbufscale_scale), (gst_pixbufscale_chain):
26908         * ext/gdk_pixbuf/pixbufscale.h:
26909           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
26910           to ensure rowstrides are calculated the same way as 
26911           ffmpegcolorspace
26912           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
26913           that we pick up duration and offset also.
26914
26915 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26916
26917         * gst/avi/gstavimux.c: (gst_avimux_class_init),
26918         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
26919           Reusability fixes.
26920
26921 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26922
26923         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
26924         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
26925         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
26926         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
26927           Update flags when requested.
26928
26929 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26930
26931         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
26932           Fix dmix.
26933
26934 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26935
26936         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
26937         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
26938         (probe_triggered), (new_decoded_pad), (gen_source_element),
26939         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
26940         * gst/playback/gstplaybasebin.h:
26941         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
26942         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
26943         (gst_play_bin_change_state):
26944           Implement group-switch signal for use in apps to clear metadata
26945           cache, clean up subtitle, add suburi property instead of # hack,
26946           some error-out fixes.
26947
26948 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26949
26950         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
26951           Debug.
26952         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
26953           If we got a state change in the _get handler, don't return success.
26954
26955 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26956
26957         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
26958         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
26959           Make jpegdec quiet on MJPEG decoding
26960         * gst/asfdemux/README:
26961           Fix mimetypes for MJPEG and H263
26962
26963 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26964
26965         * ext/theora/theoradec.c: (theora_dec_chain):
26966           Fix broken code generation by gcc by swapping arguments.
26967         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
26968           Fix \n in debug.
26969
26970 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26971
26972         * TODO:
26973           delete this file, it is by far outdated
26974         * ext/alsa/gstalsa.1: remove
26975         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
26976         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
26977         (gst_alsa_get_caps):
26978           Add HW probing for supported sample rates. Fixes #161704
26979
26980 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26981
26982         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26983           Don't crash, biatch! :).
26984
26985 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26986
26987         * ext/musepack/gstmusepackreader.cpp:
26988         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
26989           Some work on tags - still doesn't work in playbin...
26990         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26991           Handle events...
26992
26993 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26994
26995         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
26996           Also shove tags on kid pads.
26997
26998 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26999
27000         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
27001           Don't bail on unknown events.
27002         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
27003           Don't crash on events before negotiation.
27004         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
27005           Send tags on pads, too.
27006         * gst/playback/gststreamselector.c:
27007         (gst_stream_selector_request_new_pad):
27008           Forward events on first pad if no input was selected yet.
27009
27010 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27011
27012         * gst/playback/gstplaybasebin.c: (setup_substreams):
27013           Don't disable streamtype if the stream doesn't exist, since
27014           then playing a video after audio will disable both and nothing
27015           will happen. Fixes the testsuite.
27016
27017 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27018
27019         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
27020         (gst_v4l_xoverlay_set_xwindow_id):
27021         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
27022         (gst_v4l2_xoverlay_set_xwindow_id):
27023           Add debug categories, fix overlay disabling.
27024
27025 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27026
27027         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
27028         * ext/alsa/gstalsa.h:
27029           Add HW probing for period_count/size and buffer_size MIX/MAX
27030           Adjust default/user defined value if out of bounds
27031           Should fix bug #162024
27032
27033 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27034
27035         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
27036           Fix warning (#161191).
27037
27038 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27039
27040         * ext/dvdread/stream_labels.c:
27041         (dvdreadsrc_get_audio_stream_labels):
27042           Fix warning (init the good variable in switch default)
27043
27044 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
27045
27046         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27047
27048         * gst/tta/gstttaparse.c: (gst_tta_src_event):
27049           Fix gcc-2.95 compile (#163485).
27050
27051 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27052
27053         * configure.ac:
27054         * ext/flac/gstflacenc.c: (gst_flacenc_init),
27055         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
27056         (gst_flacenc_tell_callback), (gst_flacenc_chain),
27057         (gst_flacenc_change_state):
27058         * ext/flac/gstflacenc.h:
27059           Update for API change in flac-1.1.1. Update requirement in
27060           configure.ac. Fixes #162974.
27061
27062 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27063
27064         * gst/playback/gstplaybasebin.c: (group_destroy):
27065           Remove hack to get rid of assert and get rid of unlinked
27066           signals properly.
27067
27068 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27069
27070         * gst/playback/gstplaybasebin.c: (setup_source):
27071           Set source to NULL so that resources are free'ed. Fixes issues
27072           with playback of CDDA and similar device-accessing things.
27073
27074 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27075
27076         * testsuite/embed/Makefile.am:
27077           test->noinst, fix make test in buildbot.
27078
27079 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27080
27081         * ext/dvdread/stream_labels.c: new file
27082         * ext/dvdread/stream_labels.h: new file
27083         * ext/dvdread/Makefile.am:
27084         * ext/dvdread/dvdreadsrc.c: (_seek_title):
27085           Extract audio stream label from DVD IFO files.
27086           It only dump them on the console for now, still have to
27087           make playbin aware of them.
27088
27089 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27090
27091         * gst/playback/gstplaybasebin.c: (setup_source):
27092           Fix hanging subs.
27093
27094 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27095
27096         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
27097         (gen_preroll_element), (remove_groups), (setup_subtitle),
27098         (gen_source_element), (setup_source):
27099         * gst/playback/gstplaybasebin.h:
27100           Multiple .sub files is just a stupid idea... Fix some threading
27101           mistakes. Interestingly, external .sub files cause playbin to
27102           hang, I don't know why... Parsing fixes contributed by Fran??ois
27103           Kooman <fkooman@tuxed.net>.
27104
27105 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27106
27107         * testsuite/embed/Makefile.am:
27108           Fix buildbot.
27109
27110 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
27111
27112         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27113
27114         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
27115         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
27116         (gst_pngenc_set_property):
27117         * ext/libpng/gstpngenc.h:
27118           Add compression level property (#163323).
27119
27120 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27121
27122         * configure.ac:
27123         * examples/capsfilter/capsfilter1.c: (main):
27124         * examples/seeking/spider_seek.c: (make_spider_pipeline):
27125         * ext/dvdread/Makefile.am:
27126         * ext/dvdread/demo-play:
27127         * ext/dvdread/demo-play.c:
27128         * gconf/gstreamer.schemas.in:
27129         * gst-libs/gst/gconf/gconf.c:
27130         * sys/v4l/TODO:
27131         * testsuite/Makefile.am:
27132         * testsuite/embed/Makefile.am:
27133         * testsuite/embed/embed.c: (cb_expose), (main):
27134           Remove all references to xvideosink, fix examples (#140845).
27135         * gst/playback/gstplaybasebin.c: (group_destroy):
27136           Apparently, disposal does not unlink - so do explicitely.
27137         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
27138           Add debug.
27139
27140 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
27141
27142         * README: fix PKG_CONFIG_PATH instructions, what was there
27143         previously was breaking default search path, not nice. 
27144         Fixes #163358
27145
27146 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27147
27148         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
27149         (gst_audioscale_chain):
27150           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
27151           when resampling - how the ^@$^!@^! is this possible?!?
27152
27153 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27154
27155         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
27156           Reset variables on READY.
27157         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
27158         (gst_matroska_mux_loop):
27159           Require data before writing header.
27160
27161 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
27162
27163         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27164
27165         * ext/mad/gstmad.c: (gst_mad_chain):
27166           Don't call mad_stream_sync() directly after recovering sync.
27167           Fixes #151661.
27168
27169 2005-01-09  Martin Eikermann  <meiker@upb.de>
27170
27171         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27172
27173         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
27174         (snapshot_handler), (gst_snapshot_sinkconnect),
27175         (gst_snapshot_chain):
27176           Allocate resources when required, fix recursive signal emission
27177           and fix caps. Fixes #161667.
27178
27179 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
27180
27181         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27182
27183         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
27184         (gst_pngdec_chain):
27185           Handle only 8-bppc (bits-per-pixel-component) images, better
27186           error handling and correct strides. Fixes #163177.
27187         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
27188         (gst_pngenc_chain):
27189           Better error handling. Fixes #163348.
27190
27191 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27192
27193         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
27194         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
27195         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
27196         (dvdnavsrc_uri_handler_init):
27197           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
27198         * gst/playback/gstplaybasebin.c: (gen_source_element):
27199           Add MMS to streaming URIs.
27200
27201 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27202
27203         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
27204         * sys/xvimage/xvimagesink.c:
27205         (gst_xvimagesink_navigation_send_event):
27206           Check for pad availability before sending event.
27207
27208 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27209
27210         * gst-plugins.spec.in:
27211           Add subparse.
27212
27213 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27214
27215         * configure.ac:
27216           Since we use functions from CVS, up requirement.
27217
27218 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27219
27220         * gst/playback/Makefile.am:
27221         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27222         (group_destroy), (group_commit), (group_is_muted),
27223         (gen_preroll_element), (add_stream), (unknown_type),
27224         (probe_triggered), (preroll_unlinked), (mute_stream),
27225         (silence_stream), (new_decoded_pad), (setup_substreams),
27226         (setup_source), (get_active_source), (mute_group_type),
27227         (muted_group_change_state), (set_active_source),
27228         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
27229         (play_base_eos), (gst_play_base_bin_change_state):
27230         * gst/playback/gstplaybasebin.h:
27231         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
27232         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
27233         (gst_stream_info_dispose), (stream_info_mute_pad),
27234         (stream_info_change_state), (gst_stream_info_set_mute):
27235         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
27236         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
27237         (gst_stream_selector_init), (gst_stream_selector_dispose),
27238         (gst_stream_selector_get_linked_pad),
27239         (gst_stream_selector_get_caps), (gst_stream_selector_link),
27240         (gst_stream_selector_get_linked_pads),
27241         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
27242         * gst/playback/gststreamselector.h:
27243           Adding stream selection support plus required properties for
27244           applications to use this. Fully fixes #100931.
27245
27246 2005-01-08  Benjamin Otte  <otte@gnome.org>
27247
27248         * gst/games/gstpuzzle.c: (nav_event_handler):
27249           - handle nav events differently: forward every event no matter if it
27250             was handled or not.
27251           - translate events
27252           You can now cheat by using navigationtest ! puzzle and moving the
27253           mouse close to the edge of a tile. ;)
27254
27255 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27256
27257         * configure.ac:
27258         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
27259         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
27260         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
27261         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
27262         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
27263         (gst_ogm_parse_plugin_init):
27264         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
27265         (gst_textoverlay_link), (gst_textoverlay_getcaps),
27266         (gst_textoverlay_event), (gst_textoverlay_video_chain),
27267         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
27268         * ext/pango/gsttextoverlay.h:
27269         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
27270         (gst_matroska_demux_handle_seek_event),
27271         (gst_matroska_demux_sync_streams),
27272         (gst_matroska_demux_parse_blockgroup),
27273         (gst_matroska_demux_subtitle_caps),
27274         (gst_matroska_demux_plugin_init):
27275         * gst/matroska/matroska-ids.h:
27276         * gst/playback/gstdecodebin.c: (close_pad_link):
27277         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
27278         (gen_preroll_element), (remove_groups), (add_stream),
27279         (new_decoded_pad), (setup_subtitles), (gen_source_element),
27280         (setup_source):
27281         * gst/playback/gstplaybasebin.h:
27282         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
27283         * gst/subparse/Makefile.am:
27284         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
27285         (gst_subparse_base_init), (gst_subparse_class_init),
27286         (gst_subparse_init), (gst_subparse_formats),
27287         (gst_subparse_eventmask), (gst_subparse_event),
27288         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
27289         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
27290         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
27291         (parse_mpsub_deinit), (parse_mpsub_init),
27292         (gst_subparse_buffer_format_autodetect),
27293         (gst_subparse_format_autodetect), (gst_subparse_loop),
27294         (gst_subparse_change_state), (gst_subparse_type_find),
27295         (plugin_init):
27296         * gst/subparse/gstsubparse.h:
27297         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
27298         (plugin_init):
27299           Add subtitle support, .sub parser (supports SRT and MPsub),
27300           OGM text support, Matroska UTF-8 text support, deadlock fixes
27301           all over the place, subtitle awareness in decodebin/playbin
27302           and some fixes to textoverlay to handle subtitles in a stream
27303           correctly. Fixes #100931.
27304
27305 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27306
27307         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
27308           Check for pad availability before doing a query on it.
27309
27310 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27311
27312         * ext/dv/gstdvdec.c:
27313           really fix bpp24/32 dvdec caps (classic rgba indeed)
27314         * gst/asfdemux/gstasfdemux.c:
27315         (gst_asf_demux_process_ext_content_desc):
27316           don't send text tags if they are empty (bis repetita)
27317
27318 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27319
27320         * ext/dv/gstdvdec.c:
27321          remove unneeded comment from dvdec
27322           (related to DV 4CC codes in AVI files)
27323           moved them in gstreamer/docs/random/mimetypes
27324         * gst/asfdemux/gstasfdemux.c:
27325         (gst_asf_demux_process_ext_content_desc):
27326          don't send text tags if they are empty
27327          fix mem leak on error path
27328         * gst/ffmpegcolorspace/avcodec.h:
27329         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27330         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
27331         (gst_ffmpegcsp_avpicture_fill):
27332         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
27333         * gst/ffmpegcolorspace/imgconvert_template.h:
27334          adds BGR32 and BGRA32 to ffmpegcolorspace
27335           (still bad colors, fixing it on next commit)
27336           helps with dvdec outputing BGR32
27337
27338 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27339
27340         * ext/dv/gstdvdec.c:
27341          Fix audio caps i just broke (missing ',')
27342         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
27343         (gst_matroska_mux_reset):
27344          Fix typo + add FIXME about old "x-gst-metadata" crap
27345
27346 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27347
27348         * ext/dv/demo-play.c: (main):
27349          xvideosink -> xvimagesink
27350         * ext/dv/gstdvdec.c:
27351          change rgb 32/32 caps to 24/32 (no alpha)
27352          change nb of channels to be a list (2 or 4, not 2)
27353          change sample rate to be a list (32, 44.1, 48 kHz) not a range
27354         * gst/asfdemux/gstasfdemux.c:
27355         (gst_asf_demux_process_ext_content_desc):
27356          Add 'date/year' to extracted metadata list
27357
27358 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27359
27360         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
27361           The return value of fixate_to does not imply that the requested
27362           value was set, so don't assume.
27363
27364 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
27365
27366         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27367
27368         * ext/libpng/gstpngdec.c:
27369         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
27370         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
27371         * ext/libpng/gstpngenc.h:
27372           Alpha support (encoder; #163161), mime fixage.
27373
27374 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
27375
27376         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27377
27378         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
27379         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
27380         (gst_faac_set_property), (gst_faac_get_property):
27381         * ext/faac/gstfaac.h:
27382           Allow for ADTS output (#153434).
27383
27384 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27385
27386         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
27387           Fix against template (#150576).
27388
27389 2005-01-06  Benjamin Otte  <otte@gnome.org>
27390
27391         * gst/games/gstpuzzle.c: (draw_puzzle):
27392           don't draw a puzzle if either width or height of tiles would be 0.
27393
27394 2005-01-06  Benjamin Otte  <otte@gnome.org>
27395
27396         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
27397         (gst_puzzle_class_init), (gst_puzzle_finalize):
27398           no memleaks, please
27399         (gst_puzzle_create), (gst_puzzle_init),
27400         (gst_puzzle_set_property), (gst_puzzle_setup):
27401           change initialization code around so we don't reshuffle on resize
27402         (draw_puzzle):
27403           fix another stupid typo
27404
27405 2005-01-06  Benjamin Otte  <otte@gnome.org>
27406
27407         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
27408           fix stupid typo that borked copying on YUY2
27409
27410 2005-01-06  Benjamin Otte  <otte@gnome.org>
27411
27412         * gst/games/gstpuzzle.c: (draw_puzzle):
27413           fix edges when image sizes aren't multiples of tile sizes
27414
27415 2005-01-06  Benjamin Otte  <otte@gnome.org>
27416
27417         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
27418           make RGB endianness work correctly
27419         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
27420           refactor and fix race with initial shuffling
27421         (nav_event_handler):
27422           allow using the mouse to puzzle
27423         (draw_puzzle):
27424           insist on tiles having width and height as multiples of 4 to get
27425           clean YUV image handling
27426         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
27427         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
27428           s/DEBUG/LOG/ for common messages
27429         (gst_xvimagesink_navigation_send_event):
27430           fix mouse event translation to not include screen PAR
27431         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
27432           fix mouse event translation to actually work
27433
27434 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27435
27436         * gst/asfdemux/gstasfdemux.c:
27437         (gst_asf_demux_process_ext_content_desc):
27438          Extract TrackNumber metadata + clean up code
27439         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
27440          Hope this is the good fix (var used unitialised)
27441
27442 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27443
27444         * ext/faad/gstfaad.c: (gst_faad_chain):
27445           Only increment timestamp if it's valid. Fixes raw AAC streams.
27446
27447 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27448
27449         * configure.ac:
27450         * gst/games/Makefile.am:
27451         * gst/games/gstpuzzle.c:
27452           add a puzzle game with...
27453         * gst/games/gstvideoimage.c:
27454         * gst/games/gstvideoimage.h:
27455           ... full colorspace support (that includes YUV9 and RGB16)) stolen
27456           from videotestsrc and made into something that would be a nice
27457           library for a lot of other plugins.
27458
27459 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27460
27461         * configure.ac:
27462          don't compile faad plugin if a RC of 2.0 is found
27463          Fixes #155346 (and FC1 buildbot)
27464         * gst/asfdemux/gstasfdemux.c:
27465         (gst_asf_demux_process_ext_content_desc):
27466          try to make Solaris compiler happier
27467
27468 2005-01-06  Paul Jack  <pjack@sfaf.org>
27469
27470         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27471
27472         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
27473           Fix segfault (#161667).
27474
27475 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27476
27477         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
27478           Fix framerate reporting.
27479
27480 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27481
27482         * gst-libs/gst/riff/riff-ids.h:
27483         * gst/wavenc/riff.h:
27484          Add AMR (VBR and CBR) ids to riff.h audio codec list
27485         * gst/asfdemux/gstasfdemux.c:
27486         (gst_asf_demux_process_ext_content_desc),
27487         (gst_asf_demux_process_object):
27488           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
27489
27490 2005-01-05  Martin Eikermann  <meiker@upb.de>
27491
27492         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27493
27494         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
27495         (gst_dvd_demux_handle_discont):
27496         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
27497         (gst_mpeg_demux_handle_discont):
27498           Recreate pads on new-media (#160730).
27499         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
27500           Send discont even if manager changes timestamps (#161929).
27501
27502 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
27503
27504         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27505
27506         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
27507           Fix invalid memory access (#159211).
27508
27509 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27510
27511         * examples/gstplay/player.c: (main):
27512           Don't iterate.
27513         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
27514           Add visualizations.
27515         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
27516         (gst_a52dec_handle_frame):
27517           Set duration.
27518         * ext/dvdnav/gst-dvd:
27519           Add audioconvert. Fixes #161325.
27520         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
27521           Explicitely case to gint64. Possible valgrind error.
27522         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
27523         (gst_play_tick_callback), (gst_play_change_state),
27524         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
27525         (gst_play_set_location), (gst_play_get_location),
27526         (gst_play_seek_to_time), (gst_play_set_data_src),
27527         (gst_play_set_video_sink), (gst_play_set_audio_sink),
27528         (gst_play_set_visualization), (gst_play_connect_visualization),
27529         (gst_play_get_framerate), (gst_play_get_all_by_interface),
27530         (gst_play_new):
27531           Use playbin. Fixes #139749 and #147744.
27532         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
27533           Add genre tag.
27534         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
27535         (audioscale_get_type), (gst_audioscale_base_init),
27536         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
27537         (gst_audioscale_getcaps), (gst_audioscale_fixate),
27538         (gst_audioscale_link), (gst_audioscale_get_buffer),
27539         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
27540         (gst_audioscale_init), (gst_audioscale_dispose),
27541         (gst_audioscale_chain), (gst_audioscale_set_property),
27542         (gst_audioscale_get_property), (plugin_init):
27543           Indent properly.
27544         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
27545           Fix LPCM.
27546         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
27547         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
27548         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
27549           Add more metadata (fixes #162656).
27550
27551 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27552
27553         * configure.ac:
27554           back to cvs
27555
27556 === release 0.8.7 ===
27557
27558 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27559
27560         * NEWS:
27561         * RELEASE:
27562         * configure.ac:
27563           releasing 0.8.7, "Hyperspace"
27564
27565 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27566
27567         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
27568
27569         * gst/playback/gstplaybasebin.c:
27570          Fix for #162924 - free caps after use, not before
27571
27572 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
27573
27574         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27575
27576         * gst/playback/gstplaybasebin.c:
27577         * gst/wavparse/gstwavparse.c:
27578           Fix for #154773 - fixes playback of small .wav files
27579
27580 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
27581
27582         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27583
27584         * gst/audioscale/gstaudioscale.c:
27585           Fix for #162819 - make audioscale reusable
27586           Fixes playback of more than one file with playbin/totem
27587
27588 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27589
27590         * gst/ffmpegcolorspace/avcodec.h:
27591         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27592         * gst/ffmpegcolorspace/imgconvert.c:
27593           clean up the mess that made me cry and avoid needless duplication
27594
27595 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27596
27597         * gst/ffmpegcolorspace/imgconvert.c:
27598           give some indication of why we're segfaulting
27599
27600 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27601
27602         * configure.ac:
27603           Fix indentation, fix v4l2 plugin detection.
27604         * ext/Makefile.am:
27605           Fix libmms location (Maciej, use diff -u!).
27606         * ext/alsa/gstalsa.c: (gst_alsa_init):
27607           Initialize caps cache to NULL.
27608         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
27609           Only change state on audiosink if it exists.
27610
27611 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
27612
27613         * gst/matroska/matroska-demux.c:
27614         * gst/matroska/matroska-ids.h:
27615         * gst/matroska/matroska-demux.h:
27616         Fix Vorbis streams failing to decode in some files, where cluster_time
27617         isn't 0, because then it doesn't send codec_priv before actual data.
27618         Remove time-based test and replace it with marker set on beginning of
27619         new stream
27620
27621 2004-12-28  David Schleef  <ds@schleef.org>
27622
27623         Merge patch from Ronald fixing problems with streaming
27624         text.
27625         * ext/cairo/gstcairo.c: (plugin_init):
27626         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
27627         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
27628         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
27629         (gst_textoverlay_font_init), (gst_textoverlay_init),
27630         (gst_textoverlay_set_property):
27631         * ext/cairo/gsttextoverlay.h:
27632
27633 2004-12-27  David Schleef  <ds@schleef.org>
27634
27635         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
27636         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
27637         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
27638         (gst_textoverlay_font_init), (gst_textoverlay_init),
27639         (gst_textoverlay_set_property): Improvements to actually
27640         render text as white on black outline on video, including
27641         font selection and horizontal/vertical alignment.  (Ronald's
27642         christmas present)
27643         * ext/cairo/gsttextoverlay.h:
27644
27645 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27646
27647         * ext/ogg/gstogg.c:
27648         * ext/ogg/gstogmparse.c:
27649           fix ogm[audio/video]parse plugin registration
27650           (riff won't load if bytestream is already loaded)
27651
27652 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27653
27654         * gst/audioconvert/gstchannelmix.c:
27655           fix for GLIB < 2.4
27656
27657 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27658
27659         * Makefile.am:
27660         * configure.ac:
27661           disable docs again until it actually passes make distcheck.
27662
27663 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27664
27665         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
27666         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
27667         (plugin_init):
27668           Add 3GP (variables name Q3GP because they can't start with a
27669           number). Add samr audio fourcc (used in .3gp files), decoder
27670           is work in progress. Also do a GST_WARNING instead of ERROR
27671           in case of unknown nodes, to decrease output.
27672
27673 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27674
27675         * Makefile.am:
27676           really fix dist
27677
27678 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27679
27680         * configure.ac:
27681         * ext/speex/gstspeexdec.h:
27682         * ext/speex/gstspeexenc.h:
27683           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
27684           Fix detection code in configure.ac
27685
27686 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27687
27688         * gst/matroska/matroska-demux.c:
27689         (gst_matroska_demux_parse_blockgroup):
27690           Save position, so that queries give proper return values. Don't
27691           know how this could ever have worked before...
27692
27693 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27694
27695         * configure.ac:
27696           Put additional LAME check inside the conditional.  Fixes #152339
27697
27698 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27699
27700         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27701         (gst_avi_demux_stream_scan):
27702           Add some more debug. Fix logic error when setting movi offset
27703           while reading index.
27704
27705 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27706
27707         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27708         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
27709         (gst_avi_demux_process_next_entry):
27710           Add some debugging. Better detection of broken indexes and the
27711           accompanying index recovery. No infinite loops on state changes
27712           when we're still in our loopfunction.
27713
27714 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27715
27716         * configure.ac:
27717           Fix up.
27718
27719 2004-12-22  Archana Shah  <archana.shah@wipro.com>
27720
27721         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27722
27723         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
27724           Normalizing the value before setting
27725         (gst_sunaudiomixer_get_volume):
27726           Normalizing the value after getting. Fixes bug# 161980
27727
27728 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27729
27730         * Makefile.am: Make sure docs gets disted
27731         * docs/Makefile.am: Make sure all needed files get disted
27732         * gst-plugins.spec.in: latest updates
27733
27734 2004-12-22  Wim Taymans  <wim@fluendo.com>
27735
27736         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
27737         Revert patch 1.38 as clock distribution over schedulers does
27738         not work correcly in the core yet.
27739
27740 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27741
27742         * sys/oss/README: remove this file, which predates my birth
27743           (and which content is by far outdated)
27744
27745 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
27746
27747         * Makefile.am:
27748         * configure.ac:
27749         * docs/Makefile.am:
27750         * docs/libs/Makefile.am:
27751         * docs/libs/gst-plugins-libs-docs.sgml:
27752         * docs/libs/gst-plugins-libs-sections.txt:
27753         * docs/libs/tmpl/gstgconf.sgml:
27754         * docs/upload.mak:
27755         * docs/version.entities.in:
27756           Added boilerplate gtk-doc files for plugin-libs documentation.
27757
27758 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27759
27760         * gst/auparse/gstauparse.c: fix int and float audio caps
27761
27762 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27763
27764         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
27765         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
27766           g_assert() can be a macro, don't use #ifdef inside it.
27767
27768 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
27769
27770         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27771
27772         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
27773         (gst_videorate_init), (gst_videorate_chain),
27774         (gst_videorate_change_state):
27775           Event handling (fixes #159986).
27776
27777 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27778
27779         * gst-libs/gst/riff/riff-media.c:
27780         (gst_riff_create_video_caps_with_data):
27781           Add BLZ0 (Blizzard's version of DivX) fourcc.
27782
27783 2004-12-18  David Schleef  <ds@schleef.org>
27784
27785         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
27786         portability fix.
27787
27788 2004-12-18  David Schleef  <ds@schleef.org>
27789
27790         * gst/tta/ttadec.h: Disable some header code that isn't used
27791         and clearly isn't portable.
27792
27793 2004-12-18  David Schleef  <ds@schleef.org>
27794
27795         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
27796         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
27797         (avcodec_get_pix_fmt), (avpicture_layout),
27798         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
27799         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
27800         Fix code to not use GCC extensions (and c99 extensions that
27801         Forte does not like.)
27802
27803 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
27804
27805         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27806
27807         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
27808         (gst_deinterlace_chain):
27809           Rowstride fixes. Fixes #161039.
27810         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
27811         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
27812         (gst_video_crop_getcaps), (gst_video_crop_link),
27813         (gst_video_crop_i420), (gst_video_crop_chain),
27814         (gst_video_crop_change_state):
27815           Rework of negotiation. Actually works now. Fixes #158650.
27816
27817 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27818
27819         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
27820           That was very stupid.
27821
27822 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27823
27824         * gst/matroska/matroska-demux.c:
27825         (gst_matroska_demux_parse_blockgroup):
27826           Fix possible crasher.
27827
27828 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27829
27830         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
27831         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
27832           Lace sizes can be zero.
27833
27834 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27835
27836         * ext/musepack/gstmusepackdec.cpp:
27837           Fetch error return values. Fixes #161624.
27838         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
27839           Really EOS.
27840
27841 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27842
27843         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
27844           Work for truncated (unfinished download etc.) files. Fixes #160514.
27845
27846 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27847
27848         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
27849           Fix for integer overflow. Makes #156001 not crash. Probably masks
27850           the real bug.
27851
27852 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27853
27854         * gst/ac3parse/gstac3parse.c: (plugin_init):
27855           Parsers never have ranks. Fixes #159651.
27856
27857 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27858
27859         * gst/playback/gstdecodebin.c: (compare_ranks):
27860           make sure the facotries are ordered the same every time even if they
27861           have the same rank by using the name
27862         * gst/playback/gstdecodebin.c: (find_compatibles):
27863           make sure we don't add factories to the list twice
27864
27865 2004-12-16  David Schleef  <ds@schleef.org>
27866
27867         * configure.ac: look for musepack headers as musepack/*.h
27868         (fixes #159847)
27869         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
27870         * ext/musepack/gstmusepackreader.h: same
27871
27872 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27873
27874         * gst-libs/gst/riff/riff-read.c:
27875         (gst_riff_read_strf_auds_with_data):
27876           Read extradata correctly (fixes #155879).
27877
27878 2004-12-16  David Schleef  <ds@schleef.org>
27879
27880         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
27881         audio.  does _not_ attempt or allow conversion unless channels
27882         is 1 or 2.
27883
27884 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27885
27886         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
27887
27888 2004-12-16  David Schleef  <ds@schleef.org>
27889
27890         * gst/audioscale/gstaudioscale.c: the resample library only
27891         handles 1 or 2 channels.  Change caps to compensate.
27892
27893 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27894
27895         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
27896         (gst_matroska_demux_audio_caps):
27897           Some MPEG-AAC hacks, because else it doesn't work...
27898
27899 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27900
27901         * gst-libs/gst/riff/riff-media.c:
27902         (gst_riff_create_video_caps_with_data),
27903         (gst_riff_create_video_template_caps):
27904           Add h264.
27905
27906 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27907
27908         * gst-libs/gst/audio/Makefile.am:
27909           Try to fix buildbot.
27910
27911 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27912
27913         * gst/tcp/gstmultifdsink.c:
27914           Clean up and uniformize debugging.
27915
27916 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
27917
27918         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27919
27920         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
27921         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
27922         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
27923         (gst_mpeg_demux_change_state):
27924           Reset on ready. Fixes 160276.
27925
27926 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
27927
27928         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27929
27930         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27931         (gst_ffmpegcsp_pad_link):
27932           Fix memleak (#154815).
27933
27934 2004-12-16  James Bowes  <bowes@cs.dal.ca>
27935
27936         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27937
27938         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
27939         (gst_musicbrainz_init), (gst_musicbrainz_chain),
27940         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
27941         * ext/musicbrainz/gsttrm.h:
27942           Add support for using a proxy server when getting a trm id from
27943           the MusicBrainz database (#149613).
27944
27945 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
27946
27947         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27948
27949         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
27950         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
27951           Fix memleaks (#157233).
27952
27953 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
27954
27955         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27956
27957         * gst-libs/gst/resample/resample.c: (gst_resample_close):
27958         * gst-libs/gst/resample/resample.h:
27959         * gst/audioscale/gstaudioscale.c:
27960           Fix memleak (#159215).
27961
27962 2004-12-16  Toni Willberg  <toniw@iki.fi>
27963
27964         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27965
27966         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
27967         * sys/oss/oss_probe.c: (main):
27968           Check for mono/stereo support (similar to samplerate probing),
27969           fixes #159433. Also add missing copyright header to oss_probe.c.
27970
27971 2004-12-15  David Schleef  <ds@schleef.org>
27972
27973         * configure.ac: add audioresample and cairo plugins.  Remove
27974         HAVE_MMX stuff, because it's not used.
27975         * ext/Makefile.am: same
27976         * ext/audioresample/Makefile.am: You are not ready for an
27977         audio resampling element based on audioresample.
27978         * ext/audioresample/gstaudioresample.c:
27979         * ext/audioresample/gstaudioresample.h:
27980         * ext/cairo/Makefile.am: You are not ready for overlay elements
27981         based on cairo.  Don't look too closely, these elements kinda
27982         suck right now.
27983         * ext/cairo/gstcairo.c: new
27984         * ext/cairo/gsttextoverlay.c: new
27985         * ext/cairo/gsttextoverlay.h: new
27986         * ext/cairo/gsttimeoverlay.c: new
27987         * ext/cairo/gsttimeoverlay.h: new
27988         * gst-libs/gst/media-info/media-info-priv.h: fix compile
27989         problem with compilers that don't support variadic macros.
27990
27991 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
27992
27993         Reviewed by:  David Schleef  <ds@schleef.org>
27994
27995         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
27996         Bala, registering sunaudiosrc (oops!), and cleaning up code a
27997         bit.  Also ran indent-gst.
27998         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
27999         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
28000         (gst_sunaudiosrc_setparams):
28001
28002 2004-12-14  David Schleef  <ds@schleef.org>
28003
28004         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
28005         output rate to 16000.  Should fix #160235.
28006
28007 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28008
28009         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
28010         Add typefinding for mpeg2 pes streams
28011
28012 2004-12-13  David Schleef  <ds@schleef.org>
28013
28014         * configure.ac:  Applied patch from bug #143659, making default
28015         sources and sinks OS-dependent (for Solaris), and added code
28016         for OS/X.
28017         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
28018
28019 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28020
28021         * gst-libs/gst/riff/riff-media.c:
28022           forgot to add h2.64 to avidemux template caps
28023
28024 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28025
28026         * gst/wavenc/riff.h:
28027         * gst-libs/gst/riff/riff-media.c:
28028         * gst-libs/gst/riff/riff-ids.h:
28029         * gst/avi/gstavimux.c
28030         add 4CC code for VideoSoft h264 in AVI (VSSH)
28031           fixes bug #160655
28032         remove s323 from riff, it's quicktime specific :(
28033
28034 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28035
28036         * gst/asfdemux/README
28037         * gst/wavenc/riff.h
28038         * gst-libs/gst/riff/riff-ids.h
28039         * gst-libs/gst/riff/riff-media.c
28040         * gst/qtdemux/qtdemux.c:
28041           add new 4CC codes for h263 related codecs
28042           fixes partially bug #155163
28043
28044 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
28045
28046         * configure.ac: Update polyaudio requirement to 0.7
28047         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
28048
28049 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28050
28051         * gst/interleave/deinterleave.c:
28052         fix my name's spelling! :)
28053
28054 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28055
28056         * AUTHORS ChangeLog
28057         * gst/auparse/gstauparse.c
28058         * gst/interleave/deinterleave.c
28059         * gst/law/:
28060                 alaw-decode.c alaw-encode.c
28061                 mulaw-decode.c mulaw-encode.c
28062         * gst/oneton/gstoneton.c
28063         * sys/osxaudio/:
28064                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
28065         * sys/osxvideo/:
28066                 cocoawindow.h cocoawindow.m
28067                 osxvideosink.h osxvideosink.m
28068
28069         put the same mail address for Zaheer Abbas Merali everywhere
28070
28071 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28072
28073         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
28074           Align by packetsize, and assert that we a packet available before
28075           playing. The first makes webstreams work (they often include
28076           trailing padding data in a packet), the second allows pausing a
28077           ASF stream in totem without getting demux errors afterwards.
28078
28079 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28080
28081         * ext/ogg/gstoggdemux.c: (get_relative):
28082           Check for non-NULL before accessing member (end-of-chain).
28083
28084 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28085
28086         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
28087         (cdparanoia_set_property), (cdparanoia_get_property):
28088         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
28089         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
28090         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
28091         (dvdreadsrc_init), (dvdreadsrc_set_property),
28092         (dvdreadsrc_get_property):
28093         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
28094         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
28095           Synchronize property names where not yet the case. Devices are
28096           now device=X, other versions are deprecated (but still exist).
28097           Also use g_free() unconditionally.
28098         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28099         (setup_source), (gst_play_base_bin_get_property):
28100           Expose source.
28101
28102 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28103
28104         * configure.ac: move GCONF macro outside conditional for the am
28105           conditional. Fixes #160439
28106
28107 2004-12-08  David Schleef  <ds@schleef.org>
28108
28109         * tools/gst-visualise-m.m: Switch to elements that currently
28110         exist.
28111
28112 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28113
28114         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
28115           We love wrong commas.
28116
28117 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28118
28119         * gst/matroska/matroska-demux.c:
28120         (gst_matroska_demux_handle_src_query):
28121           Don't set DEFAULT, unsupported - makes length display incorrectly
28122           in some cases.
28123
28124 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
28125
28126         * gst/monoscope/README: remove blurb about files being GPL
28127         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
28128         * gst/monoscope/monoscope.c: Change license to BSD with explanation
28129           monoscope is now effectively LGPL licensed
28130
28131 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
28132
28133         * gst/monoscope/README: Update information to be more correct
28134         * gst/monoscope/convolve.c: Relicense to LGPL
28135         * gst/monoscope/convolve.h: Relicense to LGPL
28136
28137 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
28138
28139         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
28140           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
28141         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
28142           set default_duration for mpeg1 audio
28143
28144 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28145
28146         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
28147         * ext/alsa/gstalsa.h:
28148           refactor big chunks of the core caps negotiation code to make it
28149           a lot faster, because people claim it's really slow
28150           (actually, just cache the getcaps when the device is opened)
28151
28152 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28153
28154         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
28155         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
28156         (gst_a52dec_handle_frame), (gst_a52dec_chain),
28157         (gst_a52dec_change_state), (plugin_init):
28158         * ext/a52dec/gsta52dec.h:
28159           Do something useful with timestamps. Make chain-based (since
28160           there's really no reason to be loopbased).
28161         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
28162           Update current_byte/frame correctly.
28163
28164 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28165
28166         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
28167         (gst_ape_demux_stream_init):
28168           Forward tags, too.
28169
28170 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28171
28172         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
28173           Let's make sure we're done typefinding when detecting tags.
28174
28175 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28176
28177         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
28178         (gst_ebml_read_init), (gst_ebml_read_use_event),
28179         (gst_ebml_read_element_id), (gst_ebml_peek_id),
28180         (gst_ebml_read_seek), (gst_ebml_read_skip),
28181         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
28182         (gst_ebml_read_master):
28183         * gst/matroska/ebml-read.h:
28184         * gst/matroska/matroska-demux.c:
28185         (gst_matroska_demux_parse_contents),
28186         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
28187           Disgustingly evil hack for working around INTERRUPT events and
28188           their extremely annoying habit of being a pain in the ass. We
28189           simply peek a cluster before reading any of it.
28190
28191 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28192
28193         * ext/musepack/gstmusepackdec.cpp:
28194           There's also floating point libmusepacks.
28195
28196 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28197
28198         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
28199         (gst_faad_chanpos_to_gst), (gst_faad_chain):
28200           Set DURATION even if source buffer didn't. Also use increasing
28201           timestamps.
28202         * gst-libs/gst/riff/riff-media.c:
28203         (gst_riff_create_audio_caps_with_data):
28204           Block_align can have larger values than 8192.
28205
28206 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28207
28208         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
28209         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
28210         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
28211         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
28212           Fix caps.
28213
28214 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28215
28216         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
28217           Fix logic bug.
28218
28219 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28220
28221         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
28222           Yay, another one.
28223
28224 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28225
28226         * ext/esd/esdsink.c: (gst_esdsink_chain):
28227           Make error actually say something useful (fixes #156798).
28228         * gst-libs/gst/riff/riff-media.c:
28229         (gst_riff_create_video_caps_with_data),
28230         (gst_riff_create_video_template_caps):
28231           Add Intel Video 5.0 fourcc (IV50).
28232
28233 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
28234
28235         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
28236         detection on mono and stereo mp3 files.
28237
28238 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28239
28240         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
28241           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
28242           the contained stream).
28243
28244 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28245
28246         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
28247           Oops, remove debug.
28248
28249 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
28250
28251         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28252
28253         * gst/law/alaw-decode.c: (alawdec_getcaps):
28254         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
28255           Prevent warnings when negotiating caps (fixes #159338).
28256
28257 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28258
28259         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28260         (gst_ffmpegcsp_chain):
28261           Remove old leftover that shouldn't be there...
28262
28263 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
28264
28265         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28266
28267         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
28268           Don't forward DISCONT events (fixes #159684).
28269
28270 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28271
28272         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
28273           Unlink manually since sometimes bin disposal (and therefore
28274           pad unlinking) is delayed, which will cause a new media file
28275           to not be able to start playing instantly.
28276
28277 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28278
28279         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
28280           On mute of an unlinked stream, check for pad availability so
28281           we don't crash on unlinked pad.
28282
28283 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28284
28285         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
28286         (gst_avi_demux_massage_index):
28287           Fix quite humiliating bug in omitting 0-sized index chunks but
28288           forgetting to count them for timestamps.
28289
28290 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28291
28292         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
28293           Actually leave the loop if we failed to sync. Don't crash.
28294
28295 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28296
28297         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
28298         (gst_dvd_demux_process_private):
28299         * gst/mpegstream/gstdvddemux.h:
28300           Fix crash (#159759). Doesn't work, though. :-(.
28301
28302 2004-11-28  Benjamin Otte  <otte@gnome.org>
28303
28304         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
28305           more overwriting protection due to modifying channels one by one
28306           instead of all at once
28307
28308 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28309
28310         * gst/audioconvert/gstchannelmix.c:
28311         (gst_audio_convert_fill_normalize):
28312           Normalize using absolute values.
28313
28314 2004-11-28  Julien MOUTTE  <julien@moutte.net>
28315
28316         * configure.ac:
28317         * ext/Makefile.am:
28318         * ext/directfb/Makefile.am:
28319         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
28320         (gst_directfbvideosink_get_pixel_format),
28321         (gst_directfbvideosink_get_format_from_fourcc),
28322         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
28323         (gst_directfbvideosink_sink_link),
28324         (gst_directfbvideosink_change_state),
28325         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
28326         (gst_directfbvideosink_buffer_alloc),
28327         (gst_directfbvideosink_interface_supported),
28328         (gst_directfbvideosink_interface_init),
28329         (gst_directfbvideosink_navigation_send_event),
28330         (gst_directfbvideosink_navigation_init),
28331         (gst_directfbvideosink_set_property),
28332         (gst_directfbvideosink_get_property),
28333         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
28334         (gst_directfbvideosink_base_init),
28335         (gst_directfbvideosink_class_init),
28336         (gst_directfbvideosink_get_type), (plugin_init):
28337         * ext/directfb/directfbvideosink.h: Adding a first version of
28338         directfbvideosink.
28339         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
28340         more.
28341
28342 2004-11-28  Benjamin Otte  <otte@gnome.org>
28343
28344         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
28345           walk the samples backwards if out_channels > in_channels so we don't
28346           overwrite data
28347
28348 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28349
28350         * gst/audioconvert/Makefile.am:
28351         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
28352         (gst_audio_convert_link), (gst_audio_convert_change_state),
28353         (gst_audio_convert_channels):
28354         * gst/audioconvert/gstchannelmix.c:
28355         (gst_audio_convert_unset_matrix),
28356         (gst_audio_convert_fill_identical),
28357         (gst_audio_convert_fill_compatible),
28358         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
28359         (gst_audio_convert_fill_others),
28360         (gst_audio_convert_fill_normalize),
28361         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
28362         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
28363         * gst/audioconvert/gstchannelmix.h:
28364           Implement a channel mixer.
28365
28366 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
28367
28368         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
28369         * ext/alsa/gstalsa.h:
28370         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
28371         Make alsasink actually honor gst_element_set_clock and use that
28372         clock instead of its internal one.
28373
28374 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
28375
28376         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
28377         (gst_play_base_bin_change_state): nullify source and decoder when
28378         going from READY to NULL so that we don't try to do weird stuff with
28379         them when going from NULL to READY
28380         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
28381         instead of g_object_unref
28382         (gen_video_element), (gen_audio_element): more refcounting fixes, now
28383         it should be correct
28384         (gst_play_bin_change_state): don't call remove_sinks if we are
28385         currently disposing the object
28386
28387 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28388
28389         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
28390           Don't forget bass if it's there. Else left channel is silent...
28391
28392 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28393
28394         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
28395         (gst_a52dec_change_state):
28396           Don't do sample adjusting anymore, we use float audio now.
28397         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
28398           Don't fixate to non-existing properties.
28399
28400 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28401
28402         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
28403         (gst_a52dec_change_state):
28404           Advertise that we can do surround sound.
28405
28406 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28407
28408         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
28409           Add buffer-frames=0.
28410         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
28411         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
28412         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
28413         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
28414         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
28415         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
28416         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
28417         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
28418         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
28419         * ext/dvdread/dvdreadsrc.h:
28420           Add seeking, querying for bytes, sectors, title, angle and
28421           chapter. Handle multiple chapters. Relicense to LGPL because
28422           Billy agreed on that (thanks Billy!).
28423
28424 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
28425
28426         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
28427         call parent dispose method
28428
28429 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
28430
28431         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
28432         (gst_audio_clock_get_internal_time):
28433         Fix active <-> inactive transitions: ensure time value always
28434         grows and avoid abrupt value changes.
28435
28436 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
28437
28438         * configure.ac:
28439         * gst/tta/Makefile.am:
28440         * gst/tta/crc32.h:
28441         * gst/tta/filters.h:
28442         * gst/tta/gsttta.c:
28443         * gst/tta/gstttadec.c:
28444         * gst/tta/gstttadec.h:
28445         * gst/tta/gstttaparse.c:
28446         * gst/tta/gstttaparse.h:
28447         * gst/tta/ttadec.h:
28448           added TTA parser and decoder
28449
28450 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28451
28452         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28453         (probe_triggered), (check_queue), (buffer_underrun),
28454         (buffer_running), (buffer_overrun), (gen_source_element),
28455         (setup_source):
28456         * gst/playback/gstplaybasebin.h:
28457           Implement buffering. Needs some more work.
28458
28459 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28460
28461         * ext/theora/theoradec.c: (theora_dec_chain):
28462           Fix ilog mask range overflow.
28463
28464 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28465
28466         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28467           Don't omit the last (which in case of dmix is the only :) )
28468           channel count. Don't set channels if <= 2.
28469
28470 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
28471
28472         * gst/playback/gstplaybin.c: (gen_video_element),
28473         (gen_audio_element): Removed 2 obsolete comments
28474
28475 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28476
28477         * ext/vorbis/oggvorbisenc.c
28478         * ext/vorbis/vorbisenc.c :
28479           change description fields of those plugins to differentiate them
28480           (pitivi show Encoders by description, they had the same one)
28481
28482 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
28483
28484         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28485
28486         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
28487         (gst_play_bin_set_property), (gen_video_element),
28488         (gen_audio_element):
28489           Refcounting fixes for provided audio-/videosinks.
28490
28491 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28492
28493         * gst/playback/gstplaybin.c: (gen_video_element),
28494         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
28495           Don't reference all sinks, but only the video- and audiosinks.
28496           The vis. element should be disposed when we're done with it.
28497           We don't have any reason to keep it around. This fixes warnings
28498           when reusing playbin for playing multiple audio files with
28499           vis. enabled. Also release audio device on pause - idea stolen
28500           from Rhythmbox.
28501
28502 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28503
28504         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
28505         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
28506         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28507         * ext/alsa/gstalsaplugin.c: (plugin_init):
28508         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
28509         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
28510         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
28511         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
28512         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
28513         (gst_faad_change_state), (plugin_init):
28514         * ext/faad/gstfaad.h:
28515         * ext/vorbis/vorbis.c: (plugin_init):
28516         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28517         * gst-libs/gst/audio/Makefile.am:
28518         * gst-libs/gst/audio/audio.c: (plugin_init):
28519         * gst-libs/gst/audio/multichannel.c:
28520         (gst_audio_check_channel_positions),
28521         (gst_audio_get_channel_positions),
28522         (gst_audio_set_channel_positions),
28523         (gst_audio_set_structure_channel_positions_list),
28524         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
28525         (gst_audio_fixate_channel_positions):
28526         * gst-libs/gst/audio/multichannel.h:
28527         * gst-libs/gst/audio/testchannels.c: (main):
28528         * gst/audioconvert/gstaudioconvert.c:
28529         (gst_audio_convert_class_init), (gst_audio_convert_init),
28530         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
28531         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
28532         (gst_audio_convert_fixate), (gst_audio_convert_channels):
28533         * gst/audioconvert/plugin.c: (plugin_init):
28534           Surround sound support.
28535
28536 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28537
28538         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
28539           Fix position for discont if we're close as well. Nitpicking, but
28540           saves a few milliseconds of extra waiting or skipping.
28541
28542 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28543
28544         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
28545           We sometimes need parsers for playback, so add those too.
28546
28547 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28548
28549         * configure.ac:
28550         * gst/apetag/Makefile.am:
28551         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
28552         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
28553         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
28554         (gst_ape_demux_get_src_query_types),
28555         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
28556         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
28557         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
28558         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
28559         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
28560         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
28561         (gst_ape_demux_change_state):
28562         * gst/apetag/apedemux.h:
28563         * gst/apetag/apetag.c: (plugin_init):
28564         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
28565         (plugin_init):
28566           APE v1/2 tag reader plus typefind function.
28567
28568 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28569
28570         * configure.ac:
28571         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28572         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28573           Remove hacks for older core. Require newer core version
28574           accordingly.
28575
28576 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28577
28578         * gst/cdxaparse/Makefile.am:
28579         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
28580         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
28581         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
28582         * gst/cdxaparse/gstcdxaparse.h:
28583         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
28584         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
28585         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
28586         (gst_cdxastrip_get_src_query_types),
28587         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
28588         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
28589         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
28590         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
28591         * gst/cdxaparse/gstcdxastrip.h:
28592           SVCD/VCD header stripping separated from CDXA image parsing.
28593         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28594         (plugin_init):
28595           Add VCD/SVCD header typefinding for VCD/SVCD.
28596         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
28597         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
28598         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
28599         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
28600         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
28601         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
28602         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
28603         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
28604         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
28605         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
28606         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
28607         * sys/vcd/vcdsrc.h:
28608           Fix up, add seeking, querying, URI interface. Works in totem now.
28609
28610 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28611
28612         * configure.ac:
28613           back to CVS
28614
28615 === release 0.8.6 ===
28616
28617 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28618
28619         * NEWS:
28620         * RELEASE:
28621         * configure.ac:
28622         * po/af.po:
28623         * po/az.po:
28624         * po/cs.po:
28625         * po/en_GB.po:
28626         * po/hu.po:
28627         * po/it.po:
28628         * po/nb.po:
28629         * po/nl.po:
28630         * po/or.po:
28631         * po/sq.po:
28632         * po/sr.po:
28633         * po/sv.po:
28634         * po/uk.po:
28635           releasing 0.8.6, "IOU Love"
28636
28637 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28638
28639         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28640
28641         * gst/playback/gstplaybasebin.c:
28642           Fix unplayable files error handling.  Fixes #158365
28643
28644 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28645
28646         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28647
28648         * gst/typefind/gsttypefindfunctions.c:
28649           Fix broken mp3 typefinding.  Fixes #158375
28650
28651 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28652
28653         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28654
28655         * ext/ogg/gstoggdemux.c:
28656           Fix sync on broken files.  Fixes #158976
28657
28658 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28659
28660         patch by: Edward Hervey <bilboed@bilboed.com>
28661
28662         * ext/libpng/gstpngenc.c:
28663           Copy over buffer properties.  Fixes #158832
28664
28665 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28666
28667         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
28668
28669         * ext/dvdread/dvdreadsrc.c:
28670           Fixes invalid reads (#158462)
28671
28672 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28673
28674         * sys/v4l/gstv4lsrc.c:
28675         * sys/v4l/gstv4lsrc.h:
28676         * sys/v4l/v4lsrc_calls.c:
28677           Probe less and cache it.  Fixes #159187.
28678
28679 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28680
28681         * gst/videorate/gstvideorate.c:
28682           Handle all video formats. Fixes #159186.
28683
28684 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
28685         * gst/synaesthesia/gstsynaesthesia.c:
28686         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
28687         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
28688         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
28689         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
28690         (gst_synaesthesia_change_state), (plugin_init):
28691         Fix up synaesthesia to work under different samplerates/ buffer sizes.
28692         Force 320x200 output, as that's the only thing the underlying
28693         synaesthesia implementation supports. Still needs to be made
28694         re-entrant.
28695
28696 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28697
28698         * configure.ac:
28699           Fix mpeg2enc configure check (similar to mplex check below).
28700
28701 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
28702
28703         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28704
28705         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28706           Fix for gcc-2.95 (fixes #158221).
28707
28708 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28709
28710         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28711           Re-add clock distribution hack (until new core is released).
28712           Fixes #158125.
28713
28714 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
28715         * configure.ac:
28716           fix mplex configure check segfaulting on some systems (bug #140994)
28717
28718 2004-11-13  Benjamin Otte  <otte@gnome.org>
28719
28720         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
28721           add debugging
28722         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28723           do a wait when we enter the loop func with no data available to
28724           write instead of getting into an 100% CPU loop by just returning and
28725           being called again by the scheduler
28726
28727 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
28728
28729         * configure.ac:
28730         * ext/libvisual/visual.c: (gst_visual_get_type),
28731         (libvisual_log_handler), (gst_visual_getcaps),
28732         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
28733         (plugin_init):
28734           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
28735         * ext/smoothwave/Makefile.am:
28736         * ext/smoothwave/demo-osssrc.c: (main):
28737         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
28738         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
28739         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
28740         (plugin_init):
28741         * ext/smoothwave/gstsmoothwave.h:
28742           Make gstsmoothwave a working element in the 20th century.
28743
28744         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
28745           Fix incorrect link function
28746
28747 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28748
28749         * gst/volume/gstvolume.c:
28750           Allow buffer-frames=0.
28751
28752 2004-11-12 Iain <iaingnome@gmail.com>
28753
28754         * configure.ac: Check for polypaudio
28755
28756         * ext/Makefile.am: Build the polyp dir
28757
28758         * ext/polyp: The polypsink sources.
28759
28760 2004-10-30 Iain <iaingnome@gmail.com>
28761
28762         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
28763         caps to reflect the new number of channels.
28764
28765 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28766
28767         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28768           Fix for negotiation order problem. This would show when the
28769           ALSA loopfuction was called before any other function. ALSA
28770           wouldn't do anything because we're not negotiated yet, leading
28771           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
28772
28773 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
28774
28775         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28776
28777         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
28778           No warnings (#157986).
28779
28780 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28781
28782         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
28783           Prefer apev1/2 and id3v1 (at end of file) over musepack.
28784
28785 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28786
28787         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
28788           Signal no-more-pads (so it works in playbin).
28789
28790 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28791
28792         * ext/musepack/gstmusepackreader.cpp:
28793           Workaround for older core.
28794
28795 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28796
28797         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
28798           Actually test for odd width/height rather than testing whether
28799           a temporary variable that was 0 before we subtracted 1 is now
28800           not equal to zero (which it always is).
28801
28802 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28803
28804         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
28805         Fix compilation if HAVE_XVIDEO is not defined
28806
28807 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28808
28809         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
28810         Fix compilation if HAVE_XVIDEO is not defined
28811
28812 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
28813
28814         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
28815         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
28816         (gst_goom_change_state), (plugin_init):
28817         Use the bytestream adapter so goom doesn't depend on the input
28818         buffer size.
28819         Add a debug category
28820
28821 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28822
28823         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
28824           Only set hardware parameters *after* negotiation. Before
28825           negotiation, it will set ANY and that seems to cause crashes
28826           (see e.g. #151288, #153227).
28827
28828 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28829
28830         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
28831           This seems to be antique leftover. It needs to pass error
28832           checking.
28833         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
28834         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
28835         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
28836         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
28837           Fix GstXOverlay implementation (#151059).
28838
28839 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28840
28841         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
28842           Don't assert (#157853).
28843
28844 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28845
28846         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
28847           Fix bytes/samples confustion.
28848         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
28849           Fix for underrun (#144389).
28850
28851 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28852
28853         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28854           Disable halfway-seek for pending release (since it needs a new
28855           core release).
28856
28857 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28858
28859         * sys/v4l/gstv4lsrc.c:
28860         * sys/v4l/gstv4lsrc.h:
28861         * sys/v4l/v4lsrc_calls.c:
28862           add autoprobe-fps property so we can separate autoprobing parts
28863
28864 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28865
28866         * sys/v4l/gstv4lsrc.c:
28867         * sys/v4l/v4lsrc_calls.c:
28868         initialise fourcc to catch unset fourcc's, and debug
28869
28870 2004-11-09  Wim Taymans  <wim@fluendo.com>
28871
28872         * gst/playback/README:
28873         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
28874         * gst/playback/gstplaybin.c: (gst_play_bin_init),
28875         (gst_play_bin_dispose), (gst_play_bin_set_property),
28876         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
28877         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
28878         (gst_play_bin_get_formats), (gst_play_bin_convert),
28879         (gst_play_bin_get_query_types), (gst_play_bin_query):
28880         Cleanups and some more documentation.
28881
28882 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
28883
28884         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
28885         (gst_cacasink_init), (gst_cacasink_chain):
28886         * ext/libcaca/gstcacasink.h:
28887         Cacasink inherits from VideoSink, so let that store the clock.
28888
28889 2004-11-09  Wim Taymans  <wim@fluendo.com>
28890
28891         * gst/playback/README:
28892         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
28893         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
28894         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
28895         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
28896         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
28897         (setup_sinks):
28898         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
28899         (gst_stream_info_is_mute), (gst_stream_info_set_property):
28900         * gst/playback/gststreaminfo.h:
28901         Updated README.
28902         Only switch groups if all streams have muted (EOSed).
28903         Send Tags in sync with the stream playback instead of in
28904         the playback/preroll phase.
28905         Some cleanups, free the fakesrc elements.
28906
28907 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28908
28909         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
28910           buffer-frames property was missing
28911         * ext/arts/gst_arts.c:
28912           rate missing from sinkcaps
28913         * ext/audiofile/gstafparse.c:
28914         * ext/audiofile/gstafsink.c:
28915         * ext/audiofile/gstafsrc.c:
28916         * ext/swfdec/gstswfdec.c:
28917           int audio doesn't know buffer-frames
28918         * ext/cdparanoia/gstcdparanoia.c:
28919           int audio doesn't know chunksize either
28920         * ext/nas/nassink.c:
28921           it's endianness, not endianess
28922         * gst-libs/gst/audio/audio.h:
28923           make float standard pad template caps really describe float
28924         * gst/law/mulaw.c: (linear_factory):
28925           signed only, please
28926         * gst/mpegstream/gstdvddemux.c:
28927           widths of 20 are not valid
28928
28929 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
28930
28931         Submitted by: Luca Ferretti <elle.uca@infinito.it>
28932
28933         * po/LINGUAS:
28934         * po/it.po:
28935           Add Italian
28936
28937 2004-11-08  Wim Taymans  <wim@fluendo.com>
28938
28939         * gst/playback/README:
28940         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
28941         * gst/playback/gstplaybasebin.c: (probe_triggered),
28942         (gst_play_base_bin_change_state):
28943         Updated README, added more comments for fixmes etc..
28944
28945 2004-11-08  Wim Taymans  <wim@fluendo.com>
28946
28947         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28948         We can remove this hack now.
28949
28950 2004-11-08  Wim Taymans  <wim@fluendo.com>
28951
28952         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
28953         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
28954         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
28955         Only mix AYUV for maximum quality.
28956
28957 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28958
28959         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
28960         (gst_ogg_demux_push), (gst_ogg_pad_push):
28961           Let's act as if we're synchronized now! :).
28962         * ext/theora/theoradec.c: (theora_dec_chain):
28963           Add some debug.
28964
28965 2004-11-08  Wim Taymans  <wim@fluendo.com>
28966
28967         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
28968         (gst_alpha_set_property), (gst_alpha_sink_link),
28969         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
28970         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
28971         (gst_alpha_init_params), (gst_alpha_chain):
28972         Implement alpha functions for AYUV too, this increases
28973         accuracy quite a bit.
28974
28975 2004-11-08  Wim Taymans  <wim@fluendo.com>
28976
28977         * gst/ffmpegcolorspace/avcodec.h:
28978         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28979         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
28980         (gst_ffmpegcsp_avpicture_fill):
28981         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28982         (gst_ffmpegcsp_caps_remove_format_info):
28983         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
28984         (shrink12), (img_get_alpha_info), (deinterlace_line),
28985         (deinterlace_line_inplace):
28986         * gst/ffmpegcolorspace/imgconvert_template.h:
28987         Added AYUV colorspace and handle RGBA a bit more respectful.
28988
28989 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28990
28991         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
28992           Actually always send a discont (cornercase when resending the
28993           same serial-tagged chain twice).
28994
28995 2004-11-08  Julien MOUTTE  <julien@moutte.net>
28996
28997         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
28998         (gst_ximagesink_finalize):
28999         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
29000         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
29001
29002 2004-11-08  Wim Taymans  <wim@fluendo.com>
29003
29004         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
29005         Don't segfault on NULL data.
29006
29007 2004-11-08  Wim Taymans  <wim@fluendo.com>
29008
29009         * gst/playback/gstdecodebin.c: (unlinked):
29010         * gst/playback/gstplay-marshal.list:
29011         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
29012         (gst_play_base_bin_init), (group_create), (get_active_group),
29013         (get_building_group), (group_destroy), (group_commit),
29014         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
29015         (add_element_stream), (no_more_pads), (probe_triggered),
29016         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
29017         (state_change), (setup_source), (gst_play_base_bin_get_property),
29018         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
29019         (gst_play_base_bin_link_stream),
29020         (gst_play_base_bin_get_streaminfo):
29021         * gst/playback/gstplaybasebin.h:
29022         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
29023         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
29024         Add support for chained ogg files. Prepare for playlist
29025         support. This patch introduces the concept of pad groups, which
29026         together compose one playable media file.
29027
29028 2004-11-07  David Schleef  <ds@schleef.org>
29029
29030         * testsuite/gst-lint: Check for pad templates that aren't statically
29031         scoped.
29032
29033 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29034
29035         * configure.ac:
29036         * ext/Makefile.am:
29037         * ext/musepack/Makefile.am:
29038         * ext/musepack/gstmusepackdec.cpp:
29039         * ext/musepack/gstmusepackdec.h:
29040         * ext/musepack/gstmusepackreader.cpp:
29041         * ext/musepack/gstmusepackreader.h:
29042           Add musepack decoder.
29043         * ext/faad/gstfaad.c: (gst_faad_base_init):
29044           Make pad templates static.
29045         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
29046         (plugin_init):
29047           Add musepack typefinder, make mp3 typefinding work halfway stream,
29048           which doesn't actually work yet because id3demux doesn't implement
29049           _get_length().
29050
29051 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29052
29053         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
29054         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
29055           Fix interrupt event handling (#144436).
29056
29057 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29058
29059         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
29060           Hide unused glory.
29061
29062 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29063
29064         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29065
29066         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
29067           Fix weird caps (#157548).
29068
29069 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29070
29071         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29072
29073         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
29074           Add missing NULL terminator (#157543).
29075
29076 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
29077
29078         * gst/tcp/gsttcp.h:
29079         * gst/tcp/gsttcpclientsink.c:
29080         * gst/tcp/gsttcpclientsrc.c:
29081         * gst/tcp/gsttcpserversink.c:
29082         * gst/tcp/gsttcpserversrc.c:
29083           ports can go up to 65535.  Move common defines to gsttcp.h
29084
29085 2004-11-05  Wim Taymans  <wim@fluendo.com>
29086
29087         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
29088         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
29089         Added two more colorspaces.
29090
29091 2004-11-05  Wim Taymans  <wim@fluendo.com>
29092
29093         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29094         (gst_ffmpegcsp_avpicture_fill):
29095         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29096         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
29097         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
29098         More stride fixes.
29099
29100 2004-11-05  Wim Taymans  <wim@fluendo.com>
29101
29102         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
29103         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
29104         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
29105         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
29106         (gst_videomixer_loop):
29107         More stride fixes.
29108
29109 2004-11-05  Benjamin Otte  <otte@gnome.org>
29110
29111         * ext/mad/gstmad.c: (gst_mad_chain):
29112           don't overflow data buffer. Flush not needed sync data when syncing
29113           failed.
29114
29115 2004-11-04  Wim Taymans  <wim@fluendo.com>
29116
29117         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29118         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
29119         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
29120         (gst_alpha_init_params), (gst_alpha_chain),
29121         (gst_alpha_change_state):
29122         Updated the chroma keying algorithm with something more
29123         sophisticated.
29124
29125 2004-11-03  Wim Taymans  <wim@fluendo.com>
29126
29127         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
29128         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
29129         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
29130         Fix stride issues. Does not completely work for odd
29131         heights.
29132
29133 2004-11-03  Wim Taymans  <wim@fluendo.com>
29134
29135         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29136         (gst_alpha_chroma_key), (gst_alpha_chain):
29137         Fix stride issues. Does not completely work for odd
29138         heights.
29139
29140 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
29141
29142         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
29143         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
29144         leak fixes
29145
29146 2004-11-03  Wim Taymans  <wim@fluendo.com>
29147
29148         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29149         (gst_ffmpegcsp_avpicture_fill):
29150         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29151         (avpicture_alloc):
29152         * gst/ffmpegcolorspace/imgconvert_template.h:
29153         Use correct _fill function to get correct strides.
29154
29155 2004-11-02  David Schleef  <ds@schleef.org>
29156
29157         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
29158         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
29159         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
29160         Change all g_print()s to debugging.  Add a bunch of consistency
29161         checks.
29162
29163 2004-11-02  Wim Taymans  <wim@fluendo.com>
29164
29165         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29166         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
29167         (unlinked), (no_more_pads), (close_link):
29168         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
29169         (unknown_type), (add_element_stream), (new_decoded_pad),
29170         (removed_decoded_pad), (setup_source):
29171         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
29172         (gst_stream_info_class_init), (gst_stream_info_init),
29173         (gst_stream_info_new), (gst_stream_info_dispose),
29174         (stream_info_mute_pad), (gst_stream_info_set_property),
29175         (gst_stream_info_get_property):
29176         * gst/playback/gststreaminfo.h:
29177         Fix playback of multiple files.
29178         a slightly different approach to handling dynamic pad removals.
29179         This one only looks at pads that we have linked.
29180
29181 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
29182
29183         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
29184         free" warning from libc.
29185
29186 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29187
29188         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29189         (get_unconnected_element), (remove_starting_from), (pad_removed),
29190         (close_link):
29191           Implement support for dynamic pad changing. We listen to "live"
29192           pad removals (i.e. while playing) and re-setup autoplugging
29193           after that. Playbasebin/playbin need some more work for this
29194           to finally work, but decodebin supports (and replugs) chained
29195           ogg now.
29196
29197 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
29198
29199         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
29200         (gst_alsa_finalize):
29201         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
29202         (gst_cdaudio_finalize):
29203         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
29204         (cdparanoia_finalize):
29205         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
29206         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
29207         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
29208         (dvdreadsrc_finalize):
29209         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
29210         (gst_flacdec_finalize):
29211         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
29212         (gst_flacenc_finalize):
29213         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
29214         (gst_gnomevfssink_finalize):
29215         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
29216         (gst_gnomevfssrc_finalize):
29217         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
29218         (gst_fameenc_finalize):
29219         * ext/nas/nassink.c: (gst_nassink_class_init),
29220         (gst_nassink_finalize):
29221         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
29222         (gst_sdlvideosink_class_init):
29223         * ext/sndfile/gstsf.c: (gst_sf_dispose):
29224         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
29225         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
29226         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
29227         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
29228         (gst_x_window_listener_dispose):
29229         * gst/audioscale/gstaudioscale.c:
29230         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
29231         (play_on_demand_finalize):
29232         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
29233         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
29234         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
29235         (cdplayer_finalize):
29236         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
29237         (gst_glimagesink_class_init):
29238         * sys/oss/gstosselement.c: (gst_osselement_class_init),
29239         (gst_osselement_finalize):
29240         * sys/oss/gstosssink.c: (gst_osssink_dispose):
29241         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
29242         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
29243           Fixes a bunch of problems with finalize and dispose functions,
29244           either assumptions that dispose is only called once, or not calling
29245           the parent class dispose/finalize function
29246
29247 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
29248
29249         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
29250           added two api precondition guards
29251           use g_strdup with getenv to fix crash when using ENVVAR
29252
29253 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
29254         * ext/esd/esdsink.c: (gst_esdsink_class_init),
29255         (gst_esdsink_finalize):
29256         Use a finalize function, not dispose, and more importantly,
29257         call the parent class finalize function too
29258
29259 2004-11-01  Johan Dahlin  <johan@gnome.org>
29260
29261         * ext/ogg/gstoggdemux.c:
29262         * gst/tags/gstvorbistag.c:
29263         Plug leaks.
29264
29265 2004-10-31  Benjamin Otte  <otte@gnome.org>
29266
29267         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29268           lotsa memleaks today. But they're all small...
29269
29270 2004-10-31  Benjamin Otte  <otte@gnome.org>
29271
29272         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29273           another memleak crushed
29274
29275 2004-10-31  Benjamin Otte  <otte@gnome.org>
29276
29277         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
29278           fix memleak
29279
29280 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29281
29282         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29283           Hack to prevent crash when going to READY inside signal handler
29284           while this function is active.
29285
29286 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29287
29288         * gst/ffmpegcolorspace/Makefile.am:
29289         * gst/ffmpegcolorspace/avcodec.h:
29290         * gst/ffmpegcolorspace/common.h:
29291         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
29292         * gst/ffmpegcolorspace/dsputil.h:
29293         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
29294         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29295         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
29296         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
29297         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
29298         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
29299         (gst_ffmpegcsp_avpicture_fill):
29300         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
29301         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29302         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
29303         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
29304         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
29305         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
29306         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
29307         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
29308         * gst/ffmpegcolorspace/imgconvert.c:
29309         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
29310         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
29311         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
29312         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
29313         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
29314         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
29315         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
29316         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
29317         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
29318         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
29319         (grow21), (grow22), (grow41), (grow44), (conv411),
29320         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
29321         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
29322         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
29323         (avpicture_free), (is_yuv_planar), (img_convert),
29324         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
29325         (deinterlace_line_inplace), (deinterlace_bottom_field),
29326         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
29327         * gst/ffmpegcolorspace/imgconvert_template.h:
29328         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
29329         * gst/ffmpegcolorspace/mmx.h:
29330         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
29331         (av_fast_realloc), (av_mallocz_static), (av_free_static),
29332         (av_freep), (avcodec_get_context_defaults),
29333         (avcodec_alloc_context), (avcodec_init):
29334           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
29335           handling plus update from ffmpeg CVS. Large clean-up.
29336
29337 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29338
29339         * gst/playback/Makefile.am:
29340           We need the marshallers for decodebin, too.
29341
29342 2004-10-30  David Schleef  <ds@schleef.org>
29343
29344         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
29345           quicktime typefinding work with 64-bit offsets.
29346
29347 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
29348
29349         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
29350           Set EOS on the element when processing an EOS event.
29351         * ext/speex/gstspeexdec.h:
29352         * ext/speex/gstspeexenc.h:
29353           Only keep a const ptr to the mode
29354         * gst-libs/gst/riff/riff-media.c:
29355         (gst_riff_create_audio_caps_with_data),
29356         (gst_riff_create_audio_template_caps):
29357           Allow WMAV3, with up to 6 channels.
29358         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
29359           Don't call gst_pad_set_event_function on a sink pad.
29360         * gst/mpegstream/gstdvddemux.c:
29361         (gst_dvd_demux_get_subpicture_stream),
29362         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
29363           Copy the explicit caps that were set across to the cur_* pads,
29364           instead of trying to use a possibly non-existent negotiated caps.
29365           Reset the type of subpicture pads to UNKNOWN after calling
29366           init_stream, so that the caps get set.
29367
29368 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
29369
29370         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29371
29372         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
29373           Don't touch buffer if it is of size 0 (fixes #151064).
29374
29375 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29376
29377         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
29378           Synchronized discont handling.
29379
29380 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29381
29382         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29383         (gst_ogg_demux_push):
29384           Make seeking sort-of exact again (fixes #156387).
29385
29386 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29387
29388         * gst/playback/gstplaybasebin.c: (unknown_type),
29389         (add_element_stream), (new_decoded_pad),
29390         (gst_play_base_bin_change_state):
29391         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
29392         (gst_stream_info_init), (gst_stream_info_new),
29393         (gst_stream_info_dispose), (gst_stream_info_get_property):
29394         * gst/playback/gststreaminfo.h:
29395           Make caps explicitely available. Makes testing for unsupported
29396           types possible. Improves error reporting.
29397
29398 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29399
29400         * gst/audioconvert/gstaudioconvert.c:
29401         (gst_audio_convert_buffer_to_default_format):
29402           Really don't touch read-only buffers (#156563).
29403
29404 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
29405
29406         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29407
29408         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
29409           Fix memleak (#155223).
29410
29411 2004-10-29  Wim Taymans  <wim@fluendo.com>
29412
29413         * gst/tcp/.cvsignore:
29414         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
29415         (gst_multifdsink_class_init), (gst_multifdsink_init),
29416         (gst_multifdsink_add), (gst_multifdsink_remove),
29417         (gst_multifdsink_remove_client_link), (is_sync_frame),
29418         (gst_multifdsink_new_client),
29419         (gst_multifdsink_handle_client_write),
29420         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
29421         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
29422         (gst_multifdsink_get_property):
29423         * gst/tcp/gstmultifdsink.h:
29424         Added burst on connect sync_method, deprecated sync_clients,
29425         streamlined the sync code some more.
29426
29427 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29428
29429         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
29430         (gst_play_base_bin_change_state):
29431           Improve error reporting.
29432
29433 2004-10-28  Wim Taymans  <wim@fluendo.com>
29434
29435         * gst/tcp/Makefile.am:
29436         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
29437         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
29438         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
29439         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
29440         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
29441         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
29442         (gst_fdset_wait):
29443         Added more locks around fdset structures. Fixed/reworked
29444         the poll array resizing code.
29445         Added stress test for fdset.
29446
29447 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29448
29449         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29450         fix build
29451
29452 2004-10-28  Benjamin Otte  <otte@gnome.org>
29453
29454         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29455           fix link function to always query channels and query width for
29456           floats
29457         * configure.ac:
29458           add equalizer dir
29459         * gst/equalizer/Makefile.am:
29460         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
29461         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
29462         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
29463         (arg_to_scale), (setup_filter),
29464         (gst_iir_equalizer_compute_frequencies),
29465         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
29466         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
29467         (plugin_init):
29468           add an equalizer
29469
29470 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29471
29472         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
29473
29474         * po/LINGUAS:
29475         * po/nb.po:
29476           Added Norwegian Bokmaal translation
29477
29478 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29479
29480         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29481           Don't break on options (fixes #156488).
29482
29483 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29484
29485         * configure.ac:
29486         * ext/cdaudio/Makefile.am:
29487         * sys/Makefile.am:
29488           fix build on older automake
29489
29490 2004-10-26  Wim Taymans  <wim@fluendo.com>
29491
29492         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
29493         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
29494         Allow a little margin when negotiating the framerate.
29495
29496 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
29497
29498         * gst/level/gstlevel.c:
29499           synchonised naming of pads and pad-templates
29500
29501 2004-10-26  Wim Taymans  <wim@fluendo.com>
29502
29503         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29504         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
29505         (_find_streams_check), (gst_ogg_demux_push):
29506         Fix EOS again. Needs to be done in a better way. We should not
29507         remove the pad if there is no new chained stream.
29508
29509 2004-10-26 Iain <iaingnome@gmail.com>
29510
29511         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
29512         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
29513         of the caps.
29514         * gst/interleave/interleave.c (interleave_class_init): Hook up release
29515         pad.
29516         (interleave_release_pad): Remove the pad.
29517         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
29518         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
29519         the set device.
29520         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
29521         attrs
29522         (gst_xvimagesink_xcontext_clear): Free the xcontext.
29523         (gst_xvimagesink_finalize): Free the par.
29524
29525 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29526
29527         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
29528         (gst_avimux_stop_file):
29529           First calculate the rate, and only then use it. Hdr.rate is a
29530           multiple and not a derivative of hdr.scale. Scale is not the
29531           same as blockalign but is solely related to rate.
29532
29533 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29534
29535         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
29536         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
29537           Implement seeking.
29538
29539 2004-10-25  James Henstridge  <james@jamesh.id.au>
29540
29541         Reviewed by:  David Schleef  <ds@schleef.org>
29542
29543         * examples/gstplay/player.c: (got_stream_length), (main):
29544         * examples/seeking/cdplayer.c: (update_scale):
29545         * examples/seeking/seek.c: (format_value), (update_scale):
29546         * examples/seeking/spider_seek.c: (format_value), (update_scale),
29547         (stop_seek):
29548         Build fixes on AMD64.
29549
29550 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29551
29552         reviewed by: Ronald Bultje <rbultje at gnome dot org>
29553
29554         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
29555         Fix for some v4l cards which hang in v4lsrc
29556
29557 2004-10-25  Wim Taymans  <wim@fluendo.com>
29558
29559         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
29560         (gst_ogg_demux_push), (gst_ogg_chains_clear):
29561         Make sure to remove the pad when a new chain is
29562         encountered. Set some vars to NULL so we don't try
29563         to reference freed memory.
29564
29565 2004-10-25  Wim Taymans  <wim@fluendo.com>
29566
29567         * examples/seeking/Makefile.am:
29568         * examples/seeking/cdplayer.c: (update_scale):
29569         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
29570         * examples/seeking/playbin.c: (make_playerbin_pipeline),
29571         (format_value), (update_scale), (iterate), (start_seek),
29572         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
29573         (print_usage), (main):
29574         Added some more examples, update others.
29575
29576 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29577
29578         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
29579         * ext/speex/gstspeexdec.c: (speex_dec_chain):
29580         * ext/theora/theoradec.c: (theora_dec_chain):
29581         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29582           Add codec-name metadata.
29583
29584 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
29585
29586         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29587
29588         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29589         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29590         * ext/alsa/gstalsamixertrack.h:
29591         * po/POTFILES.in:
29592           ALSA mixer track label internationalization (#154054).
29593
29594 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29595
29596         * ext/theora/theoradec.c: (theora_dec_chain):
29597           Export bitrate as metadata.
29598
29599 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29600
29601         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29602         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29603         * ext/alsa/gstalsamixertrack.h:
29604           Fix names, fix loop.
29605
29606 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29607
29608         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
29609         (speex_dec_convert):
29610           sinkconvert function so oggdemux can get the file length (totem).
29611
29612 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
29613
29614         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29615
29616         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
29617           Don't push incomplete packets.
29618         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
29619           Fix MPEG-4 audio typefinding.
29620
29621 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29622
29623         * sys/v4l/Makefile.am:
29624         * sys/v4l/gstv4l.c: (plugin_init):
29625         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
29626         (gst_v4lelement_init), (gst_v4lelement_dispose),
29627         (gst_v4lelement_change_state):
29628         * sys/v4l/gstv4lelement.h:
29629         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
29630         (gst_v4l_xoverlay_close), (idle_refresh),
29631         (gst_v4l_xoverlay_set_xwindow_id):
29632         * sys/v4l/gstv4lxoverlay.h:
29633         * sys/v4l/v4l-overlay_calls.c:
29634         * sys/v4l/v4l_calls.h:
29635         * sys/v4l2/Makefile.am:
29636         * sys/v4l2/gstv4l2.c: (plugin_init):
29637         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
29638         (gst_v4l2element_init), (gst_v4l2element_dispose),
29639         (gst_v4l2element_change_state):
29640         * sys/v4l2/gstv4l2element.h:
29641         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
29642         (gst_v4l2_xoverlay_close), (idle_refresh),
29643         (gst_v4l2_xoverlay_set_xwindow_id):
29644         * sys/v4l2/gstv4l2xoverlay.h:
29645         * sys/v4l2/v4l2-overlay_calls.c:
29646         * sys/v4l2/v4l2_calls.h:
29647           Remove client-side overlay handling, use the X-server v4l plugin
29648           for that. Nicer overlay, less code. Also make the plugin
29649           compileable without X (but then without overlay, obviously).
29650           Makes xwindowlistener obsolete, should we remove that?
29651
29652 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29653
29654         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
29655         (gst_osssrc_src_query):
29656         * sys/oss/gstosssrc.h:
29657           OK, so people want offset in DEFAULT. This time, actually fix all
29658           cases.
29659         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
29660           Add FPS properly.
29661
29662 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29663
29664         * gst/asfdemux/gstasfmux.c:
29665         * gst/avi/gstavimux.c:
29666           Framerate.
29667
29668 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29669
29670         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
29671           Fix properties (channel, norm, frequency).
29672
29673 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29674
29675         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
29676           Flag typo.
29677         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
29678           No warnings.
29679
29680 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29681
29682         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
29683           Fix hang.
29684
29685 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29686
29687         * sys/v4l2/gstv4l2element.h:
29688           Yet Another Hack (tm) for kernel header borkedness.
29689         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
29690         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
29691         (gst_v4l2src_link), (gst_v4l2src_getcaps),
29692         (gst_v4l2src_change_state):
29693         * sys/v4l2/gstv4l2src.h:
29694         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
29695         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
29696           Fix caps, keep track of state, work.
29697
29698 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29699
29700         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
29701           Quiet.
29702
29703 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29704
29705         * sys/oss/gstosssrc.c: (gst_osssrc_get):
29706           Don't mix bytes and samples.
29707
29708 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29709
29710         * ext/ogg/gstoggmux.c:
29711           Basic pad template which accepts OGM tracks, speex, flac, vorbis
29712           and theora. Any is incorrect.
29713         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
29714           Fix caps.
29715         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
29716         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
29717         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
29718         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
29719         * sys/v4l/gstv4lmjpegsrc.h:
29720         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
29721         (gst_v4lsrc_change_state):
29722         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
29723         (gst_v4lmjpegsrc_capture_stop):
29724           Fix caps. Keep track of internal state. Work.
29725
29726 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29727
29728         * ext/Makefile.am:
29729           Fix the build fixes.
29730
29731 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29732
29733         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29734         (gst_ogg_demux_src_event), (_find_chain_seek),
29735         (gst_ogg_pad_push):
29736           Check for pad availability before using it.
29737         * ext/ogg/gstoggdemux.c: (_find_chain_process):
29738           Fix parsing of chained ogg. Needs more work on the decoder side.
29739
29740 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29741
29742         * gst/spectrum/Makefile.am:
29743         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
29744         (idle_func):
29745           Fix demo and reenable it. Yes, I'm currently playing with audio
29746           analysis tools
29747
29748 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29749
29750         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29751           We love it if files that start at zero work too...
29752
29753 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29754
29755         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29756           Handle files with missing EOS headers.
29757
29758 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29759
29760         * gst/tcp/gsttcpserversink.c:
29761         (gst_tcpserversink_handle_server_read),
29762         (gst_tcpserversink_init_send):
29763         Zero some variables first (need for accept not to return EINVAL)
29764
29765 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29766
29767         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29768         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
29769         * ext/theora/theoradec.c: (theora_dec_sink_convert),
29770         (theora_dec_chain):
29771         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
29772         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
29773           Seeking and querying finetune.
29774
29775 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29776
29777         * configure.ac:
29778         * ext/Makefile.am:
29779         * ext/raw1394/Makefile.am:
29780           fix the build
29781
29782 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29783
29784         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29785           Wrong return.
29786         * gst/playback/Makefile.am:
29787         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
29788         * gst/playback/gstplay-marshal.list:
29789         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
29790           Fix marshallers.
29791
29792 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29793
29794         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
29795           Silence.
29796
29797 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29798
29799         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29800         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
29801         (gst_ogg_pad_push):
29802           Yay for non-lineair granulepos in theora.
29803
29804 2004-10-18  Wim Taymans  <wim@fluendo.com>
29805
29806         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
29807         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
29808         * ext/dv/gstdvdec.h:
29809         Make sure we renegotiate aspect ratio when the camera switches.
29810
29811 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29812
29813         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29814         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
29815           Start at zero.
29816         * ext/theora/theoradec.c: (theora_dec_chain):
29817           Skip headers. Bad idea for chained ogg, but fixes seeking.
29818
29819 2004-10-18  Wim Taymans  <wim@fluendo.com>
29820
29821         * configure.ac:
29822         I swear, this is the last time I touch this.
29823
29824 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29825
29826         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29827         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
29828         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
29829           Faster seeking.
29830         * ext/theora/theoradec.c: (theora_dec_sink_convert):
29831           Time-to-default conversion.
29832         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29833           Don't error on unknown packets, just skip. We should probably
29834           read them if we want to support chained ogg.
29835
29836 2004-10-18  Wim Taymans  <wim@fluendo.com>
29837
29838         * configure.ac:
29839         Added cdaudio to wrong list.
29840
29841 2004-10-18  Wim Taymans  <wim@fluendo.com>
29842
29843         * configure.ac:
29844         Revive cdaudio.
29845
29846 2004-10-18  Wim Taymans  <wim@fluendo.com>
29847
29848         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
29849         (gst_dvdec_video_link), (gst_dvdec_push):
29850         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
29851         (gst_smokeenc_resync), (gst_smokeenc_chain):
29852         Fix mimetype on smoke encoder.
29853         Add aspect ratio to dvdec. Not sure if these
29854         values are correct though....
29855
29856 2004-10-18  Wim Taymans  <wim@fluendo.com>
29857
29858         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
29859         Fix vorbis property descriptions and ranges.
29860
29861 2004-10-18  Wim Taymans  <wim@fluendo.com>
29862
29863         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29864         Really do nothing when no data is available.
29865         Go to the playing state when the stream is not seekable
29866         instead of failing.
29867
29868 2004-10-18  Wim Taymans  <wim@fluendo.com>
29869
29870         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
29871         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
29872         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
29873         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
29874         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
29875         Added uri handler for cd://
29876         Port to new API.
29877
29878 2004-10-18  Wim Taymans  <wim@fluendo.com>
29879
29880         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29881         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
29882         (try_to_link_1), (no_more_pads), (close_link), (type_found):
29883         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
29884         (remove_prerolls), (unknown_type), (add_element_stream),
29885         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
29886         (gst_play_base_bin_remove_element),
29887         (gst_play_base_bin_link_stream):
29888         * gst/playback/gstplaybin.c: (gen_video_element),
29889         (gen_vis_element), (remove_sinks), (setup_sinks):
29890         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
29891         (gst_stream_info_get_type), (gst_stream_info_class_init),
29892         (gst_stream_info_init), (gst_stream_info_new),
29893         (gst_stream_info_dispose), (stream_info_mute_pad),
29894         (gst_stream_info_set_property), (gst_stream_info_get_property):
29895         * gst/playback/gststreaminfo.h:
29896         Add sink padtemplate to decodebin.
29897         Added some more comments.
29898         Make queue size configurable in playbasebin.
29899         Added possibility to use elements as sinks (ex cdaudio).
29900
29901 2004-10-15  Wim Taymans  <wim@fluendo.com>
29902
29903         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
29904         (gst_speexenc_chain):
29905         Fix speex timestamps so that it gets muxed properly.
29906
29907 2004-10-15  Wim Taymans  <wim@fluendo.com>
29908
29909         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
29910         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
29911         (gst_dv1394src_init), (gst_dv1394src_dispose),
29912         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
29913         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
29914         (gst_dv1394src_event), (gst_dv1394src_get_formats),
29915         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
29916         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
29917         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
29918         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
29919         * ext/raw1394/gstdv1394src.h:
29920         Added conversion/query functions.
29921         Update buffer timestamps,
29922         Added signals.
29923         Added uri dv:// so it might play from the firewire in playbin.
29924         Fix a possible leak.
29925         Added debugging.
29926
29927 2004-10-15  Wim Taymans  <wim@fluendo.com>
29928
29929         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
29930         (gst_dv1394src_init), (gst_dv1394src_set_property),
29931         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
29932         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
29933         * ext/raw1394/gstdv1394src.h:
29934         Added AV/C VTR control support needed for some cameras.
29935         Added automatic port detection.
29936         Added properties for selecting the channel.
29937         The configure.ac script is not yet updated to reflect the
29938         new libavc1394 and librom1394 dependencies.
29939
29940 2004-10-15  Wim Taymans  <wim@fluendo.com>
29941
29942         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
29943         (qtdemux_parse), (gst_qtdemux_handle_esds):
29944         An esds box is not a container.
29945         Fix parsing of mp4v boxes.
29946         Do not try to renegotiate fps for each frame. Need to
29947         find a better method. This should fix mp4 playback.
29948
29949 2004-10-14  David Schleef  <ds@schleef.org>
29950
29951         * configure.ac: update for swfdec-0.3 and liboil-0.2
29952         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
29953         * ext/swfdec/gstswfdec.h: same
29954         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
29955         * gst/videotestsrc/videotestsrc.c: same
29956
29957 2004-10-14  Wim Taymans  <wim@fluendo.com>
29958
29959         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
29960         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
29961         (is_sync_frame), (gst_multifdsink_new_client),
29962         (gst_multifdsink_handle_client_write),
29963         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
29964         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
29965         Turn warnings into info.
29966         Don't allow a state change in the streaming thread.
29967
29968 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
29969
29970         * ext/vorbis/oggvorbisenc.c:
29971         * ext/vorbis/vorbisdec.c:
29972           fix template sample rate
29973
29974 2004-10-13  Wim Taymans  <wim@fluendo.com>
29975
29976         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
29977         Decoding the header first fixes some problems in resyncing
29978         in more mp3s.
29979
29980 2004-10-12  Wim Taymans  <wim@fluendo.com>
29981
29982         * gst/playback/gstplaybin.c: (gen_video_element),
29983         (gen_vis_element), (remove_sinks), (setup_sinks):
29984         Added vis plugin support, need to configure the vis
29985         element to activate it.
29986
29987 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29988
29989         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
29990         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
29991           Some debug.
29992         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
29993         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
29994         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
29995         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
29996         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
29997         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
29998         * gst/avi/gstavidemux.h:
29999           Support for openDML-2.0 indx/ix## chunks. Support for broken index
30000           recovery (where, if part of the index is broken, we will still read
30001           the rest of the index and recover the broken part by stream
30002           scanning). More broken media support. EOS workarounds. General AVI
30003           braindamage headache recovery. Aspirin included.
30004
30005 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30006
30007         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
30008         (cdparanoia_event), (cdparanoia_query):
30009           Get rid of hideous lead-in.
30010
30011 2004-10-11  Wim Taymans  <wim@fluendo.com>
30012
30013         * gst/playback/gstplaybasebin.c: (setup_source):
30014         Wrong var used to get g_list_next.
30015
30016 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30017
30018         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
30019         (cdparanoia_get), (cdparanoia_open):
30020           Report discid as metadata, add duration.
30021
30022 2004-10-11  Wim Taymans  <wim@fluendo.com>
30023
30024         * gst/playback/gstplaybasebin.c: (setup_source):
30025         Cleanup the previous pipeline a little earlier for the
30026         case that a source element provides raw data.
30027
30028 2004-10-11  Benjamin Otte  <otte@gnome.org>
30029
30030         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
30031           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
30032           consuming the last 128 bytes, even though it was valid mp3 data.
30033
30034 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30035
30036         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
30037         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
30038         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
30039         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
30040
30041 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30042
30043         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
30044         Fix for webcams that support only specific width or height
30045
30046 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
30047
30048         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30049
30050         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
30051           Fix wrong discont event setup (fixes #154967).
30052
30053 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
30054
30055         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30056
30057         * gst/auparse/gstauparse.c: (gst_auparse_chain):
30058           Error out on invalid data (fixes #154807).
30059
30060 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
30061
30062         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30063
30064         * ext/dvdread/dvdreadsrc.c: (_read):
30065           Make titles > 0 work again (fixes #154834).
30066
30067 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30068
30069         * gst-libs/gst/riff/riff-media.c:
30070         (gst_riff_create_video_template_caps):
30071           WMV3 missing in template caps.
30072
30073 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30074
30075         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30076           OK, so the original code was too strict. It makes random AVI files
30077           hang for seconds upon opening, which is unacceptable and is far
30078           beyond the original goal of getting multiple chunks for one-chunk
30079           sounc stream files. So now do just that.
30080
30081 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30082
30083         * gst/playback/gstplaybasebin.c: (setup_source),
30084         (gst_play_base_bin_change_state):
30085           Actually clean up streaminfo if output fails. This would trigger
30086           if, for example, there was no CD in the drive. No preroll, so
30087           a streaminfo structure is created, but the subsequent state change
30088           of the thread fails.
30089         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
30090           Don't change state if parent failed.
30091
30092 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30093
30094         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
30095         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
30096         (gen_video_element), (remove_sinks):
30097           Add small bits of code for screenshot handling.
30098
30099 2004-10-08  Wim Taymans  <wim@fluendo.com>
30100
30101         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
30102         (gen_video_element), (gen_audio_element), (setup_sinks):
30103         Don't assume the user provided sinks are named "sink"...
30104
30105 2004-10-08  Wim Taymans  <wim@fluendo.com>
30106
30107         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
30108         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
30109         (gst_play_base_bin_link_stream):
30110         Do not try to autoplug sources that generate raw streams like
30111         cdparanoia.
30112         disconnect the preroll overrun signal when we don't need it anymore.
30113
30114 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
30115
30116         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
30117         Added reworked patch from #154903 from milosz derezynski (deadchip).
30118
30119 2004-10-08  Wim Taymans  <wim@fluendo.com>
30120
30121         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
30122         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
30123         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
30124         (cdparanoia_convert), (cdparanoia_uri_get_type),
30125         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
30126         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
30127         * ext/cdparanoia/gstcdparanoia.h:
30128         This adds the cdda://<tracknum> uri.
30129
30130 2004-10-08  Wim Taymans  <wim@fluendo.com>
30131
30132         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
30133         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30134         (try_to_link_1), (no_more_pads), (close_link), (type_found):
30135         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
30136         (unknown_type), (gst_play_base_bin_remove_element),
30137         (gst_play_base_bin_link_stream):
30138         * gst/playback/gstplaybasebin.h:
30139         * gst/playback/gstplaybin.c: (gst_play_bin_init),
30140         (gst_play_bin_set_property), (gen_video_element),
30141         (gen_audio_element), (setup_sinks):
30142         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
30143         (gst_stream_info_get_type), (gst_stream_info_class_init),
30144         (gst_stream_info_init), (gst_stream_info_new),
30145         (gst_stream_info_dispose), (stream_info_mute_pad),
30146         (gst_stream_info_set_property), (gst_stream_info_get_property):
30147         * gst/playback/gststreaminfo.h:
30148         Reuse the audio and video bins.
30149         Some internal cleanups in the stream selection code.
30150
30151 2004-10-08  Julien MOUTTE  <julien@moutte.net>
30152
30153         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
30154         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
30155         * sys/ximage/ximagesink.h:
30156         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
30157         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
30158         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
30159         not coming from those elements. Moreover these elements should not keep
30160         the xid they have been given when in NULL state.
30161
30162 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30163
30164         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
30165         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
30166         * sys/ximage/ximagesink.h:
30167         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
30168         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
30169         * sys/xvimage/xvimagesink.h:
30170           Actually only create a new toplevel window if we're not gonna
30171           embed it right after.
30172
30173 2004-10-07  Wim Taymans  <wim@fluendo.com>
30174
30175         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
30176         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
30177         * gst/playback/gstplaybin.c: (setup_sinks):
30178         Implement muting/unmuting of streams, mute streams that are not
30179         used.
30180
30181 2004-10-07  Wim Taymans  <wim@fluendo.com>
30182
30183         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
30184         (plugin_init):
30185         Added lame audio/x-ac3 typefind function.
30186
30187 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
30188
30189         * configure.ac:
30190           bump nano to cvs
30191
30192 === release 0.8.5 ===
30193
30194 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
30195
30196         * NEWS:
30197         * RELEASE:
30198         * configure.ac:
30199           releasing 0.8.5, "Take You On"
30200
30201 2004-10-06  Wim Taymans  <wim@fluendo.com>
30202
30203         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
30204         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
30205         (no_more_pads), (close_link), (type_found):
30206         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30207         * gst/playback/gstplaybin.c: (gen_video_element):
30208         Do not signal the no_more_pads after the first pad when
30209         we are plugging a non dynamic element with multiple
30210         output pads (like swfdec, dvdec, ...).
30211
30212 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30213
30214         * configure.ac:
30215           bump for prerelease
30216
30217 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30218
30219         * gst/wavparse/gstwavparse.c:
30220           add ATRAC3 to STATIC CAPS to fix a warning
30221
30222         * gst/matroska/ebml-read.c:
30223         * gst-libs/gst/riff/riff-read.c:
30224           fix typos
30225
30226 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30227
30228         * gst-libs/gst/riff/riff-media.c:
30229           generate caps for ATRAC3 audio streams
30230
30231         * gst/realmedia/rmdemux.c:
30232           generate caps for ATRAC3 audio streams
30233
30234 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30235
30236         * gst/wavparse/Makefile.am
30237         * gst/wavparse/riff.h
30238         * gst/wavparse/wavparse.vcproj
30239           riff.h removal (unused and duplication with riff-ids.h)
30240
30241 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30242
30243         * gst/wavparse/gstwavparse.h
30244           remove duplicated defines for audio codec codes
30245
30246         * gst-libs/gst/riff/riff-ids.h
30247         * gst/wavenc/riff.h:
30248           add "4CC" code for ATRAC3 audio streams
30249           add "4CC" code for ITU_G721_ADPCM (unused for now)
30250
30251 2004-10-06  Wim Taymans  <wim@fluendo.com>
30252
30253         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
30254         Actually _do_ negotiation. Pass gdouble as arg instead
30255         of guint64 for the framerate.
30256
30257 2004-10-06  Wim Taymans  <wim@fluendo.com>
30258
30259         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
30260         (find_compatibles), (close_pad_link), (try_to_link_1),
30261         (no_more_pads), (close_link), (type_found):
30262         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30263         * gst/playback/gstplaybin.c: (gen_video_element),
30264         (gen_audio_element):
30265         Set state on newly added element to READY so that negotiation
30266         can happen ASAP.
30267         Addes some more debug info.
30268         Do not try to plug pads with multiple caps structures or ANY
30269         because it is too dangerous since we do not do dynamic
30270         replugging.
30271
30272 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30273
30274         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
30275
30276         * po/LINGUAS:
30277         * po/or.po:
30278           add Oriya translation
30279
30280 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30281
30282         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30283           Prevent overwrite of size member. Makes audio sound crappy.
30284
30285 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30286
30287         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
30288         Add rmvb to the list of known RealMedia extensions
30289
30290 2004-10-05  Wim Taymans  <wim@fluendo.com>
30291
30292         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
30293         (mngdec_openstream), (mngdec_closestream),
30294         (mngdec_handle_sink_event), (mngdec_readdata),
30295         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
30296         (mngdec_getcanvasline), (mngdec_refresh),
30297         (gst_mngdec_change_state):
30298         Set the framerate correctly.
30299
30300 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30301
30302         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30303           There was something wrong with the index massaging.
30304
30305 2004-10-04  Wim Taymans  <wim@fluendo.com>
30306
30307         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
30308         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
30309         (gst_smokedec_chain):
30310         * ext/jpeg/gstsmokedec.h:
30311         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
30312         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
30313         * ext/jpeg/gstsmokeenc.h:
30314         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
30315         (smokecodec_decode_new), (smokecodec_info_free),
30316         (smokecodec_set_quality), (smokecodec_get_quality),
30317         (smokecodec_set_threshold), (smokecodec_get_threshold),
30318         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
30319         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
30320         (smokecodec_encode), (smokecodec_parse_id),
30321         (smokecodec_parse_header), (smokecodec_decode):
30322         * ext/jpeg/smokecodec.h:
30323         * ext/jpeg/smokeformat.h:
30324         Updated smoke, new bitstream, allows embedding in ogg.
30325
30326 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30327
30328         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
30329           Fix seeking in some files. All this code is no longer needed (and
30330           actually breaks stuff) because we now synchronize the full index
30331           right when reading the header.
30332
30333 2004-10-04  Wim Taymans  <wim@fluendo.com>
30334
30335         * configure.ac:
30336         configure update for libmng.
30337
30338 2004-10-04  Wim Taymans  <wim@fluendo.com>
30339
30340         * ext/libmng/Makefile.am:
30341         * ext/libmng/gstmng.c: (plugin_init):
30342         * ext/libmng/gstmng.h:
30343         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
30344         (gst_mngdec_base_init), (gst_mngdec_class_init),
30345         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
30346         (gst_mngdec_loop), (gst_mngdec_get_property),
30347         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
30348         (mngdec_closestream), (mngdec_handle_sink_event),
30349         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
30350         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
30351         (gst_mngdec_change_state):
30352         * ext/libmng/gstmngdec.h:
30353         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
30354         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
30355         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
30356         (gst_mngenc_chain), (gst_mngenc_get_property),
30357         (gst_mngenc_set_property):
30358         * ext/libmng/gstmngenc.h:
30359         Added basic MNG decoder. Needs more work. The encoder does
30360         not work yet.
30361
30362 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30363
30364         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
30365         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
30366         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
30367           Don't hang on length=0 chunks. Some negotiation fixes. Signal
30368           no-more-pads.
30369
30370 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
30371
30372         * configure.ac:
30373           you need at least 1.0.4 of speex
30374
30375 2004-10-04 Iain <iaingnome@gmail.com>
30376
30377         * ext/speex/gstspeexdec.h: Revert the includes changes.
30378
30379         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
30380
30381 2004-09-30 Iain <iaingnome@gmail.com>
30382
30383         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
30384         found during init or set as a property instead of hardcoding /dev/audio
30385
30386 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30387
30388         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
30389         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
30390         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
30391         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
30392         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
30393         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
30394         (gst_rmdemux_dump_data):
30395           Use debug category, fix EOS handling. filesrc ! rmdemux now
30396           works.
30397
30398 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30399
30400         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
30401         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
30402         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
30403           Improve allocation, cutting and sorting of the index. How takes a
30404           few seconds instead of minutes.
30405
30406 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
30407
30408         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
30409           fixed compilation
30410
30411 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30412
30413         * gst-libs/gst/riff/riff-media.c:
30414         (gst_riff_create_video_caps_with_data),
30415         (gst_riff_create_video_template_caps):
30416           Add wing commander format mimetype/fourccs.
30417         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30418           Don't crash if some value is 0.
30419
30420 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30421
30422         * gst-libs/gst/riff/riff-media.c:
30423         (gst_riff_create_video_caps_with_data),
30424         (gst_riff_create_video_template_caps):
30425           Add DIB fourcc (raw, palettized 8-bit RGB).
30426         * gst-libs/gst/riff/riff-read.c:
30427         (gst_riff_read_strf_vids_with_data):
30428           Oops, fix strf_data reading bug.
30429         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
30430           Use a non-NULL tag.
30431         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
30432           Time for hacks. Sorry Dave. At least one quicktime movie (a
30433           trailer) that I've encountered contains multiple video tracks.
30434           One of those is the actual video track, the other are one-frame
30435           tracks (images). Unfortunately, the number of frames according
30436           to the trak header is 1 for each, so that doesn't help. So
30437           instead, I look at the duration and discard tracks with a
30438           duration shorter than 20% of the length of the stream. Better
30439           than nothing.
30440
30441 2004-10-01  Christian Schaller <christian@fluendo.com>
30442
30443         * ext/ivorbis/vorbis.c:
30444           Patch from Phil Blundell (Bug 152341)
30445
30446 2004-10-01  Wim Taymans  <wim@fluendo.com>
30447
30448         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
30449         (speex_dec_get_formats), (speex_dec_convert),
30450         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
30451         (speex_dec_chain), (gst_speexdec_get_property),
30452         (gst_speexdec_set_property):
30453         Small cleanups.
30454
30455 2004-10-01  Wim Taymans  <wim@fluendo.com>
30456
30457         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
30458         (gst_wavparse_stream_init), (gst_wavparse_fmt),
30459         (gst_wavparse_other), (gst_wavparse_loop),
30460         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
30461         (gst_wavparse_srcpad_event):
30462         * gst/wavparse/gstwavparse.h:
30463         Added some more debugging info.
30464         Fix the case where the length of the file is 0.
30465         Make sure we seek to sample borders.
30466
30467 2004-10-01  Wim Taymans  <wim@fluendo.com>
30468
30469         * gst/playback/README:
30470         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
30471         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30472         (try_to_link_1), (no_more_pads), (close_link), (type_found):
30473         Add some debug info to decodebin, update README
30474
30475 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30476
30477         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
30478           Don't use g_print(); use GST_DEBUG().
30479
30480 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30481
30482         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30483         (gst_ogg_mux_queue_pads):
30484           Handle EOS properly.
30485
30486 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
30487
30488         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30489
30490         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
30491         (gst_faad_chain), (gst_faad_change_state):
30492         * ext/faad/gstfaad.h:
30493           Allow playback of raw (unframed) MPEG AAC files (#148993).
30494
30495 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
30496
30497         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30498
30499         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30500           Throw error if we didn't recognize the stream. Fixes #152289.
30501
30502 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30503
30504         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
30505           Fix negotiation.
30506
30507 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
30508
30509         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30510
30511         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30512           Fix memleak.
30513
30514 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
30515
30516         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30517
30518         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
30519           Solve #152805.
30520         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
30521           Solve 152806.
30522
30523 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30524
30525         * gst-libs/gst/riff/riff-media.c:
30526         (gst_riff_create_video_caps_with_data),
30527         (gst_riff_create_audio_caps_with_data):
30528           Add codec_data handling (like asfdemux used to do).
30529         * gst/asfdemux/gstasf.c: (plugin_init):
30530         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
30531         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
30532           Use riff-media for caps creation instead of our own (mostly
30533           broken) copy of its functions.
30534
30535 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30536
30537         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
30538           Don't actually error out if we get another return value than
30539           -EINVAL. Opposite to what I first thought, drivers have random
30540           return values for this, although -EINVAL is the expected return
30541           value. Since this is not fatal, we shouldn't use
30542           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
30543
30544 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30545
30546         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
30547         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
30548         (dvdreadsrc_get_property), (_open), (_seek), (_read),
30549         (dvdreadsrc_get), (dvdreadsrc_open_file),
30550         (dvdreadsrc_change_state):
30551           Fix. Don't do one big huge loop around the whole DVD, that will
30552           cache all data and thus eat sizeof(dvd) (several GB) before we
30553           see something.
30554         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
30555           Actually NULL'ify event after using it.
30556         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
30557         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
30558         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
30559         (gst_ebml_read_seek), (gst_ebml_read_skip):
30560           Handle events.
30561         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
30562         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
30563         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
30564           Fix timing (this will probably break if I seek using menus, but
30565           I didn't get there yet). VOBs and normal DVDs should now work.
30566           Add a mpeg2-only pad with high rank so this get autoplugged for
30567           MPEG-2 movies.
30568         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
30569         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
30570         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
30571         (gst_mpeg_demux_get_audio_stream),
30572         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
30573         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
30574           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
30575           MPEG-1 but use dvddemux for MPEG-2.
30576         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
30577         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
30578         (gst_mpeg_parse_parse_packhead):
30579           Timing. Only add pad template if it exists. Add sink template from
30580           class and not from ourselves. This means we will always use the
30581           correct sink template even if it is not the one defined in this
30582           file.
30583
30584 2004-09-29  Wim Taymans  <wim@fluendo.com>
30585
30586         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
30587         (gst_mpeg_demux_parse_pes):
30588         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
30589         Fix playback of mpeg again, timestamps where screwed up by
30590         patch 1.61.
30591
30592 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30593
30594         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
30595           Only return true if we actually filled something in. Prevents
30596           player applications from showing a random length for flac files.
30597         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
30598         (gst_riff_read_use_event), (gst_riff_read_handle_event),
30599         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
30600         (gst_riff_read_strf_vids_with_data),
30601         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
30602           OK, ok, so I implemented event handling. Apparently it's normal
30603           that we receive random events at random points without asking
30604           for it.
30605         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
30606         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
30607         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
30608         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
30609         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
30610         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
30611         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
30612         * gst/avi/gstavidemux.h:
30613           Implement non-lineair chunk handling and subchunk processing.
30614           The first solves playback of AVI files where the audio and video
30615           data of individual buffers that we read are not synchronized.
30616           This should not happen according to the wonderful AVI specs, but
30617           of course it does happen in reality. It is also a prerequisite for
30618           the second. Subchunk processing allows us to cut chunks in small
30619           pieces and process each of these pieces separately. This is
30620           required because I've seen several AVI files with incredibly large
30621           audio chunks, even some files with only one audio chunk for the
30622           whole file. This allows for proper playback including seeking.
30623           This patch is supposed to fix all AVI A/V sync issues.
30624         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
30625         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
30626           Work.
30627         * gst/modplug/gstmodplug.cc:
30628           Proper return value setting for the query() function.
30629         * gst/playback/gstplaybasebin.c: (setup_source):
30630           Being in non-playing state (after, e.g., EOS) is not necessarily
30631           a bad thing. Allow for that. This fixes playback of short files.
30632           They don't actually playback fully now, because the clock already
30633           runs. This means that small files (<500kB) with a small length
30634           (<2sec) will still not or barely play. Other files, such as mod
30635           or flx, will work correctly, however.
30636
30637 2004-09-28  Wim Taymans  <wim@fluendo.com>
30638
30639         * ext/speex/gstspeex.c: (plugin_init):
30640         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
30641         (gst_speex_dec_class_init), (speex_dec_get_formats),
30642         (speex_get_event_masks), (speex_get_query_types),
30643         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
30644         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
30645         (gst_speexdec_get_property), (gst_speexdec_set_property),
30646         (speex_dec_change_state):
30647         * ext/speex/gstspeexdec.h:
30648         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
30649         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
30650         (gst_speexenc_base_init), (gst_speexenc_class_init),
30651         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
30652         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
30653         (gst_speexenc_src_query), (gst_speexenc_init),
30654         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
30655         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
30656         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
30657         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
30658         (gst_speexenc_chain), (gst_speexenc_get_property),
30659         (gst_speexenc_set_property), (gst_speexenc_change_state):
30660         * ext/speex/gstspeexenc.h:
30661         Rewrote speex encoder, make sure it can be embedded in ogg.
30662         Implemented speex decoder.
30663
30664 2004-09-28  Christian Schaller <christian@fluendo.com>
30665
30666         * configure.ac:
30667         Remove kioslave plugin. Markey is brewing a new working one
30668         * ext/Makefile.am: Remove kioslave plugin
30669         * ext/kio: remove
30670         * gst-plugins.spec.in: remove kio plugin from spec
30671
30672 2004-09-27  Wim Taymans  <wim@fluendo.com>
30673
30674         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30675         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
30676         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
30677         (gst_multifdsink_new_client),
30678         (gst_multifdsink_handle_client_write),
30679         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
30680         (gst_multifdsink_handle_clients):
30681         * gst/tcp/gstmultifdsink.h:
30682         Make syncing to keyframes actually work for new clients and lagging
30683         clients.
30684
30685 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30686
30687         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
30688         (gst_navigationtest_handle_src_event), (draw_box_planar411),
30689         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
30690         * gst/debug/gstnavigationtest.h:
30691           make navigationtest display button-press and button-release events
30692
30693 2004-09-26 Iain <iaingnome@gmail.com>
30694
30695         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
30696         the channels have received a new media event.
30697         (interleave_buffered_loop): Compresses a new media event on all
30698         channels into one.
30699
30700 2004-09-26 Iain <iaingnome@gmail.com>
30701
30702         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
30703         call the sinkpad's default event handler and not the srcpads. He also
30704         says this is confusing :)
30705         (gst_wavenc_stop_file): Company says that seek events only go upstream
30706         we should send a discontinuous downstream instead.
30707
30708 2004-09-25  Christian Schaller <christian@fluendo.com>
30709
30710         * Update SPEC file to be usable in conjunction with Fedora Core,
30711           Fedora.us and freshrpms packages
30712         * Fix typo in multifilesrc test Makefile
30713
30714 2004-09-24  Wim Taymans  <wim@fluendo.com>
30715
30716         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30717         Only signal the no_more_pads signal when we have
30718         added the stream to our list.
30719
30720 2004-09-24  Wim Taymans  <wim@fluendo.com>
30721
30722         * gst/playback/gstplaybasebin.c: (remove_prerolls),
30723         (new_decoded_pad):
30724         * gst/playback/gstplaybasebin.h:
30725         * gst/playback/gstplaybin.c: (setup_sinks):
30726         Don't try to preroll or decode more than one audio/video
30727         track.
30728
30729 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30730
30731         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
30732           Throw error if we failed to find a suitable output. This should
30733           throw an error if we successfully set up a pipeline (e.g. because
30734           we recognized a media file) but found no decodable streams in it
30735           (e.g. because it contains only media stream types for which we
30736           have no decoders, or because it's not a media type).
30737
30738 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30739
30740         * ext/dirac/Makefile.am:
30741         * ext/dirac/gstdirac.cc:
30742         * ext/dirac/gstdiracdec.cc:
30743         * ext/dirac/gstdiracdec.h:
30744           Do something. Don't actually know if this works because I don't
30745           have a demuxer yet.
30746         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
30747           Add channels=1 to caps returned from _getcaps().
30748         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
30749         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
30750         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
30751         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
30752         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
30753         (gst_ogm_parse_change_state):
30754           Separate between audio/video so ogmaudioparse actually uses the
30755           audio pad templates. Both audio and video work now, including
30756           autoplugging. Also use sometimes-srcpad hack.
30757         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
30758           Handle events better. Don't hang on infinite loops.
30759         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
30760         (gst_avi_demux_init), (gst_avi_demux_reset),
30761         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
30762         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
30763         (gst_avi_demux_change_state):
30764         * gst/avi/gstavidemux.h:
30765           Improve A/V sync. Still not perfect.
30766         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
30767         (gst_ebml_read_skip):
30768           Handle events better.
30769         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
30770         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
30771         (qtdemux_audio_caps):
30772           Add IMA4. Improve event handling. Save offset after a seek when
30773           the headers are at the end of the file so that we don't end up in
30774           an infinite loop.
30775         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
30776           Add low-priority typefind support for files with no length.
30777
30778 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30779
30780         * testsuite/multifilesink/Makefile.am:
30781         fix typo
30782
30783 2004-09-22  Julien MOUTTE  <julien@moutte.net>
30784
30785         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
30786         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
30787         mistakes from thaytan's patches.
30788
30789 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
30790
30791         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
30792           For completeness, XSync in the destroy function as xvimage does.
30793
30794 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
30795
30796         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
30797            Correct caps negotiation
30798         * gst/volume/gstvolume.c: (volume_chain_float),
30799         (volume_chain_int16):
30800            Modify debug output to be little more informative
30801         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
30802         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
30803         (gst_xvimagesink_xvimage_destroy):
30804           Add XSync calls after detaching from the shared memory segment to
30805           avoid a crash.
30806
30807 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30808
30809         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
30810         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
30811         * ext/vorbis/vorbis.c: (plugin_init):
30812         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
30813         (gst_vorbisenc_chain):
30814         * ext/vorbis/vorbisenc.h:
30815         remove explicit newmedia support from oggmux and vorbisenc
30816         add debug category to vorbisenc
30817         * gst/multifilesink/gstmultifilesink.c:
30818         (gst_multifilesink_class_init), (gst_multifilesink_init),
30819         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
30820         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
30821         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
30822         (plugin_init):
30823         * gst/multifilesink/gstmultifilesink.h:
30824         add support for streamheader in multifilesink
30825
30826 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30827
30828         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
30829         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
30830         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
30831           Prevent infinite loops. More correct error reporting.
30832         * gst/auparse/gstauparse.c: (gst_auparse_chain):
30833           Error out if negotiation fails.
30834         * gst/playback/gstplaybasebin.c: (setup_source),
30835         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
30836         (gst_play_base_bin_found_tag):
30837           Error/tag forwarding. Pre-roll fixes for source errors on state
30838           changes (e.g. "file does not exist") to prevent hangs.
30839
30840 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30841
30842         * testsuite/multifilesink/Makefile.am:
30843         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
30844         (gst_newmedia_class_init), (gst_newmedia_init),
30845         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
30846         (newfile_signal), (test_signal), (main):
30847         * testsuite/multifilesink/multifilesrc_test.c: (main):
30848         * testsuite/multifilesink/oggtheora_test.c:
30849         (gst_newmedia_base_init), (gst_newmedia_class_init),
30850         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
30851         (test_format), (newfile_signal), (test_signal), (main):
30852         * testsuite/multifilesink/oggvorbis_test.c:
30853         (gst_newmedia_base_init), (gst_newmedia_class_init),
30854         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
30855         (test_format), (newfile_signal), (test_signal), (main):
30856         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
30857         (gst_newmedia_class_init), (gst_newmedia_init),
30858         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
30859         (newfile_signal), (test_signal), (main):
30860         New media tests
30861
30862 2004-09-20  Christian Schaller <christian@fluendo.com>
30863
30864         * Fix mikmod license to LGPL as they have relicensed
30865         * Move Dirac and Effectv into LGPL section of README_license
30866
30867 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30868
30869         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
30870         (gst_mad_change_state):
30871           Allow for mp3 rate/channels changes. However, only very
30872           conservatively. Reason that we *have* to enable this is smiply
30873           because the mad find_sync() function is not good enough, it will
30874           regularly sync on random data as valid frames and therefore make
30875           us provide random caps as *final* caps of the stream. The best fix
30876           I could think of is to simply require several of the same stream
30877           changes in a row before we change caps.
30878           The actual testcase that works now is #
30879         * ext/ogg/Makefile.am:
30880         * ext/ogg/gstogg.c: (plugin_init):
30881         * ext/ogg/gstogmparse.c:
30882           OGM support (video only for now; I need an audio sample file).
30883         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
30884         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
30885         (gst_asf_demux_add_video_stream):
30886           WMV extradata.
30887         * gst/playback/gstplaybasebin.c: (unknown_type):
30888           Don't error out on single unknown-types after all. It's wrong.
30889           If we found type of video and audio but not of a subtitle stream,
30890           it will still error out (which is unwanted). Will find a better fix
30891           later on.
30892         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
30893         (ogmaudio_type_find), (plugin_init):
30894           OGM support.
30895
30896 2004-09-20  Johan Dahlin  <johan@gnome.org>
30897
30898         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
30899         after setting caps.
30900
30901 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30902
30903         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
30904         * gst/wavenc/gstwavenc.h:
30905         Added newmedia support to wavenc
30906
30907 2004-09-17  Wim Taymans  <wim@fluendo.com>
30908
30909         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
30910         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
30911         (gst_fdset_fd_can_write), (gst_fdset_wait):
30912         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
30913         (gst_multifdsink_init), (gst_multifdsink_add),
30914         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
30915         (gst_multifdsink_remove_client_link),
30916         (gst_multifdsink_client_queue_buffer),
30917         (gst_multifdsink_handle_client_write),
30918         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
30919         (gst_multifdsink_close), (gst_multifdsink_change_state):
30920         * gst/tcp/gstmultifdsink.h:
30921         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
30922         (gst_tcpserversink_removed):
30923         Small cleanups in fdset.c
30924         Use a hastable to map fd to the client structure for faster
30925         lookup in _remove and get_stats.
30926         Added virtual function to close the fds.
30927         Handle clients even when the select/poll call was unblocked because
30928         of a command.
30929         Implement syncing to keyframe in the recovery procedure.
30930
30931 2004-09-16 Iain <iaingnome@gmail.com>
30932
30933         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
30934         try caps.
30935
30936 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30937
30938         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
30939           Caps are only set if the type of the stream is unknown, but this
30940           is initialized in ->init_stream(), so set to UNKNOWN after calling
30941           ->init_stream() so that capsnego starts.
30942
30943 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30944
30945         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
30946         (gst_avi_demux_stream_data):
30947           Just hardcode for raw audio then. AVI audio sucks.
30948
30949 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
30950
30951         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
30952         * gst/matroska/matroska-mux.c: (audiosink_templ),
30953         (gst_matroska_mux_audio_pad_link):
30954         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
30955         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
30956
30957 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30958
30959         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
30960         (gst_avi_demux_stream_data):
30961           Try to fix a/v sync issues.
30962
30963 2004-09-15  David Schleef  <ds@schleef.org>
30964
30965         * configure.ac: remove NASM check, since we don't use it.  Update
30966         dirac check to 0.4
30967         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
30968         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30969         Initialized variables.
30970         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
30971         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
30972         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
30973         SVQ3 format
30974
30975 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30976
30977         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
30978         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
30979         * gst/avi/gstavidemux.h:
30980           Fix for compressed audio (mp3) timestamp generation. How did this
30981           ever work?
30982
30983 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30984
30985         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
30986           Volume is a double not a float.
30987
30988 2004-09-15  Wim Taymans  <wim@fluendo.com>
30989
30990         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
30991         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
30992         Don't close the fd in multifdsink as we didn't open it in the
30993         first place. Some cleanups.
30994
30995 2004-09-15  Wim Taymans  <wim@fluendo.com>
30996
30997         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
30998         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30999         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31000         Fix the case where the muxer would mark pages as delta
31001         frames when they are not (vorbis only ogg).
31002
31003 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31004
31005         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
31006         (gst_play_base_bin_change_state):
31007           Handle the case where we failed to setup a clear pipeline. This
31008           will throw an error (or EOS, another nice case) and if you don't
31009           catch that, the app will wait for the signal forever (and thus
31010           hang).
31011
31012 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31013
31014         * ext/gnomevfs/gstgnomevfssink.c:
31015         (gst_gnomevfssink_uri_get_protocols):
31016         * ext/gnomevfs/gstgnomevfssrc.c:
31017         (gst_gnomevfssrc_uri_get_protocols):
31018         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
31019         * ext/gnomevfs/gstgnomevfsuri.h:
31020           Use _uri_new() instead of _open(), so it doesn't take as long and
31021           Christophe's computer won't hang.
31022         * gst/playback/gstplaybasebin.c: (unknown_type):
31023           Throw error on unknown media type, so apps actually display it.
31024
31025 2004-09-14  Brian Cameron  <brian.cameron@sun.com
31026
31027         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
31028           this script to work on Solaris since bash shell handles echo
31029           differenly than bash.
31030
31031 2004-09-17  Wim Taymans  <wim@fluendo.com>
31032
31033         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
31034         (setup_source), (gst_play_base_bin_set_property),
31035         (gst_play_base_bin_add_element):
31036         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
31037         Some more work on making sure seeking pauses the pipeline and
31038         that changing the uri actually does something.
31039
31040 2004-09-17  Wim Taymans  <wim@fluendo.com>
31041
31042         * gst/tcp/gstfdset.c: (gst_fdset_wait):
31043         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
31044         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
31045         (gst_tcpserversink_close):
31046         Be a bit more paranoid when freeing memory.
31047
31048 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31049
31050         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
31051         (qtdemux_parse_trak):
31052           Don't crash by dividing by zero (see sample movie in #126922).
31053
31054 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31055
31056         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
31057           Don't touch non-existing data (fixes crash on file in #140147).
31058
31059 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31060
31061         * gst/playback/gstplaybasebin.c:
31062         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
31063           Handle double disposals, and proper change of URIs.
31064
31065 2004-09-13  Martin Eikermann <meiker@upb.de>
31066
31067         * gst/mpegstream/gstmpegparse.c:
31068           fix synchronistation for streams recorded from digital PCR
31069           fixes bug #119376
31070
31071 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31072
31073         * ext/gnomevfs/Makefile.am:
31074         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
31075         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
31076         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
31077         (gst_gnomevfssink_uri_get_type),
31078         (gst_gnomevfssink_uri_get_protocols),
31079         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
31080         (gst_gnomevfssink_uri_handler_init),
31081         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
31082         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
31083         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
31084         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
31085         (gst_gnomevfssrc_uri_get_type),
31086         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
31087         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
31088         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
31089         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
31090         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
31091         * ext/gnomevfs/gstgnomevfsuri.h:
31092           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
31093           of fake URIs to see which this version of Gnome-VFS likes, and
31094           uses that for the Gst-URI interface. Makes playbin support http://
31095           streams. Also fix up some stupid behaviour in gnomevfssrc.
31096
31097 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31098
31099         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
31100         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
31101         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
31102         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
31103           Update mixer (to sync with other sessions) if we try to obtain
31104           a new value. This makes alsamixer work accross applications.
31105         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
31106           Only call sync functions if we're running, else alsalib asserts.
31107         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
31108           Sometimes fails to compile. Possibly a gcc bug.
31109         * gst/playback/gstplaybin.c: (gen_video_element),
31110         (gen_audio_element):
31111           Add a reference to an application-provided object, because we lose
31112           this same reference if we add it to the bin. If we don't do this,
31113           we can only use this object once and thus crash if we go from
31114           ready to playing, back to ready and back to playing again.
31115           Also add an audioscale element because several cheap soundcards -
31116           like mine - don't support all samplerates.
31117         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
31118         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
31119           Fix wrong order or PAR calls. Makes automatically obtained PAR
31120           from the X server atually being used.
31121
31122 2004-09-12  David Schleef  <ds@schleef.org>
31123
31124         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
31125         #151887, #152102, #152247.
31126         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
31127         * examples/seeking/cdparanoia.c: same
31128         * examples/seeking/cdplayer.c: same
31129         * examples/seeking/seek.c: same
31130         * examples/seeking/spider_seek.c: same
31131         * examples/seeking/vorbisfile.c: same
31132         * examples/stats/mp2ogg.c: same
31133         * ext/esd/esdsink.c: (gst_esdsink_class_init),
31134         (gst_esdsink_dispose): Dispose of element properly.
31135         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
31136         fixes.
31137         * ext/nas/nassink.c: (gst_nassink_class_init),
31138         (gst_nassink_dispose): Dispose of element correctly.
31139         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
31140         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
31141         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
31142         Fix 64-bit warning.
31143         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31144         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
31145         Fix 64-bit warning.
31146
31147 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
31148
31149         * configure.ac : change speex detection as 1.1.6 now uses
31150           .pc/pkg-config and they changed their headers location.
31151
31152 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
31153
31154         * gst/matroska/matroska-mux.h:
31155         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
31156         (gst_matroska_mux_start), (gst_matroska_mux_finish),
31157         (gst_matroska_mux_write_data):
31158           Write multiple blocks/frames per cluster.
31159                 Write meta-seek information (seek heads).
31160
31161 2004-09-09  Scott Wheeler <wheeler@kde.org>
31162
31163         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
31164         (gst_play_bin_set_property), (gst_play_bin_get_property),
31165         (gen_audio_element), (gen_audio_element):
31166           Add a volume element / property to the pipeline.
31167
31168 2004-09-07  Wim Taymans  <wim@fluendo.com>
31169
31170         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
31171         Copy timestamps from the master pad to the output buffers.
31172
31173 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31174
31175         * ext/raw1394/gstdv1394src.c:
31176           throw errors when applicable
31177
31178 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
31179
31180         * gst/matroska/ebml-ids.h:
31181         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
31182         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
31183         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
31184           automatically convert unix time <-> ebml time when reading/writing
31185           a date, use gst_ebml_write_uint to write CUETIME,
31186           not gst_ebml_write_date.
31187         * gst/matroska/matroska-ids.h:
31188         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
31189         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
31190         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
31191         (gst_matroska_mux_write_data):
31192           Write track and segment UIDs, write muxing date, write
31193           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
31194           Create cues for audio only files.
31195
31196 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31197
31198         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
31199         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
31200           Re-commit ALSA switches.
31201         * gst/adder/gstadder.c: (gst_adder_loop):
31202           64-bit fix (#151416).
31203         * gst/debug/progressreport.c: (gst_progressreport_report):
31204           64-bit fix (#151419).
31205         * gst/matroska/matroska-demux.c:
31206         (gst_matroska_demux_parse_contents):
31207           64-bit fix (#151420).
31208         * gst/playback/test3.c: (update_scale):
31209           64-bit fix (#151421).
31210
31211 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
31212
31213         * configure.ac:
31214           bump nano to cvs
31215
31216 === release 0.8.4 ===
31217
31218 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31219
31220         * configure.ac: releasing 0.8.4, "Alias"
31221
31222 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
31223
31224         * ext/theora/Makefile.am:
31225           fix makefile.  Fixes #151462.
31226
31227 2004-08-30  Wim Taymans  <wim@fluendo.com>
31228
31229         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
31230         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31231         (gst_multifdsink_remove_client_link),
31232         (gst_multifdsink_client_queue_buffer),
31233         (gst_multifdsink_handle_client_write):
31234         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
31235         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
31236         Fix some memory leaks.
31237
31238 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31239
31240         Patch by: David Schleef
31241
31242         * configure.ac:
31243         * sys/Makefile.am:
31244           rename our detection macro for V4L2.  Fixes #151236.
31245
31246 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31247
31248         Patch by: David Schleef
31249
31250         * configure.ac:
31251           check to define LAMEPRESET.  Fixes #151232.
31252
31253 2004-08-27  David Schleef  <ds@schleef.org>
31254
31255         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
31256         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
31257         (gst_glimagesink_fixate):  Move local variable declarations to
31258         make gcc-2.95 happy.
31259
31260 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31261
31262         * configure.ac:
31263           bump nano for prerelease
31264
31265 2004-08-27  David Schleef  <ds@schleef.org>
31266
31267         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
31268         * sys/sunaudio/gstsunaudiosrc.c:
31269         * sys/sunaudio/gstsunaudiosrc.h:
31270
31271 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
31272
31273         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
31274         handle EOS correctly
31275         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
31276         * gst/matroska/matroska-mux.h:
31277         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
31278         VFW compatibility mode
31279
31280 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31281
31282         patch by: Zaheer Abbas Merali
31283
31284         * ext/ogg/gstoggmux.c:
31285         * ext/vorbis/vorbisenc.c:
31286         * ext/vorbis/vorbisenc.h:
31287           handle NEWMEDIA
31288
31289 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
31290
31291         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
31292         fix byte order reversion on little endian machines.
31293         * gst/matroska/matroska-mux.c: (audiosink_templ),
31294         (gst_matroska_mux_audio_pad_link):
31295         add TTA codec to the list of supported codecs.
31296         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
31297         (gst_matroska_mux_start), (gst_matroska_mux_finish),
31298         (gst_matroska_mux_write_data):
31299         * gst/matroska/matroska-mux.h:
31300         write segment duration correctly, write muxing app string, fixes bugs
31301         #140897 and #140898.
31302         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
31303         wait for all pads to be negotiated before starting to mux.
31304
31305 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31306
31307         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
31308         * ext/lame/gstlame.h:
31309         Added new media support to lame
31310
31311 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
31312
31313         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
31314         send vorbis headers at the beginning of a stream, fixes bug #141554.
31315         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
31316         bug #148950.
31317         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
31318         (gst_matroska_demux_plugin_init):
31319         * gst/matroska/matroska-ids.h:
31320         enable demuxing of TTA audio streams, fixes bug #148951.
31321         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
31322         enable typefinding for TTA audio files, fixes bug #148711.
31323         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
31324         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
31325         fixes playback of packed bitstream and xvid with bframes, bug #135407.
31326
31327 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
31328
31329         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
31330         (gst_riff_read_element_data), (gst_riff_read_seek),
31331         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
31332         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
31333         <teuf@gnome.org>
31334
31335 2004-08-23 Iain <iaingnome@gmail.com>
31336
31337         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
31338         tags. They appear to be handled differently to normal.
31339         (tag_list_to_id3_tag_foreach): Ditto.
31340
31341 2004-08-22  Wim Taymans  <wim@fluendo.com>
31342
31343         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31344         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31345         Make sure we never send -1 granulepos.
31346
31347 2004-08-20  Wim Taymans  <wim@fluendo.com>
31348
31349         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31350         (gst_ogg_mux_loop):
31351         I will accept bitchslappings with non sharp objects.
31352
31353 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31354
31355         * configure.ac:
31356         Clean up the test for lame presets
31357
31358 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31359
31360         * configure.ac:
31361         * ext/lame/Makefile.am:
31362         * ext/lame/gstlame.c: (gst_lame_class_init),
31363         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31364         Only enable lame presets if version of lame has presets in API
31365
31366 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
31367         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
31368         * gst/udp/gstudpsrc.h:
31369           Don't call gst_pad_push in a get function. Fixes #150449
31370
31371 2004-08-18  Wim Taymans  <wim@fluendo.com>
31372
31373         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
31374         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
31375         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
31376         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31377         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31378         (gst_fdset_wait):
31379         * gst/tcp/gstfdset.h:
31380         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31381         (gst_multifdsink_client_queue_buffer),
31382         (gst_multifdsink_handle_client_write):
31383         * gst/tcp/gstmultifdsink.h:
31384         Some extra checks in gstfdset.
31385         Only use send() when the fd is a socket. Don't try to
31386         read from write only fds.
31387
31388 2004-08-18  Wim Taymans  <wim@fluendo.com>
31389
31390         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
31391         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
31392         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31393         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31394         (gst_fdset_wait):
31395         Add more locking and bounds checking.
31396
31397 2004-08-18  Wim Taymans  <wim@fluendo.com>
31398
31399         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
31400         Realloc test fdset in the lock and right before starting
31401         the poll call. Bump the limit to 4096.
31402
31403 2004-08-17  David Schleef  <ds@schleef.org>
31404
31405         * sys/sunaudio/Makefile.am:
31406         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
31407         of rates and channels.  Make debugging less obnoxious.
31408
31409         Patch from Balamurali Viswanathan implementing a mixer for
31410         Sun audio.  (bug #144091):
31411         * sys/sunaudio/gstsunelement.c:
31412         * sys/sunaudio/gstsunelement.h:
31413         * sys/sunaudio/gstsunmixer.c:
31414         * sys/sunaudio/gstsunmixer.h:
31415
31416 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31417
31418         * gst/audioscale/gstaudioscale.c:
31419         * gst/audioscale/gstaudioscale.h:
31420         made audioscale resample from any sample rate to any sample rate
31421
31422 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31423
31424         * ext/libpng/gstpngdec.c:
31425           error out on unsupported types
31426
31427 2004-08-17  Iain <iaingnome@gmail.com>
31428
31429         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
31430         mid_side and loose_mid_side properties if its a stereo stream.
31431
31432 2004-08-17  Wim Taymans  <wim@fluendo.com>
31433
31434         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31435         (theora_get_formats), (theora_dec_src_convert),
31436         (theora_dec_sink_convert), (theora_dec_src_query),
31437         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
31438         Add a debug line.
31439
31440 2004-08-17  Wim Taymans  <wim@fluendo.com>
31441
31442         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
31443         (gst_ogg_pad_push):
31444         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
31445         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
31446         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
31447         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31448         Mark delta units in the muxer.
31449         Try to decode the packet after an out-of-sync error from
31450         libogg.
31451
31452 2004-08-17  Wim Taymans  <wim@fluendo.com>
31453
31454         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31455         (gst_multifdsink_init), (gst_multifdsink_add),
31456         (gst_multifdsink_client_queue_buffer),
31457         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
31458         * gst/tcp/gstmultifdsink.h:
31459         Added option to send a keyframe to clients as the first buffer.
31460         Make timeout property writable.
31461
31462 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31463
31464         patch by: Wim Taymans
31465
31466         * gst/tcp/gstfdset.c:
31467         * gst/tcp/gstmultifdsink.c:
31468           fix index comparison, should include 0
31469
31470 2004-08-16  Wim Taymans  <wim@fluendo.com>
31471
31472         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
31473         (gst_fdset_add_fd), (gst_fdset_remove_fd),
31474         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31475         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31476         (gst_fdset_wait):
31477           copy when reallocing for poll so the select arguments don't get
31478           changed during the call
31479
31480 2004-08-16  Wim Taymans  <wim@fluendo.com>
31481
31482         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
31483         (gst_theora_enc_class_init), (theora_enc_sink_link),
31484         (theora_buffer_from_packet), (theora_enc_chain):
31485         Fix bug where buffers were not marked as keyframes
31486         correctly.
31487
31488 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31489
31490         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31491         (gst_lame_preset_get_type), (gst_lame_class_init):
31492         describe the enum values for vbr mode and presets more verbosely
31493
31494 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31495
31496         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
31497         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
31498         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
31499         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31500         * ext/lame/gstlame.h:
31501         add preset property to lame so it can use lame presets
31502
31503 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31504
31505         * ext/lame/gstlame.c: (gst_lame_get_property):
31506         whoops forgot break, thanks teuf
31507
31508 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31509
31510         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31511         (gst_lame_class_init), (gst_lame_src_getcaps),
31512         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
31513         (gst_lame_get_property), (gst_lame_setup):
31514         * ext/lame/gstlame.h:
31515         fix lame's broken vbr stuff, allow it to resample if need be, and also
31516         make xing header optional
31517
31518 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31519
31520         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
31521         added getcaps function so samplerate doesnt get fixated to silly values
31522
31523 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31524
31525         * ext/lame/gstlame.c: (gst_lame_src_link):
31526         revert previous fix
31527
31528 2004-08-12  Johan Dahlin  <johan@gnome.org>
31529
31530         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
31531         checks. Doesn't matter what state we are in. Interfaces are a
31532         compile time thing, not runtime. It also broke the python bindings.
31533
31534 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31535
31536         * ext/lame/gstlame.c: (gst_lame_src_link):
31537         made source pad link function check if sinkpad is ok..fixes the problem
31538         where core fixates the output rate of lame stupidly
31539
31540 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
31541
31542         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
31543         * sys/v4l/v4l_calls.c:
31544         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
31545           fix fixate function to handle nonsimple caps.
31546           remove bogus check in _link
31547           cleanups
31548
31549 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31550
31551         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
31552         set default compression ratio parameter to 0.0 so bitrate parameter
31553         works :)
31554
31555 2004-08-11  David Schleef  <ds@schleef.org>
31556
31557         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
31558
31559 2004-08-11  David Schleef  <ds@schleef.org>
31560
31561         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
31562         before.
31563
31564 2004-08-11  David Schleef  <ds@schleef.org>
31565
31566         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
31567
31568 2004-08-11  David Schleef  <ds@schleef.org>
31569
31570         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
31571           license field
31572         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
31573         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
31574           LGPL.
31575         * gst/auparse/gstauparse.c: Fix plugin license field.
31576         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
31577         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
31578         * gst/rtp/gstrtp.c: Fix plugin license field.
31579
31580 2004-08-11  Wim Taymans  <wim@fluendo.com>
31581
31582         * gst/tcp/Makefile.am:
31583         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
31584         (ensure_size), (gst_fdset_new), (gst_fdset_free),
31585         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
31586         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
31587         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
31588         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
31589         (gst_fdset_fd_can_write), (gst_fdset_wait):
31590         * gst/tcp/gstfdset.h:
31591         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
31592         (gst_multifdsink_class_init), (gst_multifdsink_init),
31593         (gst_multifdsink_add), (gst_multifdsink_remove),
31594         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
31595         (gst_multifdsink_remove_client_link),
31596         (gst_multifdsink_handle_client_read),
31597         (gst_multifdsink_client_queue_data),
31598         (gst_multifdsink_client_queue_caps),
31599         (gst_multifdsink_client_queue_buffer),
31600         (gst_multifdsink_handle_client_write),
31601         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31602         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
31603         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
31604         (gst_multifdsink_close):
31605         * gst/tcp/gstmultifdsink.h:
31606         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
31607         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
31608         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
31609         (gst_tcpserversink_close):
31610         * gst/tcp/gsttcpserversink.h:
31611         Abstracted away the select call, implemented poll (yes we ran into
31612         the 1024 limit in production).
31613
31614 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
31615
31616         * gst/tcp/gsttcp.c:
31617         * gst/tcp/gsttcpplugin.c:
31618           improve debuggging, remove assert
31619
31620 2004-08-10  Wim Taymans  <wim@fluendo.com>
31621
31622         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
31623         (gst_client_status_get_type), (gst_multifdsink_class_init),
31624         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
31625         (gst_multifdsink_handle_client_read),
31626         (gst_multifdsink_handle_client_write),
31627         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31628         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
31629         (gst_multifdsink_get_property):
31630         * gst/tcp/gstmultifdsink.h:
31631         * gst/tcp/gsttcp-marshal.list:
31632         Starting to prepare for specifying buffer time in other units
31633         than buffers. Expose remove reason in signal.
31634
31635 2004-08-10  Wim Taymans  <wim@fluendo.com>
31636
31637         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31638         (gst_multifdsink_remove), (gst_multifdsink_clear),
31639         (gst_multifdsink_remove_client_link),
31640         (gst_multifdsink_handle_client_read),
31641         (gst_multifdsink_client_queue_data),
31642         (gst_multifdsink_client_queue_buffer),
31643         (gst_multifdsink_handle_client_write),
31644         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
31645         (gst_multifdsink_chain), (gst_multifdsink_close):
31646         * gst/tcp/gstmultifdsink.h:
31647         Added more debugging info. Changed the way clients are
31648         removed from the lists. Fixed a bug where a bad file descriptor
31649         could cause many clients to be removed.
31650
31651 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31652
31653         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
31654           allow all pixel-aspect-ratios, not just 1:1
31655
31656 2004-08-09  David Schleef  <ds@schleef.org>
31657
31658         * sys/glsink/ARB_multitexture.h:  Remove old files.
31659         * sys/glsink/EXT_paletted_texture.h:
31660         * sys/glsink/NV_register_combiners.h:
31661         * sys/glsink/gstgl_nvimage.c:
31662         * sys/glsink/gstgl_pdrimage.c:
31663         * sys/glsink/gstgl_rgbimage.c:
31664         * sys/glsink/gstglsink.c:
31665         * sys/glsink/gstglsink.h:
31666         * sys/glsink/gstglxwindow.c:
31667         * sys/glsink/regcomb_yuvrgb.c:
31668
31669 2004-08-09  David Schleef  <ds@schleef.org>
31670
31671         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
31672         GL sink plugin.  (Bug #147302)
31673
31674         * configure.ac: Test for OpenGL
31675         * sys/Makefile.am: Use test for OpenGL
31676         * sys/glsink/Makefile.am:
31677         * sys/glsink/glimagesink.c: rewrite
31678         * sys/glsink/glimagesink.h: rewrite
31679
31680 2004-08-09  David Schleef  <ds@schleef.org>
31681
31682         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
31683         sane framerates.
31684         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
31685         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
31686         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
31687
31688 2004-08-09  Wim Taymans  <wim@fluendo.com>
31689
31690         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31691         (gst_multifdsink_add), (gst_multifdsink_get_stats),
31692         (gst_multifdsink_client_remove),
31693         (gst_multifdsink_handle_client_read),
31694         (gst_multifdsink_handle_client_write),
31695         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31696         Do a bit more logging, make the client_read code more robust.
31697
31698 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31699
31700         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
31701         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
31702         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
31703         (gst_jpegdec_init), (gst_jpegdec_chain):
31704         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
31705         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
31706           cleanups, debugging fixes and memleak plugging
31707
31708 2004-08-09  Wim Taymans  <wim@fluendo.com>
31709
31710         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31711         (theora_get_formats), (theora_dec_src_convert),
31712         (theora_dec_sink_convert), (theora_dec_src_query),
31713         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
31714         (theora_dec_change_state):
31715         Don't crash on missing header packets.
31716
31717 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31718
31719         * po/LINGUAS:
31720         * po/sq.po:
31721           Added Albanian translation (Laurent Dhima)
31722         * po/cs.po:
31723           updated
31724
31725 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31726
31727         * ext/lame/gstlame.c:
31728           fix/add debugging
31729
31730 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31731
31732         * sys/ximage/ximagesink.c:
31733         * sys/xvimage/xvimagesink.c:
31734           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
31735
31736 2004-08-06  Wim Taymans  <wim@fluendo.com>
31737
31738         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31739         (gst_multifdsink_add), (gst_multifdsink_get_stats),
31740         (gst_multifdsink_client_remove),
31741         (gst_multifdsink_handle_client_read),
31742         (gst_multifdsink_handle_client_write),
31743         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31744         Make sure we don't try to read more from a client that what
31745         ioctl says us or we deadlock.
31746
31747 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31748
31749         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
31750         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
31751         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
31752           decouple running_time and n_frames so it can handle changing
31753           framerate while running
31754
31755 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31756
31757         * po/nl.po:
31758         * po/sv.po:
31759           updated translations
31760
31761 2004-08-04  Benjamin Otte  <otte@gnome.org>
31762
31763         * gst/videotestsrc/gstvideotestsrc.c:
31764         (gst_videotestsrc_get_capslist), (generate_capslist),
31765         (plugin_init):
31766           generate the list of supported caps at startup and reuse it instead
31767           of always generating it
31768
31769 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31770
31771         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
31772           whoops, last checkin broke normal build
31773
31774 2004-08-03  Benjamin Otte  <otte@gnome.org>
31775
31776         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
31777         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
31778         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
31779         (gst_alsa_mixer_get_option):
31780         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
31781         (dvdnavsrc_print_event):
31782         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
31783         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
31784         (gst_ogg_mux_pad_unlink):
31785         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
31786         (gst_multipart_mux_pad_unlink):
31787         * gst/videofilter/gstvideobalance.c:
31788         (gst_videobalance_colorbalance_set_value):
31789         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
31790         (gst_videomixer_pad_unlink):
31791         * po/uk.po:
31792         * sys/oss/gstossmixer.c:
31793         * sys/v4l/gstv4lcolorbalance.c:
31794         * sys/v4l/gstv4ltuner.c:
31795         * sys/v4l/v4lsrc_calls.c:
31796         * sys/v4l2/gstv4l2colorbalance.c:
31797         * sys/v4l2/gstv4l2tuner.c:
31798           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
31799
31800 2004-08-03  Benjamin Otte  <otte@gnome.org>
31801
31802         * examples/dynparams/filter.c: (ui_control_create):
31803         * examples/gstplay/player.c: (print_tag):
31804         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
31805         * ext/gdk_pixbuf/gstgdkanimation.c:
31806         (gst_gdk_animation_iter_may_advance):
31807         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
31808         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
31809         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
31810         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
31811         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
31812         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
31813         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
31814         * gst/sine/demo-dparams.c: (main):
31815         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
31816         * testsuite/alsa/formats.c: (create_pipeline):
31817         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
31818           fixes for G_DISABLE_ASSERT and friends
31819         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
31820         (mp3_type_frame_length_from_header), (mp3_type_find),
31821         (plugin_init):
31822           require mp3 typefinding to have at least MIN_HEADERS valid headers
31823           add typefinding for AAC adts files
31824
31825 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
31826
31827         * sys/ximage/ximagesink.c:
31828         (gst_ximagesink_calculate_pixel_aspect_ratio):
31829         * sys/xvimage/xvimagesink.c:
31830         (gst_xvimagesink_calculate_pixel_aspect_ratio):
31831         Make sure we calculate pixel-aspect-ratio using floating point maths
31832
31833 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31834
31835         * po/uk.po:
31836           updated translation
31837
31838 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31839
31840         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31841         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
31842           add debugging for display PAR calculation
31843
31844 2004-08-02  David Schleef  <ds@schleef.org>
31845
31846         * configure.ac: Fix mikmod CFLAGS.
31847
31848 2004-07-27  Benjamin Otte  <otte@gnome.org>
31849
31850         * gst/audioscale/gstaudioscale.c:
31851         - fix templates to only support S16, it's the only format that works
31852         - make caps nego code use try_set_caps_nonfixed and fixation instead
31853         of try_set_caps twice, which is not nice for autopluggers
31854         - change rank to secondary, so autopluggers can pick it up after
31855         audioconvert
31856
31857 2004-08-02  Iain <iain@prettypeople.org>
31858
31859         * gst/interleave/interleave.c (interleave_init),
31860         (interleave_request_new_pad),
31861         (interleave_pad_removed),
31862         (interleave_buffered_loop): Use the real pad count, not the artificial
31863         one.
31864
31865 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31866
31867         * configure.ac: bump nano back to development
31868
31869 === release 0.8.3 ===
31870
31871 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31872
31873         * configure.ac: releasing 0.8.3, "Water"
31874
31875 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31876
31877         * sys/xvimage/xvimagesink.c:
31878         (gst_xvimagesink_calculate_pixel_aspect_ratio),
31879         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
31880         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
31881         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
31882         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
31883         * sys/xvimage/xvimagesink.h:
31884           apply similar PAR fixes as to ximagesink
31885
31886 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31887
31888         patch from: Benjamin Otte
31889
31890         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
31891           add link function to lame.  Fixes #148986.
31892
31893 2004-08-02  Johan Dahlin  <johan@gnome.org>
31894
31895         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
31896         fix debugging log
31897
31898 2004-07-30  David Schleef  <ds@schleef.org>
31899
31900         * gst/videomixer/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         * gst/multipart/Makefile.am: Fix things that should have been
31906         fixed in the last checkin.
31907
31908 2004-07-30  David Schleef  <ds@schleef.org>
31909
31910         * testsuite/multifilesink/Makefile.am: Fix unused variable.
31911
31912 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31913
31914         * configure.ac:
31915           bump nano for prerelease
31916         * po/af.po:
31917         * po/az.po:
31918         * po/cs.po:
31919         * po/en_GB.po:
31920         * po/hu.po:
31921         * po/nl.po:
31922         * po/sr.po:
31923         * po/sv.po:
31924         * po/uk.po:
31925           updates
31926
31927 2004-07-30  Wim Taymans  <wim@fluendo.com>
31928
31929         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31930         (gst_multifdsink_add), (gst_multifdsink_remove),
31931         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
31932         (gst_multifdsink_client_remove),
31933         (gst_multifdsink_handle_client_write),
31934         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31935         * gst/tcp/gstmultifdsink.h:
31936         Recover from a select with a bad file descriptor by removing
31937         the client.
31938
31939 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31940
31941         * configure.ac:
31942           fix requirement of core
31943         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
31944         (gst_play_pipeline_setup):
31945           don't use colorspace element.  do use hermescolorspace element.
31946           make macro to get a colorspace element.
31947           mark strings for translation.
31948         * po/POTFILES.in:
31949           add play.c
31950         * po/af.po:
31951         * po/az.po:
31952         * po/cs.po:
31953         * po/en_GB.po:
31954         * po/hu.po:
31955         * po/nl.po:
31956         * po/sr.po:
31957         * po/sv.po:
31958         * po/uk.po:
31959           update translations
31960
31961 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31962
31963         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
31964         fix default for newmedia flag
31965
31966 2004-07-30  Wim Taymans  <wim@fluendo.com>
31967
31968         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31969         (gst_theora_dec_init), (theora_get_formats),
31970         (theora_dec_src_convert), (theora_dec_sink_convert),
31971         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31972         (theora_dec_chain), (theora_dec_set_property),
31973         (theora_dec_get_property):
31974         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
31975         (gst_theora_enc_class_init), (gst_theora_enc_init),
31976         (theora_enc_sink_link), (theora_enc_chain),
31977         (theora_enc_set_property), (theora_enc_get_property):
31978         Added cropping option to theora decoder.
31979         Added border option to theora encoder.
31980
31981 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31982
31983         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
31984         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
31985         (gst_pngenc_set_property):
31986         * ext/libpng/gstpngenc.h:
31987         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
31988
31989 2004-07-30  Wim Taymans  <wim@fluendo.com>
31990
31991         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
31992         (theora_enc_sink_link), (theora_enc_chain),
31993         (theora_enc_set_property), (theora_enc_get_property):
31994         Fix encoding of non-multiple-of-16 video.
31995
31996 2004-07-29  David Schleef  <ds@schleef.org>
31997
31998         * configure.ac: make test for audiofile more strict
31999
32000 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32001
32002         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
32003           give different names to typefind functions
32004
32005 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
32006
32007         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
32008         (gst_ximagesink_calculate_pixel_aspect_ratio),
32009         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
32010         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
32011         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
32012         (gst_ximagesink_get_property), (gst_ximagesink_init):
32013         * sys/ximage/ximagesink.h:
32014           allocate PAR's dynamically.
32015           use autodetected PAR if no object-set PAR is given.
32016           add workaround for directfb's X not setting physical size.
32017           fix to xvimagesink will follow tomorrow.
32018
32019 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32020
32021         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
32022         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
32023         (gst_shout2send_get_type), (gst_shout2send_set_clock),
32024         (gst_shout2send_class_init), (gst_shout2send_init),
32025         (set_shout_metadata), (gst_shout2send_set_metadata),
32026         (gst_shout2send_chain), (gst_shout2send_set_property),
32027         (gst_shout2send_get_property), (gst_shout2send_connect),
32028         (gst_shout2send_change_state):
32029         * ext/shout2/gstshout2.h:
32030         - fix for sending mp3 audio to icecast2 server, if pad link function not
32031         called before PAUSED state
32032         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
32033         - added tagging support for mp3 audio broadcasted
32034         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
32035         debug info
32036
32037 2004-07-28  Wim Taymans  <wim@fluendo.com>
32038
32039         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
32040         (gst_ogg_demux_push):
32041         Return query failure when we don't know the length of
32042         an ogg stream insteda of returning TRUE with a bogus value.
32043
32044 2004-07-28  Wim Taymans  <wim@fluendo.com>
32045
32046         * ext/theora/theoradec.c: (theora_get_formats),
32047         (theora_dec_src_convert), (theora_dec_sink_convert),
32048         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32049         (theora_dec_chain):
32050         Don't screw up the 1 Chroma for 1 luma sample situation when we
32051         have an odd offset/width by adding a black border in those cases.
32052
32053 2004-07-28  Wim Taymans  <wim@fluendo.com>
32054
32055         * ext/theora/theoradec.c: (theora_get_formats),
32056         (theora_dec_src_convert), (theora_dec_sink_convert),
32057         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32058         (theora_dec_chain):
32059         * ext/theora/theoraenc.c: (theora_enc_sink_link):
32060         Added first attempt at cropping of the image as required by the
32061         theora spec. We need more properties in the caps (offset_x,
32062         offset_y,stride) to implement this correctly.
32063
32064 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
32065
32066         * ext/dvdnav/README:
32067           Update the README to use dvddemux
32068         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
32069           Ensure getcaps returns a subset of the template caps
32070         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
32071         (gst_mpeg2subt_init):
32072           Ensure getcaps returns a subset of the template caps
32073         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
32074         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
32075         (gst_dvd_demux_get_subpicture_stream),
32076         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
32077         * gst/mpegstream/gstdvddemux.h:
32078           Set the explicit caps on the current_video pad before pushing
32079           anything
32080         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
32081         (gst_mpeg_demux_get_audio_stream):
32082           Free caps used to gst_pad_set_explicit_caps, which takes a const
32083           GstCaps *
32084
32085 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
32086
32087         * configure.ac: update GStreamer requirement to 0.8.4 because of
32088           GstFraction.
32089
32090 2004-07-28  Wim Taymans  <wim@fluendo.com>
32091
32092         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
32093         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
32094         Add the pad to the element after setting up the caps. This
32095         makes it a lot easier to autoplug.
32096
32097 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
32098
32099         * gst/median/gstmedian.c:
32100         * gst/mpeg2subt/gstmpeg2subt.c:
32101         * gst/mpegaudioparse/gstmpegaudioparse.c:
32102         * gst/mpegstream/gstdvddemux.c:
32103         * gst/mpegstream/gstmpegdemux.c:
32104         * gst/mpegstream/gstmpegpacketize.c:
32105         * gst/rtjpeg/gstrtjpeg.c:
32106         * gst/rtjpeg/gstrtjpegdec.c:
32107         * gst/rtjpeg/gstrtjpegenc.c:
32108         * gst/sine/gstsinesrc.c:
32109         * gst/smooth/gstsmooth.c:
32110         * gst/smpte/gstsmpte.c:
32111         * gst/smpte/gstsmpte.h:
32112         * gst/stereo/gststereo.c:
32113         * gst/videofilter/gstgamma.c:
32114         * gst/videofilter/gstvideobalance.c:
32115         * gst/videofilter/gstvideofilter.c:
32116         * gst/videofilter/gstvideoflip.c:
32117         * gst/videoscale/gstvideoscale.c:
32118         * gst/videoscale/videoscale.c:
32119         * gst/videotestsrc/gstvideotestsrc.c:
32120         * gst/videotestsrc/videotestsrc.c:
32121         * gst/wavenc/gstwavenc.c:
32122         * gst/wavparse/gstwavparse.c:
32123           fix local includes and 64 bits constants
32124
32125 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
32126
32127         * win32/gst.sln:
32128         * gst-libs/gst/*/*.vcproj:
32129         * gst/*/*.vcproj:
32130           more working plugins
32131
32132 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32133
32134         * testsuite/alsa/Makefile.am:
32135         * testsuite/alsa/srcstate.c:
32136         add test for alsasrc changing state
32137
32138 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32139
32140         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
32141         (gst_silence_get):
32142         * gst/silence/gstsilence.h:
32143         fix silence generation for 16bit raw audio
32144
32145 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32146
32147         * gst/matroska/matroska-demux.c:
32148         (gst_matroska_demux_parse_metadata),
32149         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
32150         * gst/mpegaudio/common.c:
32151         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
32152         (gst_videoscale_getcaps), (gst_videoscale_link),
32153         (gst_videoscale_src_fixate), (gst_videoscale_init),
32154         (gst_videoscale_finalize):
32155         * gst/videoscale/gstvideoscale.h:
32156         * gst/videotestsrc/gstvideotestsrc.c:
32157         (gst_videotestsrc_get_capslist):
32158         * gst/wavenc/gstwavenc.c:
32159         * sys/oss/gstossmixer.c: (fill_labels):
32160         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
32161         (gst_ximagesink_handle_xevents),
32162         (gst_ximagesink_calculate_pixel_aspect_ratio),
32163         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
32164         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
32165         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
32166         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
32167         (gst_ximagesink_init), (gst_ximagesink_class_init):
32168         * sys/ximage/ximagesink.h:
32169         * sys/xvimage/xvimagesink.c:
32170         (gst_xvimagesink_calculate_pixel_aspect_ratio),
32171         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
32172         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
32173         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
32174         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
32175         * sys/xvimage/xvimagesink.h:
32176           first batch of pixel aspect ratio commits.
32177
32178 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32179
32180         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32181         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
32182         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
32183           handle stride, needs work if we want to move stride handling
32184           upstream, but works correctly for our purposes.
32185
32186 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32187
32188         * gst/videoscale/README:
32189           add testing examples
32190         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
32191         (gst_videoscale_chain):
32192         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32193         (gst_videoscale_get_size):
32194           add get_size function that handles stride like videotestsrc.
32195           fixes conversion for YUV formats for as much as I can test them.
32196
32197 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32198
32199         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32200         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
32201         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32202         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
32203         (gst_xvimagesink_xvimage_put):
32204           further cleanups, logging, error handling and synchronizing
32205
32206 2004-07-27  Wim Taymans  <wim@fluendo.com>
32207
32208         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
32209         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
32210         (gst_videomixer_pad_set_property),
32211         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
32212         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
32213         (gst_videomixer_class_init), (gst_videomixer_init),
32214         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
32215         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
32216         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
32217         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
32218         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
32219         (gst_videomixer_loop), (plugin_init):
32220         Be a nicer negotiation citizen and provide a getcaps function on
32221         the srcpad. This also fixes a crash when resizing.
32222
32223 2004-07-27  Julien MOUTTE  <julien@moutte.net>
32224
32225         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32226         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
32227
32228 2004-07-27  Wim Taymans  <wim@fluendo.com>
32229
32230         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
32231         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
32232         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
32233         (gst_pngenc_set_property):
32234         * ext/libpng/gstpngenc.h:
32235         Added snapshot property to pngenc.
32236         removed g_print from pngdec
32237
32238 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
32239
32240         * gst/ac3parse/ac3parse.vcproj
32241         * gst/adder/adder.vcproj
32242         * gst/alpha/alpha.vcproj
32243         * gst/alpha/alphacolor.vcproj
32244         * gst/asfdemux/asf.vcproj
32245         * gst/audioconvert/audioconvert.vcproj
32246         * gst/audiorate/audiorate.vcproj
32247         * gst/audioscale/audioscale.vcproj
32248         * gst/auparse/auparse.vcproj
32249         * gst/avi/avi.vcproj
32250         * gst/cdxaparse/cdxaparse.vcproj
32251         * gst/chart/chart.vcproj
32252         * gst/colorspace/colorspace.vcproj
32253         * gst/cutter/cutter.vcproj
32254         * gst/debug/debug.vcproj
32255         * gst/debug/efence.vcproj
32256         * gst/debug/navigationtest.vcproj
32257         * gst/deinterlace/deinterlace.vcproj
32258         * gst/effectv/effectv.vcproj
32259         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
32260         * gst/filter/filter.vcproj
32261         * gst/flx/flxdec.vcproj
32262         * gst/goom/goom.vcproj
32263         * gst/interleave/interleave.vcproj
32264         * gst/law/alaw.vcproj
32265         * gst/law/mulaw.vcproj
32266         * gst/matroska/matroska.vcproj
32267         * gst/median/median.vcproj
32268         * gst/mixmatrix/mixmatrix.vcproj
32269         * gst/mpeg1sys/mpeg1systemencode.vcproj
32270         * gst/mpeg1videoparse/mp1videoparse.vcproj
32271         * gst/mpeg2sub/mpeg2subt.vcproj
32272         * gst/mpegaudio/mpegaudio.vcproj
32273         * gst/mpegaudioparse/mpegaudioparse.vcproj
32274         * gst/mpegstream/mpegstream.vcproj
32275         * gst/multifilesink/multifilesink.vcproj
32276         * gst/multipart/multipart.vcproj
32277         * gst/oneton/oneton.vcproj
32278         * gst/overlay/overlay.vcproj
32279         * gst/passthrough/passthrough.vcproj
32280         * gst/qtdemux/qtdemux.vcproj
32281         * gst/realmedia/rmdemux.vcproj
32282         * gst/rtjpeg/rtjpeg.vcproj
32283         * gst/rtp/rtp.vcproj
32284         * gst/silence/silence.vcproj
32285         * gst/sine/sinesrc.vcproj
32286         * gst/smooth/smooth.vcproj
32287         * gst/smpte/smpte.vcproj
32288         * gst/spectrum/spectrum.vcproj
32289         * gst/speed/speed.vcproj
32290         * gst/stereo/stereo.vcproj
32291         * gst/switch/switch.vcproj
32292         * gst/tags/tagedit.vcproj
32293         * gst/tcp/tcp.vcproj
32294         * gst/typefind/typefindfunctions.vcproj
32295         * gst/udp/udp.vcproj
32296         * gst/videobox/videobox.vcproj
32297         * gst/videocrop/videocrop.vcproj
32298         * gst/videodrop/videodrop.vcproj
32299         * gst/videofilter/gamma.vcproj
32300         * gst/videofilter/videobalance.vcproj
32301         * gst/videofilter/videofilter.vcproj
32302         * gst/videofilter/videoflip.vcproj
32303         * gst/videoflip/videoflip.vcproj
32304         * gst/videomixer/videomixer.vcproj
32305         * gst/videorate/videorate.vcproj
32306         * gst/videoscale/videoscale.vcproj
32307         * gst/videotestsrc/videotestsrc.vcproj
32308         * gst/virtualdub/virtualdub.vcproj
32309         * gst/volenv/volenv.vcproj
32310         * gst/volume/volume.vcproj
32311         * gst/wavenc/wavenc.vcproj
32312         * gst/wavparse/wavparse.vcproj
32313         * gst/y4m/y4menc.vcproj
32314         * gst-libs/gst/audio/audio.vcproj
32315         * gst-libs/gst/audio/audiofilter.vcproj
32316         * gst-libs/gst/colorbalance/colorbalance.vcproj
32317         * gst-libs/gst/idct/idtc.vcproj
32318         * gst-libs/gst/media-info/media-info.vcproj
32319         * gst-libs/gst/mixer/mixer.vcproj
32320         * gst-libs/gst/navigation/navigation.vcproj
32321         * gst-libs/gst/play/play.vcproj
32322         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
32323         * gst-libs/gst/resample/resample.vcproj
32324         * gst-libs/gst/riff/riff.vcproj
32325         * gst-libs/gst/tuner/tuner.vcproj
32326         * gst-libs/gst/video/video.vcproj
32327         * gst-libs/gst/xoverlay/xoverlay.vcproj
32328           avoid problems with math.h, fix release dependancy
32329           rename GStreamer-0.8.lib to libgstreamer.lib
32330
32331 2004-07-27  Julien MOUTTE  <julien@moutte.net>
32332
32333         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
32334         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
32335         the atom is not available we have to unlock the mutex. Fixes #148023
32336
32337 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32338
32339         * gst-libs/gst/media-info/media-info.h:
32340           issue for a vararg macro with MSVC
32341
32342 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32343
32344         * gst/effectv/effectv.vcproj
32345         * gst-libs/gst/idct/idct.vcproj:
32346         * gst-libs/gst/media-info/media-info.vcproj:
32347         * gst-libs/gst/navigation/navigation.vcproj:
32348         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32349         * gst-libs/gst/video/video.vcproj:
32350         * gst-libs/gst/xoverlay/xoverlay.vcproj:
32351           fixes for build problems
32352
32353 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32354
32355         * gst-libs/gst/audio/audio.def:
32356         * gst-libs/gst/audio/riff.def:
32357           add some definitions needed by plugins
32358
32359 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32360
32361         * gst/asfdemux/gstasfmux.c
32362           Fix some 64 bits constants to be glib friendly
32363
32364 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32365
32366         * gst/ac3parse/gstac3parse.c
32367         * gst/audioscale/gstaudioscale.c
32368         * gst/auparse/gstauparse.c
32369         * gst/colorspace/gstcolorspace.c
32370         * gst/colorspace/yuv2rgb.h
32371           local include fixes
32372
32373 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32374
32375         * win32/gst.sln
32376           add more plugins to the build
32377
32378 2004-07-26  Julien MOUTTE  <julien@moutte.net>
32379
32380         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32381         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
32382
32383 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32384
32385         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
32386         (gst_level_set_property), (gst_level_get_property),
32387         (gst_level_base_init), (gst_level_class_init):
32388           add debugging categories.  cleanups.
32389
32390 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32391
32392         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32393         (gst_videoscale_planar411), (gst_videoscale_planar400),
32394         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
32395         (gst_videoscale_scale_nearest_str1),
32396         (gst_videoscale_scale_nearest_str2),
32397         (gst_videoscale_scale_nearest_str4),
32398         (gst_videoscale_scale_nearest_16bit),
32399         (gst_videoscale_scale_nearest_24bit):
32400           fixed stride issues
32401           tested with 320x240 -> 321, 322, 324 x240
32402           tested with YV12, I420, YUY2, UYVY
32403           fixed packed422rev (don't think it could have worked before)
32404           by testing with UYVY
32405
32406 2004-07-26  Benjamin Otte  <otte@gnome.org>
32407
32408         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
32409         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
32410         (plugin_init):
32411           add debugging category, add error checks like checking return values
32412           of setup calls, make sure it still works after
32413           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
32414
32415 2004-07-26  Wim Taymans  <wim@fluendo.com>
32416
32417         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
32418         (gst_mpeg_demux_get_audio_stream),
32419         (gst_mpeg_demux_process_private):
32420         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
32421         Check for error codes from the negotiation functions. Make sure
32422         we really set the pad caps when a new pad is created.
32423
32424 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32425
32426         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
32427         (gst_ffmpeg_caps_to_pix_fmt):
32428         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
32429         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32430         (gst_ffmpegcolorspace_pad_link):
32431           don't make function do two things at the same time without reason.
32432
32433 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32434
32435         * gst/ac3parse/ac3parse.vcproj
32436         * gst/adder/adder.vcproj
32437         * gst/alpha/alpha.vcproj
32438         * gst/alpha/alphacolor.vcproj
32439         * gst/asfdemux/asf.vcproj
32440         * gst/audioconvert/audioconvert.vcproj
32441         * gst/audiorate/audiorate.vcproj
32442         * gst/audioscale/audioscale.vcproj
32443         * gst/auparse/auparse.vcproj
32444         * gst/avi/avi.vcproj
32445         * gst/cdxaparse/cdxaparse.vcproj
32446         * gst/chart/chart.vcproj
32447         * gst/colorspace/colorspace.vcproj
32448         * gst/cutter/cutter.vcproj
32449         * gst/debug/debug.vcproj
32450         * gst/debug/efence.vcproj
32451         * gst/debug/navigationtest.vcproj
32452         * gst/deinterlace/deinterlace.vcproj
32453         * gst/effectv/effectv.vcproj
32454         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
32455         * gst/filter/filter.vcproj
32456         * gst/flx/flxdec.vcproj
32457         * gst/goom/goom.vcproj
32458         * gst/interleave/interleave.vcproj
32459         * gst/law/alaw.vcproj
32460         * gst/law/mulaw.vcproj
32461         * gst/matroska/matroska.vcproj
32462         * gst/median/median.vcproj
32463         * gst/mixmatrix/mixmatrix.vcproj
32464         * gst/mpeg1sys/mpeg1systemencode.vcproj
32465         * gst/mpeg1videoparse/mp1videoparse.vcproj
32466         * gst/mpeg2sub/mpeg2subt.vcproj
32467         * gst/mpegaudio/mpegaudio.vcproj
32468         * gst/mpegaudioparse/mpegaudioparse.vcproj
32469         * gst/mpegstream/mpegstream.vcproj
32470         * gst/multifilesink/multifilesink.vcproj
32471         * gst/multipart/multipart.vcproj
32472         * gst/oneton/oneton.vcproj
32473         * gst/overlay/overlay.vcproj
32474         * gst/passthrough/passthrough.vcproj
32475         * gst/qtdemux/qtdemux.vcproj
32476         * gst/realmedia/rmdemux.vcproj
32477         * gst/rtjpeg/rtjpeg.vcproj
32478         * gst/rtp/rtp.vcproj
32479         * gst/silence/silence.vcproj
32480         * gst/sine/sinesrc.vcproj
32481         * gst/smooth/smooth.vcproj
32482         * gst/smpte/smpte.vcproj
32483         * gst/spectrum/spectrum.vcproj
32484         * gst/speed/speed.vcproj
32485         * gst/stereo/stereo.vcproj
32486         * gst/switch/switch.vcproj
32487         * gst/tags/tagedit.vcproj
32488         * gst/tcp/tcp.vcproj
32489         * gst/typefind/typefindfunctions.vcproj
32490         * gst/udp/udp.vcproj
32491         * gst/videobox/videobox.vcproj
32492         * gst/videocrop/videocrop.vcproj
32493         * gst/videodrop/videodrop.vcproj
32494         * gst/videofilter/gamma.vcproj
32495         * gst/videofilter/videobalance.vcproj
32496         * gst/videofilter/videofilter.vcproj
32497         * gst/videofilter/videoflip.vcproj
32498         * gst/videoflip/videoflip.vcproj
32499         * gst/videomixer/videomixer.vcproj
32500         * gst/videorate/videorate.vcproj
32501         * gst/videoscale/videoscale.vcproj
32502         * gst/videotestsrc/videotestsrc.vcproj
32503         * gst/virtualdub/virtualdub.vcproj
32504         * gst/volenv/volenv.vcproj
32505         * gst/volume/volume.vcproj
32506         * gst/wavenc/wavenc.vcproj
32507         * gst/wavparse/wavparse.vcproj
32508         * gst/y4m/y4menc.vcproj
32509           more plugins supported under windows
32510
32511 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32512
32513         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32514         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
32515         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
32516         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32517         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
32518           Add debugging statements.  Use the sizes as returned by the
32519           *CreateImage calls.
32520
32521 2004-07-26  Johan Dahlin  <johan@gnome.org>
32522
32523         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
32524         the pad is negotiated.
32525
32526         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
32527
32528 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32529
32530         * gst-libs/gst/colorbalance/colorbalance.vcproj:
32531         * gst-libs/gst/idct/idct.vcproj:
32532         * gst-libs/gst/media-info/media-info.vcproj:
32533         * gst-libs/gst/mixer/mixer.vcproj:
32534         * gst-libs/gst/navigation/navigation.vcproj:
32535         * gst-libs/gst/play/play.vcproj:
32536         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32537         * gst-libs/gst/resample/resample.vcproj:
32538         * gst-libs/gst/tuner/tuner.vcproj:
32539         * gst-libs/gst/video/video.vcproj:
32540         * gst-libs/gst/xoverlay/xoverlay.vcproj:
32541           more plugins supported under windows
32542
32543 2004-07-25 Iain <iain@prettypeople.org>
32544
32545         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
32546         pad now rather than when the pad is created because state changes wipe
32547         explicit caps (fixes #148043).
32548
32549 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
32550
32551         reviewed by Benjamin Otte  <otte@gnome.org>
32552
32553         * ext/mad/gstmad.c:
32554           fix mad plugin crashing on Sun (fixes #148289)
32555
32556 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32557
32558         * gst/avi/avi.def:
32559         * gst/avi/avi.vcproj:
32560         * gst/matroska/matroska.def:
32561         * gst/matroska/matroska.vcproj:
32562           remove unused .def files
32563
32564 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32565
32566         * gst-libs/gst/audio/gstaudiofilter.c:
32567           Clean the local include
32568
32569 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32570
32571         * win32/gst.sln:
32572         * gst-libs/gst/audio/audio.def:
32573         * gst-libs/gst/audio/audio.vcproj:
32574         * gst-libs/gst/audio/audiofilter.vcproj:
32575         * gst-libs/gst/audio/riff.def:
32576         * gst-libs/gst/audio/riff.vcproj:
32577         * gst-libs/gst/gst-libs.def:
32578         * gst-libs/gst/gst-libs.vcproj:
32579         * gst/avi/avi.vcproj:
32580         * gst/avi/avi.vcproj:
32581           Copy the files where needed after building, cleaner projects
32582
32583 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32584
32585         * gst/matroska/ebml-write.c:
32586           Fix some 64 bits constants to be glib friendly
32587
32588 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
32589
32590         * win32/gst.sln:
32591         * gst-libs/gst/gst-libs.def:
32592         * gst-libs/gst/gst-libs.vcproj:
32593         * gst/matroska/matroska.def:
32594         * gst/matroska/matroska.vcproj:
32595           Add the preliminary canvas to build plugins on Win32
32596
32597 2004-07-23  Benjamin Otte  <otte@gnome.org>
32598
32599         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
32600           don't enfore negotiation from source side, it breaks
32601           sinesrc ! audioconvert ! osssink
32602
32603 2004-07-22  David Schleef  <ds@schleef.org>
32604
32605         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
32606         for ELF files, since they can easily be recognized as audio/mpeg.
32607         (bug #147441)
32608
32609 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32610
32611         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32612         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
32613         (gst_videoscale_scale_nearest_24bit),
32614         (gst_videoscale_scale_nearest_16bit):
32615           fix 16bit and 24bit for stride (24bit might need testing)
32616           don't pretend we do more than one algorithm
32617
32618 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32619
32620         * configure.ac:
32621         * gst/Makefile.am:
32622         * gst/multifilesink/Makefile.am:
32623         * gst/multifilesink/gstmultifilesink.c:
32624         (gst_multifilesink_get_formats),
32625         (gst_multifilesink_get_query_types), (_do_init),
32626         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
32627         (gst_multifilesink_init), (gst_multifilesink_dispose),
32628         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
32629         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
32630         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
32631         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
32632         (gst_multifilesink_chain), (gst_multifilesink_change_state),
32633         (gst_multifilesink_uri_get_type),
32634         (gst_multifilesink_uri_get_protocols),
32635         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
32636         (gst_multifilesink_uri_handler_init), (plugin_init):
32637         * gst/multifilesink/gstmultifilesink.h:
32638         * testsuite/Makefile.am:
32639         * testsuite/multifilesink/Makefile.am:
32640         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
32641         (gst_newmedia_class_init), (gst_newmedia_init),
32642         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
32643         (newfile_signal), (test_signal), (main):
32644         multifilesink plugin for creating new files every time a new media
32645         discontinuity event occurs
32646
32647 2004-07-22  Wim Taymans  <wim@fluendo.com>
32648
32649         * gst/alpha/Makefile.am:
32650         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
32651         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
32652         (gst_alpha_color_init), (gst_alpha_color_set_property),
32653         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
32654         (transform), (gst_alpha_color_chain),
32655         (gst_alpha_color_change_state), (plugin_init):
32656         Stupid plugin to to RGBA to AYUV conversion because none of
32657         the colorspace plugins can handle that yet.
32658
32659 2004-07-22  Wim Taymans  <wim@fluendo.com>
32660
32661         * examples/seeking/seek.c: (update_scale), (main):
32662         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32663         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
32664         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
32665         (gst_decode_bin_init), (gst_decode_bin_dispose),
32666         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32667         (no_more_pads), (close_link), (type_found),
32668         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32669         (plugin_init):
32670         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32671         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32672         (gst_play_base_bin_dispose), (queue_overrun),
32673         (gen_preroll_element), (remove_prerolls), (unknown_type),
32674         (no_more_pads), (new_stream), (setup_source),
32675         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
32676         (play_base_eos), (gst_play_base_bin_change_state),
32677         (gst_play_base_bin_add_element),
32678         (gst_play_base_bin_remove_element),
32679         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32680         (gst_play_base_bin_unlink_stream),
32681         (gst_play_base_bin_get_streaminfo):
32682         * gst/playback/gstplaybin.c: (gen_video_element),
32683         (gen_audio_element):
32684         * gst/playback/gststreaminfo.h:
32685         More playback updates, attempt to fix things after the state change
32686         breakage.
32687
32688 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32689
32690         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
32691         (gst_videoscale_scale_nearest_16bit):
32692           comment algorithm
32693
32694 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32695
32696         * gst/videotestsrc/gstvideotestsrc.c:
32697         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
32698         (gst_videotestsrc_init), (gst_videotestsrc_get),
32699         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
32700         (gst_videotestsrc_get_property):
32701         * gst/videotestsrc/gstvideotestsrc.h:
32702         * gst/videotestsrc/videotestsrc.c:
32703         * gst/videotestsrc/videotestsrc.h:
32704           cleanup and commenting
32705
32706 2004-07-21  Wim Taymans  <wim@fluendo.com>
32707
32708         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
32709         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
32710         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
32711         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
32712         (_find_chain_get_unknown_part), (_find_streams_check),
32713         (gst_ogg_demux_push), (gst_ogg_pad_push):
32714         * ext/theora/theoradec.c: (theora_get_formats),
32715         (theora_dec_src_convert), (theora_dec_sink_convert),
32716         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32717         (theora_dec_chain):
32718         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
32719         (vorbis_dec_convert), (vorbis_dec_src_query),
32720         (vorbis_dec_src_event), (vorbis_dec_event):
32721         More seeking fixes, oggdemux now supports seeking to time and
32722         uses the downstream element to convert granulepos to time.
32723         Seeking in theora-only ogg files now works.
32724
32725 2004-07-21  Wim Taymans  <wim@fluendo.com>
32726
32727         * ext/theora/theoradec.c: (gst_theora_dec_init),
32728         (theora_get_formats), (theora_get_event_masks),
32729         (theora_get_query_types), (theora_dec_src_convert),
32730         (theora_dec_sink_convert), (theora_dec_src_query),
32731         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
32732         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
32733         (vorbis_get_event_masks), (vorbis_get_query_types),
32734         (gst_vorbis_dec_init), (vorbis_dec_convert),
32735         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
32736         Added query/convert/formats functions to vorbis and theora decoders
32737         so that the outside world can use them too. Fixed seeking on an
32738         ogg/theora/vorbis file by disabling the seeking seeking on the
32739         theora srcpad.
32740
32741 2004-07-21  Julien MOUTTE  <julien@moutte.net>
32742
32743         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32744         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
32745         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
32746         images creation for both elements. We don't create the image on caps
32747         nego or renego, we just destroy the internal one if present if it does
32748         not match the needs. The chain function takes care of creating a new
32749         image when needed.
32750         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32751         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
32752         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
32753         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
32754         the image format information. The buffer pool checks for the context
32755         image format and discard images with different formats.
32756         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
32757
32758 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
32759
32760         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32761         (gst_ffmpegcolorspace_chain):
32762           no point in doing any chaining if the pad we want to push from
32763           isn't usable.
32764
32765 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32766
32767         * gst-libs/gst/riff/riff-media.c:
32768         (gst_riff_create_audio_caps_with_data):
32769           Fix double end-to-native symbol conversion (#148021).
32770
32771 2004-07-20  David Schleef  <ds@schleef.org>
32772
32773         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
32774         Don't use an Atom that doesn't exist.
32775
32776 2004-07-20  Wim Taymans  <wim@fluendo.com>
32777
32778         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32779         (gst_multifdsink_add), (gst_multifdsink_get_stats),
32780         (gst_multifdsink_client_remove),
32781         (gst_multifdsink_handle_client_write),
32782         (gst_multifdsink_queue_buffer):
32783         * gst/tcp/gstmultifdsink.h:
32784         More multifdsink stats. Avoid deadlock by releasing locks
32785         before sending out a signal.
32786
32787 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32788
32789         * po/LINGUAS:
32790         * po/hu.po:
32791           added Hungarian translation (Laszlo Dvornik)
32792
32793 2004-07-20  Wim Taymans  <wim@fluendo.com>
32794
32795         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32796         (gst_multifdsink_add), (gst_multifdsink_client_remove),
32797         (gst_multifdsink_handle_client_write),
32798         (gst_multifdsink_queue_buffer):
32799         * gst/tcp/gsttcp-marshal.list:
32800         Fixed the stupid marshal definition.
32801
32802 2004-07-20  Wim Taymans  <wim@fluendo.com>
32803
32804         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32805         (gst_multifdsink_init), (gst_multifdsink_add),
32806         (gst_multifdsink_client_remove),
32807         (gst_multifdsink_handle_client_write),
32808         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
32809         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
32810         (gst_multifdsink_init_send):
32811         * gst/tcp/gstmultifdsink.h:
32812         Added more stats, added timeout for a client, fixed some typos
32813         and added some comments.
32814
32815 2004-07-20  Wim Taymans  <wim@fluendo.com>
32816
32817         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32818         (gst_multifdsink_add), (gst_multifdsink_get_stats),
32819         (gst_multifdsink_client_remove),
32820         (gst_multifdsink_handle_client_write):
32821         * gst/tcp/gstmultifdsink.h:
32822         * gst/tcp/gsttcp-marshal.list:
32823         Added get_stats method that returns a GValueArray of
32824         stats values.
32825
32826 2004-07-19  Benjamin Otte  <otte@gnome.org>
32827
32828         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
32829           make sure longname, description and author are valid UTF-8
32830
32831 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32832
32833         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
32834         (gst_ximagesink_set_property):
32835         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
32836         (gst_xvimagesink_set_property):
32837           make sure SYNCHRONOUS is respected after getting the X context
32838
32839 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32840
32841         * gst/matroska/matroska-demux.c:
32842         (gst_matroska_demux_handle_src_event),
32843         (gst_matroska_demux_parse_blockgroup):
32844         * gst/matroska/matroska-ids.h:
32845           add BlockReference tag and ignore it to clear out log.
32846           ignore NAVIGATION events to clear out log.
32847
32848 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32849
32850         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
32851         (gst_matroska_demux_add_stream):
32852         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
32853           add debug categories
32854
32855 2004-07-16  Wim Taymans  <wim@fluendo.com>
32856
32857         * ext/libpng/Makefile.am:
32858         * ext/libpng/gstpng.c: (plugin_init):
32859         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
32860         (gst_pngdec_get_type), (gst_pngdec_base_init),
32861         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
32862         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
32863         * ext/libpng/gstpngdec.h:
32864         Added png decoder.
32865
32866 2004-07-16  Julien MOUTTE  <julien@moutte.net>
32867
32868         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
32869         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
32870         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
32871         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
32872         (gst_ximagesink_buffer_alloc):
32873         * sys/ximage/ximagesink.h:
32874         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32875         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
32876         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
32877         (gst_xvimagesink_buffer_alloc):
32878         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
32879         again. Using internal data pointer of the x(v)image to store image's
32880         data to be coherent with the buffer alloc mechanism. Investigated the
32881         image destruction code to be sure that everything gets freed correctly.
32882
32883 2004-07-16  Wim Taymans  <wim@fluendo.com>
32884
32885         * gst-libs/gst/riff/riff-read.c:
32886         (gst_riff_read_strf_vids_with_data),
32887         (gst_riff_read_strf_auds_with_data):
32888         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
32889         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
32890         Make sure we don't create 0 sized subbuffers in riff-read.
32891         Signal the no more pads signal after reading the avi header.
32892
32893 2004-07-16  Wim Taymans  <wim@fluendo.com>
32894
32895         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32896         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
32897         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
32898         (gst_decode_bin_init), (gst_decode_bin_dispose),
32899         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32900         (no_more_pads), (close_link), (type_found),
32901         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32902         (gst_decode_bin_change_state), (plugin_init):
32903         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32904         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32905         (gst_play_base_bin_dispose), (queue_overrun),
32906         (gen_preroll_element), (remove_prerolls), (unknown_type),
32907         (no_more_pads), (new_stream), (setup_source),
32908         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
32909         (play_base_eos), (gst_play_base_bin_change_state),
32910         (gst_play_base_bin_add_element),
32911         (gst_play_base_bin_remove_element),
32912         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32913         (gst_play_base_bin_unlink_stream),
32914         (gst_play_base_bin_get_streaminfo):
32915         * gst/playback/gstplaybasebin.h:
32916         Better error recovery. Added configurable preroll queue size. Faster
32917         detection of no-more-pads.
32918
32919 2004-07-16  Wim Taymans  <wim@fluendo.com>
32920
32921         * gst-libs/gst/video/video.h:
32922         Added 32 bits RGBA. Not sure if we should use another mime-type
32923         for alpha rgb. Currently the presence of the alpha_mask property
32924         signals an alpha channel.
32925
32926 2004-07-16  Wim Taymans  <wim@fluendo.com>
32927
32928         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
32929         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
32930         FPS seems to be 0.0 to MAX everywhere else.
32931
32932 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32933
32934         * gst-libs/gst/riff/riff-media.c:
32935         (gst_riff_create_video_caps_with_data):
32936           mp42/mp43 (no caps) exist too.
32937         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
32938           Set pixel_width/height; we've got them in-caps.
32939         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
32940         * gst/wavparse/gstwavparse.c: (plugin_init):
32941           Both are valid primary.
32942         * sys/oss/gstossmixer.c:
32943           Remove i18n hack and enable translations.
32944
32945 2004-07-15  Benjamin Otte  <otte@gnome.org>
32946
32947         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32948         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
32949           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
32950
32951 2004-07-15  Benjamin Otte  <otte@gnome.org>
32952
32953         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
32954         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
32955         (gst_alsa_close_audio):
32956           disable some of the debugging code for now. Writing debugging to a
32957           buffer is broken in current alsalib releases.
32958
32959 2004-07-12  Benjamin Otte  <otte@gnome.org>
32960
32961         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
32962           use bufferpools
32963
32964 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
32965
32966         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
32967         (theora_dec_src_query), (theora_dec_event):
32968         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
32969           add debugging categories.  Remove \n's.
32970
32971 2004-07-13  Johan Dahlin  <johan@gnome.org>
32972
32973         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
32974         (gst_play_bin_get_property): Impl.
32975
32976 2004-07-13  Wim Taymans  <wim@fluendo.com>
32977
32978         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
32979         When trying to find the stream length, seek back N pages
32980         instead of just one, where N is the number of streams in
32981         the current chain.
32982
32983 2004-07-13  Wim Taymans  <wim@fluendo.com>
32984
32985         * gst-libs/gst/riff/riff-media.c:
32986         (gst_riff_create_audio_caps_with_data),
32987         (gst_riff_create_audio_caps),
32988         (gst_riff_create_audio_template_caps):
32989         * gst-libs/gst/riff/riff-media.h:
32990         * gst-libs/gst/riff/riff-read.c:
32991         (gst_riff_read_strf_vids_with_data),
32992         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
32993         * gst-libs/gst/riff/riff-read.h:
32994         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
32995         (gst_avi_demux_add_stream):
32996         Set codec_data on caps for avidemuxer.
32997
32998 2004-07-12  David Schleef  <ds@schleef.org>
32999
33000         * configure.ac: Fix test for Objective C
33001
33002 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
33003         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
33004         (gst_gdk_pixbuf_chain):
33005           Add svg and pcx to template caps, and ensure that getcaps returns a
33006           subset of the template caps.
33007           Copy each row manually for output, as gdkpixbuf may pad the
33008           rowstride to a 32-bit word boundary.
33009
33010 2004-07-12  Wim Taymans  <wim@fluendo.com>
33011
33012         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
33013         (gst_riff_create_video_template_caps):
33014         Fix the template caps to include some more media types.
33015
33016 2004-07-12  Wim Taymans  <wim@fluendo.com>
33017
33018         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33019         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33020         (compare_ranks), (print_feature), (gst_decode_bin_init),
33021         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33022         (try_to_link_1), (new_pad), (close_link), (type_found),
33023         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33024         (gst_decode_bin_change_state), (plugin_init):
33025         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33026         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33027         (gst_play_base_bin_dispose), (queue_overrun),
33028         (gen_preroll_element), (remove_prerolls), (no_more_pads),
33029         (new_stream), (setup_source), (gst_play_base_bin_set_property),
33030         (gst_play_base_bin_get_property), (play_base_eos),
33031         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
33032         (gst_play_base_bin_remove_element),
33033         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33034         (gst_play_base_bin_unlink_stream),
33035         (gst_play_base_bin_get_streaminfo):
33036         * gst/playback/gstplaybasebin.h:
33037         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33038         (gst_play_bin_class_init), (gst_play_bin_init),
33039         (gst_play_bin_dispose), (gst_play_bin_set_property),
33040         (gst_play_bin_get_property), (gen_video_element),
33041         (gen_audio_element), (remove_sinks), (setup_sinks),
33042         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
33043         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33044         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33045         (gst_play_bin_query), (plugin_init):
33046         * gst/playback/test4.c: (main):
33047         More fixes on reusing of the element.
33048
33049 2004-07-11  Benjamin Otte  <otte@gnome.org>
33050
33051         * ext/mad/gstmad.c: (normal_seek):
33052           allow seeking for other methods than just SET
33053
33054 2004-07-11  Andy Wingo  <wingo@pobox.com>
33055
33056         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
33057         float, "any" caps -> buffer_frames=[0,MAX].
33058
33059         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
33060         doesn't intersect our caps with the template any more. Do it
33061         ourselves.
33062         (interleave_buffered_loop): Use g_newa instead of malloc/free.
33063
33064 2004-07-09  Wim Taymans  <wim@fluendo.com>
33065
33066         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33067         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33068         (compare_ranks), (print_feature), (gst_decode_bin_init),
33069         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33070         (try_to_link_1), (new_pad), (close_link), (type_found),
33071         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33072         (gst_decode_bin_change_state), (plugin_init):
33073         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33074         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33075         (gst_play_base_bin_dispose), (queue_overrun),
33076         (gen_preroll_element), (remove_prerolls), (no_more_pads),
33077         (new_stream), (setup_source), (gst_play_base_bin_set_property),
33078         (gst_play_base_bin_get_property), (play_base_eos),
33079         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
33080         (gst_play_base_bin_remove_element),
33081         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33082         (gst_play_base_bin_unlink_stream),
33083         (gst_play_base_bin_get_streaminfo):
33084         * gst/playback/gstplaybasebin.h:
33085         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33086         (gst_play_bin_class_init), (gst_play_bin_init),
33087         (gst_play_bin_dispose), (gst_play_bin_set_property),
33088         (gst_play_bin_get_property), (gen_video_element),
33089         (gen_audio_element), (remove_sinks), (setup_sinks),
33090         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
33091         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33092         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33093         (gst_play_bin_query), (plugin_init):
33094         * gst/playback/test4.c: (main):
33095         Work on object reuse and seeking.
33096
33097 2004-07-09  Wim Taymans  <wim@fluendo.com>
33098
33099         * examples/seeking/seek.c: (iterate):
33100         Don't consume all CPU in the idle loop.
33101
33102 2004-07-09  Wim Taymans  <wim@fluendo.com>
33103
33104         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
33105         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
33106         Add pad to element *after* setting the pad functions so that
33107         the scheduler can use the correct ones.
33108
33109 2004-07-09  Wim Taymans  <wim@fluendo.com>
33110
33111         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
33112         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
33113         Sync to keyframe after seek
33114
33115 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33116
33117         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
33118         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
33119         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
33120         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
33121         * ext/libvisual/visual.c: (gst_visual_change_state):
33122         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
33123         * ext/theora/theoradec.c: (theora_dec_change_state):
33124         * ext/theora/theoraenc.c: (theora_enc_change_state):
33125         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
33126         * gst-libs/gst/navigation/navigation.c:
33127         * gst/adder/gstadder.c: (gst_adder_change_state):
33128         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
33129         (gst_audio_convert_get_buffer):
33130         * gst/multipart/multipartdemux.c:
33131         (gst_multipart_demux_change_state):
33132         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
33133         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
33134         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
33135         * gst/videoscale/gstvideoscale.c:
33136         (gst_videoscale_handle_src_event):
33137         * gst/volume/gstvolume.c: (volume_chain_int16):
33138           don't assert in state change, this should be done by the base
33139           GstElement class.
33140           various debugging fixes.
33141
33142 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33143
33144         * configure.ac:
33145         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
33146         (gst_play_dispose), (gst_play_set_location),
33147         (gst_play_set_data_src), (gst_play_set_video_sink),
33148         (gst_play_set_audio_sink), (gst_play_set_visualization),
33149         (gst_play_connect_visualization), (gst_play_get_sink_element),
33150         (gst_play_get_all_by_interface):
33151         * gst-libs/gst/play/play.h:
33152           add new method to get elements implementing an interface.
33153           add various error logging
33154
33155 2004-07-08  Wim Taymans  <wim@fluendo.com>
33156
33157         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
33158         (make_mpeg_pipeline), (make_mpegnt_pipeline),
33159         (make_playerbin_pipeline), (query_durations_elems),
33160         (query_durations_pads), (query_positions_elems),
33161         (query_positions_pads), (update_scale), (iterate), (stop_seek),
33162         (main):
33163         Added playbin seeking example.
33164
33165 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33166
33167         * gst-libs/gst/play/play.c: (gst_play_set_location),
33168         (gst_play_set_data_src), (gst_play_set_video_sink),
33169         (gst_play_set_audio_sink), (gst_play_set_visualization),
33170         (gst_play_connect_visualization), (gst_play_get_framerate):
33171           use a macro to look up elements from hash table
33172
33173 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33174
33175         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
33176         (gst_play_get_length_callback), (gst_play_set_location),
33177         (gst_play_seek_to_time), (gst_play_set_data_src),
33178         (gst_play_set_video_sink), (gst_play_set_audio_sink),
33179         (gst_play_set_visualization), (gst_play_connect_visualization),
33180         (gst_play_get_sink_element):
33181         - add debugging info
33182         - fix looking up sink elements by iterating over complete caps
33183         - put everything except for source and autoplugger in a complete bin
33184
33185 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33186
33187         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
33188         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
33189         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
33190         (gst_alsa_sink_write), (gst_alsa_sink_loop):
33191         * ext/alsa/gstalsasink.h:
33192         - add debugging info
33193         - clean up schizophrenia of data/buffer/event
33194         - fix double event unref error
33195
33196 2004-07-08  Wim Taymans  <wim@fluendo.com>
33197
33198         * gst/playback/Makefile.am:
33199         Add headers to noinst
33200
33201 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33202
33203         * tools/gst-launch-ext-m.m:
33204         * tools/gst-launch-ext.1.in:
33205           convert to the third millenium
33206
33207 2004-07-07  David Schleef  <ds@schleef.org>
33208
33209         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
33210
33211 2004-07-07  Wim Taymans  <wim@fluendo.com>
33212
33213         * gst/playback/Makefile.am:
33214         * gst/playback/README:
33215         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33216         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33217         (compare_ranks), (print_feature), (gst_decode_bin_init),
33218         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33219         (try_to_link_1), (new_pad), (close_link), (type_found),
33220         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33221         (plugin_init):
33222         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33223         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33224         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
33225         (gen_preroll_element), (no_more_pads), (new_stream),
33226         (setup_source), (gst_play_base_bin_set_property),
33227         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
33228         (gst_play_base_bin_add_element),
33229         (gst_play_base_bin_remove_element),
33230         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33231         (gst_play_base_bin_unlink_stream),
33232         (gst_play_base_bin_get_streaminfo):
33233         * gst/playback/gstplaybasebin.h:
33234         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33235         (gst_play_bin_class_init), (gst_play_bin_init),
33236         (gst_play_bin_dispose), (gst_play_bin_set_property),
33237         (gst_play_bin_get_property), (gen_video_element),
33238         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
33239         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
33240         (gst_play_bin_get_formats), (gst_play_bin_convert),
33241         (gst_play_bin_get_query_types), (gst_play_bin_query),
33242         (plugin_init):
33243         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
33244         (gst_stream_info_get_type), (gst_stream_info_class_init),
33245         (gst_stream_info_init), (gst_stream_info_new),
33246         (gst_stream_info_dispose), (gst_stream_info_set_property),
33247         (gst_stream_info_get_property):
33248         * gst/playback/gststreaminfo.h:
33249         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
33250         (main):
33251         * gst/playback/test2.c: (main):
33252         * gst/playback/test3.c: (update_scale), (main):
33253         More playbin fixes. Added README. Do better element filtering.
33254         Added base class to preroll media. Added test apps.
33255
33256 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33257
33258         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
33259         * ext/mpeg2dec/gstmpeg2dec.h:
33260           various debugging improvements.  Reset stream to next picture
33261           instead of sequence header, otherwise seeks cannot work.
33262
33263 2004-07-07  Wim Taymans  <wim@fluendo.com>
33264
33265         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
33266         (gst_video_box_class_init), (gst_video_box_set_property),
33267         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
33268         Use pad_alloc where possible.
33269
33270 2004-07-07  Wim Taymans  <wim@fluendo.com>
33271
33272         * sys/oss/gstosselement.c: (gst_osselement_reset),
33273         (gst_osselement_parse_caps):
33274         * sys/oss/gstosselement.h:
33275         * sys/oss/gstosssrc.c: (gst_osssrc_get):
33276         Fix offset on osssrc.
33277
33278 2004-07-07  Wim Taymans  <wim@fluendo.com>
33279
33280         * ext/theora/theora.c: (plugin_init):
33281         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
33282         (theora_dec_src_query), (theora_dec_chain):
33283         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33284         (theora_enc_sink_link), (theora_buffer_from_packet),
33285         (theora_push_packet), (theora_enc_chain):
33286         Fix theora granulepos calculation.
33287         Fix overflow in duration/position calculation.
33288         Bump rank to PRIMARY for theoradec.
33289         Use granulepos of last packet to calculate position.
33290         Set keyframe flag on buffers when needed.
33291
33292 2004-07-06  David Schleef  <ds@schleef.org>
33293
33294         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
33295         serious?  (Fixed, obviously.)
33296
33297 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
33298
33299         * po/LINGUAS:
33300         * po/cs.po:
33301           added Czech translation (Miloslav Trmac)
33302
33303 2004-07-05  Wim Taymans  <wim@fluendo.com>
33304
33305         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33306         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33307         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
33308         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33309         (close_link), (type_found), (gst_decode_bin_set_property),
33310         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
33311         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
33312         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
33313         (gst_decode_bin_query), (plugin_init):
33314         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33315         (gst_play_bin_class_init), (gst_play_bin_init),
33316         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
33317         (get_video_element), (new_pad), (setup_source),
33318         (gst_play_bin_set_property), (gst_play_bin_get_property),
33319         (gst_play_bin_change_state), (gst_play_bin_add_element),
33320         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
33321         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33322         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33323         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
33324         * gst/playback/test.c: (main):
33325         More fixes, cleaned up playbin, make it use decodebin. Added
33326         threaded property to playbin.
33327
33328 2004-07-05  Wim Taymans  <wim@fluendo.com>
33329
33330         * configure.ac:
33331         * gst/playback/Makefile.am:
33332         * gst/playback/decodetest.c: (main):
33333         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33334         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33335         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
33336         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33337         (close_link), (type_found), (gst_decode_bin_set_property),
33338         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
33339         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
33340         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
33341         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
33342         (plugin_init):
33343         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33344         (gst_play_bin_class_init), (gst_play_bin_init),
33345         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
33346         (collect_sink_pads), (find_compatibles), (close_pad_link),
33347         (try_to_link_1), (new_pad), (close_link), (type_found),
33348         (setup_source), (gst_play_bin_set_property),
33349         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
33350         (compare_ranks), (gst_play_bin_collect_factories),
33351         (gst_play_bin_change_state), (gst_play_bin_add_element),
33352         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
33353         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33354         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33355         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
33356         * gst/playback/test.c: (main):
33357         Added some playback helper elements and some test apps, very alpha
33358         still.
33359
33360 2004-07-04  Benjamin Otte  <otte@gnome.org>
33361
33362         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
33363           only restart audio when we indeed have an xrun to fix repeated
33364           xruns. Fix suggested by Giuliano Pochini.
33365
33366 2004-07-03  David Schleef  <ds@schleef.org>
33367
33368         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
33369         call to gst_debug_log() if debugging is disabled (bug #145118)
33370
33371 2004-07-03  Benjamin Otte  <otte@gnome.org>
33372
33373         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
33374           use our own functions for restarting the alsa device.
33375         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33376           I should apply patches myself - use MIN for the third argument, not
33377           the second, this fixes seeking
33378
33379 2004-07-02  David Schleef  <ds@schleef.org>
33380
33381         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
33382         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
33383         do with the logic.
33384
33385 2004-07-02  David Schleef  <ds@schleef.org>
33386
33387         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
33388         output buffers.  Fix logic mistake.  (bug #144866)
33389
33390 2004-07-02  David Schleef  <ds@schleef.org>
33391
33392         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
33393         on X.  (bug #144753)
33394
33395 2004-07-02  David Schleef  <ds@schleef.org>
33396
33397         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
33398         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
33399         (bug #144624)
33400         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
33401         (gst_osselement_rate_probe_check): Add another workaround for
33402         buggy drivers (bug #145336)
33403
33404 2004-07-02  David Schleef  <ds@schleef.org>
33405
33406         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
33407         Most systems don't have MSG_NOSIGNAL.
33408
33409 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
33410
33411         * Makefile.am:
33412         * gst-libs/gst/colorbalance/Makefile.am:
33413         * gst-libs/gst/mixer/Makefile.am:
33414         * gst-libs/gst/play/Makefile.am:
33415         * gst-libs/gst/tuner/Makefile.am:
33416           (hopefully) fix both install and dist and make error message useful.
33417           needs testing across automakes.
33418
33419 2004-07-02  Benjamin Otte  <otte@gnome.org>
33420
33421         * ext/ogg/gstogg.c: (plugin_init):
33422           we require bytestream now
33423         * ext/ogg/gstoggdemux.c:
33424           huge diff to implement chain setup in a fast and generic way. This
33425           improves tag reading and startup of huge files (read: Theora videos)
33426           quite a bit. It probably contains bugs, too, so please test.
33427           Seeking is not improved to the fast method.
33428
33429 2004-06-29  Wim Taymans  <wim@fluendo.com>
33430
33431         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
33432         * ext/ogg/gstoggmux.c:
33433         Fix memleak in oggdemux when running unconnected pads.
33434         doc update in mux, start working on keyframe mode.
33435
33436 2004-06-29  Benjamin Otte  <otte@gnome.org>
33437
33438         * sys/oss/gstosssink.c:
33439         * sys/oss/gstosssrc.c:
33440           advertise correct template caps - we indeed do non-native endianness
33441           and 8bit audio has no endianness
33442         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
33443         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
33444           avoid (wrong) duplications in getcaps function and return
33445           template caps
33446
33447 2004-06-29  Wim Taymans  <wim@fluendo.com>
33448
33449         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33450         (gst_multifdsink_class_init), (gst_multifdsink_add),
33451         (gst_multifdsink_remove), (gst_multifdsink_clear),
33452         (gst_multifdsink_client_remove),
33453         (gst_multifdsink_handle_client_read),
33454         (gst_multifdsink_client_queue_data),
33455         (gst_multifdsink_client_queue_caps),
33456         (gst_multifdsink_client_queue_buffer),
33457         (gst_multifdsink_handle_client_write),
33458         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33459         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33460         (gst_multifdsink_init_send), (gst_multifdsink_close):
33461         Fix wrong GList iteration that could crash the server when
33462         more then 2 clients disconnect at the same time. Read all the
33463         pending commands in one batch to recover from command storms under
33464         very heavy load.
33465
33466 2004-06-28  Wim Taymans  <wim@fluendo.com>
33467
33468         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
33469         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
33470         (gst_videomixer_pad_set_property),
33471         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
33472         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
33473         (gst_videomixer_class_init), (gst_videomixer_init),
33474         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
33475         (pad_zorder_compare), (gst_videomixer_sort_pads),
33476         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
33477         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
33478         (gst_videomixer_update_queues), (gst_videomixer_loop),
33479         (plugin_init):
33480         Avoid divide by zero, choose masterpad as the pad with the highest
33481         framerate.
33482
33483 2004-06-27  Julien Moutte  <julien@moutte.net>
33484
33485         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33486         (gst_ximagesink_xwindow_new):
33487         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33488         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
33489         function directly. We might want to call it from somewhere else one day.
33490
33491 2004-06-27  Julien Moutte  <julien@moutte.net>
33492
33493         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33494         (gst_ximagesink_xwindow_new):
33495         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33496         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
33497         window decorations.
33498
33499 2004-06-27  Wim Taymans  <wim@fluendo.com>
33500
33501         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
33502         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
33503         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
33504         (gst_dvdec_set_property), (gst_dvdec_get_property):
33505         * ext/dv/gstdvdec.h:
33506         Implement drop_factor property to lower the framerate with
33507         a factor.
33508
33509 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
33510
33511         * gst-libs/gst/colorbalance/Makefile.am:
33512         * gst-libs/gst/mixer/Makefile.am:
33513         * gst-libs/gst/play/Makefile.am:
33514         * gst-libs/gst/tuner/Makefile.am:
33515           unbreak Company's fix that didn't install the -enum.h files
33516
33517 2004-06-27  Wim Taymans  <wim@fluendo.com>
33518
33519         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
33520         (gst_dvdec_change_state):
33521         * ext/dv/gstdvdec.h:
33522         Fix timestamp, duration and offset of the buffers.
33523
33524 2004-06-27  Wim Taymans  <wim@fluendo.com>
33525
33526         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33527         (gst_multifdsink_class_init), (gst_multifdsink_add),
33528         (gst_multifdsink_remove), (gst_multifdsink_clear),
33529         (gst_multifdsink_client_remove),
33530         (gst_multifdsink_handle_client_read),
33531         (gst_multifdsink_client_queue_data),
33532         (gst_multifdsink_client_queue_caps),
33533         (gst_multifdsink_client_queue_buffer),
33534         (gst_multifdsink_handle_client_write),
33535         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33536         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33537         (gst_multifdsink_init_send), (gst_multifdsink_close):
33538         * gst/tcp/gstmultifdsink.h:
33539         * gst/tcp/gsttcpserversink.c:
33540         (gst_tcpserversink_handle_server_read),
33541         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
33542         More multifdsink fixes, more recovery policy fixes.
33543         Removed stupid g_print
33544
33545 2004-06-26  Wim Taymans  <wim@fluendo.com>
33546
33547         * gst/tcp/Makefile.am:
33548         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33549         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
33550         (gst_multifdsink_class_init), (gst_multifdsink_init),
33551         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
33552         (gst_multifdsink_handle_client_read),
33553         (gst_multifdsink_client_queue_data),
33554         (gst_multifdsink_client_queue_caps),
33555         (gst_multifdsink_client_queue_buffer),
33556         (gst_multifdsink_handle_client_write),
33557         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33558         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33559         (gst_multifdsink_chain), (gst_multifdsink_set_property),
33560         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
33561         (gst_multifdsink_close), (gst_multifdsink_change_state):
33562         * gst/tcp/gstmultifdsink.h:
33563         * gst/tcp/gsttcpplugin.c: (plugin_init):
33564         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
33565         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
33566         (gst_tcpserversink_handle_server_read),
33567         (gst_tcpserversink_handle_select),
33568         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
33569         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
33570         * gst/tcp/gsttcpserversink.h:
33571         Added multifdsink, made tcpserversink a subclass of fdsink, removed
33572         one of the locks, added recovery policy to multifdsink.
33573
33574 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
33575
33576         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
33577           fix decision for when getting frames with same timestamp
33578         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
33579         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33580         (gst_v4lsrc_get_property):
33581         * sys/v4l/gstv4lsrc.h:
33582           add latency offset property
33583
33584 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
33585
33586         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
33587         (plugin_init):
33588           fix debugging. add category.
33589
33590 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33591
33592         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
33593           fix wrong offsets
33594
33595 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33596
33597         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33598         (gst_alsa_src_get_time), (gst_alsa_src_loop),
33599         (gst_alsa_src_change_state):
33600           return a time that is in sync with the element's processing
33601
33602 2004-06-25  Wim Taymans  <wim@fluendo.com>
33603
33604         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
33605         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
33606         (gst_tcpserversink_client_remove),
33607         (gst_tcpserversink_handle_client_read),
33608         (gst_tcpserversink_client_queue_data),
33609         (gst_tcpserversink_client_queue_caps),
33610         (gst_tcpserversink_client_queue_buffer),
33611         (gst_tcpserversink_handle_client_write),
33612         (gst_tcpserversink_queue_buffer),
33613         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
33614         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
33615         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
33616         (gst_tcpserversink_close):
33617         * gst/tcp/gsttcpserversink.h:
33618         Serversink rewrite. Really do non blocking writes to clients and
33619         maintain an internal queue to handle slower clients while not
33620         disturbing fast clients.
33621
33622 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33623
33624         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33625           better debug, don't override OFFSET and OFFSET_END
33626
33627 2004-06-25  Iain <iain@prettypeople.org>
33628
33629         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
33630         name=source for the wavparse pipeline.
33631
33632 2004-06-24  Johan Dahlin  <johan@gnome.org>
33633
33634         * ext/theora/theoraenc.c (theora_enc_chain): Call
33635         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
33636         streamheader caps are set correctly.
33637
33638 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33639
33640         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
33641         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
33642           respect minimum bitrate; same could be done for max bitrate
33643
33644 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33645
33646         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
33647         (gst_vorbisenc_setup):
33648           fix sample rate range
33649
33650 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33651
33652         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
33653         (gst_oggvorbisenc_setup):
33654         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
33655         (gst_vorbisenc_setup):
33656           resolve ambiguities in code and description
33657
33658 2004-06-24  Wim Taymans  <wim@fluendo.com>
33659
33660         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
33661         * ext/alsa/gstalsa.h:
33662         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33663         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
33664         Use alsa trigger_tstamp to get the timestamp of the first
33665         sample in the buffer for more precise sync. Some cleanups.
33666
33667 2004-06-24  Wim Taymans  <wim@fluendo.com>
33668
33669         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
33670         (gst_audiorate_init), (gst_audiorate_chain),
33671         (gst_audiorate_set_property), (gst_audiorate_get_property):
33672         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33673         (gst_videorate_chain):
33674         Added some logging, fixed an overflow bug in videorate.
33675
33676 2004-06-24  Benjamin Otte  <otte@gnome.org>
33677
33678         * ext/kio/Makefile.am:
33679           fix for builddir != srcdir and distcheck
33680
33681 2004-06-24  Benjamin Otte  <otte@gnome.org>
33682
33683         * gst-libs/gst/colorbalance/Makefile.am:
33684         * gst-libs/gst/mixer/Makefile.am:
33685         * gst-libs/gst/play/Makefile.am:
33686         * gst-libs/gst/tuner/Makefile.am:
33687         * gst/tcp/Makefile.am:
33688         * sys/dxr3/Makefile.am:
33689           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
33690           tarball.
33691           Also add all *.list files that were missing.
33692         * Makefile.am:
33693           add a distcheck hook to ensure the above doesn't happen again.
33694
33695 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
33696
33697         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
33698
33699 2004-06-23  Colin Walters  <walters@redhat.com>
33700
33701         * m4/Makefile.am: Distribute gst-fionread.m4.
33702
33703 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
33704
33705         * configure.ac: back to dev
33706
33707 2004-06-23  Wim Taymans  <wim@fluendo.com>
33708
33709         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
33710         (gst_alsa_xrun_recovery):
33711         * ext/alsa/gstalsa.h:
33712         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
33713         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
33714         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33715         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
33716         (gst_alsa_src_loop):
33717         Add clock to alsasrc. Take new capture timestamp when
33718         restarting after an overrun. Split up some functions between
33719         alsasrc and alsasink.
33720
33721 === release 0.8.2 ===
33722
33723 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
33724
33725         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
33726         (gst_alsa_change_state), (gst_alsa_update_avail),
33727         (gst_alsa_xrun_recovery):
33728         * ext/alsa/gstalsa.h:
33729         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33730           merge back changes from release
33731
33732 2004-06-23  Wim Taymans  <wim@fluendo.com>
33733
33734         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
33735         (gst_audiorate_init), (gst_audiorate_chain),
33736         (gst_audiorate_set_property), (gst_audiorate_get_property):
33737         Implement sample dropping and notify
33738
33739 2004-06-22  Wim Taymans  <wim@fluendo.com>
33740
33741         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33742         (theora_enc_sink_link), (theora_buffer_from_packet),
33743         (theora_push_packet), (theora_enc_chain):
33744         Some cleanups, make sure the timestamps are correct.
33745
33746 2004-06-22  Wim Taymans  <wim@fluendo.com>
33747
33748         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
33749         (gst_alsa_change_state), (gst_alsa_update_avail),
33750         (gst_alsa_xrun_recovery):
33751         * ext/alsa/gstalsa.h:
33752         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
33753         Cleanups, take queued samples into account when reporting
33754         the time.
33755
33756 2004-06-22  Wim Taymans  <wim@fluendo.com>
33757
33758         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33759         (gst_videorate_init):
33760         Initialize the property as well.
33761
33762 2004-06-22  Wim Taymans  <wim@fluendo.com>
33763
33764         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33765         (gst_videorate_init), (gst_videorate_chain),
33766         (gst_videorate_set_property), (gst_videorate_get_property):
33767         Add property to make videorate silent.
33768         Add property to prefer new frames over old ones.
33769
33770 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33771
33772         * sys/osxvideo/Makefile.am:
33773         Workaround so that the osxvideo .so file gets linked with the
33774         Cocoa, OpenGL and QuickTime frameworks
33775
33776 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33777
33778         * sys/osxaudio/Makefile.am:
33779         Workaround so that the osxaudio .so file gets linked with the
33780         CoreAudio framework
33781
33782 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33783
33784         * configure.ac:
33785         Whoops, my fault...fixed build issues
33786
33787 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33788
33789         * configure.ac:
33790         Add objective-c support if running in Darwin/Mac OS X
33791         * sys/Makefile.am:
33792         * sys/osxvideo:
33793         * sys/osxvideo/Makefile.am:
33794         * sys/osxvideo/osxvideosink.h:
33795         * sys/osxvideo/osxvideosink.m:
33796         * sys/osxvideo/cocoawindow.h:
33797         * sys/osxvideo/cocoawindow.m:
33798         Add osxvideosink, a cocoa-based osx video sink
33799
33800
33801 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
33802         * ext/dvdnav/gst-dvd:
33803         Grab the gconf key from the right spot
33804         * gst/debug/gstnavseek.c: (gst_navseek_init),
33805         (gst_navseek_segseek), (gst_navseek_handle_src_event),
33806         (gst_navseek_chain):
33807         * gst/debug/gstnavseek.h:
33808           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
33809           and loop parameters of a segment seek.
33810         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
33811         (gst_videotestsrc_get_event_masks),
33812         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
33813         * gst/videotestsrc/gstvideotestsrc.h:
33814           Add seeking support to videotestsrc
33815           Initialise the timestamp_offset variable.
33816
33817 2004-06-18  Wim Taymans  <wim@fluendo.com>
33818
33819         * ext/sidplay/gstsiddec.cc:
33820         Fix negotiation and set correct end offset.
33821
33822 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
33823
33824         * configure.ac: branch and prerelease
33825
33826 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33827
33828         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
33829         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
33830         (gst_tcpclientsrc_init_receive):
33831         * gst/tcp/gsttcpclientsrc.h:
33832           read caps when connecting to server for GDP so we set them correctly
33833
33834 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33835
33836         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
33837           notify drops and duplicates
33838         * gst/videoscale/videoscale.c: (videoscale_get_structure):
33839           no good reason to limit ourselves to 100x100
33840
33841 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33842
33843         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
33844         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
33845         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33846         (gst_v4lsrc_get_property):
33847         * sys/v4l/gstv4lsrc.h:
33848         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
33849         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
33850         (gst_v4l_set_audio):
33851         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
33852         (gst_v4lsrc_try_capture):
33853         * sys/v4l/v4lsrc_calls.h:
33854           change try_palette to more general try_capture
33855           add autoprobe option so we can turn off autoprobing
33856           various fixes
33857
33858 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33859
33860         * configure.ac:
33861           add videorate
33862         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
33863         (gst_ximagesink_class_init):
33864         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
33865         (gst_xvimagesink_class_init):
33866           run them as finalize, not dispose, since dispose can be invoked
33867           multiple times
33868
33869 2004-06-17  Wim Taymans  <wim@fluendo.com>
33870
33871         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
33872         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
33873         * ext/alsa/gstalsa.h:
33874         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
33875         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
33876         (gst_alsa_src_change_state):
33877         * ext/alsa/gstalsasrc.h:
33878         Make the xrun code timestamp and offset the buffers correctly.
33879         moved the clock to the base class, use alsa methods to get time.
33880         Do correct timestamping on outgoing buffers.
33881
33882 2004-06-17  Wim Taymans  <wim@fluendo.com>
33883
33884         * gst/audiorate/Makefile.am:
33885         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
33886         (gst_audiorate_base_init), (gst_audiorate_class_init),
33887         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
33888         (gst_audiorate_set_property), (gst_audiorate_get_property),
33889         (gst_audiorate_change_state), (plugin_init):
33890         Added an audiorate converter that fills in gaps.
33891
33892 2004-06-17  Johan Dahlin  <johan@gnome.org>
33893
33894         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
33895
33896 2004-06-16  Wim Taymans  <wim@fluendo.com>
33897
33898         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
33899         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
33900         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
33901         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33902         (gst_v4lsrc_get_property):
33903         * sys/v4l/gstv4lsrc.h:
33904         Added a copy mode to v4lsrc where it will output a copied version
33905         of its internal hardware buffer.
33906         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
33907         can't | them.
33908
33909 2004-06-16  Wim Taymans  <wim@fluendo.com>
33910
33911         * sys/oss/gstosssrc.c: (gst_osssrc_get):
33912         Timestamp fixes.
33913
33914 2004-06-16  Wim Taymans  <wim@fluendo.com>
33915
33916         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
33917         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
33918         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33919         (gst_v4lsrc_get_property):
33920         * sys/v4l/gstv4lsrc.h:
33921         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
33922         Added a sync mode enum property to control v4lsrc timestamp method
33923         Removed the use-fixed-fps property and moved functionality in
33924         the enum.
33925         Don't error on an error value from v4l-conf, it might not always
33926         be a real error.
33927
33928 2004-06-16  Wim Taymans  <wim@fluendo.com>
33929
33930         * gst/videorate/Makefile.am:
33931         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
33932         (gst_videorate_base_init), (gst_videorate_class_init),
33933         (gst_videorate_getcaps), (gst_videorate_link),
33934         (gst_videorate_init), (gst_videorate_chain),
33935         (gst_videorate_set_property), (gst_videorate_get_property),
33936         (gst_videorate_change_state), (plugin_init):
33937         Added a video timestamp corrector.
33938
33939 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33940
33941         fixed a potential leak with previous commit
33942
33943         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
33944
33945 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33946
33947         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
33948         Added missing refcount, fixes bug #144425
33949         Cheers Tim for finding the bug
33950
33951 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
33952
33953         * sys/v4l/gstv4l.c: (plugin_init):
33954         * sys/v4l/gstv4lcolorbalance.c:
33955         * sys/v4l/gstv4lcolorbalance.h:
33956         * sys/v4l/gstv4lelement.c:
33957         * sys/v4l/gstv4lelement.h:
33958         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
33959         * sys/v4l/gstv4lmjpegsink.h:
33960         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
33961         * sys/v4l/gstv4lmjpegsrc.h:
33962         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
33963         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
33964         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
33965         * sys/v4l/gstv4lsrc.h:
33966         * sys/v4l/gstv4ltuner.c:
33967         * sys/v4l/gstv4ltuner.h:
33968         * sys/v4l/gstv4lxoverlay.c:
33969         * sys/v4l/gstv4lxoverlay.h:
33970         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
33971         (gst_v4l_set_window), (gst_v4l_enable_overlay):
33972         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
33973         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
33974         (gst_v4l_set_audio):
33975         * sys/v4l/v4l_calls.h:
33976         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
33977         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
33978         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
33979         (gst_v4lmjpegsink_playback_init),
33980         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
33981         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
33982         (gst_v4lmjpegsink_playback_stop),
33983         (gst_v4lmjpegsink_playback_deinit):
33984         * sys/v4l/v4lmjpegsink_calls.h:
33985         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
33986         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
33987         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
33988         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
33989         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
33990         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
33991         * sys/v4l/v4lmjpegsrc_calls.h:
33992         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
33993         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
33994         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
33995         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
33996         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
33997         (gst_v4lsrc_try_palette):
33998         * sys/v4l/v4lsrc_calls.h:
33999           bunch of paranoia cleanups
34000
34001 2004-06-14  David Schleef  <ds@schleef.org>
34002
34003         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
34004         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
34005         Send discont events and change timestamps appropriately when
34006         we get a seek event.  (bug #144240)
34007         * ext/cdparanoia/gstcdparanoia.h:
34008
34009 2004-06-14  Benjamin Otte  <otte@gnome.org>
34010
34011         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
34012           snd_pcm_hw_params_set_rate  since the latter fails for no good
34013           reason on some setups.
34014
34015 2004-06-14  David Schleef  <ds@schleef.org>
34016
34017         * gst/volume/demo.c: (value_changed_callback): exp10() is not
34018         standard.  Thank you for playing.
34019
34020 2004-06-14  Wim Taymans  <wim@fluendo.com>
34021
34022         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
34023         Patch 1.3 broke the ordering of the colorspace info and
34024         made the plugin basically work by coincidence, reordered
34025         the info.
34026
34027 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
34028
34029         * ext/lame/gstlame.c:
34030         * ext/mad/gstmad.c:
34031           sync caps.  Make sure mad can only output a list of rates, not
34032           a full range.  In the future, have three caps lists for each of the
34033           mpeg versions.  Change mpegversion to a double as well.
34034
34035 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
34036
34037         * gst/volume/.cvsignore:
34038         * gst/volume/Makefile.am:
34039         * gst/volume/demo.c: (value_changed_callback), (idler),
34040         (setup_gui), (main):
34041           added small demo app
34042
34043 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
34044         * ext/esd/esdsink.c: (gst_esdsink_change_state):
34045         * ext/esd/esdsink.h:
34046         Close the esd connection on pause, because esd will just wait -
34047         blocking all other esd clients indefinitely.
34048
34049 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
34050
34051         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
34052           previous commit with GST_DEBUG
34053
34054 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
34055
34056         * configure.ac:
34057           add a header check for a dvdread header in dvdnav.  Fixes #133002
34058
34059 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34060
34061         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
34062         * gst/tcp/gsttcpclientsink.h:
34063         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
34064         * gst/tcp/gsttcpclientsrc.h:
34065         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
34066         (gst_tcpserversink_handle_server_read),
34067         (gst_tcpserversink_init_send):
34068         * gst/tcp/gsttcpserversink.h:
34069         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
34070         * gst/tcp/gsttcpserversrc.h:
34071         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
34072         version of IP)
34073
34074 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34075
34076         * configure.ac:
34077         Added ogg library so that OSX detects libtheora properly
34078
34079 2004-06-11  Wim Taymans  <wim@fluendo.com>
34080
34081         * ext/theora/theoradec.c: (theora_dec_chain),
34082         (theora_dec_change_state):
34083         Don't try to decode frames before we received a keyframe.
34084
34085 2004-06-11  Wim Taymans  <wim@fluendo.com>
34086
34087         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
34088         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
34089         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34090         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
34091         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
34092         Added property to set the maximum delay of a page.
34093
34094 2004-06-10  Wim Taymans  <wim@fluendo.com>
34095
34096         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
34097         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
34098         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34099         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
34100         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
34101         Added max-delay property to control the maximum amount
34102         of data to put in one page.
34103
34104 2004-06-10  Wim Taymans  <wim@fluendo.com>
34105
34106         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
34107         (gst_theora_enc_init), (theora_enc_sink_link),
34108         (theora_buffer_from_packet), (theora_enc_set_property),
34109         (theora_enc_get_property):
34110         Set duration on encoded buffer, added some more properties
34111
34112 2004-06-10  Wim Taymans  <wim@fluendo.com>
34113
34114         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
34115         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34116         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
34117         * ext/theora/theoraenc.c: (theora_enc_chain):
34118         Fix refcounting bugs
34119
34120 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34121
34122         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
34123         (gst_asf_demux_loop), (gst_asf_demux_process_file),
34124         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
34125         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
34126         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
34127         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
34128         (gst_asf_demux_change_state):
34129         * gst/asfdemux/gstasfdemux.h:
34130           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
34131           feels like. I think we should set a new requirement for demuxers
34132           from now on to implement sane loop functions, data loops, query
34133           and seek functions before first commit into CVS. And this commit
34134           fixes all of the above.
34135
34136 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
34137
34138         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
34139           vorbis comments are properly encoded in UTF-8 before adding them
34140           to a GstTagList
34141
34142 2004-06-09  Benjamin Otte  <otte@gnome.org>
34143
34144         * ext/alsa/gstalsa.c: (add_channels):
34145           handle min <= max correctly
34146         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
34147         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
34148           add fixation functions so we fixate correctly. No preferring of alaw
34149           anymore because it's the first structure.
34150         * ext/alsa/gstalsa.h:
34151         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
34152         (gst_alsa_hw_params_dump):
34153           add functions to ease debugging in alsalib
34154         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
34155         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
34156         (gst_alsa_start_audio):
34157           only specify hw params if we really setup a format (fixes #134007 -
34158           or at least works around it)
34159
34160 2004-06-09  Wim Taymans  <wim@fluendo.com>
34161
34162         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
34163         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
34164         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
34165         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
34166         (gst_ogg_mux_loop):
34167         Use stream caps to setup the initial pages in the ogg stream.
34168         Correctly set the streamheader caps on the srcpad.
34169
34170 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
34171
34172         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
34173         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
34174         (gst_v4lsrc_getcaps):
34175         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
34176         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
34177           add querying of fps lists for webcams.  Negotiating to a framerate
34178           now works.
34179
34180 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34181
34182         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
34183         (theora_push_buffer), (theora_push_packet),
34184         (theora_set_header_on_caps), (theora_enc_chain):
34185           mark buffers and put on streamheader, raw theora streaming
34186           now works too, whee
34187
34188 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34189
34190         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
34191         (gst_tcp_gdp_read_caps):
34192           do a looping read for caps and GDP headers too
34193
34194 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34195
34196         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34197         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
34198           return EOS instead of NULL in _get
34199
34200 2004-06-08  Wim Taymans  <wim@fluendo.com>
34201
34202         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
34203         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
34204         (gst_tcp_gdp_write_caps):
34205         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34206         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
34207         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
34208         Memory leak fixes
34209
34210 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34211
34212         * ext/vorbis/Makefile.am:
34213         * ext/vorbis/vorbis.c: (plugin_init):
34214         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
34215         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
34216         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
34217         (vorbis_parse_change_state):
34218         * ext/vorbis/vorbisparse.h:
34219           adding a vorbisparse element that marks the buffers, streaming
34220           raw vorbis using GDP now works, whee
34221
34222 2004-06-08  Wim Taymans  <wim@fluendo.com>
34223
34224         * ext/jpeg/Makefile.am:
34225         * ext/jpeg/README:
34226         * ext/jpeg/gstjpeg.c: (plugin_init):
34227         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
34228         (gst_smokedec_base_init), (gst_smokedec_class_init),
34229         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
34230         * ext/jpeg/gstsmokedec.h:
34231         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
34232         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
34233         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
34234         (gst_smokeenc_resync), (gst_smokeenc_chain),
34235         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
34236         * ext/jpeg/gstsmokeenc.h:
34237         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
34238         (smokecodec_flush_destination), (smokecodec_term_destination),
34239         (smokecodec_init_source), (smokecodec_fill_input_buffer),
34240         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
34241         (smokecodec_term_source), (smokecodec_encode_new),
34242         (smokecodec_decode_new), (smokecodec_info_free),
34243         (smokecodec_set_quality), (smokecodec_get_quality),
34244         (smokecodec_set_threshold), (smokecodec_get_threshold),
34245         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
34246         (find_best_size), (abs_diff), (put), (smokecodec_encode),
34247         (smokecodec_parse_header), (smokecodec_decode):
34248         * ext/jpeg/smokecodec.h:
34249         Added a new simple jpeg based codec
34250
34251 2004-06-08  Wim Taymans  <wim@fluendo.com>
34252
34253         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34254         (gst_multipart_mux_loop):
34255         Fix memory leak
34256
34257 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34258
34259         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34260         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
34261         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
34262         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
34263         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
34264         * gst/tcp/gsttcpserversink.h:
34265           take streamheader into account
34266
34267 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34268
34269         * gst/level/Makefile.am:
34270         * gst/level/gstlevel.c: (gst_level_class_init):
34271           clean up marshal generation
34272
34273 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34274
34275         * gst/tcp/Makefile.am:
34276         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
34277         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
34278         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
34279         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
34280         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
34281         (gst_tcpclientsrc_get_property):
34282         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
34283         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
34284         (gst_tcpserversink_handle_client_read),
34285         (gst_tcpserversink_handle_client_write),
34286         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
34287         * gst/tcp/gsttcpserversink.h:
34288           add signals client-added and client-removed
34289         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
34290         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
34291         (gst_tcpserversrc_get_property):
34292         uniformized, change default protocol to NONE
34293         * gst/tcp/gsttcp-marshal.list: added
34294 2004-06-07  Benjamin Otte  <otte@gnome.org>
34295
34296         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34297           handle discont events if they happen before caps nego
34298
34299 2004-06-07  Wim Taymans  <wim@fluendo.com>
34300
34301         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
34302         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
34303         (gst_multipart_demux_plugin_init):
34304         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34305         (gst_multipart_mux_init), (gst_multipart_mux_loop),
34306         (gst_multipart_mux_change_state):
34307         Small updates, fix a memleak
34308
34309 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
34310
34311         * configure.ac: OSS portability
34312         * ext/arts/gst_arts.c: idem
34313         * sys/oss/gstosselement.c: idem
34314         * sys/oss/gstossmixer.c: idem
34315         * sys/oss/gstosssink.c: idem
34316         * sys/oss/gstosssrc.c: idem
34317         * sys/oss/oss_probe.c: idem
34318           - check for soundcard.h in different places for some BSD
34319
34320 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
34321
34322         * AUTHORS:
34323         Add me to the authors file
34324         * configure.ac:
34325         Increase the libdv requirement to >= version 0.100
34326         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
34327         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
34328         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
34329         * ext/dv/gstdvdec.h:
34330         Add support for the new_media flag when sending DISCONT events
34331         Make the querying work when video pad is not linked
34332
34333 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
34334
34335         reviewed by Benjamin Otte  <otte@gnome.org>
34336
34337         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
34338           create a NULL-initialized array of pads, so we don't think they
34339           exist already. (fixes #143130)
34340
34341 2004-06-07  Benjamin Otte  <otte@gnome.org>
34342
34343         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
34344         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
34345         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
34346           don't use // coments
34347
34348 2004-06-07  Benjamin Otte  <otte@gnome.org>
34349
34350         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
34351           cast to GstClockTime to get higher granularity
34352         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34353           use gst_element_set_time_delay to get the exact time
34354         * ext/mad/gstmad.c: (gst_mad_chain):
34355           use the negotiated rate instead of the current frame's rate which
34356           might be wrong because of bit errors. This avoids emitting totally
34357           bogus timestamps and screwing sync.
34358         (fixes #143454)
34359
34360 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
34361
34362         reviewed by Benjamin Otte  <otte@gnome.org>
34363
34364         * gst/adder/gstadder.c: (gst_adder_loop):
34365           properly error out when no negotiation has happened yet. (fixes
34366           #143032)
34367
34368 2004-06-06  Benjamin Otte  <otte@gnome.org>
34369
34370         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
34371           forward correctly transformed offset in discont events. Based on
34372           patch by Arwed v. Merkatz. (fixes #142851)
34373
34374 2004-06-06  David Schleef  <ds@schleef.org>
34375
34376         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
34377         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
34378         problems on several systems.
34379
34380 2004-06-06  Benjamin Otte  <otte@gnome.org>
34381
34382         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
34383           use explicit caps on the srcpad
34384         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34385           properly error out if caps couldn't be set (fixes #142764)
34386
34387 2004-06-06  Benjamin Otte  <otte@gnome.org>
34388
34389         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
34390         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
34391         (gst_alsa_start_audio):
34392           - don't call set_periods_integer anymore, it breaks the
34393           configuration randomly
34394           - call snd_pcm_hw_params_set_access directly instead of using masks
34395           - don't fail if the sw_params can't be set, just use the default
34396           params and hope it works. Alsalib has weird issues when you touch
34397           sw_params and does no proper error reporting about what failed.
34398         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
34399         (gst_alsa_close_audio):
34400           make our alsa debugging go via gst debugging and not conditionally
34401           defined
34402         * ext/alsa/gstalsa.h:
34403           add ALSA_DEBUG_FLUSH macro
34404         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
34405         (plugin_init):
34406           wrap alsa errors to be printed via the gst debugging system and not
34407           spammed to stderr
34408
34409 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34410
34411         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
34412         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
34413         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
34414         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
34415         (qtdemux_parse_trak):
34416         * gst/qtdemux/qtdemux.h:
34417           Bitch. Also known as seeking, querying & co.
34418         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
34419         (gst_osssink_change_state):
34420         * sys/oss/gstosssink.h:
34421           Resyncing is for weenies, this hack is no longer needed and was
34422           broken anyway (since it - unintendedly - always leaves resync to
34423           TRUE).
34424
34425 2004-06-05  Andrew Turner <zxombie@hotpop.com>
34426
34427         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
34428         * gst/tcp/gsttcpclientsrc.h: idem
34429           - define MSG_NOSIGNAL if not done
34430           - include unistd.h for off_t
34431           (fixes #143749)
34432
34433 2004-06-05  Benjamin Otte  <otte@gnome.org>
34434
34435         * configure.ac:
34436         * ext/kio/Makefile.am:
34437           check for qt's moc preprocessor explicitly and use it
34438
34439 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34440
34441         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
34442           don't get a signal for EPIPE on socket writes
34443           (somebody check if this works on other platforms)
34444
34445 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34446
34447         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
34448         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
34449           check error condition on available samples correctly
34450
34451 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34452
34453         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
34454           avoid a segfault
34455         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
34456         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
34457         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
34458         (gst_tcpserversrc_gdp_read_header):
34459          use ssize_t over size_t since the former is signed and thus the
34460          check for error codes can work
34461
34462 2004-06-02  Wim Taymans  <wim@fluendo.com>
34463
34464         reviewed by: Johan
34465
34466         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34467         (gst_multipart_mux_loop):
34468         Oops
34469
34470 2004-06-02  Wim Taymans  <wim@fluendo.com>
34471
34472         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34473         (gst_multipart_mux_init), (gst_multipart_mux_loop),
34474         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34475         (gst_multipart_mux_change_state):
34476         Added configurable boundary specifier, added the value as a
34477         caps field as well.
34478
34479 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34480
34481         * gst/tcp/gsttcp.c:
34482         * gst/tcp/gsttcpclientsrc.c:
34483         * gst/tcp/gsttcpclientsrc.h:
34484         * gst/tcp/gsttcpserversrc.c:
34485           - portability fix, to compile on OSX
34486             (fixes #143146)
34487
34488         * sys/osxaudio/gstosxaudioelement.c:
34489         * sys/osxaudio/gstosxaudiosink.c:
34490         * sys/osxaudio/gstosxaudiosrc.c:
34491           - compilation warnings on OSX
34492             (fixes #143153)
34493
34494 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34495
34496         * ext/vorbis/vorbisdec.c : sign warning fixes
34497
34498         * gst-libs/gst/mixer/mixertrack.c :
34499           do no use defines which are glib 2.4 specific
34500
34501 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
34502
34503         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
34504           buffer since libflac doesn't expect it (reports a sync error when
34505           it encounters that)
34506
34507
34508 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
34509
34510         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
34511         * gst-libs/gst/mixer/mixertrack.c:
34512         (gst_mixer_track_get_property), (get_mixer_track_init),
34513         (get_mixer_track_get_property): Added property accessors
34514         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
34515         * gst-libs/gst/mixer/mixeroptions.c:
34516         (gst_mixer_options_get_values): Added
34517         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
34518         * gst-libs/gst/mixer/mixer.c: Fixed comment
34519
34520
34521 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34522
34523         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
34524           improve error messages on open
34525
34526
34527 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34528
34529         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
34530           check if v4l-conf is in path
34531
34532 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34533
34534         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
34535           change assert to a more readable error message
34536
34537 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
34538
34539         * gst-libs/gst/tuner/tunerchannel.h:
34540           - add a freq_multiplicator field to make the conversion
34541             between internal frequency unit and Hz
34542         * sys/v4l/gstv4lelement.c:
34543         * sys/v4l2/gstv4l2element.c:
34544           - change default video device to /dev/video0
34545         * sys/v4l/v4l_calls.c:
34546         * sys/v4l2/v4l2_calls.c:
34547           - we only expose frequency to the user in Hz instead of
34548             bastard v4lX unit (either 62.5kHz or 62.5Hz)
34549
34550 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
34551         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34552           Initialise b_o_s and e_o_s variables
34553         * gst-libs/gst/riff/riff-media.c:
34554         (gst_riff_create_video_caps_with_data):
34555           Add some unusual fourcc's from mplayer avi's
34556         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
34557           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
34558           autoplugging.
34559
34560 2004-05-28  Wim Taymans  <wim@fluendo.com>
34561
34562         * configure.ac:
34563         * gst/alpha/Makefile.am:
34564         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
34565         (gst_alpha_get_type), (gst_alpha_base_init),
34566         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
34567         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
34568         (gst_alpha_chroma_key), (gst_alpha_chain),
34569         (gst_alpha_change_state), (plugin_init):
34570         A plugin to add an alpha channel to I420 video. Can optionally do
34571         chroma keying.
34572         * gst/multipart/Makefile.am:
34573         * gst/multipart/multipart.c: (plugin_init):
34574         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
34575         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
34576         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
34577         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
34578         (gst_multipart_demux_change_state),
34579         (gst_multipart_demux_plugin_init):
34580         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
34581         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
34582         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
34583         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
34584         (gst_multipart_mux_pad_unlink),
34585         (gst_multipart_mux_request_new_pad),
34586         (gst_multipart_mux_handle_src_event),
34587         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
34588         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
34589         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34590         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
34591         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
34592         send multipart jpeg images to a browser.
34593         * gst/videobox/Makefile.am:
34594         * gst/videobox/README:
34595         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
34596         (gst_video_box_get_type), (gst_video_box_base_init),
34597         (gst_video_box_class_init), (gst_video_box_init),
34598         (gst_video_box_set_property), (gst_video_box_get_property),
34599         (gst_video_box_sink_link), (gst_video_box_i420),
34600         (gst_video_box_ayuv), (gst_video_box_chain),
34601         (gst_video_box_change_state), (plugin_init):
34602         Crops or adds borders around an image. can do alpha channel
34603         borders as well.
34604         * gst/videomixer/Makefile.am:
34605         * gst/videomixer/README:
34606         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
34607         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
34608         (gst_videomixer_pad_get_sink_event_masks),
34609         (gst_videomixer_pad_get_property),
34610         (gst_videomixer_pad_set_property),
34611         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
34612         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
34613         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
34614         (gst_videomixer_base_init), (gst_videomixer_class_init),
34615         (gst_videomixer_init), (gst_videomixer_request_new_pad),
34616         (gst_videomixer_handle_src_event),
34617         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
34618         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
34619         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
34620         (gst_videomixer_loop), (gst_videomixer_get_property),
34621         (gst_videomixer_set_property), (gst_videomixer_change_state),
34622         (plugin_init):
34623         Generic video mixer plugin, can handle multiple inputs all with
34624         different framerates and video sizes. Is fully alpha channel
34625         aware.
34626
34627 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34628
34629         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
34630           Select first track as master track. Not sure how else to handle
34631           that...
34632         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
34633           Discard discont events. Should fix #142962.
34634
34635 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34636
34637         * ext/alsa/Makefile.am:
34638         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
34639         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
34640         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
34641         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
34642         (gst_alsa_mixer_get_option):
34643         * ext/alsa/gstalsamixer.h:
34644         * ext/alsa/gstalsamixeroptions.c:
34645         (gst_alsa_mixer_options_get_type),
34646         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
34647         (gst_alsa_mixer_options_new):
34648         * ext/alsa/gstalsamixeroptions.h:
34649         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
34650         * ext/alsa/gstalsamixertrack.h:
34651           Add enumerations (as GstMixerOptions). Make correct distinction
34652           between input/output tracks. Add capture/playback private flag.
34653           Use flag to decide on whether to set capture or playback volumes
34654           or switches. Use playback and record switches.
34655         * gst-libs/gst/mixer/Makefile.am:
34656         * gst-libs/gst/mixer/mixer-marshal.list:
34657         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
34658         (gst_mixer_set_option), (gst_mixer_get_option),
34659         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
34660         (gst_mixer_volume_changed), (gst_mixer_option_changed):
34661         * gst-libs/gst/mixer/mixer.h:
34662         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
34663         (gst_mixer_options_class_init), (gst_mixer_options_init),
34664         (gst_mixer_options_dispose):
34665         * gst-libs/gst/mixer/mixeroptions.h:
34666           Add GstMixerOptions.
34667         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
34668           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
34669           broken device detection on computers with multiple OSS sound
34670           cards.
34671
34672 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34673
34674         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
34675           fixate nicely even when the peer is not negotiating
34676
34677 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34678
34679         * gst/audioconvert/gstaudioconvert.c:
34680         (gst_audio_convert_parse_caps):
34681           make sure we don't allow depth > width
34682         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
34683           fixate endianness to G_BYTE_ORDER as default
34684         * gst/audioscale/gstaudioscale.c:
34685           we don't handle another endianness as host-endianness
34686
34687 2004-05-25  David Schleef  <ds@schleef.org>
34688
34689         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
34690
34691 2004-05-24  Benjamin Otte  <otte@gnome.org>
34692
34693         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
34694         (gst_oggvorbisenc_setup):
34695           properly fail when we can't setup the vorbis encoder due to
34696           unsupported settings
34697         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
34698         (gst_vorbisenc_setup):
34699           same
34700         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
34701           fix case where warnings occured when one pad was unlinked while the
34702           other's link function was called
34703
34704 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
34705
34706         * gst/tcp/Makefile.am:
34707           use GST_ENABLE_NEW
34708
34709 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34710
34711         * gst-libs/gst/resample/private.h:
34712           don't use optimizations that are #if 0'ed
34713
34714 2004-05-24  Wim Taymans  <wim@fluendo.com>
34715
34716         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
34717         Fix potential division by zero error and hopefully get
34718         the position query right to get correct timestamps on avi
34719         audio.
34720
34721 2004-05-24  Wim Taymans  <wim@fluendo.com>
34722
34723         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
34724         (gst_videoscale_scale_nearest_str2),
34725         (gst_videoscale_scale_nearest_str4),
34726         (gst_videoscale_scale_nearest_32bit),
34727         (gst_videoscale_scale_nearest_24bit),
34728         (gst_videoscale_scale_nearest_16bit):
34729         Fix the scaling algorithm and avoid a buffer overflow.
34730         removed the while loop in the scaling function as it
34731         was used for point sampling only.
34732
34733 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34734
34735         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
34736         (gst_id3_tag_class_init), (gst_id3_tag_init),
34737         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
34738         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
34739         (gst_id3_tag_send_tag_event):
34740           lots of fixes to make id3mux work and id3demux work correctly
34741
34742 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34743
34744         * ext/Makefile.am:
34745           add rules to build shout2send (was removed by accident
34746           when this module was no more marked experimental/broken)
34747
34748 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34749
34750         * ext/shout2/gstshout2.c:
34751         * ext/shout2/gstshout2.h:
34752           adding a "connection problem" signal to shout2send
34753           (fixes #142954)
34754
34755 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
34756
34757         * ext/kio/kioreceiver.cpp:
34758         * ext/kio/kioreceiver.h:
34759           fix sign comparison issues
34760
34761 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34762
34763         * gst/cdxaparse/gstcdxaparse.c:
34764         * gst/cdxaparse/gstcdxaparse.h:
34765           some renaming
34766           add some checks/sanity
34767           prepare for seek addition
34768
34769         * sys/sunaudio/gstsunaudio.c:
34770           remove exported dupe init function
34771
34772 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
34773
34774         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
34775         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
34776           Fix format conversion and position querying.
34777         * gst/debug/progressreport.c: (gst_progressreport_report):
34778           Don't output a bogus total value that we didn't query.
34779         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
34780           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
34781           only a blank window after xine has been used.
34782
34783 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34784
34785         * m4/as-arts.m4:
34786           sync with upstream version to fix test on FC2
34787           readd with -ko to preserve Id header
34788
34789 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34790
34791         * configure.ac:
34792           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
34793         * gst/tcp/gsttcpclientsrc.c: idem
34794         * gst/tcp/gsttcpserversink.c: idem
34795         * gst/tcp/gsttcpserversrc.c: idem
34796         * m4/gst-fionread.m4: idem
34797
34798         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
34799
34800         * configure.ac: enable speex plugin for speex 1.1.5+
34801         * ext/speex/gstspeexenc.c: fix cast warning
34802
34803         * ext/esd/README: fix typo
34804
34805 2004-05-20  David Schleef  <ds@schleef.org>
34806
34807         * configure.ac: Minor cosmetic change to convince the buildbot to
34808         reautogen.
34809         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
34810         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
34811         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
34812         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
34813         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
34814         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
34815         More hacking.  Plays audio now.
34816
34817 2004-05-20  David Schleef  <ds@schleef.org>
34818
34819         * configure.ac:
34820         * sys/Makefile.am:
34821
34822 2004-05-20  David Schleef  <ds@schleef.org>
34823
34824         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
34825         * sys/osxaudio/gstosxaudio.c:
34826         * sys/osxaudio/gstosxaudioelement.c:
34827         * sys/osxaudio/gstosxaudioelement.h:
34828         * sys/osxaudio/gstosxaudiosink.c:
34829         * sys/osxaudio/gstosxaudiosink.h:
34830         * sys/osxaudio/gstosxaudiosrc.c:
34831         * sys/osxaudio/gstosxaudiosrc.h:
34832
34833 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34834
34835         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
34836         (gst_vorbisenc_chain):
34837           put the codec headers on the caps as streamheader as well as
34838           pushing them out
34839
34840 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34841
34842         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
34843         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
34844         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
34845         split up push_packet into two functions
34846
34847 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34848
34849         * gst/tcp/.cvsignore:
34850           ignore enums
34851         * gst/tcp/Makefile.am:
34852         * gst/tcp/README:
34853         * gst/tcp/gsttcp.c:
34854         * gst/tcp/gsttcp.h:
34855         * gst/tcp/gsttcpclientsink.c:
34856         * gst/tcp/gsttcpclientsink.h:
34857         * gst/tcp/gsttcpclientsrc.c:
34858         * gst/tcp/gsttcpclientsrc.h:
34859         * gst/tcp/gsttcpplugin.c:
34860         * gst/tcp/gsttcpserversink.c:
34861         * gst/tcp/gsttcpserversink.h:
34862         * gst/tcp/gsttcpserversrc.c:
34863         * gst/tcp/gsttcpserversrc.h:
34864           add new tcp elements
34865
34866 2004-05-19  Wim Taymans  <wim@fluendo.com>
34867
34868         * gst/law/mulaw-conversion.c: (mulaw_encode):
34869         Fix overflow bug in ulaw encoding.
34870
34871 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34872
34873         * ext/mad/gstmad.c: (gst_mad_handle_event):
34874           don't unref the event twice
34875
34876 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34877
34878         * configure.ac:
34879           remove -Wno-sign-compare
34880
34881 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34882
34883         * configure.ac:
34884           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
34885           if you want to work against glib 2.2 and 2.4
34886
34887 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
34888
34889         * gst/tcp/Makefile.am:
34890         * gst/tcp/gsttcp.c:
34891         * gst/tcp/gsttcp.h:
34892         * gst/tcp/gsttcpsink.h:
34893         * gst/tcp/gsttcpsrc.h:
34894           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
34895
34896 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34897
34898         * gst/debug/tests.c: (md5_get_value):
34899           fix segfault on gst-inspect
34900
34901 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34902
34903         * gst/debug/testplugin.c:
34904         * gst/debug/tests.c:
34905         * gst/debug/tests.h:
34906           add new extensible and configurable testing element. Current tests
34907           include buffer count, stream length, timestamp/duration matching and
34908           md5.
34909         * gst/debug/Makefile.am:
34910         * gst/debug/gstdebug.c: (plugin_init):
34911           add infrastructure for new element
34912
34913 2004-05-19  Johan Dahlin  <johan@gnome.org>
34914
34915         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
34916         ending of the array. Fixes gst-inspect segfault on ppc.
34917
34918 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34919
34920         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
34921
34922         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
34923
34924 2004-05-18  David Schleef  <ds@schleef.org>
34925
34926         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
34927         warnings (bugs, actually) noticed by gcc but not forte.
34928
34929 2004-05-18  David Schleef  <ds@schleef.org>
34930
34931         * sys/sunaudio/Makefile.am:
34932         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
34933
34934 2004-05-18  David Schleef  <ds@schleef.org>
34935
34936         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
34937         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
34938         to allow qtdemux to use non-seekable streams. (bug #142272)
34939
34940 2004-05-18  David Schleef  <ds@schleef.org>
34941
34942         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
34943         (gst_resample_sinc_ft_float): Remove use of static temporary
34944         buffer.  This code was obviously not supposed to last long, but
34945         it's stuck in our ABI, so it required a little hack to make it
34946         ABI-compatible.  Fixes #142585.
34947         * gst-libs/gst/resample/resample.h: same.
34948
34949 2004-05-18  David Schleef  <ds@schleef.org>
34950
34951         * configure.ac: Add sunaudio
34952         * examples/Makefile.am: make gstplay depend on gconf
34953         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
34954         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
34955         (convert_table_lookup), (img_convert): remove c99-isms
34956         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
34957           unsigned, to fix a warning on Solaris
34958         * gst/mpeg1sys/systems.c: bcopy->memcpy
34959         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
34960         * sys/Makefile.am: Add sunaudio
34961
34962 2004-05-18  Wim Taymans  <wim@fluendo.com>
34963
34964         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
34965         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
34966         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
34967         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
34968         (gst_ogg_mux_loop):
34969         Fix an ugly memleak where the muxer didn't flush enough ogg
34970         pages. This also resulted in badly muxed ogg files.
34971
34972 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34973
34974         * gst/asfdemux/asfheaders.c :
34975         * gst/asfdemux/asfheaders.h :
34976         * gst/asfdemux/gstasfdemux.c :
34977           - fix ASF_OBJ_PADDING guid
34978           - add 3 new object guids (language list, metadata,
34979             extended stream properties)
34980           - add a function to parse extended header objects
34981
34982 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34983
34984         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
34985           remove leftover debugging g_print
34986
34987 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34988
34989         * ext/mad/gstmad.c: (gst_mad_handle_event):
34990           Fix for when the first format in a discont event is not a
34991           byte-based one. Should fix #137710.
34992
34993 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34994
34995         * m4/a52.m4 : fix compilation with -Wall -Werror
34996         * m4/libfame.m4 : idem
34997         * m4/libmikmod.m4 : idem
34998
34999 2004-05-17  Benjamin Otte  <otte@gnome.org>
35000
35001         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35002           signal the new tags before giving up the reference
35003
35004 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35005
35006         * ext/shout2/gstshout2.c:
35007           use application/ogg instead of application/x-ogg (patch by Patrick
35008           Guimond, fixes #142432)
35009         * sys/oss/gstosselement.c: (gst_osselement_reset),
35010         (gst_osselement_sync_parms):
35011           don't set fragment size unless specified (fixes #142493)
35012
35013 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35014
35015         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
35016           fixes #142664
35017
35018 2004-05-17  Benjamin Otte  <otte@gnome.org>
35019
35020         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
35021           compute offsets correctly for internal buffers so timestamps are set
35022           correctly when we can't seek. Also handle cases where there are no
35023           offsets. (based on a patch by David Moore, fixes #142507)
35024
35025 2004-05-17  Benjamin Otte  <otte@gnome.org>
35026
35027         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35028           use correct variable when determining amount of data to skip so we
35029           don't skip into the void and segfault
35030
35031 2004-05-16  Benjamin Otte  <otte@gnome.org>
35032
35033         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
35034           Hi, I'm a memleak
35035
35036 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35037
35038         * gst/asfdemux/gstasfdemux.c:
35039           - fix a mem leak and always propagate tags
35040           - add WMV3 to known video codecs (but no decoder yet)
35041           - replace "surplus data" at end of audio header for what
35042             it is : codec specific data
35043           - fix a typo
35044
35045 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
35046
35047         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
35048
35049         * gst-libs/gst/audio/audioclock.c:
35050           Fix wrong return type (#142205).
35051
35052 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35053
35054         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
35055           Ignore CRCs by default (fixes #142566).
35056
35057 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35058
35059         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
35060         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
35061         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
35062         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
35063         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
35064         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
35065           Fix for cases where we fail to attach to a mixer.
35066
35067 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35068
35069         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
35070           Don't touch events after not owning them anymore.
35071         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
35072         (gst_wavparse_fmt), (gst_wavparse_other),
35073         (gst_wavparse_handle_seek), (gst_wavparse_loop),
35074         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
35075         (gst_wavparse_srcpad_event):
35076         * gst/wavparse/gstwavparse.h:
35077           Add seeking, fix querying.
35078
35079 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35080
35081         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35082           - process comments even if they don't end with \0\0
35083             g_convert would ignore them if present and works well without them
35084
35085 2004-05-16  Benjamin Otte  <otte@gnome.org>
35086
35087         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
35088           simplify caps
35089
35090 2004-05-16  Benjamin Otte  <otte@gnome.org>
35091
35092         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35093           don't write to memory we might not write to - g_convert does that
35094           for us anyway (fixes #142613)
35095         (gst_asf_demux_audio_caps):
35096           comment out gst_util_dump_mem
35097
35098 2004-05-16  Benjamin Otte  <otte@gnome.org>
35099
35100         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35101           compute correct expected timestamps after seek (broken since
35102           last commit)
35103         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
35104           rename element and debugging category to gdkpixbufscale
35105
35106 2004-05-16  Benjamin Otte  <otte@gnome.org>
35107
35108         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35109           add error checking to snd_pcm_delay and remove duplicate call to
35110           snd_pcm_delay that caused issues (see inline code comments)
35111         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
35112           make more readable and fix return value when snd_pcm_delay fails
35113         (fixes #142586)
35114
35115 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
35116         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
35117         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
35118         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
35119         (gst_pixbufscale_link), (gst_pixbufscale_init),
35120         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
35121         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
35122         (gst_pixbufscale_get_property), (pixbufscale_init):
35123         * ext/gdk_pixbuf/pixbufscale.h:
35124         Add these files I forgot earlier
35125
35126 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
35127         * ext/gdk_pixbuf/Makefile.am:
35128         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
35129         * ext/gdk_pixbuf/gstgdkpixbuf.h:
35130         Add new pixbufscale element to scale RGB video
35131         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
35132         and HYPER interpolation correctly.
35133         * ext/theora/theoraenc.c: (theora_enc_chain),
35134         Discard buffer and return if explicit caps could not be set
35135         (theora_enc_get_property):
35136         Make _get return kbps for the bitrate consistent with
35137         the _set function.
35138
35139
35140 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35141
35142         * ext/libvisual/visual.c: (gst_visual_chain):
35143           add missing visual_audio_analyze
35144
35145 2004-05-14  David Schleef  <ds@schleef.org>
35146
35147         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
35148         is killed while we're playing.
35149         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
35150         gst_element_no_more_pads().
35151
35152 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35153
35154         * gst-libs/gst/riff/riff-read.c :
35155           - fix INFO tag extraction in RIFF/AVI files
35156             because gst_event_unref (event) also freed taglist
35157           - avoid a mem leak
35158
35159 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35160
35161         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
35162         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
35163
35164         * gst/auparse/gstauparse.c :
35165           - add code (commented for now) to support audio/x-adpcm on src pad
35166             (we have no decoder for those layout yet)
35167
35168         * gst/cdxaparse/gstcdxaparse.c :
35169         * gst/cdxaparse/gstcdxaparse.h :
35170           - partial rewrite using RiffRead (ripped iain's wavparse code)
35171
35172         * gst/rtp/gstrtpL16enc.c : typo
35173         * gst/rtp/gstrtpgsmenc.c : typo
35174
35175 2004-05-13  Benjamin Otte  <otte@gnome.org>
35176
35177         * configure.ac:
35178           check for exact version of libvisual, it's not supposed to be
35179           API/ABI stable yet
35180
35181 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35182
35183         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
35184           signal no-more-pads
35185
35186 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
35187
35188         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
35189         Report which format was used for GST_FORMAT_DEFAULT
35190         * gst/debug/Makefile.am:
35191         * gst/debug/gstdebug.c: (plugin_init):
35192         * gst/debug/progressreport.c: (gst_progressreport_base_init),
35193         (gst_progressreport_class_init), (gst_progressreport_init),
35194         (gst_progressreport_report), (gst_progressreport_set_property),
35195         (gst_progressreport_get_property), (gst_progressreport_chain),
35196         (gst_progressreport_plugin_init):
35197         Add progressreport element for testing.
35198
35199 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
35200
35201         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
35202         * sys/v4l/gstv4lsrc.h:
35203         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
35204         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
35205         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
35206         (gst_v4lsrc_grab_frame):
35207           add more debugging
35208           send a discont at start
35209
35210 2004-05-12  Colin Walters  <walters@redhat.com>
35211
35212         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
35213         inflooping if we can't find a chunk.  Or in other words, don't blow
35214         chunks if we don't have a chunk to blow.
35215
35216 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
35217         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
35218         Remove old debug output
35219         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
35220         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
35221         (gst_dvdec_set_property), (gst_dvdec_get_property):
35222         Change the quality setting to an enum, so it works from gst-launch
35223         Don't renegotiate a non-linked pad. Allows audio only decoding.
35224         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
35225         (gst_deinterlace_link), (gst_deinterlace_init):
35226         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
35227         (gst_videodrop_link):
35228         Some caps negotiation fixes
35229
35230 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35231
35232         * ext/tarkin/gsttarkin.c :
35233           - Change RANK from NONE to PRIMARY
35234         * ext/gdk_pixbuf/gstgdkpixbuf.c :
35235           - Change RANK from NONE to MARGINAL
35236         * ext/divx/gstdivxenc.c :
35237           - Change RANK from PRIMARY to NONE (encoder/spider issue)
35238
35239 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
35240
35241         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
35242         (gst_vorbisenc_push_packet):
35243           copy a function that was added between 1.0 and 1.0.1 until we
35244           depend on worthwhile features of post-1.0
35245
35246 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35247
35248         * configure.ac:
35249           enable shout2 by default
35250         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
35251         (gst_shout2send_base_init), (gst_shout2send_init),
35252         (gst_shout2send_connect), (gst_shout2send_change_state):
35253         * ext/shout2/gstshout2.h:
35254           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
35255           #142262)
35256         * ext/theora/theora.c: (plugin_init):
35257           don't set rank on encoders
35258
35259 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
35260
35261         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
35262           Use codec_data property instead of flag1 and flag2 for wma
35263
35264 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35265
35266         * gst/cdxaparse/gstcdxaparse.c :
35267           - Add mpegversion to CAPS to make it link
35268           - Rank is as GST_RANK_SECONDARY instead of NONE
35269         * gst/auparse/gstauparse.c :
35270           - Document all audio encoding we can encounter from Solaris 9
35271             headers and libsndfile information.
35272           - Increase max. rate from 48000 to 192000 (to match other elements)
35273           - Don't try to play junk data between header and samples
35274
35275 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35276
35277         * ext/libvisual/visual.c: (gst_visual_getcaps):
35278           use the right caps depending on endianness (I hope)
35279         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
35280           use GST_RANK_NONE for all non-decoding elements or spider gets
35281           mighty confused
35282
35283 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35284
35285         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35286           Fix some odd cases and fix BE metadata parsing of unicode16 text.
35287
35288 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35289
35290         * gst/switch/gstswitch.c: (gst_switch_release_pad),
35291         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
35292         (gst_switch_loop), (gst_switch_get_type):
35293           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
35294           HEADERS. Had to be said.
35295
35296 2004-05-10  David Schleef  <ds@schleef.org>
35297
35298         * configure.ac: Add prototype Dirac support.
35299         * ext/Makefile.am:
35300         * ext/dirac/Makefile.am:
35301         * ext/dirac/gstdirac.cc:
35302         * ext/dirac/gstdiracdec.cc:
35303
35304 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35305
35306         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
35307         (gst_auparse_init), (gst_auparse_chain),
35308         (gst_auparse_change_state):
35309           Hack around spider. Remove me some day please.
35310
35311 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35312
35313         * gst/auparse/gstauparse.c: (gst_auparse_chain):
35314           Fix for some uninitialized variables in previous patch, also
35315           makes it work. Fixes #142286 while we're at it.
35316
35317 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35318
35319         * gst/auparse/gstauparse.c:
35320                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
35321                 only unsupported formats are ADPCM/CCITT G.72x
35322                 reviewed by Ronald
35323         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
35324
35325 2004-05-10  Wim Taymans  <wim@fluendo.com>
35326
35327         * ext/vorbis/Makefile.am:
35328         * ext/vorbis/README:
35329         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
35330         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
35331         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
35332         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
35333         (gst_oggvorbisenc_convert_sink),
35334         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
35335         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
35336         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
35337         (get_constraints_string), (update_start_message),
35338         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
35339         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
35340         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
35341         * ext/vorbis/oggvorbisenc.h:
35342         * ext/vorbis/vorbis.c: (plugin_init):
35343         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
35344         (raw_caps_factory), (gst_vorbisenc_class_init),
35345         (gst_vorbisenc_init), (gst_vorbisenc_setup),
35346         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
35347         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
35348         * ext/vorbis/vorbisenc.h:
35349         Added a raw vorbis encoder to be used with the oggmuxer.
35350         We still need the old encoder for some gnome applications,
35351         read the README to find out how that works.
35352         The raw encoder is called "rawvorbisenc" until 0.9.
35353
35354 2004-05-10  Wim Taymans  <wim@fluendo.com>
35355
35356         * ext/ogg/gstogg.c: (plugin_init):
35357         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
35358         (gst_ogg_print):
35359         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
35360         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
35361         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
35362         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
35363         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
35364         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
35365         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
35366         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
35367         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
35368         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
35369         Added an ogg muxer.
35370         Small typo fixes in the demuxer.
35371
35372 2004-05-10  Wim Taymans  <wim@fluendo.com>
35373
35374         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35375         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
35376         (theora_enc_change_state), (theora_enc_set_property),
35377         (theora_enc_get_property):
35378         Mark the last packet with an EOS flag which is not really needed
35379         in gstreamer.
35380         Do some better video framerate initialisation.
35381         Update the buffer timestamp.
35382
35383 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
35384
35385         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
35386         Return the result of the parent state change call
35387
35388 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35389
35390         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
35391         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
35392         * gst/law/alaw-encode.c : (idem)
35393         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
35394         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
35395         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
35396
35397 2004-05-09  Benjamin Otte  <otte@gnome.org>
35398
35399         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
35400           don't use a fixed buffer size when writing variable length data to
35401           it. Fixes memory corruption and makes alsasrc work
35402
35403 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35404
35405         * ext/gnomevfs/gstgnomevfssink.c:
35406         (_gst_boolean_allow_overwrite_accumulator),
35407         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
35408           Run glib's default signal handler (??) in RUN_CLEANUP rather than
35409           RUN_LAST, and don't use that to set the accumulator value because
35410           then it's always FALSE.
35411
35412 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35413
35414         * gst-libs/gst/riff/riff-media.c:
35415         (gst_riff_create_video_caps_with_data),
35416         (gst_riff_create_audio_caps),
35417         (gst_riff_create_audio_template_caps):
35418         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
35419           Fix for unaligned RIFF files (i.e. where all the chunks together
35420           in a LIST chunk are not of the same size as the size given in
35421           the LIST chunk header). Fixes several odd WAVE files. Also fix
35422           ADPCM (block_align property) in audio, so that wavparse based
35423           on this works now as it used to stand-alone.
35424
35425 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
35426
35427         reviewed by Benjamin Otte  <otte@gnome.org>
35428
35429         * ext/a52dec/gsta52dec.c:
35430         * ext/divx/gstdivxdec.c:
35431         * ext/divx/gstdivxenc.c:
35432         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
35433         * ext/faac/gstfaac.c: (gst_faac_base_init):
35434         * ext/faad/gstfaad.c: (gst_faad_base_init):
35435         * ext/ivorbis/vorbisfile.c:
35436         * ext/lame/gstlame.c:
35437         * ext/libfame/gstlibfame.c:
35438         * ext/mpeg2enc/gstmpeg2enc.cc:
35439         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
35440         * ext/sidplay/gstsiddec.cc:
35441         * ext/speex/gstspeexdec.c:
35442         * ext/speex/gstspeexenc.c:
35443         * ext/xvid/gstxviddec.c:
35444         * ext/xvid/gstxvidenc.c:
35445           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
35446           (fixes #142193)
35447
35448 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35449
35450         * ext/alsa/gstalsa.c: (device_list),
35451         (gst_alsa_class_probe_devices):
35452         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
35453           Fix alsa oddness in mixer after the combination of using mixer
35454           in source/sink elements and using hw:x,y instead of just hw:x.
35455
35456 2004-05-09  Benjamin Otte  <otte@gnome.org>
35457
35458         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
35459         (gst_wavparse_create_sourcepad):
35460           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
35461           sourcepads
35462
35463 2004-05-09  Benjamin Otte  <otte@gnome.org>
35464
35465         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
35466           allow discont events before caps nego
35467
35468 2004-05-08  Benjamin Otte  <otte@gnome.org>
35469
35470         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
35471           don't leak events
35472
35473 2004-05-08  Benjamin Otte  <otte@gnome.org>
35474
35475         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
35476         (gst_level_change_state), (gst_level_init):
35477         * gst/level/gstlevel.h:
35478           figure out if we're initialized directly instead of keeping a
35479           variable that's wrong in 90% of cases
35480           don't initialize pads and then leak them and use a new unitialized
35481           pad. (fixes #142084)
35482           these were bugs so n00bish I didn't find them for an hour :/
35483
35484 2004-05-08 Iain <iain@prettypeople.org>
35485
35486         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
35487         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
35488         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
35489         return the length that was read.
35490         (gst_riff_read_strf_auds): Allow fmt tags as well.
35491
35492 2004-05-07  David Schleef  <ds@schleef.org>
35493
35494         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
35495         signed char assumption in faad.h.
35496
35497 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35498
35499         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
35500           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
35501
35502 2004-05-07  Colin Walters  <walters@redhat.com>
35503
35504         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
35505         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
35506         function.
35507         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
35508         Add dispose function.
35509
35510 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
35511         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
35512           Fix caps nego and pad templates. RGB mode caps should
35513           work now.
35514         * ext/dvdnav/gst-dvd:
35515           Move mpeg2dec inside the thread because otherwise the
35516           queue rejects cap changes mid-stream
35517         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
35518         (gst_mpeg2dec_flush_decoder):
35519           For mpeg2dec > 0.4.0, call the flush function instead of
35520           manually extracting all in-flight frames.
35521         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
35522         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
35523           Change mime type video/dv go video/x-dv to match the
35524           rest of gst-plugins
35525
35526 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35527
35528         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
35529         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
35530         (gst_alsa_sink_class_init):
35531         * ext/alsa/gstalsasink.h:
35532         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
35533         (gst_alsa_src_class_init):
35534         * ext/alsa/gstalsasrc.h:
35535           Make alsasink/src a subclass of alsamixer so that mixer stuff
35536           shows up in gst-rec. Needs some finetuning.
35537
35538 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35539
35540         * ext/lame/gstlame.c: (gst_lame_chain):
35541           simplify
35542         * ext/mad/gstmad.c: (gst_mad_handle_event):
35543           fix event leak
35544         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
35545           be able to detect mp3 files < 4096 bytes
35546
35547 2004-05-06  Wim Taymans  <wim@fluendo.com>
35548
35549         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35550         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
35551         (theora_enc_set_property), (theora_enc_get_property):
35552         Also encode the first frame, cleanup some code.
35553
35554 2004-05-06  Wim Taymans  <wim@fluendo.com>
35555
35556         * ext/mpeg2enc/gstmpeg2enc.cc:
35557         Forward events first before deciding that negotiation was
35558         not performed.
35559
35560 2004-05-06  Wim Taymans  <wim@fluendo.com>
35561
35562         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
35563         First process the events before deciding that negotiation
35564         was not performed.
35565
35566 2004-05-06  Wim Taymans  <wim@fluendo.com>
35567
35568         * ext/theora/Makefile.am:
35569         * ext/theora/theora.c: (plugin_init):
35570         * ext/theora/theoradec.c: (theora_dec_change_state):
35571         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
35572         (gst_theora_enc_class_init), (gst_theora_enc_init),
35573         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
35574         (theora_enc_chain), (theora_enc_change_state),
35575         (theora_enc_set_property), (theora_enc_get_property):
35576         Added a theora encoder, grouped the encoder and decoder into the
35577         same plugin.
35578
35579 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
35580
35581         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35582         (gst_jpegenc_chain):
35583         fix DURATION on outgoing buffers
35584         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
35585         debug using time formats
35586         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
35587         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
35588         (gst_xvimagesink_sink_link):
35589         windows with width/height 0 generate X errors, so don't allow them
35590
35591 2004-05-05  Wim Taymans  <wim@fluendo.com>
35592
35593         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
35594         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
35595         (gst_mpeg2dec_negotiate_format):
35596         * ext/mpeg2dec/gstmpeg2dec.h:
35597           removed the static pad template so that we can add the
35598           more accurate framerate value to the caps.
35599
35600
35601 2004-05-04  Benjamin Otte  <otte@gnome.org>
35602
35603         * configure.ac:
35604           check for kdemacros.h, too (should fix #141821)
35605         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
35606           don't crash if no header was sent, but nicely error out (fixes part
35607           of #141554)
35608
35609 2004-05-04  Wim Taymans  <wim@fluendo.com>
35610
35611         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
35612         parent dispose function to avoid segfault on destroy.
35613
35614 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
35615
35616         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
35617         (plugin_init):
35618         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
35619         (gst_xvimagesink_sink_link):
35620         clean up debugging caps
35621         also recreate xvimage when format has changed
35622
35623 2004-05-04  Benjamin Otte  <otte@gnome.org>
35624
35625         * ext/libvisual/Makefile.am:
35626         * ext/libvisual/visual.c: (gst_visual_class_init),
35627         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
35628         (gst_visual_srclink), (gst_visual_chain),
35629         (gst_visual_change_state), (plugin_init):
35630           use a GstAdapter to correctly adapt buffer sizes - allows using a
35631           framerate
35632
35633 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35634
35635         * sys/v4l/gstv4lelement.h:
35636         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
35637         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
35638         (gst_v4lsrc_buffer_free):
35639         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
35640         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
35641         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
35642         (gst_v4lsrc_requeue_frame):
35643         move some debugging categories around
35644         query for fps index and set accordingly if found
35645
35646 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35647
35648         * ext/lame/gstlame.c:
35649         correct defaults that lame_init puts out of range
35650
35651 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35652
35653         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
35654         (gst_divxenc_class_init):
35655         fix range since -1 is the default
35656         * gst/mpeg1sys/gstmpeg1systemencode.c:
35657         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
35658         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
35659         (gst_rtjpegdec_chain):
35660         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
35661         (gst_rtjpegenc_chain):
35662         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
35663         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
35664         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
35665         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
35666         * sys/v4l/gstv4lsrc.c:
35667         * sys/v4l/v4l_calls.c: (gst_v4l_open):
35668         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
35669         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
35670         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
35671         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
35672           remove gst_info calls
35673
35674 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35675
35676         * Makefile.am:
35677         * po/af.po:
35678         * po/az.po:
35679         * po/en_GB.po:
35680         * po/nl.po:
35681         * po/sr.po:
35682         * po/sv.po:
35683           Updated translations
35684
35685 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35686
35687         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
35688           refactor/comment code
35689
35690 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35691
35692         * gst/asfdemux/Makefile.am:
35693         * gst/asfdemux/asfheaders.c:
35694         * gst/asfdemux/asfheaders.h:
35695         * gst/asfdemux/gstasf.c: (plugin_init):
35696         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
35697         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
35698         (gst_asf_demux_setup_pad):
35699         * gst/asfdemux/gstasfdemux.h:
35700         * gst/asfdemux/gstasfmux.c:
35701         * gst/asfdemux/gstasfmux.h:
35702           Add tagging support to demuxer, split out registration in its own
35703           file instead of in demux (hacky), and prevent having some tables
35704           in our memory multiple times (in asfheaders.h).
35705
35706 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35707
35708         * gst/matroska/matroska-demux.c:
35709         (gst_matroska_demux_parse_metadata):
35710         * gst/matroska/matroska-ids.h:
35711           Basic tag reading support.
35712
35713 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35714
35715         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
35716           Really detect ac-3 audio.
35717         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
35718           really detect matroska files (off-by-1).
35719
35720 2004-04-30  David Schleef  <ds@schleef.org>
35721
35722         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
35723         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
35724         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
35725         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
35726         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
35727         hackage -- parse a lot more atoms, extract a few tags.  One might even
35728         mistake this for tag support.  Maybe it is.
35729         * gst/qtdemux/qtdemux.h:
35730
35731 2004-04-30  Colin Walters  <walters@verbum.org>
35732
35733         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
35734
35735 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
35736
35737         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35738         (gst_ffmpegcolorspace_getcaps):
35739           remove broken nego fix
35740
35741 2004-04-30  Benjamin Otte  <otte@gnome.org>
35742
35743         * configure.ac:
35744         * ext/Makefile.am:
35745         * ext/libvisual/Makefile.am:
35746         * ext/libvisual/visual.c:
35747           add initial support for libvisual (http://libvisual.sourceforge.net)
35748           libvisual is still quite alpha, so expect crashes in there :)
35749
35750 2004-04-29  David Schleef  <ds@schleef.org>
35751
35752         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
35753         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
35754         up qtdemux to make it spit out codec_data.  Do _not_ look at this
35755         code; you will no longer respect me.
35756
35757 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35758
35759         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
35760         * ext/alsa/gstalsa.h :
35761         change alsa pcm device discovery to find more than 1 device
35762         per card. code review by Ronald.
35763
35764 2004-04-29  David Schleef  <ds@schleef.org>
35765
35766         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
35767         Add a check for a driver bug on FreeBSD.  (bug #140565)
35768
35769 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
35770
35771         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
35772         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35773         (gst_jpegenc_getcaps):
35774           move format setting to inner loop
35775         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35776         (gst_ffmpegcolorspace_getcaps):
35777           use GST_PAD_CAPS if available so that we use already negotiated
35778           caps
35779         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
35780         (qtdemux_parse_moov), (qtdemux_parse):
35781           extra debugging
35782         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
35783         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
35784           move hardcoded path to DEFINE
35785
35786 2004-04-28  David Schleef  <ds@schleef.org>
35787
35788         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
35789         (bug #140064)
35790
35791 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35792
35793         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
35794           Don't probe for playback device if we're a source element. Fixes
35795           #139658.
35796
35797 2004-04-29  Benjamin Otte  <otte@gnome.org>
35798
35799         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
35800         (gst_id3_tag_chain):
35801           rewrite buffer offset
35802
35803 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35804
35805         * configure.ac:
35806         * ext/Makefile.am:
35807         * ext/dts/Makefile.am:
35808         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
35809         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
35810         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
35811         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
35812         (gst_dtsdec_loop), (gst_dtsdec_change_state),
35813         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
35814         (plugin_init):
35815         * ext/dts/gstdtsdec.h:
35816           New DTS decoder.
35817         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
35818         (gst_faad_srcconnect):
35819           Add ESDS atom handling (.m4a).
35820
35821 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35822
35823         * ext/divx/gstdivxdec.c: (plugin_init):
35824           Remove comment that makes no sense.
35825         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
35826           Fix for obvious typo that resulted in warnings during gst-register.
35827         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
35828         (gst_xviddec_sink_link):
35829           Fix caps negotiation a bit better.
35830         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
35831           We call this 'codec_data', not 'esds'.
35832
35833 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35834
35835         * gst/monoscope/gstmonoscope.c:
35836           make sure we only provide 256x128
35837         * gst/monoscope/monoscope.c: (monoscope_init):
35838           assert size of 256x128
35839
35840 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35841
35842         * Makefile.am:
35843         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
35844         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
35845           fixate to max width and height of device
35846
35847 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35848
35849         * Makefile.am:
35850         * sys/v4l/gstv4l.c:
35851         * sys/v4l/gstv4lsrc.c:
35852         * sys/v4l/v4l_calls.c:
35853         * sys/v4l/v4lsrc_calls.c:
35854           fix for qc-usb driver which fakes having more than one buffer
35855           by handing the same buffer twice, which confused GStreamer's/v4lsrc
35856           buffer_free override
35857           add debugging
35858
35859 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35860
35861         * Makefile.am:
35862         * gst/videotestsrc/gstvideotestsrc.c:
35863         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
35864         (gst_videotestsrc_init), (gst_videotestsrc_get),
35865         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
35866         * gst/videotestsrc/gstvideotestsrc.h:
35867           add num-buffers property
35868
35869         2004-04-26  Benjamin Otte  <otte@gnome.org>
35870
35871         * ext/mad/gstid3tag.c: (plugin_init):
35872           set id3mux rank to NONE so it doesn't confuse spider
35873           require audio/mpeg,mpegversion=1 in id3mux
35874
35875 2004-04-26  Benjamin Otte  <otte@gnome.org>
35876
35877         * configure.ac:
35878           detect faad correctly as non-working if it's indeed non-working
35879
35880 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
35881
35882         * Makefile.am:
35883         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35884         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
35885         fix _getcaps so it only negotiates to its supported format
35886
35887 2004-04-25  Benjamin Otte  <otte@gnome.org>
35888
35889         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
35890           fix memleak
35891
35892 2004-04-23  Benjamin Otte  <otte@gnome.org>
35893
35894         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
35895           audio/x-raw-int with height rules! not. Now it's depth.
35896
35897 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35898
35899         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
35900         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
35901         (gst_wavparse_loop):
35902           Missing variable initialization. Add handling of DVI ADPCM. Fix
35903           mis-parsing of LIST chunks. This works around a bug where we mis-
35904           parse non-aligning LIST chunks (so LIST chunks where the contents
35905           don't align with the actual LIST size). The correct fix is to use
35906           rifflib, I'm not going to fix wavparse - too much work. All this
35907           fixes #104878.
35908
35909 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
35910
35911         reviewed by Benjamin Otte  <otte@gnome.org>
35912
35913         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
35914           fix shoutcast not working (fixes #140844)
35915
35916 2004-04-22  Benjamin Otte  <otte@gnome.org>
35917
35918         * ext/hermes/gsthermescolorspace.c:
35919         (gst_hermes_colorspace_caps_remove_format_info):
35920         * gst/colorspace/gstcolorspace.c:
35921         (gst_colorspace_caps_remove_format_info):
35922         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35923         (gst_ffmpegcolorspace_caps_remove_format_info):
35924           s/gst_caps_simplify/gst_caps_do_simplify/
35925
35926 2004-04-22  Benjamin Otte  <otte@gnome.org>
35927
35928         * gst-libs/gst/riff/riff-media.c:
35929         (gst_riff_create_video_caps_with_data):
35930           mpegversion is an int
35931         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
35932           don't try to create pad templates with NULL caps, use any caps
35933           instead.
35934
35935 2004-04-20  David Schleef  <ds@schleef.org>
35936
35937         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
35938         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
35939         (bug #140384)
35940
35941 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
35942
35943         reviewed by David Schleef
35944
35945         * ext/mad/gstid3tag.c: Add stdlib.h
35946         * gst/rtp/gstrtpgsmenc.c: same
35947         * gst/tags/gstid3tag.c: same
35948         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
35949         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
35950         GST_DISABLE_LOADSAVE use.
35951         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
35952         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
35953         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
35954         atol(3)).
35955         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
35956         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
35957         strtoul(3)).
35958         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
35959         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
35960         $(ID3_CFLAGS).
35961         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
35962         $(LIBFAME_CFLAGS).
35963
35964 2004-04-20  David Schleef  <ds@schleef.org>
35965
35966         * gst/realmedia/rmdemux.c:  This was supposed to part of the
35967         last checkin.  Same idea.
35968
35969 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
35970
35971         reviewed by David Schleef
35972
35973         * configure.ac: bump required gstreamer version to 0.8.1.1
35974         because of following changes [--ds]
35975
35976         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
35977         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
35978         (gst_riff_read_header):  Use GST_READ_UINT*
35979         macros to access possibly unaligned memory.
35980
35981         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
35982         (mp3_type_find):  Use GST_READ_UINT*
35983         macros to access possibly unaligned memory.
35984         (mp3_type_find, mpeg1_parse_header, qt_type_find)
35985         (speex_type_find): Likewise
35986
35987         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
35988
35989         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
35990         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
35991         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
35992         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
35993         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
35994         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
35995         macros to access possibly unaligned memory.
35996
35997         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
35998         Likewise.
35999
36000         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
36001         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
36002
36003         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
36004         Likewise.
36005
36006         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
36007         (gst_mpeg2subt_chain_subtitle): Likewise.
36008
36009         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
36010         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
36011         Likewise.
36012
36013         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
36014         Likewise.
36015
36016         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
36017         Likewise.
36018
36019         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
36020         Likewise.
36021
36022 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
36023
36024         * configure.ac:
36025           update required version of GStreamer because of GST_TIME_FORMAT
36026
36027 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36028
36029         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
36030           remove leftover g_print
36031         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
36032           don't try setting only a subset of the caps. We don't want to kill
36033           autoplugging on purpose
36034
36035 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
36036
36037         * sys/ximage/ximagesink.c: (plugin_init):
36038         * sys/xvimage/xvimagesink.c: (plugin_init):
36039           add debugging categories
36040
36041 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
36042
36043         * po/en_GB.po:
36044         * po/LINGUAS:
36045           Adding en_GB translation (Gareth Owen)
36046
36047 2004-04-20  David Schleef  <ds@schleef.org>
36048
36049         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
36050         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
36051         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
36052         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
36053         A number of new features and hacks to extract the esds atom and
36054         put it into the caps.  (bug #137724)
36055
36056 2004-04-19  David Schleef  <ds@schleef.org>
36057
36058         * gconf/Makefile.am: Fix for non-GNU make
36059         * gst-libs/gst/Makefile.am: Change directory order to handle
36060         GstPlay linking with gstinterfaces
36061         * gst-libs/gst/audio/make_filter: make use of tr portable
36062         * gst-libs/gst/play/Makefile.am: Add intended \
36063         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
36064         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
36065         function prototype instead of void *.
36066         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
36067         macro.
36068         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36069         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
36070         * gst/videofilter/make_filter: make use of tr portable
36071         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
36072
36073 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
36074
36075         * po/LINGUAS:
36076         * po/uk.po:
36077           Added Ukrainian translation (Maxim V. Dziumanenko)
36078
36079 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36080
36081         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
36082         (gst_gsmdec_link), (gst_gsmdec_chain):
36083           Fix capsnego, simplify chain function slightly.
36084         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
36085           Add GSM.
36086
36087 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36088
36089         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
36090         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
36091         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
36092           Hack to make wavparse work with spider (always -> sometimes pad).
36093           Fixes #135862 && #140411.
36094
36095 2004-04-18  Benjamin Otte  <otte@gnome.org>
36096
36097         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
36098         (gst_osselement_rate_probe_check),
36099         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
36100           get rid of \n in debug output
36101
36102 2004-04-17  Iain <iain@prettypeople.org>
36103
36104         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
36105         not just EOS.
36106
36107 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36108
36109         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
36110         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
36111         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
36112         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
36113         (gst_id3_tag_src_link), (gst_id3_tag_chain),
36114         (gst_id3_tag_change_state), (plugin_init):
36115           deprecate id3tag element and replace with id3demux/id3mux.
36116           great side effect: this ugly file is now even uglier, yay!
36117         * ext/mad/gstmad.h:
36118           remove non-available function
36119           update for new get_type
36120
36121 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36122
36123         * configure.ac:
36124           require mpeg2dec >= 0.4.0
36125
36126 2004-04-17  Benjamin Otte  <otte@gnome.org>
36127
36128         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
36129         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
36130         (gst_xvimagesink_set_xwindow_id):
36131           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
36132           assorted cleanup fixes.
36133
36134 2004-04-16  David Schleef  <ds@schleef.org>
36135
36136         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
36137         * sys/xvimage/xvimagesink.h: same
36138
36139 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36140
36141         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
36142           Fix GST_ELEMENT_ERROR with (NULL)
36143
36144 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36145
36146         * gst-libs/gst/riff/riff-media.c:
36147         (gst_riff_create_video_caps_with_data):
36148           Add div[3456] as fourccs for DivX 3 (fixes #140137).
36149
36150 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36151
36152         * gst-libs/gst/riff/riff-media.c:
36153         (gst_riff_create_video_caps_with_data),
36154         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
36155         (gst_riff_create_video_template_caps),
36156         (gst_riff_create_audio_template_caps):
36157         * gst-libs/gst/riff/riff-media.h:
36158         * gst-libs/gst/riff/riff-read.c:
36159         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
36160         * gst-libs/gst/riff/riff-read.h:
36161         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
36162           Add MS RLE support. I added some functions to read out strf chunks
36163           into strf chunks and the data behind it. This is usually color
36164           palettes (as in RLE, but also in 8-bit RGB). Also use those during
36165           caps creation. Lastly, add ADPCM (similar to wavparse - which
36166           should eventually be rifflib based).
36167         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
36168         (gst_matroska_demux_init), (gst_matroska_demux_reset):
36169         * gst/matroska/matroska-demux.h:
36170           Remove placeholders for some prehistoric tagging system. Didn't add
36171           support for any tag system really anyway.
36172         * gst/qtdemux/qtdemux.c:
36173           Add support for audio/x-m4a (MPEG-4) through spider.
36174         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
36175         (gst_wavparse_loop):
36176           ADPCM support (#135862). Increase max. buffer size because we
36177           cannot split buffers for ADPCM (screws references) and I've seen
36178           files with 2048 byte chunks. 4096 seems safe for now.
36179
36180 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36181
36182         * configure.ac: bump nano to 1
36183
36184 === release 0.8.1 ===
36185
36186 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36187
36188         * configure.ac: releasing 0.8.1, "Comforting Sounds"
36189
36190 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36191
36192         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36193           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
36194           Fixes #140058
36195
36196 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
36197
36198         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
36199           lower rank of dvddemux so that it's not used for mpeg playback.
36200
36201 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36202
36203         * configure.ac:
36204           save libs correctly when checking mad
36205
36206 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
36207
36208         * ext/mad/gstid3tag.c: (plugin_init):
36209           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
36210
36211 2004-04-13  David Schleef  <ds@schleef.org>
36212
36213         * common/m4/gst-feature.m4: Call -config scripts with
36214         --plugin-libs if it is supported.
36215         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
36216         JPEG images are image/jpeg.
36217         * gst/debug/Makefile.am:
36218         * gst/debug/negotiation.c: (gst_negotiation_class_init),
36219         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
36220         (gst_negotiation_update_caps), (gst_negotiation_get_property),
36221         (gst_negotiation_plugin_init): Add a property that acts like
36222         filter caps.
36223         * testsuite/gst-lint:  Move license checking to be a standard
36224         test.
36225
36226 2004-04-13  David Schleef  <ds@schleef.org>
36227
36228         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
36229         patch from Sebastien Cote (bug #139958)
36230
36231 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
36232
36233         * examples/gstplay/Makefile.am:
36234         * examples/gstplay/player.c: (main):
36235           make the commandline player example use gconf settings
36236
36237 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
36238
36239         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
36240         (gst_cacasink_sinkconnect), (gst_cacasink_init),
36241         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
36242           init/end library during state transition, not object
36243           creation/disposal.  get rid of custom dispose handler.
36244
36245
36246 2004-04-12  Christian Schaller <Uraeus@gnome.org>
36247
36248         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
36249         be a symlink
36250
36251 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36252
36253         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
36254           Handle JUNK chunks inside data section. Prevents warnings.
36255
36256 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36257
36258         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
36259         (gst_riff_create_video_template_caps):
36260           Add MS video v1.
36261         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
36262         (gst_avi_demux_stream_data):
36263           Add support for "rec-list" chunks.
36264
36265 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36266
36267         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
36268           Fix another codecname mismatch.
36269
36270 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36271
36272         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36273           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
36274           so that MJPEG plays back.
36275
36276 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36277
36278         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
36279         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
36280         * gst/mpeg1videoparse/gstmp1videoparse.h:
36281           Fix for some slight mis-cuts in buffer parsing, and for some
36282           potential overflows or faults-causers. Adds disconts. Also fixes
36283           #139105 while we're at it.
36284
36285 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36286
36287         * configure.ac:
36288         * sys/v4l2/gstv4l2element.h:
36289           Workaround for missing struct v4l2_buffer declaration in Suse 9
36290           and Mandrake 10 linux/videodev2.h header file (#135919).
36291
36292 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36293
36294         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
36295           Bail out if no filename was given.
36296
36297 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36298
36299         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
36300         (gst_v4l2_fourcc_from_structure):
36301           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
36302           Y41B somewhere).
36303
36304 2004-04-09  Benjamin Otte  <otte@gnome.org>
36305
36306         * ext/gnomevfs/gstgnomevfssink.c:
36307         (_gst_boolean_allow_overwrite_accumulator),
36308         (gst_gnomevfssink_class_init):
36309           fix erase signal - if any handler returns false the file will not be
36310           overwritten. If no handler is connected, the file will not be
36311           overwritten either.
36312           renamed signal to "allow-overwrite"
36313         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
36314           free string when adding it to ID3 failed
36315         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
36316           unref event when done
36317         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
36318           free caps
36319         * gst/typefind/gsttypefindfunctions.c:
36320         (mpeg_video_stream_type_find):
36321           fix invalid read
36322
36323 2004-04-08  David Schleef  <ds@schleef.org>
36324
36325         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36326         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
36327
36328 2004-04-08  David Schleef  <ds@schleef.org>
36329
36330         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
36331         we don't support (bug #139532)
36332
36333 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
36334
36335         * ext/mad/gstmad.c: (gst_mad_handle_event),
36336         (gst_mad_check_caps_reset), (gst_mad_chain),
36337         (gst_mad_change_state):
36338           only set explicit caps if they haven't been set before for
36339           this stream.  MPEG-audio sample rate/channels aren't allowed
36340           to change in-stream.
36341           Fixes #139382
36342
36343 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36344
36345         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
36346         (_gst_boolean_did_something_accumulator),
36347         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
36348         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
36349         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
36350         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
36351         (gst_gnomevfssink_change_state):
36352           Fix erase signal. Don't erase by default. Remove handoff signal.
36353           Remove erase property. Don't segfault. General cleanup.
36354
36355 2004-04-07  Benjamin Otte  <otte@gnome.org>
36356
36357         * gst-libs/gst/gconf/test-gconf.c: (main):
36358           add missing gst_init
36359
36360 2004-04-07  Benjamin Otte  <otte@gnome.org>
36361
36362         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
36363           free the mutexes, too
36364
36365 2004-04-07  Benjamin Otte  <otte@gnome.org>
36366
36367         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
36368           actually free the URI string
36369         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
36370           compute offset correctly when passing discont events
36371         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36372           don't leak discont events
36373         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
36374           add some missing breaks so caps aren't copied randomly
36375         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
36376           if we realloc memory, we better use it
36377
36378 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36379
36380         * ext/mad/gstmad.c: (normal_seek):
36381           fix GST_FORMAT_TIME usage
36382
36383 2004-04-05  David Schleef  <ds@schleef.org>
36384
36385         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
36386         a deprecated function (hack!)
36387
36388 2004-04-05  Benjamin Otte  <otte@gnome.org>
36389
36390         * ext/esd/esdmon.c: (gst_esdmon_get):
36391           fix nonterminated vararg and memleak
36392
36393 2004-04-05  Benjamin Otte  <otte@gnome.org>
36394
36395         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
36396         (gst_ladspa_init), (gst_ladspa_force_src_caps),
36397         (gst_ladspa_set_property), (gst_ladspa_get_property),
36398         (gst_ladspa_instantiate), (gst_ladspa_activate),
36399         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
36400           clean up debugging
36401
36402 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
36403
36404         reviewed by Benjamin Otte  <otte@gnome.org>
36405
36406         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
36407           check for broken LADSPA parameters (fixes #138635)
36408
36409 2004-04-05  Benjamin Otte  <otte@gnome.org>
36410
36411         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
36412           advertise buffer-frames correctly on sinkpads
36413
36414 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36415
36416         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
36417         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
36418         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
36419         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
36420         (gst_mad_check_caps_reset), (gst_mad_chain):
36421         add more debugging, only reset caps when we're not in error state
36422
36423 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36424
36425         * ext/mad/gstmad.c: add debugging category, comment + cleanups
36426
36427 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
36428
36429         reviewed by Benjamin Otte  <otte@gnome.org>
36430
36431         * configure.ac:
36432           fix == in test(1) operator
36433
36434 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
36435
36436         reviewed by Benjamin Otte  <otte@gnome.org>
36437
36438         * configure.ac:
36439           fix --export-symblos-regex to a working regex.
36440
36441 2004-04-04  Benjamin Otte  <otte@gnome.org>
36442
36443         * sys/oss/.cvsignore:
36444           add for oss_probe
36445
36446 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
36447
36448         reviewed by Benjamin Otte  <otte@gnome.org>
36449
36450         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36451           add missing 'new_media' argument (fixes #138168)
36452         * gst/matroska/matroska-demux.c:
36453         (gst_matroska_demux_handle_seek_event):
36454           add vararg terminator (fixes #138169)
36455
36456 2004-04-02  David Schleef  <ds@schleef.org>
36457
36458         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
36459         disted (bug #138914)
36460
36461 2004-04-01  Benjamin Otte  <otte@gnome.org>
36462
36463         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
36464         (gst_alsa_close_audio):
36465           handle case better where a soundcard can't pause
36466         * ext/ogg/gstoggdemux.c:
36467           don't crash when we get events but don't have pads yet
36468
36469 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36470
36471         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
36472           throw an error if we couldn't probe any caps.
36473
36474 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
36475
36476         * ext/dvdnav/gst-dvd:
36477         Add a really simple sample DVD player
36478
36479 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
36480
36481         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
36482         (gst_a52dec_push), (gst_a52dec_handle_event),
36483         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
36484         (gst_a52dec_change_state):
36485         * ext/a52dec/gsta52dec.h:
36486           Use a debug category, Output timestamps correctly
36487           Emit tag info, Handle events, tell liba52dec about cpu
36488           capabilities so it can use MMX etc.
36489         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
36490           Fix a crasher accessing invalid memory
36491         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
36492         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
36493         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
36494         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
36495         (dvdnavsrc_query):
36496           Some support for byte-format seeking.
36497           Small fixes for still frames and menu button overlays
36498         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
36499         (gst_mpeg2dec_alloc_buffer):
36500           Use a debug category. Adjust the report level of several items to
36501           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
36502           so it doesn't lose the GstBuffer pointer
36503         * gst/debug/Makefile.am:
36504         * gst/debug/gstdebug.c: (plugin_init):
36505         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
36506         (gst_navseek_base_init), (gst_navseek_class_init),
36507         (gst_navseek_init), (gst_navseek_seek),
36508         (gst_navseek_handle_src_event), (gst_navseek_set_property),
36509         (gst_navseek_get_property), (gst_navseek_chain),
36510         (gst_navseek_plugin_init):
36511         * gst/debug/gstnavseek.h:
36512           Add the navseek debug element for seeking back and forth in a
36513           video stream using arrow keys.
36514         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
36515         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
36516         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
36517         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
36518         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
36519         (gst_mpeg2subt_parse_header), (gst_get_nibble),
36520         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
36521         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
36522         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
36523         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
36524         * gst/mpeg2sub/gstmpeg2subt.h:
36525           Pretty much a complete rewrite. Now a loopbased element. May still
36526           require work to properly synchronise subtitle buffers.
36527         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
36528         (gst_dvd_demux_send_subbuffer):
36529         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
36530           Don't attempt to create subbuffers of size 0
36531           Reduce a couple of error outputs to warnings.
36532         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
36533         (gst_y4mencode_chain):
36534         Output the y4m frame header correctly.
36535
36536 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36537
36538         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36539           throw errors instead of allowing SIGFPE
36540
36541 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36542
36543         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
36544         (gst_gconf_render_bin_from_key):
36545           leak plugging and style fixing
36546
36547 2004-03-31  David Schleef  <ds@schleef.org>
36548
36549         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
36550         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
36551         (bug #138225)
36552         * gst/debug/Makefile.am:
36553         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
36554         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
36555         plugin.
36556         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
36557         (gst_negotiation_base_init), (gst_negotiation_class_init),
36558         (gst_negotiation_init), (gst_negotiation_getcaps),
36559         (gst_negotiation_pad_link), (gst_negotiation_chain),
36560         (gst_negotiation_set_property), (gst_negotiation_get_property),
36561         (gst_negotiation_plugin_init):  New element to talk about random
36562         negotiation things happening in a pipeline.
36563
36564 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
36565
36566         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36567           fix integer addition with help of Stefan Kost
36568
36569 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
36570
36571         * po/nl.po: updated Dutch translation (Elros Cyriatan)
36572
36573 2004-03-30  David Schleef  <ds@schleef.org>
36574
36575         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
36576         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
36577         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
36578         (bug #137504)
36579         * ext/mpeg2dec/gstmpeg2dec.h:
36580
36581 2004-03-30  David Schleef  <ds@schleef.org>
36582
36583         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
36584
36585 2004-03-30  David Schleef  <ds@schleef.org>
36586
36587         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
36588         Michael Petullo) to handle .mov
36589
36590 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36591
36592         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
36593         (gst_osselement_rate_check_rate):
36594           probe caps correctly for sound cards that only support one format
36595
36596 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36597
36598         * ext/kio/kiosrc.cpp: (process_events):
36599           update handling event processing if inside KDE - untested
36600
36601 2004-03-29  David Schleef  <ds@schleef.org>
36602
36603         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
36604         by 2 to not interfere with other colorspaces.
36605         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
36606         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
36607         one to not interfere with ffmpeg_colorspace.
36608
36609 2004-03-29  David Schleef  <ds@schleef.org>
36610
36611         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
36612         aren't in the caps.
36613         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
36614         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
36615
36616 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36617
36618         * gst-libs/gst/riff/riff-media.c:
36619           fail on error, don't try to set stuff on NULL caps
36620
36621 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36622
36623         * configure.ac:
36624         * ext/Makefile.am:
36625         * ext/kio/Makefile.am:
36626         * ext/kio/kioreceiver.cpp:
36627         * ext/kio/kioreceiver.h:
36628         * ext/kio/kiosrc.cpp:
36629         * ext/kio/kiosrc.h:
36630           add experimental kiosrc plugin
36631         * ext/alsa/gstalsaplugin.c: (plugin_init):
36632           initialize debugging category only when we're sure registering the
36633           plugins worked.
36634
36635 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36636
36637         * examples/gstplay/player.c: (main):
36638         * gst-libs/gst/play/play.c: (gst_play_class_init),
36639         (gst_play_set_location), (gst_play_set_data_src),
36640         (gst_play_set_video_sink), (gst_play_set_audio_sink),
36641         (gst_play_set_visualization), (gst_play_connect_visualization):
36642           check return values of element_set_state and return FALSE where
36643           failed
36644
36645 2004-03-29  Benjamin Otte  <otte@gnome.org>
36646
36647         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36648           try harder to check if an event is really a discont
36649
36650 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36651
36652         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
36653         * po/az.po:
36654
36655 2004-03-28  Benjamin Otte  <otte@gnome.org>
36656
36657         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
36658         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
36659         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
36660           get rid of non-standard "..." ranges in case statements.
36661
36662 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
36663
36664         * gst/mpegstream/gstmpegdemux.c:
36665         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
36666         specific functionality split to the new dvddemux element.
36667         * gst/mpegstream/gstdvddemux.c:
36668         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
36669         streams, derived from mpegdemux.
36670         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
36671         up. SCR based timestamp rewriting can be turned off (will probably
36672         completely disappear soon).
36673         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
36674         hacking. General cleanup. All printf statements replaced by
36675         debugging messages. Almost complete libdvdnav support.
36676         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
36677         by events. New properties for audio and subpicture languages.
36678         (dvdnavsrc_update_highlight): Now uses events.
36679         (dvdnavsrc_user_op): Cleaned up.
36680         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
36681         based). Lots of cleanup, and propper support for most libdvdnav
36682         events.
36683         (dvdnavsrc_make_dvd_event): New function.
36684         (dvdnavsrc_make_dvd_nav_packet_event): New function.
36685         (dvdnavsrc_make_clut_change_event): New function.
36686
36687 2004-03-26  Benjamin Otte  <otte@gnome.org>
36688
36689         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
36690           fix bug where typefinding would claim it's theora whenever less then
36691           7 bytes of data were available
36692
36693 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36694
36695         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
36696         (gst_alawdec_base_init), (gst_alawdec_class_init),
36697         (gst_alawdec_init), (gst_alawdec_chain):
36698         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
36699         (gst_alawenc_base_init), (gst_alawenc_class_init),
36700         (gst_alawenc_init), (gst_alawenc_chain):
36701         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
36702         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
36703         (gst_mulawdec_init), (gst_mulawdec_chain):
36704         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
36705         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
36706         (gst_mulawenc_init), (gst_mulawenc_chain):
36707           Fix capsnego in all four, remove the unused property functions and
36708           simplify the chain functions slightly. I guess we could use macros
36709           or something similar for those, since the code is so similar, but
36710           I'm currently too lazy...
36711
36712 2004-03-24  David Schleef  <ds@schleef.org>
36713
36714         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
36715         (gst_osselement_close_audio), (gst_osselement_probe_caps),
36716         (gst_osselement_get_format_structure),
36717         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
36718         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
36719         (gst_osselement_rate_int_compare): Add code to handle rate probing
36720         (bug #120883)
36721         * sys/oss/gstosselement.h: same
36722         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
36723         Use rate probing provided by osselement.
36724         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
36725
36726 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36727
36728         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
36729         (gst_xvidenc_get_property):
36730           ulong/int mess-up.
36731
36732 2004-03-24  David Schleef  <ds@schleef.org>
36733
36734         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
36735         (gst_speexdec_init):
36736         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
36737         (gst_speexenc_init):  Create the pad template correctly (from
36738         the static pad template, not a NULL pointer.)
36739
36740 2004-03-25  Benjamin Otte  <otte@gnome.org>
36741
36742         * gst/debug/Makefile.am:
36743         * gst/debug/breakmydata.c:
36744           add element that quasi-randomly changes bytes in the stream.
36745           Intended use is robustness checking of demuxers and decoders in
36746           media tests.
36747
36748 2004-03-24  Benjamin Otte  <otte@gnome.org>
36749
36750         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
36751         (gst_alsa_probe_hw_params):
36752         * ext/alsa/gstalsa.h:
36753           debugging output fixes
36754
36755 2004-03-24  Benjamin Otte  <otte@gnome.org>
36756
36757         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
36758           don't g_return_if_fail if element is PLAYING, fail silently as every
36759           other element.
36760         * gst/effectv/gstquark.c: (gst_quarktv_chain):
36761           only fix needed for cast lvalue issues in gst-plugins
36762         * gst/volenv/gstvolenv.c: (gst_volenv_init):
36763           add proxy_getcaps
36764
36765 2004-03-24  Benjamin Otte  <otte@gnome.org>
36766
36767         * gst/level/gstlevel.c: (gst_level_init):
36768           add proxying getcaps function, so level doesn't advertise impossible
36769           caps
36770
36771 2004-03-24  David Schleef  <ds@schleef.org>
36772
36773         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
36774         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
36775         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
36776         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
36777         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
36778         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
36779         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
36780         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
36781         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
36782         messages.  Divide the chunk size by the compression ratio
36783         (needed for MACE audio)
36784
36785 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36786
36787         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
36788           Fix buffer overflow read error.
36789
36790 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36791
36792         * ext/alsa/gstalsa.h:
36793           Remove unused entry.
36794         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36795           Add cinepak.
36796         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
36797         (gst_videodrop_link), (gst_videodrop_chain):
36798           Fix, sort of. Was horribly broken with new capsnego. Bah...
36799
36800 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
36801
36802         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
36803         (plugin_init):
36804         Add a monkeysaudio typefind function
36805
36806 2004-03-23  Johan Dahlin  <johan@gnome.org>
36807
36808         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
36809         (gst_play_video_fixate): Check so the structure has the field
36810         before trying to fixate them, this makes it possible to have
36811         fakesinks for video and audio output without printing errors on
36812         the output console.
36813
36814 2004-03-22  David Schleef  <ds@schleef.org>
36815
36816         * sys/oss/Makefile.am:
36817         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
36818         (check_rate), (add_rate):  Rate probing test app.
36819
36820 2004-03-21  Benjamin Otte  <otte@gnome.org>
36821
36822         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
36823         (_fixate_caps_to_int), (gst_audio_convert_fixate):
36824           add a fixation function that pretty much does the right thing (fixes
36825           #137556)
36826
36827 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
36828
36829         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
36830
36831 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
36832
36833         reviewed by: Benjamin Otte  <otte@gnome.org>
36834
36835         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
36836           terminate gst_event_new_discontinuous correctly (fixes parts of
36837           #137711)
36838
36839 2004-03-19  David Schleef  <ds@schleef.org>
36840
36841         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
36842         since it doesn't depend on X, and it's part of our ABI.
36843
36844 2004-03-19  Iain <iain@prettypeople.org>
36845
36846         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
36847         is_int in the structure, not the local variable.
36848
36849 2004-03-19  David Schleef  <ds@schleef.org>
36850
36851         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
36852         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
36853         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
36854         Improvements in caps negotiation.
36855
36856 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36857
36858         * po/LINGUAS:
36859         * po/af.po:
36860           adding Afrikaans (Petri Jooste)
36861
36862 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36863
36864         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36865         (gst_ffmpegcolorspace_chain):
36866         throw error instead of g_critical (#137588)
36867
36868 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36869
36870         * Makefile.am:
36871         * configure.ac:
36872           dist common and m4 correctly
36873         * po/sv.po:
36874
36875 2004-03-17  David Schleef  <ds@schleef.org>
36876
36877         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
36878         (bug #137348)
36879
36880 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
36881
36882         * po/LINGUAS:
36883         * po/sv.po:
36884           adding Swedish translation (Christian Rose)
36885
36886 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
36887
36888         * Makefile.am: use release.mak
36889
36890 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36891
36892         * common/ChangeLog:
36893         * common/gst-autogen.sh:
36894           add some explanation about the version detection
36895         * configure.ac:
36896           fix X check
36897
36898 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36899
36900         * configure.ac: bump nano to 1
36901
36902 === release 0.8.0 ===
36903
36904 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36905
36906         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
36907
36908 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36909
36910         * configure.ac:
36911           update libtool version
36912         * gst-libs/gst/media-info/Makefile.am:
36913           actually use libtool version
36914
36915 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36916
36917         * configure.ac: fix speex detection to work with 1.0 but not 1.1
36918
36919 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36920
36921         * configure.ac:
36922         * gst-plugins.spec.in:
36923         * pkgconfig/Makefile.am:
36924         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
36925         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
36926         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
36927         * pkgconfig/gstreamer-libs.pc.in:
36928         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
36929         * pkgconfig/gstreamer-play-uninstalled.pc.in:
36930         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
36931         * pkgconfig/gstreamer-plugins.pc.in:
36932           remove @VERSION@ from some of the pc files since core and plugins
36933           are decoupled.
36934           created gstreamer-plugins.pc as it's a better name, but keeping
36935           -libs around for now to get fixes upstream done first.
36936
36937 2004-03-15  Julien MOUTTE <julien@moutte.net>
36938
36939         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
36940         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
36941         * gst-libs/gst/play/play.h:
36942
36943 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36944
36945         * *.c, *.cc: don't mix tabs and spaces
36946
36947 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36948
36949         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
36950           use the new ffmpegcolorspace
36951         * gst-plugins.spec.in:
36952           package new colorspace and media-info
36953         * configure.ac:
36954         * pkgconfig/Makefile.am:
36955           fix some more disting issues
36956         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
36957         * pkgconfig/gstreamer-media-info.pc.in:
36958           generate media-info pc files
36959
36960 2004-03-15  Johan Dahlin  <johan@gnome.org>
36961
36962         * *.h: Revert indenting
36963
36964 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36965
36966         * configure.ac:
36967           adding ffmpegcolorspace element
36968         * gst/ffmpegcolorspace/Makefile.am:
36969         * gst/ffmpegcolorspace/avcodec.h:
36970         * gst/ffmpegcolorspace/common.h:
36971         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
36972         * gst/ffmpegcolorspace/dsputil.h:
36973         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
36974         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
36975         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
36976         (gst_ffmpeg_caps_to_pix_fmt):
36977         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
36978         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36979         (gst_ffmpegcolorspace_caps_remove_format_info),
36980         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
36981         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
36982         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
36983         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
36984         (gst_ffmpegcolorspace_set_property),
36985         (gst_ffmpegcolorspace_get_property),
36986         (gst_ffmpegcolorspace_register):
36987         * gst/ffmpegcolorspace/imgconvert.c:
36988         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
36989         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
36990         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
36991         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
36992         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
36993         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
36994         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
36995         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
36996         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
36997         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
36998         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
36999         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
37000         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
37001         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
37002         (img_get_alpha_info), (deinterlace_line),
37003         (deinterlace_line_inplace), (deinterlace_bottom_field),
37004         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
37005         * gst/ffmpegcolorspace/imgconvert_template.h:
37006         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
37007         * gst/ffmpegcolorspace/mmx.h:
37008         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
37009           adding ffmpegcolorspace element supplied by Ronald after cleaning
37010           up and pulling in the right bits of upstream source.
37011           I'm sure a better C/compiler wizard could do some cleaning up (for
37012           example use GLIB's malloc stuff), but as a first pass this
37013           works very well
37014
37015 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37016
37017         * ext/alsa/gstalsa.h:
37018           I assume Ronald forgot to commit the change to have cardname
37019           as a struct member.  Expect some public spanking at the next
37020           opportunity.
37021
37022 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37023
37024         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
37025         (gst_alsa_open_audio), (gst_alsa_close_audio):
37026         * ext/alsa/gstalsa.c:
37027           Don't open the device if we're a mixer (= padless).
37028         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
37029         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
37030         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
37031           Open mixer during state change rather than during object
37032           initialization. Also, get a device name. Currently in a somewhat
37033           hackish fashion, but I didn't really find something better.
37034
37035 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
37036
37037         * *.c, *.h: run gst-indent
37038
37039 2004-03-14  Benjamin Otte  <otte@gnome.org>
37040
37041         * gst/modplug/gstmodplug.cc:
37042         * gst/modplug/gstmodplug.h:
37043           set correct timestamps on outgoing buffers
37044
37045 2004-03-14  Benjamin Otte  <otte@gnome.org>
37046
37047         * gst/modplug/gstmodplug.cc:
37048           handle events - don't do crap when a discont arrives that's not
37049           necessary
37050           This allows correct loading and playback of mods in Rhythmbox
37051
37052 2004-03-14  Benjamin Otte  <otte@gnome.org>
37053
37054         * configure.ac:
37055         * gst-libs/gst/gconf/Makefile.am:
37056         * pkgconfig/Makefile.am:
37057           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
37058           they get rebuilt properly
37059         * configure.ac:
37060           when checking for vorbis, try pkgconfig first.
37061         * gst/modplug/gstmodplug.cc:
37062           add fixate function
37063
37064 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37065
37066         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
37067           Fix for obvious mistake, where we first shift the offset and then
37068           read a samplesize element assuming the old offset. Note that this
37069           part still has something weird, i.e. my movies containing those
37070           don't actually play well, but at least there's something that looks
37071           like sound now.
37072
37073 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
37074         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
37075         (plugin_init):
37076         Add a typefind function for speex format
37077
37078 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37079
37080         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
37081         (gst_asf_demux_setup_pad):
37082           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
37083           instead of 0. Reason is simple: some elements have a fps range
37084           of 1-max instead of 0-max. So now ASF video actually works.
37085
37086 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
37087
37088         * po/LINGUAS:
37089         * po/sr.po:
37090           adding serbian as a language
37091
37092 2004-03-13  Benjamin Otte  <otte@gnome.org>
37093
37094         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
37095           return taglist correctly from _get function, don't gst_pad_push it.
37096           (fixes #137042)
37097
37098 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
37099         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
37100
37101 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37102
37103         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
37104         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
37105         (gst_alsa_mixer_track_new):
37106         * ext/alsa/gstalsamixertrack.h:
37107           Fix ancient leftovers... MixerTrack is a GObject.
37108
37109 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37110
37111         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
37112         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
37113           Don't block during probing...
37114
37115 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37116
37117         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
37118         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
37119         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
37120         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
37121         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
37122         (gst_alsa_open_audio), (gst_alsa_close_audio):
37123         * ext/alsa/gstalsa.h:
37124           Add propertyprobe interface implementation, add some device-name
37125           property, all this so that it looks good in gnome-volume-control.
37126
37127 2004-03-12  David Schleef  <ds@schleef.org>
37128
37129         * configure.ac: the Hermes library controls hermescolorspace, not
37130         colorspace.
37131         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
37132         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
37133         not /* */
37134         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
37135         * ext/sdl/sdlvideosink.h: ditto.
37136         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
37137
37138 2004-03-12  Benjamin Otte  <otte@gnome.org>
37139
37140         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
37141         (gst_x_overlay_got_xwindow_id):
37142         * gst-libs/gst/xoverlay/xoverlay.h:
37143           replace XID with unsigned long to get rid of the xlibs dependency in
37144           XOverlay (fixes #137004)
37145
37146 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
37147         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
37148         (gst_agingtv_setup):
37149         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
37150         (gst_dicetv_base_init), (gst_dicetv_class_init),
37151         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
37152         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
37153         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
37154         (gst_edgetv_setup), (gst_edgetv_rgb32):
37155         * gst/effectv/gsteffectv.c:
37156         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
37157         (gst_quarktv_set_property):
37158         * gst/effectv/gstrev.c: (gst_revtv_get_type),
37159         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
37160         (gst_revtv_setup), (gst_revtv_rgb32):
37161         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
37162         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
37163         (gst_shagadelictv_init), (gst_shagadelictv_setup),
37164         (gst_shagadelictv_rgb32):
37165         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
37166         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
37167         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
37168         * gst/effectv/gstwarp.c:
37169         Port everything that can be ported to videofilter and fix up the caps.
37170         Can someone with a big-endian machine please check these?
37171
37172 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37173
37174         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
37175         (gst_osssink_chain), (gst_osssink_change_state):
37176           Latest fixes for A/V sync, audio playback and such. This is about
37177           all... MPEG playback issues are mostly related to the async build-
37178           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
37179
37180 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
37181
37182         patch from: Stephane Loeuillet
37183
37184         * configure.ac:
37185           use pkg-config for some libraries, falling back to the old .m4 way
37186           (fixes #131270)
37187         * m4/libdv.m4:
37188           removed
37189
37190 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
37191
37192         * configure.ac:
37193         * tools/Makefile.am:
37194         * tools/Makefile.in:
37195         * tools/gst-launch-ext-m.m:
37196         * tools/gst-launch-ext.1.in:
37197         * tools/gst-visualise-m.m:
37198         * tools/gst-visualise.1:
37199         * tools/gst-visualise.1.in:
37200           reorganizing generation of script tools
37201
37202 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37203
37204         * ext/divx/gstdivxdec.c:
37205           Downgrade priority. We prefer ffdec_mpeg4.
37206         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
37207         (gst_faad_chain), (gst_faad_change_state):
37208           Fix capsnego. Doesn't work for some sounds because we don't have
37209           a 5:1 to stereo element.
37210         * ext/xvid/gstxvid.c: (plugin_init):
37211           Add priority.
37212         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
37213         (gst_osssink_change_state):
37214           Add discont handling.
37215
37216 2004-03-09  Colin Walters  <walters@verbum.org>
37217
37218         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
37219         conversion.
37220
37221 2004-03-09  Benjamin Otte  <otte@gnome.org>
37222
37223         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
37224           the signals take 2 arguments
37225
37226 2004-03-09  David Schleef  <ds@schleef.org>
37227
37228         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
37229         (gst_alsa_fixate): Add fixate function.  (bug #136686)
37230         * ext/alsa/gstalsa.h:
37231         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
37232
37233 2004-03-09  Benjamin Otte  <otte@gnome.org>
37234
37235         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
37236         (gst_mikmod_change_state):
37237         * ext/mikmod/gstmikmod.h:
37238           make mikmod's loop function not loop infinitely and call
37239           gst_element_yield anymore
37240         * gst/modplug/gstmodplug.cc:
37241           fix pad negotiation (fixes #136590)
37242
37243 2004-03-09  David Schleef  <ds@schleef.org>
37244
37245         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
37246         doesn't conflict with the internal colorspace plugin.
37247         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
37248         satisfy the crappy-ass shell shipped by a certain vendor.
37249         * gst/videofilter/make_filter: same (bug #135299)
37250
37251 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37252
37253         * configure.ac: bump nano to 1
37254
37255 === release 0.7.6 ===
37256
37257 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37258
37259         * configure.in: releasing 0.7.6, "There"
37260
37261 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37262
37263         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37264         * pkgconfig/gstreamer-play.pc.in:
37265           synchronize the two
37266
37267 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37268
37269         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
37270         (cdparanoia_open), (cdparanoia_event):
37271           fix/add error handling
37272         * po/POTFILES.in:
37273           add cdparanoia source
37274         * tools/Makefile.am:
37275           make scripts executable
37276
37277 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37278
37279         * configure.ac:
37280         * ext/vorbis/Makefile.am:
37281         * sys/Makefile.am:
37282           remove id3types, vorbisfile and xvideosink from the build (#133783)
37283
37284 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37285
37286         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
37287           Fix metadata read crash (#136537).
37288
37289 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37290
37291         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
37292         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
37293           adding mime types, fixing the one-stop function
37294
37295 2004-03-08  Christian Schaller <Uraeus@gnome.org>
37296
37297         * ext/nas/nassink.c and /ext/nas/nassink.h:
37298         More NAS love from Arwed von Merkatz
37299         So lets all sing 'Can you feel the NAS tonight'
37300
37301 2004-03-08  Christian Schaller <Uraeus@gnome.org>
37302
37303         * tools/gst-launch-ext.in:
37304         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
37305
37306 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37307
37308         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
37309         (gst_mpeg2dec_init):
37310         remove the user_data pad for now, because it is being used in
37311         fixating causing MPEG playback to fixate on 1000 Hz for playback.
37312         If someone knows how to fix this properly, please do.
37313
37314 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37315
37316         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37317         (gst_osssink_get_time):
37318         add a warning, IMO this won't get triggered anymore, remove later
37319
37320 2004-03-07  David Schleef  <ds@schleef.org>
37321
37322         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
37323         format (bug #136470)
37324
37325 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
37326
37327         * gst-libs/Makefile.am:
37328         * gst-libs/gst/media-info/Makefile.am:
37329         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
37330         (error_callback), (gst_media_info_error_create),
37331         (gst_media_info_error_element), (gmip_init), (gmip_reset),
37332         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
37333         * gst-libs/gst/media-info/media-info-priv.h:
37334         * gst-libs/gst/media-info/media-info-test.c: (main):
37335         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
37336         (gst_media_info_class_init), (gst_media_info_instance_init),
37337         (gst_media_info_set_source), (gst_media_info_read_with_idler),
37338         (gst_media_info_read_idler), (gst_media_info_read):
37339         * gst-libs/gst/media-info/media-info.h:
37340         fixed, should work now
37341
37342 2004-03-07  Christian Schaller <Uraeus@gnome.org>
37343
37344         * ext/nas/nassink.c:
37345         A bunch of NAS fixes from Arwed von Merkatz
37346
37347 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37348
37349         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
37350         (qtdemux_parse_trak):
37351           Fix crash (j might be greater than n_samples, in which case we're
37352           writing outside the allocated space for the array) and memleak.
37353
37354 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37355
37356         * sys/oss/gstosssink.c: (gst_osssink_chain):
37357           And another caller that couldn't handle delay < 0 (unsigned
37358           integer overflow). Video now continues playing on an audio
37359           buffer underrun, and the clock continues working. Audio still
37360           stalls.
37361
37362 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37363
37364         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37365         (gst_osssink_get_time):
37366           get_delay() may return values lower than 0. In those cases, we
37367           should not actually cast to *unsigned* int64, that will break
37368           stuff horribly. In my case, it screwed up A/V sync in movies
37369           in totem rather badly.
37370
37371 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37372
37373         * ext/faac/gstfaac.c: (gst_faac_chain):
37374         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
37375         * ext/libpng/gstpngenc.c: (user_write_data):
37376         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
37377         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
37378         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
37379         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37380         Fix several misuse of gst_buffer_merge (it doesn't take ownership
37381         of any buffer), should fix some leaks. I hope I didn't unref buffers
37382         that shouldn't be...
37383
37384 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37385
37386         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
37387         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
37388         (error_callback), (gmi_reset), (gmi_seek_to_track),
37389         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
37390         (gmip_find_type_post), (gmip_find_stream_post),
37391         (gmip_find_track_streaminfo_post):
37392         * gst-libs/gst/media-info/media-info-priv.h:
37393         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
37394         (info_print), (main):
37395         * gst-libs/gst/media-info/media-info.c:
37396         (gst_media_info_error_create), (gst_media_info_error_element),
37397         (gst_media_info_instance_init), (gst_media_info_get_property),
37398         (gst_media_info_new), (gst_media_info_set_source),
37399         (gst_media_info_read_idler), (gst_media_info_read):
37400         * gst-libs/gst/media-info/media-info.h:
37401           first pass at making this work again.  This seems to work on
37402           tagged ogg/vorbis and mp3 files.
37403
37404 2004-03-06  Benjamin Otte  <otte@gnome.org>
37405
37406         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
37407           fix huge leak: gst_buffer_merge doesn't unref the first argument
37408           itself.
37409
37410 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37411
37412         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
37413           report layer/mode/emphasis
37414
37415 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37416
37417         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
37418
37419 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37420
37421         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
37422           signal serial
37423
37424 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37425
37426         * ext/vorbis/vorbis.c: (plugin_init):
37427         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
37428         (gst_vorbis_dec_init), (vorbis_dec_event):
37429         add debug category
37430         make vorbisdec handle _BYTE and _TIME queries
37431
37432 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37433
37434         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
37435           from the xing header
37436
37437 2004-03-06  Benjamin Otte  <otte@gnome.org>
37438
37439         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
37440         (gst_audio_convert_link), (gst_audio_convert_change_state),
37441         (gst_audio_convert_buffer_from_default_format):
37442           do conversions from/to float correctly, fix some caps nego errors,
37443           export correct supported caps in template and getcaps, use correct
37444           caps in try_set_caps functions
37445
37446 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37447
37448         For some reason, I only committed a ChangeLog entry yesterday and
37449         not the corresponding code...
37450         * ext/mad/gstmad.c: Fix detection of Xing headers
37451         * gst/tags/gstid3tag.c: Changes to support TLEN tags
37452
37453 2004-03-06  Benjamin Otte  <otte@gnome.org>
37454
37455         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
37456         (gst_ogg_demux_src_query):
37457           make sure to handle the case where there's no current chain
37458           gracefully.
37459
37460 2004-03-05  David Schleef  <ds@schleef.org>
37461
37462         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
37463         Add fixate function. (bug #131128)
37464         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
37465         (gst_sdlvideosink_fixate):  Add fixate function.
37466         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
37467         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
37468         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
37469         Fix missing break that was causing ulaw to be interpreted as
37470         raw int.
37471
37472 2004-03-05  David Schleef  <ds@schleef.org>
37473
37474         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37475         Fix code that ignores return value of gst_buffer_merge().
37476         (bug #114560)
37477         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
37478         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
37479         * testsuite/gst-lint:  Check for above.
37480
37481 2004-03-05  David Schleef  <ds@schleef.org>
37482
37483         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
37484         caps and throw an element error.  (bug #136334)
37485
37486 2004-03-05  David Schleef  <ds@schleef.org>
37487
37488         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
37489         (gst_faad_chain): Fix negotiation.
37490         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
37491         key and button events.
37492         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
37493         dung heap of code.
37494         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
37495         depends on gconf
37496         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
37497         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
37498         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
37499         function to encourage better negotiation, particularly between
37500         audioconvert and osssink.
37501         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
37502         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
37503         more important.
37504         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
37505         typefinding.
37506         * gst/vbidec/vbiscreen.c:  Add glib header
37507         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
37508
37509 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
37510
37511         * ext/mad/gstmad.c: Fix detection of Xing headers
37512         * gst/tags/gstid3tag.c: Changes to support TLEN tags
37513
37514 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37515
37516         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
37517         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
37518           debug updates
37519
37520 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37521
37522         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
37523         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
37524         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
37525         files, and report the parsed length as a GST_TAG_DURATION tag.
37526         * gst/tags/gstid3tag.c: support TLEN (duration) tag
37527
37528 2004-03-05  Benjamin Otte  <otte@gnome.org>
37529
37530         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
37531           convert channels correctly. convert correctly to unsigned.
37532
37533 2004-03-05  Julien MOUTTE <julien@moutte.net>
37534
37535         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
37536         we have a window before clearing it.
37537
37538 2004-03-05  Julien MOUTTE <julien@moutte.net>
37539
37540         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
37541         have a window before clearing it.
37542
37543 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
37544
37545         * gconf/gstreamer.schemas.in:
37546         * gst-libs/gst/gconf/Makefile.am:
37547           version installation path the same way as for 0.6
37548         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
37549         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
37550         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37551           remove comment that was fixed
37552
37553 2004-03-05  David Schleef  <ds@schleef.org>
37554
37555         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
37556         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
37557         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
37558         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
37559         Add prototype code for handling seeking and querying.
37560
37561 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37562
37563         * examples/gstplay/player.c: (main):
37564           Initialize variables to NULL. Prevents a segfault because the
37565           (uninitialized) variable is not NULL, resulting in a crash on
37566           trying to reach error->message.
37567
37568 2004-03-05  Benjamin Otte  <otte@gnome.org>
37569
37570         * gst/audioconvert/gstaudioconvert.c:
37571         (gst_audio_convert_buffer_to_default_format):
37572         make float=>int conversion work correctly even in cornercases.
37573
37574 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
37575
37576         * debian/README.Debian:
37577         * debian/build-deps:
37578         * debian/changelog:
37579         * debian/control:
37580         * debian/control.in:
37581         * debian/copyright:
37582         * debian/gstreamer-a52dec.files:
37583         * debian/gstreamer-aa.files:
37584         * debian/gstreamer-alsa.files:
37585         * debian/gstreamer-alsa.manpages:
37586         * debian/gstreamer-arts.files:
37587         * debian/gstreamer-artsd.files:
37588         * debian/gstreamer-audiofile.files:
37589         * debian/gstreamer-avifile.files:
37590         * debian/gstreamer-cdparanoia.files:
37591         * debian/gstreamer-colorspace.files:
37592         * debian/gstreamer-doc.files:
37593         * debian/gstreamer-dv.files:
37594         * debian/gstreamer-dvd.files:
37595         * debian/gstreamer-esd.files:
37596         * debian/gstreamer-festival.files:
37597         * debian/gstreamer-flac.files:
37598         * debian/gstreamer-gconf.conffiles:
37599         * debian/gstreamer-gconf.files:
37600         * debian/gstreamer-gconf.postinst:
37601         * debian/gstreamer-gnomevfs.files:
37602         * debian/gstreamer-gsm.files:
37603         * debian/gstreamer-http.files:
37604         * debian/gstreamer-jack.files:
37605         * debian/gstreamer-jpeg.files:
37606         * debian/gstreamer-mad.files:
37607         * debian/gstreamer-mikmod.files:
37608         * debian/gstreamer-misc.files:
37609         * debian/gstreamer-mpeg2dec.files:
37610         * debian/gstreamer-oss.files:
37611         * debian/gstreamer-plugin-apps.files:
37612         * debian/gstreamer-plugin-apps.manpages:
37613         * debian/gstreamer-plugin-libs-dev.files:
37614         * debian/gstreamer-plugin-libs.files:
37615         * debian/gstreamer-plugin-template.postinst:
37616         * debian/gstreamer-plugin-template.postrm:
37617         * debian/gstreamer-sdl.files:
37618         * debian/gstreamer-sid.files:
37619         * debian/gstreamer-vorbis.files:
37620         * debian/gstreamer-x.files:
37621         * debian/mk.control:
37622         * debian/rules:
37623         Debian package info not maintained here.
37624
37625 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
37626
37627         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
37628         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
37629         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
37630         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
37631         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
37632         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
37633         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
37634         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
37635         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
37636         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
37637         * gst-libs/gst/colorbalance/colorbalance.c:
37638         (gst_color_balance_class_init):
37639         * gst-libs/gst/colorbalance/colorbalancechannel.c:
37640         (gst_color_balance_channel_class_init):
37641         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
37642         * gst-libs/gst/play/play.c: (gst_play_class_init):
37643         * gst-libs/gst/propertyprobe/propertyprobe.c:
37644         (gst_property_probe_iface_init):
37645         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
37646         * gst-libs/gst/tuner/tunerchannel.c:
37647         (gst_tuner_channel_class_init):
37648         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
37649         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
37650         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
37651         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
37652         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
37653         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
37654         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
37655         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
37656         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
37657           fix signals to use - instead of _
37658         * ext/libcaca/gstcacasink.h:
37659         * ext/sdl/sdlvideosink.h:
37660           fix header rename
37661
37662 2004-03-04  David Schleef  <ds@schleef.org>
37663
37664         * testsuite/gst-lint:  Add a check for bad signal names.
37665
37666 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
37667
37668         reviewed by David Schleef
37669
37670         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
37671         modified the alpha channel and caused a warning. (bug #136192)
37672
37673 2004-04-03  Christian Schaller <Uraeus@gnome.org>
37674
37675         * gst-plugins.spec.in:
37676         Change names of plugins to actually be correct. Try to keep things
37677         alphabetical to avoid getting beat up by Thomas
37678
37679 2004-03-03  Julien MOUTTE <julien@moutte.net>
37680
37681         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
37682         Using ximagesink as a default if no gconf key found. We should
37683         probably consider using alsasink instead of osssink for the audio
37684         part.
37685
37686 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
37687
37688         * configure.ac:
37689           fix --with-plugins, don't think it ever worked before
37690         * gst-plugins.spec.in:
37691           even more updates
37692
37693 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37694
37695         * ext/sdl/sdlvideosink.h:
37696         * sys/ximage/ximagesink.h:
37697         * sys/xvideo/xvideosink.h:
37698         * sys/xvimage/xvimagesink.h:
37699           Fix for move of gstvideosink.h -> videosink.h.
37700
37701 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
37702
37703         * gst-libs/gst/xwindowlistener/Makefile.am:
37704           this is a plugin library, not a library
37705
37706 2004-03-01  David Schleef  <ds@schleef.org>
37707
37708         * AUTHORS:  Added some names.  Add yourself if you're still
37709         missing.
37710
37711 2004-03-01  David Schleef  <ds@schleef.org>
37712
37713         * MAINTAINERS: Add
37714
37715 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37716
37717         * gst-plugins.spec.in: clean up spec file
37718
37719 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37720
37721         * gst-libs/gst/video/Makefile.am:
37722         * gst-libs/gst/video/gstvideosink.c:
37723         * gst-libs/gst/video/gstvideosink.h:
37724           rename gstvideosink.h to videosink.h to match other headers
37725         * gst/mixmatrix/Makefile.am:
37726           fix plugin filename
37727         * gst/tags/Makefile.am: fix plugin filename
37728
37729 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37730
37731         * gst/tags/Makefile.am: fix plugin filename
37732
37733 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37734
37735         * examples/gstplay/player.c: (got_time_tick), (main):
37736           add error handler
37737           display time_tick more readably
37738         * gst/mixmatrix/Makefile.am:
37739           fix plugin file name
37740
37741 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
37742
37743         * sys/oss/gstosselement.c: (gst_osselement_probe),
37744         (device_combination_append), (gst_osselement_class_probe_devices):
37745         * sys/oss/gstosselement.h:
37746           Reworked enumeration of oss dsps and mixers so that gst-mixer works
37747           on my system using alsa oss emulation, fixes bug #135597
37748
37749 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37750
37751         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
37752         (gst_videodrop_chain), (gst_videodrop_change_state):
37753         * gst/videodrop/gstvideodrop.h:
37754           Work based on timestamp of input data, not based on the expected
37755           framerate from the input. The consequence is that this element now
37756           not only scales framerates, but also functions as a framerate
37757           corrector or framerate stabilizer/constantizer.
37758
37759 2004-02-27  David Schleef  <ds@schleef.org>
37760
37761         patches from jmmv@menta.net (Julio M. Merino Vidal)
37762
37763         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
37764         GST_ELEMENT_ERROR call (bug #135634)
37765         * gst/interleave/interleave.c: (interleave_buffered_loop),
37766         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
37767         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
37768         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37769         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
37770         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
37771         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
37772         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
37773         Fix GST_ELEMENT_ERROR call.
37774         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
37775         GST_ELEMENT_ERROR call.
37776
37777 2004-02-27  Benjamin Otte  <otte@gnome.org>
37778
37779         * gst-libs/gst/audio/audio.h:
37780           add macro to make sure header isn't included twice
37781         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
37782           don't use gst_buffer_free
37783         * gst/playondemand/filter.func:
37784           don't use gst_data_free. Free data only once.
37785
37786 2004-02-26  David Schleef  <ds@schleef.org>
37787
37788         * gst-libs/gst/colorbalance/Makefile.am:
37789         * gst-libs/gst/mixer/Makefile.am:
37790         * gst-libs/gst/tuner/Makefile.am:
37791         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
37792         should not be disted, -marshal.h files should not be installed,
37793         and -enum.h files _should_ be installed.  Fix to make this the
37794         case.
37795
37796 === release 0.7.5 ===
37797
37798 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
37799
37800         * configure.ac: release 0.7.5, "Under The Sea"
37801
37802 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37803
37804         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
37805         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
37806         * gst/videoscale/gstvideoscale.c:
37807         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
37808           assorted debug/warning fixes
37809
37810 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37811
37812         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
37813         (gst_videoscale_init), (gst_videoscale_chain),
37814         (gst_videoscale_set_property), (plugin_init):
37815         * gst/videoscale/gstvideoscale.h:
37816         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
37817         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
37818         (gst_videoscale_planar400), (gst_videoscale_packed422),
37819         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
37820         (gst_videoscale_24bit), (gst_videoscale_16bit),
37821         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
37822         (gst_videoscale_scale_plane_slow),
37823         (gst_videoscale_scale_point_sample),
37824         (gst_videoscale_scale_nearest),
37825         (gst_videoscale_scale_nearest_str2),
37826         (gst_videoscale_scale_nearest_str4),
37827         (gst_videoscale_scale_nearest_32bit),
37828         (gst_videoscale_scale_nearest_24bit),
37829         (gst_videoscale_scale_nearest_16bit):
37830         add debugging category and use it properly
37831         fix use of GST_PTR_FORMAT
37832
37833 2004-02-25  Andy Wingo  <wingo@pobox.com>
37834
37835         * gst/interleave/interleave.c (interleave_buffered_loop): Always
37836         push only when channel->buffer is NULL. Prevents segfaults doing
37837         the state change after a nonlocal exit, like a scheme exception.
37838
37839         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
37840         Handle the case where the intersected caps is empty.
37841
37842 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37843
37844         * gst/law/mulaw-decode.c: (mulawdec_link):
37845         * gst/law/mulaw.c: (plugin_init):
37846           fix mulawdec so it actually works again
37847
37848 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
37849
37850         reviewed by: David Schleef  <ds@schleef.org>
37851
37852         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
37853         (gst_gamma_init), (gst_gamma_set_property),
37854         (gst_gamma_get_property), (gst_gamma_calculate_tables),
37855         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
37856         for RGB, with separate r g and b correction factors. (#131167)
37857
37858 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
37859
37860         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
37861           only signal tags for bitrate if they're > 0 (#134894)
37862
37863 2004-02-24  David Schleef  <ds@schleef.org>
37864
37865         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
37866         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
37867         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
37868         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
37869         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
37870         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
37871         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
37872         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
37873         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
37874         category.  Attempt to fix timestamp calculation.
37875
37876 2004-02-24  Johan Dahlin  <johan@gnome.org>
37877
37878         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
37879
37880 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
37881
37882         * configure.ac:
37883         * gconf/Makefile.am:
37884         * gconf/gstreamer.schemas:
37885         * gst-libs/gst/gconf/Makefile.am:
37886         * gst-libs/gst/gconf/gconf.c:
37887           version gconf schemas and install locations
37888
37889 2004-02-23  Benjamin Otte  <otte@gnome.org>
37890
37891         * ext/xine/xineinput.c: (gst_xine_input_dispose):
37892         (gst_xine_input_subclass_init):
37893           call parent dispose.
37894           change pad template for CD reader correctly
37895         * ext/xine/Makefile.am:
37896         * ext/xine/gstxine.h:
37897         * ext/xine/xine.c: (plugin_init):
37898         * ext/xine/xineaudiosink.c:
37899           wrap audio sinks, too
37900         * gst-libs/gst/resample/private.h:
37901         * gst-libs/gst/resample/resample.c: (gst_resample_init),
37902         (gst_resample_reinit), (gst_resample_scale),
37903         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
37904         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
37905         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
37906         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
37907         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
37908         * gst-libs/gst/resample/resample.h:
37909         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
37910         (gst_audioscale_class_init), (gst_audioscale_link),
37911         (gst_audioscale_get_buffer), (gst_audioscale_init),
37912         (gst_audioscale_chain), (gst_audioscale_set_property),
37913         (gst_audioscale_get_property):
37914         * gst/audioscale/gstaudioscale.h:
37915           s/resample_*/gst_resample_*/i to not clobber namespaces
37916
37917 2004-02-23  Julien MOUTTE  <julien@moutte.net>
37918
37919         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
37920         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
37921         (gst_riff_create_video_template_caps),
37922         (gst_riff_create_audio_template_caps),
37923         (gst_riff_create_iavs_template_caps):
37924         * gst-libs/gst/riff/riff-media.h:
37925         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
37926         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
37927         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
37928         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
37929         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
37930         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
37931         (gst_matroska_demux_plugin_init): First batch implementing audio and
37932         video codec tags in demuxers.
37933
37934 2004-02-22  Benjamin Otte  <otte@gnome.org>
37935
37936         * ext/xine/Makefile.am:
37937         * ext/xine/gstxine.h:
37938         * ext/xine/xine.c: (plugin_init):
37939         * ext/xine/xineinput.c:
37940           add input plugin wrapper. Playback from files, http, mms and cdda
37941           works.
37942         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
37943           remove leftover G_GNUC_UNUSED
37944         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
37945         (gst_asf_demux_identify_guid):
37946           improve debugging output
37947
37948 2004-02-22  Benjamin Otte  <otte@gnome.org>
37949
37950         reported by: Padraig O'Briain <padraig.obriain@sun.com>
37951
37952         * autogen.sh:
37953           replace test -e with test -x for mkinstalldirs to be more portable.
37954           (fixes #134816)
37955
37956 2004-02-22  Benjamin Otte  <otte@gnome.org>
37957
37958         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
37959
37960         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
37961           set rank to PRIMARY
37962         * gst/volume/gstvolume.c: (plugin_init):
37963           set rank to NONE
37964         fixes #134960
37965
37966 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
37967
37968         reviewed by Benjamin Otte  <otte@gnome.org>
37969
37970         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
37971           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
37972
37973 2004-02-22  Benjamin Otte  <otte@gnome.org>
37974
37975         * configure.ac:
37976           export [_]*{gst,Gst,GST}.* symbols from plugins
37977
37978 2004-02-22  Christophe Fergeau <teuf@gnome.org>
37979
37980         reviewed by: Benjamin Otte  <otte@gnome.org>
37981
37982         * ext/lame/gstlame.c: (add_one_tag):
37983         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
37984         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
37985         (gst_vorbisenc_metadata_set1):
37986         * gst/tags/gstid3tag.c:
37987         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
37988           apply fixes from bugs #135042 (lame can't write tags) and #133817
37989           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
37990
37991 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
37992
37993         * configure.ac: Export only gst_plugin_desc from plugins.
37994          Note that this change only makes any effect with Linux using libtool
37995          1.5.2 or higher. Otherwise it is silently ignored, but it would build
37996          fine. And don't try to have several versions of libtool in different
37997          directories.
37998
37999 2004-02-20  Andy Wingo  <wingo@pobox.com>
38000
38001         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
38002         interleave respectively.
38003
38004         * gst/interleave/deinterleave.c: New plugin: deinterleave
38005         (replaces on oneton).
38006         * gst/interleave/interleave.c: New plugin: interleave.
38007         * gst/interleave/plugin.h: Support file.
38008         * gst/interleave/plugin.c: Support file.
38009
38010         * configure.ac: Remove intfloat and oneton, add interleave.
38011
38012         * ext/sndfile/gstsf.c: Handle events better.
38013
38014         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
38015         and float2int operation. int2float has scheduling problems as
38016         noted in in2float_chain.
38017
38018 2004-02-20  Benjamin Otte  <otte@gnome.org>
38019
38020         * ext/xine/Makefile.am:
38021         * ext/xine/gstxine.h:
38022         * ext/xine/xine.c:
38023         * ext/xine/xineaudiodec.c:
38024         * ext/xine/xinecaps.c:
38025           add first version of xine plugin wrapper. Currently only wraps the
38026           QDM2 win32 DLL, and even that only in proof-of-concept quality.
38027         * configure.ac:
38028         * ext/Makefile.am:
38029           add xine plugin wrapper, disabled by default. Use --enable-xine to
38030           build. Note that it'll segfault on gst-register if you don't remove
38031           the goom and tvtime post plugins from xine.
38032         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
38033         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
38034           add extradata parsing for QDM2.
38035           change around debugging prints.
38036
38037 2004-02-19  Benjamin Otte  <otte@gnome.org>
38038
38039         * ext/lame/gstlame.c: (gst_lame_chain):
38040         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
38041           use gst_tag_list_insert when you want to insert tags
38042
38043 2004-02-18  David Schleef  <ds@schleef.org>
38044
38045         * configure.ac:  Move massink to gst-rotten
38046         * ext/Makefile.am:
38047         * ext/mas/Makefile.am:
38048         * ext/mas/massink.c:
38049         * ext/mas/massink.h:
38050
38051 2004-02-18  David Schleef  <ds@schleef.org>
38052
38053         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
38054         typefinding, since it seems to be worse than nothing.
38055         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
38056         atom to recognize .mp4 and .m4a files as video/quicktime.
38057
38058 2004-02-18  David Schleef  <ds@schleef.org>
38059
38060         * gst/sine/demo-dparams.c: (quit_live),
38061         (dynparm_log_value_changed), (dynparm_value_changed), (main):
38062         Use double dparams, not float.
38063         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38064         (gst_sinesrc_init): Change sync default to FALSE, since multiple
38065         sync'd elements don't really work correctly.
38066         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
38067         (volume_update_volume), (volume_get_property):  Change dparam
38068         to double.
38069
38070 2004-02-18  Julien MOUTTE  <julien@moutte.net>
38071
38072         * sys/ximage/ximagesink.c:
38073         (gst_ximagesink_xwindow_update_geometry),
38074         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
38075         (gst_ximagesink_change_state), (gst_ximagesink_expose),
38076         (gst_ximagesink_init): Rework the way software video scaling works. So
38077         now we check on each chain call if the video frames are feeling the
38078         window. If not we try to renegotiate caps. On failure we memorize that
38079         and we won't try again for that PLAYING sessions.
38080         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
38081         failure.
38082         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
38083         synchronous flag.
38084
38085 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
38086
38087         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
38088           break up _link so we can give a better debug message for errors
38089
38090 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
38091
38092         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
38093           set up debug category
38094
38095 2004-02-18  Julien MOUTTE <julien@moutte.net>
38096
38097         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38098         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
38099         the way renegotiation work. The event handling function is not taking
38100         care of external windows and renegotiate method check for pad flags
38101         NEGOTIATING. Should fix : #133209
38102
38103 2004-02-17  Julien MOUTTE  <julien@moutte.net>
38104
38105         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
38106         pad is negotiating before trying renegotiation.
38107
38108 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
38109
38110         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
38111           pass on all possible mime types as typefind hints
38112
38113 2004-02-17  Julien MOUTTE <julien@moutte.net>
38114
38115         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
38116         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
38117         possible SHM leak if we crash. All other apps using XShm are doing
38118         that.
38119
38120 2004-02-17  Julien MOUTTE  <julien@moutte.net>
38121
38122         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38123         (gst_ximagesink_expose): Renegotiate size on expose.
38124         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
38125         size on expose.
38126
38127 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38128
38129         * testsuite/alsa/sinesrc.c:
38130           cosmetic fix to fix compile issue with gcc 2.95.4
38131
38132 2004-02-16  Julien MOUTTE <julien@moutte.net>
38133
38134         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
38135         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
38136         failed opening the audio device.
38137         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
38138         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
38139         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
38140         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
38141         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
38142         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
38143         (gst_ximagesink_change_state), (gst_ximagesink_chain),
38144         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
38145         Removing some useless g_return_if_fail like wingo suggested.
38146         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
38147         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
38148         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
38149         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
38150         (gst_xvimagesink_update_colorbalance),
38151         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
38152         (gst_xvimagesink_xcontext_clear),
38153         (gst_xvimagesink_get_fourcc_from_caps),
38154         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
38155         (gst_xvimagesink_set_xwindow_id),
38156         (gst_xvimagesink_colorbalance_list_channels),
38157         (gst_xvimagesink_colorbalance_set_value),
38158         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
38159         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
38160
38161 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
38162
38163         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
38164           throw error when not negotiated instead of asserting
38165
38166 2004-02-15  Julien MOUTTE  <julien@moutte.net>
38167
38168         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
38169         correct data refcounting.
38170
38171 2004-02-15  Julien MOUTTE  <julien@moutte.net>
38172
38173         * gst/switch/gstswitch.c: (gst_switch_change_state),
38174         (gst_switch_class_init): Cleaning the sinkpads correctly on state
38175         change, mostly the EOS flag.
38176
38177 2004-02-15  Julien MOUTTE  <julien@moutte.net>
38178
38179         * examples/gstplay/player.c: (got_eos), (main): Adding some
38180         output for debugging.
38181         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
38182         timeouts if we go to any state different from PLAYING.
38183         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
38184         more EOS bugs in riff lib.
38185
38186 2004-02-14  Julien MOUTTE  <julien@moutte.net>
38187
38188         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
38189         visualization until i find a way to fix switch correctly.
38190         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
38191         EOS arrives.
38192         * gst/switch/gstswitch.c: (gst_switch_release_pad),
38193         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
38194         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
38195         Reworked switch to get a more correct behaviour with events and refing
38196         of data stored in sinkpads.
38197         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
38198         we don't pull from a pad in EOS.
38199
38200 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38201
38202         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
38203           remove v1 tag even if we can't read it (makes sure we don't detect
38204           it again)
38205
38206 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38207
38208         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
38209         (gst_alsa_xrun_recovery):
38210         * ext/alsa/gstalsa.h:
38211           try xrun recovery when wait failed. Make xrun recovery function
38212           return TRUE/FALSE to indicate success. (might fix #134354)
38213
38214 2004-02-13  David Schleef  <ds@schleef.org>
38215
38216         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
38217         (dynparm_value_changed), (main): Convert from float to double.
38218         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
38219
38220 2004-02-13  David Schleef  <ds@schleef.org>
38221
38222         * gst/silence/gstsilence.c: (gst_silence_class_init),
38223         (gst_silence_set_clock), (gst_silence_get),
38224         (gst_silence_set_property), (gst_silence_get_property):
38225         * gst/silence/gstsilence.h: Add sync property.
38226         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38227         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
38228         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
38229         * gst/sine/gstsinesrc.h: Add sync property.
38230
38231 2004-02-13  David Schleef  <ds@schleef.org>
38232
38233         * gst/intfloat/gstint2float.c: (conv_f32_s16),
38234         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
38235
38236 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
38237
38238         * configure.ac:
38239         * ext/Makefile.am:
38240         * gst-libs/ext/Makefile.am:
38241           move ffmpeg plugin to gst-ffmpeg module
38242
38243 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
38244
38245         * configure.ac: use GST_ARCH to detect architecture
38246
38247 2004-02-12  Julien MOUTTE  <julien@moutte.net>
38248
38249         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
38250
38251 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
38252
38253         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
38254           classify LADSPA plugins based on number of src/sink pads
38255           (#133663, Stefan Kost)
38256         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
38257           fix dparams registration
38258           (#133528, Stefan Kost)
38259         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
38260           fix use of isprint and use g_ascii_isprint instead
38261           (#133316, Stefan Kost)
38262
38263 2004-02-11  David Schleef  <ds@schleef.org>
38264
38265         Convert a few inner loops to use liboil.  This is currently
38266         optional, and is only enabled if liboil is present (duh!).
38267         * configure.ac: Check for liboil-0.1
38268         * gst/intfloat/Makefile.am:
38269         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
38270         (gst_int2float_chain_gint16):
38271         * gst/videofilter/Makefile.am:
38272         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
38273         (tablelookup_u8), (gst_videobalance_planar411):
38274         * gst/videotestsrc/Makefile.am:
38275         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
38276         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
38277         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
38278         (paint_hline_RGB565), (paint_hline_xRGB1555):
38279
38280 2004-02-11  David Schleef  <ds@schleef.org>
38281
38282         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
38283         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
38284         (gst_colorspace_getcaps), (gst_colorspace_link),
38285         (gst_colorspace_base_init), (gst_colorspace_init),
38286         (gst_colorspace_chain), (gst_colorspace_change_state),
38287         (plugin_init): Merge Ronald's patch (bug #117897) and update
38288         for new caps and negotiation.  Seems to work, although it
38289         shows off bugs in lcs.
38290
38291 2004-02-11  David Schleef  <ds@schleef.org>
38292
38293         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
38294         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
38295
38296 2004-02-11  David Schleef  <ds@schleef.org>
38297
38298         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
38299         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
38300         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
38301         Add server and port properties
38302
38303 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
38304
38305         * m4/a52.m4:
38306         * m4/aalib.m4:
38307         * m4/as-ffmpeg.m4:
38308         * m4/as-liblame.m4:
38309         * m4/as-slurp-ffmpeg.m4:
38310         * m4/check-libheader.m4:
38311         * m4/esd.m4:
38312         * m4/freetype2.m4:
38313         * m4/gconf-2.m4:
38314         * m4/glib.m4:
38315         * m4/gst-alsa.m4:
38316         * m4/gst-artsc.m4:
38317         * m4/gst-ivorbis.m4:
38318         * m4/gst-matroska.m4:
38319         * m4/gst-sdl.m4:
38320         * m4/gst-shout2.m4:
38321         * m4/gst-sid.m4:
38322         * m4/gtk.m4:
38323         * m4/libdv.m4:
38324         * m4/libfame.m4:
38325         * m4/libmikmod.m4:
38326         * m4/ogg.m4:
38327         * m4/vorbis.m4:
38328           fix underquotedness of macros (#133800)
38329         * m4/as-avifile.m4:
38330         * m4/xmms.m4:
38331           removed because no longer used
38332
38333 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
38334
38335         * configure.ac:
38336           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
38337           by autopoint (fixes #132996)
38338
38339 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38340
38341         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
38342         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
38343         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
38344         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
38345           fix memleaks
38346
38347 2004-02-11  David Schleef  <ds@schleef.org>
38348
38349         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
38350         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
38351         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
38352         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
38353         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
38354         (gst_jpegenc_class_init), (gst_jpegenc_init),
38355         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
38356         (gst_jpegenc_chain), (gst_jpegenc_set_property),
38357         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
38358         * ext/jpeg/gstjpegenc.h: Fix negotiation.
38359
38360 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38361
38362         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
38363         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
38364         * ext/mikmod/gstmikmod.h:
38365           fix caps negotiation in mikmod
38366         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
38367           output debug information
38368
38369 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38370
38371         * gst-libs/gst/colorbalance/Makefile.am:
38372         * gst-libs/gst/navigation/Makefile.am:
38373         * gst-libs/gst/xoverlay/Makefile.am:
38374           remove unused GST_OPT_CFLAGS from Makefiles
38375           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
38376
38377 2004-02-07  David Schleef  <ds@schleef.org>
38378
38379         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
38380         push events to pads that haven't been created (#133508)
38381
38382 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
38383
38384         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
38385         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
38386         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
38387         (gst_dvdec_loop), (gst_dvdec_change_state):
38388         Second attempt at committing a working dvdec element.
38389
38390 2004-02-06  David Schleef  <ds@schleef.org>
38391
38392         Build fixes for OS X: (see #129600)
38393         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
38394         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
38395         (gst_riff_read_strf_iavs):
38396         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
38397         (gst_avi_demux_stream_odml):
38398         * gst/playondemand/Makefile.am:
38399         * gst/rtp/rtp-packet.c:
38400
38401 2004-02-05  David Schleef  <ds@schleef.org>
38402
38403         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
38404         last change, because it Just Doesn't Compile.
38405
38406 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38407
38408         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
38409           skip undecodable id3v2 tag instead of keeping it
38410
38411 2004-02-05  David Schleef  <ds@schleef.org>
38412
38413         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
38414         Unref leaked buffer.  (Noticed by Ronald)
38415
38416 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
38417
38418         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38419         Sync requires with other checks.  >= vs =.
38420
38421 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
38422
38423         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
38424         (gst_dvdec_video_link), (gst_dvdec_loop):
38425         * ext/dv/gstdvdec.h:
38426           rework the caps negotiation so that dvdec works again instead
38427           of just segfaulting.
38428
38429 === release 0.7.4 ===
38430
38431 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
38432
38433         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
38434         * configure.ac: changed for release
38435
38436 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
38437
38438         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
38439         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
38440         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38441         * pkgconfig/gstreamer-play-uninstalled.pc.in:
38442           reworked patch by David Lehn to fix libdir and includedir for
38443           uninstalled libraries
38444           removed play and gconf from gstreamer-libs since they have their
38445           own pkgconfig files
38446
38447 2004-02-04  David Schleef  <ds@schleef.org>
38448
38449         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
38450         memleak.
38451
38452 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38453
38454         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
38455           use correct GST_TAG_ENCODER tag
38456
38457 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38458
38459         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
38460           be sure to stop the clock when going to paused
38461         * sys/oss/gstosssink.c: (gst_osssink_change_state):
38462           reset number of transmitted when going to ready.
38463         fixes #132935
38464
38465 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
38466
38467         reviewed by Benjamin Otte
38468
38469         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
38470           extract track count (fixes #133410)
38471
38472 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38473
38474         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
38475           that should be !=, not == (fixes #132519)
38476
38477 2004-02-04  David Schleef  <ds@schleef.org>
38478
38479         Make sure set_explicit_caps() is called before adding pad.
38480         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38481         * gst/id3/gstid3types.c: (gst_id3types_loop):
38482         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
38483         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38484
38485 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38486
38487         * configure.ac:
38488           bump nano to 2, first prerelease
38489           put back AM_PROG_LIBTOOL
38490
38491 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38492
38493         * testsuite/alsa/Makefile.am:
38494           these are user test apps, not automatic testsuite tests
38495
38496 2004-02-04  David Schleef  <ds@schleef.org>
38497
38498         Convert GST_DEBUG_CAPS() to GST_DEBUG():
38499         * gst/mpeg1videoparse/gstmp1videoparse.c:
38500         (mp1videoparse_parse_seq):
38501         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38502         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
38503         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
38504         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
38505         (gst_xvideosink_getcaps):
38506         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
38507         * testsuite/gst-lint: more tests
38508
38509 2004-02-04  David Schleef  <ds@schleef.org>
38510
38511         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
38512         with the code that they would expand to.
38513         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
38514         (gst_flacdec_get_src_query_types),
38515         (gst_flacdec_get_src_event_masks):
38516         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
38517         (gst_gnomevfssrc_get_query_types),
38518         (gst_gnomevfssrc_get_event_mask):
38519
38520 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38521
38522         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38523         (gst_sinesrc_dispose):
38524           fix memleak by properly disposing sinesrc
38525
38526 2004-02-04  Julien MOUTTE  <julien@moutte.net>
38527
38528         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
38529         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
38530         an overlay to redraw the image because it has been exposed.
38531         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
38532         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
38533         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
38534         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
38535         interface
38536         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
38537         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
38538         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
38539         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
38540         interface
38541
38542 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38543
38544         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
38545           more memleak fixage
38546
38547 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38548
38549         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
38550         * gst/typefind/gsttypefindfunctions.c:
38551           fix memleaks shown by gst-typefind
38552
38553 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
38554
38555         * common/glib-gen.mak:
38556           add hack rule to touch .Plo files
38557         * gst-libs/gst/colorbalance/Makefile.am:
38558         * gst-libs/gst/mixer/Makefile.am:
38559         * gst-libs/gst/play/Makefile.am:
38560         * gst-libs/gst/tuner/Makefile.am:
38561           remove glib_root variable
38562
38563 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38564
38565         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
38566           set explicit caps before adding the element, so the autopluggers can
38567           plug correctly.
38568         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
38569         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
38570         (mpeg_video_type_find), (mpeg_video_stream_type_find),
38571         (dv_type_find):
38572           fix memleaks in typefind functions. gst_type_find_suggest takes a const
38573           argument.
38574
38575 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
38576
38577         * gst-libs/gst/colorbalance/Makefile.am:
38578         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
38579         * gst-libs/gst/colorbalance/colorbalance.c:
38580         * gst-libs/gst/colorbalance/colorbalance.h:
38581         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
38582         * gst-libs/gst/mixer/Makefile.am:
38583         * gst-libs/gst/mixer/mixer-marshal.list:
38584         * gst-libs/gst/mixer/mixer.c:
38585         * gst-libs/gst/mixer/mixer.h:
38586         * gst-libs/gst/mixer/mixermarshal.list:
38587         * gst-libs/gst/play/Makefile.am:
38588         * gst-libs/gst/play/play.h:
38589         * gst-libs/gst/tuner/Makefile.am:
38590         * gst-libs/gst/tuner/tuner-marshal.list:
38591         * gst-libs/gst/tuner/tuner.c:
38592         * gst-libs/gst/tuner/tuner.h:
38593         * gst-libs/gst/tuner/tunermarshal.list:
38594           use new glib-gen.mak snippet to clean up Makefile.am
38595           fix various bugs in Makefile.am's
38596
38597 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38598
38599         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
38600           handle chain parsing correctly in the multichain case
38601         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
38602         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
38603         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
38604         (theora_dec_chain):
38605           handle events and queries correctly
38606
38607 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38608
38609         * .cvsignore:
38610         Ignore generated file _stdint.h.
38611
38612 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38613
38614         * gst-libs/gst/colorbalance/Makefile.am:
38615         * gst-libs/gst/colorbalance/colorbalance.h:
38616         * gst-libs/gst/mixer/Makefile.am:
38617         * gst-libs/gst/mixer/mixer.h:
38618         * gst-libs/gst/play/Makefile.am:
38619         * gst-libs/gst/play/play.h:
38620         * gst-libs/gst/tuner/Makefile.am:
38621         * gst-libs/gst/tuner/tuner.h:
38622         Generate enum type code with glib-mkenums.
38623         * gst-libs/gst/colorbalance/.cvsignore:
38624         * gst-libs/gst/mixer/.cvsignore:
38625         * gst-libs/gst/play/.cvsignore:
38626         * gst-libs/gst/tuner/.cvsignore:
38627         Ignore generated files.
38628
38629 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38630
38631         * gst-libs/gst/audio/.cvsignore:
38632         Ignore generated file.
38633         * gst-libs/gst/audio/Makefile.am:
38634         Do not install example filter.
38635
38636 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38637
38638         * examples/switch/.cvsignore:
38639         Ignore generated file.
38640
38641 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38642
38643         * common/m4/ax_create_stdint_h.m4:
38644         * configure.ac:
38645           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
38646           _stdint.h.
38647         * Makefile.am:
38648           remove generated _stdint.h in DISTCLEANFILES
38649         * ext/a52dec/gsta52dec.c:
38650           include _stdint.h for a52dec. (should fix #133064)
38651
38652 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
38653
38654         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
38655         (gst_tag_to_vorbis_comments):
38656         Add replaygain support to vorbistag
38657
38658 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
38659         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
38660         (gst_ffmpeg_caps_to_extradata):
38661           Fix SVQ3 caps flag properties
38662           Use glib macro for bytes swap
38663
38664 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38665
38666         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
38667         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
38668         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
38669         * ext/sndfile/gstsf.c: (plugin_init):
38670         * gst/avi/gstavi.c: (plugin_init):
38671         * sys/dxr3/dxr3init.c: (plugin_init):
38672         * sys/oss/gstossaudio.c: (plugin_init):
38673         * sys/v4l/gstv4l.c: (plugin_init):
38674         * sys/v4l2/gstv4l2.c: (plugin_init):
38675           remove textdomain calls
38676         * po/nl.po:
38677           update Dutch translation
38678
38679 2004-02-02  Julien MOUTTE  <julien@moutte.net>
38680
38681         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
38682         (gst_play_set_audio_sink): Moving volume in the audio thread for
38683         instantaneous volume change. Maybe i will add another volume in front
38684         of visualization later, not sure yet though.
38685
38686 2004-02-02  Julien MOUTTE  <julien@moutte.net>
38687
38688         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38689         (gst_ximagesink_handle_xevents): Better X events handling, only take
38690         the latest events for configure and motion.
38691         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
38692
38693 2004-02-02  Jon Trowbridge  <trow@gnu.org>
38694
38695         reviewed by: David Schleef  <ds@schleef.org>
38696
38697         Fix memory leaks:
38698         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
38699         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
38700
38701 2004-02-02  David Schleef  <ds@schleef.org>
38702
38703         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
38704         of lines.
38705         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
38706         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
38707         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
38708         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
38709         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
38710         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
38711         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
38712         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
38713         (gst_float2_2_int_link):
38714         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
38715         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
38716         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
38717         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
38718         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
38719         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
38720         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
38721         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
38722         * testsuite/gst-lint: Add tests for bzero and ;;
38723
38724 2004-02-02  David Schleef  <ds@schleef.org>
38725
38726         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
38727
38728 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38729
38730         * ext/aalib/gstaasink.c: (gst_aasink_open):
38731         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
38732         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
38733         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
38734         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
38735         (gst_afsink_close_file):
38736         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
38737         (gst_afsrc_close_file):
38738         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
38739         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
38740         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
38741         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
38742         * ext/esd/esdmon.c: (gst_esdmon_get):
38743         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
38744         * ext/faac/gstfaac.c: (gst_faac_chain):
38745         * ext/faad/gstfaad.c: (gst_faad_chain):
38746         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
38747         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38748         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
38749         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
38750         (gst_flacdec_loop):
38751         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
38752         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
38753         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
38754         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
38755         (gst_gnomevfssink_close_file):
38756         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
38757         (gst_gnomevfssrc_open_file):
38758         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
38759         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
38760         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
38761         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
38762         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
38763         * ext/mad/gstmad.c: (gst_mad_chain):
38764         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
38765         * ext/mpeg2dec/gstmpeg2dec.c:
38766         * ext/mpeg2enc/gstmpeg2enc.cc:
38767         * ext/mplex/gstmplex.cc:
38768         * ext/mplex/gstmplexibitstream.cc:
38769         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
38770         (gst_ogg_demux_push):
38771         * ext/raw1394/gstdv1394src.c:
38772         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
38773         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
38774         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
38775         (gst_sf_loop):
38776         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
38777         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
38778         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
38779         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
38780         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
38781         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
38782         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
38783         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
38784         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
38785         (gst_riff_read_element_data), (gst_riff_read_seek),
38786         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
38787         * gst/adder/gstadder.c: (gst_adder_loop):
38788         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
38789         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
38790         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
38791         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
38792         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
38793         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
38794         * gst/goom/gstgoom.c: (gst_goom_chain):
38795         * gst/id3/gstid3types.c: (gst_id3types_loop):
38796         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
38797         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
38798         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
38799         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
38800         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
38801         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
38802         (gst_ebml_read_float), (gst_ebml_read_header):
38803         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
38804         (gst_matroska_demux_parse_blockgroup):
38805         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
38806         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
38807         * gst/oneton/gstoneton.c: (gst_oneton_chain):
38808         * gst/silence/gstsilence.c: (gst_silence_get):
38809         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
38810         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
38811         * gst/speed/gstspeed.c: (speed_loop):
38812         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
38813         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
38814         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
38815         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
38816         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
38817         (gst_wavparse_loop):
38818         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
38819         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
38820         (dxr3audiosink_close):
38821         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
38822         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
38823         (dxr3videosink_close), (dxr3videosink_write_data):
38824         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
38825         * sys/oss/gstosssink.c: (gst_osssink_chain):
38826         * sys/oss/gstosssrc.c: (gst_osssrc_get):
38827         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
38828         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
38829         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
38830         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
38831         (gst_v4l_set_window), (gst_v4l_enable_overlay):
38832         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
38833         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
38834         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
38835         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
38836         (gst_v4l_set_audio):
38837         * sys/v4l/v4l_calls.h:
38838         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
38839         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
38840         (gst_v4lmjpegsink_playback_init),
38841         (gst_v4lmjpegsink_playback_start):
38842         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
38843         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
38844         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
38845         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
38846         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
38847         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
38848         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
38849         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
38850         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
38851         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
38852         (gst_v4l2_get_output), (gst_v4l2_set_output),
38853         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
38854         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
38855         (gst_v4l2_set_attribute):
38856         * sys/v4l2/v4l2_calls.h:
38857         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
38858         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
38859         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
38860         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
38861         (gst_v4l2src_capture_stop):
38862         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
38863         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
38864         (gst_ximagesink_chain):
38865         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
38866         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
38867         (gst_xvideosink_xwindow_new):
38868         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
38869         (gst_xvimagesink_chain):
38870
38871 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38872
38873         * gst/volume/gstvolume.c: (gst_volume_set_volume),
38874         (gst_volume_get_volume), (volume_class_init), (volume_init),
38875         (volume_chain_int16), (volume_update_volume):
38876         * gst/volume/gstvolume.h:
38877           make code more readable by removing magic numbers
38878           make mixer interface export 0-100 range
38879           make it internally map to 0.0-1.0 range so users don't distort
38880           output by putting the sliders at full volume
38881
38882 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38883
38884         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
38885         (gst_play_state_change), (gst_play_seek_to_time):
38886         block the tick callback for 0.5 secs after doing a seek
38887
38888 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38889
38890         * gst-libs/gst/play/play.c: (gst_play_new):
38891           check for GError
38892
38893 2004-02-01  Julien MOUTTE  <julien@moutte.net>
38894
38895         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
38896         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
38897         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
38898         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
38899         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
38900         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
38901
38902 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
38903
38904         * configure.ac:
38905         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
38906           check for a function added in vorbis 1.1
38907
38908 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38909
38910         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
38911         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
38912           really start/stop clock only on PLAYING <=> PAUSED
38913         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
38914           remove \n from debugging lines
38915         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
38916           make it work when seeking does not
38917         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
38918           reset on DISCONT
38919
38920 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38921
38922         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
38923           start clock on PAUSED=>PLAYING, not later
38924         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
38925           extract correct time for different discont formats
38926         (gst_alsa_sink_get_time):
38927           don't segfault when no format is negotiated yet, just return 0
38928         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
38929         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
38930         (gst_ogg_pad_push):
38931           handle flush and discont events correctly
38932         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
38933           handle discont events correctly
38934
38935 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
38936
38937         * gst-libs/gst/play/play.c: (gst_play_error_quark),
38938         (gst_play_error_create), (gst_play_error_plugin),
38939         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
38940         * gst-libs/gst/play/play.h:
38941           add error handling during creation
38942         * examples/gstplay/player.c: (main):
38943           use new gst_play_new
38944
38945
38946 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38947
38948         * ext/theora/theoradec.c: (theora_dec_chain):
38949           make comments work
38950         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
38951         (vorbis_dec_src_event), (vorbis_dec_chain):
38952           add encoder tag, fix tag reading to be more error tolerant, change
38953           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
38954           gst_pad_event_default.
38955         * gst/tags/gstvorbistag.c:
38956         (gst_tag_list_from_vorbiscomment_buffer):
38957           undefine function specific define at end of function
38958
38959 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
38960
38961         * ext/flac/gstflac.c: (plugin_init):
38962         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
38963         * ext/flac/gstflacdec.h:
38964         * ext/flac/gstflacenc.h:
38965           Fix typos
38966
38967 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
38968
38969         * examples/gstplay/player.c: s/gstplay.h/play.h/
38970
38971 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38972
38973         * gst-libs/gst/play/Makefile.am:
38974         * gst-libs/gst/play/gstplay.c:
38975         * gst-libs/gst/play/gstplay.h:
38976         * gst-libs/gst/play/play.c:
38977           more surgery, operation complete
38978
38979 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38980
38981         * gst-libs/gst/play/play.old.c:
38982         * gst-libs/gst/play/play.old.h:
38983           after CVS surgery by moving, remove
38984         * gst-libs/gst/play/playpipelines.c:
38985           remove
38986
38987         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
38988           add negotiation error
38989
38990 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38991
38992         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
38993         (gst_ogg_demux_push):
38994           add some seeking debug info
38995           send a flush when seeking
38996
38997 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38998
38999         * configure.ac:
39000           use AC_C_INLINE
39001         * configure.ac:
39002         * ext/Makefile.am:
39003         * ext/theora/Makefile.am:
39004         * ext/theora/theoradec.c:
39005           add theora video decoder. Does just do simple decoding for now and
39006           has been tested against Theora cvs only. It only works when theora
39007           is compiled with --enable-static.
39008         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
39009           always reset packetno on DISCONT
39010
39011 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39012
39013         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
39014           Fix audio.
39015
39016 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39017
39018         * gst/mpegaudioparse/gstmpegaudioparse.c:
39019         (mp3_type_frame_length_from_header):
39020           Fix header parsing - stolen from ffmpeg (thank you! :) ).
39021
39022 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39023
39024         * ext/esd/esdsink.c: (gst_esdsink_init):
39025           Since we have static pad template caps, we don't need to negotiate;
39026           either the core errors out or we know the format.
39027
39028 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39029
39030         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
39031         (gst_riff_read_seek):
39032         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
39033         (gst_ebml_read_seek):
39034           Fix event handling.
39035
39036 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39037
39038         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
39039           removee video/x-theora from vp3 decoder, it doesn't handle raw
39040           theora streams
39041         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
39042           fix bug with finalizing element that never went to PAUSED
39043         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
39044           length and position queries were swapped
39045         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
39046         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
39047         (vorbis_dec_src_event):
39048           implement querying time and bytes
39049
39050 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
39051
39052         * just about every source file:
39053           gst_element_error -> GST_ELEMENT_ERROR
39054
39055 2004-01-29  Julien MOUTTE  <julien@moutte.net>
39056
39057         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
39058         emiting FLUSH and even before DISCONT.
39059         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
39060         get the best instant seeking as possible yay!
39061
39062 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39063
39064         * gst/mpeg1videoparse/gstmp1videoparse.c:
39065         (gst_mp1videoparse_real_chain):
39066           Committed wrong version last week... Grr... Didn't notice until now.
39067
39068 2004-01-29  Julien MOUTTE <julien@moutte.net>
39069
39070         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
39071         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
39072         have_xwindow_id signal in xwindow_create.
39073
39074 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39075
39076         * ext/ogg/gstoggdemux.c:
39077           lots of changes - mainly support for chained bitstreams, seeking,
39078           querying and bugfixes of course
39079         * ext/vorbis/Makefile.am:
39080         * ext/vorbis/vorbisdec.c:
39081         * ext/vorbis/vorbisdec.h:
39082           add vorbisdec raw vorbis decoder
39083         * ext/vorbis/vorbis.c: (plugin_init):
39084           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
39085         * gst/intfloat/Makefile.am:
39086         * gst/intfloat/float22int.c:
39087         * gst/intfloat/float22int.h:
39088         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
39089           add float2intnew plugin. It converts multichannel interleaved float to
39090           multichannel interleaved int. The name should probably be changed.
39091         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
39092         (plugin_init):
39093           add typefinding for raw theora video so oggdemux can detect it.
39094
39095 2004-01-28  Julien MOUTTE  <julien@moutte.net>
39096
39097         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
39098         sink element first.
39099         * gst/videoscale/gstvideoscale.c:
39100         (gst_videoscale_handle_src_event): Fixing src event handler.
39101
39102 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39103
39104         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
39105         (gst_v4lsrc_open), (gst_v4lsrc_close),
39106         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
39107         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
39108         * sys/v4l/gstv4lsrc.h:
39109         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
39110         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
39111           Implement resizing... Hack. But that's why v4l is b0rked...
39112
39113 2004-01-28  Julien MOUTTE <julien@moutte.net>
39114
39115         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
39116         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
39117         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
39118         (gst_ximagesink_xwindow_destroy):
39119         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
39120         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
39121         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
39122         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
39123         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
39124         correctly cleaning the image created to check xshm calls on succes,
39125         added a lot of XSync calls in X11 functions, and fixed a segfault when
39126         no image format was defined before negotiation happened.
39127
39128 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39129
39130         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
39131           use gst_element_get_time to get correct time
39132
39133 2004-01-28  Julien MOUTTE  <julien@moutte.net>
39134
39135         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
39136         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
39137         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
39138         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
39139         (gst_xvimagesink_check_xshm_calls),
39140         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
39141         X plugins are now able to detect that XShm calls will fail even if the
39142         server claims that it has XShm support (remote displays most of the
39143         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
39144         so that we use non XShm functions. This feature is almost useless for
39145         xvimagesink as Xv is not supported on remote displays anyway, but
39146         it might happen than even on the local display XShm calls fail.
39147
39148 2004-01-27  David Schleef  <ds@schleef.org>
39149
39150         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
39151         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
39152         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
39153         changed esdsink to only use 44100,16,2, since esd sucks at rate
39154         conversion and esdsink has had difficulty negotiating.
39155
39156 2004-01-27  Julien MOUTTE <julien@moutte.net>
39157
39158         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
39159         (gst_play_seek_to_time): Fixing the way to get current position.
39160
39161 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39162
39163         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
39164           use gst_element_get_time to get correct time
39165
39166 2004-01-27  Julien MOUTTE <julien@moutte.net>
39167
39168         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
39169         fix ever... Inverting 2 lines of code make spider autoplug correctly
39170         tagged mp3 !
39171
39172 2004-01-27  David Schleef  <ds@schleef.org>
39173
39174         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
39175         Use gst_pad_try_set_caps_nonfixed().
39176
39177 2004-01-27  David Schleef  <ds@schleef.org>
39178
39179         * gst/ac3parse/gstac3parse.c: update to checklist 5
39180         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
39181         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
39182         * gst/audioscale/gstaudioscale.c: same
39183         * gst/auparse/gstauparse.c: same
39184         * gst/avi/gstavidemux.c: same
39185
39186 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39187
39188         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
39189           stop processing after EOS
39190
39191 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39192
39193         * gst/asfdemux/asfheaders.h:
39194         * gst/asfdemux/gstasfdemux.c:
39195         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
39196         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
39197         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
39198           lot's of fixes to make data extraction simpler and get the code
39199           architecture and compiler independant. Add debugging category
39200         * gst/goom/gstgoom.c: (gst_goom_change_state):
39201           reset channel count on PAUSED=>READY, not READY=>PAUSED
39202
39203 2004-01-26  Colin Walters  <walters@verbum.org>
39204
39205         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
39206         code to pull a bigger buffer in iradio mode.  This as a side effect
39207         makes typefinding work.
39208
39209 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
39210
39211         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
39212         Fix SVQ3 decoding on PPC
39213
39214 2004-01-26  Julien MOUTTE <julien@moutte.net>
39215
39216         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
39217         that one managed to stay there... Fixed.
39218
39219 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
39220
39221         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
39222         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
39223         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
39224         (qtdemux_video_caps):
39225         * gst/qtdemux/qtdemux.h:
39226         Add SVQ3 specific flags to qtdemux and ffmpeg
39227
39228 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39229
39230         * gst-libs/gst/audio/audio.h:
39231           remove buffer-frames from audio caps
39232         * gst/audioconvert/gstaudioconvert.c:
39233           fix plugin to really work.
39234
39235 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39236
39237         * gst-libs/gst/mixer/mixer.c:
39238         * gst-libs/gst/propertyprobe/propertyprobe.c:
39239         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
39240         (gst_tuner_find_channel_by_name):
39241         * gst-libs/gst/tuner/tuner.h:
39242           Add gtk-doc style comments. Also fix a function name.
39243
39244 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39245
39246         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
39247         (gst_divxdec_negotiate):
39248           Fix for new capsnego - also fixes gst-player with divxdec.
39249
39250 2004-01-25  Julien MOUTTE  <julien@moutte.net>
39251
39252         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39253         (gst_play_identity_handoff), (gst_play_set_location),
39254         (gst_play_set_visualization), (gst_play_connect_visualization): Another
39255         try in visualization implementation. Still have an issue with switch
39256         blocking when pulling from video_queue and only audio comes out of
39257         spider.
39258         * gst/switch/gstswitch.c: (gst_switch_release_pad),
39259         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
39260         release method. And check if the pad is usable before pulling.
39261
39262 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39263
39264         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
39265         (gst_videobalance_init),
39266         (gst_videobalance_colorbalance_list_channels),
39267         (gst_videobalance_colorbalance_set_value),
39268         (gst_videobalance_colorbalance_get_value),
39269         (gst_videobalance_update_properties),
39270         (gst_videobalance_update_tables_planar411),
39271         (gst_videobalance_planar411):
39272         * gst/videofilter/gstvideobalance.h:
39273           Implement lookup-tables. +/- 10x faster.
39274
39275 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39276
39277         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
39278         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
39279           The index reading was broken. The rest worked fine, but the whole
39280           goal of my rewrite was to make avidemux readable, and this was
39281           not at all readable. Please use typed variables.
39282
39283 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39284
39285         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
39286           Additional pad usability check.
39287         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
39288         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
39289         (gst_mp1videoparse_real_chain):
39290           Fix MPEG video stream parsing. The original plugin had several
39291           issues, including not timestamping streams where the source was
39292           not timestamped (this happens with PTS values in mpeg system
39293           streams, but MPEG video is also a valid stream on its own so
39294           that needs timestamps too). We use the display time code for that
39295           for now. Also, if one incoming buffer contains multiple valid
39296           frames, we push them all on correctly now, including proper EOS
39297           handling. Lastly, several potential segfaults were fixed, and we
39298           properly sync on new sequence/gop headers to include them in next,
39299           not previous frames (since they're header for the next frame, not
39300           the previous). Also see #119206.
39301         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
39302         (bpf_from_header):
39303           Move caps setting so we only do it after finding several valid
39304           MPEG-1 fraes sequentially, not right after the first one (which
39305           might be coincidental).
39306         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
39307         (mpeg_video_type_find), (mpeg_video_stream_type_find),
39308         (plugin_init):
39309           Add unsynced MPEG video stream typefinding, and change some
39310           probability values so we detect streams rightly. The idea is as
39311           follows: I can have an unsynced system stream which contains
39312           video. In the current code, I would randomly get a type for either
39313           system or video stream type found, because the probabilities are
39314           being calculated rather randomly. I now use fixed values, so we
39315           always prefer system stream if that was found (and that is how it
39316           should be). If no system stream was found, we can still identity                the stream as video-only.
39317
39318 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39319
39320         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
39321         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
39322           don't write to buffer. Extract data without the need of
39323           __attribute__ ((packed))
39324
39325 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39326
39327         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
39328         (mpeg1_sys_type_find):
39329           Fix MPEG-1 stream typefinding.
39330
39331 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39332
39333         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
39334           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
39335
39336 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
39337
39338         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
39339         * ext/esd/gstesd.c: (plugin_init):
39340           private debugging, better error reporting
39341
39342 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39343
39344         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
39345         (gst_riff_read_init), (gst_riff_read_change_state):
39346         * gst-libs/gst/riff/riff-read.h:
39347           Remove stuff fromold metadata system.
39348
39349 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39350
39351         * ext/ogg/gstoggdemux.c:
39352           Fix wrong file comment.
39353         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
39354         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
39355           Add metadata reading properly.
39356
39357 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
39358
39359         * ext/Makefile.am:
39360           Fix nas DIST_SUBDIRS
39361           Uraeus:
39362           Fix bug where make distcheck doesn't get run on adding stuff to
39363           the build.
39364
39365 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39366
39367         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
39368         * ext/divx/gstdivxdec.h:
39369           Fix divx3 ("msmpeg4") playback using divxdec.
39370
39371 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39372
39373         * gst/typefind/gsttypefindfunctions.c:
39374         (mp3_type_frame_length_from_header): fix bug in length computation
39375         (mp3_type_find): improve debugging output
39376
39377 2004-01-23  Julien MOUTTE  <julien@moutte.net>
39378
39379         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39380         (gst_play_set_location), (gst_play_seek_to_time),
39381         (gst_play_set_audio_sink), (gst_play_set_visualization),
39382         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
39383         the pipeline from scratch. Visualization is back and switch went out as
39384         i realized it was not possible to use the way i wanted.
39385         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
39386         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
39387         clearing in state change from READY to NULL. So that one can clean the
39388         X ressources keeping the element.
39389         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39390         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
39391         (gst_xvimagesink_colorbalance_set_value),
39392         (gst_xvimagesink_colorbalance_get_value),
39393         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
39394         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
39395         change from READY to NULL and fixed some stupid bugs in colorbalance
39396         get/set values. Also added the following feature : when nobody tries to
39397         set some values to the colorbalance levels before the xcontext is
39398         grabbed, then when creating channels list from Xv attributes we set the
39399         internal values to the Xv defaults. This way we handle buggy Xv drivers
39400         that set default hue values far from the middle of the range (Thanks
39401         to Jon Trowbridge for pointing that issue).
39402         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
39403         colorbalance levels have been set before xcontext is grabbed.
39404
39405 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39406
39407         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
39408           Fix the ossmixer case where we shouldn't open /dev/dsp* because
39409           it might block operations (which is bad for a mixer).
39410
39411 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
39412
39413         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
39414         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
39415         (gmip_find_type_pre):
39416         * gst-libs/gst/media-info/media-info-priv.h:
39417         * gst-libs/gst/media-info/media-info.c:
39418         (gst_media_info_instance_init), (gst_media_info_read_idler):
39419         add fakesink to get caps on decoder src pad again
39420         fix callback prototype to match new have_type signal signature
39421
39422 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
39423
39424         * gst/adder/gstadder.c: (gst_adder_link):
39425           fix non-compile and cut-n-paste code
39426
39427 2004-01-21  David Schleef  <ds@schleef.org>
39428
39429         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
39430         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
39431         (gst_swfdec_init), (gst_swfdec_change_state):
39432         * ext/swfdec/gstswfdec.h:
39433         Fix negotiation.
39434         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
39435         (gst_adder_request_new_pad): Fix negotiation.
39436         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
39437         Add a fixate function.
39438         * gst/intfloat/gstfloat2int.c:
39439         * gst/intfloat/gstfloat2int.h:
39440         * gst/intfloat/gstint2float.c:
39441         * gst/intfloat/gstint2float.h:
39442         Completely rewrite the negotiation.  Doesn't quite work yet,
39443         due to some buffer-frames problem.
39444
39445 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
39446
39447         * ext/gnomevfs/gstgnomevfssrc.c:
39448         * sys/v4l2/v4l2_calls.h:
39449           fix includes for distcheck
39450
39451 2004-01-21  Christian Schaller <uraeus@gnome.org>
39452
39453         * ext/nas/
39454         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
39455         based on earlier patch from Laurent Vivier
39456
39457 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
39458
39459         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
39460         Fix wma caps property
39461         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
39462         Fix typo (flags1 and flags2)
39463
39464 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39465
39466         * gst-libs/gst/media-info/media-info-priv.c:
39467         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
39468         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
39469         (gmip_find_stream), (gmip_find_track_metadata),
39470         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
39471         (gmip_find_track_format):
39472         * gst-libs/gst/media-info/media-info-priv.h:
39473         * gst-libs/gst/media-info/media-info-test.c: (main):
39474         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
39475         (gst_media_info_read_idler), (gst_media_info_read):
39476         * gst-libs/gst/media-info/media-info.h:
39477           register debugging category and use it for debugging
39478
39479 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39480
39481         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
39482         (gst_vorbisfile_new_link):
39483           signal streaminfo through tags
39484
39485 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39486
39487         * ext/mplex/gstmplex.cc:
39488         * ext/mplex/gstmplexibitstream.cc:
39489           g++ doesn't like NULL in our i18n/error macros, should be
39490           either (NULL) or ("").
39491
39492 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39493
39494         * sys/dxr3/dxr3audiosink.c:
39495         * sys/dxr3/dxr3init.c:
39496         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
39497         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
39498           Fix more error error error errors (missing includes here).
39499
39500 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39501
39502         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39503           fix thomas' error errors.
39504
39505 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39506
39507         * ext/mpeg2enc/gstmpeg2enc.cc:
39508           fix error errors.
39509
39510 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39511
39512         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39513         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39514           Fix for new error system.
39515
39516 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39517
39518         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39519           fix for new error reporting
39520
39521 2004-01-20  David Schleef  <ds@schleef.org>
39522
39523         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
39524         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
39525         (gst_ximagesink_set_xwindow_id): Change to using a framerate
39526         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
39527         and neither is 100+, most likely.
39528         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
39529         (gst_xvimagesink_getcaps): same
39530
39531 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39532
39533         * configure.ac:
39534           Up version requirement to 2.0.3 (not yet released) to avoid symbol
39535           clashes with ffmpeg.
39536
39537 2004-01-20  Julien MOUTTE  <julien@moutte.net>
39538
39539         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
39540         (gst_switch_init): Fixed switch element : proxying link and setting
39541         caps from src to sink on request.
39542
39543 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39544
39545         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
39546         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
39547         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
39548         fix element_error
39549
39550 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39551
39552         * sys/v4l/v4l_calls.h:
39553         * sys/v4l2/v4l2_calls.h:
39554           element_error fixes
39555
39556 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39557
39558         * gst-libs/gst/gst-i18n-plugin.h:
39559           add locale.h
39560           remove config.h inclusion
39561
39562 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39563
39564         * autogen.sh:
39565           adding autopoint invocation
39566         * Makefile.am:
39567         * configure.ac:
39568         * gst-libs/gst/gettext.h:
39569           adding gettext bits
39570         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
39571         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
39572         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
39573         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39574         (gst_gnomevfssink_close_file):
39575         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
39576         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
39577         * gst-libs/gst/gst-i18n-plugin.h:
39578         * gst/avi/gstavi.c: (plugin_init):
39579         * sys/dxr3/dxr3init.c: (plugin_init):
39580         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
39581         * sys/oss/gstossaudio.c: (plugin_init):
39582         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39583         * sys/v4l/gstv4l.c: (plugin_init):
39584         * sys/v4l/v4l_calls.c: (gst_v4l_open):
39585         * sys/v4l2/gstv4l2.c: (plugin_init):
39586         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39587         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
39588         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
39589         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
39590         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
39591         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
39592           make sure locale and translation domain are set
39593           fix translated strings
39594         * po/.cvsignore:
39595         * po/LINGUAS:
39596         * po/Makevars:
39597         * po/POTFILES.in:
39598         * po/nl.po:
39599           put translation files into place
39600         * sys/xvideo/imagetest.c: (main):
39601         * ext/dv/demo-play.c: (main):
39602           fix unnecessary translations
39603
39604 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
39605
39606         * ext/sndfile/gstsf.c:
39607         * gst/avi/gstavimux.c:
39608         * ext/audiofile/gstafsink.c:
39609         * ext/audiofile/gstafsrc.c:
39610         * ext/gnomevfs/gstgnomevfssink.c:
39611         * ext/gnomevfs/gstgnomevfssrc.c:
39612         * sys/oss/gstosselement.c:
39613         * sys/v4l/v4l_calls.h:
39614           fix i18n include
39615
39616 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39617
39618         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39619         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
39620         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
39621         (gst_v4l2_get_output), (gst_v4l2_set_output),
39622         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
39623         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
39624         (gst_v4l2_set_attribute):
39625         update to new error handling
39626
39627 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39628
39629         * ext/sidplay/gstsiddec.cc:
39630         * gst/modplug/gstmodplug.cc:
39631           parenthese NULL because C++ seems angry about it
39632
39633 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39634
39635         * gst-libs/gst/gst-i18n-plugin.h:
39636           add skeleton i18n stuff, but needs to be further implemented
39637
39638 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
39639
39640         * examples/gstplay/player.c: (main):
39641         * ext/aalib/gstaasink.c: (gst_aasink_open):
39642         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
39643         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
39644         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
39645         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
39646         (gst_afsink_close_file):
39647         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
39648         (gst_afsrc_close_file):
39649         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39650         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
39651         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
39652         * ext/esd/esdmon.c: (gst_esdmon_get):
39653         * ext/esd/esdsink.c: (gst_esdsink_chain):
39654         * ext/faac/gstfaac.c: (gst_faac_chain):
39655         * ext/faad/gstfaad.c: (gst_faad_chain):
39656         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
39657         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
39658         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
39659         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
39660         (gst_flacdec_loop):
39661         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
39662         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
39663         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
39664         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39665         (gst_gnomevfssink_close_file):
39666         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
39667         (gst_gnomevfssrc_open_file):
39668         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
39669         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
39670         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
39671         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
39672         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
39673         * ext/mad/gstmad.c: (gst_mad_chain):
39674         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
39675         * ext/mpeg2dec/gstmpeg2dec.c:
39676         * ext/mpeg2enc/gstmpeg2enc.cc:
39677         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39678         * ext/mplex/gstmplex.cc:
39679         * ext/mplex/gstmplexibitstream.cc:
39680         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
39681         (gst_ogg_demux_push), (gst_ogg_pad_push):
39682         * ext/raw1394/gstdv1394src.c:
39683         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
39684         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
39685         * ext/sidplay/gstsiddec.cc:
39686         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
39687         (gst_sf_loop):
39688         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
39689         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
39690         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
39691         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
39692         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
39693         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
39694         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
39695         * gst-libs/gst/Makefile.am:
39696         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
39697         (gst_riff_read_element_data), (gst_riff_read_seek),
39698         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
39699         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
39700         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
39701         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
39702         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
39703         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
39704         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
39705         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
39706         * gst/goom/gstgoom.c: (gst_goom_chain):
39707         * gst/id3/gstid3types.c: (gst_id3types_loop):
39708         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
39709         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
39710         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
39711         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
39712         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
39713         (gst_ebml_read_float), (gst_ebml_read_header):
39714         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
39715         (gst_matroska_demux_parse_blockgroup):
39716         * gst/modplug/gstmodplug.cc:
39717         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
39718         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
39719         * gst/oneton/gstoneton.c: (gst_oneton_chain):
39720         * gst/silence/gstsilence.c: (gst_silence_get):
39721         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
39722         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
39723         * gst/speed/gstspeed.c: (speed_loop):
39724         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
39725         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
39726         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
39727         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
39728         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
39729         (gst_wavparse_loop):
39730         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
39731         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
39732         (dxr3audiosink_close):
39733         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
39734         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
39735         (dxr3videosink_close), (dxr3videosink_write_data):
39736         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39737         * sys/oss/gstosselement.h:
39738         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
39739         (gst_osssink_chain):
39740         * sys/oss/gstosssrc.c: (gst_osssrc_get):
39741         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
39742         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
39743         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
39744         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
39745         (gst_v4l_enable_overlay):
39746         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
39747         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
39748         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
39749         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
39750         (gst_v4l_set_audio):
39751         * sys/v4l/v4l_calls.h:
39752         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
39753         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
39754         (gst_v4lmjpegsink_playback_init),
39755         (gst_v4lmjpegsink_playback_start):
39756         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
39757         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
39758         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
39759         (gst_v4lmjpegsrc_requeue_frame):
39760         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
39761         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
39762         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
39763         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
39764         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
39765         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
39766         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
39767         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
39768         (gst_v4l2src_capture_stop):
39769         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
39770         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
39771         (gst_ximagesink_chain):
39772         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
39773         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
39774         (gst_xvideosink_xwindow_new):
39775         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39776         (gst_xvimagesink_chain):
39777         use new error signal, function and categories
39778
39779 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
39780
39781         * configure.ac:
39782         * ext/Makefile.am:
39783         * ext/musicbrainz/gsttrm.c:
39784         * ext/musicbrainz/gsttrm.h:
39785         * ext/musicbrainz/Makefile.am:
39786         Add a trm plugin
39787
39788 2004-01-18  Julien MOUTTE  <julien@moutte.net>
39789
39790         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
39791         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
39792         synchronous property for debugging.
39793         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
39794         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39795         (gst_xvimagesink_set_property): Moving a pointer declaration to a
39796         smaller block, fixing indent.
39797
39798 2004-01-16  David Schleef  <ds@schleef.org>
39799
39800         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
39801         property affects the video stream.
39802         * sys/xvimage/xvimagesink.c:
39803         * sys/xvimage/xvimagesink.h:
39804         Add synchronous property for debugging.  Should probably be
39805         disabled in non-CVS builds.  Make sure that the Xv attribute
39806         exists before we set it (crash!).  Fix a silly float bug that
39807         caused colorbalance to just not work.
39808
39809 2004-01-17  Christian Schaller <Uraeus@gnome.org>
39810
39811         * tools/gst-launch-ext.in - update for new plugins
39812
39813 2004-01-16  David Schleef  <ds@schleef.org>
39814
39815         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
39816         already-freed caps.
39817
39818 2994-01-16  Christian Schaller <Uraeus@gnome.org>
39819
39820         * Update spec for new colorspace plugin and libcaca plugin
39821         * Fix compilation of libcaca plugin (clock -> id)
39822
39823 2004-01-16  Julien MOUTTE <julien@moutte.net>
39824
39825         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
39826         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
39827         (gst_xvimagesink_set_xwindow_id),
39828         (gst_xvimagesink_colorbalance_set_value),
39829         (gst_xvimagesink_colorbalance_get_value),
39830         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
39831         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
39832         correct colorbalance properties. They can now be set when the element
39833         is still in NULL state. The values will be committed to the Xv Port
39834         when xcontext is initialized.
39835         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
39836         brightness int values in the GstXvImagesink structure.
39837
39838 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39839
39840         * gst-libs/gst/Makefile.am:
39841           restructure so having local patches works easier.
39842
39843 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39844
39845         * ext/mpeg2enc/Makefile.am:
39846         * ext/mpeg2enc/gstmpeg2enc.cc:
39847         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39848           Bugfix with respect to EOS handling.
39849
39850 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39851
39852         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
39853           Link with right caps (else, it segfaults).
39854         * ext/mplex/gstmplexjob.cc:
39855           Fix for slight API change in 1.6.1.93 release of mjpegtools.
39856
39857 2004-01-15  David Schleef  <ds@schleef.org>
39858
39859         * gst-libs/gst/audio/Makefile.am:
39860         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
39861         from the template.
39862         * gst-libs/gst/audio/gstaudiofilter.c:
39863         * gst-libs/gst/audio/gstaudiofilter.h:
39864         Add bytes_per_sample and size and n_samples calculation.
39865         * gst-libs/gst/audio/gstaudiofilterexample.c:
39866         Remove, now autogenerated.
39867         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
39868         Moved from gstaudiofilterexample, object name changed, code added
39869         so that it actually works.
39870         * gst-libs/gst/audio/make_filter:
39871         Script to build an audiofilter subclass from the template.
39872         * gst/colorspace/Makefile.am:
39873         * gst/colorspace/yuv2yuv.c:
39874         Remove file, since it's GPL, and we don't use it.
39875
39876 2004-01-15  Julien MOUTTE  <julien@moutte.net>
39877
39878         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39879         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
39880         them use the buffer free function to test how the buffer was allocated.
39881
39882 2004-01-15  David Schleef  <ds@schleef.org>
39883
39884         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
39885         that handles osssink fallback.
39886         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
39887         (gst_audio_convert_getcaps):
39888         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
39889         Add audio/x-qdm2 for QDM2 audio.
39890         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
39891         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
39892         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
39893         Decrease minimum size to 16x16.
39894         * gst/wavparse/gstwavparse.c:
39895         Convert disabled pad template caps to new caps.
39896         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
39897         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39898         (gst_xvimagesink_chain): Throw element error when display cannot
39899         be opened.  Increase minimum framerate to 1.0.  Check the data
39900         free function on a buffer to make sure it is the type we expect
39901         before manipulating it.
39902
39903 2004-01-15  Julien MOUTTE <julien@moutte.net>
39904
39905         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
39906         (gst_videobalance_colorbalance_set_value): Implement passthru if
39907         settings are in the middle.
39908         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
39909
39910 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39911
39912         * gst/videofilter/Makefile.am:
39913         * gst/volume/Makefile.am:
39914           Since we use videofilter symbols, link to it.
39915
39916 2004-01-15  Julien MOUTTE <julien@moutte.net>
39917
39918         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
39919         mixer interface type to HARDWARE.
39920         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
39921         type to SOFTWARE.
39922         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
39923         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
39924         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
39925         (gst_volume_interface_init), (gst_volume_list_tracks),
39926         (gst_volume_set_volume), (gst_volume_get_volume),
39927         (gst_volume_set_mute), (gst_volume_mixer_init),
39928         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
39929         (volume_init): Implementing mixer interface.
39930         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
39931         * sys/oss/gstosselement.c: (gst_osselement_get_type),
39932         (gst_osselement_change_state): Removing some trailing commas in
39933         structures.
39934         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
39935         interface type to HARDWARE.
39936         * sys/v4l/gstv4lcolorbalance.c:
39937         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
39938         type to HARDWARE.
39939         * sys/v4l2/gstv4l2colorbalance.c:
39940         (gst_v4l2_color_balance_interface_init): Setting colorbalance
39941         interface type to HARDWARE.
39942         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
39943         same code than ximagesink for event handling.
39944
39945 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39946
39947         * ext/snapshot/Makefile.am:
39948         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
39949         (gst_snapshot_chain):
39950         * ext/snapshot/gstsnapshot.h:
39951           This has to be a joke... Snapshot should be connected to a tee,
39952           colorspace element before it and EOS after that, where the other
39953           src of the tee receives normal data.
39954           The current way is *wrong*.
39955
39956 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39957
39958         * ext/hermes/gsthermescolorspace.c:
39959           Fix another compile error. Same as below.
39960
39961 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39962
39963         * gst/colorspace/gstcolorspace.c:
39964         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
39965         (gst_colorspace_i420_to_yv12):
39966           Fix compiling... Didn't test if it actually works.
39967
39968 2004-01-15  David Schleef  <ds@schleef.org>
39969
39970         * configure.ac:
39971         * gst/colorspace/Makefile.am:
39972         * gst/colorspace/gstcolorspace.c:
39973         * gst/colorspace/gstcolorspace.h:
39974         * gst/colorspace/yuv2rgb.c:
39975         * gst/colorspace/yuv2rgb.h:
39976         Duplicate the ext/hermes colorspace plugin, and remove Hermes
39977         code and GPL code.  Fix for new caps negotiation.  Rewrite
39978         much of the format handling code, and some of the conversion
39979         code.  Basically, rewrote almost everything.  This element
39980         handles I420, YV12 to RGB conversions.
39981         * ext/hermes/Makefile.am:
39982         * ext/hermes/gsthermescolorspace.c:
39983         Rename colorspace to hermescolorspace.  Fix negotiation issues.
39984         Remove non-Hermes related code.  This element handles lots of
39985         RGB to RGB conversions, but no YUV.
39986         * ext/hermes/gstcolorspace.c:
39987         * ext/hermes/gstcolorspace.h:
39988         * ext/hermes/rgb2yuv.c:
39989         * ext/hermes/yuv2rgb.c:
39990         * ext/hermes/yuv2rgb.h:
39991         * ext/hermes/yuv2rgb_mmx16.s:
39992         * ext/hermes/yuv2yuv.c:
39993         * ext/hermes/yuv2yuv.h:
39994         Remove old code.
39995
39996 2004-01-14  Colin Walters  <walters@verbum.org>
39997
39998         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
39999         they've already been.
40000
40001 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40002
40003         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
40004           assume tag mode when pad is not connected
40005
40006 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40007
40008         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
40009           Don't update the time of the clock
40010         (gst_alsa_sink_loop):
40011           sync to the clock given to alsasink, not the own clock
40012         * sys/oss/gstosssink.c: (gst_osssink_chain):
40013           sync to the clock
40014         (gst_osssink_change_state):
40015           activate the clock
40016         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40017         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
40018           remove bogus code that made DISCONT events unhandled
40019         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
40020           explicitly case to double in _set_simple. (fixes 2nd warning in bug
40021           #131502)
40022         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
40023         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
40024         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
40025           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
40026           2nd warning in bug #131502)
40027
40028 2004-01-14  Julien MOUTTE  <julien@moutte.net>
40029
40030         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
40031         (gst_videobalance_colorbalance_set_value),
40032         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
40033         for colorbalance interface implementation.
40034         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
40035         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
40036         (gst_ximagesink_dispose), (gst_ximagesink_init),
40037         (gst_ximagesink_class_init): Adding DISPLAY property.
40038         * sys/ximage/ximagesink.h: Adding display_name to store display.
40039         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40040         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
40041         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
40042         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
40043         properties (they still need polishing though for gst-launch use : no
40044         xcontext yet, i ll do that tomorrow).
40045         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
40046
40047 2004-01-14  Julien MOUTTE  <julien@moutte.net>
40048
40049         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
40050         (gst_play_set_location), (gst_play_set_visualization): Preparing
40051         switch integration, adding videobalance in the pipeline.
40052
40053 2004-01-14  Julien MOUTTE <julien@moutte.net>
40054
40055         * gst-libs/gst/colorbalance/colorbalance.c:
40056         (gst_color_balance_class_init): Adding a default type.
40057         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
40058         the type.
40059         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
40060         (gst_videobalance_dispose), (gst_videobalance_class_init),
40061         (gst_videobalance_init), (gst_videobalance_interface_supported),
40062         (gst_videobalance_interface_init),
40063         (gst_videobalance_colorbalance_list_channels),
40064         (gst_videobalance_colorbalance_set_value),
40065         (gst_videobalance_colorbalance_get_value),
40066         (gst_videobalance_colorbalance_init): Implementing colorbalance
40067         interface.
40068         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
40069         list.
40070         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
40071         bug which was triggering a BadAccess X error when setting an overlay
40072         before pad was really negotiated.
40073         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
40074         Using the colorbalance type macro.
40075
40076 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40077
40078         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
40079         (gst_flacenc_chain):
40080           handle tags correctly
40081         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
40082           extract ID3v1 tags correctly
40083
40084 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40085
40086         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
40087         (plugin_init):
40088           Improve matroska typefinding for odd-typed headers...
40089
40090 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40091
40092         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
40093           Fix for using incremental number on padnames.
40094
40095 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40096
40097         * ext/divx/gstdivxdec.c:
40098         * ext/divx/gstdivxenc.c:
40099           Set category to divx4linux instead of divx (too generic).
40100         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40101         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
40102         (gst_wavparse_loop), (gst_wavparse_change_state):
40103         * gst/wavparse/gstwavparse.h:
40104           fix parsing of WAV files with non-standard fmt-tag size and fix
40105           skipping of unrecognized chunks... Someone please fix this thing
40106           to use rifflib so all this is automated.
40107         * sys/v4l/Makefile.am:
40108         * sys/v4l2/Makefile.am:
40109           Add X_CFLAGS because we depend on X (for overlay).
40110
40111 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
40112
40113         * ext/mpeg2dec/gstmpeg2dec.c:
40114           Don't issue a timestamp unless we tagged the frame
40115           with a PTS.
40116
40117 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40118
40119         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
40120           Query the audio element to get the time, not the clock. We're
40121           interested in the element's time here.
40122
40123 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40124
40125         * ext/aalib/gstaasink.c: (gst_aasink_chain):
40126         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
40127         * ext/esd/esdsink.c: (gst_esdsink_chain):
40128         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
40129         * ext/mas/massink.c: (gst_massink_chain):
40130         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
40131         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
40132         (gst_matroska_demux_parse_metadata):
40133         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
40134         (gst_mpeg_parse_release_locks):
40135         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
40136         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
40137         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40138         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
40139         (gst_osssink_change_state):
40140         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
40141         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40142         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
40143         (gst_xvideosink_release_locks):
40144         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
40145           use element time.
40146         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
40147         (gst_alsa_clock_stop):
40148         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
40149         (gst_audio_clock_get_internal_time):
40150           simplify for use with new clocking code.
40151         * testsuite/alsa/Makefile.am:
40152         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
40153           fix testsuite for new caps system
40154
40155 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40156
40157         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
40158         * ext/flac/gstflacenc.c: (add_one_tag):
40159           length is already host endian, no need to convert. Fixes playback of
40160           tagged files on PPC. (bug #128384)
40161
40162 2004-01-13  Julien MOUTTE <julien@moutte.net>
40163
40164         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
40165         colorbalance interface stating if it is hardware based or software
40166         based.
40167         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
40168         Removing a trailing comma.
40169         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40170         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
40171         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
40172         the documentation seems to be wrong on the -1000 to 1000 interval.
40173
40174 2004-01-12  David Schleef  <ds@schleef.org>
40175
40176         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
40177         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
40178         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
40179         Fix negotiation.  Add a bufferalloc function for the sink pad,
40180         and generally clean up some of the code.
40181
40182 2004-01-12  Julien MOUTTE <julien@moutte.net>
40183
40184         * gst-libs/gst/colorbalance/colorbalancechannel.c:
40185         (gst_color_balance_channel_dispose): Adding safety check in dispose
40186         method.
40187         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40188         (gst_xvimagesink_xcontext_clear),
40189         (gst_xvimagesink_interface_supported),
40190         (gst_xvimagesink_colorbalance_list_channels),
40191         (gst_xvimagesink_colorbalance_set_value),
40192         (gst_xvimagesink_colorbalance_get_value),
40193         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
40194         Adding colorbalance interface support to set XV parameters such as
40195         HUE, BRIGHTNESS, CONTRAST, SATURATION.
40196         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
40197         interface.
40198
40199 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40200
40201         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
40202         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
40203         (gst_audio_convert_init), (gst_audio_convert_set_property),
40204         (gst_audio_convert_get_property), (gst_audio_convert_chain),
40205         (gst_audio_convert_link),
40206         (gst_audio_convert_buffer_to_default_format),
40207         (gst_audio_convert_buffer_from_default_format), (plugin_init):
40208           - implement _getcaps and use it
40209           - improve linking
40210           - remove float caps since no float conversion is actually done
40211           - remove properties and arguments that were to be used for rate
40212             conversion
40213
40214 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40215
40216         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
40217         (gst_audio_structure_set_int):
40218         * gst-libs/gst/audio/audio.h:
40219           add helper functions for _getcaps matching the standard audio
40220           templates
40221
40222 2004-01-12  David Schleef  <ds@schleef.org>
40223
40224         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
40225         Test that pad is negotiated before getting its caps.
40226
40227 2004-01-12  Julien MOUTTE <julien@moutte.net>
40228
40229         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
40230         analyzing the pads of an element the bin is mostly in READY state so
40231         no caps were negotiated. This helper function needs to work with
40232         _get_caps directly then. I was not freeing them though, added that to
40233         fix the mem leak.
40234
40235 2004-01-12  Julien MOUTTE <julien@moutte.net>
40236
40237         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40238         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
40239         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
40240         than the free_func.
40241
40242 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40243
40244         * sys/oss/gstossaudio.c: (plugin_init):
40245         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
40246         * sys/oss/gstosselement.h:
40247           make an oss debugging category
40248           make failure more descriptive
40249
40250 2004-01-11  David Schleef  <ds@schleef.org>
40251
40252         * ext/ffmpeg/gstffmpeg.c:
40253         * ext/ffmpeg/gstffmpegcodecmap.c:
40254         * ext/ffmpeg/gstffmpegdec.c:
40255         * ext/ffmpeg/gstffmpegenc.c:
40256         * ext/ffmpeg/gstffmpegprotocol.c:
40257         * ext/gdk_pixbuf/gstgdkanimation.c:
40258         * ext/jpeg/gstjpeg.c:
40259         * ext/libpng/gstpng.c:
40260         * ext/mpeg2dec/perftest.c:
40261         * ext/speex/gstspeex.c:
40262         * gst-libs/gst/resample/dtos.c:
40263         * gst/intfloat/gstintfloatconvert.c:
40264         * gst/oneton/gstoneton.c:
40265         * gst/rtjpeg/RTjpeg.c:
40266         * gst/rtp/gstrtp.c:
40267         * sys/dxr3/dxr3init.c:
40268         * sys/glsink/gstgl_nvimage.c:
40269         * sys/glsink/gstgl_pdrimage.c:
40270         * sys/glsink/gstglsink.c:
40271         * testsuite/gst-lint:
40272         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
40273
40274 2004-01-11  David Schleef  <ds@schleef.org>
40275
40276         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
40277         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
40278         * ext/gdk_pixbuf/gstgdkanimation.c:
40279         (gst_gdk_animation_iter_create_pixbuf):
40280         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
40281         (gst_gdk_pixbuf_chain):
40282         * ext/gdk_pixbuf/gstgdkpixbuf.h:
40283         * ext/jack/gstjack.c: (gst_jack_change_state):
40284         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
40285         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
40286         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
40287         * gst/videofilter/gstvideofilter.c:
40288         (gst_videofilter_set_output_size):
40289         Remove all usage of gst_pad_get_caps(), and replace it with
40290         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
40291
40292 2004-01-11  David Schleef  <ds@schleef.org>
40293
40294         * configure.ac:
40295         * ext/Makefile.am: Fixes to make ext/libcaca compile.
40296         * ext/divx/gstdivxdec.c:
40297         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
40298         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
40299         handle images that span multiple buffers.  Now work with both
40300         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
40301         * ext/gdk_pixbuf/gstgdkpixbuf.h:
40302         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
40303         video/video.h changes
40304         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
40305         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40306         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
40307         of GstData free function.
40308         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
40309         same.
40310
40311 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40312
40313         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
40314         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
40315         (gst_v4l2element_get_property):
40316         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
40317           add norm, channel and frequency properties.
40318         * sys/v4l2/gstv4l2tuner.c:
40319           fixes for tuner interface changes
40320         * sys/v4l2/gstv4l2element.h:
40321         * sys/v4l2/gstv4l2src.c:
40322         * sys/v4l2/gstv4l2src.h:
40323         * sys/v4l2/v4l2src_calls.c:
40324         * sys/v4l2/v4l2src_calls.h:
40325           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
40326
40327 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40328
40329         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
40330         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
40331         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
40332         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
40333         * gst-libs/gst/tuner/tuner.h:
40334           GObjects aren't const.
40335           Add find_by_name functions.
40336           Add checks to _changed functions.
40337         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
40338         (gst_v4l_tuner_get_norm):
40339           Fixes for above.
40340
40341 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40342
40343         * gst-libs/gst/video/video.h:
40344           Fix caps template names to be understandable.
40345           Prefix everything with GST_VIDEO.
40346         * ext/aalib/gstaasink.c:
40347         * ext/divx/gstdivxdec.c:
40348         * ext/divx/gstdivxenc.c:
40349         * ext/gdk_pixbuf/gstgdkpixbuf.c:
40350         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
40351         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
40352         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
40353         * ext/libcaca/gstcacasink.c:
40354         * ext/libpng/gstpngenc.c: (raw_caps_factory):
40355         * ext/snapshot/gstsnapshot.c:
40356         * ext/swfdec/gstswfdec.c:
40357         * ext/xvid/gstxviddec.c:
40358         * ext/xvid/gstxvidenc.c:
40359         * gst/chart/gstchart.c:
40360         * gst/deinterlace/gstdeinterlace.c:
40361         * gst/effectv/gsteffectv.c:
40362         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
40363         * gst/goom/gstgoom.c:
40364         * gst/median/gstmedian.c:
40365         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
40366         (gst_monoscope_srcconnect), (gst_monoscope_chain):
40367         * gst/overlay/gstoverlay.c:
40368         * gst/smooth/gstsmooth.c:
40369         * gst/smpte/gstsmpte.c:
40370         * gst/synaesthesia/gstsynaesthesia.c:
40371         * gst/videocrop/gstvideocrop.c:
40372         * gst/videodrop/gstvideodrop.c:
40373         * gst/y4m/gsty4mencode.c:
40374         * sys/qcam/gstqcamsrc.c:
40375         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
40376           Make them work with new video.h file.
40377         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40378         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40379         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40380         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40381           Make it work with new buffer allocation system.
40382
40383 2004-01-11  Julien MOUTTE  <julien@moutte.net>
40384
40385         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
40386         pad_alloc_buffer implementation to use ->srcpad
40387         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
40388         pad_alloc_buffer implementation to use ->srcpad
40389         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
40390         pad_alloc_buffer implementation to use ->srcpad
40391         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
40392         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
40393         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40394         a reference to everything we need.
40395         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
40396         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
40397         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
40398         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40399         a reference to everything we need.
40400         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
40401
40402 2004-01-11  David Schleef  <ds@schleef.org>
40403
40404         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
40405         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
40406         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
40407         structure members.
40408         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
40409         value during a resize/renegotiation.
40410         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
40411         gst_pad_alloc_buffer();
40412         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40413         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
40414         structure members.
40415         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
40416         Fix for rename of buffer private structure members.
40417         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40418         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40419         Fix for rename of buffer private structure members.
40420         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40421         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40422         Fix for rename of buffer private structure members.
40423
40424 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
40425
40426         reviewed by: David Schleef <ds@schleef.org>
40427
40428         * gst/videofilter/Makefile.am:
40429         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
40430         from the patch by ds to fit in with recent make_filter changes.
40431
40432 2004-01-11  Julien MOUTTE  <julien@moutte.net>
40433
40434         * configure.ac: Adding examples/switch/Makefile
40435         * examples/Makefile.am: Adding examples/switch
40436         * examples/switch/Makefile.am: Adding switcher example.
40437         * examples/switch/switcher.c: (got_eos), (idle_iterate),
40438         (switch_timer), (main): Adding an example demonstrating switch usage
40439         with 2 videotestsrc showing different patterns.
40440         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
40441         (gst_switch_init): Fixing switch with the new caps system.
40442
40443 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40444
40445         * gst-libs/gst/video/video.h:
40446           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
40447           They should probably be like
40448           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
40449
40450 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40451
40452         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
40453         (qtdemux_parse_trak):
40454           fix audio chunk size/timestamp calculation
40455
40456 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40457
40458         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
40459           fix SVQ3 caps
40460
40461 2004-01-11  Steve Baker  <steve@stevebaker.org>
40462
40463         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
40464         (gst_agingtv_base_init), (gst_agingtv_class_init),
40465         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
40466         (gst_agingtv_set_property), (gst_agingtv_get_property):
40467         Port agingTV to videofilter
40468
40469 2004-01-09  Julien MOUTTE <julien@moutte.net>
40470
40471         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
40472         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40473
40474 2004-01-09  Julien MOUTTE <julien@moutte.net>
40475
40476         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
40477         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40478         * gst-libs/gst/xoverlay/xoverlay.c:
40479         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
40480         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
40481         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40482         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40483         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40484         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40485         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
40486         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
40487         the bufferalloc_function to replace bufferpools, fixing the XOverlay
40488         interface implementation to handle xid being 0 and fix some bugs
40489         triggered by Benjamin's testcase.
40490         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40491         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
40492         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
40493         the bufferalloc_function to replace bufferpools, fixing the XOverlay
40494         interface implementation to handle xid being 0 and fix some bugs
40495         triggered by Benjamin's testcase.
40496
40497 2004-01-09  David Schleef  <ds@schleef.org>
40498
40499         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
40500         mouse pointer events.  It works.
40501
40502 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40503
40504         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
40505           Use explicit caps - fix capsnego.
40506         * ext/xvid/gstxviddec.c:
40507         * ext/xvid/gstxvidenc.c:
40508           Remove macro-inside-macro which caused compile errors.
40509         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
40510           Error out if it's not a RIFF file. Else we error out without
40511           gst_element_error() which is not good...
40512
40513 2004-01-08  David Schleef  <ds@schleef.org>
40514
40515         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
40516         Fix pad_link function to handle formats that ffmpeg returns
40517         as multiple caps structures.
40518         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
40519         Only complain if source buffer is _smaller_ than expected.
40520         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
40521         (gst_videoscale_handle_src_event): Resize navigation events
40522         when passing them upstream.
40523         * gst/videotestsrc/gstvideotestsrc.c:
40524         * gst/videotestsrc/gstvideotestsrc.h:
40525         * gst/videotestsrc/videotestsrc.c:
40526         * gst/videotestsrc/videotestsrc.h:
40527         Rewrite many of the buffer painting functions to handle odd
40528         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
40529         been verified to work with my video card.
40530         * testsuite/gst-lint:  Add check for elements calling
40531         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
40532
40533 2004-01-08  David Schleef  <ds@schleef.org>
40534
40535         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
40536         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
40537
40538 2004-01-08  Julien MOUTTE  <julien@moutte.net>
40539
40540         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
40541         configure event is not emiting the desired size signal. That fixes
40542         aspect ratio issues with gst-player.
40543
40544 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40545
40546         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
40547           Fix capsnego.
40548
40549 2004-01-08  Julien MOUTTE  <julien@moutte.net>
40550
40551         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
40552         public method to fire size signal.
40553
40554 2004-01-07  Julien MOUTTE  <julien@moutte.net>
40555
40556         * examples/gstplay/Makefile.am: Adding the interface library.
40557         * gst-libs/gst/play/Makefile.am: Adding the interface library.
40558         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
40559         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
40560         GST_IS_X_OVERLAY before signal connect.
40561         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
40562         Removing the have_video_size signal.
40563         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
40564         and associated public method.
40565         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
40566         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
40567         signal.
40568         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
40569         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
40570         signal.
40571         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
40572         Using XOverlay public method to fire size signal.
40573
40574 2004-01-07  David Schleef  <ds@schleef.org>
40575
40576         * gst/videofilter/Makefile.am:
40577         * gst/videofilter/gstvideotemplate.c:
40578         * gst/videofilter/make_filter:
40579         Create gstvideoexample.c in a srcdir!=builddir friendly way.
40580         Convert make_filter to /bin/sh script.
40581
40582 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
40583
40584         * gst/modplug/gstmodplug.cc: fix element description
40585
40586 2004-01-07  Julien MOUTTE  <julien@moutte.net>
40587
40588         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
40589         (got_video_size): Adding some new lines in g_print calls.
40590         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
40591         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
40592         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
40593         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
40594         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
40595         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
40596         Complete code review, reverting some stuff i disagree with, adding
40597         some fixes : time synchronization on invalid timestamps, renegotiation
40598         of private window.
40599         * sys/ximage/ximagesink.h:
40600         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
40601         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
40602         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
40603         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
40604         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
40605         (gst_xvimagesink_buffer_new),
40606         (gst_xvimagesink_navigation_send_event),
40607         (gst_xvimagesink_set_xwindow_id),
40608         (gst_xvimagesink_get_desired_size),
40609         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
40610         stuff i disagree with, adding some fixes : Renegotiation of private
40611         window, implementing get_desired_size.
40612
40613 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40614
40615         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
40616         (gst_afsink_handle_event):
40617         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
40618         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
40619         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
40620         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
40621         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
40622           Fix for instantiate-test (see core). Also remove dead code from
40623           jpegenc (which still needs fixing, but that's lower on my TODO
40624           list...).
40625         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
40626           Never return NULL as caps.
40627
40628 2004-01-07  David Schleef  <ds@schleef.org>
40629
40630         * configure.ac:
40631         * ext/Makefile.am:
40632         * ext/librfb/Makefile.am:
40633         * ext/librfb/gstrfbsrc.c:
40634         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
40635         is the protocol used by VNC.
40636
40637 2004-01-07  David Schleef  <ds@schleef.org>
40638
40639         * gst/videofilter/gstvideotemplate.c:
40640         * gst/videofilter/gstvideotemplate.h:
40641         * gst/videofilter/make_filter:
40642         Merge videotemplate header into source file.
40643         * gst/effectv/Makefile.am:
40644         * gst/effectv/gsteffectv.c: (plugin_init):
40645         * gst/effectv/gstwarp.c:
40646         Make warpTV a subclass of videofilter.
40647
40648 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40649
40650         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
40651           Add guard against invalid utf-8 conversions in mad. Just in case.
40652
40653 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40654
40655         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
40656           Fix for bug shown by poisoning
40657
40658 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40659
40660         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40661         (gst_v4lmjpegsrc_buffer_free):
40662         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
40663         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
40664         (gst_v4lsrc_buffer_free):
40665           Fix for removed bufferpools.
40666
40667 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
40668
40669         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
40670         Fix caps negotiation.
40671
40672         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
40673         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
40674         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
40675         (dvdnavsrc_event):
40676         * ext/mpeg2dec/gstmpeg2dec.c:
40677         * gst-libs/gst/navigation/navigation.c:
40678         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
40679         * gst-libs/gst/navigation/navigation.h:
40680         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
40681         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
40682         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
40683         Super-simple first version of mouse and keyboard events. Clicking
40684         on a DVD menu now works, although it may not take you where you
40685         expected.
40686
40687         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
40688         * gst/videotestsrc/gstvideotestsrc.c:
40689         (gst_videotestsrc_src_fixate):
40690         These fixate functions were broken - they never actually
40691         fixated :)
40692
40693 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40694
40695         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
40696         (gst_icecastsend_init):
40697           fix for new caps system.
40698         * gst-libs/gst/mixer/mixertrack.h:
40699         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
40700           Add 'master track' flag (for tools like ACME that only want to
40701           change the main volume).
40702
40703 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
40704
40705         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
40706         (gst_xvid_csp_to_caps):
40707         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
40708         * ext/xvid/gstxvidenc.c:
40709         ifdef out ARGB type when it isn't available
40710         in xvidcore 1.0.0beta2
40711
40712 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40713
40714         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
40715           When we have received a new SCR right in the first buffer after
40716           a seek (so in the same cycle that handles the discont), we should
40717           handle the buffer instead of unreffing it, else we lose data.
40718
40719 2004-01-06  Iain <iain@prettypeople.org>
40720
40721         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
40722           buffer-frames caps too.
40723
40724         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
40725           caps that we need, don't destroy them all and rebuild them. And when
40726           creating src pads, use the src pad template rather than the sink...
40727
40728 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40729
40730         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
40731           Add pad to element *after* setting functions such as event handler.
40732           Without this, the scheduler (opt) will link pads, set the event
40733           handler from the default event function (dispatcher in gstpad.c)
40734           and *after* that, we will set our own event function, which will
40735           thus never be used (and thus mpegdemux doesn't handle events).
40736
40737 2004-01-04  David Schleef  <ds@schleef.org>
40738
40739         Fix the fixate functions to handle new prototype:
40740         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
40741         * gst/videotestsrc/gstvideotestsrc.c:
40742         (gst_videotestsrc_src_fixate):
40743         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
40744         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
40745         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
40746
40747 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40748
40749         * sys/ximage/ximagesink.h:
40750         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
40751         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
40752         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
40753         (gst_ximagesink_xoverlay_init):
40754           assorted fixes to make (re)embedding work
40755         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
40756         (gst_ximagesink_get_desired_size):
40757           implement desired size additions to XOverlay
40758
40759 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40760
40761         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
40762         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
40763         (gst_x_overlay_got_desired_size):
40764         * gst-libs/gst/xoverlay/xoverlay.h:
40765           Add optional "desired size" signal and querying.
40766
40767 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40768
40769         * gst/matroska/matroska-demux.c:
40770         (gst_matroska_demux_parse_blockgroup):
40771           Fix EBML-laced block parsing. Diffs are relative to previous
40772           lace, not the first lace. Thanks to Mosu from the Matroska
40773           team for detecting this.
40774         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40775         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
40776         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
40777         (gst_wavparse_change_state):
40778         * gst/wavparse/gstwavparse.h:
40779           Quickfix for capsnego.
40780
40781 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40782
40783         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
40784           Fix indenting, fix pad creation.
40785
40786 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40787
40788         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
40789         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
40790         (gst_xviddec_sink_link):
40791           Implement src_getcaps() so proper size caps is negotiated.
40792
40793 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40794
40795         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
40796           Finish flac decoder on EOS. See #116178.
40797
40798 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40799
40800         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
40801         (gst_matroska_demux_add_stream):
40802         * gst/matroska/matroska-ids.h:
40803           Add getcaps() function to fix capsnego...
40804
40805 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40806
40807         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
40808         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
40809         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
40810           Fix more integer overflows. Again, see #126967.
40811
40812 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40813
40814         * ext/mpeg2dec/gstmpeg2dec.c:
40815           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
40816           #130416.
40817
40818 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40819
40820         * configure.ac:
40821         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
40822         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
40823         * ext/xvid/gstxvid.h:
40824         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
40825         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
40826         (gst_xviddec_src_link), (gst_xviddec_sink_link),
40827         (gst_xviddec_change_state):
40828         * ext/xvid/gstxviddec.h:
40829         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
40830         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
40831         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
40832         (gst_xvidenc_link), (gst_xvidenc_set_property),
40833         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
40834         * ext/xvid/gstxvidenc.h:
40835           Update xvid plugin to latest xvid (1.0.0-beta3) API.
40836
40837 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40838
40839         * gst/rtp/rtp-packet.c:
40840           Add sys/types.h include, since OS X doesn't define in_addr_t
40841           in netinet/in.h, like it does on Linux (see #129600).
40842
40843 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
40844
40845         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
40846
40847         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
40848           Correct logic of dispose function (see #129306).
40849
40850 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40851
40852         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
40853         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
40854         (gst_mpeg_parse_init):
40855         * gst/mpegstream/gstmpegparse.h:
40856           Remove clock (which was never provided, i.e. dead code), and
40857           also fix integer overflows at high PTS values (see #126967).
40858
40859 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40860
40861         * ext/flac/gstflacdec.c:
40862         * ext/libpng/gstpngenc.h:
40863         * ext/mikmod/gstmikmod.h:
40864           OS X fixes (see #126628).
40865
40866 2004-01-02  David Schleef  <ds@schleef.org>
40867
40868         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
40869         (gst_alsa_src_base_init): Remove bogus "src" request pad.
40870         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
40871         (gst_mpeg_parse_class_init): Move pad template registration
40872         to class_init, since the derived class (mpegdemux) doesn't
40873         want them.
40874
40875 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40876
40877         * sys/ximage/Makefile.am:
40878         * sys/xvideo/Makefile.am:
40879         * sys/xvimage/Makefile.am:
40880           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
40881           after installation (see #127664).
40882
40883 2004-01-02  David Schleef  <ds@schleef.org>
40884
40885         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
40886         (gst_ffmpegenc_connect):  Negotiation fixes.
40887         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
40888         Remove inappropriate gst_caps_free().
40889         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
40890         Reenable Ronald's internal resize code, since the core handles
40891         it correctly now.
40892
40893 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40894
40895         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
40896         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
40897         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
40898           Fix pad template stuff.
40899
40900 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40901
40902         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
40903         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
40904           fix signed integer reading/writing.
40905
40906 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40907
40908         * ext/alsa/README:
40909           Remove outdated document
40910
40911 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
40912
40913         * gst/cutter/gstcutter.c: (gst_cutter_init):
40914           src pad was being created twice - oops.
40915
40916 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40917
40918         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
40919           Comment out internal resize. It doesn't handle the resulting
40920           XEvent internally, does another try_set_caps() which leads to
40921           a really nice loop.
40922           Real fix will come when Julien and Dave are awake. ;).
40923
40924 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40925
40926         * ext/mpeg2enc/gstmpeg2enc.cc:
40927           fix const/nonconst compile issue.
40928
40929 2004-01-02  David Schleef  <ds@schleef.org>
40930
40931         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
40932         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
40933         Add fixate function and a check for bad formats.
40934
40935 2004-01-01  David Schleef  <ds@schleef.org>
40936
40937         Negotiation fixes:
40938         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
40939         (gst_audiofilter_init):
40940         * gst/debug/efence.c: (gst_efence_init):
40941         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
40942         (gst_deinterlace_init):
40943         * gst/volume/gstvolume.c: (volume_connect):
40944
40945 2004-01-01  David Schleef  <ds@schleef.org>
40946
40947         Convert elements to use gst_pad_use_explicit_caps() where
40948         appropriate:
40949         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
40950         * ext/audiofile/gstafparse.c: (gst_afparse_init),
40951         (gst_afparse_open_file):
40952         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
40953         (gst_afsrc_open_file):
40954         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
40955         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
40956         (gst_ffmpegdec_chain):
40957         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
40958         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
40959         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
40960         (gst_gdk_pixbuf_chain):
40961         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
40962         (gst_jpegdec_chain):
40963         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
40964         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
40965         (gst_mikmod_negotiate):
40966         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
40967         (gst_mpeg2dec_negotiate_format):
40968         * ext/mpeg2enc/gstmpeg2enc.cc:
40969         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
40970         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
40971         (gst_speexdec_sinkconnect):
40972         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
40973         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
40974         (gst_vorbisfile_new_link):
40975         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
40976         (gst_ac3parse_chain):
40977         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
40978         (gst_asf_demux_setup_pad):
40979         * gst/auparse/gstauparse.c: (gst_auparse_init),
40980         (gst_auparse_chain):
40981         * gst/id3/gstid3types.c: (gst_id3types_loop):
40982         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
40983         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
40984         (mp1videoparse_parse_seq):
40985         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
40986         (bpf_from_header):
40987         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
40988         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
40989         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
40990         (gst_mpeg_parse_send_data):
40991         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
40992         (gst_qtdemux_add_stream):
40993         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
40994         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40995         (gst_wavparse_parse_fmt):
40996
40997 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40998
40999         * configure.ac:
41000           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
41001           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
41002           it therefore uses the wrong include paths. Too bad... Note
41003           that 1.6.1.93 is not release yet. ;).
41004           Also add a check for mplex, which is now using the lib'ified
41005           mplex from mjpegtools, too.
41006         * ext/ffmpeg/gstffmpegcodecmap.c:
41007           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
41008           issues. I don't think ffmpeg handles 3ivx correctly, so this
41009           probably won't work. But it won't hurt either.
41010         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
41011         (gst_ffmpegdec_chain):
41012         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
41013         (gst_ffmpegenc_chain_audio):
41014           Fix memleak in audio encoding. Close codec if open fails, this
41015           calls the cleanup routines so we can re-use the context.
41016         * ext/mpeg2enc/gstmpeg2enc.cc:
41017           Fix pad template names/types, fix memory issue with getcaps().
41018         * ext/mpeg2enc/gstmpeg2encoder.cc:
41019         * ext/mpeg2enc/gstmpeg2encoder.hh:
41020           Fix compile issue with new caps system (const thingy).
41021         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
41022         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
41023           We read a first frame right on initing, so that we have a caps
41024           when we init the output. This caps is cached in padprivate and
41025           read as first frame.
41026         * ext/mplex/Makefile.am:
41027         * ext/mplex/gstmplex.cc:
41028         * ext/mplex/gstmplex.h:
41029         * ext/mplex/gstmplex.hh:
41030         * ext/mplex/gstmplexibitstream.cc:
41031         * ext/mplex/gstmplexibitstream.hh:
41032         * ext/mplex/gstmplexjob.cc:
41033         * ext/mplex/gstmplexjob.hh:
41034         * ext/mplex/gstmplexoutputstream.cc:
41035         * ext/mplex/gstmplexoutputstream.hh:
41036           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
41037           had issues, didn't do capsnego, supported only a subset of the
41038           mplex features and required a mplex fork in our local CVS. Plus
41039           that it worked agaist a very old mplex version. Rewriting was
41040           faster than updating it.
41041         * gst-libs/ext/Makefile.am:
41042         * gst-libs/ext/mplex/INSTRUCT:
41043         * gst-libs/ext/mplex/Makefile.am:
41044         * gst-libs/ext/mplex/README:
41045         * gst-libs/ext/mplex/TODO:
41046         * gst-libs/ext/mplex/ac3strm_in.cc:
41047         * gst-libs/ext/mplex/audiostrm.hh:
41048         * gst-libs/ext/mplex/audiostrm_out.cc:
41049         * gst-libs/ext/mplex/aunit.hh:
41050         * gst-libs/ext/mplex/bits.cc:
41051         * gst-libs/ext/mplex/bits.hh:
41052         * gst-libs/ext/mplex/buffer.cc:
41053         * gst-libs/ext/mplex/buffer.hh:
41054         * gst-libs/ext/mplex/fastintfns.h:
41055         * gst-libs/ext/mplex/format_codes.h:
41056         * gst-libs/ext/mplex/inputstrm.cc:
41057         * gst-libs/ext/mplex/inputstrm.hh:
41058         * gst-libs/ext/mplex/lpcmstrm_in.cc:
41059         * gst-libs/ext/mplex/mjpeg_logging.cc:
41060         * gst-libs/ext/mplex/mjpeg_logging.h:
41061         * gst-libs/ext/mplex/mjpeg_types.h:
41062         * gst-libs/ext/mplex/mpastrm_in.cc:
41063         * gst-libs/ext/mplex/mpegconsts.cc:
41064         * gst-libs/ext/mplex/mpegconsts.h:
41065         * gst-libs/ext/mplex/mplexconsts.hh:
41066         * gst-libs/ext/mplex/multplex.cc:
41067         * gst-libs/ext/mplex/outputstream.hh:
41068         * gst-libs/ext/mplex/padstrm.cc:
41069         * gst-libs/ext/mplex/padstrm.hh:
41070         * gst-libs/ext/mplex/stillsstream.cc:
41071         * gst-libs/ext/mplex/stillsstream.hh:
41072         * gst-libs/ext/mplex/systems.cc:
41073         * gst-libs/ext/mplex/systems.hh:
41074         * gst-libs/ext/mplex/vector.cc:
41075         * gst-libs/ext/mplex/vector.hh:
41076         * gst-libs/ext/mplex/videostrm.hh:
41077         * gst-libs/ext/mplex/videostrm_in.cc:
41078         * gst-libs/ext/mplex/videostrm_out.cc:
41079         * gst-libs/ext/mplex/yuv4mpeg.cc:
41080         * gst-libs/ext/mplex/yuv4mpeg.h:
41081         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
41082         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
41083           We don't fork mjpegtools' mplex in our CVS anymore.
41084         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
41085         (gst_avi_demux_add_stream):
41086         * gst/avi/gstavidemux.h:
41087           Add getcaps() function for proper caps nego. This makes some
41088           parts of AVI playback/reading work.
41089         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
41090           Resize window on new capsnego. This is probably wrong, but
41091           I'm still committing it because with current capsnego, the
41092           first successfull capsnego is auto-fixated, therefore rounded
41093           down to the lowest values in the caps. this results in a 16x16
41094           XWindow that is not reized when real capsnego finishes.
41095           Dave, I see more cases of this, do you know a proper solution?
41096         * tools/gst-launch-ext.in:
41097           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
41098
41099 2003-12-31  David Schleef  <ds@schleef.org>
41100
41101         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
41102         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
41103           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
41104
41105 2003-12-30  David Schleef  <ds@schleef.org>
41106
41107         * ext/ffmpeg/gstffmpegcolorspace.c:
41108         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
41109         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
41110         (gst_ffmpegcsp_chain): Negotiation fixes
41111         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
41112         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
41113         (gst_audio_convert_link), (gst_audio_convert_channels):
41114         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
41115         (gst_audioscale_link), (gst_audioscale_get_buffer),
41116         (gst_audioscale_chain): Negotiation fixes
41117         * gst/audioscale/gstaudioscale.h:
41118         * gst/videofilter/gstvideofilter.c:
41119         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
41120         (gst_videofilter_link), (gst_videofilter_init),
41121         (gst_videofilter_set_output_size), (gst_videofilter_setup),
41122         (gst_videofilter_find_format_by_structure):
41123         * gst/videofilter/gstvideofilter.h: Negotiation fixes
41124         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
41125         (gst_videoscale_link):
41126         * gst/videoscale/videoscale.c: (videoscale_get_structure),
41127         (videoscale_find_by_structure), (gst_videoscale_setup):
41128         * gst/videoscale/videoscale.h: Negotiation fixes
41129         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
41130         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
41131         function, restrict resizing to a multiple of 4 (hack until
41132         everyone supports odd sizes correctly).
41133
41134 2003-12-29  Colin Walters  <walters@verbum.org>
41135
41136         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
41137         signed.
41138
41139 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
41140
41141         * ext/sndfile/gstsf.c: (gst_sf_loop):
41142           Fix warning about discarding const qualifier
41143
41144 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
41145
41146         * gst/cutter/gstcutter.c:
41147         * gst/videoscale/gstvideoscale.c:
41148         * gst/volenv/gstvolenv.c:
41149         * gst-libs/gst/audio/audio.c:
41150         * gst-libs/gst/video/video.c:
41151           Fix warnings
41152
41153 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41154
41155         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
41156           Don't send ALSA debugging to stderr.
41157         * ext/alsa/gstalsa.h:
41158           Use GST_WARNING instead of g_warning when ALSA functions fail.
41159
41160 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41161
41162         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
41163           Free XVAdapterInfo correctly.
41164
41165 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41166
41167         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
41168         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
41169           Make id3tag use correct caps nego.
41170
41171 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
41172
41173         * ext/ivorbis/vorbis.c:
41174         * ext/ivorbis/vorbisenc.h:
41175         * ext/ivorbis/vorbisfile.c:
41176           Modify so that it uses the new caps things
41177
41178 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41179
41180         * testsuite/spider/spider1.c: (main):
41181         * testsuite/spider/spider2.c: (main):
41182         * testsuite/spider/spider3.c: (main):
41183           Make tests compile again. They probably don't work.
41184
41185 2003-12-24  Colin Walters  <walters@verbum.org>
41186
41187         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
41188         we can't fixate the caps anymore.
41189
41190 2003-12-23  David Schleef  <ds@schleef.org>
41191
41192         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
41193         * sys/oss/gstosssink.c: (gst_osssink_init),
41194         (gst_osssink_sink_fixate): Add fixate function.
41195
41196 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41197
41198         * ext/ffmpeg/gstffmpegcodecmap.c:
41199         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
41200         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
41201         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
41202         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
41203         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
41204         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
41205         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
41206           fix typo in RGB masks, and move back to "old" colorspace
41207           capsnego code until whoever wrote this new crap has actually
41208           tested it so that it works.
41209           And yes, this works, keep it that way please.
41210
41211 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41212
41213         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
41214         (gst_divxdec_init), (gst_divxdec_negotiate):
41215         * ext/divx/gstdivxdec.h:
41216         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
41217         (gst_divxenc_init):
41218         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
41219         (gst_faac_sinkconnect), (gst_faac_srcconnect):
41220         * ext/mpeg2enc/gstmpeg2enc.cc:
41221         * ext/mpeg2enc/gstmpeg2encoder.cc:
41222         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
41223         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
41224         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
41225         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
41226         (dxr3spusink_init):
41227         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
41228         (dxr3videosink_init):
41229           Fix caps breakage after Dave's caps branch merge.
41230
41231 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41232
41233         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
41234           Fix for 24bpp display.
41235
41236 2003-12-23  Colin Walters  <walters@verbum.org>
41237
41238         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
41239         a GnomeVFSHandle directly.
41240
41241 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41242
41243         * gst/volume/Makefile.am:
41244         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
41245         (volume_base_init), (volume_init):
41246           Reenable volume element and fix to work with new caps stuff.
41247           Rhythmbox needs this.
41248
41249 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41250
41251         * gst/qtdemux/qtdemux.c: (plugin_init):
41252           qtdemux requires bytestream
41253
41254 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41255
41256         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
41257           Fix remaining caps handling errors due to CAPS merge.
41258
41259 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41260
41261         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
41262         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
41263         (gst_faad_srcconnect):
41264           Port to new caps system.
41265
41266 2003-12-21  Julien MOUTTE  <julien@moutte.net>
41267
41268         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
41269         (got_video_size), (main): using g_print instead of g_message.
41270         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
41271         signal which was not emitted because of "switch" element added to the
41272         bin but not connected. (Removing from the bin temporarily)
41273
41274 2003-12-21  Julien MOUTTE  <julien@moutte.net>
41275
41276         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
41277         find X development files. I don't understand the previous tests and
41278         they fail on my debian/ppc unstable. This one works.
41279         * examples/gstplay/player.c: (main): Set the pipeline to READY before
41280         exiting.
41281         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
41282         (gst_play_set_video_sink), (gst_play_set_audio_sink),
41283         (gst_play_set_visualization): Add some safety checks in set_ methods
41284         and state_change. This was throwing some ugly CRITICAL messages when
41285         pipeline was getting disposed and casts were failing.
41286
41287 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41288
41289         * configure.ac:
41290           Improve mpeg2enc detection. This is for distributions that do
41291           ship mjpegtools, but without mpeg2enc. Also does object check
41292           for might there ever be ABI incompatibility.
41293         * ext/mpeg2enc/gstmpeg2enc.cc:
41294           Add Andrew as second maintainer (he's helping me), and also add
41295           an error if no caps was set. This happens if I pull before capsnego
41296           and that's something I should solve sometime else.
41297         * gst/matroska/matroska-demux.c:
41298         (gst_matroska_demux_parse_blockgroup):
41299           Fix time parsing.
41300         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
41301         (gst_matroska_mux_track_header):
41302           Add caps to templates.
41303         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
41304           Add mpegversion=1 to prevent confusion with MPEG/AAC.
41305         * gst/mpegstream/gstmpegdemux.c:
41306           Remove layer since it causes warnings about unfixed caps.
41307         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
41308           Fix obvious typo (we error out if caps were set, we should of
41309           course error out if *no* caps were set).
41310         * sys/oss/gstosselement.c: (gst_osselement_convert):
41311           Fix format conversion, we confused bits/bytes.
41312         * sys/oss/gstosselement.h:
41313           Improve documentation for 'bps'.
41314         * sys/v4l/TODO:
41315           Remove stuff about plugins that need removing - this was done
41316           ages ago.
41317         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
41318         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
41319         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
41320         (gst_v4lsrc_src_query):
41321         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
41322         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
41323           Add get_query_types(), get_formats() and query() functions.
41324
41325 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
41326
41327         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
41328           * moved CVS to freedesktop.org